]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2
3 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4 provided faces once they all have been used up.
5
6 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7
8 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9 reference to the Lisp manual to the warning about pure space
10 overflow.
11
12 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13
14 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15 argument to avoid the call to `ispell-internal-change-dictionary'
16 when not needed.
17 (ispell-change-dictionary): Use this argument and call
18 `ispell-internal-change-dictionary' after the possible change
19 to `ispell-local-dictionary'.
20 (ispell-internal-change-dictionary): Check for a change in
21 personal dictionary use too.
22 Cosmetic changes from Agustin Martin
23 <agustin.martin@hispalinux.es>.
24
25 2006-05-05 Eli Zaretskii <eliz@gnu.org>
26
27 * startup.el (command-line): On MS-Windows, probe "~", not
28 "~USER", for warning about non-existent home directory
29
30 * arc-mode.el (archive-l-e): New optional argument `float' means
31 generate a float value.
32 (archive-arc-summarize, archive-lzh-summarize)
33 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
34 with 3rd argument non-nil when file's size is being computed.
35 Format the file sizes with %8.0f instead of %8d.
36
37 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
38
39 * cus-start.el (all): Add mac-dnd-known-types.
40
41 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
42 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
43 (mac-TIFF-to-string): New functions.
44 (mac-text-encoding-mac-japanese-basic-variant): New constant.
45 (x-get-selection, x-selection-value)
46 (mac-select-convert-to-string): Use them.
47 (mac-dnd-types-alist): New customization variable.
48 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
49 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
50 (mac-dnd-handle-drag-n-drop-event): New functions.
51 (mac-drag-n-drop): Remove function.
52 (global-map): Bind drag-n-drop and M-drag-n-drop to
53 mac-dnd-handle-drag-n-drop-event.
54
55 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
56
57 * progmodes/perl-mode.el (perl-beginning-of-function):
58 Skip anonymous subs.
59
60 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
61
62 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
63 regexp-opt at run time.
64
65 * term.el (term-handle-ansi-escape): Fix off by one error.
66
67 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
68
69 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
70 (gdb-init-1, gdb-post-prompt): ...and references to it.
71 (gdb-frame-handler): Strip directory name from filename if present.
72
73 * progmodes/gud.el (gdb-force-update): Delete defvar
74 (gud-speedbar-buttons): ...and references to it. Use window-start
75 to try to keep positon in watch expression.
76
77 2006-05-03 Richard Stallman <rms@gnu.org>
78
79 * simple.el (next-history-element, previous-history-element): Doc fix.
80
81 * isearch.el (isearch-update-ring): Doc fix.
82
83 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * isearch.el (isearch-update-ring): Take history-delete-duplicates
86 into consideration. Replace one arm ifs with whens.
87
88 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
89
90 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
91 (menu): Fix typo.
92
93 2006-05-02 Miles Bader <miles@gnu.org>
94
95 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
96
97 2006-05-02 Jay Belanger <belanger@truman.edu>
98
99 * calc/calc-embed.el: (calc-override-minor-modes-map)
100 (calc-override-minor-modes): New variables.
101 (calc-do-embedded): Make sure that Calc keystrokes aren't
102 overwritten by minor modes.
103
104 2006-05-02 Chong Yidong <cyd@mit.edu>
105
106 * msb.el (msb): If EVENT is a down event, read and discard the up event.
107
108 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
109
110 * startup.el (command-line-1): Refer to Lisp manual when
111 pure-space-overflow occurs.
112
113 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
114 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
115 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
116 (version-control): Don't use `t' for safe-local-variable declarations.
117
118 2006-05-01 Richard Stallman <rms@gnu.org>
119
120 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
121 M-r, M-R, M-A, M-SPC or M-DEL.
122 (diff-mode-map): diff-refine-hunk now on C-c C-w
123 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
124
125 * help-mode.el (help-mode): view-exit-action calls delete-window
126 only when it is safe and possible.
127
128 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
129 in messages.
130
131 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
132
133 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
134 in the default tool-bar-map.
135
136 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp.el (tramp-completion-file-name-handler-alist)
139 (tramp-run-real-handler, tramp-completion-run-real-handler)
140 (tramp-completion-handle-file-name-all-completions)
141 (tramp-completion-handle-file-name-completion): Autoload them.
142 (tramp-completion-handle-file-exists-p)
143 (tramp-completion-handle-file-name-directory)
144 (tramp-completion-handle-file-name-nondirectory)
145 (tramp-completion-handle-expand-file-name): Remove them.
146 (tramp-handle-file-name-directory): Return the real directory name.
147 Returning "/" only doesn't need to be necessary any longer.
148 (tramp-file-name-handler): Make special attention when in hostname
149 completion mode.
150 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
151 (tramp-register-file-name-handlers):
152 Register `tramp-completion-file-name-handler' only when
153 `partial-completion-mode' is enabled.
154 (tramp-completion-handle-file-name-all-completions):
155 Delete directory part from results.
156 (tramp-get-completion-methods, tramp-get-completion-user-host):
157 Discard deleting "/", it doesn't work after the change of
158 `tramp-handle-file-name-directory' above.
159
160 2006-05-01 Kim F. Storm <storm@cua.dk>
161
162 * progmodes/grep.el (grep-expand-template): Use save-match-data
163 and symbol-value.
164
165 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
166
167 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
168 Use select-frame-set-input-focus instead of raise-frame.
169 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
170
171 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
172
173 * progmodes/gud.el (gud-def): Add %c case.
174 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
175 (gud-format-command): Make match case sensitive. Match on %F.
176
177 2006-04-30 Glenn Morris <rgm@gnu.org>
178
179 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
180 (cal-tex-preamble): Use cal-tex-preamble-extra.
181 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
182 than alias `list-diary-entries'.
183
184 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
185
186 * help-fns.el (describe-variable): Add info about safe local variables.
187
188 2006-04-29 Richard Stallman <rms@gnu.org>
189
190 * bindings.el (mode-line-format): help-echo doc fixes.
191
192 * net/tramp.el (tramp-file-name-handler-alist): Delete
193 expand-file-name and other operations that can cause spurious loading.
194
195 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * files.el (safe-local-variable-p): Remove support for the special
198 value t.
199
200 * textmodes/paragraphs.el (sentence-end-without-space):
201 Fix safety predicate.
202 (sentence-end-double-space, sentence-end-without-period)
203 (paragraph-ignore-fill-prefix):
204 * textmodes/fill.el (colon-double-space):
205 * abbrev.el (abbrev-mode): Tighten the safety predicate.
206
207 * subr.el (booleanp): New fun.
208
209 * textmodes/reftex-vars.el (reftex-guess-label-type):
210 Tighten the safety predicate.
211
212 2006-04-28 Kim F. Storm <storm@cua.dk>
213
214 * progmodes/grep.el (defgroup grep): Doc fix.
215 (grep-auto-highlight): Remove.
216 (grep-template): New defcustom.
217 (grep-find-template): Rename from grep-tree-template.
218 (grep-files-aliases): Rename from grep-tree-files-aliases.
219 Remove "all" alias, add "l" alias.
220 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
221 (grep-find-ignored-directories): New defcustom to replace
222 grep-tree-ignore-CVS-directories, to facilitate ignoring
223 subdirectories for multiple version control systems.
224 (grep-mode-map): Add Recursive grep item to GREP menu.
225 (grep-regexp-history, grep-files-history): New defvars.
226 (grep-probe): New helper function.
227 (grep-compute-defaults): Use it to simplify code.
228 Adapt to name changes.
229 Use `.' as base in grep-find-template rather than <D>.
230 (grep): Remove superfluous highlight-regexp arg. Fix doc.
231 Call grep-compute-defaults unconditionally.
232 (grep-expand-keywords): New defconst.
233 (grep-expand-template): Rename from grep-expand-command-macros.
234 Simplify via grep-expand-keywords. Look at case-fold-search instead
235 of grep-tree-ignore-case to add -i option.
236 Bind case-fold-search to nil while matching keywords.
237 (grep-tree-last-regexp, grep-tree-last-files): Remove.
238 (grep-read-regexp, grep-read-files): New helper functions.
239 (rgrep): Rename from grep-tree. Rework to use proper histories.
240 Adapt to changes in defcustoms and functions above.
241 (lgrep): New command, as grep, but using same interactive UI as rgrep.
242
243 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
244
245 * net/tramp.el (tramp-completion-file-name-handler):
246 Disable Tramp's functionality while loading Tramp itself.
247 (tramp-register-file-name-handlers): That's a defsubst now.
248 Code from `tramp-repair-jka-compr' moved here. Apply it via
249 `after-init-hook'.
250 (tramp-repair-jka-compr): Remove.
251
252 2006-04-27 Jay Belanger <belanger@truman.edu>
253
254 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
255 read expression when `math-read-big-expr' doesn't work.
256
257 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
258
259 * startup.el (command-line-1): Display warning when
260 pure-space-overflow is non-nil.
261
262 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
263
264 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
265 risky.
266
267 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
268
269 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
270 Return the URL or nil if none can be generated.
271
272 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
273
274 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
275 byte compiler warnings.
276 (gud-basic-call, gud-find-expr): Let user select an expression
277 for printing. Print expression as well as value in GUD buffer.
278
279 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
280
281 * allout.el: Remove local autoload declaration for
282 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
283 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
284 (allout-plain-bullets-string, allout-distinctive-bullets-string)
285 (allout-use-mode-specific-leader, allout-old-style-prefixes)
286 (allout-stylish-prefixes, allout-numbered-bullet)
287 (allout-file-xref-bullet, allout-presentation-padding)
288 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
289 safe-local-variable with suitable value spec, and add autoload
290 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
291 (move-beginning-of-line, move-end-of-line): Repair so these compat
292 functions now actually resituate the point, when appropriate.
293
294 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
297
298 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
299 (add-log-iso8601-time-string): Fix call to format-time-string.
300
301 2006-04-26 Kim F. Storm <storm@cua.dk>
302
303 * subr.el (posn-string, posn-image, posn-object): Doc fix.
304
305 2006-04-26 Masatake YAMATO <jet@gyve.org>
306
307 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
308 Add support for "//" style comments. Remove `b' flag
309 from ?* in `asm-mode-syntax-table'.
310
311 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * follow.el: Use (featurep 'xemacs) everywhere.
314 (follow-mode): Use define-minor-mode.
315 (follow-mode-map): Move initialization into the declaration.
316 Use command remapping.
317 (follow-emacs-version-xemacs-p): Remove.
318 (follow-submit-feedback): Remove.
319
320 * allout.el (allout-layout, allout-passphrase-verifier-string)
321 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
322
323 * textmodes/reftex-vars.el (reftex-vref-is-default)
324 (reftex-fref-is-default, reftex-guess-label-type):
325 Tighten up a bit the safety predicate.
326
327 * textmodes/paragraphs.el (sentence-end-double-space)
328 (sentence-end-without-period, sentence-end-without-space)
329 (page-delimiter, paragraph-ignore-fill-prefix):
330 Tighten up a bit the safety predicate.
331
332 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
333
334 * progmodes/python.el (python-continuation-line-p)
335 (python-beginning-of-statement): syntax-ppss may return
336 a negative depth.
337 (python-mode): Don't forcefully enable font-lock.
338
339 * time-stamp.el (time-stamp-start, time-stamp-end)
340 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
341
342 * add-log.el: Remove spurious * in docstrings.
343 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
344 (add-change-log-entry): Use it here, since it's not specific
345 to iso8601.
346 (add-log-iso8601-time-string): Don't use it here any more.
347 (change-log-indent-text, change-log-indent): Rename from add-log-*.
348
349 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
350
351 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
352
353 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
354 (rcirc-toggle-low-priority): Doc fix.
355 (rcirc-handler-NOTICE): Remove beginning of line anchor in
356 ChanServ regexp.
357 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
358 #emacs.
359 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
360 (rcirc-decode-coding-system): Use utf-8 as the default.
361 (rcirc-multiline-minor-mode): Set the fill-column.
362 (rcirc-format-response-string): Display bright and dim nicks.
363 (rcirc-browse-url): Update interactive spec to fill ARG.
364 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
365 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
366
367 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
368
369 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
370 case for @Article, etc.
371
372 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
373
374 * net/tramp.el (tramp-register-file-name-handlers): New defun.
375 Added with autoload cookie.
376 (tramp-unload-file-name-handlers): Rename from
377 `tramp-unload-file-name-handler-alist'.
378
379 2006-04-23 Romain Francoise <romain@orebokech.com>
380
381 * comint.el (comint-match-partial-filename): Doc fix.
382
383 2006-04-21 Glenn Morris <rgm@gnu.org>
384
385 * calendar/cal-menu.el (calendar-mode-map): Refer to
386 `diary-view-entries' rather than alias `view-diary-entries'.
387 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
388
389 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
390
391 * progmodes/antlr-mode.el (antlr-default):
392 * cus-edit.el (custom-documentation):
393 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
394 in defface.
395
396 2006-04-21 Kim F. Storm <storm@cua.dk>
397
398 * image.el (image-type): New defun split out of create-image.
399 (create-image): Use it.
400
401 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
402
403 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
404 (org-open-at-point): Remove the "...done" message to keep output
405 in the echo area visible.
406 (org-export-as-xoxo): Fix call to `indent-region'.
407
408 2006-04-21 Kevin Ryde <user42@zip.com.au>
409
410 * international/mule.el (keyboard-coding-system): defcustom
411 info-link fixes: "Specify Coding" has been split, keyboard now in
412 "Terminal Coding", and "Single-Byte Character Support" is now
413 "Unibyte Mode".
414
415 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
416
417 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
418 Use font-lock-warning-face for any errors e.g. no stack.
419 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
420
421 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
422
423 * progmodes/sh-script.el (sh-shell): Mark as safe.
424
425 * newcomment.el (comment-start, comment-start-skip)
426 (comment-end-skip, comment-end): Mark as safe.
427
428 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
429
430 * textmodes/org.el (org-deadline-announce): Face removed.
431 (org-level-faces, org-n-levels): Convert to constant.
432 (org-compatible-face): New function.
433 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
434 (org-level-5, org-level-6, org-level-7, org-level-8)
435 (org-special-keyword, org-warning, org-headline-done, org-link)
436 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
437 (org-scheduled-today, org-scheduled-previously, org-time-grid):
438 Face definition revised for better color tty support.
439 (org-bold-re, org-italic-re, org-underline-re): New constants.
440 (org-set-font-lock-defaults): Use the new constants.
441 (org-agenda-highlight-todo): New function.
442 (org-agenda-todo): Fix bug with point at end of line.
443 (org-agenda-change-all-lines, org-finalize-agenda-entries):
444 Fontify TODO keywords.
445 (org-insert-link): Preserve relative path in ../ links.
446 (org-export-as-html): Convert links pointing to .org files into
447 links that will work beteen the exported HTML files.
448 (org-todo-list): Fix bug when arg=0.
449 (org-insert-heading): More fine-tuning.
450
451 2006-04-19 Romain Francoise <romain@orebokech.com>
452
453 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
454 from `rmail-mime-charset-pattern'.
455
456 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
457
458 * progmodes/python.el (python-mode): Fix typo.
459
460 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
461
462 * comint.el (comint-previous-input): Don't clobber input line
463 when moving off either end of the input history ring.
464 (comint-delete-input): New function, used by
465 `comint-previous-input' and others.
466 (comint-previous-matching-input):
467 Use `coming-delete-input'. Save the partial input if leaving the
468 edit line. Goto point-max before deleting input to avoid
469 partial input fragments hanging around.
470 (comint-restore-input): New function, used by `comint-previous-input'.
471
472 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
473
474 * imenu.el (imenu--index-alist): Balance parentheses.
475
476 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
477
478 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
479
480 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
481
482 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
483 file is nil.
484
485 2006-04-18 Richard Stallman <rms@gnu.org>
486
487 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
488
489 * imenu.el (imenu-create-index-function, imenu--index-alist)
490 (imenu--last-menubar-index-alist, imenu--make-index-alist)
491 (imenu-default-create-index-function, imenu--generic-function):
492 Doc fixes.
493
494 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
495
496 * help-mode.el (help-mode): Set view-exit-action to delete window.
497
498 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
499 now works by passing nil as arg.
500
501 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
502
503 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
504 (read-abbrev-file): Provide default when reading filename.
505
506 * files.el (enable-local-variables): Allow :all as value.
507 (hack-local-variables): Implement that value.
508 (safe-local-variable-values, safe-local-eval-forms)
509 (enable-local-variables): Mark as risky.
510 (find-file-visit-truename, kept-old-versions): Mark safe.
511
512 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
513 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
514 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
515
516 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
519 Use forward-line so as to get to BOL even in the presence of fields.
520 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
521 in return.
522 (inferior-tcl): Tell tclsh to work in interactive mode.
523
524 * complete.el (partial-completion-mode):
525 Use 'choose-completion-string-functions to make sure that
526 choose-completion fills the minibuffer properly.
527
528 * complete.el (PC-old-read-file-name-internal): Remove.
529 (PC-read-include-file-name-internal): Remove. Turn it into an advice
530 of read-file-name-internal.
531 (partial-completion-mode): Enable/disable this advice.
532
533 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
534
535 * net/tramp.el (tramp-completion-file-name-handler): Revert change
536 of 2006-04-17.
537
538 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
539
540 * textmodes/org.el (org-insert-heading): Insert heading before
541 current if at beginning of line.
542 (org-todo, org-date): New faces.
543 (org-table-align): Make sure tooltip window contains full text.
544 (org-no-properties): New defsubst.
545 (org-set-font-lock-defaults): Use new faces.
546
547 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
548
549 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
550 for root variables.
551
552 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
553 (gdb-frame-address): Re-use to identify frame for watch expression.
554 (gdb-var-list, gdb-var-create-handler): Add frame address for root
555 variables.
556 (gdb-init-1, gdb-source, gdb-post-prompt)
557 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
558 (gdb-frame-handler): Get gdb-frame-address.
559
560 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
561
562 Sync with Tramp 2.0.53.
563
564 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
565 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
566 (tramp-completion-file-name-handler): Add autoload cookie for
567 adding to `file-name-handler-alist'.
568
569 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
570 the prompt. If it returns earlier (when detecting an error
571 message), the rest of the output will merge accidently with the
572 output of the next command. Reported by M Jared Finder
573 <jared@hpalace.com>.
574
575 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
576 for `process-file', in order to let it work for older Emacsen too.
577
578 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
579
580 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
581 (tex-font-lock-keywords-3): Use it.
582
583 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * newcomment.el (comment-add): New function.
586 (comment-region-default, comment-dwim): Use it.
587
588 2006-04-15 Michael Olson <mwolson@gnu.org>
589
590 * emacs-lisp/tq.el: Improve comments.
591 (tq-queue-head-question): New accessor function.
592 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
593 Update for modified queue structure.
594 (tq-queue-add): Accept `question' argument.
595 (tq-queue-pop): If a question is pending, send it.
596 (tq-enqueue): Accept new optional argument `delay-question'.
597 If this is non-nil, and at least one other question is pending a
598 response, queue the question rather than sending it immediately.
599
600 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
601
602 * calendar/appt.el (appt-add): Check whether an appointment is
603 already present in appt-time-msg-list. Simplify code.
604
605 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * progmodes/cc-langs.el (c-mode-menu):
608 Don't presume c-subword-mode is bound.
609
610 2006-04-13 Bill Wohler <wohler@newt.com>
611
612 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
613 (customize-package-emacs-version): Use cdr instead of cadr now
614 that alists use dotted pairs.
615
616 * custom.el (defcustom): Fix docstring for :package-version.
617
618 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
619
620 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
621 (tramp-handle-shell-command): Display output buffer only when
622 `tramp-display-shell-command-buffer' is true.
623 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
624
625 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
626
627 * textmodes/org.el (org-set-autofill-regexps): Set only the local
628 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
629
630 2006-04-13 Romain Francoise <romain@orebokech.com>
631
632 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
633 leaving temporary .cvsignore buffers behind.
634
635 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
636
637 * textmodes/org.el (org-set-regexps-and-options)
638 (org-get-current-options): Better names for the startup folding
639 options.
640
641 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
642
643 * vc.el (vc-annotate): Arrange for point to end up at the same
644 line number as in the original, but only when using a new buffer.
645
646 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
647
648 * files.el (hack-one-local-variable-eval-safep):
649 Recognize `edebug-form-spec' for `put', but only if it passes
650 `edebug-basic-spec'. Generalize `put' handling.
651
652 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
653 vetting file-local form specs.
654
655 * allout.el (allout-layout): Autoload its `safe-local-variable'
656 property.
657
658 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
659
660 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
661 (org-agenda-mouse-1-follows-link)
662 (org-mouse-1-follows-link): New options.
663 (org-format-agenda-item): Fix bug if TAGS is nil.
664 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
665
666 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
667
668 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
669 GDB 6.1+ gives full filename for "info sources" so use
670 file-name-nondirectory.
671
672 2006-04-12 Romain Francoise <romain@orebokech.com>
673
674 * subr.el (read-passwd): Bind `message-log-max' to nil.
675
676 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * progmodes/perl-mode.el (perl-indent-new-calculate):
679 Recompute parse-start after jumping backward by a whole sexp.
680
681 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
684 window configuration.
685 (vc-annotate-display-select): Select the buffer so that current-buffer
686 (and selected-window) is the output buffer at the end of vc-annotate.
687
688 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
689
690 * vc.el (vc-annotate-color-map): Add custom TTY color map for
691 8-color terminals, to use all of the colors in a sensible order.
692 256-color terminals work well with the standard map.
693 (vc-annotate-lines): Only strip the first color character if it
694 is "#", to allow for terminal-style named colors.
695 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
696 the correct buffer is scrolled.
697
698 2006-04-11 Richard Stallman <rms@gnu.org>
699
700 * emacs-lisp/bytecomp.el (byte-compile-file):
701 Bind enable-local-variables to :safe, and make normal-mode obey it.
702
703 * files.el (enable-local-variables): Allow value :safe.
704 (normal-mode): Doc fix.
705 (hack-local-variables): Implement enable-local-variables = :safe.
706 (hack-local-variables-confirm): Don't prevent quitting.
707
708 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * loadhist.el (unload-feature): A bit of sanity check of
711 load-history entries. Cancel timer-vars before unbinding them.
712
713 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
714 quote special chars, and make the trick work on the hex part of the
715 buffer as well.
716 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
717 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
718
719 * startup.el (normal-splash-screen): Fix last change so we don't wait
720 2 minutes if we don't show the splash screen.
721
722 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
723
724 * textmodes/org.el (org-export-plain-list-max-depth)
725 (org-table-spaces-around-separators)
726 (org-radio-targets, org-activate-camels)
727 (org-table-spaces-around-invisible-separators): Options removed.
728 (org-time-stamp-rounding-minutes, org-remember-templates)
729 (org-ellipsis, org-activate-links, org-descriptive-links):
730 New options.
731 (org-remember-apply-template, org-current-time)
732 (org-finish-edit-table-field)
733 (org-link-unescape, org-link-escape)
734 (org-string-width, org-table-clean-line, org-html-do-expand)
735 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
736 (org-read-agenda-file-list): New functions.
737 (org-table-edit-field)
738 (org-table-create-or-convert-from-region): New commands
739 (org-table-toggle-vline-visibility): Command removed.
740 (org-table-convert-region): Made a command.
741 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
742 Replace with the normal org- functions.
743 (org-self-insert-command): Don't trigger realign unnecessarily
744 when blanking a field that is not full.
745 (org-mode): `Set buffer-invisibility-spec' for links.
746 (org-activate-links2): Hide link part and only show descriptive
747 part of the link.
748 (org-insert-link): Modify for new linking system.
749 (org-store-link): Store description separately, for use by
750 `org-insert-link'.
751 (org-table-align): Use `org-string-width'.
752 (defgroup): Completely new group structure for custom variables.
753 (org-agenda-files): Option: Single file name allowed. Function:
754 Optional argument unrestrited means ignore any restricitons.
755 (org-install-agenda-files-menu): Find a buffer in Org-mode before
756 trying to modify the menu. Use generalized access to
757 `org-agenda-files.'
758 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
759 (org-agenda-file-to-front, org-remove-file, org-diary)
760 (org-tags-view, org-export-icalendar-all-agenda-files)
761 (org-export-icalendar-combine-agenda-files): Use generalized
762 access to `org-agenda-files'.
763 (org-remember-handler): Correctly preserve heading if present.
764 (org-table-insert-row, org-table-insert-hline): Deal with
765 invisible characters.
766
767 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
768
769 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
770 (vc-annotate-color-map): New 18 element constant
771 value/saturation, rotating hue colormap, from red->blue.
772 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
773 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
774 (vc-annotate): To avoid killing the required local variables,
775 set them before the end of `with-output-to-temp-buffer', and
776 after first switching to annotate-mode.
777 (vc-annotate-warp-version): Add buffer argument in goto-line to
778 ensure annotation, not source, is scrolled.
779
780 2006-04-10 Bill Wohler <wohler@newt.com>
781
782 * custom.el (defcustom, custom-handle-keyword):
783 Add :package-version keyword.
784 (custom-add-package-version): New function. Sets value of new
785 property 'custom-package-version from :package-version keyword.
786 (defcustom): Create Common Keywords section in docstring.
787 (defface, defgroup): Replace definitions of a select few keywords
788 with a reference to the Common Keywords in defcustom.
789 (defcustom, defface, defgroup): Replace reference to Customization
790 chapter in manual with hyperlink.
791
792 * cus-edit.el (customize-package-emacs-version-alist):
793 New variable.
794 (customize-changed-options): Add check for custom-package-version.
795 (customize-package-emacs-version): New function to look up Emacs
796 version corresponding to the given package version.
797
798 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
799 defun name, in similar fashion to find-variable-regexp.
800
801 2006-04-10 Eli Zaretskii <eliz@gnu.org>
802
803 * international/mule-cmds.el (set-locale-environment): Fix last
804 change for when the locale's preferences don't specify any encoding.
805
806 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
809 so the defined var/fun doesn't need to be quoted.
810
811 2006-04-10 Richard Stallman <rms@gnu.org>
812
813 * finder.el (finder-mode-map): Add n and p bindings.
814
815 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
816
817 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
818 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
819 (gdb-setup-windows): Put something in source window if we can't find
820 the source file.
821 (gdb-frame-handler): Make it work again with just assembly.
822 (gdb-data-list-register-values-handler): Make it work when there is
823 no stack.
824
825 2006-04-09 Richard Stallman <rms@gnu.org>
826
827 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
828 specs while looking for charset.
829
830 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
831
832 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
833 Make them faces.
834 (lm-font-lock-keywords): Update appropriately.
835
836 2006-04-10 Kim F. Storm <storm@cua.dk>
837
838 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
839 it can also replace buffer-substring-no-properties.
840
841 * emulation/cua-base.el (cua-delete-region, cua-paste)
842 (cua-repeat-replace-region): Use filter-buffer-substring.
843
844 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
845 (cua-cut-region-to-global-mark): Likewise.
846
847 * emulation/cua-rect.el (cua--extract-rectangle)
848 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
849
850 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
851
852 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
853 entry-type. Add field delimiters to numerical fields if they are
854 not present.
855
856 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
857
858 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
859 string-const to return value.
860 (bibtex-remove-delimiters): Use it.
861
862 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
865 cl-byte-compile-compiler-macro unless it exists.
866
867 2006-04-08 Eli Zaretskii <eliz@gnu.org>
868
869 * files.el (hack-local-variables-confirm) <offer-save>:
870 Clarify message text. Suggested by Ralf Angeli.
871
872 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
873
874 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
875 (delete-extract-rectangle-line): Use `filter-buffer-substring'
876 instead of `buffer-substring' and `delete-region'. (Most of the
877 code actually copied from `kill-region'.)
878
879 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
880
881 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
882 (rcirc-default-port): Rename from rcirc-port.
883 (rcirc-default-nick): Rename from rcirc-nick.
884 (rcirc-default-user-name): Rename from rcirc-user-name.
885 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
886 (rcirc-low-priority-flag): New variable.
887 (rcirc-decode-coding-system): New defcustom.
888 (rcirc-encode-coding-system): New defcustom.
889 (rcirc-coding-system-alist): New defcustom.
890 (rcirc-multiline-major-mode): New defcustom.
891 (rcirc-nick): New internal variable.
892 (rcirc-process): Remove variable.
893 (rcirc-server-buffer): New variable.
894 (rcirc): Update to use rcirc-default-* variables above.
895 (rcirc-connect): Do not add window-configuration-hook-here.
896 (rcirc-server): New internal variable.
897 (rcirc-connect): Do not send keepalive pings if
898 rcirc-keepalive-seconds is nil.
899 (with-rcirc-server-buffer): New macro.
900 (rcirc-send-string): Encode with rcirc-encode-coding-system.
901 (rcirc-server-name): Rename from rcirc-server.
902 (rcirc-buffer-process): New function.
903 (rcirc-buffer-nick): New function.
904 (rcirc-buffer-target): Remove function.
905 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
906 New commands.
907 (rcirc-mode-map): Change binding of C-c C-l to
908 rcirc-toggle-low-priority.
909 (rcirc-mode): Initialize coding system based on
910 rcirc-coding-system-alist. New change-major-mode-hook to part the
911 channel on a mode change. Make kill-buffer-hook buffer-local.
912 (rcirc-change-major-mode-hook): New function.
913 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
914 (rcirc-last-post-time): New variable.
915 (rcirc-process-message): Store the last time user posted a message
916 to this target.
917 (rcirc-multiline-minor-mode): New mode.
918 (rcirc-multiline-minor-mode-map): New mode map.
919 (rcirc-edit-multiline): Put multiline-edit buffer in
920 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
921 (rcirc-print): Ignore any line starting with an ignored nick.
922 (rcirc-print): Decode using rcirc-decode-coding-system.
923 (rcirc-track-minor-mode): Update global-mode-string when disabling
924 this mode.
925 (minor-mode-alist): Add LowPri indicator.
926 (rcirc-toggle-low-priority): New function.
927 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
928 next lowpriority buffer with activity.
929 (rcirc-record-activity): Sort buffers in rcirc-activity by the
930 last time the user posted a message in to the target.
931 (rcirc-update-activity-string): New formatting for low priority
932 buffers.
933 (rcirc-split-activity): New function.
934 (rcirc-handler-PART, rcirc-handler-KICK)
935 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
936 (rcirc-nick-away-alist): New variable.
937 (rcirc-handler-301): New handler. Away messages are printed once
938 per change.
939
940 2006-04-08 Eli Zaretskii <eliz@gnu.org>
941
942 * info.el (Info-follow-nearest-node): Doc fix.
943
944 * international/mule-cmds.el (set-locale-environment): Make sure
945 the coding-system preferred by the locale's language has the same
946 EOL conversion type as the original buffer-file-coding-system.
947 (locale-language-names): Add a few MS Windows language codes.
948
949 2006-04-07 Richard Stallman <rms@gnu.org>
950
951 * simple.el (eval-expression): Doc fix.
952
953 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
954 (eval-defun): Doc fixes.
955
956 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
957
958 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
959
960 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
961
962 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
963 GDB list command without argument for greater generality.
964
965 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
966
967 * subr.el (string-or-null-p): New function.
968
969 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
970
971 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
972
973 * files.el: Update comment about safe-local-variable declarations.
974
975 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
976
977 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
978 See idlwave.org.
979
980 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
981 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
982
983 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
984 See idlwave.org.
985
986 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
987 version 6.0 (minimal changes). See idlwave.org.
988
989 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
990 6.0 (minimal changes). See idlwave.org.
991
992 * progmodes/idlw-rinfo.el: File obsoleted and removed.
993
994 2006-04-06 Romain Francoise <romain@orebokech.com>
995
996 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
997 symmetric encryption features and a new asynchronous interface to
998 GnuPG. This new version is version 1.4, plus whitespace changes.
999
1000 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1001
1002 * files.el: Move some `safe-local-variable' declarations to the
1003 respective files.
1004
1005 * textmodes/ispell.el (ispell-check-comments)
1006 (ispell-local-dictionary): Mark as safe.
1007
1008 * abbrev.el (abbrev-mode): Mark as safe.
1009
1010 * add-log.el (change-log-default-name): Mark as safe.
1011
1012 * textmodes/reftex-vars.el (reftex-vref-is-default)
1013 (reftex-fref-is-default, reftex-level-indent)
1014 (reftex-guess-label-type): Mark as safe.
1015
1016 * textmodes/fill.el (colon-double-space): Mark as safe.
1017
1018 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1019 (sentence-end-double-space, sentence-end-without-period)
1020 (sentence-end-without-space, sentence-end, sentence-end-base)
1021 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1022
1023 2006-04-06 Kim F. Storm <storm@cua.dk>
1024
1025 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1026 the :set-after list.
1027 (ido-downcase-unc-hosts): New user option. Default on.
1028 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1029 when it is set, as regexps are now applied on the fly.
1030 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1031 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1032 on the fly, but only when ido-process-ignore-lists is set.
1033 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1034 Only downcase names if ido-downcase-unc-hosts is set.
1035
1036 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1039
1040 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1041
1042 2006-04-05 Kim F. Storm <storm@cua.dk>
1043
1044 * ido.el (ido-mode): Set after ido-unc-hosts and
1045 ido-ignore-unc-host-regexps.
1046 (ido-save-history): Save ido-unc-hosts-cache.
1047 (ido-load-history): Load ido-unc-hosts-cache.
1048 (ido-reread-directory): Refresh unc hosts cache in // dir.
1049
1050 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1051 to nil while displaying slash screen.
1052
1053 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1054
1055 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1056 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1057
1058 2006-04-05 Kenichi Handa <handa@m17n.org>
1059
1060 * international/characters.el: Setup cases of Latin, Greek, and
1061 Cyrillic characters in CJK charsets.
1062
1063 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1064
1065 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1066 default-enable-multibyte-characters. This reverts the change from
1067 revision 6.17 which is no longer necessary because the passphrase
1068 is sent separately now. GnuPG messages are unreadable under
1069 multibyte locales with default-enable-multibyte-characters set to nil.
1070
1071 2006-04-04 Andreas Schwab <schwab@suse.de>
1072
1073 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1074 and `byte-compile-warnings' as `safe-local-variable'.
1075
1076 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1077
1078 * man.el (Man-mode-map): Restore the \r binding.
1079 (Man-abstract-xref-man-page): If Man-target-string is a function,
1080 call it.
1081 (Man-highlight-references): Use Man-default-man-entry to get the
1082 target. Deal with xrefs too.
1083 (Man-highlight-references0): Don't call the target function.
1084
1085 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1086 cannot deal with it.
1087
1088 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1089
1090 * pgg-gpg.el: Clean up process buffers every time gpg processes
1091 complete.
1092
1093 2006-04-04 Kenichi Handa <handa@m17n.org>
1094
1095 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1096 here.
1097 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1098 Temporarily bind inhibit-field-text-motion to t.
1099
1100 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * startup.el (normal-splash-screen): Only set mode-line-format in the
1103 splash buffer, so as not to interfere when debugging the code.
1104 Ignore errors when switching buffer.
1105
1106 2006-04-03 Romain Francoise <romain@orebokech.com>
1107
1108 * dired.el (dired-dnd-protocol-alist): Fix typo.
1109
1110 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1111
1112 * savehist.el (savehist): Add :version.
1113 (savehist-ignored-variables): New variable.
1114 (savehist-minibuffer-hook): Don't save variables listed in
1115 `savehist-ignored-variables'.
1116
1117 * dired.el (dired-dnd-protocol-alist): Mention that change does
1118 only apply to new buffers in doc string.
1119
1120 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1121
1122 * recentf.el (recentf-open-files-item): Include newline in button
1123 field, so opening a file will work, when the point is at the end
1124 of the file name. Allow, for example, to [i]search a file by
1125 extension and just push RET to open it.
1126
1127 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1128
1129 * pgg-gpg.el (pgg-gpg-process-filter)
1130 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1131
1132 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1133 lines, temporary fix.
1134
1135 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1136
1137 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1138
1139 2006-04-02 Richard Stallman <rms@gnu.org>
1140
1141 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1142
1143 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1144
1145 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1146 header-mouse-map.
1147
1148 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1149 (ibuffer-mode-header-map): New keymaps.
1150 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1151 and keybindings for column headers.
1152 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1153 property.
1154
1155 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1156
1157 * speedbar.el (speedbar-after-create-hook): Doc fix.
1158
1159 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1160
1161 * shell.el (shell-directory-tracker)
1162 (shell-dynamic-complete-command): Doc fixes.
1163
1164 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1165
1166 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1167 terminals.
1168
1169 2006-04-01 Kim F. Storm <storm@cua.dk>
1170
1171 * ido.el (ido-unc-hosts-cache): New defvar.
1172 (ido-unc-hosts): If value of defcustom is a function, call it to
1173 get list of UNC hosts. Add function-item choices to specify
1174 ido-unc-hosts-net-view or user function.
1175 (ido-ignore-unc-host-regexps): New defcustom.
1176 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1177 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1178 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1179
1180 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1183 wwidth.
1184
1185 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1188 (ido-max-work-file-list, ido-switch-buffer)
1189 (ido-read-file-name-as-directory-commands):
1190 Fix typos in docstrings.
1191
1192 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1193
1194 * term/mac-win.el (mac-system-coding-system): Define and use after
1195 Mac-specific coding systems are ready.
1196
1197 2006-03-27 Romain Francoise <romain@orebokech.com>
1198
1199 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1200
1201 * ldefs-boot.el: Update.
1202
1203 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1204
1205 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1206 passphrases when it is not needed.
1207 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1208 passphrase stuff from gpg, should only be necessary when you use
1209 gpg with a smartcard.
1210
1211 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1212
1213 * comint.el (comint-dynamic-list-completions): Allow user to
1214 select *Completions* buffer.
1215
1216 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1217
1218 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1219
1220 2006-03-26 Andreas Schwab <schwab@suse.de>
1221
1222 * progmodes/gud.el (gdb): Only complain about multiple debugging
1223 when the gdb process is still running.
1224
1225 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1226
1227 * mail/rmail.el (tool-bar-map): Defvar it.
1228 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1229 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1230
1231 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1232
1233 * help.el (print-help-return-message): Suggest to use
1234 display-buffer instead of switch-to-buffer-other-window to restore
1235 the previous window without selecting it.
1236
1237 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1238
1239 * frame.el (select-frame-by-name): Call x-focus-frame also when
1240 window-system is mac.
1241
1242 * term/mac-win.el: Adjust Courier font specifications in
1243 x-fixed-font-alist.
1244 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1245 when directly encoding to UTF-16 in native byte order, no BOM.
1246
1247 2006-03-25 Kim F. Storm <storm@cua.dk>
1248
1249 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1250 (cua--init-keymaps): Use it instead of fixed C-return.
1251 (cua-mode): Set after it.
1252
1253 * emulation/cua-rect.el (cua--init-rectangles):
1254 Use cua-rectangle-mark-key instead of fixed C-return.
1255
1256 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1257
1258 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1259 "run" in .gdbinit.
1260 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1261
1262 2006-03-24 Romain Francoise <romain@orebokech.com>
1263
1264 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1265 `display-buffer-other-frame'.
1266
1267 2006-03-24 Kim F. Storm <storm@cua.dk>
1268
1269 * apropos.el (apropos-synonyms): Add selection => region.
1270
1271 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1272
1273 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1274 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1275 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1276 (gdb-data-list-register-values-regexp)
1277 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1278 Future proof against new fields being added to MI output.
1279 (gdb-send): Don't treat backslashes for program input as
1280 continuations.
1281 (gdb-assembler-handler): Don't use window-start for this handler.
1282 (gdb-frame-handler): Don't change to hollow arrow if overlay
1283 arrow doesn't move to new frame.
1284
1285 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1286
1287 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1288 prevent compiler warnings.
1289 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1290 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1291 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1292 buffer too.
1293
1294 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1295
1296 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1297 make-network-process, so we can use the same code in Gnus v5-10
1298 too and have this file fully synchronized with that release.
1299
1300 2006-03-23 Romain Francoise <romain@orebokech.com>
1301
1302 * ibuf-ext.el (ibuffer-read-filter-group-name):
1303 Use `ibuffer-generate-filter-groups' to make completion list match
1304 the filter groups that are really displayed in the Ibuffer buffer.
1305 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1306
1307 2006-03-23 Kenichi Handa <handa@m17n.org>
1308
1309 * international/mule-cmds.el (sort-coding-systems): Describe that
1310 the argument is modified in docstring.
1311
1312 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1313
1314 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1315 (pgg-gpg-update-agent): New function.
1316 (pgg-gpg-use-agent-p): New function.
1317 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1318 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1319 (pgg-gpg-sign-region): Use it.
1320
1321 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * cus-edit.el (custom-face-set): Call custom-push-theme before
1324 face-spec set so that `changed' theme is correctly saved.
1325 (custom-face-reset-standard): Reset to recalculated face rather
1326 than defface spec.
1327
1328 * custom.el (custom-push-theme): Only save `changed' theme if the
1329 current face does not match the defface specs.
1330
1331 2006-03-21 Simon Josefsson <jas@extundo.com>
1332
1333 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1334 <wilde@sha-bang.de>.
1335 (pgg-gpg-use-agent): New variable.
1336 (pgg-gpg-process-region): Use it.
1337 (pgg-gpg-encrypt-region): Likewise.
1338 (pgg-gpg-encrypt-symmetric-region): Likewise.
1339 (pgg-gpg-decrypt-region): Likewise.
1340 (pgg-gpg-sign-region): Likewise.
1341 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1342
1343 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1344
1345 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1346 bracket links.
1347
1348 2006-03-21 Kim F. Storm <storm@cua.dk>
1349
1350 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1351 fringe-indicator-alist instead of modifying global value.
1352 (gdb-frame-handler): Likewise.
1353
1354 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1355
1356 * diff-mode.el (diff-function): Make it inherit from diff-header
1357 instead of diff-context.
1358
1359 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1360 bitmap.
1361 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1362 change names in macro above for consistency.
1363 (gdb-frame-handler): Use hollow-right-triangle for all selected
1364 frames which except the innermost (where execution has stopped).
1365 (gdb-reset): Reset buffer-local values of overlay-arrow.
1366
1367 2006-03-20 Richard Stallman <rms@gnu.org>
1368
1369 * simple.el (set-mark-command): Doc fix.
1370
1371 * files.el (display-buffer-other-frame): New command.
1372 (ctl-x-4-map): Bind C-x 5 C-o to it.
1373
1374 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1377 rather than just defer-time, in case defer-time has been changed but
1378 the timer isn't running yet.
1379 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1380
1381 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * help-mode.el (help-follow-symbol): New function.
1384 Essentially identical to the old `help-follow', but do not let
1385 `push-button' do the work when on an xref.
1386 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1387
1388 2006-03-19 Richard Stallman <rms@gnu.org>
1389
1390 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1391 preceded by the word `program'.
1392 (help-follow-mouse, help-follow): Throw error if not on xref.
1393 Delete no longer used args.
1394
1395 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1396
1397 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1398 annotation ensure gud-overlay-arrow-position is redisplayed.
1399
1400 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1401
1402 * textmodes/bibtex.el (bibtex-include-OPTkey)
1403 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1404 (bibtex-autokey-name-case-convert)
1405 (bibtex-autokey-titleword-case-convert): Make these the aliases
1406 for the following two variables.
1407 (bibtex-autokey-name-case-convert-function)
1408 (bibtex-autokey-titleword-case-convert-function): Make these the
1409 real names.
1410 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1411 bibtex-font-lock-crossref sublists.
1412 (bibtex-mode): Revert 2005-12-30 change (which made
1413 completion-ignore-case buffer-local).
1414 (bibtex-url): Simplify.
1415
1416 2006-03-19 Kim F. Storm <storm@cua.dk>
1417
1418 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1419 cursor property value to 2 (to align with C level change).
1420
1421 2006-03-19 Bill Wohler <wohler@newt.com>
1422
1423 * image.el (image-load-path-for-library): Shorten first line in
1424 docstring.
1425
1426 2006-03-18 Richard Stallman <rms@gnu.org>
1427
1428 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1429
1430 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1431
1432 * isearch.el (isearch-other-meta-char): Handle user bindings for
1433 shifted control characters.
1434
1435 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1436
1437 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1438 part that matches email addresses, file names, etc.
1439
1440 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1441
1442 * term/w32-win.el (mouse-set-font):
1443 Mention w32-list-proportional-fonts in the doc string.
1444
1445 2006-03-18 Kim F. Storm <storm@cua.dk>
1446
1447 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1448 (ido-unc-hosts): New user option to explicitly define list of know
1449 UNC-style hosts for completion.
1450 (ido-cache-unc-host-shares-time): New user option.
1451 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1452 New helper functions for UNC file-name support.
1453 (ido-may-cache-directory): Check for UNC host. Simplify.
1454 (ido-wash-history): Clean out old UNC hosts.
1455 (ido-nonreadable-directory-p): UNC hosts are always readable.
1456 (ido-directory-too-big-p): UNC hosts are never too big.
1457 (ido-set-current-directory): Handle UNC root path.
1458 (ido-file-name-all-completions): Complete UNC host names from
1459 ido-unc-hosts list. Cache UNC host shares.
1460 (ido-make-file-list-1): Don't filter UNC root.
1461 (ido-exhibit): Check for // in root directory, and switch to UNC
1462 mode by setting ido-current-directory to //.
1463
1464 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1465
1466 * cus-edit.el (customize-changed-options): Mention explicit
1467 version number as default in prompt.
1468
1469 2006-03-17 Bill Wohler <wohler@newt.com>
1470
1471 * image.el (image-load-path-for-library): Minor docstring fix.
1472
1473 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1474
1475 * textmodes/org.el (org-read-date): Include subgroup 5 into
1476 replacement text.
1477 (org-popup-calendar-for-date-prompt): Fix customization type.
1478
1479 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1482 (gdb-continuation): New variable.
1483 (gdb-send): Deal with continuation lines.
1484
1485 * progmodes/gud.el (gud-gdb-complete-command)
1486 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1487 expressions.
1488 (gud-tooltip-mode): Use buffer-local value.
1489
1490 2006-03-16 Kim F. Storm <storm@cua.dk>
1491
1492 * ido.el (ido-edit-input): Use selected match, if any.
1493
1494 2006-03-16 Bill Wohler <wohler@newt.com>
1495
1496 * image.el (image-load-path-for-library): Prefer user's images in
1497 image-load-path.
1498
1499 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1500
1501 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1502 when checking for attempt to drag leftmost or rightmost scrollbar.
1503
1504 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1505
1506 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1507 (gdb-force-mode-line-update): New function.
1508 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1509 (gdb-exited): Use them.
1510 (gdb-signal): New function.
1511 (gdb-annotation-rules): Provide a rule for it.
1512
1513 2006-03-16 Kenichi Handa <handa@m17n.org>
1514
1515 * international/mule.el (auto-coding-regexp-alist): Add entries
1516 for Unicode BOM.
1517
1518 * sort.el (sort-build-lists): Temporarily bind
1519 inhibit-field-text-motion to t.
1520
1521 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1522
1523 * locate.el (locate-command, locate-make-command-line)
1524 (locate-fcodes-file, locate-update-command)
1525 (locate-prompt-for-command, locate, locate-with-filter)
1526 (locate-get-file-positions): Doc fixes.
1527 (locate-buffer-name, locate-header-face): Remove leading `*' in
1528 defcustom.
1529 (locate-filter-output): Use `keep-lines' instead of its alias
1530 `delete-non-matching-lines'.
1531 (locate-get-filename, locate-get-dirname): Add introductory comment.
1532 (locate-find-directory-other-window): Give appropriate error
1533 message if used outside main listing.
1534
1535 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1538 the new extend-region feature.
1539 (font-lock-after-change-function): Update correspondingly.
1540 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1541 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1542
1543 2006-03-15 Bill Wohler <wohler@newt.com>
1544
1545 * image.el (image-load-path-for-library): Fix example by not
1546 recommending that one binds image-load-path. Just defvar it to
1547 placate compiler and only use it if previously defined.
1548
1549 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1550
1551 * textmodes/org.el (org-insert-centered): Use `string-width' to
1552 make underlining work for wide characters.
1553 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1554 TAB to `org-cycle', to make sure that no binding in
1555 `outline-mode-map' can supercede it.
1556
1557 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1558
1559 * allout.el: Increment version to 2.2.1 in file commentary.
1560
1561 (allout-version): Increment to 2.2.1.
1562
1563 (allout-default-layout): New customization variable, used when the
1564 file lacks a specific allout-layout. Uses allout-layout-type for
1565 recursively nested definition.
1566
1567 (allout-layout-type): Widget defining allout layouts, necessary for
1568 self-recursive definition.
1569
1570 (allout-mode): Incorporate allout-default-layout as fallback for
1571 allout-layout.
1572
1573 (allout-layout): Mark as 'safe-local-variable', and refer mention
1574 fallback to `allout-default-layout' in absence of a specified value.
1575 (allout-passphrase-verifier-string)
1576 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1577
1578 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1579
1580 (allout-get-encryption-passphrase-verifier): Use correct name of
1581 passphrase verifier in docstring.
1582
1583 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1586 elements.
1587 (gdb-find-watch-expression): Make it work for arrays too.
1588 Follow change to gdb-var-list.
1589 (gud-watch): Allow the user to enter variable name with a prexix
1590 arg. Create keybindings.
1591 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1592 (gdb-var-list-children-handler, gdb-var-update-handler)
1593 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1594 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1595 Follow change to gdb-var-list.
1596 (gdb-starting): Don't show the overlay arrows when program is running.
1597
1598 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1599 gdb-var-list.
1600
1601 2006-03-14 Bill Wohler <wohler@newt.com>
1602
1603 * image.el (image-load-path-for-library): Pass value of path
1604 rather than symbol. Always return list of directories.
1605 Guarantee that image directory comes first.
1606
1607 2006-03-14 Alan Mackenzie <acm@muc.de>
1608
1609 * font-core.el (font-lock-extend-region\(-function\)?.):
1610 New function/variable.
1611
1612 * font-lock.el (font-lock-after-change-function):
1613 Call font-lock-extend-region. Obey font-lock-lines-before.
1614 (font-lock-default-fontify-region): Remove reference to
1615 font-lock-lines-before.
1616
1617 * jit-lock.el (jit-lock-after-change):
1618 Call font-lock-extend-region. Obey font-lock-lines-before.
1619
1620 2006-03-14 David Ponce <david@dponce.com>
1621
1622 * tree-widget.el (tree-widget-themes-load-path)
1623 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1624
1625 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1626
1627 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1628 (rcirc-print): Mark the start of text at the end of the prompt.
1629 (rcirc-track-minor-mode): Add autoload cookie.
1630 (rcirc-update-activity-string): Add space to front of mode-line
1631 indicator.
1632
1633 2006-03-13 Miles Bader <miles@gnu.org>
1634
1635 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1636 (rcirc-abbrev-nick): Remove function.
1637 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1638
1639 2006-03-13 David Ponce <david@dponce.com>
1640
1641 * tree-widget.el: Handle themes across all occurrences of the main
1642 themes sub-directory found in tree-widget-themes-load-path.
1643 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1644 (tree-widget--locate-sub-directory): Return all occurrences.
1645 (tree-widget-themes-path): New function.
1646 Replace tree-widget-themes-directory, and return a list of directories.
1647 (tree-widget-set-parent-theme)
1648 (tree-widget-lookup-image): Use it.
1649
1650 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1651
1652 * textmodes/org.el (org-link-search): Avoid self-matching of
1653 links, allow target text to be distributed over several lines.
1654 (org-search-not-link): New function.
1655 (org-set-regexps-and-options, org-get-current-options):
1656 New startup options.
1657 (org-export-as-html): Take odd-level setting from local variable.
1658 (org-fontify-emphasized-text): New option.
1659 (org-set-font-lock-defaults): Include emphasized text.
1660 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1661 (org-font-lock): Customize group renamed from `org-faces'.
1662
1663 2006-03-13 John Paul Wallington <jpw@pobox.com>
1664
1665 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1666 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1667
1668 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1669
1670 * cus-start.el (all): Delete :version keyword for members of the
1671 fringe group, since the entire group is new in 22.1.
1672
1673 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1674
1675 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1676 map if value is hexadecimal (an address).
1677 (gud-watch): Only search roots for existing watch expressions.
1678 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1679 prevent caching problems with speedbar-update-directory-contents.
1680
1681 2006-03-12 Juri Linkov <juri@jurta.org>
1682
1683 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1684 before comparing with `low' and `warn'.
1685
1686 * info.el (Info-dir-remove-duplicates): Move point to the
1687 beginning of the current line after deleting the entries from
1688 redundant heading. Use marker for `limit' and compare it with
1689 point before calling `re-search-forward'.
1690
1691 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1692
1693 * simple.el (yank): Fix typo in docstring.
1694
1695 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1696
1697 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1698 messages, where "D" is the 6th character.
1699
1700 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1701
1702 * simple.el (yank): Fix last change.
1703
1704 2006-03-11 David Ponce <david@dponce.com>
1705
1706 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1707 merging elements from the standard ispell-dictionary-alist.
1708 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1709 alist, and return the new alist.
1710
1711 2006-03-11 Richard Stallman <rms@gnu.org>
1712
1713 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1714
1715 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1716 the way it is implemented is too unclean.
1717
1718 * simple.el (kill-region, yank): Doc fix.
1719
1720 * battery.el (battery-echo-area-format): Doc fix.
1721 (battery-mode-line-format): Likewise.
1722 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1723 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1724
1725 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1726
1727 * progmodes/octave-mod.el (octave-indent-for-comment):
1728 Behave according to do string.
1729
1730 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1731
1732 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1733 Be visible only if major mode is Mail Mode.
1734
1735 * textmodes/flyspell.el (flyspell-external-point-words)
1736 (flyspell-process-localwords): Fix last changes.
1737
1738 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1739
1740 * calendar/holidays.el (list-holidays): Doc fix.
1741
1742 * international/mule.el (auto-coding-alist): Add .odt
1743 (OpenOffice's open document) files.
1744
1745 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1746 document) files. Mention in the doc string the need to sync with
1747 auto-coding-alist.
1748
1749 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1752 enable-local-variables is set to always query, or there is no
1753 savable variable.
1754
1755 2006-03-10 Bill Wohler <wohler@newt.com>
1756
1757 * image.el (image-load-path-for-library): Merge at least three
1758 functions from Gnus and MH-E into this one function that can now
1759 be shared.
1760
1761 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1764 gdb-remove-mouse-face and remove help-echo too.
1765 (gdb-enqueue-input): Correct conditional clause.
1766
1767 2006-03-10 Glenn Morris <rgm@gnu.org>
1768
1769 * calendar/calendar.el (calendar-holidays): Doc fix.
1770 * calendar/holidays.el (list-holidays): Doc fix.
1771
1772 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1775 it gets called in gdb-prompt anyway.
1776 (gdb-use-separate-io-buffer): Only restore window arrangement for
1777 gdb-many-windows.
1778 (gdb-enqueue-input): Make it harder to send GDB input when program
1779 is running.
1780 (gdb-buffer-list): New variable.
1781 (gdb-remove-mouse-face): New function.
1782 (gdb-starting): Use it when GDB input won't get sent.
1783
1784 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * help.el (view-lossage): Remove trailing whitespace before
1787 inserting "\n".
1788
1789 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * files.el (hack-local-variables-confirm):
1792 Set coding-system-for-read to nil before writing to .emacs.
1793
1794 * arc-mode.el (archive-extract): Check if an existing buffer name
1795 comes from a different archive.
1796
1797 * help.el (describe-key-briefly): If KEY is a down event, read and
1798 discard the up event.
1799
1800 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1801
1802 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1803 be edited and use font-lock-warning-face for any changes.
1804
1805 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1806 (gdb-edit-value): Use it to report any errors.
1807
1808 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1809
1810 * help.el (describe-key): Remove leftover test code.
1811
1812 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1813
1814 * textmodes/org.el: Move defvars out of eval-when-compile.
1815 Use buffer-file-name variable.
1816 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1817 arg `file'.
1818 (org-level-faces): Remove startup dependency.
1819 (org-cycle, org-map-tree, org-scan-tags)
1820 (org-remember-handler): Don't call `outline-level' directly.
1821 (org-mhe-search-all-folders): New option.
1822 (org-mhe-get-message-folder-from-index)
1823 (org-mhe-get-message-folder): Fix indexing search.
1824 (org-format-agenda-item): Handle nil TAGS argument.
1825 (org-cleaned-string-for-export, org-activate-target-links)
1826 (org-make-target-link-regexp): Deal with empty radio target list.
1827 (org-tag): New face.
1828 (org-get-level-face): New function.
1829 (org-set-font-lock-defaults): Simplify setup for headlines.
1830 (org-complete): Pass common substring to `display-completion-list'.
1831
1832 2006-03-06 David Ponce <david@dponce.com>
1833
1834 * tree-widget.el: Update Commentary header.
1835 (tree-widget-theme-name): Ignore parent themes.
1836 (tree-widget-set-parent-theme): New function.
1837 (tree-widget-set-theme): Use it.
1838 (tree-widget-set-image-properties): Move definition. Does nothing
1839 if image properties have already been set.
1840 (tree-widget-image-properties): Move definition. Receive an image
1841 name. Set the :pointer property.
1842 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1843 Don't set the :pointer image property.
1844 (tree-widget-convert-widget): New function. Handle :dynargs
1845 compatibility here.
1846 (tree-widget): Use it to :convert-widget. Add the :expander-p
1847 predicate to control when the :expander function is entered.
1848 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1849 (tree-widget-value-create): Handle :expander-p. widget-apply
1850 :expander.
1851 (tree-widget-expander-p): New function. Default value of the
1852 :expander-p property.
1853
1854 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * help.el (describe-key): Properly handle the return value of
1857 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1858 remaps. Handle string and vector `follow-link' values.
1859
1860 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * complete.el (PC-expand-many-files): Try be more careful when parsing
1863 the shell's output.
1864
1865 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * outline.el (hide-sublevels): Provide better interactive default.
1868
1869 2006-03-06 Kenichi Handa <handa@m17n.org>
1870
1871 * international/fontset.el (create-fontset-from-fontset-spec):
1872 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1873
1874 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1875
1876 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1877 backslashes instead of one in regexp.
1878 (gud-tooltip-dereference): Add missing optional argument.
1879
1880 2006-03-04 John Paul Wallington <jpw@pobox.com>
1881
1882 * wdired.el (toplevel): Require `cl' at compile-time.
1883
1884 2006-03-04 Andreas Schwab <schwab@suse.de>
1885
1886 * server.el (server-process-filter): Handle errors during
1887 evaluation of the argument.
1888
1889 2006-03-03 John Paul Wallington <jpw@pobox.com>
1890
1891 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1892 escape parentheses at beginning of line.
1893 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1894 (t-mouse-mode): Remove period from end of error message.
1895
1896 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1897
1898 * textmodes/flyspell.el (flyspell-process-localwords):
1899 Be case-sensitive.
1900
1901 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1902
1903 * cus-edit.el (custom-quote): Remove function, since it has been
1904 moved to custom.el.
1905
1906 * font-lock.el (lisp-font-lock-keywords-2)
1907 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1908 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1909 they have no special meaning.
1910
1911 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1912 indirect buffer gets killed before indirect buffer. Use dolist.
1913
1914 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1915
1916 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1917 value instead of a literal constant (1) on more pauses.
1918
1919 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1920
1921 * textmodes/flyspell.el (flyspell-external-point-words):
1922 Be case-sensitive.
1923
1924 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1925
1926 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1927 with "www".
1928
1929 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1930
1931 * allout.el: Restablish intermediate missing comment header to
1932 preserve outline structure.
1933 (allout-beginning-of-current-entry): Skip invisible text.
1934 (allout-open-topic): Fix opening a topic at end-of-buffer.
1935 (allout-minor-mode): Move nearer to allout-mode function.
1936
1937 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1938
1939 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1940
1941 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1942
1943 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1944 is nil.
1945
1946 * progmodes/gud.el (gud-speedbar-menu-items):
1947 Use buffer-local-value and add missing :visible keyword.
1948
1949 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1950
1951 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1952
1953 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1954 must be `follow-link'.
1955
1956 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1957
1958 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1959 formatting: No nested anchors.
1960 (org-all-targets): Fix bug with XEmacs compatibility.
1961 (org-read-date): Add (require 'parse-time).
1962 (org-set-tags): Fix bug with extra inserted space.
1963 (org-export-html-style): Define a style class for targets.
1964 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1965 (org-hide-leading-stars): New option.
1966 (org-hide): New face.
1967 (org-set-font-lock-defaults): Allow to hide leading stars.
1968 (org-get-legal-level, org-tr-level): New functions.
1969 (org-odd-levels-only): New option.
1970 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1971 (org-demote, org-promote): Deal with double-star levels.
1972 (org-convert-to-odd-levels): New command.
1973
1974 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1975
1976 * speedbar.el (speedbar-update-localized-contents): Try to
1977 preserve window-start.
1978 (speedbar-update-directory-contents): Try to preserve window-start
1979 and window-point.
1980 (speedbar-update-special-contents): Don't move back to start of window.
1981
1982 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1983 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1984 speedbar-timer-fn.
1985 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1986 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1987 instead of gdb-speedbar-timer-fn.
1988
1989 2006-02-28 Jay Belanger <belanger@truman.edu>
1990
1991 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1992 (math-compose-expr): Use latex option when calling
1993 `math-compose-tex-matrix' for latex mode.
1994
1995 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1996
1997 * speedbar.el: Re-instate comments about developing for speedbar
1998 [this is what info and gdb-ui use even if better methods exist now].
1999
2000 * t-mouse.el: New file.
2001 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2002 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2003 (t-mouse-make-event-element): Use posn-at-x-y instead.
2004 (t-mouse-make-event): Deal with Fedora Core 3.
2005 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2006 (t-mouse-mouse-position-function): New function. Use it instead
2007 of advising mouse-position.
2008 (t-mouse-mode): New minor mode.
2009 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2010
2011 2006-02-27 Glenn Morris <rgm@gnu.org>
2012
2013 * calendar/calendar.el (calendar-holidays): Doc fix.
2014
2015 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2016
2017 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2018 Re-introduce the concept of a source window.
2019 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2020 consistency with get-buffer-create.
2021 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2022 (gdb-data-list-register-values-handler)
2023 (gdb-stack-list-locals-handler): Try to preserve window-start as
2024 well as window-point.
2025 (gdb-display-source-buffer): New function (old concept).
2026 (gdb-goto-breakpoint): Use it.
2027
2028 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2029 for gdb-ui/gdb-mi (old concept).
2030
2031 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2032
2033 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2034 binding.
2035
2036 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2037
2038 * textmodes/reftex-sel.el (reftex-select-label-map)
2039 (reftex-select-bib-map): Add `follow-mouse' binding.
2040
2041 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2042
2043 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2044 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2045 Give :set functions to provide automatic updating.
2046 Update docstring. Give compiler defvars early in the file
2047 and move the defcustoms to a later spot where all called functions
2048 are defined.
2049 (jka-compr-file-name-handler-entry): Doc fix.
2050 (jka-compr-compression-info-list--internal)
2051 (jka-compr-mode-alist-additions--internal)
2052 (jka-compr-load-suffixes--internal): New variables.
2053 (jka-compr-install): Set the three above variables.
2054 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2055 (jka-compr-update, jka-compr-set): New functions.
2056 (auto-compression-mode): Doc fix.
2057
2058 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2059 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2060 Use jka-compr-compression-info-list--internal,
2061 jka-compr-mode-alist-additions--internal and
2062 jka-compr-load-suffixes--internal.
2063
2064 * files.el (load-library):
2065 * loadhist.el (file-loadhist-lookup):
2066 * startup.el (command-line):
2067 * subr.el (locate-library):
2068 * emacs-lisp/autoload.el (update-directory-autoloads):
2069 * emacs-lisp/find-func.el (find-library-suffixes):
2070 Use `get-load-suffixes' instead of `load-suffixes'.
2071
2072 * subr.el (locate-library):
2073 * emacs-lisp/find-func.el (find-library-name):
2074 Use `load-file-rep-suffixes' instead of '("").
2075
2076 2006-02-26 Kim F. Storm <storm@cua.dk>
2077
2078 * ido.el (ido-save-history, ido-load-history): Simplify.
2079 Don't use find-file-noselect to avoid interference from other modes.
2080
2081 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2082
2083 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2084 to use the default shell if filename is not available.
2085 Reported by Giorgos Keramidas.
2086
2087 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2088
2089 * progmodes/etags.el (tags-completion-table): Do completion from
2090 all the tables in the current list, as documented in the manual.
2091
2092 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2093
2094 * CC Mode Update to 5.31.3.
2095
2096 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2097
2098 * progmodes/cc-mode.el (c-postprocess-file-styles):
2099 Bind inhibit-read-only to t, around the call to
2100 c-remove-any-local-eval-or-mode-variables, so that it works on a
2101 RO file.
2102
2103 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2104
2105 * progmodes/cc-awk.el: Correct a typo.
2106
2107 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2108
2109 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2110 c-hungry-delete-backwards, at the request of RMS. Leave the old
2111 name as an alias.
2112
2113 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2114
2115 * progmodes/cc-mode.el: Correct a typo.
2116
2117 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2118
2119 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2120
2121 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2122
2123 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2124 brace-else-brace (error due to mbeg, mend being undefined).
2125
2126 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2127
2128 * progmodes/cc-mode.el: File Local variables: Solve the problem
2129 where both `mode' and c-file-offsets are specified: `mode' will
2130 overwrite c-f-o's settings:
2131 (c-remove-any-local-eval-or-mode-variables): New function.
2132 (c-postprocess-file-styles): Call the above new function, within
2133 c-tentative-buffer-change, to splat `mode' and `eval' before the
2134 second hack-local-variables.
2135
2136 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2137
2138 * progmodes/cc-mode.el:
2139 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2140 (c-after-change): Protect the match data with save-match-data.
2141 It was getting corrupted by c-after-change-check-<>-operators.
2142
2143 * cc-defs.el: [Supersedes patch V1.38]:
2144 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2145 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2146
2147 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2148 with save-match-data. It was being corrupted when Font Lock was
2149 not enabled.
2150
2151 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2152
2153 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2154 Mode and Subword Mode.
2155
2156 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2157 real labels ("case 1:" or "foo:") from non-labels ("public:").
2158 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2159 coding; c-f-t-2 doesn't move over a token at EOB.
2160
2161 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2162
2163 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2164 (c-update-modeline): Concatenate the minor mode indicators
2165 directly onto mode-name, removing c-submode-indicators.
2166 Sometimes, c-s-i got separated from the mode name on the mode line.
2167
2168 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2169 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2170
2171 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2172
2173 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2174 error message when there's an evaluation error to show whether
2175 it's loaded from source or not.
2176 (c-filter-ops): Make it available at runtime too to work when
2177 `c-make-init-lang-vars-fun' needs to evaluate from source.
2178
2179 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * help.el (help): Revert last part of 2006-02-23 change (deletion
2182 of the `provide' call).
2183
2184 2006-02-23 Juri Linkov <juri@jurta.org>
2185
2186 * compare-w.el (compare-windows-highlight): Add new value
2187 `persistent' and change :type from `boolean' to `choice'.
2188 (compare-windows-overlays1, compare-windows-overlays2):
2189 New internal variables.
2190 (compare-windows-highlight): If compare-windows-highlight is
2191 `persistent', add current overlays to compare-windows-overlays[12]
2192 instead of adding compare-windows-dehighlight to pre-command-hook.
2193 (compare-windows-dehighlight): Delete all overlays from
2194 compare-windows-overlays[12].
2195
2196 * info.el (Info-search): Don't bind search-spaces-regexp to
2197 Info-search-whitespace-regexp in non-regexp isearch mode.
2198
2199 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2202
2203 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * textmodes/org.el (org-xemacs-p)
2206 (org-export-html-show-new-buffer, org-table-may-need-update)
2207 (org-insert-item, org-mhe-get-message-real-folder)
2208 (org-mhe-get-message-folder-from-index)
2209 (org-mhe-get-message-folder, org-mhe-get-message-num)
2210 (org-mhe-get-header, org-make-org-heading-search-string)
2211 (org-make-org-heading-camel, org-table-sort-lines)
2212 (org-format-org-table-html, org-format-table-table-html):
2213 Fix typos in docstrings.
2214
2215 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2216
2217 * textmodes/org.el (org-cleaned-string-for-export)
2218 (org-solidify-link-text): New function.
2219 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2220 XEmacs, just to silence the compiler.
2221 (org-export-as-ascii, org-export-as-html-and-open):
2222 Use `org-cleaned-string-for-export' and create internal links.
2223 (org-follow-mhe-link): Require mh-e, use folder.
2224
2225 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2228
2229 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2230 gdb-debug-log-length.
2231 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2232 it a real ring but...
2233 (gud-gdba-marker-filter): ...make it work like mark-ring.
2234 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2235 (gdb-mouse-jump): New function. Add bindings.
2236
2237 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2238
2239 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2240 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2241 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2242 (gdb-debug-log-length): Customize it's length.
2243 (gud-watch, gdb-var-create-handler): Display function::var format
2244 but don't use to create variable object.
2245 (gdb-var-create-handler): Use message-box in place of message.
2246 (gdb-stopped): Call gdb-exited if signalled.
2247
2248 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2249
2250 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2251
2252 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2253
2254 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2255 if `reftex-try-all-extensions' is set.
2256
2257 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2258 fail silently when there is no valid argument at point.
2259 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2260 `fail-silently' argument. From a patch by David Reiter.
2261
2262 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2263 New commands.
2264 (org-mark-ring): New variable.
2265 (org-mark-ring-length): New option.
2266 (org-open-at-point, org-goto, org-open-file): Push old position
2267 onto the mark ring.
2268 (org-add-hook): New function.
2269 (org-export-table-remove-special-lines): New option.
2270 (org-skip-comments, org-format-org-table-html): Respect new
2271 option `org-export-table-remove-special-lines'.
2272 (org-open-file): Allow special command configuration for
2273 directory link.
2274 (org-file-apps): Fix bugs in customize type, added setting
2275 for directories.
2276 (org-activate-tags, org-format-agenda-item, org-complete)
2277 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2278 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2279 (org-link-search, org-make-org-heading-search-string)
2280 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2281 (org-radio-targets, org-file-link-context-use-camel-case)
2282 (org-activate-camels): New options.
2283 (org-update-radio-target-regexp, org-all-targets)
2284 (org-make-target-link-regexp, org-activate-target-links):
2285 New functions.
2286 (org-make-org-heading-search-string): New function.
2287 (org-store-link, org-insert-link): Use new option
2288 `org-file-link-context-use-camel-case'.
2289 (org-activate-camels): Use new option `org-activate-camels'.
2290 (org-link-regexp): Add mhe prefix.
2291 (org-open-at-point, org-store-link): Support for mhe links.
2292 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2293 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2294 (org-mhe-get-header, org-follow-mhe-link): New functions.
2295 (org-remove-angle-brackets, org-add-angle-brackets):
2296 New functions.
2297 (org-bracket-link-regexp): New constant.
2298 (org-read-date): Fix bug that was rejecting all typed dates.
2299 (org-link-search): Make hierarchy above visible after a match.
2300 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2301 (org-store-link): Fix bug with link creation when cursor is in
2302 an empty line.
2303 (org-open-at-point): Fix bug with matching a link.
2304 Fixed buggy argument sequence in call to `org-view-tags'.
2305 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2306 (org-prefix-has-tag): New variable.
2307 (org-format-agenda-item): Remove tags from headline
2308 if appropriate.
2309 (org-agenda-remove-tags-when-in-prefix): New option.
2310
2311 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2312
2313 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2314 Fix the regular expressions.
2315
2316 2006-02-21 Richard M. Stallman <rms@gnu.org>
2317
2318 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2319 if there's no other specific basis.
2320
2321 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2322 as variables at all.
2323 (unsafep-variable): Rename arg; doc fix.
2324
2325 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2326
2327 * calendar/appt.el (diary-selective-display): Add defvar.
2328
2329 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2330
2331 * isearch.el (search-whitespace-regexp): Fix custom type.
2332
2333 * help.el (describe-key-briefly): Compute interactive args
2334 in same was as before previous change.
2335
2336 * files.el (enable-local-variables): Doc fix.
2337
2338 2006-02-21 Kim F. Storm <storm@cua.dk>
2339
2340 * fringe.el: Cleanup as file is now pre-loaded.
2341 (fringe-bitmaps): Initialize unconditionally.
2342 (fringe-mode, set-fringe-style): Remove autoload cookies.
2343
2344 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2345
2346 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2347 `horizontal-bar'.
2348 (fringe-cursor-alist): Use `horizontal-bar'.
2349
2350 2006-02-20 Kim F. Storm <storm@cua.dk>
2351
2352 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2353 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2354
2355 * loadup.el: Load "fringe" on window systems.
2356
2357 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2358
2359 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2360 out of scope components.
2361
2362 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2363 default.
2364
2365 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * custom.el (customize-mark-to-save, customize-mark-as-set):
2368 Load the symbol first.
2369
2370 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2373 strech spec so it doesn't display as "^J" on the header line
2374 when `Buffer-menu-use-header-line' is t.
2375
2376 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2377
2378 * speedbar.el (speedbar-make-button): Keep text properties
2379 of string arguments if desired.
2380
2381 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2382 expessions.
2383
2384 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2385 of speedbar.
2386
2387 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2388
2389 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2390 to value of `read-file-name-completion-ignore-case'.
2391
2392 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * custom.el (customize-mark-as-set): Push to `user' theme.
2395
2396 * cus-edit.el (custom-save-variables): Allow unthemed values.
2397 (customize-set-variable): Push setting to `user' theme.
2398
2399 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2400
2401 * progmodes/gud.el: Don't require font-lock as it's now
2402 automatically loaded.
2403 (gud-speedbar-buttons): Replace gdb-var-changed with
2404 gdb-force-update.
2405
2406 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2407 gdb-var-changed.
2408 (gdb-post-prompt): Use it.
2409 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2410 (gdb-var-update-handler, gdb-var-delete)
2411 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2412 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2413 gdb-force-update in gdb-post-prompt.
2414 (gdb-reset): Clear watch expressions from speedbar when quitting.
2415
2416 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2417
2418 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2419 (viper-change-state-to-vi, viper-change-state-to-emacs):
2420 Make aware of cursor coloring in the Emacs state.
2421 (viper-special-read-and-insert-char): Use read-char-exclusive.
2422 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2423
2424 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2425
2426 * viper-util.el (viper-save-cursor-color)
2427 (viper-get-saved-cursor-color-in-replace-mode)
2428 (viper-get-saved-cursor-color-in-insert-mode)
2429 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2430 state.
2431 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2432
2433 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2434 (ediff-ignore-case-option3, ediff-actual-diff-options)
2435 (ediff-actual-diff3-options): New variables to control case sensitivity.
2436 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2437 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2438 (ediff-toggle-ignore-case): New function.
2439 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2440
2441 * ediff-help.el (ediff-long-help-message-narrow2)
2442 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2443 (ediff-long-help-message-word-mode): Add ignore-case command.
2444 (ediff-help-for-quick-help): Add ignore-case command.
2445
2446 * ediff-merg.el: Move provide to the end.
2447
2448 * ediff-ptch.el: Move provide to the end.
2449
2450 * ediff-wind.el: Move provide to the end.
2451
2452 * ediff-mult.el: Move provide to the end.
2453 (ediff-set-meta-overlay): Enable follow-link.
2454
2455 * ediff.el: Move provide to the end.
2456 Break recursive load cycle in eval-when-compile.
2457 (ediff-patch-buffer): Better heuristics.
2458
2459 * ediff-util.el: Move provide to the end.
2460 Break recursive load cycle in eval-when-compile.
2461 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2462 defuns.
2463 (ediff-submit-report): Pass the values of ediff-diff3-program,
2464 ediff-diff3-options.
2465
2466 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2469 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2470 `' (for example, in the docstring of `windmove-default-keybindings').
2471
2472 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2473
2474 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2475 shadow face. Don't provide binding to edit variable when it is
2476 out of scope.
2477
2478 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2479 (gdb-var-update-handler): Detect out of scope variables with pre
2480 GDB 6.4 too.
2481 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2482 Reset status of variable objects to nil in update handlers.
2483 (gdb-var-update-handler-1): Detect when a variable object comes
2484 in scope. setcar on var changes gdb-var-list directly.
2485
2486 2006-02-17 Juri Linkov <juri@jurta.org>
2487
2488 * ffap.el (ffap) <defface>: Add explicit face declaration.
2489 (ffap-highlight): Use face `ffap' directly instead of checking
2490 for its existence.
2491
2492 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2493 `visible-ok' of `other-buffer' to find the right original buffer.
2494
2495 * info.el (Info-search): Skip `Local Variables' node.
2496
2497 2006-02-17 Juri Linkov <juri@jurta.org>
2498
2499 * info.el (Info-find-file): Check for symbols `apropos', `history',
2500 `toc' in the input filename, and return these symbols as is.
2501 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2502 `history', `toc' instead of strings.
2503 (Info-set-mode-line): For non-string Info-current-file use the
2504 symbol's name inside **.
2505 (Info-isearch-push-state): Add quote before Info-current-file and
2506 Info-current-node.
2507 (Info-isearch-pop-state): Use `equal' instead of `string='.
2508 (Info-extract-pointer, Info-following-node-name): Use
2509 `match-string-no-properties' instead of `match-string'.
2510 (Info-up): Check `old-file' for `stringp'.
2511 (Info-history): Use `equal' instead of `string-equal'.
2512 Check `file' for `stringp'.
2513 (Info-history): Use symbol `history' instead of string as first arg
2514 of `Info-find-node'.
2515 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2516 `toc' instead of string.
2517 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2518 instead of `buffer-substring', and `match-string-no-properties'
2519 instead of `match-string'.
2520 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2521 instead of strings.
2522 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2523 Use symbol `apropos' instead of string.
2524 (Info-copy-current-node-name): Check `Info-current-file' for
2525 `stringp' and construct a command with `Info-find-node' from it.
2526 (Info-fontify-node): Use `match-string-no-properties' instead of
2527 `match-string' and check file names for `stringp'.
2528 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2529 `history', `toc' instead of strings.
2530
2531 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * files.el: Rearrange functions and variables in the file local
2534 variables section.
2535
2536 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2537
2538 * files.el: Add truncate-lines, ispell-check-comments and
2539 ispell-local-dictionary as safe local variables.
2540
2541 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2542
2543 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2544 out of scope variables.
2545 (gud-speedbar-buttons): Use unless.
2546
2547 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2548 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2549 (gdb-show-changed-values): Also use for out of scope variables.
2550 (gdb-var-update-handler-1): Note if variable goes out of scope.
2551
2552 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2553
2554 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2555 default to global variable values for unsupplied args.
2556 (rcirc-get-buffer-create): Fix bug with setting the target.
2557 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2558 test for rcirc-always-use-server-buffer-flag here.
2559 (rcirc-response-formats): Add %N, which is a facified nick. %n
2560 uses the default face. Change the ACTION format string. If the
2561 "nick" is the server, don't print anything for that field.
2562 Comment fixes.
2563 (rcirc-target-buffer): Don't test
2564 rcirc-always-use-server-buffer-flag here.
2565 (rcirc-print): Squeeze extra spaces out of the text before message.
2566 (rcirc-put-nick-channel): Strip potential "@" char from nick
2567 before adding them to nick table.
2568 (rcirc-url-regexp): Improve to match address like "foo.com".
2569
2570 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2571
2572 * allout.el (allout-hidden-p): Move this defsubst before
2573 allout-overlay-interior-modification-handler, where it is first
2574 used.
2575
2576 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2577
2578 * allout.el: Use allout invisible-text overlays instead of
2579 selective display for concealed text. Also, lots of general
2580 cleanup, and improved compatibility code.
2581
2582 (allout-version) Incremented, corrected, revised, and refined
2583 module commentary.
2584
2585 (provide 'allout): Moved to the bottom, added a require of overlay.
2586
2587 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2588 `except-current'.
2589 (allout-write-file-hook-handler): Minimize delay.
2590 (count-trailing-whitespace-region): New function so
2591 auto-encryption of current topic can resituate cursor exactly.
2592 PGP/GPG encryption trims trailing whitespace from lines, which
2593 must be accounted for across encryption then decryption.
2594
2595 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2596 just plain "\C-c", to avoid intruding on user's keybinding space.
2597
2598 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2599 parameter, so user request to provide a new password is done.
2600
2601 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2602 Refined mechanism for auto-filling behavior while in allout mode.
2603
2604 (allout-mode): Explicitly specify the mode map in the docstring.
2605 Clarify provision for various write-file hook var names.
2606 Adjusted for invisible-text overlays instead of selective-display.
2607
2608 (allout-depth): Really return 0 if not within any topic. This
2609 rectifies `allout-beginning-of-level' and sequence numbering
2610 errors that occur when cutting and pasting numbered topics.
2611 Changed from a in-line subst to a regular function, as well.
2612
2613 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2614
2615 (allout-end-of-subtree, allout-end-of-subtree)
2616 (allout-end-of-entry, allout-end-of-current-heading)
2617 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2618 (allout-show-children, allout-show-to-offshoot)
2619 (allout-hide-current-entry, allout-show-current-entry): Rectified
2620 handling of trailing blank lines between items.
2621
2622 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2623 (allout-current-depth, allout-unprotected, allout-hidden-p)
2624 (allout-on-current-heading-p, allout-listify-exposed)
2625 (allout-chart-subtree, allout-goto-prefix)
2626 (allout-back-to-current-heading, allout-get-body-text)
2627 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2628 (allout-hide-region-body, allout-toggle-subtree-encryption)
2629 (allout-encrypt-string, allout-encrypted-key-info)
2630 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2631 (allout-file-vars-section-data): Adjusted for use with
2632 invisible-text overlays instead of selective-display.
2633
2634 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2635 Reworked for use with invisible text overlays.
2636
2637 (allout-current-topic-collapsed-p): New function.
2638
2639 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2640 to know when to close the containing topic.
2641
2642 (allout-pre-command-business, allout-post-command-business):
2643 Simplify undo-batching and dynamic isearch exposure.
2644
2645 (allout-set-overlay-category): New for invisible-text overlays.
2646 Sets properties of allout-overlay-category, used by
2647 allout-flag-region to set invisible-text overlay properties.
2648 (allout-get-invisibility-overlay): Get the first qualifying
2649 invisibility overlay, so we can find the extent of it.
2650 (allout-back-to-visible-text): Get to just before the beginnining
2651 of the current invisibility overlay, if any.
2652
2653 (allout-overlay-insert-in-front-handler)
2654 (allout-overlay-interior-modification-handler)
2655 (allout-before-change-handler, allout-isearch-end-handler): New
2656 functions to handle extraordinary actions affecting concealed
2657 text.
2658
2659 (allout-flag-region): Use overlays instead of selective-display
2660 for invisible text - by inheritence from the properties of
2661 allout-overlay-category in mainline Emacs, and applied
2662 property-by-property in XEmacs, some recent versions of which
2663 don't inherit the properties from the category. Provisions to
2664 respond to concealed-text edits simplified drastically.
2665
2666 (allout-isearch-rectification, allout-isearch-was-font-lock)
2667 (allout-isearch-expose, allout-enwrap-isearch)
2668 (allout-isearch-abort, allout-pre-was-isearching)
2669 (allout-isearch-prior-pos, allout-isearch-did-quit)
2670 (allout-isearch-dynamic-expose)
2671 (allout-hide-current-entry-completely): Functions deleted.
2672
2673 (allout-undo-aggregation): Explicit undo aggregation no longer
2674 necessary due to transition away from selective-display.
2675
2676 (set-allout-regexp, allout-up-current-level)
2677 (allout-next-visible-heading, allout-forward-current-level)
2678 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2679 (allout-kill-line, allout-yank-processing, allout-show-children)
2680 (allout-expose-topic, allout-old-expose-topic)
2681 (allout-listify-exposed, allout-insert-latex-header)
2682 (allout-toggle-subtree-encryption, allout-encrypt-string)
2683 (remove-from-invisibility-spec, allout-hide-current-subtree):
2684 Ditched unused variables.
2685
2686 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2687
2688 * textmodes/ispell.el (ispell-change-dictionary): Call
2689 ispell-buffer-local-dict instead of
2690 ispell-accept-buffer-local-defs.
2691 (ispell-local-dictionary-alist): Accept as valid any coding-system
2692 supported by Emacs.
2693 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2694 changed to iso-8859-3.
2695
2696 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2697
2698 * speedbar.el (speedbar-frame-width): Make an inline function
2699 instead of a macro. Use frame-width.
2700 (speedbar-try-completion, speedbar-update-contents)
2701 (speedbar-timer-fn): Use consp.
2702 (speedbar-update-localized-contents): Try to preserve point.
2703
2704 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2705 (menu): Re-order menu items.
2706 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2707 field.
2708 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2709 (gdb-post-prompt): Speed things by not forcing update.
2710
2711 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2712
2713 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2714 press and perform default action if we get a mouse movement event.
2715
2716 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * calendar/icalendar.el (icalendar--get-event-property)
2719 (icalendar--get-event-property-attributes): Fix typos in
2720 docstrings.
2721
2722 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2723 docstring.
2724
2725 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * bs.el (bs-mode): Use `buffer-disable-undo'.
2728 (bs--get-file-name): Simplify.
2729 (bs-show-in-buffer): Mark the buffer as not modified.
2730
2731 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2734 widget-button-click.
2735
2736 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2737 (custom-mode): Update docstring.
2738
2739 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2740 binding.
2741
2742 * files.el (hack-local-variables-confirm): Allow scrolling if the
2743 file variable list is too long. Kill temp buffer after use.
2744
2745 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2746
2747 * progmodes/gud.el (gdb): Improve doc string.
2748 (gdb-script-font-lock-keywords): Expand allowed character set.
2749
2750 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2751 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2752 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2753 (gdb-separate-io-stop, gdb-separate-io-eof):
2754 Rename from gdb-inferior-* to gdb-separate-*.
2755 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2756
2757 2006-02-14 Jay Belanger <belanger@truman.edu>
2758
2759 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2760 expression is a symbol before checking that it is bound.
2761
2762 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2763 test to see if equation can be solved.
2764
2765 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * wid-edit.el (widget-button-click): Use :pressed-face property
2768 for overlay face, if it exists.
2769
2770 * cus-edit.el (custom-manual, custom-add-see-also)
2771 (custom-add-parent-links, custom-group-link): Add :pressed-face
2772 property to links.
2773
2774 * files.el (hack-local-variables): Remove ignored variables before
2775 checking if any variables need setting.
2776
2777 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2778
2779 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2780
2781 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * help.el (where-is): Fix message for remapped commands.
2784
2785 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2786 Fix typos in docstrings.
2787
2788 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * files.el (safe-local-variable-values): New option.
2791 (hack-local-variables-prop-line): Return a list of variable-value
2792 pairs if MODE-ONLY is non-nil.
2793 (hack-local-variables): Construct list of variable-value pairs,
2794 and apply or reject them in one go. Ask for confirmation if
2795 variables are not known safe.
2796 (hack-local-variables-confirm): Complete rewrite. Support
2797 `safe-local-variable-values'.
2798 (enable-local-variables): Update docstring to reflect new
2799 behavior.
2800 (ignored-local-variables): Ignore ignored-local-variables and
2801 safe-local-variable-values.
2802 (safe-local-variable-p): New function.
2803 (risky-local-variable-p): `safe-local-variable' property check
2804 moved to safe-local-variable-p.
2805 (hack-one-local-variable): Checks moved to hack-local-variables.
2806
2807 (byte-compile-dynamic, c-basic-offset, c-file-style)
2808 (c-indent-level, comment-column, fill-column, fill-prefix)
2809 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2810 (no-update-autoloads, outline-regexp, page-delimiter)
2811 (paragraph-start, paragraph-separate, sentence-end)
2812 (sentence-end-double-space tab-width, version-control):
2813 Add `safe-local-variable' property.
2814
2815 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2816
2817 * icomplete.el, play/landmark.el: Change nonexistent
2818 `outline-layout' file variable to `allout-layout'.
2819
2820 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2821
2822 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2823 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2824 to gud-comint-buffer.
2825 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2826 gdb-ui.el for gdb-mi.el.
2827 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2828 registers buffer to gdb-get-changed-registers.
2829 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2830 deletion of catchpoints (throw and catch).
2831 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2832 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2833 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2834 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2835 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2836
2837 2006-02-13 Jay Belanger <belanger@truman.edu>
2838
2839 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2840 expression is a symbol before checking that it is bound.
2841
2842 2006-02-13 Richard M. Stallman <rms@gnu.org>
2843
2844 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2845 for the minibuffer too, but not if resize-mini-windows will interfere.
2846
2847 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2848 inside `interactive' spec.
2849 (describe-key-briefly-internal, describe-key-internal):
2850 Functions merged back into their callers.
2851
2852 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2853
2854 * info.el (info-xref-visited): Inherit from info-xref too.
2855 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2856 when propertizing Info-current-file and Info-current-node.
2857
2858 2006-02-13 Juri Linkov <juri@jurta.org>
2859
2860 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2861 (tumme-thumb-name): Fix per-directory format.
2862
2863 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2866
2867 2006-02-12 Miles Bader <miles@gnu.org>
2868
2869 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2870
2871 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2872
2873 * tumme.el: Remove history section. If someone needs the it, it
2874 can always be found in CVS.
2875
2876 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2877
2878 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2879 about the Thumbnail Managing Standard option.
2880
2881 2006-02-12 Richard M. Stallman <rms@gnu.org>
2882
2883 * subr.el (substitute-key-definition): Doc fix.
2884
2885 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2886
2887 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2888
2889 * info.el (Info-mode): Doc fix.
2890
2891 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2892
2893 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2896 because on Solaris a POSIX compatible "id" is needed. Reported by
2897 Magnus Henoch <mange@freemail.hu>.
2898
2899 2006-02-12 Juri Linkov <juri@jurta.org>
2900
2901 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2902 (tumme) <defgroup>: Change :group to `multimedia'.
2903 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2904 Managing Standard.
2905 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2906 Fix dostring.
2907 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2908 and %y. Fix docstring.
2909 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2910 (tumme-cmd-create-standard-thumbnail-command): New user options.
2911 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2912 is `standard'. Fix docstring.
2913 (tumme-thumb-width, tumme-thumb-height): New user options.
2914 (tumme-external-viewer): Try to find various viewers.
2915 (tumme-get-thumbnail-image): Use `create-image' instead of
2916 constructing the `image' structure.
2917 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2918 `standard'.
2919 (tumme-thumb-name): Add file name generation for standard storage.
2920 Simplify code for other storages.
2921 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2922 Add modification time %m and thumbnail-nq8 %q.
2923 Use `tumme-cmd-create-standard-thumbnail-command' if
2924 tumme-thumbnail-storage is `standard'.
2925 (tumme-dired-insert-marked-thumbs): New autoload command.
2926 (tumme-dired-after-readin-hook): New function.
2927 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2928 `tumme-thumb-size'.
2929 (tumme-display-image): Replace size-x %x and size-y %y with
2930 width %w and height %h.
2931
2932 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2933 `tumme-dired-insert-marked-thumbs'.
2934
2935 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2936
2937 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2938 include path).
2939 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2940 matching tag.
2941
2942 2006-02-12 Miles Bader <miles@gnu.org>
2943
2944 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2945 New variables.
2946 (rcirc-abbrev-nick): New function.
2947 (rcirc-format-response-string): Rewrite to use the formats in
2948 `rcirc-response-formats' and expand escape sequences therein.
2949 A text-property `rcirc-text' is added over the actual response
2950 text to make easy to find inside the returned string.
2951 (rcirc-print): When filling, just look for the `rcirc-text'
2952 text-property to find the appropriate fill prefix, instead of
2953 using hardwired patterns.
2954
2955 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2956
2957 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2958 Managing Standard.
2959
2960 2006-02-11 Kim F. Storm <storm@cua.dk>
2961
2962 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2963 Don't use insert-buffer; do insert-buffer-substring directly.
2964 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2965
2966 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2967
2968 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2969 with inhibit-read-only. Suggested by Stefan Monnier.
2970 (revert-buffer): Let insert-file-contents discard
2971 buffer-undo-list. Simplify code.
2972 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2973
2974 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2975
2976 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2977
2978 * help.el (describe-key-briefly): Now a wrapper for
2979 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2980 to t. Populate yank-menu if empty.
2981 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2982 (describe-key): Now a wrapper for describe-key-internal. Bind
2983 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2984 (describe-key-internal): Renamed from describe-key.
2985
2986 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2987
2988 * progmodes/glasses.el (glasses-separator): Doc fix.
2989 (glasses-original-separator): New defcustom.
2990 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2991
2992 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2993
2994 * mwheel.el (mouse-wheel-up-event): Doc fix.
2995
2996 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2997
2998 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2999 (tumme-dir): New function. Copied from thumbs.el.
3000
3001 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * desktop.el (desktop-outvar): Fix typo.
3004 (desktop-save-buffer-p): Doc fix.
3005
3006 * subr.el (substitute-key-definition): Fix typo.
3007
3008 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3009
3010 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3011 when window-system is mac.
3012
3013 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3014
3015 2006-02-10 Kim F. Storm <storm@cua.dk>
3016
3017 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3018 indirect-function instead of using condition-case.
3019
3020 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3021
3022 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3023 less `colloquial'...
3024
3025 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3026
3027 * tumme.el: Add a couple of todo items.
3028
3029 2006-02-09 Lars Hansen <larsh@soem.dk>
3030
3031 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3032 (highlight-changes-mode): Don't change desktop-locals-to-save.
3033
3034 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * image-mode.el (image-toggle-display): Clear image cache if using
3037 filename.
3038
3039 2006-02-09 Masatake YAMATO <jet@gyve.org>
3040
3041 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3042 a `dired-man' target.
3043
3044 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3045 boundary of symbols.
3046
3047 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3048
3049 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3050
3051 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3054 `mapcar'; return nil.
3055
3056 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3059 some other event.
3060
3061 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3062
3063 * net/rcirc.el (rcirc-startup-channels-alist):
3064 Add irc.freenode.net and #emacs as defaults.
3065 (rcirc-ignore-all-activity-flag): Remove variable.
3066 (rcirc-authinfo): New variable.
3067 (rcirc-authinfo-filename): Remove variable.
3068 (rcirc-always-use-server-buffer-flag): New flag.
3069 (rcirc): M-x rcirc will automatically connect without prompting.
3070 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3071 connection in lisp.
3072 (rcirc-process-server-response-1): Remove everything but the nick
3073 portion of the sender so it doesn't need to be done everywhere
3074 else. Update related code.
3075 (global-map): Remove global keybindings.
3076 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3077 (rcirc-send-input): Split into several functions.
3078 (rcirc-process-input-line, rcirc-process-message)
3079 (rcirc-process-command): New functions.
3080 (rcirc-target-buffer): New function to determine where to route
3081 messages.
3082 (rcirc-user-nick): Save match data.
3083 (rcirc-toggle-ignore-buffer-activity)
3084 (rcirc-update-activity-string): Remove global ignore functionality,
3085 which can be done now by toggling rcirc-track-minor-mode.
3086 (rcirc-track-minor-mode-map): New keymap.
3087 (rcirc-track-minor-mode): New minor-mode.
3088 (ignore): Make the ignore output nicer. Always print it when
3089 adding or removing nicks.
3090 (rcirc-url-regexp): Improve.
3091 (rcirc-mangle-text): Remove properties before using text in the
3092 modeline.
3093 (rcirc-authenticate): Authentication data comes from
3094 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3095 (rcirc-server-prefix): Inherit from rcirc-server.
3096
3097 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3098
3099 * Makefile.in (compile): Append "|| true" to the end of the `find'
3100 command, like compile-always does.
3101
3102 2006-02-08 Sam Steingold <sds@gnu.org>
3103
3104 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3105 output from a dead connection.
3106
3107 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3108
3109 * dired.el (dired-mode-map): Add more bindings for tumme.
3110
3111 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * wdired.el (wdired-mode-map): Use remap.
3114 (wdired-get-filename): Massage.
3115 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3116 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3117 `keymap' property rather than `local-map'.
3118
3119 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3120
3121 * tumme.el (tumme-get-thumbnail-image): New utility function.
3122 Suggested by from Chong Yidong.
3123 (tumme-dired-with-window-configuration): Rename from
3124 `tumme-dired'. Add code to save window configuration.
3125 (tumme-restore-window-configuration): New command to restore the
3126 window configuration that `tumme-dired-with-window-configuration'
3127 saves before it changes the window configuration.
3128 (tumme-show-all-from-dir): New command to display thumbnails for
3129 all files in a directory entered by the user, like M-x thumbs.
3130 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3131 have been created.
3132 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3133 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3134 Remove obsolete test function.
3135
3136 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * vc.el (small-temporary-file-directory): Remove defvar; there's
3139 a defcustom for it in files.el.
3140
3141 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3142 Fix typo in message.
3143 (tumme-gallery-generate): Fix typo in `error' message.
3144 (tumme-display-window-height-correction)
3145 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3146 (tumme-line-up-interactive): Dox fixes.
3147 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3148 (tumme-restore-window-configuration, tumme-format-properties-string)
3149 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3150 Fix typos in docstrings.
3151
3152 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3153
3154 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3155
3156 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3157
3158 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3159 User should use hook if desired.
3160
3161 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3162 buffer if necessary.
3163 (gdb-delete-frame-or-window): New function.
3164 (gdb-breakpoints-mode-map): Bind "q" to it.
3165
3166 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * textmodes/nroff-mode.el: Clean up name space.
3169 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3170 (nroff-mode): Obey the global setting of nroff-electric-mode.
3171 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3172
3173 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3174
3175 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3176
3177 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3178
3179 2006-02-06 Lars Hansen <larsh@soem.dk>
3180
3181 * generic-x.el (etc-fstab-generic-mode): Add file system types
3182 cifs and usbdevfs. Allow special chars in file names.
3183
3184 2006-02-05 Jay Belanger <belanger@truman.edu>
3185
3186 Update copyright notices of the files in lisp/calc.
3187
3188 2006-02-05 Romain Francoise <romain@orebokech.com>
3189
3190 Update copyright notices of all files in the lisp/play directory.
3191
3192 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3193
3194 * ldefs-boot.el: Regenerate.
3195
3196 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3197
3198 2006-02-05 Kim F. Storm <storm@cua.dk>
3199
3200 * files.el (magic-mode-regexp-match-limit): New defvar.
3201 (set-auto-mode): Use it to limit magic-mode-alist matching.
3202
3203 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3204
3205 * simple.el (display-message-or-buffer): Compare the number of
3206 characters to the frame width when determining whether a 1-line
3207 message string will fit in the echo area. Count screen lines
3208 instead of buffer lines when determining whether a multi-line
3209 message will fit in the echo area/minibuffer window.
3210
3211 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3212
3213 * info.el (Info-index, Info-mode): Improve the description of the
3214 `i' command.
3215
3216 * ldefs-boot.el: Regenerate.
3217
3218 2006-02-03 Werner Lemberg <wl@gnu.org>
3219
3220 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3221 greedy to find the closing bracket in \*[...] and similar
3222 expressions. This is a first rough fix -- many additional
3223 refinements are necessary to make nroff mode really usable with groff.
3224
3225 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3226
3227 * international/mule-cmds.el (set-locale-environment):
3228 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3229 libX11.
3230
3231 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3232
3233 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3234 archive are created in archive-tmpdir.
3235
3236 2006-02-02 John Paul Wallington <jpw@pobox.com>
3237
3238 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3239 (ibuffer-fontification-alist): Use it.
3240 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3241 to "* z" and the Ibuffer Mark menu.
3242
3243 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3244
3245 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * textmodes/table.el (*table--cell-describe-mode)
3248 (*table--cell-describe-bindings): Undo last change since
3249 print-help-return-message is not obsoleted by anything at all.
3250
3251 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * emulation/cua-base.el (cua-mode): Doc fix.
3254
3255 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * dframe.el (dframe-handle-make-frame-visible)
3258 (dframe-handle-iconify-frame, dframe-get-focus)
3259 (dframe-select-attached-frame, dframe-power-click)
3260 (dframe-frame-mode): Fix typos in docstrings.
3261
3262 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3263 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3264 Fix typos in docstrings.
3265
3266 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3267 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3268 (hi-lock-archaic-interface-message-used)
3269 (hi-lock-file-patterns-range): Fix typos in docstrings.
3270
3271 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3272 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3273
3274 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3275 Fix typo in docstring.
3276
3277 * net/newsticker.el (newsticker--decode-iso8601-date)
3278 (newsticker--set-customvar, newsticker--buffer-insert-item)
3279 (newsticker--do-run-auto-mark-filter)
3280 (newsticker--parse-generic-feed): Doc fixes.
3281 (newsticker--retrieval-timer-list, newsticker-url-list)
3282 (newsticker-hide-immortal-items-in-echo-area)
3283 (newsticker-hide-obsolete-items-in-echo-area)
3284 (newsticker-new-item-face, newsticker--enclosure)
3285 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3286 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3287 (newsticker--parse-generic-feed, newsticker--cache-contains)
3288 (newsticker--stat-num-items, newsticker-download-enclosures):
3289 Fix typos in docstrings.
3290
3291 * net/rcirc.el (rcirc-debug): Doc fix.
3292 (rcirc-fill-column, rcirc-receive-message-hooks)
3293 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3294 (rcirc-mode, rcirc-generate-new-buffer-name)
3295 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3296 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3297 Fix typos in docstrings.
3298 (rcirc-print): "?\ " -> "?\s".
3299 (rcirc-cmd-join): Improve argument/docstring consistency.
3300
3301 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3302
3303 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3304 before narrow-to-region.
3305
3306 2006-02-01 Richard M. Stallman <rms@gnu.org>
3307
3308 * simple.el (move-beginning-of-line): Scan properly for invis change.
3309
3310 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3311
3312 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3315 change bit only when id-format is 'integer. Reported by Matt
3316 Hodges <M.P.Hodges@rl.ac.uk>.
3317
3318 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * hilit-chg.el (highlight-changes-initial-state)
3321 (highlight-changes-global-initial-state): Doc fixes.
3322 (highlight-changes-global-modes, global-highlight-changes):
3323 Fix typos in docstrings.
3324
3325 2006-02-01 Kim F. Storm <storm@cua.dk>
3326
3327 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3328 transient-mark-mode in doc string.
3329
3330 2006-01-31 Richard M. Stallman <rms@gnu.org>
3331
3332 * replace.el (multi-occur): Doc fix.
3333 (multi-occur-in-matching-buffers): Rename from
3334 multi-occur-by-filename-regexp. Prefix arg says match
3335 buffer names instead of file names.
3336
3337 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * bs.el: Allow non-default values of `bs-header-lines-length'.
3340 (bs--running-in-xemacs): Remove (not needed anymore).
3341 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3342 instead of `shrink-window', thus avoiding having to compute the
3343 height of the window.
3344 (bs--up): Wrap around even when there's no header.
3345 (bs--down): Use `forward-line' instead of `next-line'.
3346
3347 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * image-mode.el (image-toggle-display): Use file name if possible,
3350 instead of unnecessarily allocating a (possibly huge) lisp string.
3351
3352 2006-01-30 John Paul Wallington <jpw@pobox.com>
3353
3354 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3355 because the `assert' macro signals it at runtime.
3356
3357 * emacs-lisp/cl.el (toplevel): Remove definition of
3358 `cl-assertion-failed' condition.
3359
3360 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3361
3362 * thumbs.el (thumbs-marked-list): Make buffer-local and
3363 permanent-local.
3364 (thumbs-insert-thumb): Make help-echo non-sticky.
3365 (thumbs-file-alist): Use eolp as check for (non)-image.
3366
3367 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3368
3369 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3370 (ediff-before-session-group-setup-hooks)
3371 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3372 Fix typos in docstrings.
3373
3374 * window.el (bw-dir, bw-eqdir, balance-windows)
3375 (split-window-keep-point): Fix typos in docstrings.
3376
3377 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3378 (org-quote-string, org-calendar-to-agenda-key)
3379 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3380 (org-show-following-heading, org-tags-column)
3381 (org-use-tag-inheritance, org, org-allow-space-in-links)
3382 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3383 (org-enable-table-editor, org-calc-default-modes)
3384 (org-table-allow-automatic-line-recalculation)
3385 (org-export-html-style, org-export-with-fixed-width)
3386 (org-export-with-sub-superscripts, org-special-keyword)
3387 (org-formula, org-time-grid, org-table-may-need-update)
3388 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3389 (org-goto-quit, org-get-indentation, org-end-of-item)
3390 (org-move-item-down, org-move-item-up)
3391 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3392 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3393 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3394 (org-agenda-log-mode, org-agenda-toggle-diary)
3395 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3396 (org-agenda-file-to-end, org-agenda-no-heading-message)
3397 (org-agenda-get-closed, org-format-agenda-item)
3398 (org-cmp-priority, org-cmp-category, org-cmp-time)
3399 (org-agenda-change-all-lines, org-agenda-diary-entry)
3400 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3401 (org-link-search, org-camel-to-words, org-open-file)
3402 (org-remember-handler, org-table-convert-region)
3403 (org-table-move-row-down, org-table-move-row-up)
3404 (org-table-copy-region, org-table-wrap-region)
3405 (org-table-toggle-vline-visibility)
3406 (org-table-get-vertical-vector, org-table-modify-formulas)
3407 (org-table-get-specials, org-recalc-commands)
3408 (org-table-rotate-recalc-marks, org-table-eval-formula)
3409 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3410 (org-level-color-stars-only, org-insert-heading):
3411 Fix typos in docstrings.
3412 (last-arg): Add defvar.
3413
3414 * makefile.w32-in (WINS): Add erc.
3415 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3416
3417 2006-01-29 Bill Wohler <wohler@newt.com>
3418
3419 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3420 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3421 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3422 (mh-autoloads): Don't use comments on otherwise empty lines.
3423
3424 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3425
3426 * emulation/viper.el (viper-major-mode-modifier-list): Add
3427 insert-state and vi-state entries for erc-mode.
3428 (viper-go-away, viper-set-hooks): Add and remove
3429 viper-comint-mode-hook from erc-mode-hook as appropriate.
3430
3431 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3432
3433 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * bs.el (bs--format-aux): Implement `middle' alignment as
3436 described in the docstring for `bs-attributes-list'.
3437 (bs--get-name): Simplify. Don't pad the buffer name.
3438
3439 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3440
3441 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3442 English aspell dictionary is installed, use the first entry of
3443 ispell-dictionary-alist-1.
3444
3445 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3446
3447 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3448 Doc fix.
3449
3450 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3453 for `process-file', in order to let it work for older Emacsen too.
3454
3455 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3456
3457 * international/latexenc.el: Add a suitable `coding:' tag.
3458 (latexenc-find-file-coding-system): Undo last change.
3459
3460 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3461
3462 * international/latexenc.el (latexenc-find-file-coding-system):
3463 Make sure latexenc-main-file is a regular file and is readable.
3464
3465 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3466
3467 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3468 Pass FILE to vc-user-login-name.
3469
3470 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3471
3472 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3473
3474 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3475 there are no more images to display.
3476 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3477 the next image.
3478
3479 2006-01-26 Richard M. Stallman <rms@gnu.org>
3480
3481 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3482
3483 * wid-edit.el (advertised-widget-backward): New alias.
3484 (widget-keymap): Use advertised-widget-backward for S-TAB.
3485
3486 * tumme.el: Correct the keywords.
3487 (tumme-dir-max-size): Use defvar.
3488 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3489
3490 * simple.el (move-beginning-of-line): Take account of fields.
3491 (clone-indirect-buffer-other-window): Take args like
3492 clone-indirect-buffer, and work like it.
3493
3494 * help-fns.el (describe-function): Don't pass `nil' as default.
3495
3496 * files.el (risky-local-variable-p): Follow var aliases.
3497
3498 * subr.el (lazy-completion-table): Doc fix.
3499
3500 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3501 global binding of `line'.
3502
3503 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3504
3505 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3506 Tramp.
3507
3508 * vc.el (vc-default-dired-state-info): Pass FILE to
3509 vc-user-login-name.
3510 (vc-default-update-changelog): Don't use vc-user-login-name, we
3511 don't need it here.
3512
3513 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3514 no longer necessary.
3515
3516 2006-01-25 Kenichi Handa <handa@m17n.org>
3517
3518 * international/mule.el (decode-char): Avoid the overhead of
3519 calling utf-lookup-subst-table-for-decode if
3520 utf-translate-cjk-mode is nil.
3521 (encode-char): Avoid the overhead of calling
3522 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3523 nil.
3524
3525 2006-01-22 Kenichi Handa <handa@m17n.org>
3526
3527 * international/mule.el (make-subsidiary-coding-system): Reset
3528 `coding-system-define-form' property of subsidiaries to nil.
3529 Avoid duplicated entry in coding-system-alist.
3530 (make-coding-system): Avoid duplicated entry in
3531 coding-system-alist.
3532 (define-coding-system-alias): Likewise.
3533
3534 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3535
3536 * completion.el: Minor fixes in introductory comment.
3537 (completion-def-wrapper): Fix alist.
3538
3539 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3540
3541 * thumbs.el (thumbs-new-image-size): New function.
3542 (thumbs-increment-image-size-element)
3543 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3544 (thumbs-decrement-image-size): Delete.
3545 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3546 temp files and use to resize.
3547 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3548 Use increment argument to enlarge/shrink. Preserve point.
3549 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3550 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3551 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3552 (thumbs-mark, thumbs-unmark): Preserve point.
3553 (thumbs-modify-image): Keep old temp files and use to modify.
3554 Cleanup old temp files at load time. Preserve point.
3555 (thumbs-view-image-mode-map): Use new command names.
3556
3557 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3560
3561 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3562 the nastiest part of the cyclic dependency.
3563 (cal-menu-update): Use dotimes and calendar-increment-month.
3564
3565 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3566 (calendar-week-start-day): Add an :initializer.
3567 (calendar-mode-map): Use suppress-keymap, and command remapping.
3568 (describe-calendar-mode): Setup xref-stack info for the back button.
3569 (calendar-star-date): Insert before delete.
3570 (calendar-set-mode-line): Add file-modified info if applicable.
3571 (calendar-increment-month): New function.
3572
3573 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3574
3575 * font-lock.el (lisp-font-lock-keywords-2):
3576 Recognize "& keywords" only at word boundaries.
3577
3578 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3579
3580 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3581 and permanent-local.
3582 (thumbs-max-image-number): New variable.
3583 (thumbs-do-thumbs-insertion): Use them.
3584 (thumbs-per-line): Change default to 4.
3585 (thumbs-marked-list): Rename from thumbs-markedL.
3586 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3587 (thumbs-rename-images): Use -list instead of L for internal variables.
3588 (thumbs-call-convert): Use call-process instead of shell-command.
3589 (thumbs-insert-thumb): Add filename as help-echo to each image.
3590 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3591 Give dir to thumbs-show-thumbs-list.
3592 (thumbs-show-thumbs-list): Set default-directory to that of images.
3593 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3594 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3595 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3596 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3597
3598 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * ses.el (ses-read-cell): Provide a default value.
3601
3602 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3603
3604 * term/w32-win.el (image-library-alist): Add additional names for
3605 GIF library.
3606
3607 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3608
3609 * international/latexenc.el (latexenc-find-file-coding-system):
3610 Add file-regular-p check.
3611
3612 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * simple.el (clone-buffer): Don't show the new buffer in the same
3615 window.
3616
3617 2006-01-23 Juri Linkov <juri@jurta.org>
3618
3619 * faces.el (link, link-visited): New faces based on default values
3620 of `info-xref' and `info-xref-visited'.
3621
3622 * info.el (info-xref): Inherit from `link'.
3623 (info-xref-visited): Inherit from `link-visited'.
3624
3625 * cus-edit.el (custom-buffer-create-internal): Use widget type
3626 `custom-manual' instead of `info-link' and don't set properties
3627 `button-face' and `mouse-face' explicitly.
3628 (custom-browse-group-tag, custom-browse-variable-tag)
3629 (custom-browse-face-tag): Inherit from widget class
3630 `custom-group-link' instead of `push-button'.
3631 (custom-button-unraised): Inherit from `underline' face.
3632 (custom-link): Inherit from `link' face. Fix doc and group.
3633 (custom-add-parent-links, custom-group-value-create): Don't set
3634 properties `button-face' and `mouse-face' explicitly for
3635 `custom-group-link' widget.
3636 (custom-group-link): Add properties `button-face' and `mouse-face'
3637 to widget definition.
3638 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3639 editable-field's :keymap property.
3640 (custom-mode): Fix docstring: substitute keybindings for
3641 `widget-forward' and `widget-backward' from `widget-keymap',
3642 `widget-complete' from `custom-field-keymap', replace old
3643 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3644
3645 * desktop.el (desktop-load-file): Check for `fboundp' before
3646 calling `symbol-function'.
3647
3648 * simple.el (clone-buffer, clone-indirect-buffer)
3649 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3650 `read-string'. Fix prompts.
3651
3652 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3653
3654 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3655
3656 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3657
3658 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * startup.el (inhibit-splash-screen, initial-scratch-message):
3661 Doc fixes.
3662
3663 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3664
3665 Sync with Tramp 2.0.52.
3666
3667 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3668 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3669 `tramp-unload-tramp' for checklist.
3670
3671 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3672 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3673 (tramp-unload-file-name-handler-alist)
3674 (tramp-unload-tramp): New defuns.
3675 (tramp-advice-PC-expand-many-files): New defadvice.
3676 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3677 removed.
3678 (tramp-handle-expand-file-name): Remove double slash.
3679 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3680 It doesn't matter, because it will be converted later on.
3681 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3682 implementation was just heuristic.
3683 (tramp-post-connection): Set uid and gid properties.
3684 (tramp-convert-file-attributes): Set file's gid change bit.
3685 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3686 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3687 in case of su(do)? methods. The home directory of the local user
3688 will be taken else.
3689 (tramp-open-connection-telnet)
3690 (tramp-open-connection-rsh, tramp-open-connection-su)
3691 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3692 local shell prompt could hurt. Reported by Romain Francoise
3693 <romain@orebokech.com>.
3694 (tramp-let-maybe): Add `edebug-form-spec' property.
3695 (tramp-handle-expand-file-name): Bind `default-directory' locally
3696 to "/" in order to avoid problems with UNC shares or Cygwin
3697 mounts.
3698 (tramp-md5-function): Fix typo in error message.
3699
3700 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3701
3702 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3703 for byte-compiler pacification.
3704
3705 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3706
3707 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3708 ID-FORMAT `string'. This allows us to get rid of
3709 `vc-user-login-name UID'.
3710
3711 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3712
3713 2006-01-22 John Paul Wallington <jpw@pobox.com>
3714
3715 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3716
3717 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3718
3719 * emacs-lisp/find-func.el (find-definition-noselect)
3720 (find-variable-noselect): Search variables in C source code too.
3721 (find-function-C-source, find-function-noselect, find-function)
3722 (find-function-other-frame, find-variable-noselect, find-variable)
3723 (find-variable-other-frame, find-variable-at-point):
3724 Fix docstrings.
3725
3726 2006-01-21 Francesco Potorti` <pot@gnu.org>
3727
3728 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3729
3730 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3731
3732 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3733 Default to disabling the "Save affix" question.
3734
3735 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3736
3737 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3738 the first arg to run-python.
3739
3740 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3741
3742 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3743 is not loaded.
3744
3745 2006-01-20 Jay Belanger <belanger@truman.edu>
3746
3747 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3748 limit is 0.
3749
3750 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3751 the correct variable.
3752
3753 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3754
3755 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3756 link. Fixed buggy argument sequence in call to `org-view-tags'.
3757 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3758 (org-prefix-has-tag): New variable.
3759 (org-format-agenda-item): Remove tags from headline if
3760 appropriate.
3761 (org-agenda-remove-tags-when-in-prefix): New option.
3762 (org-get-tags-at): New function.
3763
3764 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3765
3766 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3767 (thumbs-find-image): Move image name and number from buffer name
3768 to mode name. Set thumbs-buffer. Preserve point so that large
3769 images remain visible.
3770 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3771 order.
3772 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3773 mode name.
3774 (thumbs-next-image, thumbs-previous-image): Make them work.
3775
3776 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * cus-edit.el (custom-buffer-create-internal): State in the text above
3779 the whole buffer buttons that they do not operate on hidden items.
3780 (custom-face-menu): Use `custom-face-save' instead of
3781 `custom-face-save-command'.
3782 (custom-face-save-command): Make it an alias for `custom-face-save'
3783 and declare it obsolete.
3784 (custom-face-save): Doc fix.
3785
3786 * dired.el (dired-no-confirm): Add quote.
3787 (dired-subdir-alist-pre-R): Add quote in
3788 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3789
3790 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * textmodes/table.el (table-mode-indicator): Typo in last change.
3793
3794 2006-01-19 Richard M. Stallman <rms@gnu.org>
3795
3796 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3797 Fixes bug reported in Nov 2005.
3798
3799 * isearch.el (isearch-forward): Doc fix.
3800
3801 * dired.el (dired-move-to-filename-regexp): Define as alias.
3802 (dired-no-confirm): Use defcustom.
3803 (dired-subdir-alist-pre-R): Put defvar at top level.
3804
3805 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3806
3807 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3808 Mark as risky.
3809
3810 * simple.el (set-mark-command): Doc fix.
3811 (clone-indirect-buffer-other-window):
3812 Read arg like clone-indirect-buffer.
3813 (move-beginning-of-line): Skip invisible newlines.
3814
3815 2006-01-19 Masatake YAMATO <jet@gyve.org>
3816
3817 * progmodes/cpp.el (cpp-edit-load): Make the order of
3818 listed conditions in a base C code buffer and its associate
3819 CPP Edit buffer the same.
3820
3821 2006-01-19 Kenichi Handa <handa@m17n.org>
3822
3823 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3824 (rmail-mime-feature): Likewise.
3825 (rmail-require-mime-maybe): Use display-warning to show a warning
3826 message.
3827
3828 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3829 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3830
3831 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * array.el: Move defvars out of eval-when-compile.
3834 (array-make-template): Replace undeclared global var with a local one.
3835 (array-mode): Inline initialization functions.
3836 (array-init-local-variables, array-init-max-row)
3837 (array-init-max-column, array-init-columns-per-line)
3838 (array-init-field-width, array-init-rows-numbered)
3839 (array-init-line-length, array-init-lines-per-row): Remove.
3840
3841 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3842 (doc-mode-map): Define explicitly.
3843 (doctor-txtype): Use mapc.
3844
3845 * textmodes/table.el: Move defvars out of eval-when-compile.
3846 Remove harmful code meant to avoid byte-compiler warnings.
3847 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3848 specification that checks table-fixed-width-mode directly.
3849 (table-recognize-region, table-recognize-cell):
3850 Use restore-buffer-modified-p.
3851 (table-fixed-width-mode): Remove code that refreshes
3852 table-fixed-mode-indicator.
3853 (*table--cell-describe-bindings, *table--cell-describe-mode):
3854 Avoid obsolete name print-help-return-message.
3855 (table--test-cell-list): Don't use replace-regexp from elisp.
3856 (table--point-entered-cell-function, table--point-left-cell-function):
3857 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3858
3859 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3860 that was after the end of file. Use buffer-file-name variable.
3861 (org-timestamp-change): Use with-current-buffer.
3862 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3863 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3864 `file'.
3865
3866 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3867 (fortran-break-line): Remove unused var `opoint'.
3868 (fortran-abbrev-start): Obey help-event-list.
3869
3870 2006-01-18 Jesper Harder <harder@phys.au.dk>
3871
3872 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3873
3874 2006-01-18 Masatake YAMATO <jet@gyve.org>
3875
3876 * progmodes/make-mode.el (makefile-imake-mode): New mode
3877 derived from makefile-mode.
3878 (makefile-imake-mode-syntax-table): New syntax table
3879 derived from makefile-mode-syntax-table.
3880 (makefile-mode): Write about makefile-imake-mode in doc string.
3881 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3882 (makefile-imake-font-lock-keywords): New font lock keywords.
3883
3884 * files.el (auto-mode-alist): Add Imakefile.
3885
3886 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3887
3888 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3889 loading the file rather than when turning on flyspell-mode.
3890
3891 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3892
3893 * cus-edit.el (customize-rogue): Minor doc fix.
3894
3895 2006-01-17 Juri Linkov <juri@jurta.org>
3896
3897 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3898 instead of the file at the mark as default if the file at the mark
3899 is the same as the file at point or if dired-dwim-target-directory
3900 is not the same as the current directory and the mark is not active.
3901
3902 * log-view.el (log-view-minor-wrap): Use the same logic to get
3903 revisions as `log-view-diff'.
3904
3905 * info.el (Info-revert-find-node): Check for Info-current-file
3906 before preserving new-history.
3907
3908 * man.el (Man-heading-regexp): Add `/'.
3909
3910 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3911 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3912
3913 2006-01-16 Juri Linkov <juri@jurta.org>
3914
3915 * faces.el (mode-line-faces): New defgroup.
3916 (mode-line-highlight): Move definition after new defgroup.
3917 (mode-line, mode-line-inactive, mode-line-highlight):
3918 Replace :group `modeline' with `mode-line-faces'.
3919 (mode-line-buffer-id): New face.
3920 (modeline-buffer-id): New face alias.
3921 (vertical-border): Remove :group `modeline'.
3922
3923 * bindings.el (propertized-buffer-identification): Use face
3924 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3925 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3926 (mode-line-buffer-identification-keymap): For mouse-1 replace
3927 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3928 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3929 mouse-3.
3930
3931 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3932 Buffer-menu-buffer. Doc fix.
3933 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3934 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3935 `Buffer-menu-buffer'.
3936
3937 * info.el (Info-mode-line-node-keymap): New defvar.
3938 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3939 Propertize Info-current-node with `mode-line-buffer-id' and
3940 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3941
3942 * time.el (display-time-mail-face): Replace :group `faces' with
3943 `mode-line-faces'.
3944
3945 2006-01-16 Kenichi Handa <handa@m17n.org>
3946
3947 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3948
3949 * language/european.el (cp1252): New alias for windows-1252.
3950
3951 * international/mule.el (autoload-coding-system): Prepare for EOL
3952 variants.
3953
3954 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3955
3956 * term.el (term-raw-map): Add mapping for insert.
3957 (term-send-insert): New.
3958 (term-mode): Make variables local here instead of doing it in
3959 `term-emulate-terminal'.
3960 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3961 Scroll reverse needs to take into account the scroll region.
3962 Saving and restoring the cursor should save the color attributes too.
3963 (term-reset-terminal): Reset the scroll region.
3964 (term-handle-ansi-escape): Cursor up and down should take into
3965 account the scroll region.
3966 (term-set-scroll-region): Rename from `term-scroll-region'.
3967 Move to 0,0 after setting the region.
3968 (term-handle-scroll): Handle scroll up.
3969 (term-down): Fix off by one error.
3970 (term-delete-lines): Do not delete outside the scroll region.
3971 (term-insert-lines): Take into account the scroll region.
3972
3973 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * textmodes/ispell.el (ispell-internal-change-dictionary)
3976 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3977 (start, end): Move declaration outside of eval-when-compile.
3978
3979 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3980 (flyspell-mode-on): Use it.
3981
3982 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3983 ispell-kill-ispell-hook.
3984
3985 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3988 (Custom-reset-saved): Do not ask for confirmation in single option
3989 buffers.
3990
3991 2006-01-13 Richard M. Stallman <rms@gnu.org>
3992
3993 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3994
3995 2006-01-13 Romain Francoise <romain@orebokech.com>
3996
3997 * add-log.el (add-change-log-entry, change-log-merge):
3998 Conditionally use `hard-newline'.
3999
4000 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4001
4002 * wid-edit.el (widget-field-end): If the overlay is no longer
4003 associated with a buffer, behave as if the overlay didn't exist.
4004
4005 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4006 Make sure the links use the `custom-link' face.
4007
4008 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4011 (ld-script-mode): Don't set indent-line-function since we don't
4012 have one.
4013
4014 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4015
4016 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4017 application.
4018 (org-file-apps-defaults-gnu): Use mailcap as the default for
4019 selecting an application on a UNIX system.
4020 (org-agenda-show-tags): New command.
4021 (org-table-insert-hline): Keep cursor in current table line.
4022 (org-table-convert): Offset effect of modifying
4023 `org-table-insert-hline'.
4024 (org-format-agenda-item): New optional argument TAG.
4025 (org-compile-prefix-format): Handle %T format for the tag.
4026 (org-expand-wide-chars): New function.
4027 (org-table-insert-row, org-table-insert-hline):
4028 Use `org-expand-wide-chars'.
4029 (org-open-file): Fix bug in program launch.
4030 (org-get-time-of-day): Fix bug with times before 1am.
4031 (org-agenda-menu): Add tags commands.
4032
4033 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4034
4035 * textmodes/ispell.el (ispell-init-process): Include the used
4036 dictionary in ispell process start message.
4037 (ispell-internal-change-dictionary): When flyspell-mode is active
4038 and dictionary is changed, make sure ispell process is restarted
4039 and flyspell word cache cleared out for the current buffer.
4040 (ispell-change-dictionary): Make sure flyspell word cache is
4041 cleared out in all buffers with active flyspell mode when
4042 dictionary is globally changed.
4043 Call ispell-internal-change-dictionary after dictionary change.
4044
4045 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4046
4047 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4048
4049 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4050 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4051 years. Fix small differences wrt Makefile.in.
4052 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4053 Makefile.in does.
4054
4055 2006-01-12 Bill Wohler <wohler@newt.com>
4056
4057 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4058 mh-search.el.
4059
4060 2006-01-12 Masatake YAMATO <jet@gyve.org>
4061
4062 * progmodes/ld-script.el: Update copyright year.
4063
4064 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4067 Don't add widget if setting undefined.
4068
4069 2006-01-12 John Paul Wallington <jpw@pobox.com>
4070
4071 * help-fns.el (describe-variable): Remove newlines from void
4072 variable output.
4073
4074 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * wdired.el (wdired-mode-map): Add help echo for
4077 wdired-abort-changes.
4078
4079 * man.el (Man-file-name-regexp): Adjust for a list of files.
4080
4081 2006-01-12 Masatake YAMATO <jet@gyve.org>
4082
4083 * progmodes/ld-script.el (auto-mode-alist): Support
4084 suffix conventions used in netbsd and eCos.
4085
4086 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4087
4088 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4089 (custom-variable-menu, custom-face-menu, custom-group-menu)
4090 (Custom-mode-menu): Change names of menu items. (As discussed on
4091 emacs-devel.)
4092 (custom-face-menu): Add "Undo Edits" item.
4093
4094 * startup.el (init-file-user): defcustom -> defvar.
4095
4096 * tooltip.el (tooltip-mode): Doc fix.
4097
4098 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * reveal.el (reveal-post-command): window-buffer signals an error on
4101 dead windows rather than returning nil.
4102 (reveal-open-new-overlays): An overlay might die while we open others.
4103
4104 2006-01-11 Bill Wohler <wohler@newt.com>
4105
4106 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4107 phrasing in docstring.
4108
4109 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4110 can give some systems gas. Add new file mh-buffers.el.
4111
4112 2006-01-06 Masatake YAMATO <jet@gyve.org>
4113
4114 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4115 C preprocessor forward ported from GNU Emacs 21.2.
4116
4117 * progmodes/asm-mode.el (asm-font-lock-keywords):
4118 Use `cpp-font-lock-keywords'.
4119
4120 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4121
4122 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4123 of $ for "\\.ld[s]?".
4124
4125 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4128 (tcl-indent-line): Return `noindent' if inside a string.
4129
4130 * progmodes/flymake.el (flymake-split-string): Remove more than one
4131 empty string at beg/end of the result.
4132 (flymake-find-buildfile, flymake-find-possible-master-files):
4133 Use expand-file-name.
4134 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4135 since expand-file-name does it for us. Use directory-file-name.
4136 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4137 (flymake-ler-get-type, flymake-ler-get-text)
4138 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4139 (flymake-current-line-no): Remove spurious interactive spec.
4140 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4141 (flymake-check-include): Remove arg inc-path merged into inc-name.
4142 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4143 Arg regexp-list replaced by a simple regexp.
4144 (flymake-master-make-header-init, flymake-master-tex-init):
4145 Correspondingly replace regexp-list with a regexp. Fix regexp.
4146
4147 2006-01-10 Simon Josefsson <jas@extundo.com>
4148
4149 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4150 describing AUTH PLAIN fix.
4151
4152 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4153
4154 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4155 (report-emacs-bug): Don't record initial prompt text.
4156 Instead, add text properties to prompting text.
4157 (report-emacs-bug-hook): Delete prompting text.
4158
4159 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4162 `dirs'. Adjust callers.
4163
4164 2006-01-09 John Paul Wallington <jpw@gnu.org>
4165
4166 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4167
4168 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * reveal.el (reveal-open-new-overlays): New extracted fun.
4171 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4172 using them. Simplify the code.
4173 (reveal-post-command): Use them. Fix up obsolete windows in
4174 reveal-open-spots.
4175
4176 * progmodes/flymake.el: Use `require' rather than autoload for
4177 XEmacs's overlays.
4178 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4179 Delete. Use file-relative-name instead.
4180 (flymake-get-syntax-check-program-args, flymake-perl-init):
4181 Simplify the resulting code.
4182
4183 * log-view.el (log-view-file-re, log-view-message-re): Add support
4184 for DaRCS output.
4185
4186 2006-01-09 Alex Schroeder <alex@gnu.org>
4187
4188 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4189 identifiers sometimes added in square brackets at the beginning of
4190 subject lines.
4191
4192 2006-01-07 Richard M. Stallman <rms@gnu.org>
4193
4194 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4195 (Custom-reset-current, Custom-reset-saved): Change question text.
4196 (Custom-reset-standard): Likewise.
4197 (custom-variable-reset-saved): Doc fix.
4198
4199 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4200
4201 * startup.el (init-file-user): Doc fix.
4202
4203 2006-01-07 Alex Schroeder <alex@gnu.org>
4204
4205 * mail/rmail.el (rmail-current-subject): New function.
4206 (rmail-current-subject-regexp): New function.
4207 (rmail-next-same-subject): Use it.
4208
4209 * mail/rmailsum.el (rmail-summary-by-topic):
4210 Use rmail-current-subject and rmail-current-subject-regexp.
4211 (rmail-summary-next-same-subject): Ditto.
4212
4213 * net/rcirc.el (rcirc-send-input): No longer check whether the
4214 process is open, since not all commands need an open process.
4215 (rcirc-send-string): Check whether the process is open before
4216 sending anything.
4217 (rcirc-ignore-list): New option.
4218 (rcirc-ignore-list-automatic): New variable.
4219 (rcirc-print): Take rcirc-ignore-list into account.
4220 (rcirc-cmd-ignore): New command.
4221 (rcirc-ignore-update-automatic): New function.
4222 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4223 list if ignored nicks.
4224 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4225
4226 2006-01-06 David Reitter <david.reitter@gmail.com>
4227
4228 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4229 reflect the address to which the report will be sent.
4230
4231 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4232
4233 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4234 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4235
4236 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4237
4238 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4239
4240 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4241 the doc string: "functoin" => "function".
4242 * ldefs-boot.el: Likewise.
4243
4244 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4245 message text: "Duplicat" => "Duplicate".
4246
4247 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4248
4249 * files.el (basic-save-buffer-2): If backing-up failed, reset
4250 buffer-backed-up to nil.
4251
4252 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gud.el (gdb-script-skip-to-head)
4255 (gdb-script-calculate-indentation): Indent for breakpoint command
4256 lists also.
4257
4258 2006-01-05 Bill Wohler <wohler@newt.com>
4259
4260 * Makefile.in (compile-always): Add mh-autoloads dependency.
4261 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4262 provides it.
4263 (updates): Remove mh-autoloads dependency, since it probably has
4264 already run recently (via recompile).
4265
4266 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4269 argument `force' to disable the flyspell-last-buffer optimization.
4270 (flyspell-mode-on): Use it.
4271
4272 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4273 flymake-simple-cleanup.
4274 (flymake-allowed-file-name-masks): Use this new default.
4275 All the functions are now called in the right buffer rather than
4276 passing the buffer as argument.
4277 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4278 (flymake-parse-err-lines): Remove redundant buffer arg.
4279 (flymake-get-program-dir): Comment out unused function.
4280 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4281 Remove redundant buffer argument.
4282 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4283 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4284
4285 2006-01-05 Richard M. Stallman <rms@gnu.org>
4286
4287 * info.el (Info-find-node): Don't record previous node if have none.
4288 (info): Go to directory only if history is empty.
4289
4290 * simple.el (mark): Doc fix.
4291
4292 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4293
4294 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4295 already of desired type.
4296 (mac-ae-list): Coerce parameter to "list" type.
4297 (mac-dispatch-apple-event): Replace cadr part of event with a
4298 dummy position so that event-start returns it.
4299
4300 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4301
4302 * textmodes/org.el (org-end-of-subtree): New function.
4303 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4304 Use `org-end-of-subtree'.
4305 (org-agenda, org-agenda-convert-date): Protect calls to
4306 `fit-window-to-buffer'.
4307 (org-tags-view): Force matching of sublevels when doing a
4308 todo-only search. Define the correct redo command, including the
4309 arguments.
4310 (org-agenda-redo): Display message.
4311 (org-check-for-org-mode): New function.
4312 (org-agenda-type): New variable.
4313 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4314 Set `org-agenda-type'.
4315 (org-agenda-check-type): New function.
4316 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4317 (org-agenda-week-view, org-agenda-day-view)
4318 (org-agenda-next-date-line, org-agenda-previous-date-line)
4319 (org-agenda-log-mode, org-agenda-toggle-diary)
4320 (org-agenda-toggle-time-grid, org-agenda-date-later)
4321 (org-agenda-date-prompt, org-agenda-diary-entry)
4322 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4323 (org-agenda-convert-date, org-agenda-menu):
4324 Use `org-agenda-check-type'.
4325 (org-make-overlay, org-delete-overlay)
4326 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4327 New compatibility functions.
4328 (org-calendar-select-mouse): New command.
4329
4330 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4333 (Custom-reset-standard): Fix y-or-n-p messages.
4334 (custom-link): New face for links.
4335 (custom-buffer-create-internal, custom-manual): Use it.
4336 (custom-face-save): Push to theme-face before setting face spec.
4337
4338 * wid-edit.el (widget-default-mouse-face-get): New function.
4339 (widget-specify-button): Handle mouse-face like button-face.
4340
4341 * custom.el (load-theme): Clear old theme settings if reloading.
4342
4343 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4344
4345 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4346 "Erase Customization" button back to same position it occupies in
4347 the individual State menus.
4348
4349 2006-01-04 Kim F. Storm <storm@cua.dk>
4350
4351 * wid-edit.el (key-sequence): Rework widget to read key binding
4352 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4353 (widget-key-sequence-default-value): Default value for empty sequence.
4354 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4355 (widget-key-sequence-read-event): New command for C-q.
4356 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4357 (widget-key-sequence-value-to-external): New functions.
4358
4359 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4362 Use expand-file-name.
4363 (flymake-delete-temp-directory): Use expand-file-name,
4364 file-name-directory, and directory-file-name.
4365 (flymake-strrchr): Delete.
4366 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4367 to the init-f function.
4368 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4369 (flymake-init-find-buildfile-dir)
4370 (flymake-init-create-temp-source-and-master-buffer-copy)
4371 (flymake-simple-make-init-impl, flymake-simple-make-init)
4372 (flymake-master-make-init, flymake-master-make-header-init)
4373 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4374 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4375 (flymake-xml-init): Remove corresponding redundant buffer argument.
4376 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4377 the default anyway. Clean up regexps.
4378
4379 * progmodes/flymake.el (flymake-temp-source-file-name)
4380 (flymake-master-file-name, flymake-temp-master-file-name)
4381 (flymake-base-dir): New buffer-local vars.
4382 (flymake-buffer-data, flymake-get-buffer-value)
4383 (flymake-set-buffer-value): Replace those hash-tables by the new
4384 buffer-local vars. Update callers.
4385
4386 * progmodes/flymake.el (flymake-check-start-time)
4387 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4388 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4389 Move definition, so we can remove redundant earlier declaration.
4390 (flymake-replace-regexp-in-string, flymake-split-string)
4391 (flymake-get-temp-dir): Use defalias.
4392 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4393 (flymake-xemacs-window-edges): Remove unused function.
4394 (flymake-get-point-pixel-pos): Move.
4395 (flymake-pid-to-names, flymake-reg-names)
4396 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4397 Replace by a simple list flymake-processes and by process-buffer.
4398 Update callers. Other than simplify the code, it uses buffers rather
4399 than buffer-names so it doesn't get confused by uniquify.
4400 (flymake-buffer-data): The global value should just be nil.
4401
4402 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4403 Optimize the body of a defalias like any other code.
4404
4405 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4406 Make sure we've setup font-lock's vars. It may influence which
4407 function we then call.
4408 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4409 here since it's too late anyway.
4410
4411 2006-01-03 Romain Francoise <romain@orebokech.com>
4412
4413 * startup.el (fancy-splash-tail, normal-splash-screen):
4414 Update copyright year.
4415
4416 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4417
4418 * mouse.el (mouse-drag-track): Rename, from
4419 `mouse-drag-region-1'. Includes optional argument required to
4420 enable post-drag event processing (e.g. delete region keys).
4421 Can be used without this argument to track a mouse region and operate
4422 on it as soon as the drag completes.
4423 (mouse-drag-region): Use `mouse-drag-track'.
4424
4425 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4428 Move to `custom-buffer' group.
4429
4430 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4431 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4432 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4433 (custom-theme-face-menu): New variables.
4434 (custom-theme-add-variable, custom-theme-variable-action)
4435 (custom-variable-reset-theme, custom-theme-delete-variable)
4436 (custom-face-reset-theme, custom-theme-face-action)
4437 (custom-theme-delete-face, custom-theme-merge-theme)
4438 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4439
4440 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * custom.el: Move Custom Themes commentary to start of theme code.
4443 (custom-known-themes): Rename `standard' theme to `changed'.
4444 (custom-push-theme): Caller no longer specifies what theme to use
4445 when doing `reset'---the setting is simply removed from the theme.
4446 Delete MODE from `theme-value' and `theme-settings' properties.
4447 (custom-declare-theme): Ignore &rest args since we don't use them.
4448
4449 (custom-loaded-themes): Delete variable.
4450 (custom-theme-load-themes, custom-theme-loaded-p)
4451 (custom-theme-value): Delete functions.
4452
4453 (custom-declare-theme): Signal error on invalid theme names.
4454 (provide-theme): custom-loaded-themes was deleted.
4455 (load-theme): Load the file unconditionally.
4456 (enable-theme): Call `load-theme' if theme is undefined.
4457 (custom-enabled-themes): Only update value for successful loads.
4458 (disable-theme): Complete from enabled themes when interactive.
4459 (custom-variable-theme-value): Calculate theme value directly.
4460
4461 (custom-theme-reset-variables, custom-reset-variables): Mark as
4462 XEmacs compatibility functions. We don't actually use these.
4463
4464 * cus-edit.el (custom-variable-state-set):
4465 Use custom-variable-theme-value instead of custom-theme-value.
4466 (custom-face-state-set): Rename `standard' theme to `changed'.
4467 (custom-save-variables, custom-save-faces): Delete unneeded
4468 references to custom-reset-variables.
4469 (custom-save-resets): Delete function.
4470 (custom-save-variables, custom-save-faces): MODE argument deleted.
4471 (custom-save-variables, custom-save-faces): Ignore theme values.
4472
4473 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4474 compatibility function.
4475
4476 2006-01-01 Richard M. Stallman <rms@gnu.org>
4477
4478 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4479 (Custom-reset-current, Custom-reset-saved): Likewise.
4480 (Custom-reset-standard): Show message if aborted.
4481 (custom-mode): Doc fix, describing those commands.
4482
4483 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4484 put on event-kind property.
4485
4486 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * custom.el (provide-theme): Ban `user' theme name.
4489 (custom-enabling-themes): New variable.
4490 (enable-theme): Don't enable user if custom-enabling-themes is t.
4491 (custom-enabled-themes): Make it a defcustom.
4492 (custom-theme-recalc-face): No-op if face is undefined.
4493
4494 * cus-edit.el (custom-button-mouse): New variable.
4495 (custom-button-mouse): New face.
4496 (custom-raised-buttons, custom-mode): Use it.
4497
4498 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4499
4500 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4501
4502 * progmodes/gud.el (gud-display-line): Support hl-line in the
4503 source buffer.
4504
4505 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4506
4507 * mouse.el (mouse-drag-window-above): Verify that the found window
4508 overlaps with the given window in the horizontal dimension.
4509
4510 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4511
4512 * Makefile.in (cvs-update): New target.
4513
4514 * makefile.w32-in (cvs-update): Ditto.
4515
4516 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4519 (custom-new-theme-mode-map): New variable.
4520
4521 2005-12-30 Richard M. Stallman <rms@gnu.org>
4522
4523 * custom.el (custom-load-themes): Function deleted.
4524
4525 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4526 (custom-save-variables): Don't delete or add custom-load-themes call.
4527
4528 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * cus-start.el: Add `visible-cursor'.
4531
4532 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4533 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4534 (flymake-process-filter): Switch to buffer before calling it instead.
4535 (flymake-post-syntax-check, flymake-highlight-err-lines)
4536 (flymake-delete-own-overlays, flymake-parse-err-lines)
4537 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4538 (flymake-count-lines, flymake-parse-residual):
4539 Remove constant buffer argument.
4540 (flymake-start-syntax-check-for-current-buffer): Remove.
4541 Update callers to use flymake-start-syntax-check instead.
4542 (flymake-display-err-menu-for-current-line):
4543 Remove unused var `mouse-pos'.
4544 (flymake-restore-formatting): Comment out unused function.
4545 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4546 argument, use current-buffer instead. Update callers.
4547
4548 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4549
4550 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4551 buffer-local because choose-completion-delete-max-match requires
4552 that we set completion-ignore-case (i.e., binding via let is not
4553 sufficient).
4554 (bibtex-complete): Always set completion-ignore-case and
4555 choose-completion-string-functions. The latter is needed because
4556 choose-completion-string-functions keeps its value if we quit the
4557 *Completions* buffer without requesting a completion.
4558
4559 2005-12-30 Andreas Schwab <schwab@suse.de>
4560
4561 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4562
4563 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4564
4565 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4566
4567 2005-12-30 Juri Linkov <juri@jurta.org>
4568
4569 * locate.el (locate-fcodes-file, locate-header-face)
4570 * progmodes/delphi.el (delphi-other-face)
4571 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4572
4573 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4574 group `paren-showing-faces'.
4575
4576 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4577 (goto-address): Fix docstring.
4578
4579 * net/webjump.el (webjump-sample-sites): Update URLs.
4580
4581 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4582
4583 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4584
4585 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * font-lock.el (font-lock-compile-keywords): Signal an error when
4588 font-lock-set-defaults hasn't been called.
4589
4590 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4591
4592 * subr.el (noreturn, 1value): Doc fixes.
4593
4594 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4595
4596 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4597 that assoc-string returns nil.
4598
4599 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4600
4601 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4602 (bibtex-entry-type-str, bibtex-empty-field-re)
4603 (bibtex-search-backward-string, bibtex-preamble-prefix)
4604 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4605 (bibtex-any-valid-entry-type): New variable.
4606 (bibtex-parse-field-name): Simplify.
4607 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4608 (bibtex-preamble-prefix): Include left delimiter.
4609 (bibtex-search-forward-field, bibtex-search-backward-field):
4610 Allow unbounded search past entry boundaries (required by bibtex-pop).
4611 (bibtex-text-in-field-bounds): Use push.
4612 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4613 (bibtex-parse-preamble, bibtex-valid-entry)
4614 (bibtex-beginning-first-field): New functions.
4615 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4616 (bibtex-map-entries): Fix docstring.
4617 (bibtex-flash-head): New arg prompt. Simplify.
4618 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4619 (bibtex-insert-kill): Simplify. Always insert text past the
4620 current field or entry.
4621 (bibtex-format-entry): Use bibtex-parse-field.
4622 (bibtex-pop): Use bibtex-beginning-of-entry and
4623 bibtex-end-of-entry to initiate the search. Insert empty field if
4624 we found ourselves.
4625 (bibtex-print-help-message): New args field and comma.
4626 Handle entry keys.
4627 (bibtex-make-field): Use bibtex-beginning-of-entry.
4628 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4629 invalid entry.
4630 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4631 Handle preambles. Simplify code for thorough test.
4632 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4633 New arg comma. Handle entry heads.
4634 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4635 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4636 New arg comma.
4637 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4638 (bibtex-fill-field): Simplify.
4639 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4640 bibtex-parse-field.
4641 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4642 (bibtex-complete): Use bibtex-parse-preamble.
4643
4644 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4645
4646 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4647 Display name of expression instead of convenience variable.
4648 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4649
4650 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4651 toggle-gud-tooltip-dereference.
4652 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4653 (gud-tooltip-tips): ...here when dereferencing.
4654
4655 2005-12-28 Bill Wohler <wohler@newt.com>
4656
4657 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4658
4659 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4662 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4663 (vc-annotate-display-autoscale): Adjust call.
4664 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4665 Fix interactive spec.
4666 (vc-annotate-time-span): Remove.
4667 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4668 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4669 (vc-annotate-display-select): Use new name.
4670
4671 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4672 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4673 Correct the construction of span entries. Simplify.
4674 (vc-annotate-display-select): Fix the nil case.
4675 (vc-annotate): Remove obsolete (and now broken) code.
4676 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4677 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4678
4679 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * subr.el (lazy-completion-table): Correct typo in docstring.
4682
4683 * startup.el (command-line): Use `custom-reevaluate-setting' for
4684 `send-mail-function'.
4685
4686 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4687
4688 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4689
4690 * mail/smtpmail.el (smtpmail-try-auth-methods):
4691 Send credentials together with "AUTH PLAIN" command.
4692
4693 2005-12-27 Richard M. Stallman <rms@gnu.org>
4694
4695 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4696 mouse-2, go back to previously selected window, so it's selected
4697 when mouse-2 command runs.
4698
4699 2005-12-27 Juri Linkov <juri@jurta.org>
4700
4701 * descr-text.el (describe-text-sexp): Use square brackets for
4702 button [Show] to distinguish it from the property value `show'.
4703 (describe-property-list): Use `insert-text-button' with
4704 `help-face' type instead of putting face in quotes, because button
4705 is not created automatically for a list of faces.
4706 (describe-text-properties-1): Put button-type value in quotes to
4707 distinguish from plain text "button".
4708 (describe-char): Display code point values in hex. Don't use
4709 `symbol-name' for `current-input-method' because it is a string.
4710 Use `insert-text-button' with `help-face' type instead of putting
4711 hardcoded face in quotes, because button is not created automatically.
4712
4713 2005-12-27 Richard M. Stallman <rms@gnu.org>
4714
4715 * progmodes/glasses.el (glasses-face): More specific custom type.
4716
4717 * files.el (set-visited-file-name): Doc fix.
4718
4719 * textmodes/flyspell.el (flyspell-external-point-words):
4720 Use local var buffer-scan-pos to advance scan for next misspelling.
4721 Advance it only after we find the misspelling.
4722
4723 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4724
4725 * textmodes/flyspell.el (flyspell-external-point-words):
4726 New criteria for finding the misspelling in the buffer.
4727
4728 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4729
4730 * help-mode.el (help-insert-string): Set help-xref-stack-item
4731 rather than call help-setup-xref.
4732
4733 * descr-text.el (describe-char): Revert previous changes for
4734 optional buffer argument.
4735
4736 2005-12-27 Juri Linkov <juri@jurta.org>
4737
4738 * help-mode.el (help-insert-string): New function. Save buffer
4739 contents in cases where it is impossible to recompute the old contents.
4740
4741 * descr-text.el (describe-char): Set help-xref-stack-item
4742 explicitly after buffer has been generated.
4743
4744 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4745
4746 * cus-start.el (all): Add x-gtk-show-hidden-files.
4747
4748 2005-12-26 Richard M. Stallman <rms@gnu.org>
4749
4750 * replace.el (perform-replace): Calculate match-again
4751 before skipping read-only matches.
4752
4753 * paren.el (paren-showing-faces): New group.
4754 (show-paren-match, show-paren-mismatch): Move to that group.
4755
4756 * button.el (button): Put into group `basic-faces'.
4757
4758 * progmodes/make-mode.el: Remove faces from group `faces'.
4759
4760 * apropos.el (apropos, apropos-value): Doc fix.
4761 (apropos-documentation): Doc fix.
4762
4763 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * subr.el (lazy-completion-table): Remove argument `args'.
4766
4767 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4768 Don't use the `args' argument of lazy-completion-table.
4769
4770 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4771
4772 * descr-text.el (describe-char): Add optional argument for buffer.
4773 Set buffer appropriately. Call help-setup-xref.
4774 Suggested by Stefan Monnier.
4775
4776 2005-12-26 Juri Linkov <juri@jurta.org>
4777
4778 * descr-text.el: Require `help-fns' at runtime. Don't require
4779 `button' for byte compilation.
4780 (describe-text-widget): Add `help-echo' for first button.
4781 Use `help-info' for second.
4782 (describe-property-list): Use `help-argument-name' instead of `italic'.
4783 (describe-text-category): Add prompt to interactive spec.
4784 Call `help-setup-xref'.
4785 (describe-char): Use `help-character-set'. Add `help-echo' for
4786 code point. Use `help-input-method'. Remove superfluous insert.
4787
4788 2005-12-25 Richard M. Stallman <rms@gnu.org>
4789
4790 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4791 at point, in case of narrowing.
4792
4793 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4794
4795 * locate.el (locate-header-face): Allow nil in type.
4796
4797 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4798
4799 2005-12-25 Romain Francoise <romain@orebokech.com>
4800
4801 * battery.el (battery-linux-proc-acpi): Also try
4802 `/proc/acpi/thermal_zone/THM0/temperature'.
4803
4804 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * custom.el (custom-push-theme): Fix docstring.
4807
4808 * cus-edit.el (custom-variable-set, custom-variable-save)
4809 (custom-variable-save): Custom-quote widget values.
4810 (customize-save-variable): Fix custom-push-theme call.
4811
4812 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4813
4814 * w32-fns.el (w32-batch-update-autoloads): New function.
4815
4816 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4817 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4818 from the command line.
4819
4820 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4823 reset means to remove setting from theme entirely. Don't keep
4824 expanding theme-settings list; delete old entries if necessary.
4825
4826 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4827 customization" button one line up.
4828 (custom-themed): New face.
4829 (custom-magic-alist): New value, THEMED, for theme settings.
4830 (custom-variable-state-set, custom-face-state-set):
4831 Check theme-value instead of saved-value.
4832 (custom-variable-reset-standard, custom-face-reset-standard):
4833 Remove theme setting entirely. Recalculate new values.
4834 (custom-variable-set, custom-variable-set)
4835 (custom-variable-reset-saved, custom-variable-reset-backup)
4836 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4837 (custom-variable-save): Fix typos.
4838
4839 2005-12-23 Juri Linkov <juri@jurta.org>
4840
4841 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4842 Add autoload cookies.
4843 (edebug-outside-d-c-i-n-s-w): New variable.
4844 (edebug-display, edebug-outside-excursion): Use it to save the
4845 original value of default-cursor-in-non-selected-windows.
4846 Set default-cursor-in-non-selected-windows to t while Edebug
4847 is active.
4848 (edebug-mode, edebug-eval-mode): Doc fix.
4849
4850 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4851 with `buffer-substring-no-properties' to remove common substring
4852 highlighting.
4853
4854 * info.el (info-other-window, info): Rename function argument
4855 `file' to `file-or-node'.
4856 (Info-complete-menu-item): Use local variable `complete-nodes' to
4857 keep the global value of `Info-complete-nodes' unchanged for
4858 subsequent completions.
4859 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4860
4861 * simple.el (get-next-valid-buffer, last-buffer)
4862 (next-error-buffer-p, next-error-find-buffer)
4863 (minibuffer-history-sexp-flag): Doc fix.
4864
4865 * savehist.el (savehist-mode-hook): Add `:group'.
4866
4867 * log-view.el: Call autoload for vc-find-version.
4868 (log-view-current-file): Adjust subgroup numbers.
4869 (log-view-current-tag): Add `length'.
4870
4871 2005-12-23 Richard M. Stallman <rms@gnu.org>
4872
4873 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4874
4875 2005-12-23 Juri Linkov <juri@jurta.org>
4876
4877 * hi-lock.el (hi-lock-archaic-interface-message-used)
4878 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4879 (hi-lock-mode): Display "Hi" in the mode line only when
4880 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4881 (hi-lock-write-interactive-patterns):
4882 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4883 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4884 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4885 font-lock-add-keywords to t.
4886
4887 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4888
4889 * hi-lock.el (hi-lock-highlight-range): New variable.
4890 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4891 only if font-lock-fontified is non-nil. Remove overlays.
4892 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4893 font-lock-fontified is non-nil, otherwise use overlays (instead of
4894 text properties).
4895 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4896 New variables.
4897 (hi-lock-string-serialize) New function.
4898
4899 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4900
4901 * menu-bar.el (menu-find-file-existing): New function.
4902 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4903
4904 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4905
4906 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * vc.el: Remove unnecessary leading * in docstrings.
4909 (vc-annotate-mode-map): Move initialization into declaration.
4910 (vc-static-header-alist): Nitpick on the regexp.
4911 (vc-default-init-version): New fun.
4912 (vc-register): Use it.
4913 (vc-insert-headers): Use dolist.
4914 (vc-annotate-get-backend): Remove unused function.
4915 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4916 (vc-annotate-mode): Remove corresponding call.
4917 (vc-annotate-car-last-cons): Simplify.
4918 (vc-annotate-buffers): Remove var.
4919 (vc-annotate-backend): Make it buffer-local.
4920 (vc-annotate): Move the interaction to the interactive spec.
4921 Add a `buf' argument.
4922 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4923 killing&creating a vc-annotate buffer, which is very disruptive when
4924 the buffers are shown in dedicated frames.
4925
4926 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4927
4928 * descr-text.el: Add FSF as maintainer.
4929 (describe-text-mode, describe-text-mode-map)
4930 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4931 help-mode.
4932 (describe-text-widget, describe-text-sexp)
4933 (describe-property-list, describe-text-category)
4934 (describe-text-properties, describe-text-properties-1)
4935 (describe-char): Use help buttons instead of widgets.
4936 (describe-char-unicodedata-file): Make URL link in doc string.
4937
4938 2005-12-22 Richard M. Stallman <rms@gnu.org>
4939
4940 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4941 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4942 Don't include buttons that write a file when there's no file.
4943 (custom-variable-menu, custom-face-menu, custom-group-menu):
4944 Don't include commands that write a file when there's no file.
4945 (customize-browse): Reword the top-of-buffer help intro.
4946 (custom-buffer-create-internal): Fix previous change.
4947 (customize-changed-options-previous-release): Prev release is 21.1.
4948 (customize-changed-options): Doc fix.
4949 (customize-changed): New alias.
4950 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4951 Say "standard values".
4952 (Custom-reset-standard): Doc fix.
4953 (custom-face-reset-standard): Doc fix.
4954
4955 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4958 even if font-lock-mode is non-nil since it may be t without having
4959 turned on font-lock-mode-internal.
4960 (font-lock-choose-keywords): Minor optimization.
4961 (font-lock-add-keywords, font-lock-remove-keywords)
4962 (font-lock-set-defaults): Don't call make-local-variable on a variable
4963 that we know to already be local.
4964
4965 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4966
4967 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4968 messages if in the minibuffer.
4969
4970 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4973 (tex-mode-flyspell-verify, flyspell-get-word)
4974 (flyspell-external-point-words): Don't use point-min/max uselessly.
4975
4976 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4977 by Kevin Rodgers. Instead, just hide the completions buffer if we
4978 don't need to show it.
4979
4980 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4981
4982 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4983
4984 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4987 delete-windows-on with an inexistent buffer.
4988
4989 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4990
4991 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4992 Delete defcustom variable :tag names.
4993
4994 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4997 (log-view-font-lock-keywords): Ajust subgroup numbers.
4998 (log-view-current-tag): Don't hard code the number of subgroups.
4999
5000 2005-12-20 Juri Linkov <juri@jurta.org>
5001
5002 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5003 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5004
5005 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5006 (menu-bar-non-minibuffer-window-p): Instead of checking
5007 display-multi-frame-p, use selected-frame when menu-updating-frame
5008 is nil.
5009
5010 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5011
5012 * align.el (align-rules-list): Use [ \t] instead of \s-
5013 for column separators in text mode.
5014
5015 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5016
5017 * help-mode.el (help-customize-variable, help-customize-face):
5018 Don't pop help-xref-stack as help-follow no longer pushes
5019 anything on to it.
5020
5021 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5022
5023 * textmodes/org.el (org-agenda-custom-commands): New option.
5024 (org-agenda): Offer custom commands on splash screen.
5025 (org-make-tags-matcher): Parser for Boolean logic added.
5026 (org-agenda-set-tags): New command.
5027 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5028 (org-set-tags): Efficiency improvements.
5029 (org-auto-align-tags): New option.
5030 (org-todo, org-demote, org-promote): Realign tags.
5031 (org-tags-completion-function): Use also "&" and "|" as separators.
5032 (org-org-menu): Agenda commands simplified.
5033
5034 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5035
5036 * cus-edit.el (customize-apropos, customize-apropos-options):
5037 Docstring changes.
5038
5039 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5040
5041 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * longlines.el (longlines-mode): Wrap while widened.
5044 (longlines-decode-region, longlines-encode-region): Compute max
5045 just once.
5046
5047 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5048
5049 * cus-edit.el (mac): New group.
5050
5051 * cus-start.el (all): Add user options in macterm.c. Add test for
5052 Mac-related built-ins. Fix test for GTK-related built-ins.
5053
5054 * term/mac-win.el (mac-handle-language-change)
5055 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5056 (mac-services-open-selection, mac-services-mail-selection)
5057 (mac-services-mail-to, mac-services-insert-text)
5058 (mac-dispatch-apple-event): Add docstrings.
5059 (x-get-selection, mac-select-convert-to-string): Select coding
5060 system from `utf-16be' and `utf-16le' using `byteorder'.
5061
5062 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5065 a "list" (lambda ...) rather than a real completion list.
5066
5067 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5068 lexical-let when encountering ((lambda (...) ...) ...).
5069
5070 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * progmodes/sh-script.el (sh-mode):
5073 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5074 * textmodes/picture.el (picture-mode): Update docstrings.
5075
5076 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5077
5078 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5079 commands enclosed in $(ARGQUOTE)s should not be split between two
5080 lines, as that will break with GNU Make >3.80, when sh.exe is used
5081 and arg quoting is with '..'.
5082 (autoloads): Don't break the quoted --eval expression between
5083 several lines.
5084
5085 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5088 Capture error from printing circular structures.
5089
5090 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5091
5092 * wid-edit.el (widget-checkbox-action): Clear undo info.
5093
5094 2005-12-16 Bill Wohler <wohler@newt.com>
5095
5096 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5097 bar, not menubar in comment.
5098
5099 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5102 After-change-functions should not clobber the match data.
5103
5104 2005-12-16 Juri Linkov <juri@jurta.org>
5105
5106 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5107 instead of `buffer-substring'.
5108 (completion-common-substring): Doc fix.
5109 (completion-setup-function): Use minibuffer-completion-contents
5110 instead of minibuffer-contents. Don't set common-string-length
5111 initially. Remove special handling of partial-completion-mode.
5112 Move computation of completion-base-size into one cond.
5113 Call completion-base-size-function in mainbuf. In computation of
5114 completion-base-size for file name completion don't move point to
5115 the end of the minibuffer. Move computation of common-string-length
5116 into one cond. Start putting faces only when common-string-length>=0.
5117 Add condition to put completions-common-part when
5118 common-string-length>0.
5119
5120 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5121 place point at the first different character in the minibuffer
5122 even if this position is at the beginning of the minibuffer.
5123
5124 * info.el (Info-read-node-name-1): In completion-base-size-function's
5125 lambda return 1 if common-substring or minibuffer-completion-contents
5126 starts with (, and 0 otherwise.
5127
5128 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5129 Use `crm-current-element' for second arg of `display-completion-list'.
5130
5131 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5132
5133 * files.el (set-auto-mode): Look for an interpreter specified on
5134 the first line also if search for mode specification succeeded,
5135 but the mode is not known.
5136
5137 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5138
5139 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5140 (org-open-at-point): Implement tag searches as links.
5141 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5142 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5143 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5144 (org-agenda-dispatch): New commands.
5145 (org-use-tag-inheritance, org-tags-column): New options.
5146 (org-tab-follows-link, org-return-follows-link): New options.
5147 (org-tags): New customize group.
5148 (org-start-icalendar-file): Get local time zone.
5149 (org-tags-completion-function): New function.
5150 (org-set-font-lock-defaults): Make sure links will also be
5151 highlighted inside headlines.
5152
5153 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5154
5155 * term.el (term-emulate-terminal):
5156 Let term-handle-ansi-terminal-messages override what Bash says about
5157 its current directory.
5158
5159 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5160
5161 * bindings.el (last-buffer): Move to simple.el.
5162 * simple.el (last-buffer): Move here.
5163 (get-next-valid-buffer): New function.
5164 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5165 (prev-buffer): Ditto. Rename to `previous-buffer'.
5166
5167 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5168 * bindings.el (global-map): Ditto.
5169
5170 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5171
5172 * cus-edit.el: Introductory comment change.
5173 (custom-magic-alist): Change message string for the `rogue' state.
5174
5175 2005-12-15 Richard M. Stallman <rms@gnu.org>
5176
5177 * tooltip.el: Delete defcustom variable :tag names.
5178
5179 * complete.el (partial-completion-mode): Doc fix.
5180
5181 * textmodes/flyspell.el (flyspell-external-point-words):
5182 Use save-excursion to ensure we don't move backward in the
5183 search loop, not even one character.
5184 (flyspell-delete-all-overlays): Use remove-overlays directly.
5185
5186 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5187 (ispell-start-process): Set that variable.
5188 Clear ispell-buffer-local-name.
5189 (ispell-internal-change-dictionary):
5190 Set ispell-current-dictionary after killing process.
5191 (ispell-buffer-local-dict):
5192 Don't set spell-personal-dictionary after killing process.
5193 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5194 (ispell-tex-skip-alists, ispell-html-skip-alists)
5195 (ispell-skip-region-alist): Mark as risky.
5196
5197 * net/newsticker.el (newsticker--retrieval-timer-list)
5198 (newsticker--display-timer, newsticker-running-p)
5199 (newsticker-ticker-running-p): Definitions moved up.
5200
5201 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5202
5203 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5204
5205 2005-12-15 David Ponce <david@dponce.com>
5206
5207 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5208 (recentf-edit-list, recentf-open-files): Signal an error when
5209 there is no recent file.
5210
5211 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5212
5213 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5214 read-only except for texinfo-format-region evaluation.
5215
5216 2005-12-14 Richard M. Stallman <rms@gnu.org>
5217
5218 * vc.el (vc-default-previous-version, vc-default-next-version)
5219 (vc-do-command): Doc fixes.
5220
5221 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5222
5223 * textmodes/bibtex.el (bibtex-expand-strings)
5224 (bibtex-autokey-expand-string, bibtex-name-part)
5225 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5226 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5227 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5228 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5229 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5230 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5231 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5232 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5233 (bibtex-beginning-of-last-entry): Remove.
5234 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5235 message if comma is missing but buffer is read-only.
5236 (bibtex-parse-field-text): Handle whitespaces at the end of field
5237 text. Return 3-element list with beginning and end of field text
5238 and end of field.
5239 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5240 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5241 (bibtex-search-forward-field, bibtex-search-backward-field):
5242 Search always delimited by limits of entry. Use more efficient
5243 search algorithms.
5244 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5245 bibtex-end-of-name-in-field.
5246 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5247 extracting the content of a field.
5248 (bibtex-text-in-field): Use search limits.
5249 (bibtex-parse-string-prefix): Handle empty string keys based on
5250 bibtex-string-empty-key.
5251 (bibtex-parse-string): Fix docstring.
5252 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5253 (bibtex-preamble-prefix, bibtex-strings): New functions.
5254 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5255 BibTeX entries (consistent with other BibTeX functions).
5256 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5257 (bibtex-search-entry): Fix docstring. Simplify.
5258 (bibtex-flash-head, bibtex-complete-string-cleanup)
5259 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5260 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5261 (bibtex-parse-entry): New optional arg content.
5262 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5263 Use bibtex-text-in-field-bounds.
5264 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5265 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5266 bibtex-parse-string-postfix.
5267 (bibtex-find-text-internal): New function.
5268 (bibtex-remove-delimiters): Use it.
5269 (bibtex-find-text): Use it. New optional arg help.
5270 (bibtex-complete): Handle BibTeX string and preamble entries.
5271 (bibtex-Preamble): Fix order of closing delimiters.
5272
5273 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * vc.el (vc-default-revert): New fun.
5276
5277 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5278
5279 2005-12-14 Romain Francoise <romain@orebokech.com>
5280
5281 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5282 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5283 (font-lock-remove-keywords): Likewise.
5284
5285 2005-12-14 Juri Linkov <juri@jurta.org>
5286
5287 * log-view.el (log-view-diff): Doc fix.
5288
5289 * isearch.el (isearch-query-replace): Use (mark) instead of
5290 isearch-opoint if mark is active in transient-mark-mode.
5291
5292 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5293
5294 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5295
5296 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5297
5298 * progmodes/cpp.el (cpp-face): New widget.
5299 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5300
5301 2005-12-14 Juri Linkov <juri@jurta.org>
5302
5303 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5304 around `erase-buffer' and `insert'.
5305
5306 * descr-text.el (describe-text-properties): Replace buffer name
5307 "*Help-2*" with "*Help*<2>".
5308 (describe-char): Add functions print-help-return-message,
5309 toggle-read-only. Use help-setup-xref with nil to not store
5310 describe-char in help-xref-stack. Use help-make-xrefs to
5311 make [back] button.
5312
5313 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5314
5315 * wdired.el (wdired-old-point): New internal variable.
5316 (wdired-change-to-wdired-mode): Set it buffer-locally.
5317 (wdired-abort-changes): Restore point after aborting changes.
5318
5319 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * vc.el (vc-do-command): Add a new value t for okstatus.
5322
5323 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5324 frame in case of errors.
5325
5326 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5327
5328 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5329 so it comes after "On the Left" in the menu.
5330
5331 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5332
5333 * cus-edit.el (customize-apropos, customize-apropos-options)
5334 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5335
5336 2005-12-12 Bill Wohler <wohler@newt.com>
5337
5338 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5339 non-writable Subversion-controlled files by saving window
5340 configuration before calling vc-do-command. vc-do-command calls
5341 pop-to-buffer on error which is unexpected during registration.
5342
5343 2005-12-12 Jay Belanger <belanger@truman.edu>
5344
5345 * calc/README: Update the summary of changes.
5346
5347 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * descr-text.el (describe-char): Rework last fix to solve the problem
5350 is the same way it's solved for everything else in that function
5351 (i.e. by extracting the info before setting up the *Help* buffer).
5352
5353 2005-12-12 Kim F. Storm <storm@cua.dk>
5354
5355 * subr.el (version-regexp-alist): Allow space as separator before
5356 non-numeric part, e.g. "1.0 alpha".
5357 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5358
5359 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5360
5361 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5362 Implement Logging and the keep-modes setting.
5363 (org-get-category): Make sure a string is returned.
5364 (org-log-done): New function.
5365 (org-log-done, org-closed-string): New options.
5366
5367 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5368
5369 * tooltip.el (tooltip-y-offset): Change default to 20.
5370
5371 2005-12-12 Richard M. Stallman <rms@gnu.org>
5372
5373 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5374
5375 * frame.el (display-hourglass): Doc fix.
5376
5377 * help.el (help-for-help-internal): Simplify entry for `a'.
5378
5379 * info.el (Info-on-current-buffer): Doc fix.
5380 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5381
5382 * startup.el (inhibit-splash-screen): Make this the real name.
5383 (inhibit-startup-message): Make this the alias.
5384 (command-line): Find only simple.el, and use its directory
5385 to fill in other preloaded files' names.
5386 (command-line): Deactivate the mark if deactivate-mark is set.
5387
5388 * international/mule.el (load-with-code-conversion):
5389 Bind deactivate-mark.
5390
5391 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5392
5393 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * cus-edit.el (customize-apropos): Avoid listing an option more
5396 than once under different aliases. No longer list user options
5397 that are not defined with defcustom (unless a prefix arg is given).
5398 Doc fix.
5399 (customize-apropos-options): Doc fix.
5400
5401 2005-12-11 Juri Linkov <juri@jurta.org>
5402
5403 * frame.el (set-background-color, set-foreground-color)
5404 (set-cursor-color, set-mouse-color, set-border-color):
5405 Add explicit prompts to read colors by `facemenu-read-color'.
5406 (show-trailing-whitespace, blink-cursor-delay)
5407 (blink-cursor-interval, display-hourglass, hourglass-delay):
5408 Remove tags.
5409 (display-hourglass, hourglass-delay): Doc fix.
5410 (cursor-in-non-selected-windows): Capitalize words in tag.
5411
5412 * faces.el (frame-background-mode): Replace `choice-item' keywords
5413 with `const' to not make [default] button. Change default value tag
5414 from `default' to `automatic'. Doc fix.
5415 (trailing-whitespace) <defface>: Change group `whitespace' to
5416 `whitespace-faces'.
5417
5418 2005-12-11 Richard M. Stallman <rms@gnu.org>
5419
5420 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5421
5422 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5423
5424 * term/mac-win.el: Create keymap for mac-apple-event-map.
5425
5426 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5427
5428 * tooltip.el (tooltip-mode): Move to start of file so that it
5429 appears at top of customize buffer.
5430
5431 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5432 Add the gud groupname.
5433 (gud-tooltip-mode): Add the tooltip groupname.
5434 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5435 avoid conflict with tooltip-use-echo-area.
5436
5437 2005-12-10 Romain Francoise <romain@orebokech.com>
5438
5439 * help.el (help-for-help-internal): Add `r' in doc string.
5440
5441 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5442
5443 * align.el (align-regexp, align-highlight-rule):
5444 Use region-beginning and region-end instead of point and mark, so that
5445 repetition (with `repeat-complex-command') recomputes the region
5446 bounds.
5447
5448 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5449
5450 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5451 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5452 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5453 (balance-windows): Rewrite using the above new functions.
5454
5455 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5456
5457 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5458 react if global-hi-lock-mode seems intended.
5459 (global-hi-lock-mode) Renamed from hi-lock-mode.
5460 (hi-lock-archaic-interface-message-used)
5461 (hi-lock-archaic-interface-deduce): New variables.
5462 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5463 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5464 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5465 Replace hi-lock-buffer-mode with hi-lock-mode.
5466
5467 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5468
5469 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5470 completion list, even after a partial completion has been
5471 inserted in the current buffer. If there are more than 1
5472 completion, redisplay the *Completions* buffer; if the
5473 completion is unique, delete the *Completions* window.
5474
5475 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5476
5477 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5478 strings and long subject lines that were broken into multiple
5479 lines at arbitrary places. Handle subjects that have "Re: " in
5480 the middle.
5481
5482 2005-12-10 John W. Eaton <jwe@octave.org>
5483
5484 * emacs/octave-mod.el (octave-electric-space): Don't indent
5485 comments or strings if octave-auto-indent is nil.
5486
5487 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5488
5489 * term/mac-win.el: Require url when compiling.
5490 Call mac-process-deferred-apple-events after loading init files.
5491 (mac-apple-event-map): New defvar. Define event handlers in it.
5492 (core-event, internet-event): New Apple event class symbols.
5493 (open-application, reopen-application, open-documents)
5494 (print-documents, open-contents, quit-application)
5495 (application-died, show-preferences, autosave-now, get-url):
5496 New Apple event ID symbols.
5497 (about): New HICommand ID symbol.
5498 (mac-event-spec, mac-event-ae): New macros.
5499 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5500 (mac-ae-selection-range, mac-ae-text-for-search)
5501 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5502 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5503 and Services menu events are now defined in mac-apple-event-map.
5504 (mac-drag-n-drop): Remove selection range handling.
5505
5506 2005-12-10 Kenichi Handa <handa@m17n.org>
5507
5508 * simple.el (zap-to-char):
5509 * isearch.el (isearch-process-search-char): Translate CHAR by
5510 translation-table-for-input.
5511
5512 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * foldout.el (foldout-exit-fold): Properly hide subtree.
5515
5516 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5517
5518 * files.el (save-buffer):
5519 * international/ucs-tables.el (ucs-set-table-for-input):
5520 * mail/mail-extr.el (mail-extract-address-components):
5521 * mail/sendmail.el (mail-mode): Reformat doc string.
5522
5523 2005-12-09 Juri Linkov <juri@jurta.org>
5524
5525 * isearch.el (isearch-highlight): Change main overlay priority
5526 from 1 to 1001. Simplify.
5527 (isearch-lazy-highlight-update): Change lazy overlay priority
5528 from 0 to 1000.
5529
5530 * replace.el (replace-highlight): Change overlay priority from
5531 1 to 1001.
5532
5533 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5534 Change overlay priority from 1 to 1001. Reuse existing overlay.
5535
5536 * compare-w.el (compare-windows-highlight): Change overlay
5537 priority from 1 to 1000.
5538
5539 * menu-bar.el (menu-bar-edit-menu): Add listp around
5540 pending-undo-list to disable menu item "undo" when pending
5541 undo list is empty.
5542
5543 * locate.el (locate): Disable undo in *Locate* buffer.
5544
5545 2005-12-09 Kim F. Storm <storm@cua.dk>
5546
5547 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5548
5549 2005-12-09 David Ponce <david@dponce.com>
5550
5551 * recentf.el: Improvement of the menu code.
5552 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5553 instead of menu hook.
5554 (recentf-show-menu, recentf-hide-menu): New functions.
5555 (recentf-menu-customization-changed, recentf-mode): Use them.
5556 (recentf-menu-action, recentf-max-menu-items)
5557 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5558 (recentf-arrange-by-rule-others)
5559 (recentf-arrange-by-rules-min-items)
5560 (recentf-arrange-by-rule-subfilter) : Don't use
5561 `recentf-menu-customization-changed'.
5562 (recentf-arrange-rules): Likewise. Accept functions to compute
5563 sub-menu titles.
5564 (recentf-menu-filter): Likewise. Doc fix.
5565 (recentf-menu-value-shortcut): Doc fix.
5566 (recentf-dump-variable): Quote atom value.
5567 (recentf-make-menu-items): Update to use it as a menu filter.
5568 (recentf-match-rule): New function.
5569 (recentf-arrange-by-rule): Use it.
5570 (recentf-indirect-mode-rule): New function.
5571 (recentf-build-mode-rules): Use it.
5572 (recentf-dir-rule): New function.
5573 (recentf-arrange-by-dir): Use it.
5574 (recentf-filter-changer-current): Rename from
5575 `recentf-filter-changer-state'. All references updated.
5576 (recentf-filter-changer-alist): Update filter names.
5577 (recentf-filter-changer-select): New function.
5578 (recentf-filter-changer): Use it. Make a sub-menu from filters
5579 available in `recentf-filter-changer-alist'.
5580 (recentf-data-cache, recentf-clear-data)
5581 (recentf-update-menu): Remove. All references updated.
5582 (recentf-match-rule-p, recentf-build-dir-rules)
5583 (recentf-filter-changer-goto-next)
5584 (recentf-filter-changer-get-current)
5585 (recentf-filter-changer-get-next): Remove.
5586
5587 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5588
5589 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5590 buffer "Reset" button to "Reset to Current" for consistency with
5591 the State buttons.
5592
5593 2005-12-08 John Paul Wallington <jpw@pobox.com>
5594
5595 * ibuf-ext.el (define-ibuffer-filter filename):
5596 If `dired-directory' is a list then really use its car.
5597
5598 2005-12-08 Kim F. Storm <storm@cua.dk>
5599
5600 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5601 Fix indention of text on right side of replaced rectangle.
5602
5603 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5606 No need to check gud-comint-buffer is bound.
5607 (gdb): Prevent multiple debugging when first session uses gdba.
5608
5609 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5610
5611 CC Mode update to 5.31.
5612
5613 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5614 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5615 We might do this function properly in the future).
5616
5617 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5618 New macros c-sentence-end and c-default-value-sentence end, to cope
5619 with Emacs 22's new function `sentence-end'.
5620
5621 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5622
5623 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5624 compat issue using `c-put-overlay' and `c-delete-overlay'.
5625
5626 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5627 New compat macros to handle overlays/extents.
5628
5629 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5630
5631 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5632 (for GNU Emacs 20.4)
5633
5634 * progmodes/cc-defs.el:
5635 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5636
5637 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5638 highlighting mechanism so it will work in XEmacs too.
5639
5640 * progmodes/cc-defs.el: Insert c-int-to-char.
5641
5642 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5643 call to the new macro c-int-to-char. This solves XEmacs's
5644 regarding characters as different from integers.
5645
5646 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5647
5648 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5649 New internal helper.
5650
5651 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5652 construct to make the indirect face lookup work in XEmacs.
5653
5654 (c-cpp-matchers): Append the negation char face to the existing
5655 fontification, so that the cpp face doesn't disappear.
5656 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5657 and strings.
5658
5659 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5660 to map to `font-lock-negation-char-face' in emacsen where it exists.
5661
5662 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5663
5664 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5665
5666 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5667 Rename "c-subword-move-mode" as "c-subword-mode".
5668
5669 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5670 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5671
5672 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5673
5674 * progmodes/cc-mode.el: Added autoload directive for
5675 `c-subword-move-mode' for use in older emacsen.
5676
5677 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5678
5679 * progmodes/cc-mode.el:
5680 (i) Insert a binding for C-c C-backspace into
5681 c-bind-special-erase-keys which works in TTYs.
5682 (ii) Make sure that when file styles are used, any explicitly
5683 given style variables take priority over those in the style.
5684 Do this by calling `hack-local-variables' a second time.
5685
5686 * progmodes/cc-vars.el: Add language specific customization
5687 widgets for AWK to c-doc-comment-style, c-require-final-newline
5688 and c-default-style. Add a defcustom for awk-mode-hook.
5689 Give c-syntactic-element and c-syntactic-context doc-strings by
5690 directly setting their `variable-documentation' propery.
5691 This allows Emacs 22.1 to read these with C-h v.
5692
5693 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5694
5695 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5696
5697 * progmodes/cc-fonts.el, cc-vars.el
5698 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5699 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5700 Masatake YAMATO.
5701
5702 (c-doc-comment-style): Made GtkDoc default in C mode.
5703
5704 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5705 and C-c C-<delete>.
5706
5707 (c-bind-special-erase-keys): New function for use on
5708 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5709
5710 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5711 <delete> key behavior in XEmacs according to `delete-forward-p'.
5712 C.f. `c-electric-delete'.
5713
5714 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5715
5716 * progmodes/cc-mode.el: Give c-hungry-backspace and
5717 c-hungry-delete-forward permanent key bindings.
5718
5719 * progmodes/cc-cmds.el (c-electric-semi&comma):
5720 Bind c-syntactic-context for calls to "criteria functions", for
5721 consistency with other calls to user functions.
5722
5723 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5724 `current-prefix-arg', since this might be the prefix arg to a
5725 command which calls c-indent-command as a function. Change the
5726 interactive spec from "p" to "P".
5727
5728 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5729 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5730 was difficult to understand.
5731
5732 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5733
5734 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5735 first char of an identifier.
5736
5737 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5738 +" syntax in C++.
5739
5740 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5741
5742 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5743 auto-fill doesn't split a c-comment's last word from a hanging
5744 "*/" when a space is typed between them after fill-column.
5745
5746 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5747
5748 * progmodes/cc-styles.el (c-set-style)
5749 (c-setup-paragraph-variables): Abort the command if we're not in a
5750 CC Mode buffer.
5751
5752 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5753 with blank comment-prefix, and a blank line as the comment's
5754 second line.
5755
5756 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5757
5758 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5759 Incorporate the patterns added in the Emacs development branch
5760 for the new Emacs 22 face `font-lock-negation-char-face'.
5761
5762 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5763 of "red" since it stands out better in xterms and DOS terminals.
5764
5765 * progmodes/cc-engine.el (c-literal-faces):
5766 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5767
5768 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5769
5770 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5771 forcibly enable c-electric-flag.
5772
5773 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5774 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5775 after the comment-prefix of a C-style comment will close that comment.
5776
5777 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5778
5779 * progmodes/cc-fonts.el (c-basic-matchers-before)
5780 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5781 in Pike.
5782
5783 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5784 digraphs.
5785
5786 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5787 (c-cpp-message-directives, c-cpp-include-directives)
5788 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5789 (c-cpp-expr-directives): Introduce new language constants to
5790 control cpp syntax in a cleaner way.
5791
5792 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5793
5794 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5795
5796 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5797 (c-multiline-string-start-char): New language constants and
5798 variables to specify how newlines in string literals work.
5799
5800 (c-font-lock-invalid-string): Use them.
5801
5802 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5803 unbalanced close brace is entered. Optimization by avoiding going
5804 back over arbitrarily large blocks. Removed hints that this
5805 function only would be relevant/useful in AWK.
5806
5807 (c-electric-brace): Indent syntactically after the cleanups since
5808 lineup functions might do it differently then.
5809
5810 * progmodes/cc-engine.el, cc-langs.el
5811 (c-opt-op-identifier-prefix): New language constant and variable.
5812
5813 (c-just-after-func-arglist-p, c-after-special-operator-id)
5814 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5815
5816 * progmodes/cc-align.el, cc-engine.el
5817 (c-after-special-operator-id): New helper to handle C++ operator
5818 identifiers.
5819
5820 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5821 (c-guess-basic-syntax): Handle C++ operator identifiers in
5822 declarations.
5823
5824 * progmodes/cc-langs.el (c-assignment-operators): Add the
5825 trigraph version of ^= too.
5826
5827 * progmodes/cc-langs.el (c-assignment-operators): Add the
5828 trigraph version of |= in C++.
5829
5830 * progmodes/cc-fonts.el (c-font-lock-declarators):
5831 Handle `c-decl-hangon-kwds' after the identifier name.
5832
5833 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5834 whether an arglist is "nonempty", ignore a comment after the open
5835 paren if it isn't followed by a non-comment token on the same line.
5836
5837 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5838 Enable heuristics below the point to cope with classes inside special
5839 brace lists in Pike.
5840
5841 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5842
5843 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5844
5845 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5846
5847 * progmodes/cc-guess.el (cc-guess-install): New function to
5848 install an already guessed style in another buffer.
5849
5850 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5851 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5852 anyway if the change always is undone.
5853
5854 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5855
5856 Implement togglable electricity:
5857
5858 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5859 saying when it should be used.
5860
5861 * progmodes/cc-engine.el: Add the new buffer-local variable,
5862 c-electric-flag.
5863
5864 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5865 c-toggle-auto-newline.
5866
5867 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5868 c-toggle-auto-newline. Remove the binding for
5869 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5870 c-toggle-electric-state.
5871
5872 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5873
5874 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5875 c-\(forward\|backward\)-subword.
5876 (c-update-modeline): Add the new modeline flag `l' for
5877 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5878 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5879 Make the old name an alias of the new name.
5880 (c-toggle-electric-state): New function.
5881 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5882 Adapt these functions to do electric things only when
5883 c-electric-flag is non-nil.
5884 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5885 new functions from c-electric-brace.
5886 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5887 mode, so that the tentative extra newline doesn't change the
5888 syntax of the following brace.
5889 (c-electric-brace): Restructure by extracting the above functions.
5890 Tidy up the coding somewhat.
5891 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5892 restructure a bit.
5893
5894 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5895
5896 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5897 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5898
5899 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5900 (c-submode-indicators): Change name from `c-auto-hungry-string'
5901 since it's now used to track another submode.
5902
5903 (c-update-modeline): Convert to function and extended to check
5904 `c-subword-move-mode'.
5905
5906 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5907 Convert to compat aliases for `c-forward-subword' and
5908 `c-backward-subword'.
5909
5910 * progmodes/cc-subword.el: New functions and minor mode to handle
5911 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5912
5913 (c-forward-subword, c-backward-subword, c-mark-subword)
5914 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5915 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5916 Functions corresponding to the standard word handling functions.
5917
5918 (c-subword-move-mode): Minor mode that replaces all the standard
5919 word handling functions with their subword equivalences.
5920
5921 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5922
5923 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5924 entry for one-liner-defun.
5925
5926 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5927 name in its def-edebug-spec.
5928
5929 * progmodes/cc-cmds.el (c-electric-brace): Make the
5930 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5931 compacts space before a comment, if this will make things fit on
5932 one line.
5933
5934 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5935
5936 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5937
5938 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5939 clean-up one-liner-defun.
5940
5941 * progmodes/cc-styles.el: Add the new "awk" style.
5942
5943 * progmodes/cc-vars.el: Add description of one-liner-defun to
5944 c-cleanup-list's doc-string. New user options,
5945 c-max-one-liner-length. In c-default-style, set the default style
5946 for AWK to "awk".
5947
5948 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5949
5950 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5951 macros inside labels.
5952
5953 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5954 `c-at-statement-start-p' and `c-at-expression-start-p'.
5955
5956 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5957 error if the mark isn't set.
5958
5959 * progmodes/cc-engine.el (c-guess-continued-construct)
5960 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5961 accurately detect functions inside functions.
5962
5963 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5964 like `c-at-statement-start-p' that additionally recognizes commas
5965 and expression parentheses as delimiters.
5966
5967 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5968 to avoid heuristics that doesn't work for unclosed blocks.
5969 (c-at-statement-start-p): New function.
5970
5971 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5972 Objective-C directives, e.g. directives spanning lines should work
5973 reasonably well now.
5974
5975 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5976
5977 (c-forward-objc-directive): New function to move over any ObjC
5978 directive.
5979
5980 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5981 (c-basic-matchers-before): Use it.
5982
5983 (c-font-lock-objc-iip-decl): Remove.
5984
5985 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5986 in the template arglist recognition.
5987
5988 * progmodes/cc-styles.el (c-style-alist): Fix several
5989 inconsistencies in the Whitesmith style.
5990
5991 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5992 New lineup function to get lines after Whitesmith style blocks
5993 correctly indented.
5994
5995 (c-lineup-whitesmith-in-block): Back out the compensation for
5996 opening parens since it's done using `add' lists in the style
5997 definition instead. Don't use the anchor position since it varies
5998 too much between the syntactic symbols. :P
5999
6000 * progmodes/cc-vars.el (c-valid-offset): Update.
6001
6002 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6003 lists where the offsets are combined according to several
6004 different methods: `first', `min', `max', and `add'.
6005 Report offset evaluation errors with `c-benign-error' so that some kind
6006 of reindentation still is done.
6007
6008 * progmodes/cc-engine.el (c-guess-basic-syntax):
6009 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6010 `arglist-close'.
6011
6012 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6013 situations for `arglist-cont-nonempty' and `arglist-close'.
6014
6015 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6016
6017 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6018 cc-bytecomp-boundp' in a number of places.
6019
6020 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6021 macro related issue.
6022
6023 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6024
6025 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6026 list is now [asdf], a char class [:alpha:].
6027 Include code for char classes.
6028 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6029 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6030
6031 Remove (nearly all of) the cruft associated with AWK Mode's former
6032 concept of "virtual semicolons":
6033
6034 Adapt c-beginning-of-statement, c-end-of-statement (together with
6035 subfunctions) to use the new notion of "virtual semicolon" in
6036 place of the old awkward special handling for AWK. There remains
6037 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6038 * progmodes/cc-cmds.el:
6039 (c-ascertain-adjacent-literal): In the backwards direction, now
6040 recognises AWK regexp delimiters as string delimiters.
6041 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6042 check more rigorously for "end of macro".
6043 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6044 virtual semicolons;
6045 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6046 out the code for forward movement into ...
6047 (c-end-of-statement): Now contains the code for forward movement,
6048 adapted for virtual semicolons.
6049
6050 * progmodes/cc-engine.el:
6051 (c-ws*-string-limit-regexp): New regexp.
6052 (c-forward-single-comment, c-backward-single-comment): Comment out
6053 the (now redundant) "special" AWK stuff.
6054
6055 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6056 c-string-par-start, c-string-par-separate to be more like Text
6057 Mode than Fundamental Mode.
6058
6059 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6060
6061 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6062 to the fontified region so that fontification doesn't occur
6063 outside it (could happen e.g. when fontifying a line with an
6064 unfinished declaration).
6065
6066 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6067
6068 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6069 start of the file. ^L now separate sections of the file.
6070 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6071 (c-awk-one-line-possibly-open-string-re)
6072 (c-awk-regexp-one-line-possibly-open-char-class-re)
6073 (c-awk-one-line-possibly-open-regexp-re)
6074 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6075 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6076
6077 Amend the concept of "virtual semicolons" (in the indentation
6078 engine) for languages like AWK, such that they are now
6079 conceptually attached to end of the last token of a statement, not
6080 the end of the line. (In AWK Mode, however, the pertinent text
6081 property is still physically set on the EOL.) Remove the specific
6082 tests for awk-mode, thus facilitating the introduction of other
6083 language modes where EOLs can end statements.
6084 (Note: The funtionality in cc-cmds.el, specifically
6085 c-beginning/end-of-statement has yet to be amended.)
6086
6087 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6088 New macros.
6089
6090 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6091 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6092 c-vsemi-status-unknown-p-fn (in a new page).
6093
6094 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6095 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6096 numerous awkward forms like
6097 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6098 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6099 variable before-ws-ip, the place just after char-before-ip appears.
6100
6101 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6102 a comment.
6103
6104 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6105
6106 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6107 `c-tentative-buffer-changes'.
6108
6109 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6110 convert to macro to choose between Emacs and XEmacs at compile time.
6111
6112 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6113
6114 (c-tentative-buffer-changes): New macro to handle temporary buffer
6115 changes in a convenient way.
6116
6117 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6118 for `c-tentative-buffer-changes'.
6119
6120 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6121 the checks for paren sexps between the point and the keyword, to
6122 avoid some false alarms.
6123
6124 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6125 Fixed a situation where an error could be thrown for unbalanced
6126 parens. Changed to make use of c-keyword-member' to avoid some
6127 repeated regexp matches.
6128
6129 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6130 These language variable are no longer necessary.
6131
6132 (c-block-stmt-kwds): New language constant used by
6133 c-looking-at-inexpr-block'.
6134
6135 (c-guess-basic-syntax): Remove an optional check that looked at
6136 the existence of the now removed language variables.
6137
6138 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6139 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6140 object instantiation expressions as declarations in some contexts.
6141 This bug only affected languages where the declarator can't be
6142 enclosed in parentheses.
6143
6144 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6145 insert newlines before and after substatement braces.
6146
6147 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6148 function declaration headers and the handling of C++ style member
6149 init lists.
6150
6151 (c-just-after-func-arglist-p): Rewritten to use
6152 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6153
6154 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6155
6156 (c-guess-basic-syntax): Adapt case 5B for the new
6157 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6158 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6159 covers all cases now).
6160
6161 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6162
6163 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6164
6165 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6166 c-string-par-start/separate c-sentence-end-with-esc-eol,
6167 initialised in c-setup-paragraph-variables, used in string
6168 scanning subroutines of c-beginning-of-statement.
6169
6170 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6171 which precedes the newly inserted `{'.
6172
6173 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6174
6175 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6176 function for declaration level blocks. It should now cope with
6177 templates better and also be a lot more comprehensible.
6178
6179 (c-looking-at-decl-block): The new function.
6180
6181 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6182 for compatibility.
6183
6184 (c-add-class-syntax, c-guess-continued-construct)
6185 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6186
6187 (c-decl-block-key): Change to tell apart ambiguous and
6188 unambiguous keywords. Pike specials are now handled directly in
6189 the code instead.
6190
6191 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6192 New language constants and variables to make the backward skip in
6193 `c-looking-at-decl-block' as tight as possible.
6194
6195 (c-nonsymbol-token-char-list): New language constant.
6196
6197 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6198 find balanced template arglists backwards.
6199
6200 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6201 making char classes for `c-syntactic-skip-backward'.
6202
6203 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6204 16D - can't be a class-close at that point.
6205
6206 * progmodes/cc-engine.el (c-guess-basic-syntax)
6207 (c-add-class-syntax): Don't narrow out the enclosing declaration
6208 level. This makes everything a lot easier, and it was actually
6209 only four small places that needed it to work. Some places that
6210 previously did `widen' are removed now, which has the effect that
6211 `c-guess-basic-syntax' never will look at things outside the
6212 current narrowment now. The anchor position for `topmost-intro'
6213 is affected by this, but it was so bogus it was basically useless
6214 before, and now it's equally bogus but in a slightly different way.
6215
6216 (c-narrow-out-enclosing-class): Gone.
6217
6218 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6219 the narrowed region.
6220
6221 (c-least-enclosing-brace): Remove silly optional argument.
6222
6223 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6224 the point could be left directly after an open paren when finding
6225 the beginning of the first decl in the block.
6226
6227 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6228 Specify which submatch to use.
6229
6230 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6231
6232 (c-decl-start-re): No longer any need for special treatment of
6233 ObjC due to the above.
6234
6235 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6236 presumably follows C in that regard.
6237
6238 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6239 New language constants to specify operator tokens inside
6240 identifiers in a more high level way.
6241
6242 (c-opt-identifier-prefix-key): New internal language constant.
6243
6244 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6245 (c-identifier-start, c-identifier-key): Now completely calculated
6246 from other constants.
6247
6248 (c-identifier-last-sym-match): Decommission since it's no longer used.
6249
6250 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6251
6252 * progmodes/cc-engine.el (c-forward-name): Remove the
6253 optimization when c-identifier-key is equal to c-symbol-key since
6254 it doesn't work in byte compiled files. Don't record empty
6255 regions as identifiers.
6256
6257 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6258 simplify access to `c-operators' and its likes.
6259
6260 (c-operator-list, c-all-op-syntax-tokens)
6261 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6262 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6263 (c-primary-expr-regexp, c-cast-parens): Use it.
6264
6265 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6266 an explicit language in functions.
6267
6268 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6269 variant of adornment.
6270
6271 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6272 variable.
6273
6274 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6275 the Pike value.
6276
6277 * progmodes/cc-engine.el (c-on-identifier)
6278 (c-simple-skip-symbol-backward): Small fix for handling "-"
6279 correctly in `skip-chars-backward'. Affected the operator lfun
6280 syntax in Pike.
6281
6282 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6283 diagnostic message about precompiled language vars not being used.
6284
6285 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6286 "__attribute__" is followed by a parenthesis.
6287
6288 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6289 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6290 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6291
6292 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6293 Internal cleanups to properly detect the declared identifiers in
6294 various declarations.
6295
6296 (c-decl-start-kwds): New language constant to recognize
6297 declarations that can start anywhere. Used for class declarations
6298 in Pike.
6299
6300 (c-specifier-key, c-not-decl-init-keywords)
6301 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6302 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6303
6304 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6305 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6306 handling of the compiler specific extension keywords into a new
6307 language constant `c-decl-hangon-kwds' that defines keyword
6308 clauses to be ignored in declarations.
6309
6310 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6311 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6312 Necessary to stop at the declared identifier in e.g. IDL valuetype
6313 declarations.
6314
6315 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6316 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6317 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6318 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6319 class and enum declarations as such and not as part of the type.
6320
6321 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6322 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6323
6324 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6325 declarations when there's some syntax error later on.
6326
6327 (c-complex-decl-matchers): Did away with a reference to
6328 `c-specifier-key'.
6329
6330 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6331 value - this variable is always dynamically bound.
6332
6333 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6334 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6335 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6336 functions that might do hidden buffer changes: All such internal
6337 functions are now marked instead of those that don't.
6338
6339 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6340 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6341 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6342 (c-literal-type): Allow these functions to make hidden buffer changes,
6343 so that they are free to use text property caching later on.
6344
6345 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6346 (c-electric-brace, c-electric-slash, c-electric-star)
6347 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6348 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6349 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6350 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6351 with the changed semantics of the functions above.
6352
6353 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6354 when macros occur in obscure places. Optimized the sexp movement
6355 a bit.
6356
6357 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6358
6359 Enhancements for c-beginning-of-statement to work in AWK Mode:
6360
6361 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6362 (completed statement) with `}' (statement completed by closing
6363 brace or semicolon) and `$' (statement completed by EOL).
6364
6365 (c-awk-virtual-semicolon-ends-prev-line-p)
6366 (c-awk-virtual-semicolon-ends-line-p)
6367 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6368 (c-awk-at-statement-end-p): New functions.
6369
6370 * progmodes/cc-cmds.el: Simplify the structure of functions
6371 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6372 two functions and c-beginning-of-statement to handle AWK Mode.
6373
6374 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6375 c-backward-single-comment for AWK mode. Attempt to clarify their
6376 doc-strings.
6377
6378 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6379
6380 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6381
6382 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6383 label handling. Labels are now recognized in a uniform and more
6384 robust way, regardless of context. Text properties are put on all
6385 labels to recognize the following declarations better.
6386 Multiword labels are handled both in indentation and fontification for
6387 the benefit of language extensions like Qt. For consistency, keywords
6388 in labels are now fontified with the label face instead.
6389 That also applies to "case" and "default".
6390
6391 (c-beginning-of-statement-1): Fix some bugs in the label
6392 handling. Disregard `c-nonlabel-token-key' in labels that begin
6393 with `c-label-kwds'.
6394
6395 (c-find-decl-spots): Support that the callback adds more
6396 `c-decl-end' spots to find.
6397
6398 (c-forward-decl-or-cast-1): Don't treat a list of plain
6399 identifiers followed by a colon as a declaration.
6400
6401 (c-forward-label): New function to recognize labels.
6402
6403 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6404 `c-forward-label'. Moved the label recognition cases (14 and 15)
6405 earlier since they aren't so context sensitive now. Handle labels
6406 on the top level gracefully. Moved access label recognition to
6407 the generic label case (CASE 15) - removed CASE 5E.
6408
6409 (c-font-lock-declarations): Add recognition of labels in the
6410 same round since we need to handle labels in parallell with other
6411 declarations to recognize both accurately. It should also improve
6412 speed.
6413
6414 (c-simple-decl-matchers, c-basic-matchers-after):
6415 Move `c-font-lock-labels' so that it only is used on decoration level 2
6416 since `c-font-lock-declarations' handles it otherwise.
6417
6418 (c-complex-decl-matchers): Remove the simplistic recognition of
6419 access labels.
6420
6421 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6422 with labels earlier.
6423
6424 (c-decl-start-re): New language variable to make
6425 `c-font-lock-declarations' stop for the special protection labels
6426 in Objective-C that start with `@'.
6427
6428 (c-label-key): Remove since it's no longer used.
6429
6430 (c-recognize-colon-labels, c-label-prefix-re): New language
6431 constants to support recognition of generic colon-terminated labels.
6432
6433 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6434 are colon terminated labels.
6435
6436 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6437 first argument starts with a special brace list.
6438
6439 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6440 (c-font-lock-declarations): Break out the declaration and cast
6441 recognition from `c-font-lock-declarations' to a new function, so
6442 that it can be used in the indentation engine.
6443
6444 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6445 up to the start of the literal. Fixed bug with the point on the
6446 wrong side of the search limit that could happen when the start
6447 position is inside a literal.
6448
6449 * progmodes/cc-engine.el (c-parse-state)
6450 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6451 so that it's kept a little bit back to increase the hit rate.
6452
6453 (c-parse-state): Change the macro handling and fixed some
6454 glitches. Macro context is checked more often than necessary now,
6455 but otoh less garbage conses are generated.
6456
6457 * progmodes/cc-engine.el (c-parse-state)
6458 (c-invalidate-state-cache): Cache the last position where
6459 `c-state-cache' applies. This can speed up refontification quite
6460 a bit in blocks where there are many non-brace parens before the point.
6461
6462 (c-state-cache-end): New variable for this.
6463
6464 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6465 cache variable.
6466
6467 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6468 get close initial continue positions when the start position is
6469 inside a literal or macro. Do not call the callback for spots
6470 before the start position (which can happen e.g. for `c-decl-end'
6471 spots inside comments). Optimize better in special cases when the
6472 region is a single line inside a literal or macro (typically when
6473 the current line is refontified).
6474
6475 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6476 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6477 entries from the paren state.
6478
6479 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6480 special case for "else if" clauses.
6481
6482 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6483 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6484
6485 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6486 New language variable to recognize the gcc extension with statement
6487 blocks inside expressions.
6488
6489 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6490 it somewhat more comprehensible. The argument AT-BLOCK-START is
6491 no longer used and hence removed.
6492
6493 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6494 to `c-add-stmt-syntax'.
6495
6496 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6497 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6498 This fixes bogus label recognition.
6499
6500 * progmodes/cc-engine.el (c-add-type, c-check-type)
6501 (c-forward-name, c-forward-type): Improve storage of template
6502 types in `c-found-types' so that they can be recognized better.
6503
6504 (c-syntactic-content): Add option to skip past nested parens.
6505
6506 * progmodes/cc-engine.el (c-forward-name):
6507 Set `c-last-identifier-range' all the time. It's less work that way.
6508 Handle that there might not be an identifier to store in
6509 `c-last-identifier-range'.
6510
6511 (c-forward-type): Handle that `c-last-identifier-range' might be
6512 nil from `c-forward-name'.
6513
6514 * progmodes/cc-defs.el (c-safe-scan-lists)
6515 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6516
6517 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6518 to work even if the form fails.
6519
6520 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6521 down in a large file in one go.
6522
6523 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6524
6525 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6526 function which is like `c-lineup-math' but returns nil instead of
6527 `c-basic-offset' when it doesn't match.
6528
6529 (c-lineup-math): Change to use `c-lineup-assignments'.
6530
6531 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6532
6533 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6534 c-beginning-of-statement. New subfunctions
6535 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6536
6537 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6538
6539 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6540 hardcoded char classes whereever possible. Changed a couple of
6541 places to use skip by syntax instead of skip by char class.
6542
6543 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6544 Fix a bug in the regexp that caused extreme backtracking.
6545
6546 * progmodes/cc-langs.el (c-block-comment-starter)
6547 (c-block-comment-ender): New language constants to specify in a
6548 single place how block comments look.
6549
6550 (c-comment-start-regexp, c-block-comment-start-regexp)
6551 (comment-start, comment-end, comment-start-skip)
6552 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6553 (c-syntactic-ws, c-nonempty-syntactic-ws)
6554 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6555 `c-line-comment-starter', `c-block-comment-starter' and
6556 `c-block-comment-ender'.
6557
6558 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6559 New language constants to break up things a bit.
6560
6561 (c-simple-ws): New language constant for simple whitespace.
6562
6563 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6564
6565 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6566 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6567 newlines. Allow and ignore nil elements in the list.
6568
6569 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6570
6571 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6572 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6573
6574 * progmodes/cc-cmds.el: Tidy up the comments in
6575 c-beginning-of-statement and subfunctions.
6576
6577 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6578 more flexible c-put-char-property and c-clear-char-properties.
6579 Add the author's email address.
6580
6581 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6582
6583 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6584 closing "*/" of a block comment.
6585
6586 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6587 subfunctions) so that it works at BOB and EOB.
6588
6589 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6590 c-beginning-of-statement, including new variable
6591 c-block-comment-start-regexp.
6592
6593 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6594
6595 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6596 symbols from `*-font-lock-extra-types' so that there's no need to
6597 use `regexp-opt' on those lists.
6598
6599 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6600 `c-type-modifier-kwds' is empty.
6601
6602 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6603 there are several strings on the same line.
6604
6605 * progmodes/cc-engine.el (c-literal-limits): Remove the
6606 compatibility function for older emacsen. `c-literal-limits-fast'
6607 has now taken the place of this function.
6608
6609 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6610 with older emacsen: We now require `pps-extended-state'.
6611
6612 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6613
6614 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6615 which obviates the need to hack sentence-end. This now handles
6616 escaped newlines in strings correctly. Correct minor bugs in
6617 c-move-over-sentence and in c-beginning-of-statement.
6618
6619 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6620 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6621 that movement over macros and code are rigorously separated from
6622 eachother. Correct a few incidental bugs.
6623
6624 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6625 Improve its doc-string. Improve the handling of certain specific cases.
6626
6627 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6628
6629 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6630 (c-guess-basic-syntax): Change the way class-level labels are
6631 recognized; they can now contain essentially any symbols.
6632
6633 (c-opt-extra-label-key): New language variable to cope with the
6634 special protection label syntax in Objective-C.
6635
6636 (c-opt-access-key): Remove; this is now handled better by
6637 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6638
6639 (c-complex-decl-matchers): Update to handle that
6640 `c-opt-access-key' no longer exists.
6641
6642 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6643 improved label recognition in `c-beginning-of-statement-1'.
6644
6645 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6646 Recognize bitfields better.
6647
6648 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6649 Remove some cruft and fixed a bug that could cause it to go to a
6650 position further down.
6651
6652 * progmodes/cc-langs.el, cc-engine.el
6653 (c-beginning-of-statement-1): Improve detection of labels in
6654 declaration contexts.
6655
6656 (c-beginning-of-decl-1): Use it.
6657
6658 (c-nonlabel-token-key): New language constant and variable needed
6659 by `c-beginning-of-statement-1'.
6660
6661 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6662 manifested itself due to the correction in `c-forward-sexp'.
6663
6664 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6665 Make these behave as documented when used at the buffer limits.
6666
6667 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6668 (c-type-decl-end-used): Made this a language variable.
6669
6670 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6671 correctly when `combine-after-change-calls' is used together with
6672 temporary narrowings.
6673
6674 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6675 Report labels correctly when the start point is immediately after the
6676 colon.
6677
6678 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6679 Remove since it isn't used anymore.
6680
6681 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6682 bracket arglists such as template parens in C++.
6683
6684 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6685 in the last check-in. Some optimization.
6686
6687 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6688 where it could stop at the same level in a preceding sexp when
6689 PAREN-LEVEL is set.
6690
6691 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6692 text property lookup only when it's needed.
6693
6694 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6695 Change the policy for paren marked angle brackets to be more
6696 persistent; once marked they remain marked even when they're found
6697 to be unbalanced in the searched region. This should keep the
6698 paren syntax around even when individual lines are refontified in
6699 multiline template arglists.
6700
6701 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6702 to control markup so that incorrect angle bracket arglists aren't
6703 marked in contexts where the correct value for
6704 `c-disallow-comma-in-<>-arglists' isn't known.
6705
6706 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6707 argument has become `c-parse-and-markup-<>-arglists'.
6708
6709 (c-remove-<>-arglist-properties): Remove - no longer used.
6710
6711 (c-after-change-check-<>-operators): New function used on
6712 `after-change-functions' to avoid that "<" and ">" characters that
6713 are part of longer operators have paren syntax.
6714
6715 (c-<>-multichar-token-regexp): New language variable used by
6716 `c-after-change-check-<>-operators'.
6717
6718 (c-after-change): Call `c-after-change-check-<>-operators'.
6719
6720 (c-font-lock-<>-arglists): Use the context properties set by
6721 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6722 correctly to avoid doing invalid markup.
6723
6724 (c-font-lock-declarations): Remove code that undoes the invalid
6725 markup done by `c-font-lock-<>-arglists'.
6726
6727 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6728 after `c-font-lock-declarations'.
6729
6730 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6731 Add paren-level feature.
6732
6733 (c-guess-basic-syntax): Improve the anchor position for
6734 `template-args-cont' in nested template arglists. There's still
6735 much to be desired in this area, though.
6736
6737 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6738
6739 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6740 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6741
6742 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6745 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6746
6747 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6748 it doesn't work no longer are supported.
6749
6750 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6751 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6752 requires support for the syntax-table' text property, which rules
6753 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6754 cruft associated with those versions.
6755
6756 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6757 for the `syntax-table' text property, which rules out Emacs 19 and
6758 XEmacs < 21.4. Removed various compatibility cruft associated
6759 with those versions.
6760
6761 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6762 support for the `syntax-table' text property.
6763
6764 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6765 variable and use an extra quoted face name instead. All the
6766 emacsen flavors handle that correctly.
6767
6768 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6769 (c-font-lock-declarators, c-font-lock-declarations)
6770 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6771 property to mark the items in in declarator lists to handle
6772 refontification inside multiline declarations better.
6773
6774 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6775 construct like "a * b = c;" as a declaration.
6776
6777 2005-12-08 Kim F. Storm <storm@cua.dk>
6778
6779 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6780 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6781 select either meta, hyper, or super modifier for rectangle commands.
6782 (cua--rectangle-modifier-key): New defvar.
6783 (cua--M/H-key): Use it. Remove special case for `space'.
6784 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6785 on X, to meta otherwise. Always bind C-return to toggle
6786 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6787
6788 * emulation/cua-rect.el (cua-help-for-rectangle):
6789 Use cua--rectangle-modifier-key. Handle super modifier too.
6790 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6791 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6792
6793 * ido.el: Move Acknowledgements and History after Commentary.
6794 Minor changes to Commentary.
6795
6796 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6797 keymap if cua--prefix-override-timer is `shift'.
6798 (cua--shift-control-prefix): New function; emulate "type prefix
6799 key twice" functionality to handle shifted prefix key override.
6800 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6801 New commands.
6802 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6803
6804 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6805
6806 * textmodes/org.el (org-insert-heading): Try to do items before
6807 headings.
6808 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6809 (org-insert-item): New function.
6810 (org-renumber-ordered-list): Don't skip to higher level lists.
6811
6812 2005-12-08 Juri Linkov <juri@jurta.org>
6813
6814 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6815
6816 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6817
6818 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6819
6820 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6821 the constructed function name fun-1.
6822
6823 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6824 because such links don't lead to parent documentation.
6825
6826 2005-12-08 Kenichi Handa <handa@m17n.org>
6827
6828 * descr-text.el (describe-char): Use *Help-2* buffer if the
6829 current buffer is *Help*. Call describe-text-properties while
6830 setting the original buffer.
6831
6832 2005-12-07 Bill Wohler <wohler@newt.com>
6833
6834 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6835 and causes problems with non-MH users (such as Gnus users).
6836
6837 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6838
6839 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6840 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6841 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6842 command "info sources". Move calls to GDB command "list".
6843 (gdb-find-file-hook): Just use gdb-source-file-list.
6844 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6845 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6846 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6847 (gdb-data-list-register-values-handler): Use correct trigger name.
6848
6849 2005-12-07 Kim F. Storm <storm@cua.dk>
6850
6851 * ido.el (ido-completion-map): Rename from ido-mode-map.
6852 (ido-common-completion-map, ido-file-completion-map)
6853 (ido-file-dir-completion-map, ido-buffer-completion-map):
6854 Rename from ido-mode-....-map.
6855 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6856 (ido-setup-completion-map): Rename from ido-define-mode-map.
6857 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6858 to ido-completion-map.
6859
6860 2005-12-07 Kenichi Handa <handa@m17n.org>
6861
6862 * international/mule-cmds.el
6863 (set-display-table-and-terminal-coding-system): If the coding
6864 system specified in `unibyte-display' property is different from
6865 the arg coding-system, don't setup standard-display-table.
6866
6867 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6870 that comments end at \n, regardless of selective-display.
6871
6872 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6873
6874 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6875 (gdb-version): New variables.
6876 (gdb-source-file-list, gdb-register-names)
6877 (gdb-changed-registers): New variables for use with GDB 6.4+.
6878 (gdb-ann3): Replace with...
6879 (gdb-init-1, gdb-init-2): ...two new functions.
6880 (gdba, gdb-prompt): Call gdb-init-1.
6881 (gdb-get-version): New function. Call gdb-init-2 from here.
6882 (gud-watch): Make it work with mouse events too.
6883 (gdb-post-prompt): Don't add to queue until GDB version is known.
6884 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6885 (gdb-locals-mode): Use gdb-version.
6886 (gdb-memory-format-map, gdb-memory-unit-map)
6887 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6888 (gdb-locals-font-lock-keywords-1)
6889 (gdb-locals-font-lock-keywords-2): New variables.
6890 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6891 (gdb-set-gud-minor-mode-existing-buffers-1)
6892 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6893 (gdb-var-update-1, gdb-var-update-handler-1)
6894 (gdb-data-list-register-values-handler)
6895 (gdb-data-list-register-values-custom)
6896 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6897 (gdb-stack-list-locals-handler, gdb-get-register-names):
6898 New functions for use with GDB 6.4+.
6899 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6900 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6901 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6902 (gdb-stack-list-locals-regexp)
6903 (gdb-data-list-register-names-regexp): New regexps for use with
6904 GDB 6.4+.
6905
6906 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6909
6910 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6911
6912 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6913 prompts work for AUTH PLAIN. Also reported by Steve Allan
6914 <seallan@verizon.net>.
6915
6916 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6917
6918 * frame.el (set-frame-parameter): Add doc string.
6919
6920 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6921
6922 * textmodes/org.el (org-occur-highlights): New variable.
6923 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6924 (org-highlight-sparse-tree-matches): New option.
6925 (org-do-occur): New function.
6926 (org-get-heading): Make it work also at beginning of line.
6927 (org-category-table): New variable.
6928 (org-get-category-table, org-get-category)
6929 (org-camel-to-words, org-link-search): New functions.
6930 (org-select-this-todo-keyword): New variable.
6931 (org-todo-list): New command.
6932 (org-shiftright, org-shiftleft): New commands.
6933 (org-agenda-todo): Add prefix argument.
6934 (org-show-hierarchy-above): New option.
6935 (org-show-todo-tree): Numerical prefix creates tree for specific
6936 TODO keyword.
6937 (org-outline-level): New function, to assign a level to plain
6938 lists items.
6939 (org-cycle-include-plain-lists): New option.
6940 (org-mode): Use `org-outline-level' as value of `outline-level'.
6941 (org-cycle): Temporarily switch `outline-regexp' if
6942 `org-cycle-include-plain-lists' is non-nil.
6943 (org-start-icalendar-file): Fix format bug.
6944 (org-agenda-get-day-entries): Create category table.
6945 (org-agenda-get-todos, org-agenda-get-timestamps)
6946 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6947 (org-agenda-get-blocks): Use `org-get-category'.
6948 (org-context-in-file-links): Rename from
6949 `org-line-numbers-in-file-links'.
6950
6951 2005-12-06 Romain Francoise <romain@orebokech.com>
6952
6953 * window.el (balance-windows): Delete extraneous third arg in call
6954 to `enlarge-window'.
6955
6956 2005-12-06 Kenichi Handa <handa@m17n.org>
6957
6958 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6959
6960 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6961
6962 * progmodes/gdb-ui.el (gdb-var-create-handler)
6963 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6964 (gdb-var-list-children-handler, gdb-var-update-handler):
6965 Current buffer is already gdb-partial-output-buffer, don't
6966 make it current again.
6967
6968 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6971 (list-buffers-noselect): Use it.
6972
6973 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6976 (mail-yank-ignored-headers): Use regexp-opt.
6977 (mail-mode-map): Move initialization into declaration.
6978 (mail-sent-via): Remove unused shadowed var `to-line'.
6979 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6980 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6981 (mail-do-fcc): Use dolist and push.
6982 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6983 (mail-yank-ignored-headers): Don't autoload.
6984
6985 2005-12-05 Kenichi Handa <handa@m17n.org>
6986
6987 * international/mule-cmds.el (set-language-info-internal): New fun.
6988 (set-language-info): Call set-language-info-internal to update
6989 language-info-alist. If LANG-ENV is the current one, call
6990 set-language-environment to make INFO effective now.
6991 (set-language-info-alist): Likewise.
6992 (locale-language-names): With locale "en", use English
6993 lang. env. but set the default codings to iso-8859-1.
6994
6995 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6996
6997 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6998 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6999 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7000 for plain strings.
7001 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7002 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7003 Create registers buffer if necessary. Echo new state in minibuffer.
7004 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7005
7006 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7007
7008 * info.el (Info-fontify-node): Match external links using
7009 non-directory part of filename.
7010
7011 2005-12-04 Juri Linkov <juri@jurta.org>
7012
7013 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7014 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7015 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7016 because there is no customization option for it.
7017
7018 * font-lock.el (lisp-font-lock-keywords-1):
7019 Add define-global-minor-mode.
7020
7021 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7022
7023 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7024 properties on the constructed variable names.
7025
7026 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7027 Put `definition-name' properties on the constructed function names
7028 next-sym and prev-sym.
7029
7030 * emacs-lisp/find-func.el (find-function-regexp):
7031 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7032 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7033 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7034 and easy-menu-define.
7035
7036 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7037 easy-mmode-define-global-mode and define-global-minor-mode.
7038 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7039
7040 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7041 instead of easy-mmode-define-global-mode.
7042
7043 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7044 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7045
7046 * cus-edit.el (customize-group, customize-group-other-window):
7047 Filter out autoloaded options from the group completion list by
7048 using heuristics that autoloaded groups don't have `custom-autoload'
7049 property on their symbols (they have only `custom-loads').
7050
7051 * simple.el (completion-setup-function): Put completions-common-part
7052 face on complete completion string too (i.e. completion string
7053 without completions-first-difference face).
7054
7055 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7056
7057 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7058
7059 * view.el (view-mode): Doc fix.
7060
7061 * disp-table.el (standard-display-european): Add to the warning
7062 message a reference to the doc string.
7063
7064 * play/yow.el (apropos-zippy): Call print-help-return-message,
7065 similar to other Help and Apropos commands.
7066
7067 * help.el (print-help-return-message): If pop-up-frames is
7068 non-nil, set up help-return-method to delete the help window and,
7069 possibly, its frame as well, and don't display message about
7070 scrolling the help window. Doc fix.
7071 (help-return-method): Doc fix.
7072
7073 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7074
7075 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7076 whereby names of length one or names starting with a
7077 symbol-constituent character would not be returned.
7078
7079 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7080
7081 * subr.el (atomic-change-group): Add edebug and indentation spec.
7082
7083 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * completion.el (save-completions-file-name): Fix typo in last change.
7086
7087 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7088
7089 * info.el: Move back/forward history to the beginning of the tool bar.
7090
7091 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7092
7093 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7094 Add fset of allout-real-isearch-abort during compile to fix
7095 byte-compilation warnings.
7096 (allout-mode-p): Move definition of this macro above all uses, or
7097 byte compilation in barren emacs (eg, during emacs build) will
7098 lack the definition.
7099 (allout-mode): Move this variable above any uses, or byte
7100 compilation will fail.
7101 (allout-resolve-xref): Remove use of personal file-reference function.
7102 (allout-toggle-current-subtree-encryption): Do the current (ie,
7103 visible containing) topic, rather than nearest around point. Doc fix.
7104 (allout-toggle-subtree-encryption): New function, workhorse that
7105 works on nearest topic containing point.
7106 (allout-encrypt-string): Signal requirement for newer version of pgg.
7107 (allout-resumptions): Doc fix.
7108
7109 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7110
7111 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7112
7113 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7114
7115 * textmodes/flyspell.el (flyspell-external-point-words):
7116 Consider a misspelling as found in the string search if: (a) misspelling
7117 and found string lengths match, or (b) misspelling is found as
7118 element in a boundary-chars separated longer string, or (c)
7119 ispell-program-name is really ispell and misspelling is found as
7120 part of a TeX string. After successful match move beginning of
7121 search region to end of match. Warn about not found misspellings
7122 once the process is done.
7123 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7124
7125 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7128 tool bar (removed inadvertently).
7129
7130 2005-12-02 Juri Linkov <juri@jurta.org>
7131
7132 * log-view.el (log-view-diff): Clarify doc string.
7133
7134 2005-12-01 Bill Wohler <wohler@newt.com>
7135
7136 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7137 triggers lm-verify errors.
7138
7139 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * simple.el (transient-mark-mode, line-number-mode)
7142 (column-number-mode, size-indication-mode): Remove `:require nil'.
7143
7144 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7147 in the margin also.
7148 (gdb-breakpoints-mode-map): Use D instead of d for
7149 gdb-delete-breakpoint.
7150 (gdb-get-frame-number): Require a number to match on.
7151 (gdb-threads-mode-map): Add follow-link binding.
7152
7153 2005-11-30 Jason Rumney <jasonr@gnu.org>
7154
7155 * isearch.el (isearch-mode-map): Avoid exiting search on
7156 language-change event.
7157
7158 2005-11-30 Romain Francoise <romain@orebokech.com>
7159
7160 * speedbar.el (speedbar-default-position): New defcustom.
7161 (speedbar-frame-reposition-smartly): Use it.
7162
7163 * dframe.el (dframe-reposition-frame-emacs): Fix position
7164 computation for `left' location.
7165 Update copyright year.
7166
7167 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * help.el (help-map): Move initialization into declaration.
7170
7171 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7172
7173 * help-fns.el (help-argument-name): Don't autoload.
7174 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7175 to be re-loaded when customizing the `help' group.
7176
7177 2005-11-30 John Paul Wallington <jpw@gnu.org>
7178
7179 * help-fns.el (describe-function-1): Fill arglist output.
7180
7181 2005-11-30 Kim F. Storm <storm@cua.dk>
7182
7183 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7184 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7185 after revert-buffer (or anything else which kills all local variables).
7186
7187 * apropos.el (apropos-parse-pattern): Doc fix.
7188 Set apropos-regexp directly, rather than expecting callers to do so.
7189 (apropos-command, apropos, apropos-value, apropos-documentation):
7190 Simplify calls to apropos-parse-pattern.
7191
7192 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7195 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7196 (hi-lock-write-interactive-patterns): Use comment-region.
7197
7198 * longlines.el (longlines-mode): Add mail-setup-hook.
7199
7200 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7201
7202 * simple.el (sendmail-user-agent-compose, next-line):
7203 Conditionally use hard-newline.
7204
7205 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7206
7207 * international/latexenc.el (latex-inputenc-coding-alist):
7208 Reword doc string.
7209
7210 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7211
7212 * help.el (describe-key-briefly, describe-key): Recognize default
7213 bindings.
7214
7215 2005-11-29 Romain Francoise <romain@orebokech.com>
7216
7217 * view.el (view-inhibit-help-message): New defcustom.
7218 (view-mode-enter): Use it.
7219
7220 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7221
7222 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7223 Preserve user position.
7224
7225 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * font-lock.el: Throw error if facemenu is not loaded to prevent
7228 accidental change of loading order in loadup.el. (Suggested by RMS.)
7229
7230 * loadup.el: Add comment explaining why facemenu must be loaded
7231 before font-lock.
7232
7233 2005-11-28 Jay Belanger <belanger@truman.edu>
7234
7235 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7236 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7237
7238 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7239
7240 * calc/calc-embed.el (calc-do-embedded): Update help message.
7241
7242 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7243
7244 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7247
7248 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7249 called-interactively-p.
7250 (elp-profilable-p): Rename from elp-not-profilable-p.
7251 Invert result and take into account macros and autoloaded functions.
7252 (elp-instrument-function): Update call.
7253 (elp-instrument-package): Update call. Add completion.
7254 (elp-pack-number): Use match-string.
7255 (elp-results-jump-to-definition-by-mouse): Merge into
7256 elp-results-jump-to-definition and then remove.
7257 (elp-output-insert-symname): Make help echo text single-line.
7258
7259 * replace.el (query-replace-map): Move initialization into declaration.
7260 (occur-engine): Use with-current-buffer.
7261 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7262 (occur-mode-mouse-goto): Replace with an alias.
7263
7264 2005-11-28 Juri Linkov <juri@jurta.org>
7265
7266 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7267
7268 * term/w32-win.el: Bind [S-tab] to [backtab].
7269
7270 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7271 `Info-find-file' to t.
7272
7273 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7274 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7275 and same-window-regexps.
7276 (occur-next-error): Don't move point for arg 0.
7277
7278 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7281
7282 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * log-edit.el (log-edit-changelog-use-first): New var.
7285 (log-edit-changelog-ours-p): Use it.
7286 (log-edit-insert-changelog): Set it with new arg `use-first'.
7287 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7288 (log-edit-hook): Add them to the list of suggested options.
7289
7290 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7291 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7292 redundant work.
7293 (flyspell-mode-on): Use add-hook for after-change-functions.
7294 (flyspell-mode-off): Use remove-hook for after-change-functions.
7295 (flyspell-changes): Make it buffer-local.
7296 (flyspell-after-change-function): Make it non-interactive. Use push.
7297 (flyspell-post-command-hook): Check input-pending-p while processing
7298 the potentially long list of buffer changes.
7299
7300 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7301
7302 * buff-menu.el (list-buffers-noselect): Display the selected
7303 frame's buffer list, not the global one.
7304
7305 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7306
7307 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7308 that (list last-input-event) works as in interactive spec.
7309
7310 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7311
7312 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7313 `facemenu-keymap' needs to be defined when font-lock is loaded.
7314 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7315
7316 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * completion.el: Remove useless leading * in defcustom docstrings.
7319 (save-completions-file-name): Use ~/.emacs.d if available.
7320 (completion-standard-syntax-table): Rename from
7321 cmpl-standard-syntax-table and fold initialization into declaration,
7322 thus removing cmpl-make-standard-completion-syntax-table.
7323 (completion-lisp-syntax-table, completion-c-syntax-table)
7324 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7325 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7326 (symbol-under-point, symbol-before-point)
7327 (symbol-under-or-before-point, symbol-before-point-for-complete)
7328 (add-completions-from-c-buffer): Use with-syntax-table.
7329 (make-completion): Don't return a list of completion entries.
7330 Update callers.
7331 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7332 (completion-initialize): Rename from initialize-completions.
7333 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7334 (kill-emacs-save-completions): Collect stats here.
7335 (save-completions-to-file, load-completions-from-file):
7336 Use with-current-buffer.
7337 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7338 into a function. Move all calls to toplevel.
7339 (completion-lisp-mode-hook): New fun.
7340 (completion-c-mode-hook, completion-setup-fortran-mode):
7341 Set the syntax-table here. Use local-set-key.
7342 (completion-saved-bindings): New var.
7343 (dynamic-completion-mode): Make it into a proper minor mode.
7344 (load-completions-from-file): Remove unused var `num-uses'.
7345
7346 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7347 constructor if it is explicitly overridden.
7348
7349 * complete.el (PC-completion-as-file-name-predicate):
7350 Use minibuffer-completing-file-name.
7351 (partial-completion-mode): Use find-file-not-found-functions.
7352 (PC-lisp-complete-symbol): Use with-syntax-table.
7353 (PC-look-for-include-file): Remove dead setq.
7354 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7355 (PC-complete): Use with-current-buffer.
7356
7357 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7358 escape single quotes.
7359
7360 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7361
7362 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7363 of `if' whose condition always returned nil. Doc fix.
7364
7365 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7366 window's buffer the current buffer around the call to
7367 `list-buffers-noselect'. This is necessary to mark that buffer
7368 with a `.' in the Buffer Menu when called from Lisp, for instance
7369 by Auto Revert Mode.
7370
7371 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7374 attaching to it.
7375 (gdb-pre-prompt): Make sure gdb-error is reset.
7376
7377 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7378 with a child process, detect it.
7379 (gud-speedbar-buttons): Match regexp more carefully.
7380
7381 2005-11-27 Richard M. Stallman <rms@gnu.org>
7382
7383 * mouse.el (mouse-drag-move-window-bottom):
7384 Use adjust-window-trailing-edge.
7385
7386 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7387
7388 * simple.el (blink-matching-open): Ignore
7389 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7390 (blink-matching-paren-on-screen): Update docstring.
7391
7392 * paren.el (show-paren-mode): No longer change
7393 `blink-matching-paren-on-screen'.
7394
7395 2005-11-27 John Paul Wallington <jpw@pobox.com>
7396
7397 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7398 (gdb-threads-select, gdb-edit-register-value):
7399 Use `posn-set-point' instead of `mouse-set-point' because the
7400 latter is not fbound when configured without X.
7401
7402 2005-11-27 Kim F. Storm <storm@cua.dk>
7403
7404 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7405 existing face when partially highlighting a TAB in a rectangle.
7406
7407 2005-11-26 Kim F. Storm <storm@cua.dk>
7408
7409 * ido.el (ido-mode-map): Doc fix.
7410 (ido-mode-common-map, ido-mode-file-map)
7411 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7412 (ido-define-mode-map): Rewrite. Select one of the new maps as
7413 parent for ido-mode-map instead of building from scratch.
7414 (ido-init-mode-maps): New defun to initialize new maps.
7415 (ido-mode): Call it.
7416 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7417 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7418
7419 2005-11-26 John Paul Wallington <jpw@pobox.com>
7420
7421 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7422 `mouse-set-point' because the latter is not fbound when configured
7423 without X.
7424
7425 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7426
7427 * files.el (file-relative-name): Doc fix.
7428
7429 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7430
7431 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7432 non-empty string for secondary prompt PS2.
7433
7434 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * progmodes/compile.el (compilation-setup): Fix last change.
7437
7438 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7441 (gdb-mouse-toggle-breakpoint-margin)
7442 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7443 Add gdb-server-prefix to keep out of command history.
7444 (gdb-edit-register-value): New function.
7445 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7446 (gdb-info-registers-custom): Use above map.
7447
7448 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * custom.el (enable-theme): Signal error if argument is not a
7451 theme. Don't recalculate a face if it's not loaded yet.
7452
7453 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7454 the `user' theme is in effect.
7455
7456 * info.el (Info-on-current-buffer): Record actual filename in
7457 Info-current-file, instead of t, or a fake filename if a non-file
7458 buffer. Make autoload.
7459 (Info-find-node, Info-revert-find-node): No need to check for
7460 Info-current-file nil.
7461 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7462 Info-current-file is now never `t'.
7463 (Info-fontify-node): Many simplifications due to Info-current-file
7464 always being valid. Use Info-find-file to find node filename.
7465
7466 2005-11-25 David Kastrup <dak@gnu.org>
7467
7468 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7469 new character, then delete" in order to preserve markers.
7470
7471 2005-11-25 David Ponce <david@dponce.com>
7472
7473 * recentf.el (recentf-arrange-by-rule): Handle a special
7474 `auto-mode-alist'-like "strip suffix" rule.
7475 (recentf-build-mode-rules): Handle second level auto-mode entries.
7476
7477 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7478
7479 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7480 window modes.
7481
7482 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7483 jde-javadoc-checker-report-mode.
7484
7485 * ediff-wind (ediff-make-wide-display): Slight simplification.
7486
7487 * ediff.el (ediff-date): Change the date of last update.
7488
7489 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7490
7491 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7492 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7493 (hi-lock-mode): New global minor mode.
7494 (turn-on-hi-lock-if-enabled): New function.
7495 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7496 Change arguments to regexp and face instead of a font-lock pattern.
7497 Directly set face property, instead of refontifying.
7498 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7499 (hi-lock-find-patterns): Use line-number-at-pos.
7500
7501 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7502 arguments for hi-lock-set-pattern.
7503 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7504 Call font-lock-fontify-buffer.
7505 (hi-lock-find-file-hook, hi-lock-current-line)
7506 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7507
7508 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7509 turned off.
7510
7511 * progmodes/compile.el (compilation-setup): Don't fiddle with
7512 font-lock-defaults.
7513
7514 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7515
7516 * progmodes/gdb-ui.el (gdb-var-create-handler)
7517 (gdb-var-list-children-handler): Find values for all variable
7518 objects. gud-speedbar-buttons decides whether to display them.
7519
7520 2005-11-24 Romain Francoise <romain@orebokech.com>
7521
7522 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7523 buffer name with a space.
7524
7525 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7526
7527 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7528 `org-export-local-list-max-depth'. Change default value to 3.
7529 (org-auto-renumber-ordered-lists)
7530 (org-plain-list-ordered-item-terminator): New options.
7531 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7532 (org-get-indentation, org-get-string-indentation)
7533 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7534 New functions.
7535 (org-move-item-down, org-move-item-up): New commands.
7536 (org-export-as-html): New classes for CSS support. Bug fix in
7537 regular expression detecting fixed-width regions. Respect
7538 `org-local-list-ordered-item-terminator'.
7539 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7540 also a list item.
7541 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7542 New item moving functions.
7543
7544 2005-11-24 Juri Linkov <juri@jurta.org>
7545
7546 * isearch.el (isearch-repeat): With empty search ring set
7547 `isearch-error' to the error string instead of signaling error
7548 with the function `error'.
7549
7550 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7551
7552 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7553
7554 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7557 and variable.
7558 (gdb-var-create-handler, gdb-var-list-children-handler):
7559 Don't match on "char **...".
7560 (gdb-var-update-handler): Find values for all variable objects.
7561 (gdb-info-frames-custom): Identify frames by leading "#".
7562
7563 * progmodes/gud.el (gud-speedbar-menu-items): Add
7564 gdb-speedbar-auto-raise as radio button.
7565 (gud-speedbar-buttons): Raise speedbar if requested.
7566 Don't match on "char **...".
7567 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7568 Make it editable.
7569
7570 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * info.el (Info-fontify-node): Handle the case where
7573 Info-current-file is t.
7574
7575 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * simple.el (blink-matching-open): Fix off-by-one in last change.
7578
7579 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7580
7581 * term/mac-win.el: Don't change default directory.
7582
7583 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7586 buffers correctly. (It used to throw an error in such buffers.)
7587 Make it ask for confirmation in group buffers and other Custom
7588 buffers containing more than one customization item.
7589
7590 2005-11-22 John Paul Wallington <jpw@gnu.org>
7591
7592 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7593 property on mail and url overlays.
7594 (goto-address-at-point): Use `posn-set-point' instead of
7595 `mouse-set-point' because the latter is not fbound when configured
7596 without X.
7597
7598 2005-11-22 Lars Hansen <larsh@soem.dk>
7599
7600 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7601 (ls-lisp-classify, ls-lisp-format): Delete call to
7602 ls-lisp-parse-symlink.
7603 (ls-lisp-handle-switches): Handle symlinks to directories as
7604 directories when ls-lisp-dirs-first in non-nil.
7605
7606 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7607
7608 * startup.el (command-line): Make sure that loaddefs.el is handled
7609 correctly in load-history.
7610
7611 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7614 (gdb-struct-string, gdb-array-string): New constants.
7615 (gdb-info-locals-handler): Use them.
7616 (gdb-reset): Reset gdb-var-list to nil.
7617
7618 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7621 in patterns.
7622
7623 2005-11-21 Juri Linkov <juri@jurta.org>
7624
7625 * custom.el (defcustom): Update link types in docstring.
7626
7627 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7628
7629 * custom.el (defgroup): Add doc-string-elt info.
7630
7631 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7632
7633 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * newcomment.el (comment-enter-backward): Fix last fix.
7636
7637 * simple.el (blink-matching-open):
7638 * paren.el (show-paren-function): Allow new paren-class info.
7639
7640 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7643 handled automagically.
7644
7645 2005-11-20 Andreas Schwab <schwab@suse.de>
7646
7647 * descr-text.el (describe-char): When copying overlays put them
7648 over the full char description instead of just the first character
7649 of it.
7650
7651 2005-11-20 Juri Linkov <juri@jurta.org>
7652
7653 * simple.el (what-cursor-position):
7654 * descr-text.el (describe-char): Use Lisp-readable syntax
7655 for octal and hex. Reorder decimal, octal and hex values.
7656 Remove excess whitespace in the output. Use `=' in `column='
7657 like in `point=' and `Hscroll='.
7658
7659 * international/mule-cmds.el (encoded-string-description):
7660 Use Lisp-readable syntax for hex.
7661
7662 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * newcomment.el (comment-enter-backward): Handle the case where the
7665 comment is closed by EOB.
7666
7667 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * longlines.el (longlines-before-revert-hook)
7670 (longlines-after-revert-hook): New functions.
7671 (longlines-mode): Turn off longlines temporarily when reverting.
7672 Add a message-setup-hook.
7673 (longlines-decode-buffer): New function.
7674 (longlines-wrap-line): Preserve marker positions.
7675
7676 2005-11-19 Andreas Schwab <schwab@suse.de>
7677
7678 * emacs-lisp/shadow.el: Handle compressed files.
7679
7680 2005-11-19 Romain Francoise <romain@orebokech.com>
7681
7682 * net/browse-url.el (browse-url-default-browser): Signal an error
7683 if no usable browser can be found, rather than try to load w3.
7684
7685 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7686
7687 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7688 replacing existing properties.
7689 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7690 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7691 tty specs.
7692 (rcirc-server-prefix, rcirc-server): New faces.
7693 (rcirc-url-regexp): Generate with rx macro.
7694 (rcirc-last-server-message-time): New variable.
7695 (rcirc-filter): Record time of last message.
7696 (rcirc-keepalive): Kill processes that did not send a message
7697 since the last ping.
7698 (rcirc-mode): Give rcirc-topic a local binding here.
7699
7700 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7701
7702 * subr.el (read-passwd): Fontify the prompt as we do with other
7703 prompts.
7704
7705 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7706
7707 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7708 binding buffer-read-only to nil.
7709
7710 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7711
7712 * complete.el (partial-completion-mode):
7713 Mention completion-auto-help in the doc string.
7714
7715 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7716 more Lisp-ish way.
7717
7718 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7719
7720 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7721 digits, not 8, to avoid misalignment for files larger than 100MB.
7722
7723 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7724
7725 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7726 Mention "keyboard shortcuts" in the help text.
7727
7728 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7729
7730 * startup.el (fancy-splash-default-action): Discard only
7731 mouse-down and succeeding mouse-up events in the splash screen
7732 window so that drag-n-drop event can be processed.
7733
7734 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7735
7736 * longlines.el (longlines-mode): Add hacks for mail-mode and
7737 message-mode.
7738
7739 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7740
7741 * textmodes/org.el (org-table-sort-lines): New command.
7742 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7743 (org-add-file): Command removed, use `org-agenda-file-to-front'
7744 instead.
7745 (org-export-icalendar): Use `org-icalendar-combined-name'.
7746 (org-cycle-agenda-files, org-agenda-file-to-end)
7747 (org-agenda-file-to-front): New commands.
7748 (org-table-tab-jumps-over-hlines, org-export-html-style):
7749 New options.
7750 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7751 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7752 New functions.
7753 (org-fill-paragraph): Call `org-table-align' in tables.
7754 (org-mode): Call `org-set-autofill-regexps'.
7755 (org-export-as-html): Support for local handformatted lists.
7756 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7757 (org-export-local-list-max-depth): New option.
7758 (org-html-expand): Use `org-html-protect'.
7759
7760 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7761
7762 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7763 to "p".
7764 (gdb): Move definition of gud-pp to...
7765
7766 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7767 speedbar.
7768 (gdb-find-watch-expression): New function.
7769
7770 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * faces.el (face-attribute, set-face-attribute): Mention existence
7773 of `:ignore-defface' setting in docstring.
7774
7775 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * simple.el (completion-setup-function): Fix last change.
7778
7779 2005-11-17 John Paul Wallington <jpw@pobox.com>
7780
7781 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7782 Use `posn-set-point' instead of `mouse-set-point' because the
7783 latter is not fbound when configured without X.
7784
7785 * comint.el (comint-insert-input): Likewise.
7786
7787 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * simple.el (hard-newline): New variable.
7790 (sendmail-user-agent-compose, next-line): Use it.
7791
7792 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7793 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7794 (mail-mail-reply-to, mail-mail-followup-to)
7795 (mail-position-on-field, mail-signature, mail-yank-original)
7796 (mail-attach-file): Likewise.
7797
7798 * mail/mailheader.el (mail-header-format)
7799 (mail-header-format-function): Likewise.
7800
7801 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7802
7803 2005-11-17 Juri Linkov <juri@jurta.org>
7804
7805 * font-lock.el (font-lock-faces): Rename this defgroup from
7806 `font-lock-highlighting-faces'.
7807 (font-lock-comment-face, font-lock-comment-delimiter-face)
7808 (font-lock-string-face, font-lock-doc-face)
7809 (font-lock-keyword-face, font-lock-builtin-face)
7810 (font-lock-function-name-face, font-lock-variable-name-face)
7811 (font-lock-type-face, font-lock-constant-face)
7812 (font-lock-warning-face, font-lock-negation-char-face)
7813 (font-lock-preprocessor-face)
7814 (font-lock-regexp-grouping-backslash)
7815 (font-lock-regexp-grouping-construct): Rename :group from
7816 `font-lock-highlighting-faces' to `font-lock-faces'.
7817
7818 * cus-edit.el (lisp, c, tex):
7819 * progmodes/ada-mode.el (ada):
7820 * progmodes/asm-mode.el (asm):
7821 * progmodes/cperl-mode.el (cperl-faces):
7822 * progmodes/cpp.el (cpp):
7823 * progmodes/dcl-mode.el (dcl):
7824 * progmodes/f90.el (f90):
7825 * progmodes/fortran.el (fortran):
7826 * progmodes/icon.el (icon):
7827 * progmodes/idlwave.el (idlwave-misc):
7828 * progmodes/m4-mode.el (m4):
7829 * progmodes/make-mode.el (makefile):
7830 * progmodes/meta-mode.el (meta-font):
7831 * progmodes/modula2.el (modula2):
7832 * progmodes/octave-mod.el (octave):
7833 * progmodes/pascal.el (pascal):
7834 * progmodes/perl-mode.el (perl):
7835 * progmodes/prolog.el (prolog):
7836 * progmodes/ps-mode.el (PostScript-edit):
7837 * progmodes/scheme.el (scheme):
7838 * progmodes/sh-script.el (sh-script):
7839 * progmodes/simula.el (simula):
7840 * progmodes/tcl.el (tcl):
7841 * textmodes/nroff-mode.el (nroff):
7842 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7843 * textmodes/sgml-mode.el (sgml):
7844 * textmodes/texinfo.el (texinfo):
7845 Add :link (custom-group-link font-lock-faces) to defgroup.
7846
7847 * hi-lock.el (hi-lock): Rename this defgroup from
7848 `hi-lock-interactive-text-highlighting'. Change parent group from
7849 `faces' to `font-lock'. Add link to the manual.
7850 (hi-lock-mode, hi-lock-file-patterns-range)
7851 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7852 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7853 (hi-lock-faces): Add :group `faces'.
7854
7855 * cus-edit.el (custom-variable-prompt): Clarify the code.
7856
7857 * faces.el (face-read-string): Set the default value arg of
7858 completing-read.
7859
7860 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * rfn-eshadow.el (file-name-shadow-properties)
7863 (file-name-shadow-tty-properties, file-name-shadow-mode):
7864 Remove autoloads, because the file is now preloaded.
7865
7866 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * printing.el (easy-menu-intern): Don't define.
7869 (pr-get-symbol): Use easy-menu-intern only if defined.
7870
7871 * simple.el (blink-matching-open): Simplify a bit.
7872 (completion-setup-function): Fix the case of partial-completion-mode
7873 when the minibuffer's contents start with "-".
7874 Obey completion-base-size-function even when
7875 minibuffer-completing-file-name is non-nil.
7876
7877 2005-11-16 Richard M. Stallman <rms@gnu.org>
7878
7879 * net/eudcb-ph.el (eudc-ph-open-session):
7880 Use set-process-query-on-exit-flag.
7881
7882 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7883
7884 * international/ucs-tables.el (ucs-set-table-for-input):
7885 Use make-local-variable, not make-variable-buffer-local.
7886
7887 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7888 Improve warning message text.
7889
7890 * savehist.el (savehist-save-hook): Add :group.
7891
7892 * menu-bar.el (menu-bar-help-menu):
7893 Rename Find Extra Packages to External Packages.
7894
7895 * cus-edit.el (Custom-reset-standard): Verify that
7896 :custom-standard-value prop exists before calling it.
7897
7898 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7899
7900 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7901
7902 * wid-edit.el (color): Enclose %t in %{...%}.
7903
7904 * cus-edit.el (face): Enclose %t in %{...%}.
7905
7906 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7907
7908 * savehist.el (savehist-mode-hook): Re-add the var.
7909 (savehist-mode): Use it.
7910
7911 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * textmodes/flyspell.el: Fix commenting convention.
7914 Remove unnecessary leading * in custom docstrings.
7915 (flyspell-emacs): Remove unused var.
7916 (flyspell-delete-region-overlays): Use remove-overlays.
7917 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7918 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7919 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7920 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7921 (make-flyspell-overlay): Don't locally reuse a global name.
7922 (flyspell-highlight-incorrect-region)
7923 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7924 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7925 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7926 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7927 Wrap calls to accept-process-output inside with-local-quit since it's
7928 often called from a post-command-hook.
7929 (flyspell-correct-word, flyspell-auto-correct-word):
7930 Use ispell-send-string.
7931 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7932
7933 * calendar/diary-lib.el (diary-list-entries): Also hide the
7934 terminating newline.
7935
7936 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7937
7938 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7939 window-system, to allow fonts on tty.
7940
7941 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7942
7943 * progmodes/gud.el (gud-speedbar-item-info): New function.
7944 (gud-install-speedbar-variables): Use it to display data type
7945 of watch expression as a tooltip in speedbar.
7946
7947 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7948
7949 * font-core.el (global-font-lock-mode): Add :version keyword,
7950 because default was changed.
7951
7952 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7953
7954 * startup.el (command-line): Use `custom-reevaluate-setting' for
7955 `file-name-shadow-mode'.
7956
7957 * loadup.el: Preload rfn-eshadow.
7958
7959 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7960 Add :version keyword.
7961 (file-name-shadow-properties, file-name-shadow-tty-properties)
7962 (file-name-shadow): Add :version keyword.
7963
7964 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7965 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7966 in the custom-group property of the symbol frames and the fringe
7967 group got no link to its parent group frames.
7968 Doc fix.
7969
7970 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * progmodes/gud.el (gud-stop-subjob): New function.
7973 (gud-menu-map, gud-tool-bar-map): Use it.
7974
7975 2005-11-16 Kim F. Storm <storm@cua.dk>
7976
7977 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7978 than kill it.
7979 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7980 to a more useful/logical place.
7981
7982 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7985 go buttons complementary.
7986
7987 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7990 (rfn-eshadow-sifn-equal): New function.
7991 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7992
7993 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7994
7995 * viper-utils.el (viper-non-word-characters-reformed-vi):
7996 Quote `-' in string.
7997
7998 * viper.el (viper-emacs-state-mode-list): Ensure that
7999 rcirc-mode buffers come up in Emacs state.
8000
8001 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8002 operation.
8003
8004 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8005
8006 * term.el (term-termcap-format): Fix typos.
8007 (term-down): Fix the negative argument case.
8008
8009 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8010
8011 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8012 2005-08-15.
8013 (gdb-ann3): New command gud-go.
8014 (menu): Accomodate gdb-mi.el.
8015 (gdb-assembler-custom): Make buffer of selected window current
8016 so that set-window-point works.
8017
8018 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8019 buttons and include new ones.
8020
8021 2005-11-16 Kim F. Storm <storm@cua.dk>
8022
8023 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8024 (gud-menu-map): Use it.
8025
8026 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8029 that works correctly for Custom and that does not override a user
8030 who disables it.
8031
8032 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8033 (help-xref-interned, help-follow): Make hyperlinks for variables
8034 that are unbound, but have a non-nil variable-documentation property.
8035
8036 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8037 mode hook. (It conflicted with defcustoms for some mode hooks.)
8038 Use the `variable-documentation' property to give the mode hook a
8039 docstring and expand that docstring.
8040
8041 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8042
8043 * savehist.el (savehist-mode): Don't bother with
8044 `custom-set-minor-mode'.
8045 (savehist-coding-system): Check XEmacs version.
8046 (history-length): Declare also at run time.
8047 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8048 Don't set the customize state.
8049 (savehist-minibuffer-hook): Special case for when
8050 minibuffer-history-variable is equal to t.
8051
8052 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * files.el (write-file): Refresh VC status.
8055
8056 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8057 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8058 than fundamental-mode to see if the mode was set.
8059
8060 2005-11-14 Romain Francoise <romain@orebokech.com>
8061
8062 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8063 dummy function in `eval-when-compile' to avoid compiler warning.
8064 Require `man' at compile time.
8065
8066 2005-11-14 Jay Belanger <belanger@truman.edu>
8067
8068 * calc-alg.el (calcFunc-write-out-power): Rename it to
8069 calcFunc-powerexpand.
8070 (math-write-out-power): Rename it to math-powerexpand; have it
8071 handle negative exponents.
8072 (calc-writeoutpower): Rename it to calc-powerexpand.
8073
8074 * calc-ext.el: Change calcFunc-writeoutpower and
8075 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8076 autoloads.
8077 Add calcFunc-ldiv to autoloads.
8078
8079 * calc-arith.el (calcFunc-ldiv): New function.
8080
8081 * calc.el (calc-left-divide): New function.
8082
8083 2005-11-14 Juri Linkov <juri@jurta.org>
8084
8085 * cus-edit.el (custom-variable-prompt): Set the default value arg
8086 of completing-read.
8087
8088 * cus-dep.el (custom-make-dependencies): Reverse the list of
8089 found dependencies.
8090
8091 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8092
8093 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8094 Highlighting" entry, it is on by default now.
8095 (menu-bar-options-save): Do not save global-font-lock-mode.
8096
8097 2005-11-13 Richard M. Stallman <rms@gnu.org>
8098
8099 * textmodes/flyspell.el (flyspell-large-region):
8100 Call flyspell-accept-buffer-local-defs.
8101
8102 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8103
8104 * textmodes/flyspell.el (flyspell-notify-misspell):
8105 Fix misspelling of "Misspelling".
8106 (flyspell-process-localwords): New function.
8107 (flyspell-large-region): Call flyspell-process-localwords and
8108 flyspell-delete-region-overlays.
8109 (flyspell-delete-region-overlays): New function.
8110 (flyspell-delete-all-overlays): Call that.
8111
8112 2005-11-13 Richard M. Stallman <rms@gnu.org>
8113
8114 * help.el (help-for-help-internal): Improve doc of C-h a.
8115 (describe-key): Improve prompt; doc fix.
8116
8117 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * vc-svn.el (vc-svn-registered): Catch all errors.
8120
8121 * cus-dep.el (custom-make-dependencies): Typo.
8122
8123 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8124
8125 * net/tramp-util.el (top): Fix compilation warning.
8126
8127 2005-11-13 Kim F. Storm <storm@cua.dk>
8128
8129 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8130
8131 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8134 (gud-speedbar-buttons): Match on "const char *" too.
8135
8136 * progmodes/gdb-ui.el (gdb-var-create-handler)
8137 (gdb-var-list-children-handler): Match on "const char *" too.
8138 (gdb-var-evaluate-expression-handler): Match on empty string.
8139 (gdb-var-update-handler): Only call
8140 gdb-var-evaluate-expression-handler when required.
8141
8142 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8143
8144 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8145 selected window. This still doesn't work for speedbar.
8146 (gud-speedbar-buttons): Handle string expressions properly.
8147
8148 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8149 (gdb-var-create-handler): Handle string expressions properly.
8150 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8151 Handle string expressions properly. Move "type" field into regexp.
8152
8153 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8154
8155 * bookmark.el (bookmark-maybe-message): New function to reduce
8156 code duplication: invokes `message' iff baud-rate is high enough.
8157 (bookmark-write-file): Use above instead of an inline conditional.
8158 (bookmark-load): Same.
8159
8160 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8161
8162 * bookmark.el (bookmark-write-file): Don't visit the destination
8163 file, just write the data to it using write-region. This is
8164 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8165 change to avoid visiting the file in the first place.
8166
8167 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8168
8169 * hi-lock.el (hi-lock-mode): Set the default value of
8170 font-lock-defaults.
8171
8172 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8175 arg to `file-attributes'.
8176 (find-lisp-format): The UID and GID can now be strings.
8177
8178 2005-11-12 Kim F. Storm <storm@cua.dk>
8179
8180 * help.el (help-map): Bind C-h d to apropos-documentation.
8181
8182 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8183 when point is at end-of-buffer.
8184
8185 * apropos.el (apropos-match-face): Doc fix.
8186 (apropos-sort-by-scores): Add new choice `verbose'.
8187 (apropos-documentation-sort-by-scores): New defcustom.
8188 (apropos-pattern): Now contains the pattern entered by the user.
8189 (apropos-pattern-quoted): New defvar.
8190 (apropos-regexp): New defvar, containing the regexp corresponding
8191 to apropos-pattern.
8192 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8193 (apropos-read-pattern): New defun. Use it to read pattern arg in
8194 interactive calls; returns list of words for a word list, and
8195 string for a regexp.
8196 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8197 parses a list of words or regexp as returned by apropos-read-pattern.
8198 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8199 (apropos-score-doc): Return a very high score if the string
8200 entered by the user matches literally.
8201 (apropos-variable): Doc fix. Use apropos-read-pattern.
8202 (apropos-command): Doc fix. Use apropos-read-pattern and
8203 apropos-parse-pattern. Call apropos-print with nosubst=t.
8204 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8205 apropos-parse-pattern.
8206 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8207 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8208 apropos-documentation-sort-by-scores. Call apropos-print with
8209 nosubst=t.
8210 (apropos-documentation-internal): Pass doc string through
8211 substitute-key-definition before adding text properties.
8212 Highlight substring matching literal user input if possible.
8213 (apropos-documentation-check-doc-file): Remove locals beg and end.
8214 Fix calculation of score (as added twice). Pass doc string through
8215 substitute-key-definition before adding text properties.
8216 (apropos-documentation-check-elc-file): Pass doc string through
8217 substitute-key-definition before adding text properties.
8218 Highlight substring matching literal user input if possible.
8219 (apropos-print): Add new arg NOSUBST; if set, command and variable
8220 doc strings have already been passed through substitute-key-definition.
8221 Add code to handle apropos-accumulator items without score element
8222 for backwards compatibility (e.g. with woman package).
8223 Only show scores if apropos-sort-by-scores is `verbose'.
8224
8225 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8228 Add jka-compr-load-suffixes to load-suffixes.
8229
8230 * jka-compr.el: Require jka-cmpr-hook.
8231 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8232 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8233 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8234 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8235 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8236 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8237 (jka-compr-uninstall): Remove entries from
8238 jka-compr-added-to-file-coding-system-alist after they are used.
8239 (jka-compr-error): Remove unused var `curbuf'.
8240 (jka-compr-file-local-copy): Remove unused var `notfound'.
8241
8242 2005-11-10 Romain Francoise <romain@orebokech.com>
8243
8244 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8245
8246 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * progmodes/gud.el (gud-menu-map): Move parentheses.
8249 (gdb): New command gud-pv.
8250
8251 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * tar-mode.el: Remove spurious or unnecessary leading stars
8254 in docstrings.
8255 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8256 (tar-parse-octal-integer-safe): Use mapc.
8257 (tar-header-block-summarize): Remove unused var `ck'.
8258 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8259 cleared before. Obey default-enable-multibyte-characters.
8260 Use mapconcat. Simplify setting of tar-header-offset.
8261 (tar-mode-map): Move initialization inside delcaration.
8262 (tar-flag-deleted): Use `abs'.
8263 (tar-expunge-internal): Remove unused var `line'.
8264 (tar-expunge-internal): Don't hardcode point-min==1.
8265 (tar-expunge): Widen while doing set-buffer-multibyte.
8266 (tar-rename-entry): Use file-name-coding-system.
8267 (tar-alter-one-field): Don't hardcode point-min==1.
8268 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8269 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8270
8271 2005-11-10 Masatake YAMATO <jet@gyve.org>
8272
8273 * add-log.el (add-log-current-defun): Handle class::method
8274 notation of c++. Fix incorrect comment.
8275
8276 2005-11-10 Alan Mackenzie <acm@muc.de>
8277
8278 * help-fns.el (describe-variable): Make C-h v work when a variable
8279 has variable documentation yet is unbound.
8280
8281 2005-11-10 Masatake YAMATO <jet@gyve.org>
8282
8283 * man.el (Man-highlight-references): Set an empty
8284 string to `Man-arguments' if it is nil.
8285 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8286
8287 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8290 commenting conventions.
8291
8292 * cus-dep.el (custom-make-dependencies): Simplify.
8293 Better follow the commenting conventions.
8294
8295 2005-11-09 Richard M. Stallman <rms@gnu.org>
8296
8297 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8298 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8299 All uses changed.
8300 (apropos-rewrite-regexp): Doc fix.
8301 (apropos-variable, apropos-command, apropos, apropos-value):
8302 Change prompt; carry through the argument renaming.
8303
8304 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * find-lisp.el: Require dired.
8307 (find-lisp-find-dired-internal): Do not call
8308 `abbreviate-file-name' on DIR.
8309
8310 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8311
8312 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8313
8314 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8315
8316 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8317 when using the speedbar.
8318 (gdb): New command gud-pp.
8319 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8320
8321 2005-11-09 Juri Linkov <juri@jurta.org>
8322
8323 * replace.el (occur-excluded-properties): New defcustom.
8324 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8325
8326 2005-11-08 Jay Belanger <belanger@truman.edu>
8327
8328 * calc/calc-units.el (math-convert-units): Replace any composite
8329 unit by its definition.
8330
8331 2005-11-08 Lars Hansen <larsh@soem.dk>
8332
8333 * emacs-lisp/autoload.el (update-directory-autoloads):
8334 Add obsolete function alias.
8335
8336 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8339 comment-indent-function.
8340 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8341
8342 * reveal.el (reveal-post-command): Rework the handling of
8343 reveal-open-spots, so as to be more reliable. There were several
8344 tricky corner cases where an open spot might be lost, or where
8345 a closed spot might end up on the list of open spots.
8346 Only reveal text that's ellipsised.
8347
8348 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8349
8350 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8351
8352 2005-11-07 John Paul Wallington <jpw@gnu.org>
8353
8354 * ibuffer.el (ibuffer): Search iconified frames too when
8355 getting Ibuffer buffer's window.
8356
8357 2005-11-06 Richard M. Stallman <rms@gnu.org>
8358
8359 * progmodes/compile.el (compilation-internal-error-properties):
8360 save-excursion around the computation of MARKER.
8361
8362 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8363
8364 * textmodes/flyspell.el (flyspell-external-point-words):
8365 flyspell-get-word returns a list, not just a string.
8366
8367 2005-11-06 John Paul Wallington <jpw@pobox.com>
8368
8369 * ibuffer.el (ibuffer): Search all visible frames when getting
8370 Ibuffer buffer's window.
8371
8372 2005-11-07 Masatake YAMATO <jet@gyve.org>
8373
8374 * man.el (Man-reference-regexp): Accept spaces between
8375 `Man-name-regexp' and `Man-section-regexp'.
8376 (Man-apropos-regexp): New variable.
8377 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8378 if available.
8379 (Man-highlight-references, Man-highlight-references0):
8380 Handle the case when `Man-arguments' includes "-k".
8381 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8382 `TARGET'. `TARGET' can be a number, function or nil.
8383
8384 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8385
8386 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8387 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8388 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8389 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8390 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8391 (gdb-send-item): Use buffer-local-value and simplify.
8392
8393 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * startup.el (command-line): Use `custom-reevaluate-setting' for
8396 `global-font-lock-mode'.
8397
8398 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8399 by default, except in batch mode or when the -D option is given.
8400
8401 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8402 specified keyword args on to `define-minor-mode'. Update docstring.
8403
8404 2005-11-05 Romain Francoise <romain@orebokech.com>
8405
8406 * replace.el (occur-engine): Add marker at end of line, too.
8407
8408 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8409
8410 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8411 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8412 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8413 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8414 argument to all these routines, so the passphrase can be managed
8415 externally and passed in to the system.
8416 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8417 pgg-add-passphrase-to-cache function.
8418
8419 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8420 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8421 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8422 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8423 argument to all these routines, so the passphrase can be managed
8424 externally and passed in to the system.
8425 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8426 function.
8427
8428 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8429
8430 * font-lock.el: Don't deal with font-lock-face-attributes here,
8431 move the code ...
8432
8433 * startup.el (command-line): ... here. Use face-spec-set instead
8434 of custom-declare-face.
8435
8436 * faces.el (face-spec-set): Reset the face if spec is not nil.
8437
8438 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * newcomment.el (comment-region-internal): Box more tightly in the
8441 common case where there's no TAB in the boxed text.
8442
8443 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8444
8445 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8446 up-node.
8447
8448 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8449
8450 * newsticker.el: Commentary updated. Code formatting changed.
8451 (newsticker-version): Change to "1.9".
8452 (newsticker, newsticker-feed): Doc fix.
8453 (newsticker-url-list): Doc fix. Add option "Weekly".
8454 (newsticker-retrieval-interval): Add option "Weekly".
8455 (newsticker-headline-processing): Doc fix.
8456 (newsticker-auto-mark-filter): Remove.
8457 (newsticker-auto-mark-filter-list): New.
8458 (newsticker-layout, newsticker-sort-method): Doc fix.
8459 (newsticker-hide-old-items-in-newsticker-buffer)
8460 (newsticker-heading-format, newsticker-item-format)
8461 (newsticker-desc-format): Doc fix.
8462 (newsticker-show-all-rss-elements): Remove.
8463 (newsticker-show-all-news-elements): New.
8464 (newsticker-faces, newsticker-ticker): Doc fix.
8465 (remove-from-invisibility-spec): Code formatting.
8466 (newsticker--process-ids): New.
8467 (newsticker-mode): Doc fix.
8468 (newsticker-mode): Change mode-line-format.
8469 (newsticker-start): Remove debug output.
8470 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8471 (newsticker-w3m-show-inline-images): Code formatting.
8472 (newsticker-next-item): Call `force-mode-line-update'.
8473 (newsticker-previous-item): Call `force-mode-line-update'.
8474 (newsticker-next-feed): Call `force-mode-line-update'.
8475 (newsticker-previous-feed): Call `force-mode-line-update'.
8476 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8477 (newsticker-show-old-items): Do not show descs.
8478 (newsticker-hide-entry): Hide too much.
8479 (newsticker-hide-entry, newsticker-show-entry)
8480 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8481 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8482 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8483 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8484 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8485 (newsticker-get-news): Call `force-mode-line-update'.
8486 Collect process ids.
8487 (newsticker--sentinel): Change coding system handling.
8488 Move image retrieval to new functions newsticker--get-logo-url-*.
8489 Move feed parsing to new functions newsticker--parse-*.
8490 Update list of process ids.
8491 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8492 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8493 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8494 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8495 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8496 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8497 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8498 (newsticker--decode-coding-string): Remove.
8499 (newsticker--decode-numeric-entities): Check input. Format code.
8500 (newsticker--remove-whitespace): Check input.
8501 (newsticker--do-forget-preformatted): Doc fix.
8502 (newsticker--decode-rfc822-date): Allow for missing time.
8503 (newsticker--update-process-ids): New.
8504 (newsticker--image-sentinel): Change comment.
8505 (newsticker--image-read): Change error message.
8506 (newsticker--imenu-goto): Doc fix. Show headline title.
8507 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8508 (newsticker--buffer-do-insert-text): Clean whitespace in
8509 html-rendered headline title. Code formatting.
8510 Call `newsticker--buffer-print-extra-elements'.
8511 (newsticker--buffer-print-extra-element): Remove.
8512 (newsticker--buffer-print-extra-elements): New.
8513 (newsticker--buffer-do-print-extra-element): New.
8514 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8515 large sizes.
8516 (newsticker--run-auto-mark-filter)
8517 (newsticker--do-run-auto-mark-filter):
8518 Use `newsticker-auto-mark-filter-list'.
8519
8520 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8521
8522 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8523 (rcirc-print): Force redisplay before running hooks. Do long
8524 buffer truncation after making new text read-only. Deal with nil
8525 text when decoding strings. If TARGET is nil, use either the
8526 currently selected buffer, if it is an rcirc buffer and of the
8527 same process or the process buffer.
8528 (rcirc-mode): Remove header-line. Recompute short buffer names.
8529 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8530 (rcirc-short-buffer-name): Add variable.
8531 (rcirc-kill-buffer-hook): Recompute short buffer names.
8532 Remove nick from private channel.
8533 (rcirc-send-input): Send command text to current-buffer.
8534 Don't clear overlay arrow here.
8535 (rcirc-short-buffer-name): Return a short buffer name.
8536 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8537 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8538 buffer-name abbreviations.
8539 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8540 Do not touch nick-table when killing a parted channel.
8541 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8542 Clear arrow from current buffer if it is now hidden.
8543 (rcirc-current-buffer): Add variable.
8544 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8545 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8546 Remove -face from names.
8547 (rcirc-update-activity-string): Print "DND" when globally ignoring
8548 activity.
8549 (rcirc-ignore-buffer-activity-flag): Rename from
8550 rcirc-ignore-channel-activity.
8551 (rcirc-ignore-all-activity-flag): Doc fix.
8552 (rcirc-channels): Remove variable.
8553 (rcirc-kill-buffer-hook):
8554 (rcirc-get-buffer-create): Add nick to private channel.
8555 (rcirc-multiline-edit-submit): Remove tabs.
8556 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8557 folded.
8558 (rcirc-remove-nick-channel): Bug fix.
8559 (rcirc-toggle-ignore-buffer-activity): Rename from
8560 rcirc-toggle-ignore-channel-activity.
8561 (rcirc-record-activity): Add buffers to the front of the list.
8562 (rcirc-update-activity): Remove killed buffers from list.
8563 (rcirc-process-server-response-1): Remove last argument if it is
8564 null before calling handler.
8565 (rcirc): Add "rcirc" defcustom prefix.
8566 (rcirc-prompt): Simplify default prompt.
8567 Use custom-initialize-default.
8568 (rcirc-private-chats): Remove variable.
8569 (rcirc-prompt): Change initialization.
8570 (rcirc-version): Remove function.
8571 (rcirc-id-string): Add constant.
8572 (rcirc-last-buffer): Remove variable.
8573 (rcirc-buffer-alist): Add variable.
8574 (rcirc-connect): Update variable setup.
8575 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8576 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8577 default.
8578 (rcirc-handler-generic): Trigger activity.
8579 (rcirc-send-message): Create the buffor of the target.
8580 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8581 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8582 (rcirc-multiline-edit-cancel): Remove function.
8583 (rcirc-set-last-buffer): Remove function.
8584 (rcirc-get-any-buffer): Add function.
8585 (rcirc-join-channels): Don't print /join text.
8586 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8587 messages.
8588 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8589 (rcirc-handler-NOTICE): Recognize CTCP responses.
8590 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8591 constructing TOPIC string for buffers we are not JOINed.
8592 (rcirc-handler-CTCP-response): Add handler.
8593 (rcirc-multiline-edit-submit): Restore the window-configuration
8594 before adjusting point.
8595 (rcirc): Add customization group.
8596 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8597 (rcirc-user-full-name, rcirc-startup-channels-alist)
8598 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8599 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8600 (rcirc-input-ring-size, rcirc-read-only-flag)
8601 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8602 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8603 Change defvar to defcustom.
8604 (rcirc-update-prompt): Add optional ALL arg, which will update
8605 prompts in all rcirc buffers. Regexp quote replacement text.
8606 (rcirc-fill-column): Accept frame-width as a value.
8607 (rcirc-set-changed): Add function.
8608 (rcirc-next-active-buffer): Write more meaningful messages.
8609 (rcirc-faces): Add customization group.
8610 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8611 (rcirc-nick-in-message-face, rcirc-prompt-face)
8612 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8613 (with-rcirc-process-buffer): Move before first usage.
8614 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8615 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8616 (rcirc-debug): Rename from `rcirc-log'.
8617 (rcirc-format-response-string): Do not print `-' chars for a
8618 NOTICE with no sender. Simplify output of server responses.
8619
8620 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8621
8622 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8623 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8624 Make urls mouse and RET clickable.
8625
8626 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8627
8628 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8629
8630 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8631
8632 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8633 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8634 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8635 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8636 argument to all these routines, so the passphrase can be managed
8637 externally and passed in to the system.
8638 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8639 pgg-add-passphrase-to-cache function.
8640
8641 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8642 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8643 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8644 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8645 argument to all these routines, so the passphrase can be managed
8646 externally and passed in to the system.
8647 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8648 function.
8649
8650 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8651
8652 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8653 from goto-address-url-regexp.
8654
8655 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8656
8657 * textmodes/org.el (org-read-date, org-goto-calendar)
8658 (org-recenter-calendar, org-agenda-goto-calendar):
8659 Temporarily clear `calendar-move-hook'.
8660
8661 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8662
8663 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8664 merging.
8665
8666 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8667 have merge clashes.
8668
8669 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8670
8671 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8672 Undo previous change.
8673
8674 * startup.el (command-line): Use `custom-reevaluate-setting' for
8675 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8676 tty-register-default-colors on Mac.
8677
8678 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8679
8680 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8681 (gdb-buffer-type): Make it automatically buffer local...
8682 (gdb-get-create-buffer): ...and set it accordingly.
8683 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8684 actually work.
8685
8686 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8687
8688 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8689 not red.
8690
8691 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8692
8693 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8694 case GUD buffer is not visible.
8695 (gdb-goto-breakpoint): Try to force display in source buffer.
8696 (gdb-frame-gdb-buffer): Copy other similar functions.
8697 (gdb-restore-windows): Don't display source if not asked for.
8698 (gdb-assembler-buffer-name): Don't capitalise.
8699
8700 2005-11-03 Richard M. Stallman <rms@gnu.org>
8701
8702 * wid-edit.el (key-sequence): New widget type.
8703
8704 * simple.el (set-mark-command-repeat-pop): New variable.
8705 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8706 if set-mark-command-repeat-pop is true.
8707
8708 * info.el (Info-fontify-node): Don't display extra "see" if there
8709 already is one here.
8710
8711 * mouse.el: Fix special handling of DEL after dragging a region:
8712 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8713 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8714
8715 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8716
8717 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8718 not to assume it pertains to an affix.
8719
8720 * textmodes/flyspell.el (flyspell-post-command-hook):
8721 Bind deactivate-mark to prevent deactivation.
8722
8723 2005-11-03 Lars Hansen <larsh@soem.dk>
8724
8725 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8726 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8727 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8728
8729 2005-11-03 Romain Francoise <romain@orebokech.com>
8730
8731 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8732 Update copyright years.
8733
8734 2005-11-03 Sam Steingold <sds@gnu.org>
8735
8736 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8737 Use system-type instead of window-system because window-system is not
8738 correctly defined during loadup.
8739
8740 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8741
8742 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8743 (xml-parse-tag): Join strings separated by a comment properly.
8744
8745 2005-11-02 Andreas Schwab <schwab@suse.de>
8746
8747 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8748
8749 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8752 (byte-optimize-pure-func): Quote the eval'd value.
8753
8754 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8755 Rename from perl-font-lock-syntactic-face-function.
8756 Change the calling convention so it can be used as a font-lock MATCHER.
8757 Do the parse-partial-sexp loop outselves.
8758 (perl-font-lock-syntactic-keywords): Use it.
8759 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8760
8761 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8762
8763 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8764 disassembly buffer too.
8765 (gdb-exited): Remove overlay arrows when execution has finished.
8766 (gdb-info-frames-custom, gdb-info-threads-custom)
8767 (gdb-info-registers-custom): Don't add inappropriate text
8768 properties if inferior is not active.
8769
8770 2005-11-02 Glenn Morris <rgm@gnu.org>
8771
8772 * progmodes/fortran.el (fortran-blink-match):
8773 Use `blink-matching-delay'.
8774
8775 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8776
8777 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8778
8779 2005-11-02 Lars Hansen <larsh@soem.dk>
8780
8781 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8782 "Permission denied".
8783
8784 2005-11-01 Richard M. Stallman <rms@gnu.org>
8785
8786 * textmodes/flyspell.el (flyspell-external-point-words):
8787 Pass nil to flyspell-get-word.
8788
8789 2005-11-02 Kim F. Storm <storm@cua.dk>
8790
8791 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8792 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8793
8794 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8797 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8798 (calendar-mouse-print-dates): Add optional `event' argument.
8799 Update interactive-spec.
8800 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8801 Use `calendar-event-to-date' instead of `event'.
8802
8803 2005-11-02 Masatake YAMATO <jet@gyve.org>
8804
8805 * progmodes/ld-script.el (ld-script-builtins):
8806 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8807 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8808 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8809
8810 2005-11-01 Romain Francoise <romain@orebokech.com>
8811
8812 * vc-sccs.el: Update copyright year.
8813 * ezimage.el: Likewise.
8814
8815 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8816
8817 * info.el (Info-fontify-node): Use `string-width' for fontifying
8818 underlined titles.
8819
8820 2005-11-01 Juri Linkov <juri@jurta.org>
8821
8822 * info.el (Info-fontify-node): Downcase node header keywords Node,
8823 Prev, Next, Up before comparison.
8824 (Info-history): Insert absolute directory name, and put invisible
8825 property on it.
8826
8827 2005-11-01 Juri Linkov <juri@jurta.org>
8828
8829 * info.el (Info-file-supports-index-cookies): New variable.
8830 (Info-find-node-2): Check makeinfo version for index cookie support.
8831 (Info-index-nodes): Search for nodes with index cookies only when
8832 Info-file-supports-index-cookies is t. Otherwise, search nodes
8833 with "Index" in the node name.
8834 (Info-index-node): Search index cookie in the current node only when
8835 Info-file-supports-index-cookies is t. Otherwise, check the word
8836 "Index" in the node name.
8837 (Info-find-emacs-command-nodes): Remove code that searches nodes
8838 with "Index" node name in the top menu.
8839
8840 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * progmodes/scheme.el (scheme-mode-variables): Use the default
8843 comment-indent-function.
8844
8845 * faces.el (face-attribute): Handle the case where a face inherits from
8846 a non-existent face.
8847
8848 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8849 for octal and hexa output, and merge the char into the paren.
8850 (kill-new): Use push.
8851 (copy-to-buffer): Use with-current-buffer.
8852 (completion-setup-function): Move code in loop to remove redundancy.
8853 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8854 those inherited from minibuffer-local-completion-map.
8855
8856 * savehist.el (savehist-mode) <defcustom>:
8857 Use custom-set-minor-mode if available.
8858 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8859 and emit a message if applicable.
8860
8861 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8862
8863 * savehist.el: Sync up to version 19.
8864 (savehist-mode): New minor mode.
8865 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8866 (savehist-length): Remove (use history-length instead).
8867 (savehist-file-modes): Rename from savehist-modes.
8868 (savehist-save-hook, savehist-loaded): New vars.
8869 (savehist-load): Use savehist-mode. Try to smooth up transition from
8870 old format to new format.
8871 (savehist-install): Allow savehist-autosave-interval to be nil.
8872 (savehist-save): Run the new hook. Be more careful to only trim the
8873 history variables.
8874 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8875 (savehist-printable): Print into a buffer rather than char-by-char.
8876
8877 2005-11-01 John Wiegley <johnw@newartisans.com>
8878
8879 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8880 toggle-ignore keybinding (C-a). The author said it had been
8881 disabled much earlier due to a possible incompatibility, but after
8882 many months of usage I have encountered no problems (and it is a
8883 rather useful option, especially for switching to " *temp*").
8884
8885 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8886 support for OS/X's AddressBook, by calling out to the open source
8887 program "contacts" (installable through Fink).
8888
8889 * net/eudc.el (eudc-expand-inline): If the
8890 `eudc-multiple-match-handling-method' is set to `all', delete the
8891 query string before inserting the query result.
8892
8893 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8894 flag, to prevent Eshell from using the system ls when
8895 `eshell-ls-insert-directory' is in used.
8896 (eshell-ls-insert-directory): Disable font-lock in directory
8897 buffer so that Eshell's own fontification is seen. This broke
8898 recently due to changes in font-lock, so this goes back to version
8899 21 behavior.
8900
8901 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8904 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8905 (gdb-many-windows): Doc fix.
8906
8907 2005-10-31 Romain Francoise <romain@orebokech.com>
8908
8909 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8910
8911 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8912
8913 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8914 that global-font-lock-mode can be enabled by default.
8915
8916 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8917 (font-lock-add-keywords, font-lock-remove-keywords)
8918 (font-lock-fontify-buffer): Remove autoload cookies.
8919
8920 * jit-lock.el (jit-lock-register): Likewise.
8921
8922 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8923
8924 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8925
8926 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8927 intact if there is no gud-comint-buffer.
8928
8929 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8932 old prompt comint-prompt-read-only is t and GDB commands are
8933 issued from tool bar etc.
8934
8935 2005-10-31 Masatake YAMATO <jet@gyve.org>
8936
8937 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8938
8939 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8942 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8943
8944 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8947 starting at beginning of line. Fontification is messed up when
8948 `open-paren-in-column-0-is-defun-start' set to t.
8949 Reported by John Paul Wallington <jpw@pobox.com>.
8950
8951 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * comint.el (comint-send-input): Call `comint-update-fence' when
8954 `comint-process-echoes' and `comint-prompt-read-only' are both
8955 non-nil, to avoid leftover read-only newline.
8956
8957 2005-10-30 Richard M. Stallman <rms@gnu.org>
8958
8959 * textmodes/flyspell.el (flyspell-external-point-words):
8960 Detect when WORD can't be checked properly because
8961 flyspell-get-word finds just part of it, and move on.
8962
8963 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8964 boundarychar for Polish.
8965 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8966 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8967
8968 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8969
8970 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8971 (gdb-registers-font-lock-keywords): Delete.
8972 (gdb-registers-mode): Don't fontify.
8973 (gdb-info-registers-custom): Use text properties instead as, in
8974 future, changed register values will use font-lock-warning-face.
8975 (gdb-local-font-lock-keywords): Rename to...
8976 (gdb-locals-font-lock-keywords): ...for consistency.
8977
8978 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8979
8980 * vc.el (vc-switch-backend): Better error message if the buffer is
8981 not visiting a file under version control.
8982
8983 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8984
8985 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8988 ~/.emacs.d/.emacs.
8989
8990 2005-10-29 Richard M. Stallman <rms@gnu.org>
8991
8992 * replace.el (occur-mode-mouse-goto): Always go to other window.
8993 (occur-mode-goto-occurrence): Always switch in same window.
8994
8995 * simple.el (undo): Display message at end, not at start.
8996
8997 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8998 New arg REUSE-CELL.
8999 (cancel-timer-internal): New function.
9000 (timer-event-handler): Use cancel-timer-internal,
9001 and pass the cell it returns to timer-activate...
9002
9003 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9004 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9005 (jit-lock-after-change): Test memory-full.
9006
9007 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9008
9009 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9010 part of the decoded armor to find the key-identifier.
9011 (pgg-gpg-lookup-key-owner): New function to return the
9012 human-readable identifier of a key owner.
9013 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9014 key itself.
9015 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9016 the key value) if we have a key and can match it against a secret
9017 key. Also, added a note pointing out fact that the prompt only
9018 indicates the first matching key.
9019
9020 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9021 pgg-decrypt-region.
9022 (pgg-pending-timers): A new hash for tracking the passphrase cache
9023 timers, so that new ones supercede old ones.
9024 (pgg-add-passphrase-to-cache): Rename from
9025 `pgg-add-passphrase-cache' to reduce confusion (all callers
9026 changed). Modified to cancel old timers when new ones are added.
9027 (pgg-remove-passphrase-from-cache): Rename from
9028 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9029 changed). Modified to cancel old timers when their keys are
9030 removed from the cache.
9031 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9032 XEmacs, an indirection to delete-itimer.
9033 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9034 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9035 users can only check cache without risk of prompting. Correct bug in
9036 notruncate behavior.
9037 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9038 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9039 Add informative docstrings.
9040 (pgg-decrypt): Convey provided passphrase in subordinate call to
9041 pgg-decrypt-region.
9042
9043 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9044 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9045 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9046 `passphrase' argument, so the passphrase can be managed externally
9047 and then passed in to the system.
9048
9049 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9050 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9051 so the passphrase cache can be used reliably with identifiers
9052 besides a pgp packet's key id.
9053
9054 * pgg-gpg.el (pgg-pgp-encrypt-region)
9055 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9056 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9057 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9058 argument to all these routines, so the passphrase can be managed
9059 externally and passed in to the system.
9060
9061 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9062 `notruncate' argument, so the passphrase cache can be used
9063 reliably with identifiers besides a pgp packet's key id.
9064
9065 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9066
9067 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9068 symmetric encryption.
9069 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9070 encrypted session key.
9071 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9072 message ask for the passphrase in a proper way.
9073
9074 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9075 New user commands for symmetric encryption.
9076
9077 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9078
9079 * textmodes/conf-mode.el (conf-assignment-sign)
9080 (conf-assignment-regexp): Fix docstrings.
9081 (conf-mode-initialize): New function.
9082 (conf-mode): Remove optional args. Use delay-mode-hooks to
9083 recognize recursive calls.
9084 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9085 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9086 (conf-xdefaults-mode): Use define-derived-mode and
9087 conf-mode-initialize.
9088
9089 2005-10-29 Romain Francoise <romain@orebokech.com>
9090
9091 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9092
9093 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9094
9095 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9096 part of the decoded armor to find the key-identifier.
9097 (pgg-gpg-lookup-key-owner): New function to return the
9098 human-readable identifier of a key owner.
9099 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9100 key itself.
9101 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9102 the key value) if we have a key and can match it against a secret
9103 key. Also, added a note pointing out fact that the prompt only
9104 indicates the first matching key.
9105
9106 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9107 pgg-decrypt-region.
9108 (pgg-pending-timers): A new hash for tracking the passphrase cache
9109 timers, so that new ones supercede old ones.
9110 (pgg-add-passphrase-to-cache): Rename from
9111 `pgg-add-passphrase-cache' to reduce confusion (all callers
9112 changed). Modified to cancel old timers when new ones are added.
9113 (pgg-remove-passphrase-from-cache): Rename from
9114 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9115 changed). Modified to cancel old timers when their keys are
9116 removed from the cache.
9117 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9118 XEmacs, an indirection to delete-itimer.
9119 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9120 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9121 users can only check cache without risk of prompting. Correct bug in
9122 notruncate behavior.
9123 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9124 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9125 Add informative docstrings.
9126 (pgg-decrypt): Convey provided passphrase in subordinate call to
9127 pgg-decrypt-region.
9128
9129 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9130
9131 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9132 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9133 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9134 `passphrase' argument, so the passphrase can be managed externally
9135 and then passed in to the system.
9136
9137 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9138 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9139 so the passphrase cache can be used reliably with identifiers
9140 besides a pgp packet's key id.
9141
9142 * pgg-gpg.el (pgg-pgp-encrypt-region)
9143 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9144 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9145 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9146 argument to all these routines, so the passphrase can be managed
9147 externally and passed in to the system.
9148
9149 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9150 `notruncate' argument, so the passphrase cache can be used
9151 reliably with identifiers besides a pgp packet's key id.
9152
9153 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9154
9155 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9156 symmetric encryption.
9157 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9158 encrypted session key.
9159 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9160 message ask for the passphrase in a proper way.
9161
9162 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9163 New user commands for symmetric encryption.
9164
9165 2005-10-28 Bill Wohler <wohler@newt.com>
9166
9167 * help-mode.el (help-url): New button type. Calls browse-url.
9168 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9169 Similar to Info nodes: URL `url'.
9170 (help-make-xrefs): Create help-url buttons for
9171 help-xref-url-regexp matches.
9172
9173 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9174
9175 * tool-bar.el (tool-bar-add-item-from-menu)
9176 (tool-bar-local-item-from-menu): Fix doc strings.
9177
9178 2005-10-28 Romain Francoise <romain@orebokech.com>
9179
9180 * ldefs-boot.el: Update.
9181
9182 * subr.el (locate-library): Move from help-fns.el.
9183 * help-fns.el (locate-library): Move to subr.el.
9184
9185 2005-10-28 Richard M. Stallman <rms@gnu.org>
9186
9187 * net/tramp.el (tramp-completion-mode): defvar moved up.
9188
9189 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9190
9191 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9192
9193 * files.el (find-file-noselect): Use %d to format large file size.
9194
9195 * bindings.el (mode-line-format): Add %e.
9196
9197 * loadup.el ("facemenu"): Load unconditionally.
9198 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9199 ("x-dnd"): Load, when appropriate.
9200
9201 * startup.el (command-line): Call before-init-hook earlier.
9202 Warn about some bad characters in -u user name.
9203
9204 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9205 (flyspell-external-point-words): Error if misspelled word is not found.
9206 Set flyspell-large-region-beg at end of word.
9207
9208 2005-10-28 Andreas Schwab <schwab@suse.de>
9209
9210 * view.el (View-revert-buffer-scroll-page-forward):
9211 Use view-page-size-default.
9212
9213 2005-10-28 Juri Linkov <juri@jurta.org>
9214
9215 * international/quail.el (quail-get-current-str): Translate last
9216 raw character for deterministic input methods.
9217
9218 2005-10-27 Jay Belanger <belanger@truman.edu>
9219
9220 * calc/calc-ext.el: Add functions to autoloads.
9221 (math-identity-matrix-p, math-ident-row-p): New functions.
9222
9223 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9224 multiplication by an identity matrix; don't turn multiplication by
9225 an inverse matrix into division.
9226 (math-div-symbol-fancy): Replace division by matrices with
9227 multiplication by inverse.
9228
9229 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9230
9231 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9232 (calc-writeoutpower): New functions.
9233
9234 2005-10-27 Romain Francoise <romain@orebokech.com>
9235
9236 * replace.el (occur-engine): Include colon in mouse-face highlight.
9237
9238 * dired-x.el: Change Maintainer field.
9239
9240 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9241
9242 * longlines.el (longlines-mode): Bind after-change-functions to
9243 nil during initial decoding and final encoding.
9244
9245 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9246
9247 * term.el (term-emulate-terminal, term-handle-colors-array)
9248 (term-handle-ansi-escape): Specify the terminfo capabilities
9249 implemented.
9250
9251 2005-10-26 Richard M. Stallman <rms@gnu.org>
9252
9253 * info.el (Info-fontify-node): Fix detection of sentence-break
9254 before *Note.
9255
9256 2005-10-26 Romain Francoise <romain@orebokech.com>
9257
9258 * smerge-mode.el: Add `tools' to file keywords.
9259
9260 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9263 when the fringe is not available.
9264
9265 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9266 (def-gdb-auto-update-trigger): Simplify construction.
9267 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9268 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9269 defined explicitly.
9270 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9271 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9272 defined explicitly.
9273 (gdb-info-locals-custom): Remove as it's a no-op.
9274
9275 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * longlines.el (longlines-mode): Remove narrowing before
9278 performing the initial decoding or final encoding.
9279
9280 2005-10-25 Romain Francoise <romain@orebokech.com>
9281
9282 * emacs-lisp/find-func.el (find-library-name): Also strip
9283 extension if library name ends in .el, to take advantage of
9284 `find-library-suffixes'.
9285
9286 2005-10-25 Richard M. Stallman <rms@gnu.org>
9287
9288 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9289
9290 2005-10-25 Juri Linkov <juri@jurta.org>
9291
9292 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9293 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9294
9295 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9298 (blackbox-redefine-key): Add argument `map'.
9299
9300 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9301 regions when moving the jit-lock-context-unfontify-pos boundary.
9302
9303 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9304
9305 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9306
9307 2005-10-25 Masatake YAMATO <jet@gyve.org>
9308
9309 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9310
9311 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9312
9313 * play/blackbox.el (blackbox-redefine-key): New function.
9314 (blackbox-mode-map): Use it to remap existing bindings for cursor
9315 motion instead of binding literal keys.
9316
9317 2005-10-25 Glenn Morris <rgm@gnu.org>
9318
9319 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9320 diary does not end in a newline. Do not assume a blank line at
9321 the start of the diary file.
9322
9323 2005-10-25 Kenichi Handa <handa@m17n.org>
9324
9325 * international/quail.el (quail-translate-key): If the input
9326 method is deterministic and failed to handle the last key, restart
9327 the key handling loop from an appropriate key.
9328
9329 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * vc.el (vc-dired-mode): Extend comment for binding of
9332 `directory-listing-before-filename-regexp'.
9333
9334 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * textmodes/texinfo.el (texinfo-mode):
9337 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9338 not to unnecessarily expose emacs-mule's internal char codes.
9339
9340 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9341
9342 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9343 Display hand pointer and help-echo on disabled icon too.
9344 (gdb-mouse-until): New function.
9345 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9346
9347 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9350 with 2005-10-23 change to doctor.el.
9351
9352 * finder.el (finder-mode-map): Add follow-link binding.
9353
9354 2005-10-25 Kim F. Storm <storm@cua.dk>
9355
9356 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9357 to gdb-mouse-toggle-breakpoint-fringe.
9358 (gdb-mouse-toggle-breakpoint-margin): Rename from
9359 gdb-mouse-toggle-breakpoint. Fix doc.
9360 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9361 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9362 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9363 string properties also for fringe breakpoint bitmaps.
9364
9365 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9366
9367 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9368
9369 2005-10-25 Masatake YAMATO <jet@gyve.org>
9370
9371 * simple.el (completion-common-substring):
9372 Use `completion-common-substring' prior to `completion-base-size'.
9373
9374 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9375
9376 * savehist.el: Require CL while compiling.
9377 (savehist-history-variables): Remove.
9378 (savehist-save-minibuffer-history, savehist-additional-variables)
9379 (savehist-minibuffer-history-variables): New vars.
9380 (savehist-save): Use them.
9381 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9382 (savehist-install): New fun, extracted from savehist-load.
9383 (savehist-load): Use them.
9384
9385 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9388 a dummy doc-string-elt property.
9389 (defalias, defvaralias, define-category): Add a docstring property.
9390
9391 * image.el (defimage):
9392 * widget.el (define-widget):
9393 * custom.el (defface, defcustom): Add `doc-string' declaration.
9394
9395 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9396 (defadvice): Add `doc-string' declaration.
9397
9398 * emacs-lisp/byte-run.el (macro-declaration-function):
9399 Handle `doc-string' declarations.
9400 (define-obsolete-function-alias, define-obsolete-variable-alias):
9401 Add `doc-string' declaration.
9402
9403 2005-10-24 Kenichi Handa <handa@m17n.org>
9404
9405 * international/utf-7.el (utf-7): Add autoload cookie.
9406
9407 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9408
9409 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9410
9411 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9412 list of directories passed to batch-update-autoloads. Add "." to
9413 the list of the echoed directories.
9414
9415 * pgg-def.el:
9416 * pgg-gpg.el:
9417 * pgg-parse.el:
9418 * pgg-pgp.el:
9419 * pgg-pgp5.el:
9420 * pgg.el: Moved here from the gnus subdirectory.
9421
9422 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9423
9424 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9425 in case comint-prompt-read-only is set to t.
9426
9427 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9428 in case comint-prompt-read-only is set to t.
9429
9430 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9431
9432 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9433 Now a string.
9434 (icalendar-import-format): Handle CLASS, STATUS, URL.
9435 Rename `subject' to `summary'.
9436 (icalendar-import-format-summary): Rename from
9437 `icalendar-import-format-subject'.
9438 (icalendar-import-format-url, icalendar-import-format-status)
9439 (icalendar-import-format-class): New variables.
9440 (icalendar--rris): Take variable argument list.
9441 (icalendar--datestring-to-isodate): Remove unnecessary
9442 calendar-style check when converting dates with explicit month names.
9443 (icalendar-export-region): Change return type of conversion
9444 subroutines. Bury current buffer unless error occurred.
9445 (icalendar--convert-to-ical)
9446 (icalendar--parse-summary-and-rest): New functions.
9447 (icalendar--convert-ordinary-to-ical)
9448 (icalendar--convert-weekly-to-ical)
9449 (icalendar--convert-yearly-to-ical)
9450 (icalendar--convert-block-to-ical)
9451 (icalendar--convert-cyclic-to-ical)
9452 (icalendar--convert-anniversary-to-ical): Change return type.
9453 Strip trailing blanks from subject.
9454 (icalendar--convert-sexp-to-ical): Change return type.
9455 Strip trailing blanks from subject. Handle simple sexp
9456 entries as generated by icalendar.el.
9457 (icalendar--convert-float-to-ical)
9458 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9459 (icalendar-import-file): Doc fix.
9460 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9461 Correct call to icalendar--rris.
9462 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9463 `summary'.
9464 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9465
9466 2005-10-24 Romain Francoise <romain@orebokech.com>
9467
9468 * server.el (server-sentinel): Set query-on-exit flag to nil on
9469 new client processes (it isn't inherited from the server process).
9470
9471 * replace.el (occur-engine): Rearrange text properties.
9472
9473 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9476 case-fold-search is nil.
9477 (debug-help-follow): Use help-xref-interned directly.
9478
9479 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9480
9481 * thumbs.el (thumbs-image-type): Add .pbm.
9482
9483 2005-10-23 Richard M. Stallman <rms@gnu.org>
9484
9485 * faces.el (inhibit-face-set-after-frame-default): New variable.
9486 (set-face-attribute): Bind it.
9487 (face-set-after-frame-default): Test it.
9488
9489 * help-fns.el (describe-simplify-lib-file-name): New function.
9490 (describe-function-1, describe-variable): Use it.
9491
9492 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9493
9494 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9495 Eliminate nil as possible value.
9496 (tooltip-hide-delay): Reduce internal-border-width.
9497
9498 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9499 (menu-bar-file-menu) <new-file>: Likewise.
9500
9501 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9502
9503 * international/mule.el (load-with-code-conversion):
9504 Pass full file name to `eval-buffer' unless preloading.
9505
9506 * textmodes/flyspell.el (flyspell-large-region):
9507 Call ispell-check-version.
9508
9509 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9510 Fix the make-variable-buffer-local call that was supposed
9511 to be for this variable.
9512 (ispell-aspell-supports-utf8): Doc fix.
9513 (ispell-find-aspell-dictionaries): Preserve elements of
9514 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9515 (ispell-aspell-find-dictionary): Return nil on error.
9516
9517 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9518 (doctor-symptoms): Likewise.
9519
9520 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9521
9522 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9525 (custom-raised-buttons): Add :set spec.
9526 (custom-button-unraised, custom-button-pressed-unraised):
9527 New faces, so that custom-raised-buttons actually does something.
9528 (custom-mode): Use custom-button and custom-button-pressed.
9529
9530 * wid-edit.el (widget-specify-button): Don't ignore
9531 widget-mouse-face on graphic terminals.
9532 (widget-move-and-invoke): Cleanup.
9533
9534 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9535
9536 * whitespace.el (whitespace-cleanup): Doc fix.
9537
9538 2005-10-23 Romain Francoise <romain@orebokech.com>
9539
9540 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9541 `eval-after-load' to avoid evaluating their result.
9542
9543 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9544
9545 * files.el (directory-listing-before-filename-regexp):
9546 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9547
9548 * dired.el (dired-move-to-filename-regexp): Remove.
9549 All occurences replaced by `directory-listing-before-filename-regexp'.
9550
9551 * dired-x.el, locate.el, vc.el:
9552 Replace `dired-move-to-filename-regexp' by
9553 `directory-listing-before-filename-regexp'. In vc.el it is
9554 overwritten locally; maybe this can be handled in files.el too.
9555
9556 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9557 replaced by `directory-listing-before-filename-regexp'.
9558
9559 2005-10-23 Andreas Schwab <schwab@suse.de>
9560
9561 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9562 and eval-next-after-load.
9563
9564 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9565
9566 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9567 exist, create it.
9568
9569 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9570
9571 * allout.el: Remove autoloads for mailcrypt and crypt++.
9572 Require pgg, pgg-gpg during compilation.
9573 (allout-version): Increment version number to 2.1, and use a literal
9574 rather than RCS Id.
9575 (allout-default-encryption-scheme): Remove.
9576 (allout-passphrase-verifier-handling)
9577 (allout-passphrase-verifier-string)
9578 (allout-file-passphrase-verifier-string)
9579 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9580 (allout-passphrase-hint-handling): Rename and simplify.
9581 (allout-init): Use `find-file-hook' if available, otherwise
9582 `find-file-hooks'.
9583 (allout-mode): Use `write-file-functions' if available, otherwise
9584 `local-write-file-hooks' and, instead of making auto-save-hook
9585 buffer local, make the write-file-hook activity contingent to
9586 allout-mode.
9587 (allout-mode): Use key-binding substitution in the docstring.
9588 (allout-kill-line): Spell-out kill ring data structure mutation
9589 instead of using byte-compiler-complaint-provoking `pop'.
9590 (allout-insert-listified): Use `insert' rather than `insert-string'
9591 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9592 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9593 (allout-encrypt-string): Totally revamped vis new underlying
9594 encryption facilities.
9595 (allout-mc-activate-passwd): Remove.
9596 (allout-obtain-passphrase): New, more or less replaces
9597 allout-mc-activate-passwd.
9598 (allout-encrypted-key-info): More or less replaces
9599 allout-encrypted-text-type.
9600 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9601 (my-mark-marker): Use `(featurep 'xemacs)'.
9602
9603 2005-10-23 Lars Hansen <larsh@soem.dk>
9604
9605 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9606 (byte-compile-file-form-defmumble, byte-compile-defun)
9607 (byte-compile-defmacro): Use it.
9608 (byte-compile-form): Don't call byte-compile-set-symbol-position
9609 when a byte-compile handler is called.
9610
9611 2005-10-22 Romain Francoise <romain@orebokech.com>
9612
9613 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9614
9615 * subr.el (eval-after-load): Convert library name to an absolute
9616 file name using locate-library, since load-history no longer has
9617 library names in it.
9618
9619 2005-10-22 Richard M. Stallman <rms@gnu.org>
9620
9621 * files.el (make-temp-file): Move from subr.el.
9622 * subr.el (make-temp-file): Move to files.el.
9623
9624 * window.el (get-buffer-window-list): Move from subr.el.
9625 * subr.el (get-buffer-window-list): Move to window.el.
9626
9627 * image.el (image-load-path): Use eval-at-startup to initialize.
9628
9629 * subr.el (eval-at-startup): New macro.
9630
9631 * subr.el: Much rearrangement of functions and division
9632 into pages. No code changes.
9633
9634 2005-10-22 Kenichi Handa <handa@m17n.org>
9635
9636 * tar-mode.el (tar-extract): Be sure to call
9637 find-operation-coding-system if set-auto-coding doesn't find a
9638 coding system.
9639
9640 2005-10-22 Kim F. Storm <storm@cua.dk>
9641
9642 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9643 Change users.
9644 (image-type-file-name-regexps): New defconst.
9645 (image-type-from-data): Simplify loop.
9646 (image-type-from-buffer): New defun.
9647 (image-type-from-file-header): Use it instead of image-type-from-data.
9648 Use image-search-load-path instead of only looking in data-directory.
9649 (image-type-from-file-name): New defun.
9650 (image-search-load-path): Change `pathname' to `filename'.
9651 Make PATH arg optional, default to image-load-path.
9652
9653 2005-10-21 Richard M. Stallman <rms@gnu.org>
9654
9655 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9656
9657 * textmodes/paragraphs.el (sentence-end-base): New variable.
9658 (sentence-end): Use sentence-end-base.
9659
9660 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9663 property independently from the font-lock-multiline variable.
9664
9665 2005-10-21 Richard M. Stallman <rms@gnu.org>
9666
9667 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9668
9669 * startup.el (command-line): Convert library names
9670 in `load-history' to absolute file names.
9671
9672 * subr.el (symbol-file): Doc fix.
9673
9674 * loadhist.el (file-loadhist-lookup): Call locate-library
9675 instead of find-library-name. Don't try converting
9676 abs file names to library names, since load-history no longer
9677 has library names in it.
9678 (file-dependents, file-provides, file-requires): Doc fixes.
9679
9680 2005-10-21 Juri Linkov <juri@jurta.org>
9681
9682 * progmodes/etags.el (tags-table-mode): New function.
9683 (tags-verify-table): Replace initialize-new-tags-table with
9684 tags-table-mode.
9685
9686 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9687 default value.
9688 (desktop-modes-not-to-save): Add tags-table-mode to the
9689 default value.
9690
9691 * info.el (Info-index-next): Add total number of index
9692 alternatives to the message.
9693
9694 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9695 backward only space (instead of space and period) before looking
9696 at sentence end.
9697
9698 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9699 Add the old variable value as 4th default-value arg of read-string.
9700
9701 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9702
9703 * cus-face.el (custom-declare-face): Make face from X resources
9704 also on Mac.
9705
9706 * disp-table.el (standard-display-g1, standard-display-graphic):
9707 Refuse to use string glyphs also on Mac.
9708 (standard-display-european): Don't set terminal coding system also
9709 on Mac.
9710
9711 * frame.el (display-screens): Use x-display-screens also on Mac.
9712
9713 2005-10-21 Romain Francoise <romain@orebokech.com>
9714
9715 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9716
9717 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9720 and $? into sexps.
9721
9722 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9723 warning face on open-paren-in-column-0.
9724
9725 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9726 boundary case. Fix typo.
9727 Suggested by Martin Rudalics <rudalics@gmx.at>.
9728
9729 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9730
9731 * textmodes/org.el (org-combined-agenda-icalendar-file)
9732 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9733 (org-export-icalendar-this-file)
9734 (org-export-icalendar-all-agenda-files)
9735 (org-export-icalendar-combine-agenda-files): New commands.
9736 (org-export-icalendar, org-print-icalendar-entries)
9737 (org-start-icalendar-file, org-finish-icalendar-file)
9738 (org-ical-ts-to-string): New functions.
9739 (org-read-date, org-goto-calendar)
9740 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9741 call to `calendar'.
9742 (orgtbl-setup): Remove the :keys arguments from the menu description.
9743 (org-after-save-iCalendar-file-hook): New variable.
9744
9745 2005-10-21 Kenichi Handa <handa@m17n.org>
9746
9747 * language/vietnamese.el (tcvn-5712): Make it an alias of
9748 vietnamese-tcvn coding-system.
9749
9750 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9751
9752 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9753 group id is given.
9754
9755 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9758 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9759 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9760 whose line is either continued or ends with a comment.
9761
9762 2005-10-20 Romain Francoise <romain@orebokech.com>
9763
9764 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9765
9766 * replace.el (occur-engine): Add follow-link property.
9767
9768 * font-core.el (font-lock-mode): Doc fix.
9769
9770 2005-10-20 Richard M. Stallman <rms@gnu.org>
9771
9772 * net/rcirc.el: New file.
9773
9774 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9775
9776 * term.el (term-term-name): Initialize to "eterm-color".
9777
9778 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9779
9780 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9781 for encryption functionality.
9782 Move allout customization subgroup from `editing' to `outlines' group.
9783 Fix commentary keywords to legitimate ones.
9784 Update author info (using my current email address, obscurified).
9785 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9786 (allout-encrypted-topic-p, allout-encrypted-text-type)
9787 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9788 (allout-situate-encryption-key-verifier)
9789 (allout-get-encryption-key-verifier, allout-verify-key)
9790 (allout-next-topic-pending-encryption)
9791 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9792 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9793 (outline-key-verifier-handling, outline-key-hint-handling)
9794 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9795 (allout-file-key-verifier-string, allout-encryption-scheme)
9796 (allout-key-verifier-string, allout-key-hint-string)
9797 (allout-after-save-decrypt): New variables.
9798 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9799 (allout-after-saves-handler): New hook functions.
9800 (allout-post-command-business): Do allout-after-save-decrypt.
9801 (allout-enable-file-variable-adjustment): Custom var to enable
9802 mechanism for adding and adjusting settings of Emacs file variables.
9803 (allout-adjust-file-variable, allout-file-vars-section-data):
9804 New functions, implement the mechanism.
9805 (outlineify-sticky): Use the file vars mechanism.
9806 (allout-inhibit-protection, allout-during-write-cue)
9807 (allout-override-protect, allout-before-change-protect): Remove.
9808 (allout-flag-region, allout-open-topic): Adjust read-only text.
9809 (allout-open-line-not-read-only): Add to facilitate read-only
9810 text based protection.
9811 (allout-kill-line): Revise to adjust read-only text, clue the
9812 user about the inhibition.
9813 (allout-unprotected): Use unwind-protect.
9814 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9815 topic deeper than the offspring depth of the previous topic -
9816 avoiding confusing "containment discontinuities".
9817 (allout-reindent-bodies): Fix retention of body relative hanging
9818 indent during promotion of collapsed bodies.
9819 (allout-open-topic): Make it easy to open new topic with same
9820 bullet as current topic - topic creation functions provided with
9821 any universal argument provokes now prompt for bullet, defaulting
9822 to the bullet of the previous topic.
9823 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9824 Plain bullet alternates `.' period and `,' comma only. All other
9825 bullets are relegated to special status (but customizable).
9826 (allout-end-of-entry): Rename from allout-end-of-current-entry
9827 since it actually operates w.r.t. most immediately containing
9828 entry, visible or not.
9829 (allout-hide-current-entry, allout-show-current-entry): Use the
9830 revised version.
9831 (allout-old-expose-topic): Solidify deprecation.
9832 (allout-end-of-subtree): Add so we can span concealed as well
9833 as visible topics.
9834 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9835 (allout-end-of-current-heading): Tweak to just respect the first line.
9836 (allout-get-body-text): Add.
9837 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9838 when invoked interactively.
9839 (allout-up-current-level): Use `interactive-p'.
9840 (allout-mode, allout-init): Miscellaneous docstring and
9841 operational refinements, as well as hookups of new encryption stuff.
9842 (allout-beginning-of-current-entry): Now works as advertised.
9843 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9844 (allout-isearch-rectification): Refine condition for isearching.
9845 (allout-isearch-abort, allout-enwrap-isearch)
9846 (allout-flag-region, my-region-active-p): Relocate some macros.
9847 (allout-title): Fallback title is (buffer-name), not
9848 non-existing (current-buffer-name).
9849 (subst-char-in-string): Define if absent (for some XEmacs versions).
9850
9851 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9852
9853 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9854 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9855 (mail-citation-prefix-regexp, mail-signature-file)
9856 (mail-default-headers, mail-bury-selects-summary)
9857 (mail-send-nonascii): Add autoload cookies.
9858
9859 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9860
9861 * frame.el (blink-cursor-mode): Add `mac' to the list of
9862 window-system's that support blinking cursor.
9863
9864 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9867
9868 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9869
9870 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9871 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9872 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9873
9874 2005-10-20 Kim F. Storm <storm@cua.dk>
9875
9876 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9877 (ido-set-current-directory): Don't add / after final @.
9878 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9879 Explicitly handle ange-ftp completion oddities.
9880 (ido-make-file-list): Don't rotate list at tramp root to avoid
9881 triggering tramp file handler for expand-file-name via get-file-buffer.
9882
9883 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9886
9887 2005-10-19 Jay Belanger <belanger@truman.edu>
9888
9889 * calc/calc-units.el (math-standard-units): Add units, adjust
9890 symbols and update values.
9891 (math-unit-prefixes): Add more prefixes.
9892
9893 2005-10-19 Romain Francoise <romain@orebokech.com>
9894
9895 * bookmark.el (bookmark-menu-heading): New face.
9896 (bookmark-bmenu-list): Use it.
9897 Don't fiddle with `baud-rate' at top-level.
9898
9899 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * image.el (create-image, find-image): Mention max-image-size in
9902 docstring.
9903
9904 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * savehist.el (savehist-load): Revert to checking XEmacs.
9907
9908 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9909 Various docstring and line-width fixups.
9910 (conf-mode): Use cond.
9911 Set font-lock-defaults. Don't set comment-use-syntax.
9912
9913 2005-10-18 David Ponce <david@dponce.com>
9914
9915 * tree-widget.el (tree-widget-button-click): New function.
9916 (tree-widget-button-keymap): Use it.
9917
9918 2005-10-18 Romain Francoise <romain@orebokech.com>
9919
9920 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9921 (bookmark-bmenu-hide-filenames): Add follow-link property.
9922 Improve help-echo text.
9923
9924 * ffap.el (find-file-at-point): Doc fix.
9925
9926 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9927
9928 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9929
9930 2005-10-18 Masatake YAMATO <jet@gyve.org>
9931
9932 Install to the CVS repository what I forgot to install in my
9933 2005-10-16 changes.
9934
9935 * progmodes/python.el (python-complete-symbol): Pass the common
9936 prefix substring of completion to `display-completion-list'.
9937
9938 * textmodes/org.el (org-complete): Ditto.
9939
9940 2005-10-18 Masatake YAMATO <jet@gyve.org>
9941
9942 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9943
9944 * woman.el (WoMan-xref-man-page): New button type derived
9945 from `Man-abstract-xref-man-page'.
9946 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9947
9948 * man.el (Man-abstract-xref-man-page): New button type.
9949 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9950 (Man-highlight-references): Add new optional argument `xref-man-type'.
9951
9952 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9953
9954 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9955
9956 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * cus-edit.el (Custom-move-and-invoke): Delete.
9959 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9960
9961 * wid-edit.el (widget-move-and-invoke): New function, from
9962 Custom-move-and-invoke.
9963
9964 2005-10-17 Bill Wohler <wohler@newt.com>
9965
9966 Move all remaining images from lisp/toolbar to etc/images, move
9967 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9968 the low resolution images in their own directory (low-color).
9969
9970 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9971 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9972 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9973 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9974 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9975 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9976 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9977
9978 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9979 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9980 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9981 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9982 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9983 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9984 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9985 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9986 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9987 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9988 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9989 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9990 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9991 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9992 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9993
9994 To conform with convention, replace the underscore (_) in the
9995 following image names with dash (-) or (/) as appropriate.
9996
9997 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9998 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9999 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10000 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10001 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10002 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10003 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10004 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10005 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10006 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10007 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10008 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10009 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10010 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10011 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10012
10013 * info.el (info-tool-bar-map): Replace underscores in image names
10014 with dashes.
10015
10016 * makefile.w32-in (WINS): Remove toolbar.
10017
10018 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10019
10020 * tool-bar.el: Move to lisp from toolbar. Now that
10021 toolbar is empty, it should be deleted when folks run "cvs up -P".
10022
10023 2005-10-18 Jay Belanger <belanger@truman.edu>
10024
10025 * calc/calc-store.el (calc-store-into): Get the proper variable name
10026 to display in message.
10027
10028 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10029
10030 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10031 expressions display in speedbar for all buffers when debugging.
10032 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10033
10034 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10035 (speedbar-insert-button, speedbar-make-button):
10036 Use add-text-properties.
10037 (speedbar-update-localized-contents)
10038 (speedbar-update-directory-contents)
10039 (speedbar-update-special-contents): Use dolist.
10040 (speedbar-buffer-easymenu-definition): Add a menu separator.
10041
10042 2005-10-17 Jason Rumney <jasonr@gnu.org>
10043
10044 * makefile.w32-in: Use $(lisp) consistently.
10045 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10046 for shell specific generation of mh-autoloads.
10047
10048 2005-10-17 Richard M. Stallman <rms@gnu.org>
10049
10050 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10051
10052 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * jit-lock.el (jit-lock-fontify-now):
10055 Move jit-lock-context-unfontify-pos to avoid wasted work.
10056
10057 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10060 `tramp-completion-mode' for checking if we are in completion mode.
10061 (tramp-completion-handle-file-name-all-completions): Reorder code
10062 in order to complete for file names only in case there are no
10063 method/user/host completions. This is necessary for cooperation
10064 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10065
10066 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10067
10068 * longlines.el (longlines-search-forward)
10069 (longlines-search-backward): Match any number of spaces.
10070
10071 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10072
10073 * diff-mode.el (diff-mode): Doc fix.
10074
10075 2005-10-16 David Reitter <david.reitter@gmail.com>
10076
10077 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10078 as default on darwin and windows systems.
10079
10080 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10081
10082 * arc-mode.el (archive-zip-extract): Doc fix.
10083
10084 2005-10-16 Romain Francoise <romain@orebokech.com>
10085
10086 * mouse.el (mouse-1-click-follows-link): Doc fix.
10087
10088 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * savehist.el: Don't require CL at runtime.
10091 (savehist-xemacs): Remove.
10092 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10093 (savehist-no-conversion): Use (featurep 'xemacs).
10094 (savehist-load): Check existence of start-itimer rather than XEmacs.
10095 Use an idle timer.
10096 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10097 `delete-if-not'.
10098
10099 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10100
10101 * savehist.el: Newer version.
10102 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10103 (savehist-last-checksum, savehist-no-conversion): New vars.
10104 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10105 New functions.
10106 (savehist-load, savehist-save): Use them.
10107 (savehist-delimit): Remove.
10108
10109 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * progmodes/compile.el (compilation-goto-locus): Display the
10112 compilation buffer first and the source buffer second, in case they're
10113 in overlapping frames. Don't raise the compilation frame if it was the
10114 selected window upon entry. Pass the `other-window' arg to
10115 pop-to-buffer.
10116
10117 * info.el (Info-fontify-node): Use dolist.
10118 Change add-text-properties to put-text-property.
10119
10120 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10121
10122 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10123 bound of search.
10124
10125 2005-10-16 Masatake YAMATO <jet@gyve.org>
10126
10127 * dabbrev.el (dabbrev-completion): Pass the common
10128 prefix substring of completion to `display-completion-list'.
10129
10130 * filecache.el (file-cache-minibuffer-complete)
10131 (file-cache-complete): Ditto.
10132
10133 * tempo.el (tempo-display-completions): Ditto.
10134
10135 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10136
10137 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10138
10139 * eshell/em-hist.el (eshell-list-history): Ditto.
10140
10141 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10142
10143 * mail/mailalias.el (mail-complete): Ditto.
10144
10145 * progmodes/etags.el (complete-tag): Ditto.
10146
10147 * progmodes/make-mode.el (makefile-complete): Ditto.
10148
10149 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10150
10151 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10152
10153 * progmodes/pascal.el (pascal-complete-word)
10154 (pascal-show-completions): Ditto.
10155
10156 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10157
10158 * simple.el (completion-common-substring): New variable.
10159 (completion-setup-function): Use `completion-common-substring'
10160 to put faces.
10161
10162 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10163
10164 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10165 (x-get-selection, mac-select-convert-to-string): Convert from/to
10166 UTF-16 clipboard data as in native byte order, no BOM.
10167
10168 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10169
10170 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10171 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10172 (gud-sentinel): Use speedbar-frame to check for speedbar.
10173
10174 2005-10-15 Richard M. Stallman <rms@gnu.org>
10175
10176 * savehist.el: New file.
10177
10178 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10179
10180 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10181 Fix bug in \bf fontification.
10182
10183 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * pcvs.el (cvs-edit-log-files): New var.
10186 (cvs-mode-edit-log): New arg `file'.
10187 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10188 Instead force the use of the original file and nothing else.
10189 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10190 the cvs-minor-wrap-function is set.
10191 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10192
10193 2005-10-14 Bill Wohler <wohler@newt.com>
10194
10195 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10196 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10197 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10198 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10199 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10200 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10201 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10202 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10203 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10204 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10205 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10206 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10207 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10208 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10209 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10210
10211 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10212 appropriately (for example, gud-break to gud/break).
10213
10214 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * longlines.el (longlinges-search-function)
10217 (longlines-search-forward, longlines-search-backward): New functions.
10218 (longlines-mode): Set isearch-search-fun-function to
10219 longlinges-search-function.
10220
10221 * mouse.el (mouse-drag-region-1): Handle the case where a
10222 double-click event is bound to an arbitrary function.
10223
10224 2005-10-14 David Ponce <david@dponce.com>
10225
10226 * recentf.el (recentf-track-opened-file)
10227 (recentf-track-closed-file, recentf-update-menu)
10228 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10229 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10230 mouse-1-click-follows-link.
10231
10232 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10233
10234 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10235 Gnome file-manager.png. Suggested by
10236 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10237
10238 * toolbar/README: Add diropen.xpm.
10239
10240 2005-10-13 Bill Wohler <wohler@newt.com>
10241
10242 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10243 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10244
10245 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10248 Don't waste the byte-compiler's time on constant data.
10249
10250 2005-10-13 Kenichi Handa <handa@m17n.org>
10251
10252 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10253 byte with `escape-glyph' face.
10254
10255 * international/fontset.el (ccl-encode-unicode-font):
10256 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10257 Handle the case that ucs-mule-to-mule-unicode translates a character to
10258 ASCII (usually for IPA characters).
10259
10260 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10263 Don't hide the underline of titles if font-lock-mode is disabled.
10264
10265 2005-10-12 Bill Wohler <wohler@newt.com>
10266
10267 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10268 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10269 files in MH-E-SRC have been updated.
10270 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10271
10272 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10275 (mixal-mode-syntax-table): Add \n as end-comment.
10276 (mixal-operation-codes-alist): Immediately initialize to full value.
10277 (mixal-add-operation-code): Remove.
10278 (mixal-describe-operation-code): Make the arg non-optional.
10279 Use the interactive spec instead.
10280 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10281 (mixal-font-lock-keywords): Don't highlight comments here any more.
10282 (mixal-font-lock-syntactic-keywords): New var.
10283 (mixal-mode): Use it. Fix comment-start-skip.
10284
10285 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10286
10287 * startup.el (command-line-x-option-alist): -nb => -nbi
10288
10289 2005-10-12 Kim F. Storm <storm@cua.dk>
10290
10291 * startup.el (fancy-splash-default-action): Discard mouse click in
10292 the splash screen window, as it has no sensible meaning in the
10293 next window to be selected. Fixes error reported by Jan D.
10294
10295 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10296
10297 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10298
10299 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10302 Try to fix up minor layout issues like indentation, line break, etc...
10303 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10304 because it doesn't work.
10305 (mixal-operation-codes): Add some more codes.
10306 (mixal-font-lock-keywords): Process comments here.
10307 (mixal-mode): mixasm no longer needs -g option.
10308
10309 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10310
10311 * progmodes/sh-script.el (sh-tmp-file):
10312 Use mktemp -t. Finish support for es and rc shells.
10313
10314 2005-10-11 Jay Belanger <belanger@truman.edu>
10315
10316 * calc/calcalg2.el (calc-integral): With an argument, compute the
10317 definite integral.
10318
10319 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * mouse.el (mouse-drag-region-1): Don't try to catch a
10322 double-click when doing follow-link (it's overridden anyway).
10323
10324 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10327 (autoload-print-form-outbuf): Add docstring.
10328
10329 2005-10-11 Juri Linkov <juri@jurta.org>
10330
10331 * info.el (Info-mode-menu): Delete menu item "Edit".
10332 (Info-mode): Delete description of Info-edit from docstring,
10333 and rearrange descriptions of Info commands in the order
10334 they are documented in the Info manual.
10335
10336 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * calendar/appt.el (appt-check): Use diary-selective-display var.
10339
10340 2005-10-10 Richard M. Stallman <rms@gnu.org>
10341
10342 * net/newsticker.el (newsticker-start, newsticker-show-news):
10343 Add autoload cookies.
10344
10345 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10346
10347 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10348
10349 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10350
10351 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10352
10353 2005-10-10 Jay Belanger <belanger@truman.edu>
10354
10355 * calc/calc-arith.el (math-check-known-scalarp)
10356 (math-check-known-matrixp): Check the values of arguments that are
10357 variables.
10358 (math-check-known-square-matrixp): New function.
10359 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10360 (math-super-types): Add sqmatrix type.
10361
10362 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10363 mode name `square' to `sqmatrix'.
10364
10365 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10366 mode name `square' to `sqmatrix'.
10367
10368 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * progmodes/etags.el (select-tags-table-mode): Don't use
10371 selective-display.
10372 (tags-select-tags-table): Pass `button' to the action function.
10373 (select-tags-table): Place the side-info on button properties rather
10374 than in hidden text. Abbreviate file names.
10375 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10376 (select-tags-table-select): Add `button' argument.
10377 Get side-info from the button property rather than from hidden text.
10378
10379 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10380
10381 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10382 (gud-speedbar-buttons): Preserve point if possible.
10383 (gud-sentinel): Restore previous speedbar display type.
10384
10385 * progmodes/gdb-ui.el (gdba): Improve diagram.
10386 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10387 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10388 Call get-buffer-window once.
10389
10390 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10393 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10394 (pascal-indent-command): Remove unused var `ind'.
10395 (pascal-indent-case): Remove unused var `oldpos'.
10396 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10397 since it's now used as a proper minor mode map.
10398 (pascal-outline): Rename to pascal-outline-mode.
10399 (pascal-outline-mode): Use define-minor-mode.
10400 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10401 selective-display.
10402
10403 2005-10-10 Andreas Schwab <schwab@suse.de>
10404
10405 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10406 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10407
10408 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10409 outside source directory.
10410
10411 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10412
10413 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10414 C-x' as a prefix.
10415 (orgtbl-mode-map): Full keymap instead of sparse, because all
10416 `self-insert-command' keys are redefined in this map.
10417 (org-export-as-html): Specify charset for HTML file, by taking it
10418 from the coding system.
10419
10420 2005-10-10 Kenichi Handa <handa@m17n.org>
10421
10422 * textmodes/flyspell.el (flyspell-check-word-p):
10423 If unread-command-events is non-empty, don't call sit-for.
10424
10425 2005-10-09 Richard M. Stallman <rms@gnu.org>
10426
10427 * font-lock.el (font-lock-syntactic-keywords)
10428 (font-lock-keywords): Doc fixes.
10429
10430 * textmodes/flyspell.el (flyspell-external-point-words):
10431 Simplify logic, and don't try to check for consecutive appearances
10432 of one incorrect word.
10433
10434 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10435
10436 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10437 separator.
10438
10439 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10440 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10441 (gud-expansion-speedbar-buttons): New function.
10442 (gud-speedbar-buttons): Check for gud-comint-buffer.
10443
10444 2005-10-09 Bill Wohler <wohler@newt.com>
10445
10446 * Makefile.in (updates): Add mh-loaddefs dependency.
10447
10448 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * speedbar.el (speedbar-file-key-map): Fix typo.
10451
10452 2005-10-09 Daniel Brockman <daniel@brockman.se>
10453
10454 * cus-start.el (line-spacing): Add custom spec.
10455
10456 2005-10-09 Romain Francoise <romain@orebokech.com>
10457
10458 * textmodes/ispell.el (ispell-check-version): Fix last change.
10459
10460 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10461
10462 * term/x-win.el: Remove -i, --icon-type from comment.
10463
10464 * startup.el (command-line-x-option-alist): Remove options -i,
10465 -itype, --icon-type, added -nb, --no-bitmap-icon
10466
10467 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10470 instead of :active.
10471
10472 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10473
10474 * textmodes/ispell.el (ispell-check-version):
10475 Ignore hyphen, and all that follows, in aspell's version text.
10476
10477 2005-10-08 Jay Belanger <belanger@truman.edu>
10478
10479 * calc/calc-arith.el (math-known-square-matrixp): New function.
10480 (math-pow-fancy): Check for matrices before distributing exponent
10481 across products.
10482
10483 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10484 fullscreen keypad. Suggested by Luc Teirlinck.
10485 (calc-keypad-show-input): Add space for formatting.
10486
10487 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10488 Add square matrix option.
10489
10490 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10491 of checking calc-matrix-mode when deciding how to expand.
10492
10493 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10494
10495 2005-10-08 Lars Hansen <larsh@soem.dk>
10496
10497 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10498 Add error handling.
10499 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10500
10501 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10502
10503 Sync with Tramp 2.0.51.
10504
10505 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10506 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10507 Insert special handling for `last-coding-system-used', again
10508 it still seems to be necessary (unlike stated before).
10509 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10510 (tramp-password-prompt-regexp): There might be other words before
10511 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10512 (tramp-chunksize): Improve docstring.
10513 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10514 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10515 Christian Joergensen <bugs@razor.dk>.
10516
10517 2005-10-07 Glenn Morris <rgm@gnu.org>
10518
10519 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10520 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10521 precision'.
10522
10523 2005-10-07 Romain Francoise <romain@orebokech.com>
10524
10525 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10526 (ibuffer-do-shell-command-pipe-replace)
10527 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10528 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10529 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10530 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10531 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10532 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10533 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10534 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10535 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10536 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10537 Autoload file sans suffix.
10538
10539 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10540
10541 2005-10-07 David Ponce <david@dponce.com>
10542
10543 * recentf.el (recentf-menu-open-all-flag): New option.
10544 (recentf-digit-shortcut-command-name): New function.
10545 (recentf--shortcuts-keymap): New variable.
10546 (recentf-menu-shortcuts): New variable.
10547 (recentf-make-menu-items): Initialize it. Replace the "More..."
10548 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10549 (recentf-menu-value-shortcut): New function.
10550 (recentf-make-menu-item): Use it. No more in-lined.
10551 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10552 (recentf-open-most-recent-file): Rename from
10553 `recentf-open-file-with-key'. Don't depend on key binding.
10554 (recentf-mode-map): New variable.
10555 (recentf-mode): Use it.
10556
10557 2005-10-06 Bill Wohler <wohler@newt.com>
10558
10559 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10560
10561 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10562 (MH-E-SRC): New. Used by mh-autoloads.
10563 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10564 files in MH-E-SRC have been updated.
10565 (compile, recompile, bootstrap): Depend on mh-autoloads.
10566
10567 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10568
10569 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10570 gud-break and gud-remove icons when the fringe is not available.
10571
10572 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10573 Typo.
10574
10575 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10576
10577 * play/zone.el (zone): Wrap body with save-window-excursion.
10578
10579 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10582 Use the new `list-only' arg to diary-list-entries.
10583
10584 * calendar/diary-lib.el: Use overlays rather than selective-display.
10585 (diary-selective-display): New var.
10586 (diary-header-line-format): Use it.
10587 (diary-list-entries): Add argument `list-only'.
10588 Put the buffer in diary-mode. Don't add \^M at beg and end.
10589 Replace \^M by invisible overlays.
10590 (diary-unhide-everything): Replace \^M by invisible overlays.
10591 (print-diary-entries): Look for overlays rather than \^M.
10592 Add a space to the temp buffer name.
10593 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10594 Put the buffer in diary-mode.
10595 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10596 (diary-anniversary): Make the year arg optional.
10597 (diary-time-regexp): New const.
10598 (diary-font-lock-keywords): Use it to accept a few more time formats.
10599
10600 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10601
10602 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10603
10604 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10605 Fix bug introduced 2005-07-03: Use (car (last ...))
10606 to faithfully reproduce replaced artist-last.
10607 (artist-set-arrow-points-for-poly): Likewise.
10608 Suggested by Johan Bockg\e,Ae\e(Brd.
10609
10610 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10611
10612 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10613 * wid-edit.el (widget):
10614 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10615 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10616
10617 2005-10-06 Kenichi Handa <handa@m17n.org>
10618
10619 * international/mule-cmds.el (set-language-environment):
10620 Fix setting up of case-table for unibyte mode.
10621
10622 * simple.el (what-cursor-position): If the character is displayed
10623 by some `display' text property, show that. Don't use
10624 single-key-description for eight-bit characters in multibyte mode.
10625
10626 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10627
10628 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10629 (gdb-ann3): Set it.
10630 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10631 (gdb-info-frames-custom): Use inverse-video for first five
10632 characters of selected frame only.
10633 (gdb-get-frame-number): Select frame even when point is on frame
10634 number.
10635
10636 2005-10-06 Masatake YAMATO <jet@gyve.org>
10637
10638 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10639 Put `font-lock-function-name-face'.
10640 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10641 and `font-lock-variable-name-face'
10642 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10643 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10644 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10645 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10646 (gdb-local-font-lock-keywords): New font lock keywords definition.
10647 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10648 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10649 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10650
10651 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10652
10653 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10654 (ediff-merge-region-is-non-clash-to-skip): Previously called
10655 ediff-merge-region-is-non-clash.
10656
10657 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10658 Use insert-buffer-substring.
10659
10660 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10661 selecting files to patch. Also bug fixes.
10662
10663 * ediff-util.el (ediff-setup): Bug fix.
10664 (ediff-next-difference): Never skip clashes that differ in white
10665 space only.
10666
10667 * ediff-wind.el (ediff-setup-control-frame)
10668 (ediff-destroy-control-frame): Check the menubar feature.
10669
10670 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10671 (viper-refresh-mode-line): Use make-local-variable to localize
10672 some vars instead of make-variable-buffer-local. Suggested by
10673 Stefan Monnier.
10674
10675 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10676 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10677 Use make-local-variable instead of make-variable-buffer-local.
10678 Suggested by Stefan Monnier.
10679
10680 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10681 (viper-comint-mode-hook): Use make-local-variable on
10682 require-final-newline.
10683 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10684
10685 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10688 also the second char of a comment-start sequence.
10689 (scheme-sexp-comment-syntax-table): New var.
10690 (lambda, define): Set their scheme-doc-string-elt property.
10691 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10692 Use lisp-font-lock-syntactic-face-function now that it properly
10693 handles |...| symbols.
10694 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10695 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10696
10697 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10698 bit from # to |.
10699 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10700
10701 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10702 (lisp-doc-string-elt-property): New var.
10703 (lisp-font-lock-syntactic-face-function): Use it.
10704 Rewrite to recognize docstrings even for forms not at toplevel.
10705
10706 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10707 annotation on the | part of #| rather than on the # part.
10708 (scheme-font-lock-syntactic-face-function): New function, to
10709 distinguish strings from |...| symbols.
10710 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10711 syntax-table so that #|...|# is properly highlighted.
10712
10713 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10714 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10715
10716 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10719 and C-e.
10720
10721 * emacs-lisp/eldoc.el: Move comments into docstrings.
10722 (eldoc-message-commands): Initialize in its declaration.
10723 Add move-beginning-of-line and move-end-of-line.
10724 (eldoc-add-command, eldoc-add-command-completions)
10725 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10726
10727 * outline.el (outline-mark-subtree): Activate the mark.
10728
10729 * calendar/appt.el (appt-time-regexp): New var.
10730 (appt-add, appt-make-list): Use it.
10731 (appt-convert-time): Clean up.
10732
10733 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10734 Don't set any syntax-table property here.
10735 (tex-font-lock-verb): New function. Do it here.
10736 (tex-font-lock-syntactic-keywords): Use it.
10737
10738 2005-10-04 Richard M. Stallman <rms@gnu.org>
10739
10740 * wid-edit.el (widget-file-complete): Get the widget start point
10741 the right way. Default directory to `/' if file has none.
10742
10743 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10744
10745 * textmodes/flyspell.el (flyspell-mode-on):
10746 Call ispell-maybe-find-aspell-dictionaries.
10747
10748 * textmodes/ispell.el (ispell-word, ispell-region):
10749 Call ispell-maybe-find-aspell-dictionaries.
10750 (ispell-accept-buffer-local-defs):
10751 Don't call ispell-maybe-find-aspell-dictionaries
10752
10753 2005-10-04 Richard M. Stallman <rms@gnu.org>
10754
10755 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10756
10757 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10758
10759 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10760 instead of `fboundp' in order to allow for anonymous functions.
10761
10762 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10763
10764 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10765 case the user clicks on the link while another window is selected.
10766 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10767
10768 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10769 functionality.
10770 (dframe-help-echo): Save point in case mouse tracking is off.
10771
10772 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10773
10774 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10775
10776 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10779 not change the global value of those vars.
10780
10781 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10782 make-local-variable which we do not need any more.
10783
10784 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10787 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10788 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10789 (speedbar-path-line): Define obsolete aliases.
10790 (speedbar-line-directory): Doc fix.
10791
10792 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10793 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10794 instead of speedbar-line-path.
10795
10796 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10797
10798 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10799 to nil if dropping on a window. Handle dropping on a minibuffer window
10800 like dropping on a non-window part of Emacs.
10801
10802 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * net/ange-ftp.el: Use with-current-buffer.
10805 (ange-ftp-insert-directory): Do not follow symlinks any more.
10806
10807 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10808 Remove interactive spec.
10809
10810 2005-10-03 Kim F. Storm <storm@cua.dk>
10811
10812 * ido.el (ido-mode): Use custom-initialize-set.
10813
10814 2005-10-02 Richard M. Stallman <rms@gnu.org>
10815
10816 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10817 Use insert-buffer-substring.
10818
10819 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10820 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10821
10822 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10825 in last change.
10826 (ange-ftp-insert-directory): Fix up the search for the case where
10827 `file' is absolute.
10828
10829 2005-10-02 Romain Francoise <romain@orebokech.com>
10830
10831 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10832
10833 2005-10-02 Andreas Schwab <schwab@suse.de>
10834
10835 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10836 directory component in the session info.
10837
10838 2005-10-01 Richard M. Stallman <rms@gnu.org>
10839
10840 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10841
10842 * simple.el (next-error-internal): New function.
10843
10844 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10845 (compilation-start): Pass new arg to compilation-buffer-name.
10846 (compile-goto-error): Use next-error-internal.
10847
10848 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * speedbar.el: Remove RCS tag.
10851 (speedbar-check-read-only): Handle non-existent files.
10852
10853 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10854
10855 * info.el (Info-speedbar-hierarchy-buttons)
10856 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10857
10858 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10859
10860 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10861 Do not match newline.
10862 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10863 (bibtex-summary): Remove unnecessary save-excursion.
10864 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10865
10866 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10867
10868 * term/mac-win.el: Add charset info for "iso10646-1".
10869 Modify default fontset to use ATSUI-compatible fonts for some charsets
10870 if available.
10871
10872 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * speedbar.el: Re-apply arch tag.
10875 (speedbar-version): Rename to version 1.0. Suggested by Eric
10876 M. Ludlam.
10877 Reapply two changes from Emacs CVS' version of speedbar lost
10878 during the merge:
10879 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10880 (speedbar-frame-parameters): Improve customize type.
10881
10882 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10885 (ange-ftp-file-directory-p): Fix the symlink case.
10886 (ange-ftp-insert-directory): When listing a single file, get a list of
10887 the parent buffer and extract the relevant line. Inspired from a patch
10888 by Katsumi Yamaoka <yamaoka@jpl.org>.
10889 (ange-ftp-file-name-sans-versions): Simplify.
10890
10891 2005-09-30 Bill Wohler <wohler@newt.com>
10892
10893 Move MH-E image files from toolbar and mail directories into
10894 etc/images.
10895
10896 * mail/reply2.*: Move to etc/images/mail/reply*.
10897
10898 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10899 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10900 etc/images.
10901
10902 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10903 * toolbar/reply*: Move to etc/images/mail.
10904
10905 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10906
10907 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10908
10909 * speedbar.el: New version 1.0pre3.
10910
10911 Frame management code (including timer, and mouse click specifics)
10912 moved to dframe.el:
10913 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10914 (speedbar-timer): Removed. Use dframe-timer.
10915 (speedbar-close-frame): Removed. Use dframe-close-frame.
10916 (speedbar-activity-change-focus-flag): Removed. Use
10917 dframe-activity-change-focus-flag.
10918 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10919 dframe-update-speed.
10920
10921 (speedbar-current-frame): New macro. Use this instead of the
10922 variable speedbar-frame.
10923
10924 (speedbar-use-images, speedbar-expand-image-button-alist)
10925 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10926
10927 (speedbar-find-image-on-load-path): Removed. Replaced by
10928 defezimage in ezimage.el.
10929 (speedbar-expand-image-button-alist): Removed. Replaced by
10930 ezimage-expand-image-button-alist in ezimage.el.
10931
10932 (speedbar-ignored-directory-regexp)
10933 (speedbar-add-ignored-directory-regexp)
10934 (speedbar-ignored-directory-expressions)
10935 (speedbar-line-directory, speedbar-buffers-line-directory)
10936 (speedbar-directory-line, speedbar-buffers-line-directory):
10937 Renamed, replacing `path' with `directory'.
10938
10939 (speedbar-create-directory, speedbar-expand-line-descendants)
10940 (speedbar-toggle-line-expansion)
10941 (speedbar-contract-line-descendants): New commands.
10942
10943 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10944 (speedbar-use-tool-tips-flag): New options.
10945
10946 (speedbar-check-read-only, speedbar-require-version)
10947 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10948 (speedbar-handle-delete-frame, speedbar-try-completion)
10949 (speedbar-update-localized-contents): New functions.
10950
10951 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10952 (speedbar-object-read-only-indicator): New variables.
10953
10954 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10955 New hooks.
10956
10957 (speedbar-separator-face): New face.
10958
10959 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10960 (speedbar-ignored-modes): Add fundamental-mode.
10961 (speedbar-directory-unshown-regexp): Add . directories.
10962
10963 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10964 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10965 `]' for full expand/close.
10966 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10967
10968 (speedbar-check-vc): Support hidden files.
10969 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10970 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10971 state is nil, it is not checked out.
10972
10973 (speedbar-line-text, speedbar-line-token): Support expand buttons
10974 with no text.
10975 (speedbar-refresh): Universal argument acts as power-click.
10976 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10977 that buffer to get variable values.
10978
10979 And many other bugfixes.
10980
10981 * dframe.el, ezimage.el, sb-image.el: New files.
10982
10983 * sb-*.xpm: Remove files. New image files installed into
10984 etc/images/ezimage.
10985
10986 2005-09-30 Kenichi Handa <handa@m17n.org>
10987
10988 * ps-mule.el (ps-mule-show-warning): If a character is in
10989 ps-print-translation-table, don't treat it as non-printable.
10990
10991 2005-09-30 David Ponce <david@dponce.com>
10992
10993 * tree-widget.el (tree-widget-themes-load-path): New variable.
10994 (tree-widget-themes-directory): Doc fix.
10995 (tree-widget-image-formats) [Emacs]: Doc fix.
10996 (tree-widget--locate-sub-directory): New function.
10997 (tree-widget-themes-directory): Use it.
10998
10999 * recentf.el (recentf-filename-handlers): Rename from
11000 `recentf-filename-handler'. Allow a list of functions.
11001 (recentf-menu-items-for-commands): Fix :help strings.
11002 (recentf-apply-filename-handlers): New function.
11003 (recentf-expand-file-name): Use it.
11004 (recentf-cleanup): Remove duplicates too.
11005
11006 2005-09-29 Juri Linkov <juri@jurta.org>
11007
11008 * faces.el: Rearrange face definitions to be in the same order as
11009 their face descriptions in "(emacs)Standard Faces".
11010
11011 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11012
11013 * tooltip.el (tooltip): Add group `basic-faces'.
11014
11015 * buff-menu.el (Buffer-menu-buffer): Remove group
11016 `font-lock-highlighting-faces'.
11017
11018 * progmodes/compile.el (compilation-error, compilation-warning)
11019 (compilation-info, compilation-line-number, compilation-column-number):
11020 Change group from `font-lock-highlighting-faces' to `compilation'.
11021
11022 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11023 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11024 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11025 (vhdl-font-lock-reserved-words-face)
11026 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11027 `font-lock-highlighting-faces'.
11028
11029 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11030
11031 2005-09-28 Kim F. Storm <storm@cua.dk>
11032
11033 * emulation/cua-base.el: Set CUA move property on additional commands:
11034 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11035 forward-sexp, backward-sexp, forward-list, backward-list.
11036
11037 2005-09-28 Romain Francoise <romain@orebokech.com>
11038
11039 * comint.el (comint-show-output): Really set point at the
11040 beginning of the output when not using `comint-use-prompt-regexp'.
11041
11042 2005-09-27 Jay Belanger <belanger@truman.edu>
11043
11044 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11045 in TeX mode.
11046
11047 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11048
11049 * textmodes/org.el (org-table-sum): Fix format string.
11050
11051 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11052 Quote face names.
11053
11054 2005-09-26 Romain Francoise <romain@orebokech.com>
11055
11056 * isearch.el (isearch-forward-regexp): Close doc string.
11057
11058 2005-09-25 Richard M. Stallman <rms@gnu.org>
11059
11060 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11061
11062 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11063
11064 * progmodes/compile.el (compilation-error-properties):
11065 When getting the file from the previous error message,
11066 correctly decode the new data format.
11067
11068 * progmodes/cc-cmds.el (c-electric-paren):
11069 Call old-blink-paren only for close-paren.
11070
11071 2005-09-24 Andreas Schwab <schwab@suse.de>
11072
11073 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11074 condition.
11075
11076 2005-09-25 Romain Francoise <romain@orebokech.com>
11077
11078 * dired-aux.el (dired-copy-file-recursive):
11079 * dired.el (dired-delete-file):
11080 * ediff-mult.el (ediff-dir-diff-copy-file):
11081 * ediff-util.el (ediff-test-save-region):
11082 * forms.el (forms-mode):
11083 * ido.el (ido-file-internal, ido-delete-file-at-head):
11084 * log-edit.el (log-edit-done):
11085 * ses.el (ses-yank-resize):
11086 * play/gomoku.el (gomoku-human-plays, gomoku)
11087 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11088 (gomoku-offer-a-draw):
11089 * play/landmark.el (lm-human-resigns, lm):
11090 * net/eudcb-ldap.el (eudc-ldap-check-base):
11091 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11092 * progmodes/ebrowse.el (ebrowse-find-pattern):
11093 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11094 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11095 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11096
11097 * vc.el (vc-delete-file):
11098 * play/gomoku.el (gomoku-terminate-game, gomoku)
11099 (gomoku-prompt-for-move, gomoku-human-takes-back):
11100 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11101 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11102
11103 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11104
11105 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11106 color rxvt terminals by using the code xterm.el used to use before
11107 2005-04-09 in order to match the colors used by rxvt.
11108
11109 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11110
11111 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11112 colors rxvt-unicode terminals by using the same code as xterm.el.
11113
11114 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11117 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11118 new symbol used for the tex-verbatim face.
11119
11120 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11121
11122 * woman.el (woman-file-name):
11123 * wid-edit.el (widget-file-prompt-value)
11124 (widget-coding-system-prompt-value):
11125 * w32-fns.el (set-w32-system-coding-system):
11126 * vc.el (vc-version-diff, vc-annotate):
11127 * textmodes/reftex-auc.el (reftex-arg-cite)
11128 (reftex-arg-index-tag):
11129 * textmodes/refer.el (refer-get-bib-files):
11130 * textmodes/artist.el (artist-figlet-choose-font):
11131 * terminal.el (terminal-emulator):
11132 * replace.el (occur-read-primary-args):
11133 * rect.el (string-rectangle, string-insert-rectangle):
11134 * ps-print.el (ps-print-preprint):
11135 * progmodes/pascal.el (pascal-goto-defun):
11136 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11137 * progmodes/compile.el (compilation-find-file):
11138 * printing.el (pr-interactive-n-up):
11139 * play/animate.el (animate-birthday-present):
11140 * net/rcompile.el (remote-compile):
11141 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11142 * mail/rmailsum.el (rmail-summary-search-backward)
11143 (rmail-summary-search):
11144 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11145 (rmail-output-read-file-name):
11146 * mail/rmail.el (rmail-search, rmail-search-backwards):
11147 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11148 * locate.el (locate):
11149 * international/quail.el (quail-show-keyboard-layout):
11150 * international/mule.el (set-buffer-file-coding-system)
11151 (revert-buffer-with-coding-system, set-file-name-coding-system)
11152 (set-terminal-coding-system, set-keyboard-coding-system)
11153 (set-next-selection-coding-system):
11154 * international/mule-diag.el (describe-coding-system)
11155 (describe-font, describe-fontset):
11156 * international/mule-cmds.el (universal-coding-system-argument)
11157 (search-unencodable-char, describe-input-method)
11158 (set-language-environment, describe-language-environment):
11159 * international/codepage.el (codepage-setup):
11160 * international/code-pages.el (codepage-setup):
11161 * info.el (Info-search, Info-follow-reference)
11162 (Info-search-backward):
11163 * emacs-lisp/advice.el (ad-read-advised-function)
11164 (ad-read-advice-class, ad-clear-cache, ad-activate)
11165 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11166 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11167 (ad-read-regexp):
11168 * ediff-util.el (ediff-toggle-regexp-match):
11169 * ediff-ptch.el (ediff-prompt-for-patch-file):
11170 * dired-aux.el (dired-diff):
11171 * diff.el (diff):
11172 * cus-edit.el (custom-variable-prompt):
11173 * calendar/timeclock.el (timeclock-ask-for-project):
11174 * calc/calcalg3.el (calc-get-fit-variables):
11175 * calc/calc-store.el (calc-edit-variable)
11176 (calc-permanent-variable):
11177 * vc-mcvs.el (vc-mcvs-register):
11178 * shadowfile.el (shadow-define-literal-group):
11179 * woman.el (woman-file-name):
11180 * vc.el (vc-version-diff, vc-merge):
11181 * textmodes/reftex-index.el (reftex-index-complete-tag):
11182 * format.el (format-decode-buffer, format-decode-region):
11183 * emulation/viper-cmd.el (viper-read-string-with-history):
11184 * emacs-lisp/debug.el (cancel-debug-on-entry):
11185 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11186 * ediff.el (ediff-merge-revisions)
11187 (ediff-merge-revisions-with-ancestor, ediff-revision):
11188 * completion.el (interactive-completion-string-reader):
11189 * calc/calc-prog.el (calc-user-define-formula):
11190 Follow convention for reading with the minibuffer.
11191
11192 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11193
11194 * progmodes/python.el (python-describe-symbol): Add globals() and
11195 locals() to the arguments of emacs.ehelp.
11196
11197 2005-09-24 Magnus Henoch <mange@freemail.hu>
11198
11199 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11200 New function, code extracted from ispell-valid-dictionary-list.
11201 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11202 Call it.
11203
11204 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11205
11206 * subr.el (version-regexp-alist): Extend valid syntax for version
11207 strings: allow any of the characters -,_,+ to separate the
11208 alpha/beta/rc part from the version part. Doc fix.
11209 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11210
11211 2005-09-23 David Reitter <david.reitter@gmail.com>
11212
11213 * mail/mailclient.el: New file.
11214
11215 2005-09-23 Richard M. Stallman <rms@gnu.org>
11216
11217 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11218 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11219 Doc fixes.
11220
11221 * progmodes/cc-mode.el (c-font-lock-init):
11222 Specify font-lock-lines-before.
11223
11224 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11227 whole conflict.
11228
11229 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11230
11231 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11232 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11233 of `remap' feature when available. Additional key bindings for
11234 better tty support.
11235 (org-mode-restart, org-force-self-insert): New commands.
11236 (org-time-stamp-inactive): New command.
11237 (org-remap): New function.
11238 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11239 (org-enable-fixed-width-editor): Move to `org-structure'
11240 customization group.
11241 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11242 blank field after field motion commands.
11243
11244 2005-09-23 Kenichi Handa <handa@m17n.org>
11245
11246 * international/mule-cmds.el (set-language-environment):
11247 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11248 have to call utf-translate-cjk-load-tables.
11249
11250 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * mouse.el (mouse-move-drag-overlay): Fix last change.
11253
11254 2005-09-22 David Ponce <david@dponce.com>
11255
11256 * tree-widget.el (tree-widget-value-create): Fix previous change.
11257
11258 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11259
11260 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11261
11262 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * mouse.el (mouse-move-drag-overlay): New function.
11265 (mouse-drag-region-1): Use it.
11266 Try to simplify a bit the state handling. Handle clicks on links
11267 inside intangible areas.
11268 (mouse-save-then-kill): Minor simplification.
11269 (mouse-secondary-overlay): Make it always non-nil instead of
11270 recreating it each time.
11271 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11272 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11273 Simplify accordingly.
11274
11275 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11276
11277 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11278
11279 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11280
11281 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11282 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11283 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11284 to patch.
11285
11286 * ediff-util.el: Use insert-buffer-substring.
11287
11288 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11289
11290 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11291 field boundaries in the minibuffer.
11292 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11293 (viper-minibuffer-post-command-hook): New hook.
11294 (viper-line): Don't move cursor at bolp.
11295
11296 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11297
11298 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11299 avoid compiler warnings.
11300
11301 * emulation/viper-macs.el (ex-map): Better messages.
11302
11303 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11304
11305 * emulation/viper.el: Replace make-variable-buffer-local with
11306 viper-make-variable-buffer-local everywhere, to avoid warnings.
11307
11308 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11311 Delete unused var `old-selected-window'.
11312 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11313 (mouse-drag-secondary): Delete unused var `start-frame'.
11314
11315 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11316
11317 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11318
11319 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11322 Re-indent within 80 columns. Use inhibit-read-only.
11323
11324 2005-09-19 Romain Francoise <romain@orebokech.com>
11325
11326 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11327
11328 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11331 unconditionally, since the after-change-function already did it.
11332
11333 2005-09-19 Miles Bader <miles@gnu.org>
11334
11335 * net/newsticker.el: Get rid of CVS keyword.
11336
11337 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11338
11339 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11340 The prompt is formatted later.
11341
11342 2005-09-19 David Ponce <david@dponce.com>
11343
11344 * tree-widget.el (tree-widget-value-create): Save the converted
11345 tree :node widget.
11346
11347 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11350 variable `message'.
11351
11352 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11353
11354 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11355 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11356 <slawomir.nowaczyk.847@student.lu.se>.
11357
11358 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * image.el (image-load-path): Use symbol `data-directory' instead
11361 of its value, for backward compatibility with packages that bind
11362 it during `find-image'. Suggested by Katsumi Yamaoka.
11363 (image-search-load-path): Handle symbols whose values are strings.
11364
11365 2005-09-18 Romain Francoise <romain@orebokech.com>
11366
11367 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11368 with-current-buffer form in save-excursion.
11369
11370 2005-09-18 D Goel <deego@gnufans.org>
11371
11372 * apropos.el (apropos-command): Fix `message' call: first arg
11373 should be a format spec. In this and all other cases that appear
11374 below and elsewhere in the source code, I made a change only when
11375 two conditions were satisfied: [1] I can think of a possibility
11376 that the arguments would cause an error, for example, the code in
11377 question relies on external variables such as filenames. [2] I
11378 was sure that the arg to `message' could not have been nil in the code.
11379
11380 * textmodes/tildify.el (tildify-region): Ditto.
11381
11382 * textmodes/reftex-index.el (reftex-index-change-entry)
11383 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11384 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11385 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11386 (org-priority, org-table-sum):
11387 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11388 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11389 (flyspell-word, flyspell-display-next-corrections):
11390 * textmodes/bibtex.el (bibtex-print-help-message):
11391 * textmodes/artist.el (artist-key-set-point-poly):
11392 * term/mac-win.el (mac-services-insert-text):
11393 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11394 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11395 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11396 (vhdl-compose-configuration):
11397 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11398 (sh-set-indent, sh-learn-line-indent):
11399 * progmodes/ps-mode.el (ps-mode-target-column):
11400 * progmodes/idlwave.el (idlwave-make-tags)
11401 (idlwave-scan-library-catalogs):
11402 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11403 * progmodes/gud.el (gud-jdb-analyze-source):
11404 * progmodes/flymake.el (flymake-log):
11405 * progmodes/ebnf2ps.el (ebnf-generate-region):
11406 * progmodes/cmacexp.el (c-macro-expansion):
11407 * progmodes/ada-xref.el (ada-treat-cmd-string):
11408 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11409 (ada-justified-indent-current, ada-batch-reformat):
11410 * play/zone.el (zone):
11411 * play/landmark.el (lm-move):
11412 * play/decipher.el (decipher-show-alphabet):
11413 * net/newsticker.el (newsticker--display-jump)
11414 (newsticker--display-scroll):
11415 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11416 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11417 * mail/feedmail.el (feedmail-dump-message-to-queue):
11418 * eshell/esh-proc.el (eshell-remove-process-entry):
11419 * emulation/ws-mode.el (ws-last-error):
11420 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11421 (viper-record-kbd-macro):
11422 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11423 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11424 * emacs-lisp/find-func.el (find-function-noselect):
11425 * calendar/timeclock.el (timeclock-status-string)
11426 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11427 (timeclock-when-to-leave-string):
11428 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11429 * calc/calc-units.el (calc-enter-units-table):
11430 * calc/calc-mode.el (calc-mode-record-mode):
11431 * woman.el (woman-mini-help):
11432 * wdired.el (wdired-change-to-wdired-mode):
11433 * vc.el (vc-retrieve-snapshot):
11434 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11435 * startup.el (display-startup-echo-area-message):
11436 * simple.el (set-goal-column):
11437 * ses.el (ses-command-hook, ses-recalculate-cell):
11438 * server.el (server-process-filter):
11439 * printing.el (pr-interface-txt-print, pr-interface-printify)
11440 (pr-interface-ps):
11441 * pcvs.el (cvs-help):
11442 * log-edit.el (log-edit, log-edit-mode-help):
11443 * iswitchb.el (iswitchb-possible-new-buffer):
11444 * isearch.el (isearch-edit-string):
11445 * image-mode.el (image-mode, image-minor-mode):
11446 * ibuf-macs.el (define-ibuffer-filter):
11447 * hi-lock.el (hi-lock-find-patterns):
11448 * files.el (toggle-read-only):
11449 * ediff-util.el (ediff-copy-diff)
11450 (ediff-write-merge-buffer-and-maybe-kill):
11451 * echistory.el (Electric-history-undefined):
11452 * dnd.el (dnd-insert-text):
11453 * dired-aux.el (dired-query):
11454 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11455 * bookmark.el (bookmark-bmenu-locate):
11456 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11457 Fix `message' calls to ensure first arg is a format string.
11458 The change was made only when these two conditions were satisfied:
11459 [1] when there is a possibility that the arguments would cause an error
11460 for example, if the code in question relies on external variables
11461 such as filenames, and
11462 [2] if the arg to `message' could not have been nil in the code.
11463
11464 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11465 Not having a %s would be weird, though not technically wrong.
11466
11467 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11468
11469 * term/mac-win.el (mac-add-charset-info): Doc fix.
11470
11471 2005-09-17 Romain Francoise <romain@orebokech.com>
11472
11473 * shell.el (shell-resync-dirs): Handle echoing processes more
11474 reliably. Don't insert resync command if `comint-process-echoes'
11475 is non-nil.
11476
11477 2005-09-17 Magnus Henoch <mange@freemail.hu>
11478
11479 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11480 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11481 aspell versions >= 0.60.
11482 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11483 only if ispell-aspell-supports-utf8 is non-nil.
11484
11485 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11486
11487 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11488 buffer-local value to lisp-indent-function.
11489
11490 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11491
11492 * progmodes/glasses.el (glasses-make-readable): If
11493 glasses-separator differs from underscore, put appropriate
11494 overlays over underscore characters.
11495 (glasses-convert-to-unreadable): If glasses-separator differs from
11496 underscore, try to convert glasses-separator characters to
11497 underscores.
11498
11499 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11502 Use with-syntax-table and dolist.
11503
11504 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11505
11506 * textmodes/reftex-auc.el:
11507 * textmodes/reftex-cite.el:
11508 * textmodes/reftex-dcr.el:
11509 * textmodes/reftex-global.el:
11510 * textmodes/reftex-parse.el:
11511 * textmodes/reftex-ref.el:
11512 * textmodes/reftex-sel.el:
11513 * textmodes/reftex-toc.el:
11514 * textmodes/reftex-vars.el:
11515 * textmodes/reftex.el: Small changes to remove compiler warnings.
11516
11517 * textmodes/reftex-index.el: Likewise.
11518 (reftex-query-index-phrase): More efficient use of markers.
11519
11520 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11521
11522 * image.el (image-load-path): New variable.
11523 (image-search-load-path): New function.
11524 (find-image): Search for images in `image-load-path'.
11525
11526 2005-09-15 Richard M. Stallman <rms@gnu.org>
11527
11528 * follow.el: Change Maintainer field.
11529
11530 2005-09-15 David Ponce <david@dponce.com>
11531
11532 * recentf.el (recentf-save-file-modes): New option.
11533 (recentf-save-list): Use it.
11534
11535 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11536
11537 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11538 (mode-line-mule-info, mode-line-modified): Move bindings from
11539 mouse-3 to mouse-1.
11540
11541 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11542
11543 * simple.el (sendmail-user-agent-compose): Revert last change.
11544
11545 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11548 Use with-current-buffer.
11549 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11550 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11551 (ange-ftp-insert-directory): Remove unused var `short'.
11552 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11553
11554 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11555 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11556
11557 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11558 (check-calendar-holidays, diary-list-entries): Autoload.
11559 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11560 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11561
11562 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11563 which mistakenly removed a call to display-buffer.
11564
11565 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11566
11567 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11568
11569 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11570
11571 * progmodes/hideshow.el
11572 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11573 (hs-allow-nesting): New user var.
11574 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11575 (hs-hide-block-at-point): When nesting allowed,
11576 if there is already an overlay in place, delete it.
11577 (hs-safety-is-job-n): Delete func; remove call sites.
11578 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11579 (hs-overlay-at): New func.
11580 (hs-already-hidden-p, hs-show-block): Use it.
11581 (hs-hide-all): Don't pre-clean if nesting allowed.
11582 (hs-show-all): Temporarily disallow
11583 nesting around call to `hs-discard-overlays'.
11584
11585 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11586
11587 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11588 Delete unused local var.
11589
11590 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11591
11592 * help-fns.el (describe-categories): "?\ " -> "?\s".
11593 (help-do-arg-highlight): Recognize also ARG-n, as in
11594 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11595
11596 * international/codepage.el (dos-unsupported-char-glyph):
11597 * net/newsticker.el (tool-bar-map, w3-mode-map)
11598 (w3m-minor-mode-map):
11599 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11600 (ent-alist):
11601 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11602
11603 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11604
11605 * custom.el (custom-push-theme): Handle the case where a symbol is
11606 bound but face properties have not yet been assigned.
11607
11608 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11609 Fix behavior if noerase is `t' and there is no mail buffer.
11610
11611 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11612 if `continue' is nil, rather than signal an error.
11613
11614 2005-09-12 Richard M. Stallman <rms@gnu.org>
11615
11616 * font-lock.el (font-lock-keywords): Add autoload.
11617
11618 * help-fns.el (describe-variable): Rearrange to put source link
11619 in a predictable place.
11620
11621 * net/newsticker.el: New file.
11622
11623 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11624
11625 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11626 (calendar-basic-setup): Use the new nil arg.
11627 (number-of-diary-entries): Move to diary-lib.el.
11628
11629 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11630 (diary-list-entries): Use with-syntax-table and dolist.
11631 Rename from list-diary-entries.
11632 Use number-of-diary-entries if `number' is nil.
11633 (diary, diary-view-entries): Use this new name and new nil arg value.
11634 (number-of-diary-entries): Move from calendar.el.
11635 (diary-unhide-everything): New function.
11636 (include-other-diary-files, fancy-diary-display)
11637 (diary-show-all-entries, make-diary-entry): Use it.
11638 (diary-mail-entries): Use buffer-string.
11639 (mark-diary-entries): Fix long standing paren typo.
11640 (diary-sexp-entry): Use count-lines.
11641 (make-diary-entry): Avoid `previous-line'.
11642 (diary-mode-map): New var.
11643 (diary-mode): Redraw cal after saving. Setup header-line.
11644 (fancy-diary-display-mode): Use local-set-key.
11645
11646 * startup.el (command-line): Try calling various terminal-init-foo-bar
11647 functions by stripping hyphenated suffixes from $TERM.
11648
11649 * files.el (normal-mode): Check boundness of font-lock-keywords.
11650
11651 2005-09-12 Richard M. Stallman <rms@gnu.org>
11652
11653 * progmodes/compile.el: Don't decide a file's directory
11654 until the user actually tries to go there.
11655 (compilation-next-error-function):
11656 Pass compilation-find-file the directory from the file-struct.
11657 (compilation-internal-error-properties): Separate local FILE-STRUCT
11658 from FILE. Doc the args better. Rename arg FMT to FMTS.
11659 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11660 Expand it, and if nil, use default-directory.
11661 (compilation-get-file-structure): Don't mix specified directory
11662 with default directory. Put specified directory into
11663 file-struct. Don't make the file name absolute.
11664
11665 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11666 (compile-command): Add autoload.
11667 (compilation-disable-input): Add autoload.
11668
11669 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11670
11671 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11672 strings of the variables it can override.
11673 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11674 %Q and %q, for fully-qualified domain name and unqualified host name.
11675
11676 2005-09-11 Kim F. Storm <storm@cua.dk>
11677
11678 * emacs-lisp/authors.el (authors-aliases): Update list.
11679 (authors-fixed-entries): Update mldrag.el entry.
11680
11681 2005-09-10 Alan Mackenzie <acm@muc.de>
11682
11683 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11684 from the region narrowed to.
11685
11686 2005-09-10 Magnus Henoch <mange@freemail.hu>
11687
11688 * textmodes/ispell.el (ispell-check-version): Signal an error if
11689 aspell version is less than 0.60.
11690
11691 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11692
11693 * progmodes/octave-inf.el (inferior-octave-startup):
11694 Resync current dir at the end.
11695
11696 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11697
11698 * woman.el (woman-topic-at-point-default):
11699 Rename to woman-use-topic-at-point-default.
11700 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11701 (woman-file-name): Reflect renames above. Automatically use the
11702 word at point as topic if woman-use-topic-at-point is non-nil.
11703 Otherwise offer it as default but don't insert it in the
11704 minibuffer. Also use `test-completion' instead of `assoc' as
11705 suggested by Stefan Monnier.
11706
11707 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11708
11709 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11710 the attempt to do it over Tramp. This is not yet supported.
11711
11712 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11713
11714 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11715 (menu-bar-non-minibuffer-window-p): New functions.
11716 ("Split Window", "Save As..."): Use them.
11717 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11718 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11719 Use menu-bar-menu-frame-live-and-visible-p.
11720 ("Save Buffer", "Insert File", "Open Directory...")
11721 ("Open File...", "Visit New File..."):
11722 Use menu-bar-non-minibuffer-window-p.
11723 (kill-this-buffer-enabled-p, dired <menu-enable>):
11724 Use menu-bar-non-minibuffer-window-p.
11725
11726 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11727
11728 * cus-start.el (all): Don't complain about fringe-related
11729 built-ins if fringes are not supported. Ditto about
11730 selection-related built-ins. Fix the test for GTK-related built-ins.
11731
11732 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11733 ("Postscript Print Buffer", "Print Region", "Save As...")
11734 ("Save", "Insert File...", "Open Directory...")
11735 ("Open File...", "Visit New File..."")
11736 ("Truncate Long Lines in this Buffer"): Don't look at
11737 menu-updating-frame if this display does not support multiple frames.
11738
11739 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11740
11741 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11742
11743 2005-09-09 Emilio Lopes <eclig@gmx.net>
11744
11745 * woman.el: Format- and whitespace-related changes.
11746
11747 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11748
11749 * woman.el: Fix my email address.
11750
11751 2005-09-08 Richard M. Stallman <rms@gnu.org>
11752
11753 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11754 (sh-mode): Locally set skeleton-pair-default-alist.
11755
11756 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11757
11758 * progmodes/flymake.el: Require `compile' unconditionally.
11759
11760 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11761
11762 * woman.el (woman-file-name): Provide a default, not initial input.
11763
11764 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11765
11766 * font-lock.el (font-lock-support-mode): Doc fix.
11767
11768 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11769
11770 2005-09-08 Richard M. Stallman <rms@gnu.org>
11771
11772 * simple.el (blink-matching-open): Get rid of text props from
11773 the string shown in echo area. Don't permanently set point.
11774 Some rearrangements.
11775
11776 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11777
11778 * recentf.el (recentf-filename-handler): Add custom choice
11779 `abbreviate-file-name'.
11780
11781 * msb.el (msb--very-many-menus): Fix typo.
11782
11783 * disp-table.el (standard-display-european): Don't set
11784 enable-multibyte-characters to nil.
11785
11786 2005-09-08 David Ponce <david@dponce.com>
11787
11788 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11789 (recentf-expand-file-name): Doc fix.
11790 (recentf-dialog-mode-map): Define digit shortcuts.
11791 (recentf--files-with-key): New variable.
11792 (recentf-show-digit-shortcut-filter): New function.
11793 (recentf-open-files-items): New function.
11794 (recentf-open-files): Use it.
11795 (recentf-open-file-with-key): New command.
11796
11797 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11800 Suggested by Kim F. Storm.
11801 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11802 (Buffer-menu-make-sort-button): Use global keymap.
11803
11804 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11805
11806 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11807 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11808 necessary any longer with the remapped command.
11809 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11810 formatting time only.
11811
11812 * net/tramp.el (tramp-action-password)
11813 (tramp-multi-action-password): Compile the password prompt from
11814 `method', `user' and `host'. Sometimes it isn't obvious which
11815 password to enter, for example with remote files offered by
11816 recentf.el, or with multiple steps. Suggested by Robert Marshall
11817 <robert@chezmarshall.freeserve.co.uk>.
11818
11819 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11822 Fix regexp for when "s///" is at the beginning of line.
11823
11824 2005-09-07 Jay Belanger <belanger@truman.edu>
11825
11826 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11827 when in matrix mode.
11828
11829 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11832 non-anonymous functions.
11833
11834 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11835
11836 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11837 when using a header line. Otherwise, use mouse-1-click-follows-link.
11838
11839 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11840 can't be moved; don't signal an error.
11841
11842 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11843
11844 * cus-theme.el (custom-theme-write-faces): Save the current face
11845 spec, not the defface spec.
11846
11847 * custom.el (custom-known-themes): Clarify meaning of "standard".
11848 (custom-push-theme): Save old values in the standard theme.
11849 (disable-theme): Correct typo.
11850 (custom-face-theme-value) Deleted unused function.
11851 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11852
11853 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * progmodes/compile.el (compilation-goto-locus): Take into account
11856 iconified frames when determining whether the buffer is
11857 already visible.
11858 Don't reset window height if the window already existed.
11859
11860 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * custom.el (load-theme): Rename from require-theme.
11863 Add interactive spec.
11864 (enable-theme): Rename from custom-enable-theme.
11865 Add interactive spec.
11866 (disable-theme): Rename from custom-disable-theme.
11867 Add interactive spec.
11868 (custom-make-theme-feature): Doc fix.
11869 (custom-theme-directory): Doc fix.
11870 (provide-theme): Call enable-theme.
11871
11872 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * obsolete/lazy-lock.el (lazy-lock-mode):
11875 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11876 font-lock-mode if it's off. Print a warning instead.
11877
11878 * progmodes/compile.el (compilation-start): Ignore errors if the
11879 process died before we get to send-eof.
11880
11881 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11882 Undo last change. Enclosing the result in quotes broke things on Unix
11883 since tex-send-command passes it through shell-quote-argument.
11884 (tex-send-command): Pass `file' through convert-standard-filename
11885 when possible.
11886 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11887 info in a transcript.
11888
11889 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11890
11891 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11892 fix compilation warning. Reorder the key definitions to group
11893 together keys emitted by the current version of xterm.
11894
11895 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11896 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11897 Reorder predicates to correct min-color usage.
11898
11899 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11900
11901 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11902 Kill local variables when longlines-mode is turned off.
11903
11904 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11907
11908 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11909
11910 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11911
11912 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11913 (font-lock-lines-before): Change default to being inactive.
11914 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11915 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11916
11917 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11918
11919 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11920 Deactivate temporarily advice if active (not needed for Emacs 22,
11921 but for backwards compatibility).
11922 (tramp-exists-file-name-handler): Rewrite. First implementation
11923 was too simple.
11924 (tramp-advice-make-auto-save-file-name):
11925 Call `tramp-handle-make-auto-save-file-name' (again, just for
11926 backwards compatibility).
11927
11928 2005-08-31 Reto Zimmermann <reto@gnu.org>
11929
11930 * progmodes/vhdl-mode.el
11931 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11932 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11933 (vhdl-set-default-project): New function (easier setting of default).
11934 (vhdl-port-copy): Handle extended identifiers for generics.
11935 (vhdl-compiler-alist): Better description for error message regexp.
11936 (vhdl-make): Query for target, use previous as default.
11937 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11938 (vhdl-font-lock-keywords-2): Fix fontification for record
11939 el. assign.
11940 (vhdl-speedbar-make-subpack-line): Add package body link.
11941 (vhdl-generate-makefile-1): Not include itself as dependency.
11942 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11943 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11944 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11945 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11946 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11947 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11948 (vhdl-import-project): Add string argument for `error'.
11949 (vhdl-compose-configuration)
11950 (vhdl-compose-configuration-architecture): Add configuration
11951 declaration generation.
11952 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11953 (vhdl-trailer-re): Add "record" keyword (better indentation).
11954 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11955 "[^ \t-\"]+".
11956 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11957 (vhdl-testbench-entity-file-name)
11958 (vhdl-testbench-architecture-file-name): Allow separate
11959 customization of testbench file names.
11960 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11961 (vhdl-get-visible-signals): Allow newline within alias declaration.
11962 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11963 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11964 (member-ignore-case): Alias for missing function in XEmacs.
11965 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11966 (vhdl-update-sensitivity-list): Ignore case on read signals.
11967 (vhdl-replace-string): Adjust case only for file names.
11968 (vhdl-update-sensitivity-list): Fix search for read signals.
11969 (vhdl-update-sensitivity-list): Exclude formal parameters.
11970 (vhdl-get-visible-signals): Include aliases of signals.
11971 (vhdl-get-visible-signals): Fix signal name searching.
11972 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11973 (vhdl-fixup-whitespace-region): Fix for character
11974 literals (e.g. `:').
11975
11976 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11977
11978 * ansi-color.el (comint-last-output-start):
11979 * bs.el (font-lock-verbose):
11980 * diff-mode.el (add-log-buffer-file-name-function):
11981 * dired-x.el (vm-folder-directory):
11982 * faces.el (help-xref-stack-item):
11983 * files.el (font-lock-keywords):
11984 * find-lisp.el (dired-buffers, dired-subdir-alist):
11985 * ido.el (cua-inhibit-cua-keys):
11986 * log-view.el (cvs-minor-wrap-function):
11987 * outline.el (font-lock-warning-face):
11988 * simple.el (compilation-current-error):
11989 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11990 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11991 * tooltip.el (comint-prompt-regexp):
11992 * w32-fns.el (explicit-shell-file-name):
11993 * term/mac-win.el (mac-charset-info-alist)
11994 (mac-services-selection, mac-system-script-code):
11995 * term/tty-colors.el (msdos-color-values):
11996 * term/w32-win.el (xlfd-regexp-registry-subnum):
11997 * term/x-win.el (x-keysym-table, x-selection-timeout)
11998 (x-session-id, x-session-previous-id):
11999 * textmodes/ispell.el (mail-yank-prefix):
12000 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12001 * textmodes/org.el (calc-embedded-close-formula)
12002 (calc-embedded-open-formula)
12003 (font-lock-unfontify-region-function):
12004 * textmodes/reftex-global.el (isearch-next-buffer-function)
12005 (TeX-master):
12006 * textmodes/reftex.el (font-lock-keywords):
12007 * textmodes/tex-mode.el (font-lock-comment-face)
12008 (font-lock-doc-face):
12009 * textmodes/texinfo.el (outline-heading-alist):
12010 Add defvars.
12011
12012 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12013 (artist-spray-chars, artist-mode-init, artist-replace-string)
12014 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12015 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12016 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12017
12018 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12019 (conf-align-assignments): "?\ " -> "?\s".
12020
12021 * textmodes/reftex-index.el (TeX-master): Add defvar.
12022 (reftex-index-phrases-marker): Move up defvar.
12023
12024 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12025 (reftex-toc-include-labels-indicator)
12026 (reftex-toc-include-index-indicator)
12027 (reftex-toc-max-level-indicator): Move up declarations.
12028
12029 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12030 of args to `tramp-run-real-handler', even if it's empty in this case.
12031
12032 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12033
12034 * dired.el (dired-move-to-filename-regexp): Add date format for
12035 Mac OS X 10.3 in East Asian locales.
12036
12037 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12038
12039 * files.el (make-auto-save-file-name): Add file name handler call
12040 if applicable.
12041
12042 * net/tramp.el (tramp-file-name-handler-alist)
12043 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12044 (tramp-handle-make-auto-save-file-name): Rename from
12045 `tramp-make-auto-save-file-name'.
12046 (tramp-exists-file-name-handler): New defun.
12047 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12048 `make-auto-save-file-name' is not a magic file name operation.
12049
12050 2005-08-30 Richard M. Stallman <rms@gnu.org>
12051
12052 * files.el (risky-local-variable-p):
12053 Match `-predicates' and `-commands.
12054
12055 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12056 (custom-save-all): Visit the file if necessary;
12057 kill the buffer if we created it.
12058 (custom-save-delete): Don't visit file or kill buffer here.
12059
12060 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12061
12062 * textmodes/org.el (org-special-keyword): New face.
12063 (org-table-copy-down, org-table-eval-formula)
12064 (org-table-recalculate, org-init-section-numbers):
12065 Use `string-to-number' instead of `string-to-int'.
12066 (org-get-location): Use `insert-buffer-substring' instead of
12067 `insert-buffer'.
12068 (org-modify-diary-entry-string): New function.
12069 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12070 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12071 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12072 active region.
12073 (org-export-as-html): Handle QUOTE keyword.
12074 (org-quote-string): New option.
12075 (org-bookmark-jump-unhide): New function, used for
12076 `bookmark-after-jump-hook'.
12077 (org-diary-default-entry): Apply only when not called through
12078 `org-agenda'.
12079
12080 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * net/eudc.el (mode-popup-menu):
12083 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12084 * progmodes/ada-mode.el (compile-auto-highlight)
12085 (skeleton-further-elements):
12086 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12087 * progmodes/cmacexp.el (msdos-shells):
12088 * progmodes/compile.el (font-lock-extra-managed-props)
12089 (font-lock-keywords, font-lock-maximum-size)
12090 (font-lock-support-mode):
12091 * progmodes/grep.el (font-lock-lines-before):
12092 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12093 * progmodes/mixal-mode.el (compile-command):
12094 * progmodes/perl-mode.el (font-lock-comment-face)
12095 (font-lock-doc-face, font-lock-string-face):
12096 * progmodes/prolog.el (comint-prompt-regexp):
12097 * progmodes/sh-script.el (font-lock-comment-face)
12098 (font-lock-set-defaults, font-lock-string-face):
12099 * progmodes/sql.el (font-lock-keyword-face)
12100 (font-lock-set-defaults, font-lock-string-face):
12101 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12102 (itimer-version, lazy-lock-defer-contextually)
12103 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12104 Add defvars.
12105
12106 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12107 (cperl-electric-keyword, cperl-electric-pod)
12108 (cperl-electric-backspace, cperl-forward-re)
12109 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12110 (vc-rcs-header, vc-sccs-header): Add defvars.
12111
12112 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12113 (font-lock-syntactic-keywords, gud-find-expr-function):
12114 Add defvars.
12115
12116 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12117 (gdb-frame-parameters): Declare before use.
12118
12119 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12120 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12121 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12122 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12123
12124 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12125 (idlwave-help-with-source): Use `insert-buffer-substring', not
12126 `insert-buffer'.
12127
12128 2005-08-29 Juri Linkov <juri@jurta.org>
12129
12130 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12131 Put outline-back-to-heading function call inside save-excursion.
12132
12133 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * man.el (Man-init-defvars, Man-translate-references)
12136 (Man-support-local-filenames, Man-highlight-references):
12137 * progmodes/sql.el (sql-interactive-mode):
12138 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12139
12140 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12141 (compilation-mode-font-lock-keywords): Add defvars.
12142 (checkdoc-interactive-loop): "?\ " -> "?\s".
12143
12144 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12145 (font-lock-doc-face, font-lock-string-face)
12146 (font-lock-keywords-case-fold-search): Add defvars.
12147 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12148
12149 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12150 Don't pass X and Y (they are ignored anyway).
12151 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12152 (mouse-delete-window): Make arguments optional.
12153
12154 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12155 (caesar-translate-table, minor-modes, news-buffer-save)
12156 (news-group-name, news-minor-modes): Add defvars.
12157
12158 * emacs-lisp/lselect.el (mouse-highlight-priority)
12159 (x-lost-selection-functions, zmacs-regions):
12160 * emacs-lisp/pp.el (font-lock-verbose):
12161 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12162 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12163 (ses-mode-map):
12164 * emacs-lisp/tcover-unsafep.el (safe-functions):
12165 * international/mule-cmds.el (mac-system-coding-system)
12166 (mac-system-locale):
12167 * language/ethio-util.el (rmail-current-message)
12168 (rmail-message-vector):
12169 * language/thai-util.el (thai-auto-composition-mode):
12170 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12171 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12172 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12173 (vm-primary-inbox, vm-spool-files):
12174 * mail/rmail.el (deleted-head, font-lock-fontified)
12175 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12176 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12177 (total-messages):
12178 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12179 (rmail-summary-mode-map):
12180 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12181 (rmail-last-label, rmail-last-multi-labels)
12182 (rmail-summary-vector, rmail-total-messages):
12183 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12184 * mail/rmailsum.el (msgnum):
12185 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12186 (rmail-current-message):
12187 * obsolete/fast-lock.el (font-lock-face-list):
12188 * obsolete/rnewspost.el (mail-reply-buffer):
12189 * obsolete/scribe.el (compile-command):
12190 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12191
12192 2005-08-28 John Paul Wallington <jpw@gnu.org>
12193
12194 * ibuf-ext.el (ibuffer-auto-update-changed):
12195 Use `frame-or-buffer-changed-p' to check whether we need to update.
12196 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12197 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12198 as a `frame-or-buffer-changed-p' state vector instead.
12199
12200 2005-08-27 Romain Francoise <romain@orebokech.com>
12201
12202 * textmodes/makeinfo.el (makeinfo-compile):
12203 Use `compilation-start'. Set `next-error-function' according to
12204 `disable-errors'.
12205 (makeinfo-next-error): New function.
12206 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12207 (makeinfo-buffer): Likewise.
12208
12209 * progmodes/compile.el (compilation-start): Add autoload cookie.
12210
12211 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12212 * textmodes/sgml-mode.el: Likewise.
12213 * progmodes/python.el: Likewise.
12214
12215 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12216
12217 * simple.el (blink-matching-paren-distance): Document the meaning
12218 of nil value, and allow to customize to nil.
12219
12220 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12221 command.com, not command.exe.
12222
12223 2005-08-26 John Wiegley <johnw@newartisans.com>
12224
12225 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12226 code around a bit so that an extraneous nil argument is not added
12227 to a command when no args are given.
12228
12229 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12230 double-quoted argument resolves to nil, return it as an empty
12231 string rather than as nil. This made it impossible to pass "" to
12232 a shell script as a null string argument.
12233
12234 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * outline.el (outline-invent-heading): New fun.
12237 (outline-promote, outline-demote): Use it.
12238 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12239 (outline-end-of-subtree): Remove unused var `opoint'.
12240
12241 2005-08-26 David Reitter <david.reitter@gmail.com>
12242
12243 * menu-bar.el (truncate-lines, write-file, print-buffer)
12244 (ps-print-buffer-faces, ps-print-buffer, split-window):
12245 Disable menu items when the frame they refer to is invisible, or when
12246 they refer to a buffer and the minibuffer is selected.
12247
12248 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12249
12250 * progmodes/flymake.el (flymake-highlight-err-lines):
12251 Use save-excursion around flymake-highlight-line to preserve point.
12252
12253 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12254
12255 * progmodes/octave-mod.el: Change Author and Maintainer address.
12256 (octave-maintainer-address): Change Kurt's email address.
12257 * progmodes/octave-inf.el: Change Author and Maintainer address.
12258 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12259
12260 2005-08-26 Kim F. Storm <storm@cua.dk>
12261
12262 * subr.el (version-list-<, version-list-<=, version-list-=):
12263 Rename from integer-list-*.
12264 (version-list-not-zero): Likewise. Fix while loop.
12265 (version=): Use version-list-= instead of string-equal.
12266
12267 2005-08-26 Richard M. Stallman <rms@gnu.org>
12268
12269 * outline.el (outline-promote): Try shortening the heading.
12270 As last resort, read the heading to use.
12271 (outline-demote): As last resort, read the heading to use.
12272
12273 2005-08-26 Romain Francoise <romain@orebokech.com>
12274
12275 * progmodes/compile.el (compilation-start): Doc fix.
12276
12277 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12278 (antlr-font-lock-additional-keywords): Fix reference to
12279 `antlr-font-lock-literal-regexp' erroneously changed during the
12280 mass face rename.
12281 (antlr-run-tool): Use `compilation-start'.
12282
12283 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12284 instead of the obsolete `compile-internal'.
12285
12286 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12287
12288 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12289 (number, original-date):
12290 * calendar/cal-china.el (date):
12291 * calendar/cal-coptic.el (date):
12292 * calendar/cal-french.el (date):
12293 * calendar/cal-hebrew.el (date, entry, number, original-date):
12294 * calendar/cal-islam.el (date, number, original-date):
12295 * calendar/cal-iso.el (date):
12296 * calendar/cal-julian.el (date):
12297 * calendar/cal-mayan.el (date):
12298 * calendar/cal-menu.el (date, event):
12299 * calendar/cal-persia.el (date):
12300 * calendar/lunar.el (date):
12301 * calendar/solar.el (date): Add defvars.
12302
12303 * emerge.el:
12304 * ibuffer.el:
12305 * info-xref.el:
12306 * obsolete/bg-mouse.el:
12307 * obsolete/sun-curs.el:
12308 * obsolete/swedish.el: Move the `defvar's to the top level.
12309
12310 * smerge-mode.el (smerge-refined-change): Add :group.
12311
12312 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12315 (smerge-keep-n): Remove props.
12316 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12317 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12318 now that it's done in smerge-keep-n.
12319 (smerge-refined-change): New face.
12320 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12321 (smerge-refine): New funs.
12322 (smerge-basic-map): Bind smerge-refine.
12323
12324 2005-08-25 Juri Linkov <juri@jurta.org>
12325
12326 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12327 compilation-process-setup-function and compilation-disable-input
12328 in grep-mode instead of let-bindings in grep.
12329
12330 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12331 Delete "Automatic File De/compression" (auto-compression-mode).
12332
12333 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12334
12335 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12336 Silence warning about non-existent variable.
12337
12338 2005-08-25 Richard M. Stallman <rms@gnu.org>
12339
12340 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12341 Rename "Describe Key" to "Describe Key or Mouse Operation".
12342
12343 * mail/mailalias.el (build-mail-aliases): Delete comments
12344 from the contents before processing them.
12345
12346 * isearch.el (isearch-edit-string): Erase the Search prompt
12347 if user enters an empty string and there is no default.
12348
12349 * comint.el (comint-file-name-prefix): Add autoload.
12350
12351 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12352
12353 * subr.el (play-sound): Rearrange to avoid warning.
12354
12355 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12356
12357 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12358 New hook.
12359 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12360
12361 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12364
12365 * custom.el (custom-theme-set-variables): Sort minor modes last.
12366
12367 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12368
12369 * subr.el (version-separator, version-regexp-alist): New vars used by
12370 version comparison funs.
12371 (integer-list-<, integer-list-=, integer-list-<=)
12372 (integer-list-not-zero): New funs for integer list comparison.
12373 (version-to-list, version=, version<, version<=): New funs for version
12374 comparison.
12375
12376 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12377
12378 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12379 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12380 time to silence the byte-compiler.
12381
12382 * ibuffer.el (ibuffer-compile-make-eliding-form)
12383 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12384 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12385 so it's silly to get warnings for it).
12386 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12387 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12388 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12389 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12390 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12391 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12392 Defvar at compile time.
12393 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12394 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12395 Declare them before use.
12396
12397 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12398 (info-xref-good, info-xref-bad): Defvar at compile time.
12399
12400 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12401 Use `let*' instead of `let'.
12402
12403 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12404 (*mouse-y*, menu, char): Defvar at compile time.
12405 (sc::menu): Declare it before use.
12406 (sc::pack-one-line): Use `let', not `let*'.
12407
12408 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12409 (mail-send-hook): Defvar at compile time.
12410
12411 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12412 Defvar at compile time.
12413
12414 * term/sun-mouse.el (current-global-mousemap)
12415 (current-local-mousemap): Declare them before use.
12416
12417 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12418
12419 * bookmark.el (bookmark-after-jump-hook): New hook.
12420 (bookmark-jump): Run `bookmark-after-jump-hook'.
12421
12422 2005-08-23 Juri Linkov <juri@jurta.org>
12423
12424 * faces.el (minibuffer-prompt): Doc fix.
12425
12426 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12427
12428 * progmodes/xscheme.el: Trivial changes to silence warnings.
12429 (xscheme-previous-mode, xscheme-previous-process-state):
12430 Add defvars.
12431 (xscheme-last-input-end, xscheme-process-command-line)
12432 (xscheme-process-name, xscheme-buffer-name)
12433 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12434 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12435 (xscheme-control-g-synchronization-p)
12436 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12437 (default-xscheme-runlight, xscheme-runlight)
12438 (xscheme-runlight-string, xscheme-process-filter-state)
12439 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12440 Move to beginning of file.
12441 (scheme-interaction-mode-commands-alist)
12442 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12443 Declare them before use. Note: the initialization code for the variables
12444 has not been moved because it uses functions that reference the variables.
12445 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12446 (xscheme-prompt-for-expression-map): Declare them before use.
12447 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12448
12449 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12450
12451 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12452
12453 2005-08-22 Juri Linkov <juri@jurta.org>
12454
12455 * faces.el (set-face-underline): Delete this duplicate function
12456 and make an obsolete alias to set-face-underline-p.
12457 (set-face-underline-p): Use docstring of set-face-underline.
12458 (describe-face): Create hyperlink to parent face.
12459
12460 * info.el (Info-insert-dir): Use save-excursion around
12461 insert-buffer-substring.
12462 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12463 (Info-escape-percent): Delete function.
12464 (Info-fontify-node): Replace Info-escape-percent by
12465 replace-regexp-in-string with REP arg set to lambda that
12466 duplicates `%' and preserves text properties.
12467
12468 * progmodes/compile.el (compilation-disable-input): Doc fix.
12469 (define-compilation-mode): Doc fix and refill.
12470 (kill-compilation): Use `mode-name' in the error message.
12471 (compilation-find-file): Use `compilation-error' in the
12472 read-file-name's prompt.
12473
12474 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12477 (smerge-auto-leave): Make undo re-enable the mode.
12478 (debug-ignored-errors): Add the user-error of impossible resolution.
12479 (smerge-resolve): Move things around a bit, in preparation for later.
12480 (smerge-diff): Don't fail if the buffer has no associated file.
12481 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12482 (smerge-conflict-overlay): New function.
12483 (smerge-match-conflict): Don't add text properties here.
12484 (smerge-find-conflict): Instead, add an overlay here.
12485 Also check for the case where we're inside a conflict already, so as to
12486 obviate the need for font-lock-multiline, which is unbearably slow with
12487 large conflicts and ciomplex font-lock patterns.
12488 (smerge-remove-props): Remove overlay rather than text-properties.
12489 (smerge-mode): Don't set font-lock-multiline.
12490 Remove overlays when turned off.
12491
12492 2005-08-21 Kim F. Storm <storm@cua.dk>
12493
12494 * ido.el (ido-ignore-item-p): Use save-match-data.
12495 Bind case-fold-search to ido-case-fold locally.
12496
12497 2005-08-20 Richard M. Stallman <rms@gnu.org>
12498
12499 * files.el (normal-mode): If font lock is on, turn it off and on.
12500
12501 * subr.el (replace-regexp-in-string): Doc fix.
12502
12503 * startup.el (command-line-1): Don't suppress startup screen
12504 due to existing processes.
12505
12506 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12507
12508 * progmodes/compile.el (compilation-disable-input): Default to nil.
12509
12510 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12511
12512 * progmodes/compile.el (compilation-disable-input): New defcustom.
12513 (compilation-start): If compilation-disable-input is non-nil, send
12514 EOF to the compilation process.
12515
12516 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12517
12518 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12519 Run the argument of tex-shell-cd-command through
12520 convert-standard-filename, to get the correct style of slashes on
12521 Windows, and enclose the result in quotes, in case the file name
12522 includes whitespace or other special characters.
12523
12524 2005-08-19 Andreas Schwab <schwab@suse.de>
12525
12526 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12527 process.
12528
12529 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12532
12533 2005-08-18 Kim F. Storm <storm@cua.dk>
12534
12535 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12536
12537 2005-08-18 Richard M. Stallman <rms@gnu.org>
12538
12539 * scroll-lock.el: New file.
12540
12541 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12542
12543 * dired.el (dired-move-to-end-of-filename):
12544 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12545
12546 2005-08-18 Kim F. Storm <storm@cua.dk>
12547
12548 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12549 rather than toggle mode when custom value is nil.
12550 (ido-everywhere): Fix defun doc string.
12551
12552 2005-08-17 Richard M. Stallman <rms@gnu.org>
12553
12554 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12555 as tag instead of "Inviolable".
12556
12557 2005-08-17 Kim F. Storm <storm@cua.dk>
12558
12559 * windmove.el (windmove-coordinates-of-position): Remove.
12560 (windmove-coordinates-of-window-position): Remove.
12561 (windmove-reference-loc): Use posn-at-point instead.
12562
12563 * subr.el (insert-for-yank-1): Doc fix.
12564
12565 * ido.el (ido-enter-matching-directory): Rename from
12566 ido-enter-single-matching-directory. Change `slash' choice to
12567 `only'. Add `first' choice.
12568 (ido-exhibit): Adapt to above changes.
12569
12570 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12571
12572 * Makefile.in: Expand comment about building loaddefs.el.
12573
12574 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12577 Comment use of defadvice.
12578
12579 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12580
12581 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12584 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12585 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12586 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12587 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12588 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12589 for backward compatibility for faces that did not appear in the
12590 previous Emacs release.
12591
12592 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12593
12594 2005-08-15 Kim F. Storm <storm@cua.dk>
12595
12596 * emulation/cua-base.el (cua-delete-region): Return t if
12597 deleted region was non-empty.
12598 (cua-replace-region): Inhibit overwrite-mode for
12599 self-insert-command if replaced region was non-empty.
12600 (cua--explicit-region-start, cua--status-string): Make them
12601 buffer-local at top-level...
12602 (cua-mode): ...rather than when mode is enabled.
12603
12604 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12605
12606 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12607 Set t for Emacs 21, 22, and so on.
12608
12609 2005-08-15 David Ponce <david@dponce.com>
12610
12611 * tree-widget.el: Update Commentary header.
12612 (tree-widget-theme): Doc fix.
12613 (tree-widget-space-width): New option.
12614 (tree-widget-image-properties): Look up in the default theme too.
12615 (tree-widget--cursors): Only for images with arrow pointer shape.
12616 (tree-widget-lookup-image): Pointer shape is hand by default.
12617 (tree-widget-icon): Rename generic icon widget from
12618 `tree-widget-control'.
12619 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12620 derive from `tree-widget-icon'.
12621 (tree-widget-handle): Improve default look and feel of the text
12622 representation.
12623 (tree-widget): Rename :*-control properties to :*-icon properties.
12624 Add :action and :help-echo properties.
12625 (tree-widget-after-toggle-functions): Move.
12626 (tree-widget-close-node, tree-widget-open-node): Remove.
12627 (tree-widget-before-create-icon-functions): New hook.
12628 (tree-widget-value-create): Update to allow customization of icons
12629 and nodes at run-time via that new hook.
12630 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12631 (tree-widget-icon-action, tree-widget-icon-help-echo)
12632 (tree-widget-action, tree-widget-help-echo): New functions.
12633
12634 2005-08-15 Kim F. Storm <storm@cua.dk>
12635
12636 * ido.el (ido-buffer-internal): Use with-no-warnings.
12637 (ido-make-merged-file-list): Use while-no-input.
12638
12639 2005-08-15 Richard M. Stallman <rms@gnu.org>
12640
12641 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12642 (flyspell-large-region): Fix doc and custom type.
12643
12644 2005-08-14 Richard M. Stallman <rms@gnu.org>
12645
12646 * files.el (interpreter-mode-alist): Doc fix.
12647
12648 * mail/rmail.el (rmail-nonignored-headers): New variable.
12649 (rmail-clear-headers): Use it.
12650 (rmail-reply): Better handling of mail-followup-to header.
12651
12652 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12653 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12654 don't try to refer to executable-font-lock-keywords.
12655 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12656 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12657 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12658 (sh-mode): Set comment-start-skip, local-abbrev-table,
12659 imenu-case-fold-search.
12660 (sh-set-shell): Don't set them here.
12661 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12662 Don't cache the results in the original alist; don't ever modify
12663 that alist.
12664
12665 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12666
12667 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12668 empty.
12669
12670 2005-08-15 Andreas Schwab <schwab@suse.de>
12671
12672 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12673
12674 * dired.el, info.el, mail/rmail.el: Revert last change.
12675
12676 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12677
12678 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12679 modification in `eval-after-load' form.
12680 * info.el: Likewise.
12681 * mail/rmail.el: Likewise.
12682
12683 2005-08-14 Juri Linkov <juri@jurta.org>
12684
12685 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12686 Remove highlighting of "Compilation started". Highlight only
12687 the word "finished" in "Compilation finished". Add highlighting
12688 of "interrupt", "killed", "terminated" and the exit code.
12689 (compilation-start): Add newline after header. Use exactly the
12690 same time stamp format as the finishing message.
12691 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12692
12693 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12694 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12695 Add highlighting of "interrupt", "killed", "terminated".
12696
12697 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12698 enabled and the current command is self-insert-command, call it
12699 explicitly with overwrite-mode bound to nil, to not allow it
12700 to delete the character after the selected region.
12701
12702 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12703
12704 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12705 move-end-of-line, end-of-line, and beginning-of-line to the list
12706 of commands after which the echo area is updated.
12707
12708 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12709
12710 * cus-edit.el (custom-save-all, custom-save-delete):
12711 Bind recentf-exclude to exclude custom-file.
12712
12713 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12714
12715 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12716 to go to the bottom of the mail message. Added to
12717 `rmail-summary-mode-map' with key "/".
12718 (rmail-summary-show-message): New (internal) function for use by
12719 both `rmail-summary-beginning/end-of-message'.
12720 (rmail-summary-beginning-of-message): Change to use
12721 rmail-summary-show-message.
12722
12723 * mail/rmail.el (rmail-end-of-message): New command to go to the
12724 end of the current message. Added to `rmail-mode-map' with key "/".
12725 (rmail-beginning-of-message): Fix to work as documented.
12726 (rmail-mode): Change documentation.
12727
12728 * progmodes/compile.el (compilation-start): Add the line
12729 "Compilation started" with compilation start time.
12730 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12731
12732 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12733
12734 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12735 of menu items.
12736
12737 2005-08-11 Richard M. Stallman <rms@gnu.org>
12738
12739 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12740
12741 * battery.el (battery-status-function): Don't use ignore-errors.
12742
12743 2005-08-11 Lute Kamstra <lute@gnu.org>
12744
12745 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12746 define-obsolete-variable-alias.
12747
12748 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12751 (ange-ftp-send-cmd): Revert last change, and expand
12752 the comment explaining the problem.
12753
12754 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12755
12756 * ldefs-boot.el: Update.
12757
12758 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12759 item to "Time, Load and Mail". Change help echo text.
12760
12761 * time.el (display-time-use-mail-icon, display-time-format)
12762 (display-time-string-forms): Shorten first line of docstrings.
12763
12764 2005-08-10 Lars Hansen <larsh@soem.dk>
12765
12766 * desktop.el (desktop-buffer-mode-handlers):
12767 Make non-customizable. Add autoload cookie. Change initial value to
12768 nil; add elements in respective modules instead. Fix doc string.
12769 (desktop-load-file): New function.
12770 (desktop-minor-mode-handlers): New autoloaded variable.
12771 (desktop-create-buffer): Call minor mode handlers.
12772 Use desktop-load-file to load major and minor mode modules prior to
12773 checking for a handler.
12774 (desktop-save): Don't add nil to desktop-minor-modes for minor
12775 modes with nil function in desktop-minor-mode-table. Don't delete
12776 desktop file before rewriting it.
12777 (desktop-locals-to-save): Add autoload cookie. Don't make
12778 automatically buffer-local. Add variables column-number-mode,
12779 size-indication-mode, indent-tabs-mode,
12780 indicate-buffer-boundaries, indicate-empty-lines and
12781 show-trailing-whitespace.
12782 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12783 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12784 (desktop-clear-preserve-buffers-regexp): Delete.
12785 (desktop-clear-preserve-buffers): Update initial value and docstring.
12786 (desktop-save-buffer): Fix doc string.
12787
12788 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12789 (hilit-chg-desktop-restore): New function.
12790 (highlight-changes-mode): Add highlight-changes-mode to
12791 desktop-locals-to-save.
12792
12793 * dired.el: Add handler to desktop-buffer-mode-handlers.
12794 (dired-restore-desktop-buffer): Remove autoload cookie.
12795 (dired-mode): Add autoload cookie.
12796
12797 * info.el: Add handler to desktop-buffer-mode-handlers.
12798 (Info-restore-desktop-buffer): Remove autoload cookie.
12799 (Info-mode): Add autoload cookie.
12800
12801 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12802 (mh-restore-desktop-buffer): Remove autoload cookie.
12803 (mh-folder-mode): Add autoload cookie.
12804
12805 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12806 (rmail-restore-desktop-buffer): Remove autoload cookie.
12807
12808 2005-08-11 Masatake YAMATO <jet@gyve.org>
12809
12810 * hexl.el (hexl-address-region):
12811 (hexl-ascii-region, hexl-font-lock-keywords):
12812 (hexl-highlight-line-range): Use the term "region"
12813 instead of "area" for consistency with the other symbols
12814 defined in hexl.el.
12815
12816 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12817
12818 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12819 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12820 out by Juri Linkov). Add `display-battery-mode'.
12821
12822 2005-08-09 Juri Linkov <juri@jurta.org>
12823
12824 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12825 Remove `-text' from face variable names.
12826 (compilation-error-file-name, compilation-warning-file-name)
12827 (compilation-info-file-name): Delete faces.
12828 (compilation-line-number, compilation-column-number):
12829 Remove face underlining.
12830 (compilation-message-face): Set to `underline' value by default.
12831 (compilation-error-face, compilation-warning-face)
12832 (compilation-info-face): Remove `-file-name' from face names.
12833 (compilation-error-text-face, compilation-warning-text-face)
12834 (compilation-info-text-face): Delete face variables.
12835 (compilation-text-face): Delete function.
12836
12837 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12838 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12839 (grep-error-face): Set to `compilation-error' instead of
12840 `compilation-error-face' (which is redefined to `grep-hit-face' in
12841 grep buffers).
12842 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12843 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12844
12845 * dired-aux.el (dired-do-query-replace-regexp):
12846 Use `query-replace-read-args'.
12847
12848 * replace.el (query-replace-read-from, query-replace-read-to)
12849 (query-replace-read-args): Rename arg `string' to `prompt'.
12850
12851 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12852
12853 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12854
12855 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12856 uploading files.
12857 (ange-ftp-canonize-filename): Handle file names beginning with ~
12858 correctly.
12859
12860 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * textmodes/fill.el (canonically-space-region)
12863 (fill-context-prefix, fill-french-nobreak-p)
12864 (fill-delete-newlines, fill-comment-paragraph)
12865 (justify-current-line): "?\ " -> "?\s".
12866
12867 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12868
12869 * textmodes/fill.el (fill-nonuniform-paragraphs):
12870 Improve argument/docstring consistency.
12871
12872 2005-08-09 Richard M. Stallman <rms@gnu.org>
12873
12874 * textmodes/ispell.el (ispell-word): More fboundp checks.
12875
12876 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12877 (find-file-noselect-1): Call it here, only if RAWFILE.
12878 (normal-mode): Always set some major mode.
12879 (save-some-buffers-action-alist): Change some explanation strings.
12880 (file-name-non-special): In the `quote' method, use unwind-protect.
12881
12882 2005-08-09 Magnus Henoch <mange@freemail.hu>
12883
12884 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12885 (ispell-have-aspell-dictionaries): New variable.
12886 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12887 (ispell-get-aspell-config-value): New function.
12888 (ispell-aspell-find-dictionary): New function.
12889 (ispell-aspell-add-aliases): New function.
12890 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12891 appropriate. Don't look for ispell dictionaries if we use aspell.
12892 (ispell-menu-map): Don't build a submenu of dictionaries.
12893
12894 2005-08-09 Richard M. Stallman <rms@gnu.org>
12895
12896 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12897 (sql-read-passwd): Use read-passwd.
12898
12899 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12900 (idlwave-toolbar-is-possible): Add defvars.
12901
12902 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12903 Avoid warnings.
12904
12905 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12906 (idlwave-system-class-info, idlwave-executive-commands-alist):
12907 Use defvar.
12908
12909 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12910
12911 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12912 Avoid warnings.
12913
12914 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12915 and content-type: headers.
12916
12917 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12918
12919 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12920 and rename some of them to be more self-explanatory.
12921
12922 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12923
12924 * startup.el (command-line-1): Implement -scriptload.
12925
12926 * replace.el (occur-engine): Initial *Occur* output not undoable.
12927
12928 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12929 and improve help strings.
12930
12931 * isearch.el (isearch-repeat): When changing direction,
12932 mark search successful.
12933
12934 * ediff-init.el: Use (featurep 'xemacs).
12935
12936 * comint.el (send-invisible): Identify buffer, if not selected.
12937
12938 * align.el: Delete autoload for c-guess-basic-syntax.
12939
12940 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12941
12942 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12943 Improve argument/docstring consistency. Doc fixes.
12944 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12945 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12946 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12947 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12948 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12949 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12950 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12951 Defvar at compile time.
12952
12953 2005-08-09 Juri Linkov <juri@jurta.org>
12954
12955 * info.el: Replace `info' with upper-case `Info' where appropriate.
12956 (info-title-1, info-title-2, info-title-3, info-title-4)
12957 (info-menu-header): Move up face definitions.
12958 (info-menu-star): Rename from `info-menu-5'.
12959 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12960 (Info-fontify-visited-nodes): Fix docstring.
12961 (Info-hide-note-references): Fix docstring.
12962 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12963 menu items in the same way as on cross-references.
12964 (info-apropos): Fix sorting order and formatting to be like in the
12965 stand-alone Info browser. Display error messages for 1 sec.
12966 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12967 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12968 from the menu bar.
12969 (Info-insert-dir): Restore point after calling
12970 `insert-buffer-substring'.
12971
12972 2005-08-08 Richard M. Stallman <rms@gnu.org>
12973
12974 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12975 (recompute-lucid-menubar): Add defvars.
12976
12977 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12978
12979 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12980
12981 * net/net-utils.el (run-dig): Rename from `dig'.
12982
12983 * play/gametree.el (gametree-mode): Use make-local-variable,
12984 not make-variable-buffer-local.
12985
12986 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12987
12988 * ansi-color.el (ansi-color-make-extent)
12989 (ansi-color-set-extent-face): Use fboundp, not functionp.
12990
12991 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12992 not make-variable-buffer-local.
12993
12994 * bookmark.el (Info-current-file): Add defvar.
12995 (bookmark-jump-noselect): Use with-no-warnings.
12996
12997 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12998
12999 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13000
13001 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13002
13003 * find-file.el (ada-procedure-start-regexp)
13004 (ada-package-start-regexp): Add defvars.
13005
13006 * info.el (Info-insert-dir): Use insert-buffer-substring.
13007
13008 * xml.el (xml-att-def-re): Add defvar.
13009
13010 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13011 calling convention.
13012
13013 * subr.el (while-no-input): Return t if there is input.
13014
13015 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13016
13017 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13018
13019 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13022 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13023
13024 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13025
13026 * cmuscheme.el (scheme-start-file): Replace reference to
13027 `user-emacs-directory' by "~/.emacs.d/".
13028
13029 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13030
13031 * info.el (Info-dir-remove-duplicates): Avoid case folding
13032 in loop; instead, keep downcased strings for comparison.
13033 Suggested by Helmut Eller.
13034
13035 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13036
13037 Sync with Tramp 2.0.50.
13038
13039 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13040 XEmacs case; not necessary anymore.
13041 (tramp-user-regexp): Allow "@" as part of user name.
13042 (tramp-handle-set-visited-file-modtime)
13043 (tramp-handle-insert-file-contents)
13044 (tramp-handle-write-region): No special handling for
13045 `last-coding-system-used, because this is done in
13046 `tramp-accept-process-output' now.
13047 (tramp-accept-process-output): New defun.
13048 (tramp-process-one-action, tramp-process-one-multi-action)
13049 (tramp-wait-for-regexp, tramp-wait-for-output)
13050 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13051 Howells <dhowells@redhat.com>.
13052 (clear-visited-file-modtime): Defadvice removed. The check for
13053 unset buffer's modtime does not need to be based on
13054 `tramp-buffer-file-attributes'. Suggested by RMS.
13055 (tramp-message): Insert "\n" if not being at beginning of line.
13056 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13057 sequence with same logic.
13058 (tramp-completion-handle-expand-file-name): Discard call of
13059 `tramp-drop-volume-letter'. It is not necessary, and there have
13060 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13061 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13062 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13063 should always be visible.
13064 (tramp-handle-insert-directory, tramp-setup-complete)
13065 (tramp-set-process-query-on-exit-flag)
13066 (tramp-append-tramp-buffers): Pacify byte-compiler.
13067 (tramp-bug): Delete non-existing variables from list.
13068 Apply `tramp-load-report-modules' as pre-hook.
13069 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13070 `shell-prompt-pattern' because of non-7bit characters.
13071 Reported by Sebastian Luque <sluque@mun.ca>.
13072 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13073 (tramp-match-string-list): Remove function.
13074 (tramp-wait-for-regexp): Remove call of that function.
13075 Suggested by Kim F. Storm <storm@cua.dk>.
13076 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13077 instead of octal character code ?\600. The latter resulted in a
13078 syntax error with XEmacs.
13079
13080 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13081 XEmacs case; not necessary anymore.
13082 (tramp-smb-handle-write-region): No special handling for
13083 `last-coding-system-used, because this is done in
13084 `tramp-accept-process-output' now.
13085 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13086
13087 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13088
13089 * wid-edit.el (widget-choice-value-create):
13090 Unconditionally respect user choice. Set :explicit-choice back to nil
13091 when no longer needed.
13092 (widget-choice-action): Unconditionally respect user choice.
13093 Eliminate :explicit-choice-value.
13094
13095 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13096
13097 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13098 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13099 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13100 running new function `toggle-indicate-empty-lines'.
13101 Rename "Customize" item to "Customize fringe".
13102 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13103 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13104 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13105 Delete "Empty lines only" item.
13106 (menu-bar-showhide-fringe-ind-customize): New function.
13107 (menu-bar-showhide-fringe-ind-mixed)
13108 (menu-bar-showhide-fringe-ind-box)
13109 (menu-bar-showhide-fringe-ind-right)
13110 (menu-bar-showhide-fringe-ind-left)
13111 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13112 instead of `fringe-indicators'.
13113
13114 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13115
13116 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13117 Change the date of last update.
13118
13119 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13120
13121 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13122 (viper-exec-yank, viper-put-back): Don't display modification msg
13123 if in the minibuffer.
13124
13125 * viper-init.el (viper-replace-overlay-cursor-color)
13126 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13127 Make variables frame local.
13128
13129 * viper-util.el (viper-append-filter-alist): Use append instead of
13130 nconc.
13131
13132 * viper.el (viper-vi-state-mode-list)
13133 (viper-emacs-state-mode-list): Move help-mode and
13134 completion-list-mode from the first list to the second.
13135 (viper-mode): Docstring.
13136 (viper-go-away, viper-non-hook-settings): Don't localize
13137 minor-mode-alist in newer Emacsen. Add advice to
13138 set-cursor-color. Don't bind "\C-c\\".
13139
13140 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13141
13142 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13143 (scheme-macro-expand-command): New user options.
13144 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13145 (scheme-form-at-point, scheme-start-file)
13146 (scheme-interactively-start-process): New functions.
13147 (scheme-get-process): New function, extracted from `scheme-proc'.
13148 (run-scheme): Call `scheme-start-file' to get start file, and pass
13149 it to `make-comint'.
13150 (switch-to-scheme, scheme-proc):
13151 Call `scheme-interactively-start-process' if no Scheme buffer/process
13152 is available.
13153
13154 2005-08-06 Juri Linkov <juri@jurta.org>
13155
13156 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13157 Use `compilation-text-face', `compilation-info-text-face' and
13158 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13159 (compilation-error): New face.
13160 (compilation-error-file-name): Inherit from
13161 `compilation-error' instead of `font-lock-warning-face'.
13162 (compilation-warning-file-name): Inherit from
13163 `compilation-warning' instead of `font-lock-warning-face'.
13164 (compilation-info, compilation-error-file-name)
13165 (compilation-warning-file-name, compilation-info-file-name)
13166 (compilation-line-number, compilation-column-number): Doc fix.
13167 (compilation-error-text-face, compilation-warning-text-face)
13168 (compilation-info-text-face): New face variables.
13169 (compilation-line-face, compilation-column-face)
13170 (compilation-enter-directory-face)
13171 (compilation-leave-directory-face): Doc fix.
13172 (compilation-text-face): New function.
13173
13174 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13175 instead of 1 to display binary file names as info file links.
13176 (grep-error-face): Use `compilation-error-face' instead of
13177 `font-lock-keyword-face'.
13178 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13179 and `compilation-warning-text-face' instead of
13180 `font-lock-keyword-face'. Use `compilation-error-text-face'
13181 instead of `grep-error-face'.
13182
13183 2005-08-05 Kenichi Handa <handa@m17n.org>
13184
13185 * international/code-pages.el: Add autoload cookies for all coding
13186 systems.
13187
13188 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13189
13190 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13191
13192 2005-08-04 Juri Linkov <juri@jurta.org>
13193
13194 * progmodes/compile.el (compilation-mode-map):
13195 * progmodes/grep.el (grep-mode-map):
13196 Bind TAB to `compilation-next-error' and [backtab] to
13197 `compilation-previous-error'.
13198
13199 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13200 matching line numbers, column numbers and their ranges with regexp
13201 matching only line numbers.
13202 (grep-context-face): New face variable.
13203 (grep-mode-font-lock-keywords): Use it.
13204
13205 * faces.el (read-face-name): Delete duplicate faces.
13206
13207 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13208
13209 * thumbs.el (thumbs-find-image): Don't make variables
13210 automatically buffer local.
13211 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13212 (thumbs-image-num): Make automatically buffer local.
13213 (thumbs-show-thumbs-list): Use `make-local-variable', not
13214 `make-variable-buffer-local'.
13215 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13216
13217 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13218 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13219 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13220 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13221 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13222 (feelings-about, foullst, found, hello, history, howareyoulst)
13223 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13224 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13225 (neglst, obj, object, owner, please, problems, qlist)
13226 (random-adjective, relation, remlst, repetitive-shortness)
13227 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13228 (shortlst, something, sportslst, stallmanlst, states, subj)
13229 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13230 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13231 Defvar at compile time.
13232
13233 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13234 not `make-variable-buffer-local'.
13235
13236 2005-08-02 Kim F. Storm <storm@cua.dk>
13237
13238 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13239 rectangle overlay in selected window.
13240
13241 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13242
13243 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13244 instead of display group. Make `indicate-buffer-boundaries'
13245 customizable through Custom.
13246
13247 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13248
13249 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13250 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13251 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13252 (gdb-put-string): Fix typos in docstrings.
13253
13254 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13255
13256 Update copyright notices of files in progmodes directory for
13257 release of Emacs 22.1.
13258
13259 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13260
13261 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13262 Don't barf if the GUD buffer has been killed.
13263
13264 2005-08-01 Kim F. Storm <storm@cua.dk>
13265
13266 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13267
13268 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * simple.el (next-error-follow-minor-mode):
13271 make-variable-buffer-local -> make-local-variable.
13272
13273 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13274
13275 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13276 (byte-compile-form-make-variable-buffer-local): New functions to warn
13277 about misuses of make-variable-buffer-local where make-local-variable
13278 was meant.
13279
13280 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * bs.el (bs-attributes-list): Doc fix.
13283 (bs): Update url-link.
13284
13285 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13286 (desktop-load-default): Simplify.
13287
13288 * ibuffer.el (ibuffer-columnize-and-insert-list)
13289 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13290 (ibuffer-unmark-all, ibuffer-toggle-marks)
13291 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13292 (ibuffer-compile-make-format-form, ibuffer-format-column)
13293 (ibuffer-current-buffers-with-marks)
13294 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13295 (ibuffer): Doc fix.
13296 (ibuffer-mode): Fix typo in docstring.
13297 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13298 with `define-obsolete-variable-alias'.
13299 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13300
13301 2005-07-29 Kenichi Handa <handa@m17n.org>
13302
13303 * international/mule-cmds.el (select-message-coding-system):
13304 Be sure to use LF for end-of-line. If no coding system is decided,
13305 return iso-8859-1-unix.
13306
13307 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13310 (ange-ftp-pending-error-line): New vars.
13311 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13312 to handle the non-fatal no-route-to-host messages.
13313 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13314
13315 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13316
13317 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13318 (isearch-quote-char, isearch-printing-char)
13319 (isearch-text-char-description): "?\ " -> "?\s".
13320 (isearch-lazy-highlight-cleanup)
13321 (isearch-lazy-highlight-initial-delay)
13322 (isearch-lazy-highlight-interval)
13323 (isearch-lazy-highlight-max-at-a-time)
13324 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13325 Declare with define-obsolete-*-alias macros.
13326 (isearch-forward): Fix typo in docstring.
13327 (search-invisible, search-ring-yank-pointer)
13328 (regexp-search-ring-yank-pointer): Doc fixes.
13329
13330 * recentf.el (recentf-menu-append-commands-p): Declare with
13331 `define-obsolete-variable-alias'.
13332 (recentf-max-saved-items, recentf-menu-filter)
13333 (recentf-arrange-by-rule-subfilter): Doc fixes.
13334 (recentf-menu-append-commands-flag)
13335 (recentf-initialize-file-name-history, recentf-expand-file-name)
13336 (recentf-clear-data): Fix typos in docstrings.
13337
13338 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13339
13340 * progmodes/gdb-ui.el: Smarten comments.
13341 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13342
13343 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13344
13345 * term/apollo.el (terminal-init-apollo): New function containing
13346 all former top level forms in the file.
13347 * term/bobcat.el (terminal-init-bobcat):
13348 * term/cygwin.el (terminal-init-cygwin):
13349 * term/iris-ansi.el (terminal-init-iris-ansi):
13350 * term/linux.el (terminal-init-linux):
13351 * term/news.el (terminal-init-news):
13352 * term/rxvt.el (terminal-init-rxvt):
13353 * term/sun.el (terminal-init-sun):
13354 * term/tvi970.el (terminal-init-tvi970):
13355 * term/vt100.el (terminal-init-vt100):
13356 * term/vt102.el (terminal-init-vt102):
13357 * term/vt125.el (terminal-init-vt125):
13358 * term/vt200.el (terminal-init-vt200):
13359 * term/vt201.el (terminal-init-vt201):
13360 * term/vt220.el (terminal-init-vt220):
13361 * term/vt240.el (terminal-init-vt240):
13362 * term/vt300.el (terminal-init-vt300):
13363 * term/vt320.el (terminal-init-vt320):
13364 * term/vt400.el (terminal-init-vt400):
13365 * term/vt420.el (terminal-init-vt420):
13366 * term/wyse50.el (terminal-init-wyse50):
13367 * term/xterm.el (terminal-init-xterm): Likewise.
13368
13369 * term/README: Describe the terminal-init-* functionality.
13370
13371 * startup.el (command-line): After loading the terminal initialization
13372 file call the corresponding terminal initialization function.
13373
13374 2005-07-27 Kenichi Handa <handa@m17n.org>
13375
13376 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13377 negative.
13378
13379 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13380 (ps-mule-composition-prologue): Fix for the case that
13381 RelativeCompose is false.
13382
13383 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13386
13387 * descr-text.el (describe-char): Handle the case where the list of
13388 chars is displayed in a separate frame.
13389 Be a bit more discriminating when looking for the char.
13390
13391 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13392
13393 * bookmark.el (bookmark-automatically-show-annotations)
13394 (bookmark-read-annotation-text-func): Doc fixes.
13395 (bookmark-save): Improve argument/docstring consistency.
13396 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13397 (bookmark-alist-from-buffer)
13398 (bookmark-upgrade-file-format-from-0)
13399 (bookmark-grok-file-format-version)
13400 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13401 (bookmark-read-annotation-mode)
13402 (bookmark-insert-current-bookmark, bookmark-jump)
13403 (bookmark-exit-hook): Fix typos in docstrings.
13404 (bookmark-exit-hooks): Define as obsolete alias.
13405 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13406 not `bookmark-exit-hooks'. Fix docstring.
13407 (bookmark-bmenu-select): "?\ " -> "?\s".
13408
13409 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13410
13411 * startup.el (command-line): Fix typo.
13412
13413 2005-07-24 Richard M. Stallman <rms@gnu.org>
13414
13415 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13416 not emacs-quick-startup.
13417
13418 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13419
13420 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13421 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13422 instead of `reb-with-current-window'.
13423 (reb-prev-match): Likewise. Also, don't move left if the search
13424 was unsuccessful.
13425 (reb-initialize-buffer): New function.
13426 (re-builder, reb-change-syntax): Use it.
13427
13428 * man.el (Man-goto-page): Make second argument NOERROR optional.
13429
13430 2005-07-23 Richard M. Stallman <rms@gnu.org>
13431
13432 * man.el (Man-bgproc-sentinel): Check here for failure to find
13433 any man page in the output, and report the error here.
13434 (Man-arguments): Make it permanent local.
13435 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13436 (Man-mode): Pass t for NOERROR.
13437
13438 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13439 (grep-mode-font-lock-keywords):
13440 Don't use compilation-...-face for messages that are not file names.
13441
13442 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13443 Don't use compilation-...-face for messages that are not file names.
13444
13445 2005-07-22 Juri Linkov <juri@jurta.org>
13446
13447 * startup.el (normal-splash-screen): Update menu name.
13448
13449 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13450
13451 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13452
13453 * term/xterm.el: Load term/rxvt if the terminal is actually an
13454 rxvt terminal.
13455 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13456
13457 * term/rxvt.el (function-key-map): Use substitute-key-definition
13458 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13459
13460 * term/cygwin.el: New file.
13461
13462 2005-07-22 Kim F. Storm <storm@cua.dk>
13463
13464 * image-file.el (insert-image-file, image-file-yank-handler):
13465 Fix last change to maintain a (unique) yank-handler on yanked images.
13466
13467 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13468
13469 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13470 of the file size (as in "177B" for 177 bytes). This happens with
13471 "ls -lh" on FreeBSD.
13472
13473 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * hilit-chg.el (highlight-changes-global-initial-state)
13476 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13477 (hilit-chg-fixup, highlight-changes-mode):
13478 Fix typos in docstrings.
13479 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13480 Doc fixes.
13481
13482 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13483
13484 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13485 mode function using `eval-after-load'.
13486
13487 2005-07-21 Kim F. Storm <storm@cua.dk>
13488
13489 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13490 included when reporting an emacs crash, and tell about the DEBUG file.
13491
13492 * image-file.el (insert-image-file): Add yank-handler.
13493 (image-file-yank-handler): Yank handler to make unique copies of
13494 images when they are yanked into a buffer next to each other.
13495
13496 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13497
13498 * comint.el (comint-use-prompt-regexp, comint-send-input)
13499 (comint-source-default, comint-extract-string)
13500 (comint-get-source, comint-word, comint-completion)
13501 (comint-source, comint-prompt-read-only, comint-update-fence):
13502 Fix typos in docstrings.
13503 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13504 Declare with define-obsolete-*-alias macros.
13505 (comint-previous-matching-input-from-input)
13506 (comint-next-matching-input-from-input)
13507 (comint-previous-matching-input, comint-next-matching-input)
13508 (comint-forward-matching-input):
13509 Improve argument/docstring consistency.
13510
13511 * desktop.el (desktop-clear-preserve-buffers-regexp):
13512 Also preserve the *server* buffer.
13513
13514 * simple.el (clone-indirect-buffer): Doc fix.
13515 (fixup-whitespace, just-one-space)
13516 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13517 (next-error, next-error-highlight)
13518 (next-error-highlight-no-select, next-error-last-buffer)
13519 (next-error-buffer-p, next-error-find-buffer, next-error)
13520 (previous-error, next-error-no-select, previous-error-no-select)
13521 (open-line, split-line, minibuffer-prompt-width, kill-new)
13522 (binary-overwrite-mode): Fix typos in docstrings.
13523 (set-fill-column): Fix typo in message.
13524
13525 * skeleton.el (skeleton-proxy-new): Doc fix.
13526
13527 * strokes.el (strokes-load-hook): Doc fix.
13528 (strokes-grid-resolution, strokes-get-grid-position)
13529 (strokes-renormalize-to-grid, strokes-read-stroke)
13530 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13531 (strokes-global-map): Fix typos in docstrings.
13532 (strokes-help): Doc fix. Fix help message and pass it through
13533 `substitute-command-keys'.
13534
13535 * tempo.el (tempo-insert-prompt, tempo-interactive)
13536 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13537 (tempo-insert-string-functions, tempo-local-tags)
13538 (tempo-define-template, tempo-insert-template)
13539 (tempo-insert-prompt-compat, tempo-is-user-element)
13540 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13541 Fix typos in docstrings.
13542
13543 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13544 (vcursor-key-bindings, vcursor-use-vcursor-map)
13545 (vcursor-find-window, vcursor-scroll-down)
13546 (vcursor-disable, vcursor-beginning-of-buffer)
13547 (vcursor-end-of-buffer): Fix typos in docstrings.
13548 (vcursor-relative-move, vcursor-get-char-count):
13549 Improve argument/docstring consistency.
13550
13551 * version.el: "?\ " -> "?\s".
13552
13553 * wid-edit.el (widget-default-create, widget-after-change)
13554 (widget-default-format-handler, widget-checklist-add-item)
13555 (widget-radio-add-item, widget-choose, widget-specify-secret)
13556 (widget-field-value-create, widget-field-value-get)
13557 (widget-editable-list-format-handler)
13558 (widget-editable-list-entry-create, widget-group-value-create)
13559 (widget-documentation-link-add)
13560 (widget-documentation-string-value-create): "?\ " -> "?\s".
13561 (widget-convert-text): Doc fix.
13562 (widget-narrow-to-field, widget-field-find)
13563 (widget-url-link-action, widget-emacs-library-link-action)
13564 (widget-color-notify): Fix typos in docstrings.
13565
13566 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13567 (x-select-text, set-w32-system-coding-system)
13568 (w32-add-charset-info): Fix typos in docstrings.
13569
13570 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13571 (cua-enable-cua-keys, cua-use-hyper-key)
13572 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13573 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13574
13575 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13576
13577 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13578 `defalias' instead of faking it.
13579
13580 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13581 (eshell-ls-missing, eshell-ls-dired-initial-args)
13582 (eshell-ls-use-in-dired): Fix typos in docstrings.
13583
13584 2005-07-20 Kim F. Storm <storm@cua.dk>
13585
13586 * emulation/cua-base.el (cua-mode): Improve doc string.
13587
13588 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * abbrev.el (expand-region-abbrevs): Doc fix.
13591 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13592 Improve argument/docstring consistency.
13593
13594 * arc-mode.el (archive-get-descr, archive-alternate-display):
13595 Doc fixes.
13596 (archive-l-e): Improve argument/docstring consistency.
13597 (archive-tmpdir, archive-unixdate, archive-unixtime)
13598 (archive-chmod-entry): Fix typos in docstrings.
13599 (archive-unflag, archive-unflag-backwards)
13600 (archive-unmark-all-files): "?\ " -> "?\s".
13601
13602 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13603 (Buffer-menu-not-modified, Buffer-menu-execute)
13604 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13605 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13606
13607 * composite.el (compose-string, encode-composition-rule)
13608 (compose-last-chars): Fix typos in docstrings.
13609
13610 * desktop.el (desktop-enable, desktop-basefilename):
13611 Declare with `define-obsolete-variable-alias'.
13612 (desktop-internal-v2s): Don't quote keywords.
13613 (desktop-clear): "?\ " -> "?\s".
13614
13615 * dired.el (dired-align-file, dired-flag-backup-files)
13616 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13617 (dired-listing-switches, dired-ls-F-marks-symlinks)
13618 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13619 (dired-directory, dired-faces, dired, dired-revert)
13620 (dired-mode, dired-summary, dired-view-file)
13621 (dired-copy-filename-as-kill, dired-delete-file)
13622 (dired-no-confirm, dired-unmark-all-marks)
13623 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13624 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13625 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13626 Fix typos in message strings.
13627
13628 * dired-x.el (virtual-dired): Declare with `defalias'.
13629 (dired-mark-unmarked-files, dired-local-variables-file)
13630 (dired-omit-here-always): Doc fix.
13631 (dired-omit-mode, dired-find-subdir)
13632 (dired-enable-local-variables, dired-clean-up-buffers-too)
13633 (dired-extra-startup, dired-mark-extension, dired-jump)
13634 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13635 (dired-smart-shell-command, dired-guess-shell-alist-user)
13636 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13637 (dired-x-bind-find-file, dired-x-submit-report):
13638 Fix typos in docstrings.
13639 (dired-mark-unmarked-files): "?\ " -> "?\s".
13640
13641 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13642
13643 * faces.el (describe-face): "?\ " -> "?\s".
13644 (read-all-face-attributes, read-face-font, modify-face)
13645 (face-attr-construct, italic): Fix typos in docstrings.
13646 (frame-update-face-colors): Declare with
13647 `define-obsolete-function-alias'.
13648
13649 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13650 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13651 (magic-mode-alist, buffer-file-numbers-unique)
13652 (write-file-functions, get-free-disk-space):
13653 Fix typos in docstrings.
13654 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13655 (write-contents-hooks, write-file-hooks):
13656 Declare with `define-obsolete-variable-alias'.
13657
13658 * forms-d2.el (arch-rj): Fix typo in docstrings.
13659 (arch-tocol): Likewise. "?\ " -> "?\s".
13660
13661 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13662 Fix typo in docstring.
13663 (set-screen-width, set-screen-height): Delete redundant info in
13664 doctrings.
13665 (new-frame, screen-height, screen-width): Declare with
13666 `define-obsolete-function-alias'.
13667 (delete-frame-hook, blink-cursor): Declare with
13668 `define-obsolete-variable-alias'.
13669
13670 * paths.el (prune-directory-list): Fix typos in docstring.
13671
13672 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13673 (cvs-prefix-get): Fix typos in docstrings.
13674
13675 * ps-print.el (ps-extend-face-list, ps-extend-face)
13676 (ps-print-background-image): Fix typos in docstrings.
13677 (ps-default-fg, ps-default-bg): Doc fixes.
13678
13679 * s-region.el (s-region-bind): Doc fix.
13680 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13681
13682 * textmodes/org.el (org-table-formula-substitute-names)
13683 (org-table-get-vertical-vector): Doc fixes.
13684 (org-table-recalculate): Remove unused argument to `message'.
13685
13686 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13687
13688 * textmodes/org.el (org-table-column-names)
13689 (org-table-column-name-regexp)
13690 (org-table-named-field-locations): New variables.
13691 (org-archive-subtree): Protect `this-command' when calling
13692 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13693 the kill buffer.
13694 (org-complete): Remove fixed-formula completion.
13695 (org-edit-formulas-map): New variable.
13696 (org-table-edit-formulas): New command.
13697 (org-finish-edit-formulas, org-abort-edit-formulas)
13698 (org-show-variable, org-table-get-vertical-vector): New functions.
13699 (org-table-maybe-eval-formula): Handle `:=' fields.
13700 (org-table-get-stored-formulas, org-table-store-formulas)
13701 (org-table-get-formula, org-table-modify-formulas)
13702 (org-table-replace-in-formulas): Handle named field formulas.
13703 (org-table-get-specials): Store locations of named fields.
13704
13705 2005-07-19 Juri Linkov <juri@jurta.org>
13706
13707 * progmodes/grep.el (grep-regexp-alist)
13708 (grep-mode-font-lock-keywords, grep-process-setup):
13709 Use default GNU grep match color "01;31m" instead of "01;41m".
13710 (grep-regexp-alist, grep-mode-font-lock-keywords):
13711 Use `\\[[0-9]*m' instead of `\\[00m'.
13712 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13713 sgr_start where its handling is more important. Use the real
13714 length of sgr_start instead of constant 8.
13715 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13716 specially. Delete all remaining escape sequences.
13717 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13718 (grep-regexp-alist): Make hyperlink only for binary file name
13719 instead of the whole line.
13720 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13721 (grep-mode): Add autoload.
13722
13723 * emacs-lisp/find-func.el (find-function-regexp):
13724 Add `define-compilation-mode'.
13725
13726 2005-07-19 Juri Linkov <juri@jurta.org>
13727
13728 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13729 (compare-windows-sync-string-size, compare-windows-recenter)
13730 (compare-windows-highlight, compare-windows): Add version 22.1.
13731 (compare-windows) <defface>: Inherit from lazy-highlight instead
13732 of duplicating its default value.
13733
13734 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13735 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13736
13737 * descr-text.el (describe-char): Create link buttons for `charset'
13738 and `code point'. Add the current input method name with a link
13739 button to `to input' field. Print face names of display table
13740 characters in `The display table entry is displayed by' section
13741 instead of printing face-id in the `display' field.
13742 Guess hardcoded faces and create a link button for them.
13743 Skip empty fields when calculating max-width.
13744 Treat `widget-create' specially while inserting strings from the
13745 collected field list.
13746 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13747
13748 * diff-mode.el (diff-file-header): Change foreground color from
13749 yellow to green on light backgrounds.
13750 (diff-context): Inherit from `shadow' only for color/grayscale
13751 with more than 88 colors.
13752 (diff-indicator-removed, diff-indicator-added)
13753 (diff-indicator-changed): New faces.
13754 (diff-font-lock-keywords): Use new faces. Regroup rules.
13755 Add "^---$" for `normal' diff format. Fontify `#' lines with
13756 font-lock-comment-delimiter-face and font-lock-comment-face.
13757 Add `#' to ^[^...] in the rule for `diff-context-face'.
13758
13759 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13760 a button-like box. Inherit from `highlight' on low colors.
13761 (shadow): Use shades of gray only for color/grayscale with
13762 more than 88 colors. Use green for light backgrounds with
13763 8 colors, and yellow for dark backgrounds with 8 colors.
13764
13765 * font-lock.el (font-lock-regexp-grouping-backslash):
13766 Don't inherit from escape-glyph (use bold for all cases).
13767
13768 * info.el (info-xref-visited): Use light foreground color `violet'
13769 for dark backgrounds instead of dark color `magenta3'.
13770 (info-title-1): Use `yellow' color for dark backgrounds.
13771
13772 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13773 too-light magenta2.
13774
13775 * replace.el (match): Use slightly more light RoyalBlue3 instead
13776 of dark RoyalBlue4.
13777
13778 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13779
13780 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13781
13782 * novice.el (disabled-command-hook): Declare it with
13783 `define-obsolete-variable-alias'.
13784
13785 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13786 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13787 (desktop-load-default): Add release to obsolescence info.
13788 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13789 (desktop-append-buffer-args, desktop-read):
13790 Fix typos in docstrings.
13791 (desktop-kill): Fix typo in message.
13792 (desktop-save): Doc fix.
13793
13794 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13795
13796 * viper-cmd.el (viper-escape-to-state): Bug fix.
13797 (viper-envelop-ESC-key): Change the definition of fast
13798 keysequence so it'll work with keyboard macros.
13799
13800 * ediff.el (ediff-patch-buffer): Change the docstring.
13801
13802 2005-07-19 Kenichi Handa <handa@m17n.org>
13803
13804 * international/mule-cmds.el (select-safe-coding-system): Try to
13805 use an auto-coding (if any) before anything else. If the found
13806 auto-coding is invalid, show a warning message.
13807
13808 * international/mule.el (find-auto-coding): New function created
13809 by modifying the body of set-auto-coding.
13810 (set-auto-coding): Use find-auto-coding to find a coding.
13811
13812 2005-07-18 Richard M. Stallman <rms@gnu.org>
13813
13814 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13815 not isearch-mode-end-hook-error.
13816 (allout-before-change-protect): Fix error message.
13817
13818 2005-07-18 Juri Linkov <juri@jurta.org>
13819
13820 * allout.el (allout-mode):
13821 * calculator.el (calculator-copy):
13822 * custom.el (custom-known-themes):
13823 * dired.el (dired-desktop-buffer-misc-data)
13824 (dired-restore-desktop-buffer):
13825 * dired-x.el (dired-omit-marker-char):
13826 * files.el (basic-save-buffer):
13827 * font-core.el (font-lock-mode):
13828 * calendar/calendar.el (calendar-goto-hebrew-date)
13829 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13830 (calendar-goto-persian-date):
13831 * language/ethio-util.el (ethio-sera-to-fidel-region):
13832 * textmodes/picture.el (picture-mode):
13833 Delete duplicate duplicate words.
13834
13835 2005-07-18 Juri Linkov <juri@jurta.org>
13836
13837 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13838 chars * ? } |.
13839 (isearch-fallback): Don't call `isearch-process-search-char'.
13840 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13841 (isearch-process-search-char): Call `isearch-fallback' for regexp
13842 chars * ? } |.
13843 (isearch-return-char): Make obsolete with `make-obsolete' instead
13844 of simply documenting it as obsolete in the docstring.
13845 (isearch-fallback): Refill docstring.
13846
13847 * international/isearch-x.el
13848 (isearch-process-search-multibyte-characters): Remove unneeded
13849 `concat'. Add intermediate values to `junk-hist' instead of
13850 `minibuffer-history'. Test the length of `str'.
13851
13852 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13853
13854 * allout.el (allout-resolve-xref): Fix typos in error strings.
13855 (allout-before-change-protect): Remove unneeded `concat'.
13856
13857 * array.el (array-mode, array-reconfigure-rows)
13858 (untabify-backward): Fix typos in docstrings.
13859 (array-reconfigure-rows): Use `insert-buffer-substring', not
13860 `insert-buffer'.
13861
13862 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13863 * progmodes/ada-mode.el (ada-make-body):
13864 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13865
13866 * dired.el (dired-log):
13867 * tar-mode.el (tar-subfile-save-buffer):
13868 * play/zone.el (zone-pgm-stress-destress):
13869 Use `insert-buffer-substring', not `insert-buffer'.
13870
13871 2005-07-17 Simon Josefsson <jas@extundo.com>
13872
13873 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13874
13875 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13876
13877 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13878 Add plain auth method.
13879 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13880
13881 2005-07-17 Kim F. Storm <storm@cua.dk>
13882
13883 * ido.el (dired-other-window): Add ido property.
13884
13885 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13886
13887 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13888 Fix typo in docstring.
13889 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13890 `insert-file-literally'.
13891
13892 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13893 info and delete redundant message. Doc fix.
13894 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13895 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13896
13897 2005-07-16 Richard M. Stallman <rms@gnu.org>
13898
13899 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13900 (byte-compile-and): Use byte-compile-and-recursion.
13901 (byte-compile-or-recursion): New function.
13902 (byte-compile-or): Use that.
13903 (byte-compile-if): Guard the else-clause too.
13904 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13905
13906 * isearch.el (isearch-mode-end-hook-quit): New variable.
13907 (isearch-done): Bind it.
13908 (isearch-mode-end-hook): Doc fix.
13909
13910 * allout.el (allout-isearch-did-quit): Variable deleted.
13911 (allout-real-isearch-abort): Function name no longer used.
13912 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13913 (allout-isearch-rectification): isearch-mode always exists.
13914 Don't set allout-isearch-did-quit.
13915 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13916 allout-isearch-did-quit.
13917 (allout-enwrap-isearch): Just add the hook.
13918 (allout-isearch-abort): Function deleted.
13919 (allout-pre-command-business): Avoid warning.
13920
13921 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13922 Correctly avoid warnings.
13923 (pascal-outline): Likewise.
13924
13925 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13926
13927 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13928
13929 * play/tetris.el (tetris-mode): Avoid warning.
13930
13931 * play/snake.el (snake-mode): Avoid warning.
13932
13933 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13934 (gamegrid-set-display-table): Avoid warning.
13935 (gamegrid-set-timer): Likewise.
13936 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13937 (gamegrid-add-score-with-update-game-score-1): Take FILE
13938 as argument.
13939 (gamegrid-add-score-with-update-game-score): Pass that argument.
13940 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13941
13942 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13943
13944 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13945 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13946
13947 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13948 and insert-file.
13949
13950 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13951 (sc-ask): Avoid warnings.
13952
13953 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13954 (eshell-hist-initialize): Use that var the natural way.
13955
13956 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13957
13958 * emacs-lisp/re-builder.el (reb-cook-regexp):
13959 Avoid warning calling lre-compile-string.
13960 (reb-color-display-p): Avoid warning.
13961
13962 * calculator.el (calculator-last-input): Guard uses
13963 of event-key and key-press-event-p.
13964 (event-key, key-press-event-p): Delete definitions.
13965
13966 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13967 (find-gc-source-directory, find-gc-subrs-callers)
13968 (find-gc-noreturn-list, find-gc-source-files)
13969 (find-gc-subrs-called): Vars renamed and defvar'd.
13970
13971 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13972 (checkdoc-overlay-put, checkdoc-delete-overlay)
13973 (checkdoc-overlay-start, checkdoc-overlay-end)
13974 (checkdoc-mode-line-update, checkdoc-char=):
13975 Define such that compiler knows they are defined.
13976 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13977 (checkdoc-read-event): Delete. Use read-event directly.
13978
13979 * whitespace.el (whitespace-make-overlay)
13980 (whitespace-overlay-put, whitespace-delete-overlay)
13981 (whitespace-overlay-start, whitespace-overlay-end):
13982 Define such that compiler knows they are defined.
13983 (whitespace): Move conditional inside.
13984
13985 * tempo.el (tempo-insert-template): Suppress warning.
13986
13987 * ediff-diff.el (longlines-mode): Add defvar.
13988
13989 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13990
13991 * server.el: Bind "C-x #" in a way that works even if C-x is
13992 redefined to a command key, not a prefix key.
13993
13994 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13995
13996 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13997 cl-make-type-test till execution time.
13998
13999 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14000
14001 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14002 arg ARG and use it.
14003
14004 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14005
14006 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14007
14008 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14009
14010 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14011 a defcustom with two :set or :type keywords.
14012
14013 2005-07-15 Richard M. Stallman <rms@gnu.org>
14014
14015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14016 Don't give ^M comment-end syntax.
14017
14018 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14019
14020 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14021 Don't consider gdbmi (gdb-mi.el has its own update functions).
14022 (gdb-var-delete): Make it work for gdbmi as well.
14023 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14024
14025 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14026 (gud-speedbar-menu-items): Correct logic for enabling items.
14027
14028 2005-07-15 Kim F. Storm <storm@cua.dk>
14029
14030 * ido.el: Fix commentary.
14031 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14032 Use with-no-warnings around ffap-guesser.
14033 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14034 Let bind minibuffer-completing-file-name to t.
14035
14036 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14037
14038 * startup.el (site-run-file, keyboard-type): Doc fixes.
14039 (command-line): Check for "--basic-display" argument; also for
14040 "--quick", not "--bare-bones" (which was renamed).
14041 (fancy-splash-text): Add missing item "Getting New Versions".
14042 (normal-splash-screen): Fix typos and improve consistency with
14043 `fancy-splash-text'. Update copyright year.
14044
14045 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14046 valid binding for `help-char'.
14047
14048 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14049
14050 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14051
14052 * term.el (term-mode): Disable cua-mode for term buffers.
14053
14054 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * add-log.el (add-log-mailing-address, change-log-merge):
14057 Doc fixes.
14058 (change-log-get-method-definition): Fix typo in docstring.
14059
14060 2005-07-14 Kim F. Storm <storm@cua.dk>
14061
14062 * emulation/cua-base.el:
14063 (cua--pre-command-handler-1, cua--pre-command-handler)
14064 (cua--post-command-handler-1, cua--post-command-handler):
14065 Split in two. Check (buffer local) value of cua-mode.
14066 (cua-selection-mode): New command.
14067
14068 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14069
14070 * custom.el (custom-initialize-safe-set)
14071 (custom-initialize-safe-default): Doc fixes.
14072
14073 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14074 and simplify :init-value again.
14075
14076 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14077 and simplify :init-value again. Delete autoload.
14078
14079 * startup.el (command-line): Use `custom-reevaluate-setting' again
14080 for tooltip-mode.
14081
14082 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14083 a defcustom with two :initialize keywords.
14084
14085 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14086
14087 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14088 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14089 (allout-post-command-business, allout-flag-region)
14090 (isearch-reenable-font-lock, allout-yank)
14091 (allout-insert-latex-header, allout-insert-latex-trailer)
14092 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14093 (allout-latex-verb-quote): Fix typos in docstrings.
14094 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14095 (allout-unprotected, allout-prefix-data):
14096 Improve argument/docstring consistency.
14097 (allout-chart-subtree): Fix argument spec.
14098 (allout-open-topic): Rename `use_sib_bullet' argument to
14099 `use-sib-bullet'. Doc fix.
14100
14101 * whitespace.el (whitespace-check-buffer-leading)
14102 (whitespace-check-buffer-trailing)
14103 (whitespace-check-buffer-indent)
14104 (whitespace-check-buffer-spacetab)
14105 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14106 (whitespace-check-leading-whitespace)
14107 (whitespace-check-trailing-whitespace)
14108 (whitespace-check-spacetab-whitespace)
14109 (whitespace-check-indent-whitespace)
14110 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14111 (whitespace-modes): Fix typos in docstrings.
14112 (defgroup, defcustom): Doc fixes.
14113
14114 * winner.el (winner-mode, winner-boring-buffers)
14115 (winner-pending-undo-ring): Doc fixes.
14116 (winner-ring): Remove unneeded `progn'.
14117 (winner-equal): `defsubst' it.
14118 (winner-redo): Fix message.
14119
14120 2005-07-13 Kim F. Storm <storm@cua.dk>
14121
14122 * simple.el (line-move-1): Always use vertical-motion to
14123 do the last (or only) line move to ensure some movement.
14124 Undo 2005-06-23 change--don't check for overlays.
14125
14126 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14127
14128 * term/mac-win.el (ccl-encode-mac-roman-font)
14129 (ccl-encode-mac-centraleurroman-font)
14130 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14131 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14132 Change charset-id boundary of dimension to ?\xef.
14133 (mac-char-fontspec-list): New constant.
14134 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14135 argument. Nil uses itself as family in font-spec. Previous
14136 behavior for nil is now provided by non-nil non-string argument.
14137 All callers changed. Add font-specs for Mac fonts to
14138 "fontset-default" unless iso8859-1 fonts are installed.
14139
14140 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14143 a continuation line if the \ is preceded by SPC or TAB.
14144 (sh-get-indent-info): Simplify.
14145 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14146 Use with-current-buffer.
14147
14148 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14149 when the matched text is empty.
14150
14151 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14152
14153 * startup.el (command-line): Revert to previous handling of
14154 tooltip-mode. Explain in comment why the complexity is needed.
14155
14156 * tooltip.el (tooltip-mode): Revert to previous implementation of
14157 its defcustom.
14158
14159 * frame.el (blink-cursor-mode): Revert to previous implementation
14160 of its defcustom. Update comment.
14161
14162 2005-07-12 Lars Hansen <larsh@soem.dk>
14163
14164 * desktop.el: Update e-mail address.
14165
14166 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14167
14168 * term/mac-win.el (mac-services-mail-selection)
14169 (mac-services-mail-to): New functions.
14170 (mac-application-menu-map): Bind them.
14171
14172 2005-07-12 wulei <milton@wulei.net> (tiny change)
14173
14174 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14175
14176 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14177
14178 * custom.el (custom-reevaluate-setting): Doc fix.
14179
14180 2005-07-11 Jay Belanger <belanger@truman.edu>
14181
14182 * calc/calc.el (calc-embedded-announce-formula-alist)
14183 (calc-embedded-open-close-plain-alist)
14184 (calc-embedded-open-close-mode-alist): Add checks for additional
14185 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14186
14187 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14188
14189 * custom.el (custom-enable-theme): Don't add theme to
14190 `custom-enabled-themes' with `push' because there is no
14191 setf-method for `delq'.
14192
14193 2005-07-11 Richard M. Stallman <rms@gnu.org>
14194
14195 * custom.el (custom-declare-variable): Doc fix.
14196
14197 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14198 from the alists.
14199
14200 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14201 Do nothing if edebug-active.
14202
14203 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14204 (edebug-display): Do it here instead.
14205
14206 2005-07-10 Richard M. Stallman <rms@gnu.org>
14207
14208 * cus-face.el (custom-theme-set-faces): Make it work.
14209 (custom-reset-faces): Doc fix.
14210 (custom-theme-reset-internal-face, custom-theme-face-value):
14211 Functions deleted.
14212
14213 * custom.el (custom-push-theme): Maintain list of the settings
14214 of a given theme in its theme-settings property.
14215 Maintain position of old settings in the theme-value
14216 or theme-face property.
14217 (custom-enabled-themes): New variable.
14218 (custom-theme-enabled-p): New function.
14219 (provide-theme): Update custom-enabled-themes.
14220 Disable and reenable the `user' theme.
14221 (require-theme): Doc fix.
14222 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14223 (custom-theme-value, custom-theme-variable-value): Likewise.
14224 (custom-theme-reset-internal): Likewise.
14225 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14226 (custom-enable-theme, custom-disable-theme): New functions.
14227 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14228 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14229 (custom-theme-reset-variables): Simplify.
14230 (deftheme, custom-declare-theme, custom-make-theme-feature):
14231 Definitions moved.
14232
14233 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14234
14235 * longlines.el (longlines-show-region)
14236 (longlines-unshow-hard-newlines): Recognize hard newlines by
14237 non-nil hard property, instead of t.
14238
14239 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14240
14241 * viper-cmd.el (viper--key-maps): New variable.
14242 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14243 emulation-mode-map-alists.
14244 (viper-envelop-ESC-key): Use viper-subseq.
14245 (viper-search-forward/backward/next): Disable debug-on-error.
14246
14247 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14248 (viper-ESC-key): New defcustoms.
14249
14250 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14251
14252 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14253 (viper-subseq): Copy of subseq from cl.el.
14254
14255 * viper.el (viper-go-away, viper-set-hooks): Use
14256 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14257
14258 * viper-mous.el (viper-current-frame-saved): Use defvar.
14259
14260 * viper-init.el: Get rid of -face in face names.
14261
14262 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14263 Make it work with longlines mode
14264
14265 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14266
14267 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14268
14269 * ediff-init.el: Get rid of -face in face names.
14270
14271 2005-07-10 Richard M. Stallman <rms@gnu.org>
14272
14273 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14274 and with-timeout-unsuspend.
14275
14276 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14277 and with-timeout-unsuspend.
14278
14279 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14280 (with-timeout): Bind that variable to record timers.
14281 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14282
14283 * emacs-lisp/debug.el (debug-help-follow): New function.
14284 (debugger-mode-map): Use that instead of help-follow.
14285 (debugger-setup-buffer): Use eval-buffer-list
14286 to handle eval-buffer frames.
14287
14288 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14289
14290 * timezone.el (timezone-parse-date): Change first regexp
14291 so it will not mistakenly match dates with no time zone.
14292
14293 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14294
14295 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14296
14297 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14298
14299 * custom.el (custom-initialize-safe-set)
14300 (custom-initialize-safe-default): New functions.
14301
14302 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14303 and simplify :init-value.
14304
14305 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14306 and simplify :init-value. Delete obsolete comment.
14307
14308 * startup.el (command-line): Use `custom-reevaluate-setting' to
14309 handle `tooltip-mode'. Delete obsolete comment.
14310
14311 * files.el (set-visited-file-name): Avoid calling
14312 `file-name-nondirectory' with a nil argument.
14313
14314 2005-07-09 Richard M. Stallman <rms@gnu.org>
14315
14316 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14317 was called with nil for the buffer, handle the read position right.
14318 Handle read position for eval-region, too.
14319
14320 2005-07-09 Juri Linkov <juri@jurta.org>
14321
14322 * fringe.el (fringe-mode): Add period in docstring.
14323 (fringe-query-style): Build prompt depending on `all-frames' arg.
14324
14325 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14326 to not create links to unrelated functions in the Help buffer.
14327
14328 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14329 Doc fix.
14330
14331 * simple.el (next-error-hook): New variable.
14332 (next-error): Use it. Doc fix.
14333
14334 * textmodes/ispell.el (ispell-command-loop): Add current
14335 dictionary name and program name to mode-line-format.
14336 (ispell-region, ispell-process-line): Add current dictionary name
14337 and program name to messages.
14338
14339 2005-07-08 Jay Belanger <belanger@truman.edu>
14340
14341 * calc/calc.el (calc-embedded-announce-formula-alist)
14342 (calc-embedded-open-close-formula-alist)
14343 (calc-embedded-open-close-word-alist)
14344 (calc-embedded-open-close-plain-alist)
14345 (calc-embedded-open-close-new-formula-alist)
14346 (calc-embedded-open-close-mode-alist)
14347 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14348 (calc-embedded-mode-hook): New variables.
14349
14350 * calc/calc-embed.el (calc-embedded-firsttime)
14351 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14352 New variables.
14353 (calc-do-embedded): Use calc-embedded-firsttime,
14354 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14355 determine whether or not to run hooks.
14356 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14357 calc-embedded-firsttime-formula appropriately.
14358 Set calc-embedded delimiter variables according to mode.
14359
14360 2005-07-08 Richard M. Stallman <rms@gnu.org>
14361
14362 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14363 Check for "emacs", etc., as entire symbol, not just as word.
14364 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14365
14366 * files.el (set-visited-file-name): Report the error
14367 for "empty filename" earlier.
14368 (kill-some-buffers): Ignore buffers already dead.
14369
14370 * fringe.el (fringe-mode): Doc fix.
14371
14372 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14373 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14374 Use unwind-protect to ensure byte-compile-unresolved-functions
14375 is updated.
14376
14377 * whitespace.el (whitespace-buffer-leading-cleanup):
14378 Simplify w/ skip-chars-forward.
14379 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14380
14381 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14382 Unconditionally try to leave point at the same old place.
14383
14384 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14385
14386 * comint.el (comint-postoutput-scroll-to-bottom)
14387 (comint-show-maximum-output): Take scroll-margin into consideration.
14388
14389 2005-07-08 Kim F. Storm <storm@cua.dk>
14390
14391 * ido.el (ido-use-filename-at-point): New choice `guess'.
14392 (ido-file-internal): Try ffap-guesser if selected.
14393
14394 * ido.el (ido-before-fallback-functions): New hook.
14395 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14396 (ido-read-file-name): Run it.
14397
14398 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14401 strings rather than a list of symbols to the completion function.
14402
14403 2005-07-07 Jay Belanger <belanger@truman.edu>
14404
14405 * calc/calc-units.el (math-apply-units): Change the places in
14406 which units are simplified.
14407
14408 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14409
14410 * cus-edit.el (customize-option, customize-option-other-window):
14411 Make them handle aliases.
14412
14413 * custom.el (custom-variable-p): Make it recursively follow
14414 aliases. Mention that in the docstring.
14415
14416 2005-07-07 Richard M. Stallman <rms@gnu.org>
14417
14418 * cus-start.el (exec-path): Use `directory' instead of `file'.
14419 Fix tag for nil.
14420
14421 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14422
14423 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14424 when called non-interactively. Doc fix.
14425
14426 2005-07-07 Lute Kamstra <lute@gnu.org>
14427
14428 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14429 new address as well.
14430
14431 2005-07-07 Kenichi Handa <handa@m17n.org>
14432
14433 * international/mule.el (make-coding-system):
14434 Describe `ascii-incompatible' property in the docstring.
14435 (set-file-name-coding-system): Signal an error if coding-system is
14436 ascii-incompatible.
14437 (set-keyboard-coding-system): Likewise.
14438
14439 * international/mule-cmds.el (set-default-coding-systems):
14440 Don't set default-file-name-coding-system and
14441 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14442
14443 * international/utf-16.el: Declare that all UTF-16-based coding
14444 systems are ASCII-incompatible.
14445
14446 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14447
14448 * progmodes/gud.el: Require font-lock for displaying errors.
14449 Used by gdb-ui.el.
14450
14451 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14452
14453 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14454 values for the pattern lists which are `read'able but not
14455 `append'able (like symbols).
14456
14457 2005-07-06 Richard M. Stallman <rms@gnu.org>
14458
14459 * progmodes/flymake.el (flymake-float-time): Instead of
14460 with-no-warnings, test for xemacs.
14461 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14462 to avoid warning.
14463
14464 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14465
14466 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14467
14468 2005-07-05 Lute Kamstra <lute@gnu.org>
14469
14470 * battery.el: Add support for Darwin (with much debugging help
14471 from Samuel Lauber <sam124@operamail.com>).
14472 (battery-status-function, battery-echo-area-format)
14473 (battery-mode-line-format): Add support for pmset on Darwin.
14474 (battery-load-low, battery-load-critical): New user options.
14475 (battery-pmset): New function.
14476
14477 2005-07-05 Lute Kamstra <lute@gnu.org>
14478
14479 Update FSF's address in GPL notices.
14480
14481 * textmodes/page-ext.el: Update FSF's address.
14482
14483 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14484
14485 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14486 filling from using prefix when filling a single-line docstring.
14487
14488 * progmodes/flymake.el: Remove useless eval-when-compile.
14489
14490 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14491
14492 2005-07-04 Richard M. Stallman <rms@gnu.org>
14493
14494 * textmodes/org.el (org-file-apps-defaults-gnu):
14495 Rename from org-file-apps-defaults-linux.
14496 (org-default-apps): Don't test system-type for `linux'.
14497 (org-file-apps): Doc fix.
14498
14499 2005-07-04 David Ponce <david@dponce.com>
14500
14501 * tree-widget.el: Improve header Commentary section.
14502 (tree-widget) [defgroup]
14503 (tree-widget-image-enable, tree-widget-themes-directory)
14504 (tree-widget-theme, tree-widget-image-properties-emacs)
14505 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14506 (tree-widget-image-formats, tree-widget-control)
14507 (tree-widget-empty-control, tree-widget-leaf-control
14508 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14509 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14510 (tree-widget-keep, tree-widget-after-toggle-functions)
14511 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14512 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14513 :help-echo message.
14514 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14515 (tree-widget-image-properties): Doc fix. Clearer implementation.
14516 (tree-widget--cursors): New constant.
14517 (tree-widget-lookup-image): New function split from
14518 `tree-widget-find-image'. Clearer implementation.
14519 (tree-widget-find-image): Use it.
14520 (tree-widget-button-keymap): Use `set-keymap-parent'.
14521 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14522 Define the sub-widgets here.
14523 (tree-widget-node): Check that :node is not a tree-widget.
14524 (tree-widget-get-super, tree-widget-open-control)
14525 (tree-widget-close-control, tree-widget-empty-control)
14526 (tree-widget-leaf-control, tree-widget-guide)
14527 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14528 (tree-widget-no-handle, tree-widget-value-delete)
14529 (tree-widget-map): Remove.
14530 (tree-widget-children-value-save): Doc fix. Simplified.
14531 (tree-widget-value-create): Update according to previous changes.
14532
14533 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14534
14535 * textmodes/org.el: Leading space replaced by TABS.
14536 (org-recalc-marks, org-table-rotate-recalc-marks)
14537 (org-table-get-specials): Treat "^" and "_" marks.
14538 (org-table-justify-field-maybe): Optional argument NEW.
14539 (org-table-eval-formula): Parsing of the format simplified.
14540 New modes C,I. Honor the %= parameter in the current table.
14541 Avoid unnecessary re-align by using the NEW argument to
14542 `org-table-justify-field-maybe'.
14543 (org-calc-default-modes): Default for date-format mimicks org-mode.
14544 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14545
14546 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14547
14548 * cus-face.el (custom-theme-set-faces): Make it handle face
14549 aliases whose alias declarations are pre- or autoloaded.
14550
14551 2005-07-04 Juri Linkov <juri@jurta.org>
14552
14553 * faces.el (read-face-name): Put the code for getting a face name
14554 from the buffer before adding the faces from the `face' property.
14555 Use `completing-read-multiple' instead of `completing-read'.
14556 Require `crm'. Add default value and post-process the returned
14557 list of faces.
14558
14559 * emacs-lisp/crm.el (crm-find-current-element)
14560 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14561
14562 * emacs-lisp/lisp-mode.el (eval-defun-1):
14563 * emacs-lisp/edebug.el (edebug-eval-defun):
14564 Remove unnecessary quotes.
14565
14566 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14569 (prolog-indent-level): Fix typo in docstring.
14570
14571 * info.el (Info-history, Info-history-forward)
14572 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14573
14574 * add-log.el (add-change-log-entry):
14575 * comint.el (comint-dynamic-list-input-ring)
14576 (comint-dynamic-list-completions):
14577 * dabbrev.el (dabbrev-expand):
14578 * delim-col.el (delimit-columns-rectangle-line):
14579 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14580 (diff-unified->context):
14581 * ediff-init.el (ediff-abbrev-jobname):
14582 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14583 (ediff-replace-session-activity-marker-in-meta-buffer):
14584 * info.el (Info-summary):
14585 * lpr.el (printify-region):
14586 * printing.el (pr-create-interface):
14587 * ps-print.el (ps-print-quote):
14588 * ses.el (ses-column-widths, ses-print-cell)
14589 (ses-adjust-print-width, ses-center):
14590 * shell.el (shell-file-name-quote-list):
14591 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14592 (strokes-fill-current-buffer-with-whitespace)
14593 (strokes-xpm-for-stroke, strokes-list-strokes)
14594 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14595 * term.el (term-dynamic-list-input-ring)
14596 (term-dynamic-list-completions):
14597 * calc/calc.el (math-format-stack-value):
14598 * emacs-lisp/edebug.el (edebug-display-freq-count):
14599 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14600 (delphi-new-comment-line):
14601 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14602 * progmodes/executable.el (executable-set-magic):
14603 * progmodes/python.el (inferior-python-mode):
14604 * progmodes/scheme.el (scheme-mode-syntax-table):
14605 * progmodes/sh-script.el (sh-maybe-here-document):
14606 * progmodes/sql.el (sql-copy-column):
14607 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14608 * textmodes/bibtex.el (bibtex-mode):
14609 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14610 (sgml-auto-attributes):
14611 * textmodes/table.el (table-insert, table-shorten-cell)
14612 (table--generate-source-scan-lines, table-delete-row)
14613 (*table--cell-delete-char, table--spacify-frame)
14614 (table--horizontally-shift-above-and-below)
14615 (table--cell-insert-char, table--cell-blank-str)
14616 (table--fill-region-strictly):
14617 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14618 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14619
14620 * add-log.el (change-log):
14621 * apropos.el (apropos):
14622 * comint.el (comint-completion, comint-source):
14623 * dabbrev.el (dabbrev):
14624 * delim-col.el (columns):
14625 * diff-mode.el (diff-mode):
14626 * ediff.el (ediff):
14627 * ediff-diff.el (ediff-diff):
14628 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14629 * ediff-mult.el (ediff-mult):
14630 * ediff-ptch.el (ediff-ptch):
14631 * ediff-wind.el (ediff-window):
14632 * facemenu.el (facemenu):
14633 * indent.el (indent):
14634 * info.el (info):
14635 * jka-cmpr-hook.el (compression, jka-compr):
14636 * lpr.el (lpr):
14637 * outline.el (outlines):
14638 * pcmpl-cvs.el (pcmpl-cvs):
14639 * pcmpl-rpm.el (pcmpl-rpm):
14640 * printing.el (printing):
14641 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14642 (ps-print-vertical, ps-print-headers, ps-print-font)
14643 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14644 (ps-print-background, ps-print-printer, ps-print-page)
14645 (ps-print-miscellany):
14646 * ses.el (ses):
14647 * shell.el (shell, shell-directories, shell-faces):
14648 * startup.el (initialization):
14649 * strokes.el (strokes):
14650 * term.el (term):
14651 * uniquify.el (uniquify):
14652 * w32-vars.el (w32):
14653 * calc/calc.el (calc):
14654 * emacs-lisp/bytecomp.el (bytecomp):
14655 * emacs-lisp/cl-indent.el (lisp-indent):
14656 * emacs-lisp/edebug.el (edebug):
14657 * emacs-lisp/elp.el (elp):
14658 * emacs-lisp/testcover.el (testcover):
14659 * emacs-lisp/trace.el (trace):
14660 * emulation/viper-ex.el (viper-ex):
14661 * emulation/viper-mous.el (viper-mouse):
14662 * mail/mailalias.el (mailalias):
14663 * mail/supercite.el (supercite, supercite-frames)
14664 (supercite-attr, supercite-cite, supercite-hooks):
14665 * net/rcompile.el (remote-compile):
14666 * net/rlogin.el (rlogin):
14667 * obsolete/ooutline.el (outlines):
14668 * progmodes/delphi.el (delphi):
14669 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14670 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14671 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14672 (ebnf-optimization):
14673 * progmodes/etags.el (etags):
14674 * progmodes/executable.el (executable):
14675 * progmodes/idlwave.el (idlwave):
14676 * progmodes/pascal.el (pascal):
14677 * progmodes/prolog.el (prolog):
14678 * progmodes/python.el (python):
14679 * progmodes/scheme.el (scheme):
14680 * progmodes/sh-script.el (sh, sh-script):
14681 * progmodes/sql.el (SQL):
14682 * progmodes/tcl.el (tcl):
14683 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14684 * textmodes/enriched.el (enriched):
14685 * textmodes/makeinfo.el (makeinfo):
14686 * textmodes/sgml-mode.el (sgml):
14687 * textmodes/table.el (table-hooks):
14688 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14689 * textmodes/texinfo.el (texinfo):
14690 * textmodes/two-column.el (two-column):
14691 Finish `defgroup' description with period.
14692
14693 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14694 * eshell/esh-var.el (eshell-var):
14695 * progmodes/vhdl-mode.el (vhdl-testbench):
14696 * textmodes/org.el (org): Fix typos in docstrings.
14697
14698 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14699 consistency.
14700
14701 * progmodes/flymake.el (flymake-find-file): Remove.
14702 (flymake-float-time): Use `with-no-warnings'.
14703 (flymake-check-start-time, flymake-check-was-interrupted)
14704 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14705 (flymake-new-err-info): `defvar' at compile time.
14706
14707 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14708
14709 * replace.el (occur-hook): Doc fix.
14710 (occur-1): Don't call `occur-hook' if there are no matches.
14711
14712 2005-07-03 Richard M. Stallman <rms@gnu.org>
14713
14714 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14715 global-map, save the same map.
14716 (global-map): Don't alter it at top level.
14717 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14718 Then alter it here instead.
14719 (tpu-edt-off): Set global-map to the saved one.
14720
14721 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14722 All references simplified.
14723 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14724 (zmacs-regions): Add defvar.
14725 (repeat-complex-command-map): Everything about that deleted.
14726
14727 * textmodes/artist.el (artist-key-is-drawing)
14728 (artist-key-endpoint1, artist-key-poly-point-list)
14729 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14730 (artist-key-compl-table, artist-rb-save-data)
14731 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14732 Don't put them in eval-when-compile.
14733 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14734
14735 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14736 Use with-no-warnings.
14737
14738 * net/browse-url.el (dos-windows-version): Add defvar.
14739
14740 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14741
14742 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14743 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14744 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14745 Add defvar.
14746 (rmail-summary-beginning-of-message): Use with-no-warnings.
14747 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14748
14749 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14750 Use with-no-warnings.
14751
14752 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14753 (c-mark-function): Add point-moving-unit property.
14754 (vi-goto-line): Use with-no-warnings.
14755
14756 * emulation/edt.el (edt-last-copied-word): Add defvar.
14757 (zmacs-region-stays): Likewise.
14758 (edt-mark-section-wisely): Use c-mark-function for C.
14759 Use makr-defun for Fortran.
14760 (time-string): defvar deleted.
14761 (edt-display-the-time): Don't set time-string.
14762
14763 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14764
14765 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14766 Don't warn when name is not constant
14767 or for defining the group `emacs'.
14768
14769 * tooltip.el (gud-tooltip-mode): Add defvar.
14770
14771 * startup.el (default-frame-background-mode): Add defvar.
14772
14773 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14774
14775 * info.el (tool-bar-map): Add defvar.
14776
14777 * dired.el (dnd-protocol-alist): Add defvar.
14778
14779 * dired-aux.el (dired-query): Display question with answer, when
14780 the user answers.
14781
14782 * custom.el (custom-add-option): Doc fix.
14783
14784 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14785
14786 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14787
14788 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14789 bogus name from the last change.
14790
14791 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14792
14793 * custom.el (custom-declare-variable): Fix typos in comment.
14794 (custom-known-themes): Doc fix.
14795 (custom-theme-directory): New defcustom.
14796 (require-theme): Make it check `custom-theme-directory'.
14797
14798 * cus-theme.el (custom-new-theme-mode): New function.
14799 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14800 (custom-theme-description): Add compiler defvars.
14801 (customize-create-theme): Add doc to the "*New Custom Theme*"
14802 buffer. Use `custom-new-theme-mode'.
14803 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14804 and save it to the `custom-theme-directory'. Make this the
14805 default directory of the buffer.
14806
14807 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14808
14809 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14810 Fix unbalanced parentheses.
14811
14812 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14815 into flymake-mode and delegate to flymake-mode.
14816
14817 * find-file.el (ff-which-function-are-we-in): Clean up.
14818
14819 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14820
14821 * replace.el (occur-rename-buffer): Fix docstring.
14822
14823 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14824 (edt-last-copied-word, edt-learn-macro-count)
14825 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14826 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14827 (time-string, zmacs-region-stays):
14828 * emulation/edt-mapper.el (edt-save-function-key-map)
14829 (EDT-key-name): `defvar' to silence the byte-compiler.
14830
14831 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14832
14833 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14834 font-lock-regexp-backslash. Doc fix.
14835 (font-lock-regexp-backslash-grouping-construct): Rename from
14836 font-lock-regexp-backslash-construct. Doc fix.
14837 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14838 grouping constructs.
14839
14840 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14841
14842 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14843 updating all the prerequisites.
14844
14845 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14846
14847 * textmodes/org.el (org-agenda-start-on-weekday)
14848 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14849 (org-agenda-use-time-grid, org-archive-location)
14850 (org-allow-space-in-links, org-usenet-links-prefer-google)
14851 (org-enable-table-editor, org-export-default-language)
14852 (org-export-html-show-new-buffer, org-fill-paragraph)
14853 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14854 (org-goto-quit, org-occur, org-eval-in-calendar)
14855 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14856 (org-agenda-diary-entry, org-remember-help)
14857 (org-table-convert-region, org-at-table-p)
14858 (org-table-move-row-down, org-table-move-row-up)
14859 (org-table-copy-region, org-table-toggle-vline-visibility)
14860 (org-table-get-stored-formulas, org-table-get-specials)
14861 (org-recalc-commands, org-table-eval-formula)
14862 (org-table-formula-substitute-names, orgtbl-make-binding)
14863 (org-format-org-table-html, org-format-table-table-html)
14864 (org-format-table-table-html-using-table-generate-source)
14865 (org-customize): Fix typos in docstrings.
14866 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14867 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14868 (org-back-to-heading): Doc fixes.
14869 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14870 (org-agenda-change-all-lines, org-get-header):
14871 Improve argument/docstring consistency.
14872 (orgtbl-error): Fix error message.
14873
14874 * progmodes/flymake.el (flymake-find-possible-master-files)
14875 (flymake-master-file-compare, flymake-get-line-err-count)
14876 (flymake-highlight-line, flymake-gui-warnings-enabled):
14877 Fix typos in docstrings.
14878 (flymake-parse-line, flymake-get-project-include-dirs-function)
14879 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14880 Doc fixes.
14881 (flymake-get-project-include-dirs-function)
14882 (flymake-make-err-menu-data):
14883 Improve argument/docstring consistency.
14884
14885 2005-07-01 Lute Kamstra <lute@gnu.org>
14886
14887 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14888 Catch errors with ignore-errors. Use temporary buffer.
14889 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14890
14891 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14892 background color faces.
14893 (facemenu-set-foreground, facemenu-set-background):
14894 Use facemenu-set-face-from-menu.
14895 (facemenu-set-face-from-menu): Treat face names that start with
14896 "fg:" or "bg:" as special.
14897 (facemenu-add-new-color): Don't create faces. Simplify.
14898
14899 2005-06-30 Richard M. Stallman <rms@gnu.org>
14900
14901 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14902 (crm-find-current-element): Likewise.
14903
14904 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14905
14906 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14907
14908 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14911 (archive-mouse-extract): Make it an obsolete alias.
14912 (archive-mode-map): Don't use archive-mouse-extract any more.
14913 (archive-mode, archive-extract): write-contents-hooks ->
14914 write-contents-functions.
14915 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14916 first arg.
14917 (archive-rename-entry): Update the call.
14918 (archive-zip-summarize): Remove unused var `method'.
14919 (archive-lzh-summarize): Remove unused var `creator'.
14920
14921 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14922 dedicated frame upon exit.
14923
14924 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14925 (archive-zip-extract, archive-zip-expunge)
14926 (archive-zip-update, archive-zip-update-case): Use executable-find.
14927 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14928 Use restore-buffer-modified-p.
14929 (archive-extract, archive-add-new-member, archive-write-file-member):
14930 Use with-current-buffer.
14931 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14932
14933 2005-06-30 Andreas Schwab <schwab@suse.de>
14934
14935 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14936
14937 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14938
14939 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14940
14941 2005-06-30 Juri Linkov <juri@jurta.org>
14942
14943 * faces.el (vertical-border): Inherit from mode-line-inactive
14944 only on tty.
14945
14946 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14949 example, -NLINES in the `occur' docstring).
14950
14951 * replace.el (occur-1): When no matches are found, do not set the
14952 `buffer-read-only' and modified flags for the occur buffer,
14953 because it is deleted.
14954
14955 * emulation/cua-base.el (cua-check-pending-input)
14956 (cua-repeat-replace-region, cua-mode, cua-debug)
14957 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14958 Fix typos in docstrings.
14959
14960 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14961 (cua-cut-region-to-global-mark)
14962 (cua--cut-rectangle-to-global-mark):
14963 Remove period from end of messages.
14964
14965 * emulation/cua-rect.el (cua-do-rectangle-padding):
14966 Remove period from end of messages.
14967 (cua--rectangle-seq-format): Fix typo in docstring.
14968 (cua-sequence-rectangle, cua-fill-char-rectangle):
14969 Improve argument/docstring consistency.
14970
14971 2005-06-29 Juri Linkov <juri@jurta.org>
14972
14973 * faces.el (default-frame-background-mode): New internal variable.
14974 (frame-set-background-mode): Use it.
14975
14976 * startup.el (normal-top-level): Set default-frame-background-mode
14977 instead of frame-background-mode. Before setting it, test for its
14978 nil value. Remove tests for frame-background-mode and frame
14979 parameter `reverse'. Add test for "unspecified-fg".
14980
14981 * term/xterm.el (xterm-rxvt-set-background-mode):
14982 * term/rxvt.el (rxvt-set-background-mode):
14983 Set default-frame-background-mode instead of frame-background-mode.
14984
14985 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14986
14987 * simple.el (set-variable): Warn about obsolete user variables.
14988
14989 * imenu.el (imenu--completion-buffer):
14990 * mouse.el (mouse-buffer-menu-alist):
14991 * msb.el (msb-invisible-buffer-p):
14992 * calendar/diary-lib.el (diary-header-line-format):
14993 * emacs-lisp/pp.el (pp-buffer):
14994 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14995 * textmodes/picture.el (picture-replace-match):
14996 Change space constants followed by a sexp to "?\s ".
14997
14998 * play/decipher.el (decipher-loop-with-breaks):
14999 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15000 constants "protected" from end of line by a comment to "?\s".
15001
15002 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * font-lock.el (save-buffer-state): Use `declare'.
15005
15006 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15007 reset the syntax-table to cperl-mode-syntax-table.
15008 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15009 "foo_print_bar" is not matched as a reserved keyword.
15010
15011 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15012
15013 * textmodes/org.el (orgtbl-setup): New function, for delayed
15014 setup for the orgtbl commands.
15015 (org-calc-default-modes): New option.
15016 (orgtbl-make-binding): Use `defun' to get better help display.
15017 (org-diary): Call `org-compile-prefix-format'.
15018 (org-table-formula-substitute-names): New function.
15019 (org-agenda-day-view, org-agenda-week-view): New commands.
15020 (org-agenda-toggle-week-view): Command removed.
15021 (org-tbl-menu): Split off from org-org-menu.
15022 (org-mode): Move removal of outline-mode menus to here.
15023 (org-table-formula-debug): New option.
15024 (org-table-insert-row): Keep first field if just "#" or "*".
15025 (org-mode): Paragraph regexps fixed.
15026 (org-table-recalculate-regexp): New constant.
15027 (org-table-justify-field-maybe): Avoid replace if not necessary.
15028 (org-copy-special, org-cut-special): Use `call-interactively'.
15029 (org-table-copy-region): Take region from `interactive' call.
15030 (org-trim): Return string even if no match.
15031 (org-formula): New face.
15032 (org-set-font-lock-defaults): No longer highlight "FIXME".
15033 But highlight formula-related fields in table.
15034 (org-table-p): Use regexp, not fontification.
15035 (org-table-align): Handle white space at end of line.
15036 (org-table-formula-evaluate-inline): New option.
15037 (org-mode): Auto-wrapping in comment lines turned off.
15038 (org-table-copy-down): Evaluate only in copied field, not in
15039 destination.
15040 (org-table-current-formula): Variable removed.
15041 (org-table-store-formulas, org-table-get-stored-formulas)
15042 (org-table-modify-formulas, org-table-replace-in-formulas)
15043 (org-table-maybe-eval-formula): New functions.
15044 (org-table-get-formula): Modify to use stored formulas.
15045 (org-table-insert-column, org-table-delete-column)
15046 (org-table-move-column): Call `org-table-modify-formulas'.
15047 (org-complete): Add completion for keyword formulas.
15048 (orgtbl-mode): Pull orgtbl-mode-map to start of
15049 minor-mode-map-alist.
15050
15051 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * progmodes/python.el (python-check): Require `compile' before
15054 modifying its variables.
15055
15056 * newcomment.el (comment-indent-default): Don't get fooled by an early
15057 end of buffer.
15058
15059 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15060
15061 * ps-print.el (ps-print-version): Fix version number.
15062
15063 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15066
15067 2005-06-28 Richard M. Stallman <rms@gnu.org>
15068
15069 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15070 (flyspell-local-mouse-map): Declaration deleted.
15071 (flyspell-mouse-map): Bind only mouse-2.
15072 (flyspell-mode-map): Don't test flyspell-use-local-map.
15073 (flyspell-overlay-keymap-property-name): Var deleted.
15074 (flyspell-mode-on): Don't make local bindings for
15075 flyspell-mouse-map and flyspell-mode-map.
15076 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15077
15078 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15079
15080 * progmodes/compile.el (compilation-next-error-function):
15081 Don't switch buffers; operate on the current buffer.
15082
15083 * progmodes/compile.el (compilation-error-file-name)
15084 (compilation-warning-file-name, compilation-info-file-name)
15085 (compilation-line-number, compilation-column-number): New faces.
15086 (compilation-error-face, compilation-warning-face)
15087 (compilation-info-face, compilation-line-face)
15088 (compilation-column-face): Use them.
15089
15090 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15091
15092 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15093
15094 * bindings.el (global-map): Bind insertchar and its variants.
15095
15096 2005-06-27 Richard M. Stallman <rms@gnu.org>
15097
15098 * textmodes/artist.el (artist-text-overwrite)
15099 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15100
15101 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15102
15103 * ps-print.el: It was not working the page selection for printing.
15104 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15105 (ps-print-version): New version 6.6.7.
15106 (ps-end-sheet): New fun.
15107 (ps-header-sheet, ps-end-job): Call it.
15108
15109 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15110
15111 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15112
15113 2005-06-27 Lute Kamstra <lute@gnu.org>
15114
15115 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15116 background color faces.
15117 (facemenu-get-face): Delete function.
15118 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15119 (facemenu-add-new-color): Make second argument mandatory.
15120 Create the appropriate face and return it. Simplify.
15121 (facemenu-set-foreground, facemenu-set-background): Don't check if
15122 color is defined. Use return value of facemenu-add-new-color.
15123
15124 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15125
15126 * progmodes/gud.el (gud-filter): Add missing argument to
15127 with-selected-window.
15128
15129 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15132 a :require to the defcustom.
15133
15134 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15135 defcustoms corresponding to minor modes.
15136
15137 2005-06-26 David Ponce <david@dponce.com>
15138
15139 * recentf.el: Require tree-widget instead of wid-edit.
15140 (recentf-filename-handler): Fix widget :type.
15141 (recentf-cancel-dialog, recentf-open-more-files)
15142 (recentf-open-files-action): Doc fix.
15143 (recentf-dialog-goto-first): New function.
15144 (recentf-dialog-mode-map): Set parent keymap first.
15145 (recentf-dialog-mode): Define with define-derived-mode.
15146 Don't display continuation lines in dialogs.
15147 (recentf-edit-list): Rename from recentf-edit-selected-items.
15148 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15149 Simplify.
15150 (recentf-edit-list-validate): New function.
15151 (recentf-edit-list): Update accordingly.
15152 (recentf-open-files-item-shift): Remove.
15153 (recentf-open-files-item): Convert menu elements into tree and
15154 link widgets. Don't create the widgets.
15155 (recentf-open-files): Update accordingly.
15156 (recentf-save-list): Untabify.
15157
15158 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15161 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15162 partially contained in the active region. Do not take active
15163 region into account when called from Lisp, unless INTERACTIVE arg
15164 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15165 avoid trouble with fields. Make marker point nowhere when no
15166 longer used. Always return nil. Doc fix.
15167 (flush-lines): Add INTERACTIVE arg. Do not take active region
15168 into account when called from Lisp, unless INTERACTIVE arg is
15169 non-nil. Use `forward-line' instead of `beginning-of-line' to
15170 avoid trouble with fields. Make marker point nowhere when no
15171 longer used. Always return nil. Doc fix.
15172 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15173 interchangeable. Do not take active region into account when
15174 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15175 message in echo area when called from Lisp, unless INTERACTIVE arg
15176 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15177 Return the number of matches. Doc fix.
15178 (occur): Doc fix.
15179 (perform-replace): Make comment follow double space convention for
15180 the sake of `outline-minor-mode'.
15181
15182 * faces.el (facep): Doc fix.
15183
15184 2005-06-25 Richard M. Stallman <rms@gnu.org>
15185
15186 * facemenu.el (facemenu-enable-faces-p): New function.
15187 (facemenu-background-menu, facemenu-foreground-menu)
15188 (facemenu-face-menu): Add menu-enable property.
15189
15190 * jka-compr.el (jka-compr-insert-file-contents):
15191 Special handling if cannot find the uncompression program.
15192
15193 * cus-face.el (custom-face-attributes): Add autoload.
15194
15195 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15196 Bind comment-indent-function locally.
15197
15198 * window.el (save-selected-window): Use save-current-buffer.
15199
15200 * subr.el (with-selected-window): Use save-current-buffer.
15201
15202 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15203 and with-current-buffer.
15204
15205 2005-06-24 Richard M. Stallman <rms@gnu.org>
15206
15207 * simple.el (line-move-1): Fix previous change.
15208
15209 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15210
15211 * replace.el (occur-1): Set `buffer-read-only' and the
15212 buffer-modified flag before running `occur-hook' to protect
15213 against unintentional buffer switches that can lead to data loss.
15214
15215 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15216
15217 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15218 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15219 initial error.
15220
15221 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15222 after fresh input.
15223 (gdb-var-create-handler): Put name of expression in quotes.
15224
15225 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15226
15227 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15228 elements of RING in order, and without bogus nil elements.
15229
15230 2005-06-23 Richard M. Stallman <rms@gnu.org>
15231
15232 * simple.el (set-variable): Args renamed; doc fix.
15233 (line-move-1): When there are overlays around, use vertical-motion.
15234
15235 * faces.el (escape-glyph): Use brown against light background.
15236 (nobreak-space): Rename from no-break-space.
15237 Fix previous change.
15238
15239 * dired-aux.el (dired-do-copy): Fix arg prompt.
15240
15241 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15242
15243 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15244
15245 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15246 rather than "Distributor".
15247
15248 2005-06-23 Lute Kamstra <lute@gnu.org>
15249
15250 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15251 (debug-on-entry): Use it. New interactive declaration that uses
15252 function-called-at-point.
15253
15254 2005-06-23 Kim F. Storm <storm@cua.dk>
15255
15256 * subr.el (save-match-data): Add comment about using evaporate arg
15257 to set-match-data.
15258
15259 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15260
15261 * cus-edit.el (customize-face)
15262 (customize-face-other-window): Handle face aliases.
15263
15264 * faces.el (face-documentation, set-face-attribute)
15265 (face-spec-set): Handle face aliases.
15266
15267 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15268
15269 * help-mode.el (help-make-xrefs): If a symbol representing a face
15270 name is not followed by the word "face", it could still be a
15271 function or variable name, so don't bypass other checks.
15272
15273 2005-06-22 Juri Linkov <juri@jurta.org>
15274
15275 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15276 Replace aliased functions with calls where second arg `inherit' is t.
15277
15278 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15279
15280 * progmodes/gdb-ui.el (gdb-error): New variable.
15281 (gdb-error): New function.
15282 (gdb-annotation-rules): Act on error-begin and error annotations.
15283 (gdb-concat-output): Use font-lock-warning-face for errors.
15284
15285 2005-06-22 Miles Bader <miles@gnu.org>
15286
15287 * bindings.el (propertized-buffer-identification): Use renamed
15288 `Buffer-menu-buffer' face.
15289
15290 * faces.el (vertical-border): Rename from `vertical-divider'.
15291 (escape-glyph): Change dark-background color back to `cyan'.
15292
15293 2005-06-21 Juri Linkov <juri@jurta.org>
15294
15295 * faces.el (face-user-default-spec): Try getting `customized-face'
15296 prior to `saved-face'.
15297 (frame-background-mode): Refill docstring.
15298
15299 * emacs-lisp/lisp-mode.el (eval-defun-1):
15300 * emacs-lisp/edebug.el (edebug-eval-defun):
15301 Set `saved-face' temporarily to nil before calling form.
15302 Set `customized-face' to the new spec after that.
15303
15304 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15305
15306 * subr.el (1value, lambda, key-substitution-in-progress):
15307 Doc fixes.
15308
15309 * autoinsert.el (auto-insert-alist):
15310 * ses.el (ses-call-printer):
15311 * subr.el (noreturn):
15312 * emacs-lisp/lisp.el (check-parens):
15313 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15314 * net/browse-url.el (browse-url-mosaic):
15315 * progmodes/cc-defs.el (c-safe-scan-lists):
15316 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15317 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15318 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15319 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15320 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15321 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15322
15323 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15324
15325 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15326
15327 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15328
15329 * calendar/appt.el (appt-make-list): Activate the package, if
15330 not already active (for backwards compatibility).
15331
15332 2005-06-20 Kim F. Storm <storm@cua.dk>
15333
15334 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15335
15336 2005-06-20 Miles Bader <miles@gnu.org>
15337
15338 * faces.el (vertical-divider): New face.
15339
15340 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15341
15342 * simple.el (kill-whole-line): Doc fix.
15343 (next-error-buffer-p, next-error-find-buffer)
15344 (clone-indirect-buffer): Fix typos in docstrings.
15345 (comment-line-break-function): Doc fix: don't say variable
15346 is automatically buffer-local (it isn't).
15347
15348 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15349
15350 * net/tramp-ftp.el (top):
15351 * net/tramp-smb.el (top):
15352 * net/tramp-util.el (top):
15353 * net/tramp-uu.el (top):
15354 * net/tramp-vc.el (top):
15355 * net/tramp.el (top): Revert copyright years back to original
15356 ones. Tramp has a life outside GNU Emacs.
15357
15358 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15359
15360 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15361
15362 2005-06-18 Juri Linkov <juri@jurta.org>
15363
15364 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15365 end of first regexp to limit the match to the position between
15366 line number and source line with same separator character as used
15367 between file name and line number. In the second regexp limit
15368 mouse-face area to file name and line number by adding new group
15369 for them and referring it in HYPERLINK arg.
15370 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15371 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15372 previous line where grep markers may be already removed.
15373
15374 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15375
15376 * progmodes/ps-mode.el: Update version and maintainer's email address.
15377
15378 2005-06-18 Steve Youngs <steve@xemacs.org>
15379
15380 * net/browse-url.el (browse-url-browser-function)
15381 (browse-url-default-browser): Add firefox.
15382 (browse-url-firefox-program, browse-url-firefox-arguments)
15383 (browse-url-firefox-startup-arguments)
15384 (browse-url-firefox-new-window-is-tab): New defcustoms.
15385 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15386
15387 2005-06-17 Richard M. Stallman <rms@gnu.org>
15388
15389 * startup.el (command-line): Warn if specified user name has
15390 no home directory.
15391
15392 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15393 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15394
15395 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15396 Doc fixes.
15397
15398 * faces.el (underline): Try bold if terminal doesn't support underline.
15399
15400 * mail/sendmail.el (mail-setup-with-from): New variable.
15401 (mail-insert-from-field): New function.
15402 (sendmail-send-it): Call it.
15403 (mail-setup): Optionally call it here.
15404
15405 * term/linux.el: Call tty-no-underline.
15406
15407 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15408
15409 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15410
15411 2005-06-17 Miles Bader <miles@gnu.org>
15412
15413 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15414 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15415 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15416 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15417 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15418 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15419 Remove "-face" suffix from face names.
15420 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15421 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15422 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15423 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15424 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15425 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15426 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15427 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15428 New backward-compatibility aliases for renamed faces.
15429 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15430 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15431 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15432 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15433 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15434 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15435 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15436 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15437 Use renamed ediff faces.
15438
15439 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15440 Remove "-face" suffix from face names.
15441 (eshell-test-ok-face, eshell-test-failed-face):
15442 New backward-compatibility aliases for renamed faces.
15443 (eshell-run-test): Use renamed eshell-test faces.
15444
15445 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15446 face name.
15447 (eshell-prompt-face): New backward-compatibility alias for renamed
15448 face.
15449 (eshell-emit-prompt): Use renamed eshell-prompt face.
15450
15451 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15452 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15453 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15454 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15455 Remove "-face" suffix from face names.
15456 (eshell-ls-directory-face, eshell-ls-symlink-face)
15457 (eshell-ls-executable-face, eshell-ls-readonly-face)
15458 (eshell-ls-unreadable-face, eshell-ls-special-face)
15459 (eshell-ls-missing-face, eshell-ls-archive-face)
15460 (eshell-ls-backup-face, eshell-ls-product-face)
15461 (eshell-ls-clutter-face):
15462 New backward-compatibility aliases for renamed faces.
15463 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15464
15465 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15466 Remove "-face" suffix from face name.
15467 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15468 instead of literal face.
15469
15470 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15471
15472 * emacs-lisp/warnings.el (display-warning, lwarn)
15473 (warning-minimum-log-level): Doc fixes.
15474 (warning-minimum-level, warning-minimum-log-level):
15475 Add :debug to :type choices.
15476
15477 * progmodes/ada-mode.el (ada-format-paramlist)
15478 (ada-get-indent-case, ada-check-matching-start)
15479 (ada-check-defun-name, ada-goto-matching-decl-start)
15480 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15481 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15482 (ada-make-subprogram-body): Follow error conventions.
15483 (ada-case-exception-file, ada-indent-comment-as-code)
15484 (ada-indent-handle-comment-special, ada-indent-renames)
15485 (ada-indent-return, ada-search-directories-internal)
15486 (ada-tab-policy, ada-case-exception-substring)
15487 (ada-other-file-alist, ada-matching-start-re)
15488 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15489 (ada-imenu-generic-expression, ada-compile-goto-error)
15490 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15491 (ada-popup-menu, ada-add-extensions, ada-mode)
15492 (ada-region-selected, ada-create-case-exception)
15493 (ada-create-case-exception-substring, ada-after-keyword-p)
15494 (ada-activate-keys-for-case, ada-adjust-case-region)
15495 (ada-adjust-case-buffer, ada-format-paramlist)
15496 (ada-scan-paramlist, ada-insert-paramlist)
15497 (ada-indent-newline-indent)
15498 (ada-indent-newline-indent-conditional)
15499 (ada-justified-indent-current, ada-goto-previous-word)
15500 (ada-indent-current, ada-get-indent-open-paren)
15501 (ada-get-indent-paramlist, ada-get-indent-end)
15502 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15503 (ada-get-indent-block-start, ada-get-indent-subprog)
15504 (ada-get-indent-noindent, ada-get-indent-label)
15505 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15506 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15507 (ada-goto-stmt-end, ada-goto-next-word)
15508 (ada-check-matching-start, ada-check-defun-name)
15509 (ada-goto-matching-decl-start, ada-goto-matching-start)
15510 (ada-goto-matching-end, ada-search-ignore-string-comment)
15511 (ada-in-decl-p, ada-looking-at-semi-or)
15512 (ada-looking-at-semi-private, ada-in-paramlist-p)
15513 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15514 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15515 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15516 (ada-previous-package, ada-create-menu)
15517 (ada-fill-comment-paragraph-justify)
15518 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15519 (ada-other-file-name, ada-last-which-function-line)
15520 (ada-last-which-function-subprog, ada-which-function)
15521 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15522 (ada-gen-treat-proc, ada-check-emacs-version)
15523 (ada-continuation-indent, ada-align-region-separate):
15524 Fix typos in docstrings.
15525 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15526
15527 2005-06-16 Lute Kamstra <lute@gnu.org>
15528
15529 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15530 conditionally.
15531
15532 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15533
15534 * comint.el (comint-replace-by-expanded-filename)
15535 (comint-prompt-regexp, comint-delimiter-argument-list)
15536 (comint-preinput-scroll-to-bottom):
15537 * info.el (Info-hide-cookies-node):
15538 * ls-lisp.el (ls-lisp-classify):
15539 * find-file.el (ff-search-directories, ff-special-constructs)
15540 (ff-find-other-file):
15541 * font-lock.el (font-lock-keywords):
15542 * shell.el (shell-prompt-pattern)
15543 (shell-dynamic-complete-functions, shell-mode)
15544 (shell-delimiter-argument-list):
15545 * term.el (term-replace-by-expanded-filename)
15546 (term-prompt-regexp, term-delimiter-argument-list):
15547 * woman.el (woman-ignore, woman0-if):
15548 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15549 * emacs-lisp/elint.el (elint-init-env):
15550 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15551 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15552 * language/ethio-util.el (ethio-tilde-escape)
15553 (ethio-use-three-dot-question):
15554 * net/zone-mode.el (zone-mode-load-time-setup):
15555 * progmodes/cc-align.el (c-lineup-argcont):
15556 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15557 * progmodes/cperl-mode.el (cperl-set-style-back):
15558 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15559 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15560 Fix spellings in docstrings.
15561
15562 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15563 * progmodes/modula2.el (m2-for): Fix spellings.
15564
15565 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15566
15567 * simple.el (undo-more): Don't use `format' on `error' arguments.
15568 Improve argument/docstring consistency.
15569 (pending-undo-list): Doc fix.
15570
15571 * smerge-mode.el (smerge-ensure-match):
15572 * emulation/vip.el (vip-ex):
15573 * net/zone-mode.el (zone-mode-update-serial):
15574 * progmodes/idlwave.el (idlwave-complete):
15575 * progmodes/vhdl-mode.el (vhdl-visit-file)
15576 (vhdl-compose-wire-components):
15577 Don't use `format' on `error' arguments.
15578
15579 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15580 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15581 (tooltip-help-tips): Fix typos in docstrings.
15582
15583 2005-06-16 David Ponce <david@dponce.com>
15584
15585 * tree-widget.el (tree-widget-value-create): Simplify last change.
15586
15587 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15588
15589 * ido.el (ido-incomplete-regexp): New variable.
15590 (ido-set-matches-1): Handle invalid-regexp error and set
15591 ido-incomplete-regexp.
15592 (ido-incomplete-regexp): New face.
15593 (ido-completions): Use it.
15594 (ido-complete, ido-exit-minibuffer, ido-completions):
15595 Handle incomplete regexps.
15596 (ido-completions): Add check for complete match when entering a regexp.
15597
15598 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15601
15602 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15603
15604 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15605 by field delimiters.
15606
15607 2005-06-15 David Ponce <david@dponce.com>
15608
15609 * tree-widget.el: eval-and-compile inlined functions so they will
15610 be available at run-time too.
15611 (tree-widget-super-format-handler)
15612 (tree-widget-format-handler): Remove.
15613 (tree-widget-value-create): Handle the :indent property.
15614
15615 2005-06-15 Miles Bader <miles@gnu.org>
15616
15617 * progmodes/which-func.el (which-func): Only inherit
15618 `font-lock-function-name-face' when that makes sense against the
15619 default mode-line face, otherwise set the face color explicitly.
15620
15621 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15622 faces instead of (non-existent) variables.
15623
15624 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15625
15626 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15627 (iswitchb-get-matched-buffers): Likewise. Simplify.
15628
15629 2005-06-14 Miles Bader <miles@gnu.org>
15630
15631 * progmodes/ld-script.el (ld-script-location-counter):
15632 Remove "-face" suffix from face name.
15633 (ld-script-location-counter-face):
15634 New backward-compatibility alias for renamed face.
15635 (ld-script-location-counter-face): Use renamed face.
15636
15637 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15638 (cperl-hash): Remove "-face" suffix from face names.
15639 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15640 New backward-compatibility aliases for renamed faces.
15641 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15642 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15643
15644 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15645 name.
15646 (which-func-face): New backward-compatibility alias for renamed face.
15647 (which-func-format): Use renamed which-func face.
15648
15649 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15650 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15651 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15652 names.
15653 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15654 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15655 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15656 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15657 (vhdl-speedbar-architecture-selected)
15658 (vhdl-speedbar-configuration-selected)
15659 (vhdl-speedbar-package-selected)
15660 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15661 names.
15662 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15663 Use renamed faces.
15664 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15665 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15666 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15667 Use renamed faces.
15668 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15669 names.
15670 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15671 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15672 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15673 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15674 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15675 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15676
15677 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15678 face name.
15679 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15680 (sh-heredoc-face): Use renamed sh-heredoc face.
15681
15682 * progmodes/idlw-help.el (idlwave-help-link):
15683 Remove "-face" suffix from face name.
15684 (idlwave-help-link-face):
15685 New backward-compatibility alias for renamed face.
15686 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15687
15688 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15689 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15690 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15691 New backward-compatibility aliases for renamed faces.
15692 (idlwave-shell-disabled-breakpoint-face)
15693 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15694
15695 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15696 Remove "-face" suffix from face names.
15697 (flymake-errline-face, flymake-warnline-face):
15698 New backward-compatibility aliases for renamed faces.
15699 (flymake-highlight-line): Use renamed flymake faces.
15700
15701 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15702 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15703 (ebrowse-member-class, ebrowse-progress):
15704 Remove "-face" suffix from face names.
15705 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15706 (ebrowse-file-name-face, ebrowse-default-face)
15707 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15708 (ebrowse-progress-face):
15709 New backward-compatibility aliases for renamed faces.
15710 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15711 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15712 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15713 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15714
15715 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15716 antlr-syntax)
15717 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15718 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15719 names.
15720 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15721 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15722 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15723 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15724 backward-compatibility aliases for renamed faces.
15725 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15726 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15727 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15728 remove "font-lock-". Use renamed antlr-mode faces.
15729 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15730 literal face-names with face variable references.
15731
15732 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15733 face name.
15734 (Buffer-menu-buffer-face): New backward-compatibility alias for
15735 renamed face.
15736 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15737
15738 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15739
15740 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15741 Eliminate "-face" suffix.
15742 (makefile-targets): Inherit from font-lock-function-name-face and
15743 eliminate "-face" suffix.
15744 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15745 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15746 actions, instead of prepending, to make it less visible.
15747 (makefile-previous-dependency, makefile-match-dependency):
15748 Don't match a target on a continuation line.
15749
15750 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15751
15752 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15753
15754 * progmodes/gdb-ui.el (menu): Re-order menu items.
15755 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15756
15757 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15758 Define in tooltip.el.
15759 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15760 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15761 gud-tooltip-echo-area.
15762
15763 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15764 backward compatibility and make obsolete.
15765 (tooltip-help-tips): Use tooltip-use-echo-area.
15766 (tooltip-show-help-function): Rename to...
15767 (tooltip-show-help): ...this, because it is a function.
15768 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15769
15770 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15771
15772 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15773 (edebug-print-length, edebug-print-level, edebug-print-circle)
15774 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15775 (edebug-eval-print-last-sexp): Doc fixes.
15776
15777 2005-06-14 Kim F. Storm <storm@cua.dk>
15778
15779 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15780 as the coverage buffer/file/both may change.
15781
15782 2005-06-14 Lute Kamstra <lute@gnu.org>
15783
15784 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15785 and run-mode-hooks. Simplify.
15786
15787 * mail/rmailedit.el (rmail-edit-mode):
15788 * progmodes/octave-inf.el (inferior-octave-mode):
15789 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15790
15791 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15792 and run-mode-hooks.
15793 (recentf-edit-list, recentf-open-files): Don't call
15794 kill-all-local-variables directly.
15795
15796 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15797
15798 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15799
15800 * emacs-lisp/byte-run.el (make-obsolete)
15801 (define-obsolete-function-alias): Rename arguments FUNCTION and
15802 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15803 (make-obsolete-variable, define-obsolete-variable-alias):
15804 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15805 respectively.
15806
15807 * isearchb.el (isearchb-activate):
15808 * pcvs.el (cvs-mode):
15809 * ses.el (ses-load):
15810 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15811 * net/tramp.el (tramp-find-file-exists-command)
15812 (tramp-find-shell):
15813 * progmodes/ada-mode.el (ada-create-case-exception)
15814 (ada-create-case-exception-substring, ada-make-subprogram-body):
15815 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15816 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15817 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15818 * textmodes/org.el (org-promote, org-evaluate-time-range)
15819 (org-agenda-next-date-line, org-agenda-previous-date-line)
15820 (org-agenda-error, org-open-at-point, org-table-move-row)
15821 (org-format-table-table-html-using-table-generate-source)
15822 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15823 * textmodes/reftex.el (reftex-access-scan-info):
15824 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15825 (reftex-toc-promote-prepare): Follow error conventions.
15826
15827 * diff-mode.el (diff-mode): Fix typo in docstring.
15828
15829 * forms.el (forms--intuit-from-file): Fix reference to
15830 `forms-number-of-fields' in error message.
15831 (forms-print): Fix quoting in error message.
15832
15833 * forms.el (forms-mode):
15834 * emulation/vi.el (vi-goto-insert-state):
15835 * progmodes/flymake.el (flymake-new-err-info)
15836 (flymake-start-syntax-check-for-current-buffer)
15837 (flymake-simple-cleanup):
15838 * eshell/esh-var.el (eshell/export):
15839 * progmodes/gud.el (xdb):
15840 * textmodes/flyspell.el (flyspell-incorrect-hook)
15841 (flyspell-maybe-correct-transposition)
15842 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15843
15844 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15845
15846 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15847 minibuffer prompt.
15848
15849 2005-06-13 Kim F. Storm <storm@cua.dk>
15850
15851 * subr.el (add-to-ordered-list): New defun.
15852
15853 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15854 add cua--keymap-alist to emulation-mode-map-alists.
15855
15856 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15857
15858 * subr.el (complete-in-turn): New macro.
15859 (dynamic-completion-table, lazy-completion-table): Add debug info.
15860
15861 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15862 in preference to face aliases.
15863
15864 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15865 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15866 Remove unused vars `start' and `firstline'.
15867 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15868 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15869
15870 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15871
15872 * cus-start.el (all): Don't complain about missing GTK-related
15873 variables, unless either `gtk' is boundp or this isn't a
15874 `windows-nt' build.
15875
15876 2005-06-13 Lute Kamstra <lute@gnu.org>
15877
15878 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15879 run-mode-hooks.
15880
15881 * ediff-mult.el (ediff-meta-mode):
15882 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15883
15884 * ledit.el (ledit-mode): Use delay-mode-hooks.
15885
15886 * woman.el (woman-mode-line-format): Delete constant.
15887 (woman-mode-map): Initialize it properly.
15888 (woman-mode): Set mode-class property to special.
15889 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15890 Set major-mode and mode-name. Don't set mode-line-format directly.
15891 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15892
15893 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15894 string argument obsolete.
15895
15896 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15897
15898 * textmodes/org.el (org-CUA-compatible): New option.
15899 (org-disputed-keys): New variable.
15900 (org-key): New function.
15901 (orgtbl-make-binding): Add docstring to the created function.
15902 (org-mode): Set paragraph start/separate regexps.
15903 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15904 (org-archive-location, org-archive-mark-done)
15905 (org-archive-stamp-time): New options.
15906 (org-archive-subtree): New command.
15907 (org-fill-paragraph): New function.
15908 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15909 (org-fake-empty-table-line): Function removed.
15910 (org-format-org-table-html): Do not create empty table lines at
15911 separator lines. Improved table header treatment.
15912 (org-link-format): New option.
15913 (org-make-link): New function.
15914 (org-insert-link, org-store-link): Use org-make-link.
15915 (org-open-file): Quote file name for shell command, to allow
15916 spaces in file names.
15917 (org-link-regexp): Fix bug with mailto link.
15918 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15919 New constants.
15920 (org-export-as-html): Deal with the optional angles around a link.
15921 Better treatment of file: links.
15922 (org-open-at-point): Replace @{ and @} with < and >.
15923 (org-run-mode-hooks): Function removed.
15924 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15925
15926 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15927
15928 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15929 MI command -data-list-register-values.
15930 (gdb-post-prompt): Indent properly.
15931
15932 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15933
15934 * hilit-chg.el (highlight-changes-colors): Rename from
15935 `highlight-changes-colours'.
15936 (highlight-changes-colours): Keep as obsolete alias.
15937 (highlight-changes-face-list): Doc fix.
15938 (hilit-chg-make-list): Use `highlight-changes-colors'.
15939
15940 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15941
15942 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15943 defun-prompt-regexp.
15944
15945 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15946
15947 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15948 and cygwin.
15949
15950 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15951 Don't use an old loaddefs.el, as in Makefile.in.
15952
15953 2005-06-12 Lute Kamstra <lute@gnu.org>
15954
15955 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15956
15957 * man.el (Man-mode-map): Initialize it properly.
15958 (Man-mode): Set mode-class property to special.
15959
15960 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15961
15962 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15963
15964 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15965 A newline is needed in the docstring there.
15966
15967 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15968 Doc fixes.
15969
15970 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15971
15972 * printing.el: Doc fix. The menubar is no more changed when printing
15973 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15974 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15975 (pr-version): New version number (6.8.4).
15976 (pr-menu-bind): New command.
15977 (pr-update-menus): Docstring and code fix.
15978 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15979 Docstring fix.
15980 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15981 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15982
15983 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15984
15985 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15986 "Returns" to "return", document useful return values, etc.
15987
15988 2005-06-11 Alan Mackenzie <acm@muc.de>
15989
15990 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15991 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15992 (adaptive-file-function): Minor amendment to doc-string.
15993
15994 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15995
15996 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15997 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15998 Fix :type--it is `integer', not `string'.
15999
16000 * faces.el (modeline-highlight): Rename from (the erroneous)
16001 `modeline-higilight'.
16002
16003 2005-06-11 Lute Kamstra <lute@gnu.org>
16004
16005 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16006 lisp-interaction-mode-map but make it the parent.
16007 (edebug-eval-mode): Use define-derived-mode.
16008
16009 2005-06-11 Andreas Schwab <schwab@suse.de>
16010
16011 * bindings.el: Add binding of `ESC functionkey' for every
16012 `M-functionkey'.
16013 * hexl.el (hexl-mode-map): Likewise.
16014
16015 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16016
16017 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16018 [msft]: update regexp for newer msft compilers.
16019
16020 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16021
16022 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16023 ATTLIST portions of included DTDs.
16024 (xml-parse-dtd): Eliminate use of inefficient match-data.
16025
16026 2005-06-10 Miles Bader <miles@gnu.org>
16027
16028 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16029 (mpuz-text): Remove "-face" suffix from face names.
16030 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16031 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16032 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16033
16034 * play/gomoku.el (gomoku-O, gomoku-X):
16035 Remove "-face" suffix from face names.
16036 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16037 New backward-compatibility aliases for renamed faces.
16038 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16039
16040 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16041
16042 * thumbs.el: Fixes for changes of 2005-06-09.
16043 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16044 as a directory.
16045 (thumbs-thumbname): Remove directory separator from format string;
16046 `thumbs-thumbsdir' now returns a valid directory name.
16047 (thumbs-temp-dir): New defsubst.
16048 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16049 Use it.
16050
16051 * cus-edit.el (minibuffer):
16052 * files.el (make-backup-file-name-function):
16053 * filesets.el (filesets-external-viewers):
16054 * hilit-chg.el (highlight-changes-colours)
16055 (highlight-changes-face-list, highlight-changes-rotate-faces):
16056 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16057 * kmacro.el (kmacro-call-macro):
16058 * log-edit.el (log-edit-changelog-full-paragraphs):
16059 * mouse.el (mouse-1-click-follows-link):
16060 * skeleton.el (skeleton-autowrap):
16061 * subr.el (insert-for-yank-1):
16062 * tempo.el (tempo-insert-region):
16063 * terminal.el (terminal-emulator):
16064 * time.el (display-time-mail-face):
16065 * vc.el (vc-annotate):
16066 * vcursor.el (vcursor-copy-line):
16067 * woman.el (woman-bold-headings, woman-ignore)
16068 (woman-default-faces, woman-monochrome-faces):
16069 * calendar/todo-mode.el (todo-insert-threshold):
16070 * emulation/pc-select.el (pc-select-selection-keys-only)
16071 (pc-selection-mode):
16072 * emulation/vip.el (vip-find-char-forward):
16073 * emulation/viper-cmd.el (viper-find-char-forward):
16074 * international/mule-cmds.el
16075 (select-safe-coding-system-accept-default-p)
16076 (input-method-exit-on-invalid-key):
16077 * international/mule-diag.el (describe-coding-system):
16078 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16079 * net/browse-url.el (browse-url-xterm-program):
16080 * obsolete/lazy-lock.el (lazy-lock-mode):
16081 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16082 (cperl-mode):
16083 * progmodes/cpp.el (cpp-face-light-name-list)
16084 (cpp-face-dark-name-list):
16085 * progmodes/delphi.el (delphi-newline-always-indents):
16086 Fix spellings in docstrings.
16087
16088 * ido.el (ido-mode, ido-file-extensions-order)
16089 (ido-default-file-method, ido-default-buffer-method)
16090 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16091 (ido-decorations, ido-read-file-name-as-directory-commands)
16092 (ido-read-file-name-non-ido, ido-work-directory-list)
16093 (ido-ignore-item-temp-list, ido-current-directory)
16094 (ido-magic-forward-char, ido-enter-find-file)
16095 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16096 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16097
16098 2005-06-10 Lute Kamstra <lute@gnu.org>
16099
16100 * play/dunnet.el (dun-mode): Use define-derived-mode.
16101 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16102 obsolete alias.
16103
16104 * play/doctor.el (doctor-mode-map): Remove defvar.
16105 (doctor-mode): Use define-derived-mode.
16106
16107 * mail/mspools.el (mspools-mode):
16108 * net/eudc-hotlist.el (eudc-hotlist-mode):
16109 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16110
16111 2005-06-10 Miles Bader <miles@gnu.org>
16112
16113 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16114 Remove "-face" suffix from face names.
16115 (flyspell-incorrect-face, flyspell-duplicate-face):
16116 New backward-compatibility aliases for renamed faces.
16117 (flyspell-mode-on, make-flyspell-overlay)
16118 (flyspell-highlight-incorrect-region)
16119 (flyspell-highlight-duplicate-region)
16120 (flyspell-display-next-corrections)
16121 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16122
16123 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16124 from face name.
16125 (texinfo-heading-face): New backward-compatibility alias for
16126 renamed face.
16127 (texinfo-heading-face): Use renamed texinfo-heading face.
16128
16129 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16130 suffix from face names.
16131 (tex-math-face, tex-verbatim-face):
16132 New backward-compatibility aliases for renamed faces.
16133 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16134 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16135 literal face name.
16136
16137 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16138 name.
16139 (table-cell-face): New backward-compatibility alias for renamed face.
16140 (table--put-cell-face-property, table--update-cell-face):
16141 Use renamed table-cell face.
16142
16143 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16144 from face name.
16145 (sgml-namespace-face): New backward-compatibility alias for
16146 renamed face.
16147 (sgml-namespace-face): Use renamed sgml-namespace face.
16148
16149 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16150 (org-level-4, org-level-5, org-level-6, org-level-7)
16151 (org-level-8, org-warning, org-headline-done)
16152 (org-deadline-announce, org-scheduled-today)
16153 (org-scheduled-previously, org-link, org-done, org-table)
16154 (org-time-grid): Remove "-face" suffix from face names.
16155 (org-level-1-face, org-level-2-face, org-level-3-face)
16156 (org-level-4-face, org-level-5-face, org-level-6-face)
16157 (org-level-7-face, org-level-8-face, org-warning-face)
16158 (org-headline-done-face, org-deadline-announce-face)
16159 (org-scheduled-today-face, org-scheduled-previously-face)
16160 (org-link-face, org-done-face, org-table-face)
16161 (org-time-grid-face):
16162 New backward-compatibility aliases for renamed faces.
16163 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16164 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16165 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16166 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16167
16168 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16169 (viper-minibuffer-emacs, viper-minibuffer-insert)
16170 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16171 (viper-search-face, viper-replace-overlay-face)
16172 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16173 (viper-minibuffer-vi-face):
16174 New backward-compatibility aliases for renamed faces.
16175 (viper-search-face, viper-replace-overlay-face)
16176 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16177 (viper-minibuffer-vi-face): Use renamed viper faces.
16178
16179 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16180 Remove "-face" suffix from face names.
16181 (testcover-nohits-face, testcover-1value-face):
16182 New backward-compatibility aliases for renamed faces.
16183 (testcover-mark): Use renamed testcover faces.
16184
16185 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16186 face name.
16187 (diary-button-face): New backward-compatibility alias for renamed face.
16188 (diary-entry): Use renamed diary-button face.
16189
16190 * calendar/calendar.el (diary, calendar-today, holiday)
16191 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16192 (diary-face, calendar-today-face, holiday-face):
16193 New backward-compatibility aliases for renamed faces.
16194 (eval-after-load "facemenu", diary-entry-marker)
16195 (calendar-today-marker, calendar-holiday-marker, diary-face):
16196 Use renamed calendar faces.
16197
16198 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16199 (compare-windows-face): New backward-compatibility alias for
16200 renamed face.
16201 (compare-windows-highlight): Use renamed compare-windows face.
16202
16203 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16204 (strokes-char-face): New backward-compatibility alias for renamed face.
16205 (strokes-encode-buffer): Use renamed strokes-char face.
16206
16207 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16208 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16209 Remove "-face" suffix from face names.
16210 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16211 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16212 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16213 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16214 Use renamed pcvs faces.
16215 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16216 * pcvs-defs.el (cvs-mode-map): Likewise.
16217 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16218
16219 * info.el (info-title-1, info-title-2, info-title-3)
16220 (info-title-4): Remove "-face" suffix from and downcase face names.
16221 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16222 (Info-title-4-face):
16223 New backward-compatibility aliases for renamed faces.
16224 (Info-fontify-node): Use renamed info faces.
16225
16226 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16227 Remove "-face" suffix from face names.
16228 (highlight-changes-face, highlight-changes-delete-face):
16229 New backward-compatibility aliases for renamed faces.
16230 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16231 (hilit-chg-make-list): Use renamed highlight-changes faces.
16232
16233 * generic-x.el (show-tabs-tab, show-tabs-space):
16234 Remove "-face" suffix from face names.
16235 (show-tabs-tab-face, show-tabs-space-face):
16236 New backward-compatibility aliases for renamed faces.
16237 (show-tabs-generic-mode-font-lock-defaults-1)
16238 (show-tabs-generic-mode-font-lock-defaults-2):
16239 Use renamed show-tabs faces.
16240
16241 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16242 (smerge-markers): Remove "-face" suffix from face names.
16243 (smerge-mine-face, smerge-other-face, smerge-base-face)
16244 (smerge-markers-face):
16245 New backward-compatibility aliases for renamed faces.
16246 (smerge-mine-face, smerge-other-face, smerge-base-face)
16247 (smerge-markers-face): Use renamed smerge faces.
16248
16249 * log-view.el (log-view-file, log-view-message): Remove "-face"
16250 suffix from face names.
16251 (log-view-file-face, log-view-message-face):
16252 New backward-compatibility aliases for renamed faces.
16253 (log-view-file-face, log-view-message-face): Use renamed log-view
16254 faces.
16255
16256 * paren.el (show-paren-match, show-paren-mismatch):
16257 Remove "-face" suffix from face names.
16258 (show-paren-match-face, show-paren-mismatch-face):
16259 New backward-compatibility aliases for renamed faces.
16260 (show-paren-function): Use renamed show-paren faces.
16261
16262 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16263 (ruler-mode-margins, ruler-mode-fringes)
16264 (ruler-mode-column-number, ruler-mode-fill-column)
16265 (ruler-mode-comment-column, ruler-mode-goal-column)
16266 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16267 suffix from face names.
16268 (ruler-mode-default-face, ruler-mode-pad-face)
16269 (ruler-mode-margins-face, ruler-mode-fringes-face)
16270 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16271 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16272 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16273 New backward-compatibility aliases for renamed faces.
16274 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16275 (ruler-mode-column-number, ruler-mode-fill-column)
16276 (ruler-mode-comment-column, ruler-mode-goal-column)
16277 (ruler-mode-tab-stop, ruler-mode-current-column)
16278 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16279 faces.
16280
16281 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16282 face name.
16283 (whitespace-highlight-the-space): Use renamed face.
16284 (whitespace-highlight-face): New backward-compatibility alias for
16285 renamed face.
16286
16287 * woman.el (woman-italic, woman-bold, woman-unknown)
16288 (woman-addition, woman-symbol-face):
16289 Remove "-face" suffix from face names.
16290 (woman-italic-face, woman-bold-face, woman-unknown-face)
16291 (woman-addition-face):
16292 New backward-compatibility aliases for renamed faces.
16293 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16294 (woman-decode-region, woman-replace-match)
16295 (woman-display-extended-fonts, woman-special-characters)
16296 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16297 Use renamed woman faces.
16298
16299 * longlines.el (longlines-visible-face): Face removed.
16300
16301 * diff-mode.el (diff-header, diff-file-header, diff-index)
16302 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16303 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16304 suffix from face names.
16305 (diff-header-face, diff-file-header-face, diff-index-face)
16306 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16307 (diff-changed-face, diff-function-face, diff-context-face)
16308 (diff-nonexistent-face): New backward-compatibility aliases for
16309 renamed faces.
16310 (diff-header-face, diff-file-header-face)
16311 (diff-index, diff-index-face, diff-hunk-header)
16312 (diff-hunk-header-face, diff-removed, diff-removed-face)
16313 (diff-added, diff-added-face, diff-changed-face, diff-function)
16314 (diff-function-face, diff-context-face, diff-nonexistent)
16315 (diff-nonexistent-face): Use renamed diff-mode faces.
16316
16317 * progmodes/compile.el (compilation-warning-face)
16318 (compilation-info-face): Remove "-face" suffix from face names.
16319 (compilation-warning-face, compilation-info-face):
16320 New backward-compatibility aliases for renamed faces.
16321 (compilation-warning-face, compilation-info-face):
16322 Use renamed compilation faces.
16323
16324 * add-log.el (change-log-date, change-log-name)
16325 (change-log-email, change-log-file, change-log-list)
16326 (change-log-conditionals, change-log-function)
16327 (change-log-acknowledgement): Remove "-face" suffix from face names.
16328 (change-log-date-face, change-log-name-face)
16329 (change-log-email-face, change-log-file-face)
16330 (change-log-list-face, change-log-conditionals-face)
16331 (change-log-function-face, change-log-acknowledgement-face):
16332 New backward-compatibility aliases for renamed faces.
16333 (change-log-font-lock-keywords): Use renamed change-log faces.
16334
16335 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16336 (custom-set, custom-changed, custom-saved, custom-button)
16337 (custom-button-pressed, custom-documentation, custom-state)
16338 (custom-comment, custom-comment-tag, custom-variable-tag)
16339 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16340 (custom-group-tag): Remove "-face" suffix from face names.
16341 (custom-magic-alist, custom-magic-value-create)
16342 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16343 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16344 (custom-set-face, custom-changed-face, custom-saved-face)
16345 (custom-button-face, custom-button-pressed-face)
16346 (custom-documentation-face, custom-state-face)
16347 (custom-comment-face, custom-comment-tag-face)
16348 (custom-variable-tag-face, custom-variable-button-face)
16349 (custom-face-tag-face, custom-group-tag-face-1)
16350 (custom-group-tag-face):
16351 New backward-compatibility aliases for renamed faces.
16352
16353 * wid-edit.el (widget-documentation, widget-button)
16354 (widget-field, widget-single-line-field, widget-inactive)
16355 (widget-button-pressed): "-face" suffix removed from face names.
16356 (widget-documentation-face, widget-button-face)
16357 (widget-field-face, widget-single-line-field-face)
16358 (widget-inactive-face, widget-button-pressed-face):
16359 New backward-compatibility aliases for renamed faces.
16360 (widget-documentation-face, widget-button-face)
16361 (widget-button-pressed-face, widget-specify-field)
16362 (widget-specify-inactive): Use renamed widget faces.
16363
16364 2005-06-10 Kenichi Handa <handa@m17n.org>
16365
16366 * term/x-win.el (x-clipboard-yank): Remove condition-case
16367 wrapping.
16368
16369 2005-06-11 Kenichi Handa <handa@m17n.org>
16370
16371 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16372 date lines stricter.
16373
16374 2005-06-10 Zhang Wei <id.brep@gmail.com>
16375
16376 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16377 of x-get-selection.
16378
16379 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16380
16381 * comint.el (comint-mode, comint-snapshot-last-prompt):
16382 * frame.el (frame-current-scroll-bars):
16383 * term.el (term-mode, term-check-proc, term-input-sender)
16384 (term-simple-send, term-extract-string, term-word)
16385 (term-match-partial-filename):
16386 * window.el (window-current-scroll-bars):
16387 * emulation/cua-base.el (cua-normal-cursor-color)
16388 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16389 (cua-global-mark-cursor-color):
16390 * mail/undigest.el (rmail-forward-separator-regex):
16391 Fix typos in docstrings.
16392
16393 * comint.el (comint-check-proc, make-comint-in-buffer)
16394 (comint-source-default): Doc fixes.
16395
16396 * term.el (term-send-string): Improve argument/docstring consistency.
16397
16398 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16399
16400 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16401 call to `delete-region'.
16402 (comint-mode-hook): Do not enable Font Lock by default.
16403
16404 2005-06-09 Lute Kamstra <lute@gnu.org>
16405
16406 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16407 could be void.
16408
16409 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16412 (debug): Use it.
16413 (debugger-step-through, debugger-continue, debugger-jump)
16414 (debugger-return-value): Set it when needed.
16415 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16416 Use inhibit-read-only.
16417
16418 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16419
16420 * window.el (shrink-window-if-larger-than-buffer)
16421 (window-size-fixed): Fix typo in docstring.
16422
16423 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16424 thumbnails directory on loading.
16425 (thumbs-conversion-program): Use `eq' to check the system type,
16426 not `equal'.
16427 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16428 not "/tmp". Fix docstring.
16429 (thumbs-thumbsdir): New function to return the thumbnails
16430 directory, creating it if needed.
16431 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16432 (thumbs-temp-file): Delete variable and make it into a function.
16433 (thumbs-resize-image, thumbs-modify-image): Use it.
16434 (thumbs-kill-buffer): Simplify.
16435 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16436 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16437 docstrings.
16438
16439 2005-06-09 Kim F. Storm <storm@cua.dk>
16440
16441 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16442 set-match-data to free markers in match-data.
16443
16444 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16445 match-data to unchain markers in match-data.
16446
16447 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16450 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16451 unnecessary now.
16452
16453 2005-06-08 Richard M. Stallman <rms@gnu.org>
16454
16455 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16456 give the variable a doc string that doesn't say don't set it directly.
16457
16458 * textmodes/ispell.el (ispell-check-version):
16459 Use match-string-no-properties.
16460 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16461 (ispell-buffer-local-words): Likewise.
16462
16463 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16464 except on terminals with enough colors to really display it.
16465 (makefile-dependency-regex): Delete spurious `bb'.
16466
16467 * faces.el (escape-glyph): Use blue once again in last case.
16468 (no-break-space): Redefine so that it isn't invisible on a tty.
16469
16470 2005-06-08 Kim F. Storm <storm@cua.dk>
16471
16472 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16473 also when reading directory name.
16474
16475 2005-06-08 Lute Kamstra <lute@gnu.org>
16476
16477 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16478 (flyspell-mode-line-string): Remove autoload cookie.
16479 (flyspell-mode): Remove defvar.
16480
16481 2005-06-07 Lute Kamstra <lute@gnu.org>
16482
16483 * textmodes/org.el (org-run-mode-hooks): New function.
16484 (org-agenda-mode): Use it.
16485
16486 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16487
16488 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16489
16490 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16493
16494 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16495
16496 * font-lock.el (font-lock-add-keywords): Doc fix.
16497
16498 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16501 (tex-compile-default): In the absence of any history, use the order in
16502 tex-compile-alist to choose the preferred command.
16503 (tex-compile-commands): Reorder a bit.
16504
16505 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16506 (flyspell-incorrect-face, flyspell-duplicate-face):
16507 Use (X)Emacs-agnostic code.
16508 (flyspell-mode-map): Don't overwrite at each load. Remove code
16509 redundant with the subsequent add-minor-mode. Merge Emacs and
16510 XEmacs code.
16511 (flyspell-word): Minor simplification.
16512 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16513 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16514 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16515 Merge the corresponding Emacs code.
16516 (flyspell-correct-word, flyspell-xemacs-popup):
16517 Use flyspell-do-correct.
16518
16519 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16520 a dedicated window.
16521
16522 * international/latexenc.el (latexenc-find-file-coding-system):
16523 Undo part of last patch, to turn off a compiler warning.
16524
16525 2005-06-06 Juri Linkov <juri@jurta.org>
16526
16527 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16528 Rename `tmm-inactive-face' to `tmm-inactive'.
16529
16530 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16531
16532 * iswitchb.el: Rename faces.
16533
16534 2005-06-06 Kim F. Storm <storm@cua.dk>
16535
16536 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16537 (cua-global-mark): Remove -face suffix from face names.
16538
16539 * emulation/cua-gmrk.el (cua--init-global-mark):
16540 Remove cua-global-mark face setup.
16541
16542 2005-06-06 Richard M. Stallman <rms@gnu.org>
16543
16544 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16545 just like other allowed characters.
16546 (makefile-match-dependency): Exclude leading and training whitespace
16547 from the range of regexp subexp 1.
16548 (makefile-macroassign-regex): Don't try to match the body,
16549 just the name of the macro being defined.
16550
16551 * info.el (Info-read-node-name-2): New function.
16552 (Info-read-node-name-1): Use that.
16553 Add a completion-base-size-function property.
16554
16555 * simple.el (completion-setup-function): Look for
16556 completion-base-size-function property of minibuffer-completion-table.
16557
16558 * files.el (locate-file-completion): Doc fix.
16559
16560 * printing.el: Don't call pr-update-menus; user must do that.
16561
16562 * emacs-lisp/debug.el (debugger-window): New variable.
16563 (debug): Use debugger-window if it is set and still alive.
16564 Record debugger-window for next entry.
16565
16566 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16567
16568 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16569
16570 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16571 (hack-one-local-variable, hack-local-variables)
16572 (hack-local-variables-prop-line): Pass that arg.
16573
16574 2005-06-06 Kim F. Storm <storm@cua.dk>
16575
16576 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16577 (ido-indicator): Remove -face suffix from face names.
16578
16579 2005-06-06 Juri Linkov <juri@jurta.org>
16580
16581 * font-lock.el (font-lock-regexp-backslash)
16582 (font-lock-regexp-backslash-construct): New faces.
16583 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16584 after `('. Add `while-no-input' to control structures.
16585
16586 * faces.el (no-break-space, shadow): New faces.
16587 (escape-glyph): Use less loud colors pink2 and red4.
16588
16589 * diff-mode.el (diff-context-face)
16590 * dired.el (dired-ignored)
16591 * rfn-eshadow.el (file-name-shadow)
16592 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16593
16594 * info.el (Info-title-1-face): Use green instead of yellow because
16595 bold yellow is not readable on light backgrounds.
16596
16597 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16598 before selecting the desired mode to not spend time fontifying
16599 old contents.
16600
16601 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16602
16603 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16604 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16605
16606 * ps-print.el (ps-default-fg, ps-default-bg):
16607 Fix typos in docstrings.
16608
16609 * isearchb.el (isearchb): Don't pass a spurious second argument to
16610 `iswitchb-completions'.
16611
16612 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16613
16614 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16615 to preserve point.
16616 (gdb-find-file-hook): Add doc string.
16617
16618 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16619 C dereferenced pointer expression.
16620 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16621
16622 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16623
16624 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16625 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16626 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16627 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16628 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16629 Make background transparent.
16630
16631 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16632
16633 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16634 (font-lock-remove-keywords): Doc fix.
16635 (font-lock-mode-major-mode): Compiler defvar.
16636 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16637
16638 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16639 (font-lock-mode): Update `font-lock-mode-major-mode'.
16640 (font-lock-set-defaults): Compiler defvar.
16641 (font-lock-default-function): Take `font-lock-mode-major-mode'
16642 into account.
16643
16644 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16645 keep track of which major mode it enabled the minor mode for.
16646 Use find-file-hook again. Update docstring.
16647
16648 * simple.el (eval-expression-print-level)
16649 (eval-expression-print-length, eval-expression-debug-on-error):
16650 Doc fixes.
16651
16652 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16653
16654 * iswitchb.el (iswitchb-single-match-face)
16655 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16656 (iswitchb-invalid-regexp-face): New faces.
16657 (iswitchb-completions): Use them.
16658 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16659 now marked as an obsolete alias.
16660 (iswitchb-read-buffer): Remove check for bound font variables.
16661 (iswitchb-invalid-regexp): New free variable.
16662 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16663 set iswitchb-invalid-regexp.
16664 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16665 invalid regexps.
16666 (iswitchb-completions): Add check for complete match when entering
16667 a regexp.
16668 (iswitchb-completions): Remove require-match argument.
16669 (iswitchb-exhibit): Fix caller.
16670 (iswitchb-common-match-inserted): New variable.
16671 (iswitchb-complete, iswitchb-completion-help): Use it.
16672
16673 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16674
16675 * url-http.el (url-http-chunked-encoding-after-change-function):
16676 Use `url-http-debug' instead of `message'.
16677
16678 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16679
16680 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16681 callback argument.
16682
16683 2005-06-04 Kim F. Storm <storm@cua.dk>
16684
16685 * simple.el (line-move): Only call sit-for when moving backwards.
16686
16687 * ido.el (ido-make-merged-file-list-1): New defun split from
16688 ido-make-merged-file-list.
16689 (ido-make-merged-file-list): Bind throw-on-input around call to
16690 ido-make-merged-file-list-1. Return input-pending-p if
16691 interrupted by more input available.
16692 (ido-read-internal): Handle input-pending-p return value from
16693 ido-make-merged-file-list.
16694
16695 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16698 compatibility code.
16699
16700 * international/latexenc.el (latexenc-find-file-coding-system):
16701 Don't inherit the EOL part of the coding-system from the
16702 tex-main buffer. Fit within 80 columns.
16703
16704 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16705
16706 * tmm.el (tmm-inactive-face): New face.
16707 (tmm-remove-inactive-mouse-face): New function.
16708 (tmm-prompt, tmm-add-one-shortcut)
16709 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16710 but not selectable.
16711
16712 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16713
16714 * faces.el (face-equal): Improve argument/docstring consistency.
16715
16716 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16717
16718 * progmodes/make-mode.el (makefile-targets-face)
16719 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16720 (makefile-bsdmake-dependency-regex)
16721 (makefile-makepp-rule-action-regex)
16722 (makefile-bsdmake-rule-action-regex): New constants.
16723 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16724
16725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16726 Allow (...) within `...' for makepp messages.
16727
16728 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16729
16730 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16731
16732 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16733 "." files are deleted from all file lists before comparison.
16734
16735 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16736 (viper-ESC-key): Made them customizable.
16737
16738 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16739
16740 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16741
16742 * autorevert.el (auto-revert-buffers): Use save-match-data.
16743
16744 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16747 menu items with a nil command binding.
16748
16749 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16750
16751 * emacs-lisp/cl-macs.el (defsetf):
16752 Improve argument/docstring consistency.
16753
16754 * faces.el (list-faces-display): Improve the formatting by
16755 computing the maximum length required for any face-name (reworked
16756 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16757 (internal-find-face): Remove redundant info in docstring.
16758
16759 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16760
16761 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16762 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16763 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16764 (gdb-assembler-custom): Improve regexps.
16765 (def-gdb-auto-update-handler): Use window point to preserve point.
16766
16767 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16768
16769 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16770
16771 2005-05-31 Jay Belanger <belanger@truman.edu>
16772
16773 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16774 to calc-embedded.
16775 (calc-embedded-make-info): Have plain prefix argument select
16776 entire line.
16777
16778 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16779
16780 * faces.el (list-faces-display): Signal error if passed a regexp
16781 that matches no face name.
16782
16783 * simple.el (filter-buffer-substring): Fix typo in docstring.
16784
16785 2005-05-31 Richard M. Stallman <rms@gnu.org>
16786
16787 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16788 (vhdl-emacs-21): Doc fix.
16789 (vhdl-mode): Unconditionally set comment-padding.
16790 (vhdl-fixup-whitespace-region): Insert spaces only where
16791 there are none.
16792 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16793
16794 2005-05-30 John Wiegley <johnw@newartisans.com>
16795
16796 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16797 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16798 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16799 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16800 `string-to-number'.
16801
16802 2005-05-30 Jay Belanger <belanger@truman.edu>
16803
16804 * calc/calc.el (calc-bug-address): Fix docstring.
16805 (calc-window-hook, calc-trail-window-hook): New variables.
16806 (calc-trail-display): Restore use of calc-trail-window-hook.
16807 (calc): Restore use of calc-window-hook.
16808
16809 2005-05-31 Masatake YAMATO <jet@gyve.org>
16810
16811 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16812
16813 * help-fns.el (help-C-file-name): Add autoload mark for
16814 `find-function-noselect'.
16815
16816 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16819 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16820
16821 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16822
16823 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16824 included diary buffer if it was not already being visited.
16825 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16826
16827 * calendar/icalendar.el (top-level): Do not require appt.
16828
16829 * mail/supercite.el (sc-select-attribution): Only use a list
16830 element from sc-attrib-selection-list if it returns a string.
16831 Reported by Davide G. M. Salvetti <salve@debian.org>.
16832
16833 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16834
16835 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16836 includes a hash value to improve its uniqueness, and has a ".jpg"
16837 extension. Also, it is now a valid filename on all systems.
16838 (thumbs-make-thumb): Use `let', not `let*'.
16839 (thumbs-show-thumbs-list): Check for JPEG availability.
16840
16841 2005-05-30 Richard M. Stallman <rms@gnu.org>
16842
16843 * filesets.el (filesets-menu-ensure-use-cached):
16844 Prevent warning when emacs-version>= is undefined.
16845
16846 * printing.el (pr-interactive-n-up): Use string-to-number.
16847
16848 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16849
16850 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16851 Warn only when name to be defined is quoted.
16852
16853 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16854
16855 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16856 Make regexp more robust.
16857 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16858 Force regeneration of disassembly.
16859
16860 2005-05-29 Jay Belanger <belanger@truman.edu>
16861
16862 * calc/calc.el (calc-user-invocation): Check if
16863 calc-invocation-macro is non-nil.
16864
16865 2005-05-29 Juri Linkov <juri@jurta.org>
16866
16867 * add-log.el (change-log-font-lock-keywords):
16868 Add `+' to e-mail regexp to accept mail address with keywords.
16869
16870 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16871
16872 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16873
16874 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16875
16876 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16877
16878 2005-05-29 Richard M. Stallman <rms@gnu.org>
16879
16880 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16881 Undo the change that moves to end of the current word.
16882
16883 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16884
16885 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16886 Throw error when count <= 0 to ensure input is a number.
16887 (gdb-read-memory-custom): Pick up address from buffer.
16888 (gdb-memory-mode): Allow user to increment and decrement
16889 memory address from header line.
16890
16891 2005-05-29 Richard M. Stallman <rms@gnu.org>
16892
16893 * flyspell.el (flyspell-version): Function deleted.
16894 (flyspell-auto-correct-previous-hook): Doc fix.
16895
16896 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16897 Do nothing if memory is full.
16898
16899 * font-lock.el (font-lock-fontify-syntactically-region):
16900 Pass t for GREEDY to looking-back.
16901
16902 * saveplace.el (save-place-alist-to-file): Write the file
16903 using write-region.
16904
16905 * subr.el (looking-back): New argument GREEDY.
16906
16907 * progmodes/compile.el (compilation-start): Set the mode
16908 before inserting the initial text.
16909
16910 * progmodes/which-func.el (which-func-update-1): Turn the mode
16911 off in case of error by setting which-func-mode.
16912
16913 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16914
16915 * flyspell.el (flyspell-auto-correct-previous-word):
16916 Narrow down to what's on the screen, and recenter overlays
16917 at the end of the next word.
16918
16919 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16920
16921 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16922 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16923 (flyspell-abbrev-p): Default to nil.
16924 (flyspell-use-global-abbrev-table-p): Doc fix.
16925 (flyspell-large-region): Allow nil as value.
16926 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16927
16928 (mail-mode-flyspell-verify): More robust handling
16929 of `mail-header-separator'. More efficient signature detection.
16930 Allow for regexp metacharacters in message-header-separator.
16931 Adding `To' not to be checked in mail-mode-flyspell-verify.
16932
16933 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16934 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16935 Bind flyspell-auto-correct-binding.
16936 Bind C-. and C-, .
16937 (flyspell-mode-map): Likewise.
16938 (flyspell-mode): Doc fix.
16939 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16940 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16941 (flyspell-word-cache-result): New var, always local.
16942 (flyspell-check-pre-word-p): Doc fix.
16943 (flyspell-check-changed-word-p): Handle spc like newline.
16944 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16945 (flyspell-word-search-backward, flyspell-word-search-forward):
16946 New functions.
16947 (flyspell-word): Return t if nothing to check.
16948 When parsing TeX code, check for after } or \.
16949 Use flyspell-word-search-backward to find previous word.
16950 Return nil if duplicated word.
16951 For word already checked, return same value as last time.
16952 Set flyspell-word-cache-result after checking.
16953 Don't clobber the return value.
16954 (flyspell-get-word): Major rewrite.
16955 (flyspell-external-point-words): New locals pword, pcount.
16956 Fix size used in progress message.
16957 Find the proper corresponding word in flyspell-large-region-buffer.
16958 (flyspell-region): Check for flyspell-large-region = nil.
16959 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16960 (flyspell-auto-correct-word): Check that WORD is a cons.
16961 (flyspell-correct-word): Likewise.
16962
16963 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16964
16965 * progmodes/make-mode.el (makefile-rule-action-regex)
16966 (makefile-macroassign-regex, makefile-makepp-mode)
16967 (makefile-bsdmake-mode): Continuation lines may be empty.
16968 Reported by Joshua Varner.
16969 (makefile-makepp-font-lock-keywords): Add $(stem).
16970
16971 2005-05-28 Karl Berry <karl@gnu.org>
16972
16973 * textmodes/tex-mode.el: Now that tex-send-command calls
16974 shell-quote-argument (2005-03-31 change), remove all calls to
16975 shell-quote-argument; they all end up invoking tex-send-command.
16976 The double quoting loses on filenames with non-safe characters,
16977 such as "@". Reported by Frederik Fouvry.
16978
16979 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16980
16981 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16982 about preserving point.
16983
16984 2005-05-27 Jay Belanger <belanger@truman.edu>
16985
16986 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16987 Info-goto-node.
16988
16989 * calc/calc-embed.el (calc-embed-arg): New variable.
16990 (calc-do-embedded-activate, calc-embedded-activate-formula)
16991 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16992 variable by new variable.
16993 (calc-embedded-make-info): Replace undeclared variable by new
16994 variable. When selecting region with positive prefix
16995 argument, use end of previous line instead of beginning of line.
16996
16997 * calc/calc-aent.el (calc-arg-values): Declare it.
16998
16999 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17000 Declare them.
17001
17002 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17003
17004 * calc/calc.el (calc-alg-map): Declare it.
17005
17006 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17007
17008 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17009
17010 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17011 (gdb-registers-buffer, toggle-gdb-all-registers):
17012 Toggle display of floating point registers.
17013 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17014
17015 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17016 (toggle-gud-tooltip-dereference):
17017 Rename from gud-toggle-tooltip-dereference.
17018
17019 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17022
17023 2005-05-27 Jay Belanger <belanger@truman.edu>
17024
17025 * calc/calc-prog.el (calc-kbd-report): Remove.
17026 (calc-kbd-query): Rewrite.
17027
17028 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17029
17030 * image.el (image-library-alist): Move to image.c.
17031 (image-type-available-p): Doc fix.
17032
17033 2005-05-27 Lute Kamstra <lute@gnu.org>
17034
17035 * calc/calc.el (calc):
17036 * outline.el (outline-1, outline-2, outline-3, outline-4)
17037 (outline-5, outline-6, outline-7, outline-8):
17038 * textmodes/dns-mode.el (dns-mode):
17039 * textmodes/sgml-mode.el (sgml-namespace-face):
17040 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17041 (tex-verbatim-face, tex-use-reftex):
17042 * textmodes/texinfo.el (texinfo-heading-face):
17043 Specify customization group.
17044
17045 * longlines.el: Don't require easy-mmode.
17046 (longlines-visible-face): Specify customization group.
17047
17048 2005-05-27 Kenichi Handa <handa@m17n.org>
17049
17050 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17051 encoding table of windows-1251.
17052
17053 * international/ucs-tables.el (ucs-set-table-for-input):
17054 If translation-table-for-input of a coding system is a symbol, get
17055 its translation-table property.
17056
17057 * international/code-pages.el: Don't register a coding system into
17058 non-iso-charset-alist more than once.
17059 (cp-make-coding-system): Likewise.
17060
17061 2005-05-26 John Wiegley <johnw@newartisans.com>
17062
17063 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17064 `eshell-resume-eval' is wrapped in a list, it indicates that the
17065 command was run asynchronously. In that case, unwrap the value
17066 before checking the delimiter value.
17067
17068 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17069 character before a space at the end of a line is \, assume the space
17070 is part of the last argument rather than a final argument separator.
17071
17072 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17073 is in use, and the target is `t' or `nil' (which are the most common
17074 values), don't assume that the symbol target is a buffer.
17075
17076 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17077
17078 * calendar/calendar.el (calendar-mode-line-format):
17079 Use mode-line-highlight as mouse-face.
17080
17081 * time.el (display-time-string-forms, display-time-update):
17082 Use mode-line-highlight as mouse-face.
17083
17084 2005-05-26 Jay Belanger <belanger@truman.edu>
17085
17086 * calc/calc.el (calc-language-alist): Remove extra defvar.
17087
17088 2005-05-26 Lute Kamstra <lute@gnu.org>
17089
17090 * arc-mode.el (archive-mode):
17091 * bookmark.el (bookmark-read-annotation-mode)
17092 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17093 * bs.el (bs-mode):
17094 * calc/calc-yank.el (calc-edit-mode):
17095 * calc/calc.el (calc-mode, calc-trail-mode):
17096 * calculator.el (calculator-mode):
17097 * chistory.el (command-history-mode):
17098 * comint.el:
17099 * cus-edit.el (custom-mode):
17100 * descr-text.el (describe-text-mode):
17101 * ebuff-menu.el (Electric-buffer-menu-mode):
17102 * ediff-util.el (ediff-mode):
17103 * emacs-lisp/re-builder.el (reb-mode):
17104 * emulation/vi.el (vi-mode-setup):
17105 * emulation/ws-mode.el (wordstar-mode):
17106 * eshell/esh-mode.el (eshell-mode):
17107 * forms.el (forms-mode):
17108 * help-mode.el (help-mode):
17109 * hexl.el (hexl-mode):
17110 * ibuffer.el (ibuffer-mode):
17111 * ielm.el (inferior-emacs-lisp-mode):
17112 * info.el (Info-mode, Info-edit-mode):
17113 * international/swedish.el:
17114 * ledit.el (ledit-from-lisp-mode):
17115 * locate.el (locate-mode):
17116 * mail/rmail.el (rmail-mode):
17117 * mail/rmailedit.el (rmail-edit-mode):
17118 * mail/rmailsum.el (rmail-summary-mode):
17119 * mail/supercite.el (sc-electric-mode):
17120 * net/eudc.el (eudc-mode):
17121 * net/quickurl.el (quickurl-list-mode):
17122 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17123 * obsolete/ooutline.el (outline-mode):
17124 * obsolete/options.el (Edit-options-mode):
17125 * obsolete/rnews.el (news-mode):
17126 * obsolete/rnewspost.el (news-reply-mode):
17127 * play/5x5.el (5x5-mode):
17128 * play/decipher.el (decipher-mode, decipher-stats-mode):
17129 * play/gomoku.el (gomoku-mode):
17130 * play/snake.el (snake-mode):
17131 * play/solitaire.el (solitaire-mode):
17132 * play/tetris.el (tetris-mode):
17133 * progmodes/ada-mode.el (ada-mode):
17134 * progmodes/antlr-mode.el (antlr-mode):
17135 * progmodes/autoconf.el (autoconf-mode):
17136 * progmodes/dcl-mode.el (dcl-mode):
17137 * progmodes/delphi.el (delphi-mode):
17138 * progmodes/ebrowse.el (ebrowse-tree-mode)
17139 (ebrowse-electric-list-mode, ebrowse-member-mode)
17140 (ebrowse-electric-position-mode):
17141 * progmodes/f90.el (f90-mode):
17142 * progmodes/fortran.el (fortran-mode):
17143 * progmodes/icon.el (icon-mode):
17144 * progmodes/idlw-help.el (idlwave-help-mode):
17145 * progmodes/idlw-shell.el (idlwave-shell-mode):
17146 * progmodes/idlwave.el (idlwave-mode):
17147 * progmodes/inf-lisp.el (inferior-lisp-mode):
17148 * progmodes/m4-mode.el (m4-mode):
17149 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17150 * progmodes/modula2.el (modula-2-mode):
17151 * progmodes/octave-inf.el (inferior-octave-mode):
17152 * progmodes/octave-mod.el (octave-mode):
17153 * progmodes/pascal.el (pascal-mode):
17154 * progmodes/sh-script.el (sh-mode):
17155 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17156 * progmodes/vhdl-mode.el (vhdl-mode):
17157 * progmodes/xscheme.el (scheme-interaction-mode):
17158 * replace.el (occur-mode):
17159 * ses.el (ses-mode):
17160 * simple.el (completion-list-mode):
17161 * skeleton.el:
17162 * speedbar.el (speedbar-mode):
17163 * term.el (term-mode):
17164 * terminal.el (terminal-edit-mode):
17165 * textmodes/reftex-index.el (reftex-index-mode)
17166 (reftex-index-phrases-mode):
17167 * textmodes/reftex-sel.el (reftex-select-label-mode)
17168 (reftex-select-bib-mode):
17169 * textmodes/reftex-toc.el (reftex-toc-mode):
17170 * wdired.el (wdired-change-to-wdired-mode):
17171 * wid-browse.el (widget-browse-mode):
17172 Use run-mode-hooks.
17173
17174 * array.el (array-mode):
17175 * calendar/todo-mode.el (todo-mode):
17176 * man.el (Man-mode):
17177 * play/landmark.el (lm-mode):
17178 * play/mpuz.el (mpuz-mode):
17179 Use kill-all-local-variables and run-mode-hooks.
17180
17181 * subr.el (delay-mode-hooks): Specify indentation.
17182
17183 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17184
17185 * xml.el (xml-substitute-special): Don't die for undefined xml
17186 entities.
17187
17188 2005-05-26 Jay Belanger <belanger@truman.edu>
17189
17190 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17191 of nil.
17192
17193 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17194
17195 * progmodes/gdb-ui.el (gdb-frame-address):
17196 Rename from gdb-current-address.
17197 (gdb-previous-frame-address): Rename from gdb-previous-address.
17198 (gdb-selected-frame): Rename from gdb-current-frame.
17199 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17200 (gdb-frame-number): Rename from gdb-current-stack-level.
17201 (gdb-ann3): Match new mode-name for disassembly buffer.
17202 Extend initialization of variables.
17203 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17204 (gdb-memory-mode): Use mouse-face in header line.
17205 (gdb-assembler-buffer-name): Call it disassembly and give frame
17206 in mode line.
17207 (gdb-source-spec-regexp, gdb-assembler-custom)
17208 (gdb-invalidate-assembler, gdb-frame-handler):
17209 Make robust to leading zeroes in address format.
17210
17211 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17212
17213 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17214 define `org-mode'.
17215 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17216
17217 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * log-edit.el (log-edit-changelog-entries): Distinguish between
17220 filenames like xfns.c and fns.c.
17221
17222 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17223
17224 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17225 point after reverting.
17226 (Buffer-menu-make-sort-button): Handle the case where
17227 `Buffer-menu-use-header-line' is nil.
17228
17229 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17230
17231 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17232 New funcs. In minibuffer-local-completion-map bind `]', `/'
17233 and `:' to them.
17234
17235 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * startup.el (normal-top-level): Allow modification of load-path while
17238 we're iterating over it.
17239
17240 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17241
17242 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17243 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17244 (thumbs-resize-interactive, thumbs-insert-image)
17245 (thumbs-insert-thumb, thumbs-dired-show-marked)
17246 (thumbs-find-image-at-point, thumbs-delete-images)
17247 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17248 (thumbs-increment-image-size, thumbs-decrement-image-size):
17249 Fix typos in docstrings.
17250
17251 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17252
17253 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17254 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17255 (cperl-mode): Use them.
17256
17257 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17258
17259 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17260 Doc fixes.
17261
17262 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17263
17264 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17265 Bind C-d to gdb-inferior-io-eof.
17266
17267 * dired.el (dired-dnd-popup-notice): Use message-box.
17268
17269 2005-05-23 Masatake YAMATO <jet@gyve.org>
17270
17271 * bindings.el (mode-line-major-mode-keymap):
17272 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17273
17274 * faces.el (mode-line-highlight): New face.
17275
17276 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17277 as mouse-face.
17278
17279 * bindings.el (top-level, help-echo, mode-line-modified)
17280 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17281 as mouse-face.
17282
17283 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17284
17285 * progmodes/cc-engine.el (c-guess-basic-syntax):
17286 Remove spurious call to `zerop'.
17287
17288 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17289
17290 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17291
17292 CC Mode update to 5.30.10:
17293
17294 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17295 could go past the limit in decoration level 2, thereby causing
17296 errors during interactive fontification.
17297
17298 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17299 the file is evaluated interactively.
17300
17301 * cc-engine.el (c-guess-basic-syntax): Handle operator
17302 declarations somewhat better in C++.
17303
17304 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17305 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17306 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17307 (awk-mode): Use it.
17308 (make-local-hook): Suppress warning about obsoleteness.
17309
17310 * cc-engine.el, cc-align.el, cc-cmds.el
17311 (c-append-backslashes-forward, c-delete-backslashes-forward)
17312 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17313 Compensate for return value from `forward-line' when it has moved
17314 but not to a different line due to eob.
17315
17316 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17317 `objc-method-intro' and `objc-method-args-cont'.
17318
17319 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17320
17321 CC Mode update to 5.30.10:
17322
17323 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17324 in the copyright statement. Incidentally, change "along with GNU
17325 Emacs" to "along with this program" where it occurs.
17326
17327 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17328 so that it is interactive, hence can be found by M-x awk-mode
17329 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17330 <gmorris+emacs@ast.cam.ac.uk>.
17331
17332 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17333 Mode's regexps.
17334
17335 2005-05-23 Kevin Ryde <user42@zip.com.au>
17336
17337 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17338 c-parse-state, to avoid a lisp error (on bad code).
17339
17340 2005-05-23 Lute Kamstra <lute@gnu.org>
17341
17342 * subr.el (font-lock-defaults): Remove defvar as it's already
17343 defined in font-core.el.
17344
17345 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17346
17347 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17348
17349 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17350 more general and work when GDB variable "print pretty" is on,
17351 as with Emacs, for example.
17352
17353 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17354
17355 * font-core.el: Update comment.
17356
17357 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17358 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17359
17360 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17361
17362 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17363
17364 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17365 and `yank-handler' in the doc strings.
17366
17367 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17370
17371 2005-05-22 Richard M. Stallman <rms@gnu.org>
17372
17373 * help.el (describe-key): Move print-help-return-message call
17374 out of conditional.
17375
17376 * progmodes/etags.el (list-tags): Use with-no-warnings.
17377
17378 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17379 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17380 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17381
17382 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17383
17384 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17385 Add defvar.
17386
17387 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17388 Use defvar, not defconst.
17389
17390 * hexl.el (hexl-follow-line): Use with-no-warnings.
17391
17392 * emulation/tpu-extras.el: Use write-file-functions instead of
17393 write-file-hooks.
17394
17395 * dired.el (dired-font-lock-keywords): Fontify files with junk
17396 extensions even if marked by -F.
17397
17398 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17401 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17402 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17403 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17404 (concatenate, list-length, get*, getf, cl-remprop):
17405 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17406 (etypecase, progv, lexical-let, lexical-let*)
17407 (multiple-value-bind, multiple-value-setq, shiftf):
17408 Improve argument/docstring consistency.
17409
17410 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17411
17412 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17413
17414 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17415 doesn't exist.
17416
17417 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17418 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17419
17420 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17421
17422 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17423 already deleted variables: auto-fill-hook, blink-paren-hook,
17424 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17425 suspend-hooks, comment-indent-hook, meta-flag,
17426 before-change-function, after-change-function,
17427 font-lock-doc-string-face.
17428
17429 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17430
17431 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17432
17433 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17434
17435 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17436 rmail-dont-reply-to.
17437
17438 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17439
17440 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17441 literal blank when splitting new-header-values.
17442
17443 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17444
17445 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17446 string so that tmm doesn't create a completion entry for it.
17447
17448 * textmodes/table.el (table-disable-menu): Ditto.
17449
17450 2005-05-21 Richard M. Stallman <rms@gnu.org>
17451
17452 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17453
17454 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17455
17456 * net/rcompile.el (remote-compile): Use compilation-start.
17457
17458 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17459
17460 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17461
17462 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17463 Default to makefile-bsdmake-mode on BSD systems.
17464
17465 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17466 REGEXP may also be a search function now. The part of doc-string
17467 for describing the structure was 95% identical to that of
17468 `imenu--generic-function'. Unify it there.
17469
17470 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17471 Use function to find dependencies, because regexp alone is so complex,
17472 it easily goes into an endless loop.
17473 (makefile-makepp-mode): Also add submenu for Perl functions
17474 defined in the makefile.
17475 (makefile-bsdmake-mode): Special imenu-generic-expression no
17476 longer needed, due to function call.
17477 (makefile-match-dependency): Take BOUND into account when checking
17478 if we're through.
17479
17480 2005-05-20 Jay Belanger <belanger@truman.edu>
17481
17482 * calc/calc-units.el (calc-invalidate-units-table):
17483 Use inhibit-read-only.
17484 (math-build-units-table-buffer): Use view-mode.
17485
17486 2005-05-20 David Kastrup <dak@gnu.org>
17487
17488 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17489 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17490
17491 2005-05-20 Lute Kamstra <lute@gnu.org>
17492
17493 * diff-mode.el (diff-header-face, diff-file-header-face)
17494 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17495 (diff-added-face, diff-changed-face, diff-function-face)
17496 (diff-context-face, diff-nonexistent-face): Put them in the
17497 diff-mode customization group.
17498
17499 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17502
17503 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17504
17505 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17506 Minor regexp-optimization.
17507
17508 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17509
17510 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17511 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17512 (org-agenda-add-time-grid-maybe): New function.
17513 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17514 (org-table-create): `dotimes' instead of `mapcar'.
17515 (org-xor): Simplify implementation.
17516 (org-agenda): `inhibit-redisplay' turned on.
17517 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17518 a consistent line after a state change.
17519 (org-agenda-remove-times-when-in-prefix): New option.
17520 (org-prefix-has-time): New variable.
17521 (org-parse-time-string): Optional argument NODEFAULT.
17522 (org-format-agenda-item): Parse items for time-of-day
17523 specifications and move these into the prefix if possible.
17524 (org-agenda-priority): Get current heading, not previous heading
17525 during agenda remote editing.
17526
17527 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17528
17529 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17530 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17531 (remove-duplicates, delete-duplicates, substitute)
17532 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17533 (nsubstitute-if-not, find, find-if, find-if-not, position)
17534 (position-if, position-if-not, count, count-if, count-if-not)
17535 (mismatch, search, sort*, stable-sort, merge, member*)
17536 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17537 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17538 (intersection, nintersection, set-difference, nset-difference)
17539 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17540 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17541 (nsublis, tree-equal): Improve argument/docstring consistency.
17542
17543 * subr.el (send-string, send-region): Remove obsolescence declaration.
17544 (window-dot, set-window-dot, read-input, show-buffer)
17545 (eval-current-buffer, string-to-int):
17546 Add release number to obsolescence declarations.
17547
17548 2005-05-19 Kim F. Storm <storm@cua.dk>
17549
17550 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17551 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17552
17553 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17554
17555 * faces.el (list-faces-display): Make back button respect optional
17556 regexp arg.
17557
17558 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17559
17560 * calculator.el (calculator-radix-grouping-mode)
17561 (calculator-radix-grouping-digits, calculator-displayer)
17562 (calculator-radix-grouping-separator, calculator-copy-displayer):
17563 * dabbrev.el (dabbrev-search-these-buffers-only):
17564 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17565 (diff-advance-after-apply-hunk, diff-mode-hook)
17566 (diff-minor-mode-prefix):
17567 * imenu.el (imenu-use-popup-menu):
17568 * jit-lock.el (jit-lock-context-time):
17569 * newcomment.el (comment-fill-column, comment-column)
17570 (comment-style, comment-padding, comment-multi-line)
17571 (comment-empty-lines, comment-auto-fill-only-comments):
17572 * reveal.el (reveal-around-mark):
17573 * uniquify.el (uniquify-buffer-name-style)
17574 (uniquify-after-kill-buffer-p)
17575 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17576 (uniquify-min-dir-content, uniquify-separator)
17577 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17578 * w32-vars.el (w32-fixed-font-alist):
17579 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17580 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17581 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17582 * progmodes/perl-mode.el (perl-indent-level)
17583 (perl-continued-statement-offset, perl-continued-brace-offset)
17584 (perl-brace-offset, perl-brace-imaginary-offset)
17585 (perl-label-offset, perl-indent-continued-arguments)
17586 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17587 * progmodes/tcl.el (tcl-indent-level)
17588 (tcl-continued-indent-level, tcl-auto-newline)
17589 (tcl-tab-always-indent, tcl-electric-hash-style)
17590 (tcl-help-directory-list, tcl-use-smart-word-finder)
17591 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17592 (inferior-tcl-source-command):
17593 * textmodes/fill.el (enable-kinsoku):
17594 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17595 * textmodes/table.el (table-yank-handler):
17596 Specify missing group (and type, if simple) in defcustom.
17597
17598 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17599
17600 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17601
17602 2005-05-19 Richard M. Stallman <rms@gnu.org>
17603
17604 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17605
17606 * subr.el (event-basic-type): Don't get an error.
17607 (left-fringe-p): Function deleted.
17608
17609 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17610 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17611
17612 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17613 in recursive copy.
17614
17615 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17616
17617 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17618
17619 * emacs-lisp/bytecomp.el
17620 (byte-compile-file-form-custom-declare-variable):
17621 Call byte-compile-nogroup-warn if appropriate.
17622
17623 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17624 (compilation-set-window): Don't call left-fringe-p; do it directly.
17625
17626 2005-05-19 Jay Belanger <belanger@truman.edu>
17627
17628 * calc/calc-graph.el (calc-graph-format-data): Make sure
17629 var-PlotRejects is bound before trying to check its value.
17630
17631 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17632
17633 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17634 definition of this variable from reftex-global.el to reftex.el,
17635 because it is needed in the menu.
17636
17637 2005-05-19 Lute Kamstra <lute@gnu.org>
17638
17639 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17640 years are fixed. Don't insert a space after a dash.
17641
17642 2005-05-19 Kim F. Storm <storm@cua.dk>
17643
17644 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17645
17646 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17647
17648 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17649 strings, because (eq ... ?\\) is fairly frequent.
17650
17651 * progmodes/make-mode.el (makefile-add-this-line-targets):
17652 Simplify and integrate into `makefile-pickup-targets'.
17653 (makefile-add-this-line-macro): Simplify and integrate into
17654 `makefile-pickup-macros.
17655 (makefile-pickup-filenames-as-targets): Simplify.
17656 (makefile-previous-dependency, makefile-match-dependency):
17657 Don't stumble over `::'.
17658
17659 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17660
17661 * subr.el (post-command-idle-hook, post-command-idle-delay):
17662 Remove obsoletion of post-command-idle-hook and
17663 post-command-idle-delay.
17664
17665 * faces.el (list-faces-display): Provide button when describe-face
17666 is called to take user back to the list of faces.
17667
17668 * help-fns.el (describe-variable): Remove hyperlinks in a
17669 variable's value as these are quite frequently inappropriate.
17670
17671 * follow.el (follow-submit-feedback, follow-mode):
17672 Remove references to post-command-idle-hook.
17673
17674 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17675
17676 * progmodes/make-mode.el (makefile-previous-dependency)
17677 (makefile-match-dependency): Check for := (and in bsd mode also
17678 !=) to give a better result, even when font-lock is not on.
17679
17680 2005-05-18 Jay Belanger <belanger@truman.edu>
17681
17682 * calc/calc-help.el (calc-s-prefix-help):
17683 Add `calc-copy-special-constant' to help string.
17684
17685 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17688
17689 2005-05-18 Jay Belanger <belanger@truman.edu>
17690
17691 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17692 in linear factors are in proper order.
17693
17694 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17695
17696 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17697 Support for jurabib.
17698
17699 * textmodes/reftex.el (featurep): Define aliases for overlay
17700 commands, for XEmacs compatibility, and use these aliases in
17701 overlay initializations.
17702 (reftex-highlight): Use `reftex-move-overlay'.
17703 (reftex-unhighlight): Use `reftex-delete-overlay'.
17704 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17705 (reftex-access-search-path): Use `reftex-uniquify' instead of
17706 `reftex-uniq'
17707
17708 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17709 `before-string' property modification enables for Emacs as well.
17710 (reftex-select-item): Use `reftex-delete-overlay'.
17711 (reftex-select-mark): Use `reftex-make-overlay' and
17712 `reftex-overlay-put'.
17713 (reftex-select-unmark): Use `reftex-delete-overlay' and
17714 `reftex-overlay-put'.
17715
17716 2005-05-18 Lute Kamstra <lute@gnu.org>
17717
17718 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17719
17720 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17721
17722 * add-log.el (add-change-log-entry):
17723 * array.el (array-make-template, array-reconfigure-rows)
17724 (array-init-max-row, array-init-max-column)
17725 (array-init-columns-per-line, array-init-field-width):
17726 * replace.el (replace-match-maybe-edit, perform-replace):
17727 * textmodes/spell.el (spell-region):
17728 Replace `read-input' by `read-string'.
17729
17730 * forms.el (forms-mode):
17731 * finder.el (finder-compile-keywords):
17732 * shadowfile.el (shadow-read-files):
17733 Replace `eval-current-buffer' by `eval-buffer'.
17734
17735 * terminal.el (te-pass-through):
17736 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17737 (ange-ftp-raw-send-cmd):
17738 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17739 (send-process-next-char, telnet-initial-filter, telnet):
17740 Replace `send-string' by `process-send-string'.
17741
17742 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17743 (prolog-consult-region): Replace `send-string' by
17744 `process-send-string'; replace `send-region' by `process-send-region'.
17745
17746 * progmodes/delphi.el (delphi-log-msg):
17747 Replace `set-window-dot' by `set-window-point'.
17748
17749 * subr.el (window-dot, set-window-dot, read-input, send-string)
17750 (send-region, show-buffer, eval-current-buffer):
17751 Make really obsolete, as the comment says.
17752
17753 2005-05-17 Kim F. Storm <storm@cua.dk>
17754
17755 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17756 (cua--init-keymaps): Bind C-return instead of S-return to set
17757 rectangle mark.
17758
17759 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17760 instead of S-return to toggle/clear rectangle mark.
17761
17762 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17763
17764 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17765 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17766 Also fontify plain strings assigned to variables, mostly so that a
17767 colon has a face and is thus not taken as a dependency separator.
17768 (makefile-previous-dependency): Inline the new matcher, because it
17769 is too complex to work in both directions.
17770 (makefile-match-dependency): Eliminate `backward' arg (see above).
17771 Completely reimplemented so as to not sometimes go into an endless
17772 loop. It should also be more efficient, because first it only
17773 searches for `:', instead of applying the very complex regexp.
17774 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17775 to be fontified in one piece can be too long for JIT.
17776 Makefiles are never *that* big.
17777
17778 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17779
17780 * dired.el (dired-mode): Simplify.
17781
17782 2005-05-17 Lute Kamstra <lute@gnu.org>
17783
17784 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17785 defcustom for the mode hook variable.
17786
17787 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17788 Emacs Lisp Reference Manual.
17789
17790 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17791
17792 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17793 (evenp, list*):
17794 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17795 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17796
17797 * net/tramp-smb.el (tramp-smb-open-connection):
17798 Pass `tramp-chunksize' as fifth (required) argument.
17799
17800 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17801
17802 * font-lock.el (lisp-font-lock-keywords-1):
17803 Set `font-lock-negation-char-face' for [^...] char group.
17804 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17805
17806 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17807 a var, and refine it to mask one more level of nested vars.
17808 (makefile-rule-action-regex): Turn it into a var, and refine it so
17809 it recognizes backslashed continuation lines as belonging to the
17810 same command.
17811 (makefile-macroassign-regex): Refine it so it recognizes
17812 backslashed continuation lines as belonging to the same command.
17813 (makefile-var-use-regex): Don't look at the next char, because it
17814 might be the same one to be skipped by the initial [^$], leading
17815 to an overlooked variable use.
17816 (makefile-make-font-lock-keywords): Remove two parameters, which
17817 are now variables that some of the modes set locally.
17818 Handle dependency and rule action matching through functions, because
17819 regexps alone match too often. Dependency matching now comes
17820 last, so it can check, whether a colon already matched something else.
17821 (makefile-mode): Inform that font-lock improves makefile parsing
17822 capabilities.
17823 (makefile-match-dependency, makefile-match-action): New functions.
17824
17825 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17826
17827 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17828
17829 * align.el (align-regexp):
17830 * ansi-color.el (ansi-color-get-face):
17831 * array.el (array-reconfigure-rows, array-init-max-row)
17832 (array-init-max-column, array-init-columns-per-line)
17833 (array-init-field-width):
17834 * dired-aux.el (dired-trample-file-versions):
17835 * dired-x.el (dired-mark-sexp):
17836 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17837 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17838 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17839 * faces.el (face-read-integer):
17840 * files.el (backup-extract-version, insert-directory):
17841 * hexl.el (hexl-insert-decimal-char):
17842 * server.el (server-process-filter):
17843 * shell.el (shell-extract-num):
17844 * startup.el (command-line-1):
17845 * term.el (term-command-hook):
17846 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17847 (time-stamp-do-number):
17848 * time.el (display-time-update):
17849 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17850 (timezone-fix-time):
17851 * vms-patch.el (vms-suspend-resume-hook):
17852 * calendar/appt.el (appt-convert-time):
17853 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17854 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17855 * calendar/cal-islam.el (mark-islamic-diary-entries):
17856 * calendar/calendar.el (calendar-cursor-to-date)
17857 (calendar-star-date):
17858 * calendar/diary-lib.el (diary-attrtype-convert)
17859 (mark-diary-entries, diary-entry-time):
17860 * calendar/solar.el (solar-get-number):
17861 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17862 * emacs-lisp/re-builder.el (reb-display-subexp):
17863 * emulation/edt.el (edt-set-scroll-margins):
17864 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17865 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17866 (vip-get-ex-count):
17867 * emulation/viper-ex.el (viper-get-ex-token)
17868 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17869 * international/fontset.el (fontset-plain-name):
17870 * mail/feedmail.el (feedmail-look-at-queue-directory):
17871 * mail/mailalias.el (mail-get-names):
17872 * mail/rmail.el (rmail-convert-to-babyl-format):
17873 * mail/rmailsum.el (rmail-make-basic-summary-line)
17874 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17875 (rmail-summary-goto-msg):
17876 * mail/smtpmail.el (smtpmail-read-response):
17877 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17878 (ange-ftp-vms-add-file-entry):
17879 * play/gametree.el (gametree-looking-at-ply)
17880 (gametree-current-branch-score):
17881 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17882 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17883 * progmodes/cperl-mode.el (condition-case):
17884 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17885 (ebrowse-set-member-buffer-column-width)
17886 (ebrowse-select-1st-to-9nth):
17887 * progmodes/etags.el (etags-snarf-tag):
17888 * progmodes/flymake.el (flymake-parse-line):
17889 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17890 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17891 (idlwave-shell-menu-def):
17892 * progmodes/ps-mode.el (ps-run-goto-error):
17893 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17894 (vhdl-speedbar-contract-level):
17895 * term/mac-win.el (x-handle-numeric-switch):
17896 * term/sun-mouse.el (sun-get-frame-data):
17897 * term/w32-win.el (x-handle-numeric-switch):
17898 * term/x-win.el (x-handle-numeric-switch):
17899 * textmodes/ispell.el (ispell-parse-output):
17900 * textmodes/nroff-mode.el (nroff-outline-level):
17901 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17902 (reftex-bib-sort-year-reverse, reftex-format-citation):
17903 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17904 (reftex-section-number):
17905 * textmodes/texinfmt.el (texinfo-paragraphindent):
17906 Replace `string-to-int' by `string-to-number'.
17907
17908 * international/latexenc.el: Add page marker to force the "Local
17909 Variables:" string out of the last page.
17910
17911 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17912
17913 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17914 tooltip-change-major-mode.
17915 (gud-tooltip-print-command): Remove case where gud-minor-mode
17916 is gdb ("--fullname").
17917 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17918 explain to user.
17919
17920 2005-05-16 Jay Belanger <belanger@truman.edu>
17921
17922 * calc/calc-store.el (calc-copy-special-constant): New function.
17923
17924 * calc/calc-ext.el (calc-init-extensions): Add binding for
17925 `calc-copy-special-constant'.
17926
17927 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17928 for the `calc-copy-special-constant' command.
17929
17930 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17931
17932 * subr.el (left-fringe-p): New function.
17933
17934 * progmodes/compile.el (compilation-setup): Set local value of
17935 overlay-arrow-string to "" always.
17936 (compilation-set-window): Left fringe then don't scroll.
17937 No left fringe then no arrow and scroll message to top.
17938 (compilation-context-lines): Adjust doc string accordingly.
17939
17940 2005-05-16 Kim F. Storm <storm@cua.dk>
17941
17942 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17943 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17944 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17945 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17946 (ido-read-file-name): Handle commands with ido property value
17947 equal to find-file as reading a file name, to allow C-d to enter dired.
17948 (ibuffer-find-file): Add ido property with value find-file.
17949
17950 2005-05-15 Kim F. Storm <storm@cua.dk>
17951
17952 * subr.el (open-network-stream-nowait): Remove.
17953 (open-network-stream-server): Remove.
17954
17955 2005-05-15 Richard M. Stallman <rms@gnu.org>
17956
17957 * faces.el (describe-face): Output a definition link button.
17958
17959 * help-mode.el (help-face-def): New button type.
17960
17961 * emacs-lisp/copyright.el (copyright-fix-years):
17962 Match properly if the first year is 2-digit.
17963 Don't mess up the whitespace after the years by filling.
17964
17965 * dired-aux.el (dired-mark-confirm):
17966 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17967
17968 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17969 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17970 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17971
17972 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17973 Set font-lock-comment-start-skip.
17974
17975 * font-lock.el (font-lock-comment-start-skip): New variable.
17976 (font-lock-comment-end-skip): New variable.
17977 (font-lock-fontify-syntactically-region): Use them if non-nil.
17978
17979 2005-05-15 Jay Belanger <belanger@truman.edu>
17980
17981 * calc/calc-store.el (calc-store-value): Return a string rather
17982 than display it as a message.
17983 Use calc-var-name for variable name.
17984 (calc-store-into): Add the result of calc-store-value to message.
17985 (calc-copy-variable): Add a message.
17986 (calc-store-exchange): Improve error messages.
17987 (calc-store-binary, calc-store-map): Don't reset the values of
17988 special constants.
17989
17990 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17993 manual to docstring.
17994
17995 * files.el (hack-local-variables-confirm): Add STRING argument.
17996 Make the function handle non file visiting buffers correctly.
17997 (hack-local-variables-prop-line, hack-local-variables)
17998 (hack-one-local-variable): Use STRING arg of
17999 `hack-local-variables-confirm'.
18000
18001 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18002
18003 Sync with Tramp 2.0.49.
18004
18005 * net/tramp.el (tramp-handle-dired-call-process)
18006 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18007 because the contents of the Tramp buffer is changed before
18008 insertion (`expand-file' and alike).
18009 (tramp-handle-insert-directory): If `localname' has an empty
18010 nondirectory name, it must not be quoted.
18011 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18012 variable `tramp-chunksize'. Change callees.
18013 (tramp-open-connection-setup-interactive-shell): Check remote host
18014 for buggy `send-process-string' implementation.
18015 Set `tramp-chunksize' if found. Reported by Michael Kifer
18016 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18017 (tramp-handle-shell-command): `insert-buffer' cannot be used
18018 because the contents of the Tramp buffer is changed before
18019 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18020 <frederic.bothamy@free.fr>.
18021 (tramp-set-auto-save): Actions should be done for Tramp file name
18022 handler only. Ange-FTP has its own auto-save mechanism.
18023 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18024 (tramp-set-auto-save-file-modes): Set file modes of
18025 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18026 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18027 (tramp-bug): Remove obsolete variable.
18028 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18029 for presence of `mml-mode'. Make it running for older Emacsen as well.
18030
18031 2005-05-14 John Paul Wallington <jpw@pobox.com>
18032
18033 * ibuf-ext.el (define-ibuffer-filter filename):
18034 If `dired-directory' is a list, use its car.
18035
18036 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18037
18038 * ibuffer.el (define-ibuffer-column filename):
18039 If `dired-directory' is a list, use its car.
18040
18041 2005-05-14 Richard M. Stallman <rms@gnu.org>
18042
18043 * subr.el (symbol-file): Doc fix.
18044
18045 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18046 (byte-compile-form): Call byte-compile-nogroup-warn.
18047 (byte-compile-warning-types): Doc fix.
18048
18049 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18050
18051 * progmodes/cc-engine.el (c-literal-faces):
18052 Add font-lock-comment-delimiter-face.
18053
18054 * net/net-utils.el (dig): Use with-no-warnings.
18055
18056 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18057 (sc-recite-frame-alist, sc-default-cite-frame)
18058 (sc-default-uncite-frame, sc-default-recite-frame)
18059 (sc-attrib-selection-list, sc-rewrite-header-list):
18060 Mark as risky-local-variable.
18061
18062 * international/ogonek.el (ogonek-jak, ogonek-how):
18063 Don't use beginning-of-buffer.
18064
18065 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18066
18067 * calendar/solar.el (solar-data-list): Move definition up.
18068
18069 * dnd.el (dnd-protocol-alist): Add autoload.
18070
18071 * progmodes/sh-script.el: Many doc usage fixes.
18072 (sh-indent-after-do): Change default to match common styles.
18073
18074 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18075
18076 * files.el (interpreter-mode-alist)
18077 (auto-mode-interpreter-regexp): Doc fixes.
18078
18079 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18080
18081 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18082
18083 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18084
18085 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18086
18087 * dired.el (dired-mode): make-variable-buffer-local =>
18088 make-local-variable.
18089
18090 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18091
18092 * term/mac-win.el (mac-select-convert-to-string): Try coding
18093 systems in mac-script-code-coding-systems if specified one cannot
18094 encode string for `com.apple.traditional-mac-plain-text'.
18095
18096 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18097
18098 * progmodes/make-mode.el (makefile-targets-face)
18099 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18100 (makefile-dependency-regex): Fix it to not make the colon in
18101 $(var:a=b) special.
18102 (makefile-rule-action-regex): New regexp for highlighting embedded
18103 Shell strings.
18104 (makefile-macroassign-regex): Handle != for highlighting as
18105 embedded Shell strings.
18106 (makefile-var-use-regex): New const.
18107 (makefile-statements, makefile-automake-statements)
18108 (makefile-gmake-statements, makefile-makepp-statements)
18109 (makefile-bsdmake-statements): New consts.
18110 (makefile-make-font-lock-keywords): New function.
18111 (makefile-automake-font-lock-keywords)
18112 (makefile-gmake-font-lock-keywords)
18113 (makefile-makepp-font-lock-keywords)
18114 (makefile-bsdmake-font-lock-keywords): New consts.
18115 (makefile-mode-map): Add switchers between the various submodes.
18116 (makefile-mode): Document the availability of the variants.
18117 (makefile-automake-mode, makefile-gmake-mode)
18118 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18119
18120 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18121 new variants of makefile-mode.
18122
18123 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18126 the inheritance.
18127
18128 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18129
18130 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18131 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18132
18133 * files.el (normal-mode): Extend the scope of the
18134 `enable-local-variables' binding to include the `set-auto-mode' call.
18135 (magic-mode-alist): Doc fix.
18136
18137 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18140 font-lock-comment-face rather than copying its setting.
18141
18142 2005-05-12 Andreas Schwab <schwab@suse.de>
18143
18144 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18145
18146 2005-05-12 Lute Kamstra <lute@gnu.org>
18147
18148 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18149 defcustom for the mode hook variable. Delete the last argument.
18150 * generic-x.el: Fix callers of define-generic-mode.
18151 (generic-x-modes): Delete group.
18152 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18153 generic-x customization group.
18154
18155 2005-05-12 Kim F. Storm <storm@cua.dk>
18156
18157 * font-lock.el (font-lock-negation-char-face): Default to "off".
18158
18159 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18160 font-lock-negation-char-face to ! in !=.
18161
18162 2005-05-12 Masatake YAMATO <jet@gyve.org>
18163
18164 * add-log.el (find-change-log): Fix typos in the docstring
18165 of function.
18166
18167 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18168
18169 * international/latexenc.el (latexenc-find-file-coding-system):
18170 Avoid `re-search-forward' when looking for input encoding because
18171 of speed and safety. Better regular expressions for recognizing
18172 input encoding. Limit a search for TeX-master/tex-main-file to
18173 the local variable section.
18174
18175 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18176
18177 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18178 syntax of $ to "'" (quote).
18179
18180 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18181
18182 * dnd.el (dnd-protocol-alist): Improve custom type.
18183
18184 * dired.el (dired-dnd-protocol-alist): New variable.
18185 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18186 `dired-mode-hook' to the end.
18187
18188 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18189
18190 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18191 comment-end if comment-start-skip is not set.
18192 Obey the font-lock-comment-delimiter-face variables.
18193
18194 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18195
18196 * files.el (executable-find): Move from executable.el. Use
18197 locate-file.
18198 * progmodes/executable.el (executable-find): Move to files.el.
18199
18200 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18201 when trying to ensure forward progress.
18202
18203 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18204
18205 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18206 (mouse-select, mouse-select-internal, mouse-extend-internal):
18207 Use it to implement mouse-1-click-follows-link functionality.
18208
18209 2005-05-11 Richard M. Stallman <rms@gnu.org>
18210
18211 * font-lock.el (font-lock-fontify-syntactically-region):
18212 Use font-lock-comment-delimiter-face for comment delimiters.
18213
18214 2005-05-10 Jay Belanger <belanger@truman.edu>
18215
18216 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18217 preserving embedded modes.
18218
18219 2005-05-10 Richard M. Stallman <rms@gnu.org>
18220
18221 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18222
18223 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18224 Move from ada-stmt.el.
18225 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18226
18227 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18228 Move to ada-mode.el.
18229 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18230
18231 * cus-edit.el (custom-file): Call file-chase-links.
18232
18233 * files.el (read-directory-name): Fix previous change.
18234 (hack-local-variables-confirm): New function.
18235 (hack-local-variables-prop-line, hack-local-variables)
18236 (hack-one-local-variable): Use it.
18237
18238 2005-05-10 Lute Kamstra <lute@gnu.org>
18239
18240 * font-lock.el (font-lock-keywords-alist)
18241 (font-lock-removed-keywords-alist): Clarify docstrings.
18242
18243 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18244
18245 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18246 (gdb-source-info): Check for preprocessor info.
18247 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18248 a macro for a function.
18249 (gdb-info-breakpoints-custom): Try to find file again if not already
18250 found (user might have used GDB dir command).
18251 (gdb-get-location): Update gdb-location-alist correctly for change
18252 to gdb-info-breakpoints-custom.
18253
18254 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18255 (gud-tooltip-print-command): Add gdbmi case.
18256 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18257 preprocessor info.
18258
18259 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18260
18261 * startup.el (fancy-splash-insert): Fix typo in doc string.
18262
18263 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18264
18265 * obsolete/float.el (string-to-float):
18266 * obsolete/hilit19.el (hilit-add-pattern):
18267 * obsolete/rnews.el (news-parse-range, news-select-message)
18268 (news-get-pruned-list-of-files): Replace `string-to-int' by
18269 `string-to-number'.
18270
18271 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18272 `find-file-not-found-hooks'; use `add-hook'.
18273 (uncompress-while-visiting): Set `write-file-functions', not
18274 `write-file-hooks'; use `add-hook'.
18275
18276 2005-05-09 Kim F. Storm <storm@cua.dk>
18277
18278 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18279 (cua-paste): Handle clipboard action.
18280 (cua--init-keymaps): Remap clipboard-kill-region and
18281 clipboard-kill-ring-save.
18282
18283 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18284
18285 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18286 Improve commentary.
18287
18288 * simple.el (next-error-overlay-arrow-position): Revert the change
18289 made on 2005-04-30.
18290
18291 2005-05-07 Jay Belanger <belanger@truman.edu>
18292
18293 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18294 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18295 `calc-sel-reselect'.
18296
18297 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18298 Calc is in embedded mode.
18299
18300 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18301
18302 * progmodes/compile.el (compilation-setup):
18303 Set overlay-arrow-string to an empty string on text terminals.
18304
18305 * textmodes/ispell.el (ispell-program-name): Try looking for
18306 "aspell" along exec-path, and if found, use it as the default
18307 speller program.
18308
18309 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18310
18311 * international/mule.el (sgml-xml-auto-coding-function):
18312 Recognize encoding='FOO' in single quotes as well as in double quotes.
18313
18314 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18315
18316 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18317 as well as `interactive', so that defmacro* would recognize
18318 `declare' forms.
18319
18320 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18321
18322 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18323 Explain more about the LIGHTER arg's usage in the doc string.
18324 Add commentary to clarify what the code does. Fix the regexp that
18325 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18326 since it could have characters special to regular expressions.
18327
18328 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18329
18330 * replace.el (occur-1): Bind inhibit-read-only so that
18331 erase-buffer doesn't barf on read-only text properties (likewise
18332 for add-text-properties in occur-engine). Mark buffer as unmodified.
18333 (occur-engine): Don't set buffer-read-only here.
18334
18335 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18338 list-buffers-directory. This caused the *cvs-commit* buffer to be
18339 sometimes mistakenly reused as a *cvs* buffer.
18340
18341 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18342
18343 * tooltip.el: Move code for GUD tooltips into gud.el.
18344 (require): CL no longer needed to compile case.
18345 (tooltip-mode): Do not toggle functions for GUD tooltips.
18346 (tooltip-gud-tips-p): Remove. Replace with minor mode
18347 gud-tooltip-mode in gud.el.
18348 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18349 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18350 tooltip-gud prefix with gud-tooltip and obsolete.
18351 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18352 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18353 (tooltip-mouse-motion): Mouse movement functions/variable.
18354 Rename in gud.el by adding gud prefix.
18355 (tooltip-gud-original-filter, tooltip-gud-dereference)
18356 (tooltip-gud-event, tooltip-toggle-gud-tips)
18357 (tooltip-gud-process-output, tooltip-gud-print-command)
18358 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18359 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18360 (gdb-tooltip-print): Move to gdb-ui.el.
18361
18362 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18363 (require): CL needed to compile case.
18364 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18365 tooltip-gud-tips-p. Make it a minor-mode.
18366 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18367 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18368 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18369 (gud-tooltip-change-major-mode)
18370 (gud-tooltip-activate-mouse-motions-if-enabled)
18371 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18372 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18373 (gud-tooltip-original-filter, gud-tooltip-dereference)
18374 (gud-tooltip-event, tooltip-toggle-gud-tips)
18375 (gud-tooltip-process-output, gud-tooltip-print-command)
18376 (gud-tooltip-tips): Move from tooltip.el.
18377
18378 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18379 (gdb-cpp-define-alist-flags): Doc fix.
18380 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18381 gud-tooltip-mode is t.
18382
18383 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18386 evaporate if their text is deleted.
18387 (goto-address-at-point): Make it work as a mouse binding as well.
18388 (goto-address-at-mouse): Obsolete it. Update users.
18389
18390 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18391
18392 * calendar/appt.el (top-level): No longer activate on load.
18393
18394 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18395
18396 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18397 * net/webjump.el (webjump):
18398 * progmodes/idlw-help.el (idlwave-do-context-help1)
18399 (idlwave-highlight-linked-completions):
18400 * textmodes/po.el (po-find-file-coding-system-guts):
18401 Replace `assoc-ignore-case' by `assoc-string'.
18402
18403 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18404
18405 * files.el (locate-file): Doc fix.
18406
18407 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18408 Remove the redundant test for ms-dos.
18409
18410 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18411 look for the preprocessor with exec-suffixes. If not found in
18412 standard places, look in exec-path. Remove most of the tests that
18413 used system-type.
18414
18415 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18416
18417 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18418
18419 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18420 file-name clash with jka-compr.el on 8+3 filesystems.
18421
18422 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18423
18424 * term/mac-win.el: Don't define or bind scroll bar functions if
18425 x-toolkit-scroll-bars is t.
18426 (x-select-text, x-get-selection-value): Clear
18427 x-last-selected-text-clipboard if x-select-enable-clipboard is
18428 nil.
18429 (PRIMARY): Put mac-scrap-name property.
18430 (mac-select-convert-to-file-url): New function.
18431 (public.file-url): New selection target type. Add to
18432 selection-converter-alist.
18433 (x-get-selection, x-selection-value): Handle it.
18434 (x-cut-buffer-or-selection-value): New alias.
18435
18436 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18437
18438 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18439 entry to avoid calling bibtex-find-entry with arg global
18440 being t. Remove arg key.
18441 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18442 (bibtex-copy-summary-as-kill): Change accordingly.
18443
18444 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18445
18446 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18447 (org-agenda-date-later): Use with-current-buffer.
18448
18449 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18450
18451 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18452 (define-obsolete-variable-alias): Doc Fixes.
18453
18454 2005-05-06 Kim F. Storm <storm@cua.dk>
18455
18456 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18457 vertical-motion when selective-display is active.
18458
18459 * ido.el (ido-setup-hook): New hook.
18460 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18461 (ido-input-stack): New var.
18462 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18463 ido-next-work-file binding to M-O.
18464 Bind M-f to ido-wide-find-file-or-pop-dir.
18465 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18466 (ido-read-internal): Run ido-setup-hook.
18467 Catch quit in read-file-name and read-string to cancel edit.
18468 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18469 Automatically pop-all when completing a directory name (RET).
18470 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18471 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18472 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18473 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18474 New functions for M-b/M-f to move among the directory components.
18475 (ido-make-merged-file-list): Catch quit to cancel merge.
18476 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18477 (ido-completion-help): No warnings for ido-completion-buffer-full.
18478
18479 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18480
18481 * font-lock.el (font-lock-negation-char-face): New face and variable.
18482 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18483 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18484 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18485 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18486
18487 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18488
18489 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18490 Fix typo in docstring.
18491
18492 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18493 (ebrowse-print-statistics-line)
18494 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18495
18496 * term/w32-win.el (image-library-alist): Add additional name for
18497 Xpm library.
18498
18499 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18500
18501 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18502 use gcc instead of cpp.
18503
18504 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18505 (gdb-create-define-alist): Use it.
18506 (gdb-cpp-define-alist-program): Update for MS-DOS.
18507
18508 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18509
18510 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18511
18512 2005-05-04 Richard M. Stallman <rms@gnu.org>
18513
18514 * help.el (describe-key): No error when UNTRANSLATED is nil.
18515
18516 * simple.el (line-move-1): Fix previous change to signal errors
18517 appropriately.
18518
18519 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18520
18521 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18522 (icalendar-duration-correction): Remove.
18523 (icalendar--get-event-properties): Split result at commas.
18524 (icalendar--decode-isoduration): New optional argument
18525 DURATION-CORRECTION.
18526 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18527 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18528 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18529 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18530 (icalendar--convert-anniversary-to-ical): New functions, extracted
18531 from icalendar-export-region, with bug fixes.
18532 (icalendar-export-region): Use the above functions.
18533 (icalendar-import-buffer): Check before saving diary file.
18534 (icalendar--convert-recurring-to-diary)
18535 (icalendar--convert-non-recurring-all-day-to-diary)
18536 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18537 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18538 (icalendar--convert-ical-to-diary): Use the above functions.
18539
18540 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18541
18542 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18543 Remove these recent additions.
18544 (c-mode): Restore to before 2005-04-28.
18545
18546 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18547 recent addition.
18548
18549 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18550 (gdb-define-alist): New variables.
18551 (gdb-create-define-alist): New function.
18552 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18553 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18554 with string-to-number.
18555 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18556
18557 * progmodes/gud.el: Replace string-to-int with string-to-number.
18558 (gud-find-file): Handle gdb-define-alist.
18559
18560 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18561
18562 2005-05-02 Jay Belanger <belanger@truman.edu>
18563
18564 * calc/calc-aent.el (math-read-token):
18565 * calc/calc-bin.el (calc-word-size):
18566 * calc/calc-ext.el (calc-read-number-fancy):
18567 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18568 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18569 * calc/calc-frac.el (calc-over-notation):
18570 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18571 (calc-graph-num-points, calc-graph-init):
18572 * calc/calc-prog.el (calc-read-parse-table-part)
18573 (calc-edit-macro-repeats):
18574 * calc/calc-yank.el (calc-do-grab-rectangle):
18575 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18576 Replace `string-to-int' by `string-to-number'.
18577
18578 2005-05-02 Kim F. Storm <storm@cua.dk>
18579
18580 * kmacro.el: Use executing-kbd-macro-index variable.
18581
18582 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18583
18584 * net/rlogin.el (rlogin-parse-words): Delete func.
18585 (rlogin): Use split-string, not rlogin-parse-words.
18586 Also, if there are option-like elements in the parsed args,
18587 take the host to be the first arg immediately following them.
18588 Suggested by Michael Mauger.
18589
18590 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18591
18592 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18593
18594 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18595
18596 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18597 (cc-mode-cpp-program): Rename to cc-define-list-program and
18598 move to cc-vars.el.
18599
18600 * progmodes/cc-vars.el (cc-define-list-program):
18601 Change to "gcc -E -dM -". Make customizable.
18602
18603 2005-05-02 Kim F. Storm <storm@cua.dk>
18604
18605 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18606
18607 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18608
18609 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18610
18611 * international/mule-util.el (truncate-string): Remove alias and
18612 obsolete declaration.
18613
18614 * international/mule-cmds.el (update-iso-coding-systems):
18615 Remove alias and obsolete declaration.
18616
18617 * international/mule.el (coding-system-parent): Remove alias and
18618 obsolete declaration.
18619
18620 * subr.el (define-function, sref): Remove aliases and obsolete
18621 declarations.
18622 (chars-in-region): Remove obsolete declaration.
18623
18624 2005-05-01 Richard M. Stallman <rms@gnu.org>
18625
18626 * info.el (Info-mode): Set widen-automatically to nil, locally.
18627
18628 * simple.el (widen-automatically): New variable.
18629 (pop-global-mark): Obey widen-automatically.
18630
18631 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18632
18633 * term/xterm.el (function-key-map): Call substitute-key-definition
18634 before the keymap size is increased by a lot of define-key calls.
18635
18636 2005-05-01 Richard M. Stallman <rms@gnu.org>
18637
18638 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18639 Rename ARG to ELEMENT. Doc fix.
18640
18641 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18642
18643 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18644 Remove references to allout-exposure/change to allout-new-exposure.
18645
18646 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18647 bytecode symbols.
18648
18649 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18650 (compiled-function-p, focus-frame, unfocus-frame):
18651 Remove aliases and obsolete declarations.
18652 Back out inadvertent changes from previous commit.
18653
18654 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18655
18656 * files.el (require-final-newline): Make Custom tags consistent
18657 with mode-require-final-newline.
18658 (mode-require-final-newline): Doc fix.
18659
18660 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18661
18662 * international/latexenc.el (latexenc-find-file-coding-system):
18663 Fix regular expressions.
18664
18665 2005-05-01 David Kastrup <dak@gnu.org>
18666
18667 * international/latexenc.el (latexenc-find-file-coding-system):
18668 Fix regular expressions.
18669
18670 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18671
18672 * subr.el (string-to-int): Make obsolete.
18673
18674 2005-04-30 Richard M. Stallman <rms@gnu.org>
18675
18676 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18677
18678 * loadup.el: load jka-comp-hook.
18679
18680 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18681 (jka-compr-handler): Add autoload. `put' calls moved
18682 to jka-comp-hook.el.
18683 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18684 (jka-compr-inhibit): Autoload.
18685
18686 * jka-comp-hook.el: New file.
18687 Enable the mode by default.
18688
18689 * files.el (backup-buffer-copy): Use copy-file instead
18690 of write-region, and put back the 'excl.
18691
18692 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18693
18694 * progmodes/flymake.el (flymake-split-string)
18695 (flymake-split-string, flymake-log, flymake-pid-to-names)
18696 (flymake-reg-names, flymake-get-source-buffer-name)
18697 (flymake-unreg-names, flymake-add-line-err-info)
18698 (flymake-add-err-info): Clarify docstrings.
18699 (flymake-popup-menu, flymake-make-emacs-menu)
18700 (flymake-make-xemacs-menu): Add docstrings.
18701 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18702 Set variables directly throughout.
18703
18704 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18705
18706 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18707 exists. Initialize cc-define-alist.
18708 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18709 If there is no file (Macroexpansion) don't create an alist.
18710
18711 2005-04-29 Sam Steingold <sds@gnu.org>
18712
18713 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18714 (cc-create-define-alist): Use it instead of the hard-coded string.
18715
18716 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18719 for latexenc.
18720
18721 2005-04-29 Lute Kamstra <lute@gnu.org>
18722
18723 * emacs-lisp/generic.el: Improve commentary section.
18724 (define-generic-mode): Improve docstring.
18725
18726 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18727
18728 * textmodes/org.el (many places): Change to quiet the byte compiler.
18729 (org-prefix-format-compiled): New variable.
18730 (org-compile-prefix-format): New function.
18731 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18732 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18733 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18734 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18735 consistency with entries from `org-mode' files.
18736 (org-get-time-of-day): Fix bug with partial matches early in a line.
18737 (org-non-link-chars): New constant.
18738 (org-link-regexp): Respect `org-non-link-chars'.
18739 (org-agenda-day-view): Remove command.
18740 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18741 (org-follow-bbdb-link, org-store-link): Search also company field.
18742 (org-highlight-overlay): New variable.
18743 (org-highlight, org-unhighlight): New functions.
18744 (org-agenda-mode): Add pre-command-hook to remove highlight.
18745 (org-evaluate-time-range): Behavior depends upon whether time stamp
18746 contains a time or not.
18747 (org-show-subtree, org-show-entry): New functions.
18748 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18749
18750 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18751
18752 * comint.el (comint-output-filter-functions): Add autoload cookie.
18753
18754 2005-04-28 Kim F. Storm <storm@cua.dk>
18755
18756 * ido.el (ido-everywhere): Fix last change.
18757
18758 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18759
18760 * international/latexenc.el: New file.
18761 * international/mule-conf.el (file-coding-system-alist): For .tex,
18762 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18763
18764 2005-04-28 Lute Kamstra <lute@gnu.org>
18765
18766 * font-lock.el (font-lock-add-keywords)
18767 (font-lock-remove-keywords): Clarify docstring.
18768 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18769 Don't start docstrings with a `*'.
18770 (font-lock-update-removed-keyword-alist): Give it a docstring.
18771
18772 * generic-x.el: Update commentary section.
18773 Only require font-lock when compiling.
18774 Define all modes conditionally.
18775 Place all generic modes in the generic-x-modes customization group.
18776 (generic-x-modes): New customization group.
18777 (generic-default-modes, generic-mswindows-modes)
18778 (generic-unix-modes, generic-other-modes): New constants.
18779 (generic-define-mswindows-modes, generic-define-unix-modes):
18780 Update docstrings. Make them obsolete.
18781 (generic-extras-enable-list): New default value. Update docstring.
18782 Improve :type. Change :set function.
18783 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18784 Fix docstring.
18785
18786 * emacs-lisp/generic.el (generic-mode-internal):
18787 Simplify font-lock-defaults.
18788 (define-generic-mode): Fix docstring.
18789
18790 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18791
18792 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18793 font-lock-face property to highlight matches.
18794
18795 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18796
18797 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18798 (cc-define-alist): New variable.
18799 (c-mode): Make it local and initialize it.
18800
18801 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18802 (gdb-exited): New function.
18803 (gdb-annotation-rules): Use it.
18804 (gdb-starting): Set gdb-active-process to t.
18805 (gdb-stopping): Amend doc string.
18806 (gdb-reset): Set gdb-active-process to nil.
18807
18808 * tooltip.el (tooltip-gud-tips): Show the associated #define
18809 directives when a C program under GDB is not executing.
18810
18811 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18814 font-lock-fontify-syntactic-keywords.
18815
18816 * font-lock.el (font-lock-default-fontify-region): Don't force
18817 parse-sexp-lookup-properties to nil.
18818
18819 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18820
18821 * man.el (man-mode-syntax-table): Set up `:' to have
18822 word-constituent syntax.
18823
18824 2005-04-27 Lute Kamstra <lute@gnu.org>
18825
18826 * novice.el (disable-command): Don't add spurious newlines to the
18827 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18828
18829 2005-04-26 Jay Belanger <belanger@truman.edu>
18830
18831 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18832 than one window before deleting window.
18833
18834 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18835
18836 * shell.el (shell-prompt-pattern): Doc fix.
18837 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18838
18839 * comint.el (comint-prompt-regexp, comint-get-old-input)
18840 (comint-use-prompt-regexp)
18841 (comint-use-prompt-regexp-instead-of-fields)
18842 (comint-replace-by-expanded-history, comint-send-input)
18843 (comint-output-filter, comint-get-old-input-default)
18844 (comint-line-beginning-position, comint-bol, comint-show-output)
18845 (comint-backward-matching-input, comint-forward-matching-input)
18846 (comint-next-prompt, comint-previous-prompt):
18847 Rename `comint-use-prompt-regexp-instead-of-fields' to
18848 `comint-use-prompt-regexp'. Keep old name as alias and declare
18849 obsolete.
18850 (comint-use-prompt-regexp): Shorten first line of doc string.
18851
18852 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18853 Set paragraph-separate buffer locally to "\\'".
18854
18855 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18856 Adapt to above name change.
18857
18858 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18859 (smbclient-prompt-regexp): Ditto.
18860
18861 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18862
18863 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18864
18865 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18866 gdb-location-list.
18867 Break lines that are over 80 characters wide.
18868
18869 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18872 New fun and var, to preserve compatibility.
18873
18874 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18875
18876 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18877
18878 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18879 name to file-newer-than-file-p.
18880
18881 2005-04-26 Richard M. Stallman <rms@gnu.org>
18882
18883 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18884
18885 * progmodes/python.el (python-mode):
18886 Use new name eldoc-documentation-function.
18887
18888 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18889
18890 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18891 (eldoc-documentation-function):
18892 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18893
18894 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18895
18896 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18897
18898 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18899
18900 * term/xterm.el (function-key-map): Fix strings for
18901 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18902 {C,S,A,C-S}-{f1-f12}.
18903
18904 2005-04-26 Kenichi Handa <handa@m17n.org>
18905
18906 * international/mule-cmds.el (select-safe-coding-system):
18907 Fix previous change.
18908
18909 2005-04-26 Lute Kamstra <lute@gnu.org>
18910
18911 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18912
18913 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18914 (font-lock-comment-delimiter-face): Ditto.
18915
18916 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18917
18918 2005-04-25 Jay Belanger <belanger@truman.edu>
18919
18920 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18921 to t while inserting information; use help-mode.
18922
18923 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18924
18925 * term.el (ansi-term-color-vector): Use the xterm colors.
18926 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18927
18928 2005-04-25 Lute Kamstra <lute@gnu.org>
18929
18930 * font-core.el (font-lock-defaults): Fix docstring.
18931
18932 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18933
18934 2005-04-25 Kenichi Handa <handa@m17n.org>
18935
18936 * international/mule-cmds.el (select-safe-coding-system):
18937 Don't check consistency with coding: spec, etc if raw-text or
18938 no-conversion was found to be safe.
18939
18940 2005-04-24 Richard M. Stallman <rms@gnu.org>
18941
18942 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18943 citation markers at start of each line.
18944
18945 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18946 citation markers at start of each line.
18947
18948 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18949
18950 * files.el (mode-require-final-newline): Fix previous change.
18951 (require-final-newline): Fix type label.
18952
18953 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18954
18955 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18956 statement in buffer (broken by 2004-11-24 change).
18957
18958 2005-04-24 Kim F. Storm <storm@cua.dk>
18959
18960 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18961 and read-file-name-function values. Don't overwrite existing
18962 non-nil values if ido-mode is enabled without ido-everywhere.
18963
18964 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18965
18966 * files.el (mode-require-final-newline): Minor doc fix.
18967
18968 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18969
18970 * subr.el (syntax-after): Doc fix.
18971 (syntax-class): If argument is nil, return nil. Mask off upper 16
18972 bits, not 8 bits.
18973
18974 * files.el (mode-require-final-newline): Doc fix.
18975 (backup-buffer-copy): Fix last change.
18976
18977 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18978
18979 * term/mac-win.el: Require select. Set selection-coding-system to
18980 mac-system-coding-system. Call menu-bar-enable-clipboard.
18981 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18982 (x-select-enable-clipboard): New variables.
18983 (x-select-text, x-get-selection, x-selection-value)
18984 (x-get-selection-value, mac-select-convert-to-string)
18985 (mac-services-open-file, mac-services-open-selection)
18986 (mac-services-insert-text): New functions.
18987 (CLIPBOARD, FIND): Put mac-scrap-name property.
18988 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18989 (public.tiff): Put mac-ostype property.
18990 (selection-converter-alist): Add entries for them.
18991 (mac-application-menu-map): New keymap.
18992 (interprogram-cut-function, interprogram-paste-function): Set to
18993 x-select-text and x-get-selection-value, respectively.
18994 (split-window-keep-point): Set to t.
18995
18996 2005-04-23 Richard M. Stallman <rms@gnu.org>
18997
18998 * files.el (read-directory-name): Always pass non-nil
18999 DEFAULT-FILENAME arg to read-file-name.
19000 (backup-buffer-copy, basic-save-buffer-2): Take care against
19001 writing thru an unexpected existing symlink.
19002 (revert-buffer): In indirect buffer, revert the base buffer.
19003 (magic-mode-alist): Doc fix.
19004 (buffer-stale-function): Doc fix.
19005 (minibuffer-with-setup-hook): Avoid warning.
19006 (mode-require-final-newline): Doc and custom fix.
19007
19008 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19009
19010 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19011 use the default appearance.
19012 (font-lock-comment-delimiter-face): New face, new variable.
19013
19014 * imenu.el (imenu--generic-function): The official position of a
19015 definition is the start of the line that BEG is in.
19016
19017 * midnight.el (midnight-timer): Move defvar up.
19018
19019 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19020
19021 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19022
19023 * startup.el (command-line): Use with-no-warnings.
19024
19025 * window.el (window-size-fixed): New defvar.
19026
19027 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19028
19029 * mail/rmail.el (rmail-font-lock-keywords):
19030 Use font-lock-comment-delimiter-face.
19031
19032 * mail/sendmail.el (mail-font-lock-keywords):
19033 Use font-lock-comment-delimiter-face.
19034
19035 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19036
19037 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19038
19039 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19040 Specify t for LAXMATCH when matching directories.
19041 Save match data around compilation-compat-error-properties form.
19042
19043 2005-04-23 David Kastrup <dak@gnu.org>
19044
19045 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19046 Mention that the autoloaded aliases should be kept for AUCTeX.
19047
19048 2005-04-23 Andreas Schwab <schwab@suse.de>
19049
19050 * isearch.el (isearch-forward): Doc fix.
19051
19052 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19053
19054 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19055 (jit-lock-stealth-nice): Change default value to 0.5.
19056
19057 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19058
19059 * abbrev.el (write-abbrev-file): Write table entries in
19060 alphabetical order by table name.
19061
19062 2005-04-22 Kim F. Storm <storm@cua.dk>
19063
19064 * ido.el (ido-read-internal): Fix `list' completion.
19065
19066 2005-04-22 Kenichi Handa <handa@m17n.org>
19067
19068 * recentf.el (recentf-save-file-coding-system): New variable.
19069 (recentf-save-list): Encode the file by
19070 recentf-save-file-coding-system and add coding: tag.
19071
19072 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19073
19074 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19075
19076 2005-04-21 Lute Kamstra <lute@gnu.org>
19077
19078 * loadhist.el (unload-feature): Don't remove a function from hooks
19079 if it is about to be restored to an autoload . Remove functions
19080 that will become unbound from auto-mode-alist. Simplify the code.
19081
19082 * subr.el (assq-delete-all): New implementation that is linear,
19083 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19084 (rassq-delete-all): New function.
19085
19086 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19087 Add size-indication-mode.
19088
19089 2005-04-21 Kenichi Handa <handa@m17n.org>
19090
19091 * international/mule-cmds.el: Add autoload for widget-value in
19092 eval-when-compile.
19093
19094 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19095
19096 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19097 Add tooltip-mode.
19098
19099 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19100
19101 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19102
19103 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19104 (inferior-lisp-filter-regexp, inferior-lisp-program)
19105 (inferior-lisp-load-command, inferior-lisp-prompt)
19106 (inferior-lisp-mode-hook, lisp-source-modes)
19107 (inferior-lisp-load-hook): defvar->defcustom.
19108 (inferior-lisp-program, inferior-lisp-prompt)
19109 (inferior-lisp-load-hook): Doc fixes.
19110 (inferior-lisp-install-letter-bindings): Small change in
19111 introductory comment.
19112
19113 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19114
19115 * vc.el (vc-annotate-color-map): Change some colors so that text
19116 using them as foreground is readable on both white and black
19117 backgrounds.
19118
19119 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * international/mule-conf.el (translation-table-for-input):
19122 Remove redundant declaration.
19123
19124 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19125
19126 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19127
19128 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19129 (tooltip-toggle-gud-tips): New function.
19130
19131 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19132
19133 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19134 right angle brackets.
19135
19136 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19137
19138 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19139
19140 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19143 Remove. Update callers to use expand-file-name instead.
19144
19145 * subr.el (syntax-class): New function.
19146
19147 * simple.el (blink-matching-open): Use it.
19148
19149 * paren.el (show-paren-function): Use it to recognize parens that are
19150 also used in 2-char comment markers.
19151
19152 2005-04-19 Lute Kamstra <lute@gnu.org>
19153
19154 * loadhist.el (unload-feature): Update for new format of
19155 load-history. Simplify the code.
19156
19157 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19158
19159 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19160 (mac-add-charset-info): New function. Initialize variable
19161 mac-charset-info-alist using it.
19162 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19163 for translation.
19164 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19165 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19166 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19167 New CCL programs.
19168
19169 2005-04-19 Kim F. Storm <storm@cua.dk>
19170
19171 * simple.el (next-buffer, prev-buffer, next-error)
19172 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19173 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19174
19175 * bindings.el (next-buffer, prev-buffer, next-error)
19176 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19177 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19178 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19179 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19180
19181 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19182
19183 * isearch.el (isearch-edit-string): Make the search-ring available for
19184 minibuffer history commands.
19185 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19186 the default history commands now work just as well.
19187 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19188
19189 2005-04-18 Kim F. Storm <storm@cua.dk>
19190
19191 * emulation/cua-base.el (cua--pre-command-handler): Add more
19192 elaborate check for shift modifier on non-window systems.
19193
19194 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19195
19196 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19197
19198 2005-04-18 Kim F. Storm <storm@cua.dk>
19199
19200 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19201 and make it optional. Don't test tooltip-gud-echo-area here.
19202 (tooltip-gud-process-output, gdb-tooltip-print):
19203 Pass tooltip-gud-echo-area to tooltip-show.
19204 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19205
19206 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19207
19208 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19209 `display-graphic-p' may not be bound yet.
19210
19211 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19212
19213 * startup.el (command-line): No longer enable Xterm Mouse mode by
19214 default in terminals compatible with xterm.
19215
19216 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19217
19218 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19219
19220 * tooltip.el (tooltip-gud-echo-area): Rename from
19221 tooltip-use-echo-area.
19222 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19223 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19224 area independently of where help tooltips are displayed.
19225
19226 2005-04-17 David Kastrup <dak@gnu.org>
19227
19228 * cus-theme.el (custom-theme-write-variables): Quote variables
19229 where necessary.
19230
19231 2005-04-17 Richard M. Stallman <rms@gnu.org>
19232
19233 * simple.el (yank-excluded-properties): Add follow-link to value.
19234
19235 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19236
19237 * startup.el (fancy-splash-max-time): Just 30 seconds.
19238 (fancy-splash-delay): Just 7.
19239 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19240
19241 * loadhist.el (unload-feature): Update for new format of load-history.
19242 Simplify the code.
19243
19244 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19245 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19246
19247 * mail/sendmail.el (mail-font-lock-keywords):
19248 Don't fontify subject text.
19249 Don't fontify the text of a citation.
19250
19251 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19252
19253 * comint.el (comint-output-filter): Run comint-output-filter-functions
19254 with point where the user had it.
19255
19256 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19257
19258 * international/ucs-tables.el (ucs-set-table-for-input):
19259 Disable when using unify-on-decoding.
19260
19261 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19262
19263 * emulation/cua-base.el (cua-global-mark-face): Add special case
19264 for displays supporting a high number of colors.
19265
19266 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19267
19268 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19269
19270 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19271
19272 * filesets.el (filesets-add-buffer): If user supplies a name of a
19273 non-existing fileset, create a new fileset.
19274
19275 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19276
19277 * textmodes/org.el (org-up-heading-all): Fix bug with
19278 `outline-up-heading-all'.
19279
19280 2005-04-16 Andreas Schwab <schwab@suse.de>
19281
19282 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19283 /etc/permissions.d/* and /etc/aliases.d/*.
19284
19285 2005-04-16 Kenichi Handa <handa@m17n.org>
19286
19287 * international/code-pages.el (cp-make-coding-system):
19288 Set `translation-table-for-input' property value to the symbol
19289 ucs-mule-to-mule-unicode, not to that value.
19290 (pt154): Escape guillemet by `\'.
19291
19292 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19293
19294 * loadup.el: Load tooltip if x-show-tip is fboundp.
19295
19296 * startup.el (command-line): Add comment.
19297
19298 * tooltip.el (tooltip-mode): Specify correct standard value for
19299 Custom in init-value.
19300
19301 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19302
19303 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19304 possible.
19305
19306 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19307
19308 * textmodes/org.el (org-agenda-date-prompt): Rename from
19309 `org-agenda-date-today'.
19310 (org-evaluate-time-range): Insert at point instead of directly
19311 after time range.
19312 (org-first-headline-recenter, org-subtree-end-visible-p)
19313 (org-optimize-window-after-visibility-change): New functions
19314 (org-agenda-post-command-hook): Don't allow point at end of line,
19315 to make sure it always hits the text properties.
19316 (org-agenda-next-date-line, org-agenda-previous-date-line):
19317 New commands.
19318 (org-set-regexps-and-options): Category may contain white space.
19319 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19320 Improve marker positions.
19321 (org-agenda-new-marker): Argument POS made optional.
19322 (org-agenda-get-timestamps): Deadlines which are done are listed
19323 in org-done-face now.
19324 (org-agenda-get-todos, org-agenda-get-timestamps)
19325 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19326 Set `undone-face' and `done-face' properties.
19327 (org-last-todo-state-is-todo): New variable.
19328 (org-todo): Set `org-last-todo-state-is-todo'.
19329 (org-agenda-todo): Change face according to
19330 `org-last-todo-state-is-todo'. And change other lines referring to
19331 the same entry.
19332 (org-calendar-goto-agenda): New command.
19333 (org-calendar-to-agenda-key): New option.
19334 (org-startup-folded): New allowed value `content'.
19335 (org-set-regexps-and-options): Accept new value `content' for
19336 `org-startup-folded'.
19337 (org-get-current-options): Handle new value `content' for
19338 `org-startup-folded'.
19339 (org-insert-todo-heading): New command.
19340 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19341 interactively in empty file and option
19342 `org-insert-mode-line-in-empty-file' has been set.
19343 (org-agenda-todo, org-agenda-priority): Modify to use
19344 `org-agenda-change-all-lines'.
19345 (org-warning-face): Change color on dark background
19346
19347 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19348
19349 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19350 use preferences AppleLocale and AppleLanguages, and variable
19351 mac-system-locale for default locale. On Mac OS Classic, use
19352 mac-system-coding-system for default coding systems.
19353
19354 * term/mac-win.el: Don't set file-name-coding-system.
19355 Decode variables system-name, emacs-build-system, user-login-name, and
19356 user-full-name by mac-system-coding-system on Mac OS Classic.
19357 (mac-system-coding-system): New variable.
19358
19359 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19360
19361 * startup.el (command-line): Handle `xterm-mouse-mode' before
19362 reading init file.
19363
19364 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19365
19366 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19367
19368 * progmodes/sh-script.el (sh-here-document-word): Make it a
19369 defcustom. Doc fix.
19370 (sh-add): Bash uses $(( )) for arithmetic.
19371 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19372 (sh-maybe-here-document): Remove quotes and leading whitespace
19373 from heredoc word when closing. Indent heredoc with tabs if word
19374 starts with "-".
19375
19376 2005-04-13 Richard M. Stallman <rms@gnu.org>
19377
19378 * simple.el (undo): Fix previous change.
19379
19380 * custom.el (defface): Doc fix.
19381
19382 2005-04-13 Lute Kamstra <lute@gnu.org>
19383
19384 * Makefile.in (DONTCOMPILE): Remove list.
19385 (compile, compile-always): Don't use DONTCOMPILE.
19386 (update-authors): Load the library in which batch-update-authors
19387 is defined.
19388 * makefile.w32-in (DONTCOMPILE): Remove list.
19389 (compile, compile-always): Fix comments.
19390 (update-authors): Load the library in which batch-update-authors
19391 is defined.
19392
19393 * generic-x.el (generic-mode-ini-file-find-file-hook):
19394 Rename to ini-generic-mode-find-file-hook.
19395 Keep generic-mode-ini-file-find-file-hook as an alias.
19396 (ini-generic-mode-find-file-hook): Rename from
19397 generic-mode-ini-file-find-file-hook. Fix docstring.
19398 (ini-generic-mode): Docstring change.
19399 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19400
19401 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19402 called from lisp.
19403
19404 * generic.el: Move to the emacs-lisp subdir.
19405
19406 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19407
19408 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19409 and C-S- function and cursor motion keys.
19410
19411 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19412
19413 * startup.el (command-line): Enable Xterm Mouse mode by default.
19414 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19415 for Custom. No longer show "Mouse" in mode line when enabled.
19416 Doc fix.
19417
19418 2005-04-12 Kim F. Storm <storm@cua.dk>
19419
19420 * emulation/cua-base.el (cua-rectangle-face)
19421 (cua-rectangle-noselect-face): Define face attributes here.
19422
19423 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19424
19425 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19426
19427 * startup.el (command-line): Turn off blinking cursor if
19428 cursorBlink in resources is off or false.
19429
19430 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19431
19432 * term/mac-win.el (dnd): Require dnd.
19433 (mac-drag-n-drop): Call dnd-handle-one-url.
19434 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19435 (kTextEncodingISOLatin2): Remove constants.
19436 (mac-script-code-coding-systems): New constant.
19437 (mac-handle-language-change): New function.
19438 (special-event-map): Bind it to `language-change' event.
19439 (mac-centraleurroman, mac-cyrillic): New coding systems.
19440 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19441 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19442 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19443 encode-mac-cyrillic, respectively.
19444
19445 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19446
19447 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19448 Don't set overlay-arrow-string to "=>" as this is done
19449 globally in C now.
19450
19451 2005-04-12 Lute Kamstra <lute@gnu.org>
19452
19453 * generic-x.el (rc-generic-mode, rul-generic-mode):
19454 Fix auto-mode-alist entries.
19455 (etc-fstab-generic-mode): Tweak fontification.
19456
19457 * generic.el (generic-make-keywords-list): Fix docstring.
19458 (generic-mode-internal): Simplify generic-font-lock-keywords.
19459
19460 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19461
19462 * whitespace.el (whitespace-buffer-leading)
19463 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19464 However, fix the highlight area for the leading and
19465 trailing whitespaces to show space.
19466
19467 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19468
19469 * whitespace.el (whitespace-version): Bump to 3.5
19470
19471 (whitespace-buffer-leading, whitespace-buffer-trailing):
19472 Invert sense of the test to highlight the whitespace.
19473
19474 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19475
19476 * progmodes/gud.el (gud-display-line): GUD uses its own
19477 overlay arrow now so don't set overlay-arrow-string.
19478 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19479
19480 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19481
19482 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19483 (term-ansi-current-reverse, term-ansi-current-invisible)
19484 (term-ansi-face-already-done): Change to boolean.
19485 (term-reset-terminal, term-handle-colors-array): Handle the above
19486 vars accordingly.
19487 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19488 (term-emulate-terminal): Use the new name.
19489
19490 * faces.el (secondary-selection): Use yellow1, not yellow.
19491 (trailing-whitespace): Use red1, not red.
19492
19493 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19494
19495 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19496 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19497 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19498
19499 * cus-edit.el (dnd): New group.
19500
19501 * term/w32-win.el (dnd): Require dnd
19502 (w32-drag-n-drop): Call dnd-handle-one-url.
19503
19504 * x-dnd.el: Require dnd.
19505 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19506 Call dnd-handle-one-url.
19507 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19508 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19509 to dnd-insert-text.
19510 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19511 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19512 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19513 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19514
19515 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19516
19517 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19518
19519 * wdired.el: Doc fixes.
19520 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19521 (wdired-use-dired-vertical-movement): Rename from
19522 wdired-always-move-to-filename-beginning.
19523 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19524 (wdired-change-to-wdired-mode): Change mode name.
19525 (wdired-newline): Delete.
19526
19527 2005-04-11 Richard M. Stallman <rms@gnu.org>
19528
19529 * whitespace.el (whitespace-highlight-the-space):
19530 Don't call whitespace-unhighlight-the-space here.
19531
19532 * simple.el (undo): Record t in undo-equiv-table
19533 for the redo record made by an undo-in-region.
19534
19535 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19536
19537 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19538 (gdb-frame-inferior-io-buffer): New Functions to control
19539 display of separate IO buffer.
19540 (menu): Add them to menu-bar.
19541 (gdb-display-buffer): Check for buffer another frame.
19542 Protect GUD buffer.
19543 (gdb-setup-windows): Create IO buffer if not already there.
19544 (gdb-memory-mode): Remove purecopy noops.
19545
19546 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19547
19548 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19549 and pass to self-insert-command.
19550
19551 2005-04-11 Lute Kamstra <lute@gnu.org>
19552
19553 * generic.el: Commentary section cleanup.
19554 (generic): Delete.
19555 (generic-use-find-file-hook, generic-lines-to-scan)
19556 (generic-find-file-regexp, generic-ignore-files-regexp)
19557 (default-generic-mode, generic-mode-find-file-hook)
19558 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19559 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19560 (generic-use-find-file-hook, generic-lines-to-scan)
19561 (generic-find-file-regexp, generic-ignore-files-regexp)
19562 (default-generic-mode, generic-mode-find-file-hook)
19563 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19564
19565 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19566
19567 * bookmark.el (bookmark-write-file): Catch errors writing file.
19568 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19569
19570 2005-04-10 Richard M. Stallman <rms@gnu.org>
19571
19572 * startup.el (fancy-splash-tail): Update copyright year.
19573 (command-line): Split part of -Q into -D.
19574 (emacs-basic-display): New defvar.
19575 (fancy-splash-text): Correct name of menu item.
19576
19577 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19578
19579 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19580 lines in one node.
19581
19582 * comint.el (comint-send-input): New arg ARTIFICIAL.
19583 Callers in this file changed.
19584
19585 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19586
19587 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19588
19589 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19590
19591 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19592 `ldap-search-internal'.
19593
19594 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * files.el (set-auto-mode-1): Use line-end-position.
19597
19598 * international/latin-1.el:
19599 * international/latin-2.el:
19600 * international/latin-3.el:
19601 * international/latin-4.el:
19602 * international/latin-5.el:
19603 * international/latin-8.el:
19604 * international/latin-9.el: Give punctuation syntax to NBSP.
19605
19606 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19607 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19608 Use char-classes to accept non-ascii letters, accepted in some recent
19609 bibtex implementations.
19610
19611 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19612
19613 * custom.el (custom-set-minor-mode): Any non-nil value for the
19614 variable should enable the mode when set through Custom.
19615
19616 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19619 TAB binding so tab-always-indent is obeyed.
19620 (vhdl-minibuffer-local-map): Move initialization into declaration.
19621 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19622 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19623 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19624 (vhdl-current-line): Use line-beginning-position.
19625 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19626 with-output-to-temp-buffer, so the current position can be recorded.
19627
19628 2005-04-10 Masatake YAMATO <jet@gyve.org>
19629
19630 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19631 Add regexp for gcov.
19632
19633 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19634
19635 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19636 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19637 syntax which Emacs 20 doesn't support.
19638
19639 2005-04-09 Richard M. Stallman <rms@gnu.org>
19640
19641 * help.el (describe-key-briefly, describe-key):
19642 Replace strings as event types with "(any string)".
19643
19644 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19645
19646 * arc-mode.el (archive-mode-map): Move initialization into
19647 the declaration. Override *all* bindings of `undo'.
19648 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19649
19650 2005-04-09 Jay Belanger <belanger@truman.edu>
19651
19652 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19653
19654 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19655
19656 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19657 (xterm-register-default-colors): Update color values computation
19658 to match xterm-200.
19659
19660 2005-04-09 Kenichi Handa <handa@m17n.org>
19661
19662 * international/code-pages.el (iso-latin-7): Fix the map.
19663
19664 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19665
19666 * emacs-lisp/lisp.el (defun-prompt-regexp)
19667 (parens-require-spaces, buffer-end, end-of-defun)
19668 (insert-parentheses): Doc fixes.
19669
19670 2005-04-08 Kim F. Storm <storm@cua.dk>
19671
19672 * comint.el (comint-highlight-prompt): Fix face spec.
19673 * hi-lock.el (hi-green): Likewise.
19674
19675 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19676
19677 * cus-edit.el (custom-modified-face):
19678 * comint.el (comint-highlight-input): Fix previous changes.
19679 * term.el (term-handle-ansi-escape): Add a comment.
19680
19681 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19684 in the buffer and in whitespace-highlighted-space.
19685 (whitespace-unhighlight-the-space): Simplify.
19686 (whitespace-buffer): Simplify.
19687
19688 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19689
19690 * textmodes/table.el (table-cell-face): Add special case for
19691 displays supporting a high number of colors.
19692 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19693 (vhdl-font-lock-reserved-words-face)
19694 (vhdl-speedbar-architecture-face)
19695 (vhdl-speedbar-instantiation-face)
19696 (vhdl-speedbar-architecture-selected-face)
19697 (vhdl-speedbar-instantiation-selected-face): Likewise.
19698 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19699 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19700 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19701 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19702 (ebrowse-progress-face): Likewise.
19703 * progmodes/compile.el (compilation-info-face): Likewise.
19704 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19705 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19706 * calendar/calendar.el (diary-face): Likewise.
19707 * woman.el (woman-italic-face, woman-bold-face)
19708 (woman-unknown-face): Likewise.
19709 * wid-edit.el (widget-button-pressed-face): Likewise.
19710 * whitespace.el (whitespace-highlight-face): Likewise.
19711 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19712 * pcvs-info.el (cvs-marked-face): Likewise.
19713 * info.el (info-xref): Likewise.
19714 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19715 * hilit-chg.el (highlight-changes-face)
19716 (highlight-changes-delete-face): Likewise.
19717 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19718 (hi-red-b): Likewise.
19719 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19720 * font-lock.el (font-lock-keyword-face)
19721 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19722 * cus-edit.el (custom-invalid-face, custom-modified-face)
19723 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19724 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19725 * comint.el (comint-highlight-prompt): Likewise.
19726
19727 2005-04-08 Lute Kamstra <lute@gnu.org>
19728
19729 * font-lock.el (font-lock-keywords): Docstring fixes.
19730
19731 2005-04-08 Kenichi Handa <handa@m17n.org>
19732
19733 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19734 chars are more than a limit, print " and more..." at the tail.
19735
19736 2005-04-08 Kim F. Storm <storm@cua.dk>
19737
19738 * emacs-lisp/authors.el (authors-aliases): Update list.
19739 (authors-ignored-files): New list.
19740 (authors-fixed-entries): Fix typo.
19741 (authors-renamed-files-alist): Update list.
19742 (authors-add): Check authors-ignored-files.
19743
19744 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19745
19746 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19747 optional, to ensure backward compatibility.
19748
19749 2005-04-08 Stephen Eglen <stephen@gnu.org>
19750
19751 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19752
19753 2005-04-08 Kim F. Storm <storm@cua.dk>
19754
19755 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19756
19757 * mouse.el (mouse-on-link-p): Doc fix.
19758
19759 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19760
19761 * ielm.el (ielm-prompt-read-only): Doc fix.
19762
19763 * comint.el (comint-prompt-read-only): Doc fix.
19764
19765 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19766
19767 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19768 ensure dired always handles wildcards passed to ffap.
19769 (find-file-at-point): Use it.
19770 (ffap-dired-wildcards): Doc fix.
19771
19772 2005-04-07 Juri Linkov <juri@jurta.org>
19773
19774 * simple.el (next-error-overlay-arrow-position): New defvar.
19775 Put "=>" on its property `overlay-arrow-string'. Add it to
19776 `overlay-arrow-variable-list'.
19777
19778 * progmodes/compile.el (compilation-setup):
19779 Set `next-error-overlay-arrow-position' to nil. Also set it to
19780 nil in the local hook `kill-buffer-hook'. Make local variable
19781 `overlay-arrow-string' and set it to "=>".
19782 (compilation-goto-locus): Set BOL position to
19783 `next-error-overlay-arrow-position' instead of
19784 `overlay-arrow-position'.
19785
19786 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19787 locally instead of adding it to the global hook.
19788 (Info-kill-buffer): Move up.
19789
19790 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19791
19792 * term/xterm.el (xterm-standard-colors): Update color values from
19793 xterm-200.
19794
19795 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19798
19799 * fast-lock.el:
19800 * lazy-lock.el: Move them to the obsolete subdir.
19801
19802 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19803
19804 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19805 (wdired-add-replace-advice): Remove.
19806 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19807
19808 2005-04-06 Kim F. Storm <storm@cua.dk>
19809
19810 * startup.el (command-line): Add --bare-bones alias for -Q.
19811
19812 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19813
19814 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19815 create the startup fontset if a font specification ends with
19816 `mac-roman'.
19817
19818 2005-04-06 Lute Kamstra <lute@gnu.org>
19819
19820 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19821 change.
19822
19823 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19824 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19825
19826 2005-04-05 Lute Kamstra <lute@gnu.org>
19827
19828 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19829 (define-generic-mode): Ditto. Fix debug declaration.
19830
19831 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19832 Put them in the generic-x group.
19833
19834 * calendar/timeclock.el (timeclock): Doc fix.
19835
19836 * generic.el (define-generic-mode): Don't use custom-current-group.
19837 Document default :group value.
19838 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19839 (define-global-minor-mode): Don't use custom-current-group.
19840
19841 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19842
19843 * startup.el (command-line-1): Display startup-echo-area-message
19844 when fancy splash screen is in use.
19845
19846 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19847 (sh-escaped-newline): New face.
19848 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19849 newline, and use sh-escaped-newline face.
19850
19851 * progmodes/tcl.el (tcl-escaped-newline): New face.
19852 (tcl-builtin-list): New variable.
19853 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19854 newlines. Fix keywords subexpression number.
19855
19856 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19857
19858 * textmodes/org.el (org-diary-default-entry): Fix call to
19859 `add-to-diary-entry'.
19860
19861 2005-04-05 Kim F. Storm <storm@cua.dk>
19862
19863 * ediff-init.el: Use (featurep 'xemacs).
19864
19865 2005-04-05 David Ponce <david@dponce.com>
19866
19867 * cus-edit.el (face): Derive from symbol widget. Display sample
19868 of the current face on the fly.
19869 (widget-face-sample-face-get, widget-face-notify): New functions.
19870 (widget-face-value-create): Remove.
19871
19872 * wid-edit.el (widget-field-end): Temporarily remove field
19873 narrowing before to call `get-char-property'.
19874
19875 2005-04-04 Jay Belanger <belanger@truman.edu>
19876
19877 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19878 (math-read-subscripts): New variable.
19879 (math-read-preprocess-string): Process subscripts.
19880
19881 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19882
19883 * comint.el (comint-prompt-read-only): Doc fix.
19884
19885 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19886 `-1'. Doc fix.
19887
19888 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19889
19890 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19891 Change default value to nil.
19892
19893 2005-04-04 Lute Kamstra <lute@gnu.org>
19894
19895 * autorevert.el (auto-revert-mode): Specify :group.
19896 * battery.el (display-battery-mode): Specify :group.
19897 * diff-mode.el (diff-minor-mode): Specify :group.
19898 * font-core.el (font-lock-mode): Specify :group.
19899 * hl-line.el (hl-line-mode): Specify :group.
19900 * iimage.el (iimage): New customization group.
19901 (iimage-mode): Specify :group.
19902 * longlines.el (longlines-mode): Specify :group.
19903 * master.el: Don't require easy-mmode.
19904 (master): New customization group.
19905 (master-mode): Specify :group.
19906 * msb.el (msb-mode): Specify :group.
19907 * reveal.el (reveal-mode): Specify :group.
19908 * simple.el (next-error-follow-minor-mode): Specify :group.
19909 * smerge-mode.el (smerge-mode): Specify :group.
19910 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19911 * emulation/cua-base.el (cua-mode): Specify :group.
19912 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19913 * language/thai-util.el (thai-auto-composition-mode)
19914 (thai-word-mode): Specify :group.
19915 * mail/supercite.el (sc-minor-mode): Specify :group.
19916 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19917 * progmodes/flymake.el (flymake-mode): Specify :group.
19918 * progmodes/glasses.el (glasses-mode): Specify :group.
19919 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19920 * textmodes/enriched.el (enriched-mode): Specify :group.
19921 * textmodes/refill.el (refill-mode): Specify :group.
19922
19923 * add-log.el (change-log-font-lock-keywords): Names in
19924 parenthesized lists can contain spaces.
19925
19926 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19927
19928 * startup.el (fancy-splash-text): Shorten default text of
19929 "Emacs Tutorial" line. Also, if the current language env
19930 indicates an available tutorial file other than TUTORIAL,
19931 extract its title and append it to the line in parentheses.
19932 (fancy-splash-insert): If arg is a thunk, funcall it.
19933
19934 2005-04-04 Jay Belanger <belanger@truman.edu>
19935
19936 * calc.el (calc-language-alist): Add tags to customization type.
19937
19938 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19939
19940 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19941 Doc fix.
19942
19943 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19944
19945 * add-log.el (change-log-font-lock-keywords): The manual
19946 describing a Change Log entry, says: (...) "Aside from these
19947 header lines, every line in the change log starts with a space or
19948 a tab.". The font-lock was not highlighting lines started with
19949 spaces, added support for it.
19950
19951 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19952
19953 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19954 (bibtex-generate-url-list): Update docstring accordingly. Put the
19955 complex example in the docstring.
19956 (bibtex-font-lock-url): Use pop.
19957
19958 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19961
19962 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19963
19964 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19965
19966 * filesets.el (filesets-set-default): Doc fix.
19967
19968 2005-04-03 Lute Kamstra <lute@gnu.org>
19969
19970 * generic.el (define-generic-mode): Add argument to specify
19971 keywords for defcustom.
19972 (default-generic-mode): Specify :group.
19973
19974 * generic-x.el: Specify :group for all generic modes.
19975
19976 * desktop.el (desktop-no-desktop-file-hook)
19977 (desktop-after-read-hook): Doc fix.
19978
19979 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19980
19981 * simple.el (visible-mode): Use explicit :group keyword.
19982 This changes the group of `visible-mode-hook' from paren-blinking
19983 to editing-basics.
19984
19985 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19986
19987 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19988 mailbox specifications as well as URLs.
19989 (rmail-insert-inbox-text): Remove unused conditional branches.
19990
19991 2005-04-01 Jay Belanger <belanger@truman.edu>
19992
19993 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19994 (calc-gnuplot-print-command): Move definitions to calc.el.
19995
19996 * calc/calc-embed.el (calc-embedded-announce-formula)
19997 (calc-embedded-open-formula, calc-embedded-close-formula)
19998 (calc-embedded-open-word, calc-embedded-close-word)
19999 (calc-embedded-open-plain, calc-embedded-close-plain)
20000 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20001 (calc-embedded-open-mode, calc-embedded-close-mode):
20002 Move definitions to calc.el.
20003
20004 * calc/calc.el (calc-settings-file, calc-language-alist):
20005 Make customizable.
20006 (calc-embedded-announce-formula, calc-embedded-open-formula)
20007 (calc-embedded-close-formula, calc-embedded-open-word)
20008 (calc-embedded-close-word, calc-embedded-open-plain)
20009 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20010 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20011 (calc-embedded-close-mode, calc-gnuplot-name)
20012 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20013 from other files and make customizable.
20014
20015 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20016
20017 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20018 Use buffer-live-p.
20019 (cvs-mode-run): Don't call cvs-update-header here.
20020 (cvs-run-process): Call cvs-update-header.
20021 Use process properties for cvs-postprocess and cvs-buffer so that
20022 the sentinel can behave better if the temp buffer is killed.
20023 Use a pipe rather than a tty, to better handle unexpected prompts.
20024 (cvs-sentinel): Rewrite. Call cvs-update-header.
20025
20026 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20027
20028 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20029 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20030
20031 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20032
20033 * generic.el (define-generic-mode): Add indentation rule.
20034
20035 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20036
20037 * files.el (mode-require-final-newline): Make Custom correctly
20038 report a nil value and allow to set it to nil via Custom.
20039 Doc fix.
20040
20041 2005-04-01 Kenichi Handa <handa@m17n.org>
20042
20043 * international/characters.el: Enable the correct case setting for
20044 dotless-i and dotted-I.
20045
20046 2005-04-01 Kim F. Storm <storm@cua.dk>
20047
20048 * ido.el (ido-file-internal): Fall back to non-ido command if
20049 initial directory is on slow ftp (or tramp) host.
20050
20051 2005-03-31 Richard M. Stallman <rms@gnu.org>
20052
20053 * emacs-lisp/autoload.el (make-autoload):
20054 Handle define-global-minor-mode.
20055
20056 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20057 Rename from easy-mmode-define-global-mode.
20058 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20059
20060 * progmodes/scheme.el (scheme-mode-syntax-table):
20061 Update syntax of | and # for two-character comment syntax.
20062
20063 2005-03-31 Lute Kamstra <lute@gnu.org>
20064
20065 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20066 (define-minor-mode): Call custom-current-group at load-time.
20067
20068 * generic.el (define-generic-mode): Add debug declaration.
20069 Add defcustom for the mode hook.
20070 (generic-mode-internal): Use run-mode-hooks.
20071
20072 2005-03-31 Kim F. Storm <storm@cua.dk>
20073
20074 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20075 (mouse-fixup-help-message): New defun called by show_help_echo
20076 to fixup mouse-2 prefix in help messages when applicable.
20077
20078 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20079
20080 2005-03-31 Kenichi Handa <handa@m17n.org>
20081
20082 * language/thai-word.el (thai-find-word-ends): Pay attention to
20083 the case that we reach the end of buffer.
20084
20085 * textmodes/fill.el (fill-text-properties-at): New function.
20086 (fill-newline): Use fill-text-properties-at instead of
20087 text-properties-at.
20088
20089 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20090
20091 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20092 not comint-quote-filename.
20093
20094 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20095
20096 * help-fns.el (help-with-tutorial): Revert last change.
20097
20098 2005-03-31 Kim F. Storm <storm@cua.dk>
20099
20100 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20101
20102 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20103
20104 * calendar/cal-china.el: Update reference to "Calendrical
20105 Calculations" book; there's a new edition.
20106 * calendar/cal-coptic.el: Likewise.
20107 * calendar/cal-french.el: Likewise.
20108 * calendar/cal-hebrew.el: Likewise.
20109 * calendar/cal-islam.el: Likewise.
20110 * calendar/cal-iso.el: Likewise.
20111 * calendar/cal-julian.el: Likewise.
20112 * calendar/cal-mayan.el: Likewise.
20113 * calendar/cal-persia.el: Likewise.
20114 * calendar/calendar.el: Likewise.
20115 * calendar/holidays.el: Likewise.
20116 * calendar/lunar.el: Likewise.
20117 * calendar/solar.el: Likewise.
20118
20119 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20120 white space from doc string.
20121
20122 2005-03-30 Jay Belanger <belanger@truman.edu>
20123
20124 * calc/calc-help.el (calc-full-help): Remove email address.
20125
20126 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20127
20128 * help-fns.el (help-with-tutorial): Delete title line.
20129
20130 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20131
20132 * calendar/cal-x.el (calendar-one-frame-setup)
20133 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20134 rather than `symbol' for set-window-dedicated-p.
20135
20136 * calendar/appt.el (appt-buffer-name): Make it a constant.
20137 (appt-add): Doc fix.
20138
20139 * filesets.el (filesets-menu-path, filesets-menu-before)
20140 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20141 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20142 (filesets-add-submenu): Delete and use add-submenu instead.
20143
20144 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20145
20146 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20147 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20148 (org-diary-default-entry): New function.
20149 (org-get-entries-from-diary): Better parsing of diary entries.
20150 (org-agenda-check-no-diary): New function.
20151 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20152 linking to diary entries.
20153 (org-agenda-execute-calendar-command): New function.
20154 (org-agenda): Improve visible section in window.
20155 Use `org-fit-agenda-window'.
20156 (org-fit-agenda-window): New option.
20157 (org-move-subtree-down): Better handling of empty lines
20158 at end of subtree.
20159 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20160 levels up.
20161 (org-fontify-done-headline): New option.
20162 (org-headline-done-face): New face.
20163 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20164 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20165 When current field is non-empty, it is copied to next row.
20166 (org-table-copy-from-above): Fix bug which made it
20167 impossible to copy fields containing only a single non-white character.
20168
20169 2005-03-30 Kim F. Storm <storm@cua.dk>
20170
20171 * kmacro.el (kmacro-end-macro): Isearch may store this command
20172 into the macro -- so ignore it when executing keyboard macro.
20173
20174 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20175
20176 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20177
20178 2005-03-29 Kenichi Handa <handa@m17n.org>
20179
20180 * language/thai.el ("Thai"): Set setup-function and exit-function
20181 for Thai language environment.
20182
20183 * language/thai-util.el: Require thai-word.
20184 (thai-word-mode-map): New variable.
20185 (thai-word-mode): New minor mode.
20186 (setup-thai-language-environment-internal): New function.
20187 (exit-thai-language-environment-internal): New function.
20188
20189 * language/thai-word.el (thai-word-table): Declare it by defvar,
20190 use dolist to initialize it.
20191 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20192 (thai-fill-find-break-point): New functions.
20193
20194 2005-03-29 Richard M. Stallman <rms@gnu.org>
20195
20196 * simple.el (idle-update-delay): Move definition up.
20197 (set-mark): Doc fix.
20198
20199 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20200
20201 * longlines.el: New file.
20202
20203 * simple.el (buffer-substring-filters): New variable.
20204 (filter-buffer-substring): New function.
20205 (kill-region, copy-region-as-kill): Use it.
20206
20207 * register.el (copy-to-register, append-to-register)
20208 (prepend-to-register): Use filter-buffer-substring.
20209
20210 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20211
20212 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20213 (gud-filter-pending-text): Move in front of gdb.
20214 (gud-overlay-arrow-position): New variable.
20215 (gud-sentinel, gud-display-line): Use it in place of
20216 overlay-arrow-position.
20217
20218 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20219
20220 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20221 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20222 (fortran-font-lock-keywords-4): New variable.
20223 (fortran-blocks-re, fortran-end-block-re)
20224 (fortran-start-block-re): New constants, for hideshow.
20225 (hs-special-modes-alist): Add a Fortran entry.
20226 (fortran-mode-map): Bind fortran-end-of-block,
20227 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20228 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20229 (fortran-looking-at-if-then, fortran-end-of-block)
20230 (fortran-beginning-of-block): New functions, for hideshow.
20231
20232 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20233 Doc fix. Tweak regexp.
20234 (f90-beginning-of-block): Push mark first.
20235
20236 2005-03-29 Jay Belanger <belanger@truman.edu>
20237
20238 * calc/calc.el: Update copyright date.
20239 (calc-version): Increase to 2.1.
20240 (calc-version-date): Remove.
20241
20242 * calc/calc-help.el: Update copyright date.
20243 (calc-full-help): Remove reference to calc-version-date.
20244 Update copyright date.
20245
20246 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20247
20248 * vc.el (vc-do-command): Use a pipe for async processes, so password
20249 prompts don't show up at places where the user can't reply.
20250
20251 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20252
20253 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20254 on the file name we pass to the inferior shell.
20255
20256 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20257
20258 * progmodes/which-func.el (which-function): Be robust in the face of an
20259 imenu--make-index-alist failure.
20260
20261 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20262
20263 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20264
20265 * progmodes/python.el (python-preoutput-filter): Fix last change.
20266
20267 2005-03-29 Lute Kamstra <lute@gnu.org>
20268
20269 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20270 functions and compiled macros.
20271 (debug-convert-byte-code): Handle macros too.
20272 (debug-on-entry-1): Don't signal an error when trying to clear a
20273 function that is not set to debug on entry.
20274
20275 2005-03-29 Jay Belanger <belanger@truman.edu>
20276
20277 * calc/calc-lang.el: Add functions to math-function-table
20278 properties of tex and math.
20279
20280 2005-03-29 Kenichi Handa <handa@m17n.org>
20281
20282 * ps-mule.el (ps-mule-plot-string): Translate characters by
20283 ps-print-translation-table.
20284 (ps-mule-begin-job): Call find-charset-region/string with
20285 ps-print-translation-table.
20286 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20287
20288 * ps-print.el (ps-print-translation-table): New variable.
20289 (ps-plot-region): Translate characters by ps-print-translation-table.
20290
20291 2005-03-29 Juri Linkov <juri@jurta.org>
20292
20293 * simple.el (next-error-highlight-timer): New variable.
20294
20295 * progmodes/compile.el (compilation-goto-locus):
20296 Use `next-error-highlight-timer' instead of `sit-for'.
20297
20298 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * mail/supercite.el (sc-mail-field): Use assoc-string.
20301 (sc-get-address): Simplify regexps.
20302
20303 * files.el (minibuffer-with-setup-hook): New macro.
20304 (find-file-read-args): Use it to avoid let-binding
20305 minibuffer-with-setup-hook (which breaks turning on/off
20306 file-name-shadow-mode while in the prompt).
20307
20308 * complete.el (PC-read-include-file-name-internal):
20309 Use test-completion.
20310
20311 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20312
20313 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20314
20315 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * window.el (window-buffer-height): Use count-screen-lines.
20318
20319 * progmodes/python.el (python-preoutput-leftover): New var.
20320 (python-preoutput-filter): Use it.
20321 (python-send-receive): Loop until all the result has been received.
20322
20323 2005-03-28 Juri Linkov <juri@jurta.org>
20324
20325 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20326
20327 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20328 "Recover Crashed Session".
20329 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20330 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20331 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20332 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20333 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20334 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20335 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20336 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20337
20338 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20339 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20340 Ediff Sessions", "Toggle use of separate control buffer frame",
20341 "Use separate frame for Ediff control buffer".
20342
20343 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20344 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20345 "Rename Bookmark", "Delete Bookmark".
20346
20347 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20348 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20349 Add `:active Info-index-alternatives' to "Next Matching Item".
20350
20351 * wdired.el (wdired-change-to-wdired-mode):
20352 Mention `wdired-abort-changes' key in the initial message.
20353
20354 * international/mule.el (auto-coding-alist): Associate non-ascii
20355 image filename extensions with `no-conversion'.
20356
20357 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20358
20359 * international/iso-acc.el:
20360 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20361
20362 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20363
20364 * textmodes/sgml-mode.el (html-mode): Doc update.
20365
20366 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20367
20368 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20369
20370 * term.el (term-move-columns): Fix face after extending a line.
20371 (term-insert-spaces): Likewise.
20372 (term-reset-terminal): Fix off by one error.
20373
20374 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20375
20376 * international/mule.el (auto-coding-alist): Add .xpi files.
20377
20378 * files.el (auto-mode-alist): Add .xpi files.
20379
20380 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20381
20382 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20383
20384 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20385
20386 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20387
20388 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20389
20390 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20391 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20392
20393 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20394 cursor to Jan 1 when needed.
20395 (calendar-end-of-year): Fix -/+ typo.
20396 Reported by Chong Yidong <cyd@stupidchicken.com>.
20397
20398 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20401
20402 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20403 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20404
20405 2005-03-25 Richard M. Stallman <rms@gnu.org>
20406
20407 * filesets.el (filesets-init): Add autoload.
20408
20409 * mail/mailalias.el (mail-directory): Doc fix.
20410
20411 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20412
20413 * mail/mailalias.el (mail-directory-process): Do nothing if
20414 mail-directory-process is an atom.
20415 (mail-get-names): Ignore mail-directory-names if it is an atom.
20416 (mail-directory-process defvar): Doc fix.
20417 (mail-names): Doc fix.
20418
20419 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20420
20421 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20422
20423 2005-03-26 Kenichi Handa <handa@m17n.org>
20424
20425 * international/mule-util.el (detect-coding-with-priority):
20426 Call update-coding-systems-internal before detect-coding-region.
20427
20428 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20429
20430 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20431 (gdb-frames-mode-map): Add follow-link property.
20432
20433 2005-03-25 Jay Belanger <belanger@truman.edu>
20434
20435 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20436 for variables.
20437
20438 2005-03-25 Juri Linkov <juri@jurta.org>
20439
20440 * image-mode.el: Optimize image filename extension regexps in
20441 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20442 in `auto-mode-alist'.
20443 (image-mode): Add `image-toggle-display-text' to local hook
20444 `change-major-mode-hook'. Display the image as an image by
20445 default. Set `cursor-type' and `truncate-lines' if the image
20446 is already displayed. Take into account the current mode (image
20447 or text) in message.
20448 (image-minor-mode): New minor mode.
20449 (image-mode-maybe, image-toggle-display-text): New functions.
20450 (image-toggle-display): Use called-interactively-p.
20451 Let-bind `inhibit-read-only' to t.
20452
20453 * image-mode.el (image-minor-mode): Set `cursor-type' and
20454 `truncate-lines' if the image is already displayed. Add turning
20455 image-minor-mode off to `change-major-mode-hook'. Add message.
20456 Call `image-toggle-display-text' after turning image-minor-mode off.
20457
20458 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20461 Terminal.app, use utf-8.
20462 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20463 (set-locale-environment): Use it.
20464
20465 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20466
20467 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20468
20469 * progmodes/python.el (python-close-block-statement-p)
20470 (python-outdent-p, python-current-defun): Use symbol-end.
20471
20472 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20473
20474 * files.el (save-some-buffers): Doc fix.
20475
20476 2005-03-25 Werner Lemberg <wl@gnu.org>
20477
20478 * complete.el, thumbs.el: Replace `legal' with `valid'.
20479 * calendar/calendar.el: Replace `legal' with `valid'.
20480 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20481 * mail/supercite.el: Replace `legal' with `valid'.
20482 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20483 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20484 Replace `legal' with `valid'.
20485 * textmodes/reftex-vars.el, textmodes/reftex.el:
20486 Replace `legal' with `valid'.
20487
20488 2005-03-25 Werner Lemberg <wl@gnu.org>
20489
20490 * calc/calc-forms.el, calc/calc-sel.el
20491 * midnight.el, vc-cvs.el
20492 * emacs-lisp/cl-macs.el
20493 * emulation/vip.el
20494 * eshell/esh-io.el, eshell/esh-var.el
20495 * mail/supercite.el
20496 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20497 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20498 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20499 * progmodes/sh-script.el, progmodes/xscheme.el
20500 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20501 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20502 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20503 * textmodes/reftex.el, textmodes/org.el:
20504 Replace `illegal' with `invalid'.
20505
20506 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20507
20508 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20509 (flymake-find-buildfile, flymake-find-possible-master-files)
20510 (flymake-check-include, flymake-parse-line): Replace loops over the
20511 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20512
20513 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20514 Substitute file-name-as-directory in the rest of the file.
20515 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20516 (flymake-replace-region): Remove unused arg `buffer'.
20517 (flymake-check-patch-master-file-buffer): Update calls to it.
20518 (flymake-add-err-info): Remove unused var `count'.
20519 (flymake-mode): Use define-minor-mode.
20520
20521 * progmodes/flymake.el: Use with-current-buffer.
20522 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20523 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20524 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20525 Avoid testing for `xemacs'.
20526 (flymake-nop): Move.
20527 (flymake-region-has-flymake-overlays): Return the computed value.
20528 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20529 Remove unused var `endline'.
20530 (flymake-get-line-count): Remove unused function.
20531 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20532
20533 * emulation/vi.el:
20534 * generic.el:
20535 * hilit-chg.el (global-highlight-changes):
20536 * hi-lock.el (hi-lock-mode):
20537 * follow.el: find-file-hooks -> find-file-hook.
20538
20539 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20540
20541 2005-03-24 Juri Linkov <juri@jurta.org>
20542
20543 * dired.el (dired-mode-map): Add menu item "Compare directories"
20544 for dired-compare-directories.
20545
20546 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20547 Doc fix. Replace `read-file-name' with `read-directory-name'.
20548
20549 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20552
20553 2005-03-24 Jay Belanger <belanger@truman.edu>
20554
20555 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20556 relevant mode settings in calc-embedded-original-modes when modes
20557 are permanently changed.
20558
20559 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20560
20561 * autoinsert.el: find-file-hooks -> find-file-hook.
20562
20563 2005-03-24 Lute Kamstra <lute@gnu.org>
20564
20565 * generic.el (generic-font-lock-defaults): Make it obsolete.
20566 (generic-font-lock-keywords): New variable to replace
20567 generic-font-lock-defaults.
20568 (generic-mode-set-font-lock): Delete it.
20569 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20570 (generic-bracket-support): Add docstring.
20571
20572 * generic-x.el: Rename generic-font-lock-defaults to
20573 generic-font-lock-keywords throughout.
20574 (mailagent-rules-setup-function): Delete it.
20575 (mailagent-rules-generic-mode): Use anonymous function instead.
20576 (show-tabs-generic-mode-font-lock-defaults-1)
20577 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20578 Quote faces.
20579 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20580 not foreground.
20581
20582 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20583 Recognize define-generic-mode.
20584
20585 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20586
20587 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20588 if there's no completion table.
20589
20590 2005-03-23 Miles Bader <miles@gnu.org>
20591
20592 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20593 Remove tty-specific variants, as they're no longer needed.
20594
20595 2005-03-23 Lute Kamstra <lute@gnu.org>
20596
20597 * generic-x.el: Code cleanup: make args constant whenever possible.
20598 (installshield-statement-keyword-list)
20599 (installshield-system-functions-list)
20600 (installshield-system-variables-list, installshield-types-list)
20601 (installshield-funarg-constants-list): Make them constants.
20602
20603 * generic.el (generic-make-keywords-list): Add autoload cookie.
20604
20605 * calendar/time-date.el: Add comment on time value formats.
20606 Don't require parse-time.
20607 (with-decoded-time-value): New macro.
20608 (encode-time-value): New function.
20609 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20610 (days-to-time): Return a valid time value when arg is huge.
20611 (time-since): Use time-subtract.
20612 (time-to-number-of-days): Use time-to-seconds.
20613
20614 2005-03-23 David Ponce <david@dponce.com>
20615
20616 * recentf.el (recentf-keep): New option.
20617 (recentf-menu-action): Default to `find-file'.
20618 (recentf-keep-non-readable-files-flag)
20619 (recentf-keep-non-readable-files-p)
20620 (recentf-file-readable-p, recentf-find-file)
20621 (recentf-cleanup-remote): Remove.
20622 (recentf-include-p): More robust.
20623 (recentf-keep-p): New function.
20624 (recentf-remove-if-non-kept): Rename from
20625 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20626 All callers updated.
20627 (recentf-menu-items-for-commands): Fix help string.
20628 (recentf-track-closed-file): Update. Doc fix.
20629 (recentf-cleanup): Update. Count removed files. Doc fix.
20630
20631 2005-03-23 Kim F. Storm <storm@cua.dk>
20632
20633 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20634 Don't inherit from fringe face (now happens automatically).
20635
20636 2005-03-22 Kim F. Storm <storm@cua.dk>
20637
20638 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20639 position values.
20640
20641 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20642
20643 * menu-bar.el (showhide-date-time): Remove.
20644 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20645 (menu-bar-make-mm-toggle): Simplify.
20646
20647 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20648
20649 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20650 Accept qualified variable and function names.
20651
20652 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20653
20654 * bindings.el (completion-ignored-extensions):
20655 Remove ".lis" for `vax-vms'.
20656
20657 2005-03-22 Andreas Schwab <schwab@suse.de>
20658
20659 * generic-x.el: Revert last change.
20660 * ldefs-boot.el: Update.
20661
20662 2005-03-22 Jay Belanger <belanger@truman.edu>
20663
20664 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20665 (calc-embedded-save-original-modes)
20666 (calc-embedded-restore-original-modes): New functions.
20667 (calc-do-embedded): Save original modes when entering embedded mode
20668 and restore when leaving embedded mode.
20669 (calc-embedded-modes-change): Change the value of
20670 calc-embedded-original-modes to reflect permanent changes.
20671
20672 2005-03-22 Lute Kamstra <lute@gnu.org>
20673
20674 * generic-x.el: Require generic again.
20675
20676 2005-03-22 Miles Bader <miles@gnu.org>
20677
20678 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20679 Tweak details to look good on both ttys and bitmap displays, light
20680 or dark background, etc.
20681
20682 2005-03-21 Kim F. Storm <storm@cua.dk>
20683
20684 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20685 mouse position.
20686
20687 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20688
20689 * icomplete.el: Don't forcibly turn on the mode upon load.
20690 (icomplete-mode): Use define-minor-mode.
20691 (icomplete-eoinput): Default to nil.
20692 (icomplete-minibuffer-setup): Remove autoload.
20693 (icomplete-tidy): Simplify.
20694 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20695 in the initial state or if the user has modified the field.
20696 Fix handling of icomplete-max-delay-chars.
20697 Remove code that handles the oddball case where
20698 minibuffer-completion-table is an integer.
20699 Wrap icomplete-completions in while-no-input in case building
20700 completions takes more time than expected.
20701 (icomplete-completions): Simplify.
20702
20703 2005-03-21 Richard M. Stallman <rms@gnu.org>
20704
20705 * jka-compr.el (jka-compr-really-do-compress):
20706 Make variable buffer-local.
20707
20708 * image-mode.el: Handle .xpm files too.
20709 (image-toggle-display): Preserve modification flag.
20710
20711 * help.el (where-is): Don't mention aliases with no key bindings.
20712
20713 2005-03-21 Lute Kamstra <lute@gnu.org>
20714
20715 * generic.el: Fix commentary section. Don't require cl for
20716 compilation.
20717 (generic-mode-list): Add autoload cookie.
20718 (generic-use-find-file-hook, generic-lines-to-scan)
20719 (generic-find-file-regexp, generic-ignore-files-regexp)
20720 (generic-mode, generic-mode-find-file-hook)
20721 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20722 (define-generic-mode): Make it a defmacro. Fix docstring.
20723 (generic-mode-internal): Code cleanup. Add autoload cookie.
20724 (generic-mode-set-comments): Code cleanup.
20725 * generic-x.el: Don't prevent compilation. Don't require generic.
20726 Follow coding conventions. Minor code cleanup.
20727 (etc-fstab-generic-mode): Add some keywords.
20728 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20729 define-generic-mode like a function declaration.
20730
20731 2005-03-21 Jay Belanger <belanger@truman.edu>
20732
20733 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20734 changing modes.
20735
20736 2005-03-21 Sam Steingold <sds@gnu.org>
20737
20738 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20739
20740 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20741
20742 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20743 Add underscore to "f$ lexicals" regexp.
20744
20745 2005-03-20 Juri Linkov <juri@jurta.org>
20746
20747 * subr.el (progress-reporter-do-update): When `min-value' is equal
20748 to `max-value', set `percentage' to 0 and prevent division by zero.
20749
20750 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20751
20752 Sync with Tramp 2.0.48.
20753
20754 * net/tramp.el (all): Change all addresses to .gnu.org.
20755 (tramp-append-tramp-buffers): New defun.
20756 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20757 Catch `dont-send' signal.
20758 (tramp-set-auto-save-file-modes): Set always permissions, because
20759 there might be an old auto-saved file belonging to another
20760 original file. This could be a security threat. Reported by
20761 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20762 Check for Emacs 21.3.50 removed.
20763
20764 * net/tramp-smb.el (all): Remove debug construct for
20765 `with-parsed-tramp-file-name'.
20766 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20767 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20768 No error message if DIRECTORY or FILENAME doesn't exist.
20769 (tramp-smb-open-connection): Check existence of
20770 `tramp-smb-program'.
20771
20772 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20773
20774 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20775 Properly handle the case where the `m' or `s' command's argument is not
20776 yet terminated.
20777 (perl-indent-new-calculate): New function.
20778 (perl-indent-line): Use it.
20779
20780 2005-03-20 Miles Bader <miles@gnu.org>
20781
20782 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20783 in text-mode too. Change to new face names.
20784 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20785 Add `:weight bold' attribute.
20786 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20787
20788 2005-03-19 Juri Linkov <juri@jurta.org>
20789
20790 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20791
20792 * international/mule.el (auto-coding-alist): Sync with
20793 `auto-mode-alist' by adding upper case archive file extensions
20794 and adding ear/war to jar extension.
20795
20796 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20797
20798 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20799 running, restart it.
20800
20801 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20802
20803 * finder.el (finder-current-item): Throw an error on an empty line.
20804
20805 * man.el (Man-follow-manual-reference): If current-word returns
20806 nil, use "".
20807
20808 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20809
20810 * simple.el (goto-line): Doc fix.
20811
20812 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20813
20814 * files.el (save-buffer): Doc fix.
20815
20816 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20817
20818 * recentf.el (recentf-cleanup-remote): New variable.
20819 (recentf-cleanup): Use it to conditionally check availability of
20820 remote files.
20821
20822 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20823
20824 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20825 function names.
20826
20827 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20828
20829 * language/thai-word.el: New file.
20830
20831 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20832
20833 * files.el (backup-buffer): If the file's directory is not
20834 writable, use copy instead of move to backup the file.
20835
20836 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20837
20838 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20839
20840 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20841
20842 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20843 Use functionp instead of symbolp and fboundp. Reported by Drkm
20844 <darkman_spam@yahoo.fr>.
20845 (ps-print-version): New version 6.6.6.
20846
20847 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20848
20849 * textmodes/table.el (table--line-column-position): New idiom.
20850 (table--row-column-insertion-point-p): New function to test
20851 validity of row and column insertion operation at a location.
20852 (table-global-menu, table-cell-menu): Use above functions for
20853 deterministic test operation.
20854 (table--editable-cell-p): Behave in deterministic fashion.
20855
20856 2005-03-18 Juri Linkov <juri@jurta.org>
20857
20858 * isearch.el (isearch-lazy-highlight-new-loop):
20859 Make arguments beg and end optional.
20860 (isearch-update): Remove optional arguments nil from
20861 isearch-lazy-highlight-new-loop.
20862 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20863 isearch-lazy-highlight-case-fold-search instead of
20864 isearch-case-fold-search, and let-bind isearch-regexp to
20865 isearch-lazy-highlight-regexp.
20866 Use isearch-lazy-highlight-last-string instead of isearch-string.
20867
20868 * replace.el (perform-replace): Remove bindings of global
20869 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20870 Add three new arguments to `replace-highlight'.
20871 (replace-highlight): Add arguments string, regexp, case-fold.
20872 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20873 to allow isearch-lazy-highlight-new-loop to use these values
20874 to set corresponding isearch-lazy-highlight-* internal
20875 variables whose values lazy highlighting will use regardless of
20876 changes to global variables isearch-string, isearch-regexp,
20877 isearch-case-fold-search during lazy highlighting loop.
20878 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20879 to `lazy-highlight-cleanup'.
20880
20881 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20882 (ispell-highlight-face): Set default face to `isearch' when
20883 lazy highlighting is enabled.
20884 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20885 priority to 1. Add lazy highlighting.
20886 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20887 from `isearch-dehighlight'.
20888
20889 2005-03-18 David Ponce <david@dponce.com>
20890
20891 * files.el (hack-local-variables): Do a case-insensitive search
20892 for End.
20893
20894 2005-03-18 Juri Linkov <juri@jurta.org>
20895
20896 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20897 `isearch-lazy-highlight-cleanup', add alias to old name and
20898 declare obsolete. Add release numbers to other obsolete vars.
20899 (isearch-done, isearch-lazy-highlight-new-loop):
20900 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20901 (lazy-highlight-cleanup) <variable>: Doc fix.
20902 (isearch-lazy-highlight-update): Rename obsolete
20903 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20904
20905 2005-03-18 Kenichi Handa <handa@m17n.org>
20906
20907 * language/thai-util.el: Fix categorization of Thai characters in
20908 thai-category-table.
20909 (thai-composition-pattern): Adjust it for the above change.
20910 (thai-self-insert-command, thai-compose-syllable): New functions.
20911 (thai-compose-region): Use thai-compose-syllable.
20912 (thai-compose-string): Likewise.
20913 (thai-composition-function): Likewise.
20914 (thai-auto-composition): New function.
20915 (thai-auto-composition-mode): New minor mode.
20916
20917 * language/thai.el: Fix patterns to be registered in
20918 composition-function-table.
20919
20920 * international/quail.el (quail-input-method): Locally bind
20921 inhibit-modification-hooks to t.
20922
20923 2005-03-17 Richard M. Stallman <rms@gnu.org>
20924
20925 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20926 (perl-mode): Use run-mode-hooks.
20927
20928 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20929 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20930 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20931
20932 * mail/sendmail.el (sendmail-send-it): Reenable the code
20933 to compute resend-to-address and use it.
20934
20935 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20936
20937 * image-mode.el: New file.
20938
20939 * image.el (insert-sliced-image): Add autoload cookie.
20940
20941 * font-lock.el (font-lock-lines-before): New user option.
20942 (font-lock-after-change-function): Obey it.
20943
20944 * bindings.el (esc-map): Make M-g a prefix.
20945 Bind M-g g and M-g M-g to goto-line.
20946
20947 * faces.el (face-id): Doc fix.
20948
20949 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20950
20951 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20952 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20953 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20954
20955 * mail/sendmail.el (mail-yank-ignored-headers)
20956 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20957 Add Mail-Followup-To and Mail-Reply-To headers.
20958 (mail-citation-hook): Add autoload cookie.
20959 (mail-mode): Doc fix.
20960 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20961 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20962 (mail-mode-fill-paragraph): Handle those headers.
20963 (mail-mailing-lists): New variable.
20964 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20965
20966 2005-03-17 Juri Linkov <juri@jurta.org>
20967
20968 * isearch.el (isearch-fallback): Check for `(car previous)'
20969 before calling `isearch-other-end-state'.
20970
20971 2005-03-17 Kim F. Storm <storm@cua.dk>
20972
20973 * simple.el (move-beginning-of-line): Move to beginning of buffer
20974 line, as well as beginning of screen line.
20975
20976 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20977
20978 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20979 argument REDRAW rather than calendar-redrawing variable.
20980 * calendar/calendar.el (calendar-redrawing): Delete.
20981 (redraw-calendar): Do not bind calendar-redrawing.
20982
20983 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20984
20985 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20986 diary-file buffer.
20987
20988 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * help.el (describe-mode): Allow a :minor-mode-function property to
20991 specify a different minor mode toggle function than the variable.
20992 * simple.el (auto-fill-function):
20993 * subr.el (add-minor-mode): Use it.
20994
20995 2005-03-16 Kenichi Handa <handa@m17n.org>
20996
20997 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20998 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20999 (ethio-fidel-to-sera-buffer): Likewise.
21000
21001 2005-03-16 Juri Linkov <juri@jurta.org>
21002
21003 * emacs-lisp/find-func.el (find-function-regexp):
21004 Add defun-emitting macro `menu-bar-make-toggle'.
21005
21006 * isearch.el: Put `isearch-scroll' property to
21007 `split-window-horizontally'.
21008
21009 * info.el: Update error messages for `debug-ignored-errors'.
21010 (Info-isearch-search): Doc fix.
21011 (Info-find-node): Move up code to go into info buffer before
21012 recording the node to the history.
21013 (Info-fontify-node): Fontify titles only if the next line
21014 has two or more `*', `=', `-', `.'.
21015 Display "go to this node" for empty (match-string 3).
21016
21017 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21018
21019 * term/mac-win.el: Add mouse pointer shape constants.
21020
21021 2005-03-15 Kim F. Storm <storm@cua.dk>
21022
21023 * simple.el (move-beginning-of-line): Use vertical-motion.
21024
21025 2005-03-15 Juri Linkov <juri@jurta.org>
21026
21027 * isearch.el (isearch-error): New variable.
21028 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21029 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21030 (isearch-within-brackets-state): Remove.
21031 (isearch-case-fold-search-state, isearch-pop-fun-state):
21032 Decrease frame index.
21033 (isearch-mode, isearch-top-state, isearch-push-state)
21034 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21035 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21036 (isearch-search, isearch-lazy-highlight-new-loop):
21037 Replace `isearch-invalid-regexp' with `isearch-error'.
21038 Remove `isearch-within-brackets'.
21039 (isearch-search): Add `search-failed' handler to `condition-case'.
21040 (isearch-lazy-highlight-search): Add `condition-case' to catch
21041 errors and allow `isearch-lazy-highlight-update' to try
21042 highlighting from the beginning of the window.
21043 (isearch-repeat): Move up code to set isearch-wrapped to t
21044 before calling isearch-wrap-function.
21045
21046 * info.el (Info-isearch-initial-node): New internal variable.
21047 (Info-search): Signal an error in isearch mode when search leaves
21048 the initial node. Signal an error when `bound' is non-nil and
21049 nothing was found in the current subfile.
21050 (Info-isearch-search): Remove `condition-case'.
21051 (Info-isearch-wrap): Don't wrap when search failed during leaving
21052 the initial node. If `Info-isearch-search' is nil, wrap around
21053 the current node.
21054 (Info-isearch-start): New fun.
21055 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21056 `isearch-mode-hook'.
21057
21058 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21059
21060 * simple.el (normal-erase-is-backspace): Set default to t if
21061 running on Mac.
21062
21063 * term/mac-win.el (function-key-map): Sync with x-win.el.
21064
21065 2005-03-15 Kenichi Handa <handa@m17n.org>
21066
21067 * international/mule-cmds.el (locale-language-names): Modify the
21068 format of elements and add more entries.
21069 (locale-preferred-coding-systems): Add more entries.
21070 (set-locale-environment): Adjust for the change of
21071 locale-language-names.
21072
21073 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21074
21075 * pcvs.el (smerge-ediff): Remove bogus autoload.
21076
21077 2005-03-14 Lute Kamstra <lute@gnu.org>
21078
21079 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21080 Ignore a `*' at the beginning of a line.
21081
21082 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21083 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21084 subr.el.
21085 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21086 to specify indentation.
21087
21088 * generic.el (define-generic-mode): Let generic-mode-list be a
21089 list of strings; test membership with equal.
21090
21091 2005-03-14 Kim F. Storm <storm@cua.dk>
21092
21093 * simple.el (next-line, previous-line): Add optional try-vscroll
21094 arg to recognize interactive use. Pass it on to line-move.
21095 (line-move): Don't perform auto-window-vscroll when defining or
21096 executing keyboard macro to ensure consistent behavior.
21097
21098 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21099
21100 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21101
21102 2005-03-13 Lute Kamstra <lute@gnu.org>
21103
21104 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21105 debugger-setup-buffer so that backtrace marks the frames set to
21106 debug-on-exit and we don't have to do it manually. Set an extra
21107 debug-on-exit for macro's.
21108 (debugger-setup-buffer): Don't mark the top frame manually.
21109
21110 2005-03-12 Lute Kamstra <lute@gnu.org>
21111
21112 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21113 lisp-indent-function throughout.
21114 (with-no-warnings): Set lisp-indent-function property.
21115
21116 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21117
21118 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21119 Add entry for backslash.
21120
21121 2005-03-12 Juri Linkov <juri@jurta.org>
21122
21123 * info.el (Info-search): Four fixes for backward search.
21124
21125 2005-03-11 Jay Belanger <belanger@truman.edu>
21126
21127 * calc/calc.el (calc-language-alist): New variable.
21128 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21129 (calc-embedded-find-modes): Use calc-language-alist instead of
21130 calc-embedded-language-alist.
21131
21132 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21133
21134 * calendar/calendar.el (calendar-redrawing): New internal
21135 variable.
21136 (redraw-calendar): Remove bogus save-excursion from previous
21137 change. Bind calendar-redrawing to t for mark-diary-entries.
21138 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21139 calendar if that is why we were called.
21140
21141 2005-03-11 Kenichi Handa <handa@m17n.org>
21142
21143 * international/mule.el (make-coding-system): Set property
21144 coding-system-define-form to nil.
21145 (define-coding-system-alias): Likewise.
21146
21147 2005-03-11 Kenichi Handa <handa@m17n.org>
21148
21149 These changes are suggested by Dave Love <fx@gnu.org>.
21150
21151 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21152 coding: tag.
21153 (adaptive-fill-regexp): Add more bullets.
21154 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21155 regexps.
21156
21157 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * help.el (describe-mode): Properly handle non-trivial lighters.
21160 Don't ignore minor modes that are not listed in minor-mode-list.
21161
21162 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21163 feature ON when the user requests to turn it OFF.
21164
21165 2005-03-10 Lute Kamstra <lute@gnu.org>
21166
21167 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21168 (implement-debug-on-entry): New function to replace debug-entry-code.
21169 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21170 second argument as the 2005-03-07 change makes it obsolete.
21171 (debug-on-entry, cancel-debug-on-entry): Update call to
21172 debug-on-entry-1.
21173 (debug, debugger-setup-buffer): Comment update.
21174 (debugger-frame-number): Update to work with implement-debug-on-entry.
21175
21176 2005-03-10 Jay Belanger <belanger@truman.edu>
21177
21178 * calc/calc-embed.el (math-ms-args): Declare it.
21179 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21180 math-ms-args.
21181 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21182 variables.
21183
21184 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21185
21186 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21187 Use message-box.
21188
21189 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21190 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21191 (tooltip-gud-tips): Simplify.
21192 (tooltip-gud-tips-p): Remove superfluous :set.
21193 (tooltip-gud-modes): Add fortran-mode.
21194 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21195
21196 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21197
21198 2005-03-09 Kim F. Storm <storm@cua.dk>
21199
21200 * play/animate.el (animate-place-char): Use forward-line instead
21201 of next-line to improve performance.
21202
21203 2005-03-09 Simon Josefsson <jas@extundo.com>
21204
21205 * net/browse-url.el (browse-url-default-browser): Doc fix.
21206
21207 2005-03-09 Miles Bader <miles@gnu.org>
21208
21209 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21210 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21211
21212 2005-03-09 Kenichi Handa <handa@m17n.org>
21213
21214 * international/latin-1.el: Set case and syntax for 255 only if
21215 set-case-syntax-set-multibyte is nil.
21216
21217 * textmodes/ispell.el (ispell-insert-word): New function.
21218 (ispell-word): Use ispell-insert-word to insert a new word.
21219 (ispell-process-line): Likewise.
21220 (ispell-complete-word): Likewise.
21221
21222 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21223
21224 * calendar/calendar.el (redraw-calendar): Preserve point.
21225 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21226 (calendar-week-start-day): Move after definition of
21227 redraw-calendar. Delete buffer test, since redraw-calendar has
21228 that now.
21229
21230 * calendar/diary-lib.el (mark-diary-entries): Only call
21231 redraw-calendar in the first of any recursive calls.
21232 Reported by Alan Shutko <ats@acm.org>.
21233
21234 2005-03-08 Juri Linkov <juri@jurta.org>
21235
21236 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21237 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21238 (html-radio-buttons): Add a space before the trailing `/>' where
21239 sgml-xml-mode is non-nil.
21240 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21241 the subsequent tag of the empty XML tag.
21242 (html-href-anchor): Don't set initial input to "http:".
21243 (html-image): Ask for the image URL and set point inside alt="".
21244 (html-name-anchor): Duplicate the name in the `id' attribute when
21245 sgml-xml-mode is non-nil.
21246 (html-paragraph): Remove \n before <p>.
21247 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21248 instead of `checked' when sgml-xml-mode is non-nil.
21249
21250 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21251 Remove 1 space before #RRGGBB to not truncate it on terminal
21252 windows w/o fringes. Remove 1 space between bg and fg examples
21253 to get more space.
21254 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21255 avoid byte-compile warnings.
21256
21257 * image-file.el (image-file-handler): Put `safe-magic' property to
21258 `image-file-handler'.
21259
21260 * info.el (Info-isearch-search): Emulate word search in
21261 isearching through multiple Info nodes with Info-search.
21262 (Info-isearch-wrap): Allow isearch-word.
21263
21264 2005-03-08 Lute Kamstra <lute@gnu.org>
21265
21266 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21267 stepping into the debugger's code is not possible.
21268 (debugger-jumping-flag): Docstring update.
21269
21270 2005-03-08 Jay Belanger <belanger@truman.edu>
21271
21272 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21273 embedded mode begins.
21274 (calc-embedded-language-alist): New variable.
21275 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21276 set default language mode.
21277
21278 2005-03-08 Kenichi Handa <handa@m17n.org>
21279
21280 * international/ccl.el (define-ccl-program): Fix docstring about
21281 extra 256 bytes assured for the output buffer.
21282
21283 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21284 Fix BUFFER_MAGNIFICATION to 2.
21285 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21286
21287 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21288
21289 * align.el (align-rules-list): Added an alignment rule for CSS
21290 declarations (applies to css-mode and html-mode buffers).
21291
21292 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21295
21296 2005-03-07 Kim F. Storm <storm@cua.dk>
21297
21298 * simple.el (move-beginning-of-line): New command.
21299
21300 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21301
21302 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21303
21304 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21305 and move-beginning-of-line.
21306
21307 * apropos.el (apropos-print): Omit command from M-x ... RET.
21308
21309 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21310
21311 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21312 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21313
21314 2005-03-06 Richard M. Stallman <rms@gnu.org>
21315
21316 * bindings.el (esc-map): Bind M-g to goto-line.
21317
21318 * facemenu.el (global-map): Bind M-o, not M-g.
21319
21320 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21321
21322 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21323 "Open Directory" as for "Open File".
21324
21325 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21326
21327 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21328 (push-mark-command): Run activate-mark-hook.
21329
21330 2005-03-06 Richard M. Stallman <rms@gnu.org>
21331
21332 * help-mode.el (help-mode-finish): Don't alter the element
21333 in view-return-to-alist if there already is one.
21334
21335 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21336 make sure the current buffer is the expected one.
21337
21338 * novice.el (disabled-command-function): Output in *Disabled Command*.
21339 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21340
21341 * textmodes/flyspell.el (flyspell-large-region):
21342 Pass args differently for aspell.
21343
21344 * files.el (mode-require-final-newline): Doc fix.
21345
21346 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21347
21348 * progmodes/which-func.el (which-function):
21349 Specify NOERROR when calling imenu--make-index-alist.
21350
21351 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21352
21353 * simple.el (normal-erase-is-backspace): Define default value.
21354
21355 * custom.el (custom-theme-set-variables): Remove unused var
21356 `immediate'.
21357 (custom-reevaluate-setting): Simple function to handle variables
21358 that are defined before their default value can really be
21359 computed.
21360
21361 * startup.el (command-line): Use it for temporary-file-directory,
21362 small-emporary-file-directory, auto-save-file-name-transforms,
21363 blink-cursor-mode, and normal-erase-is-backspace.
21364
21365 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21366 progress, even with buggy anchored keywords.
21367
21368 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21369
21370 * simple.el (goto-line): Remove unbalanced final parenthesis.
21371
21372 2005-03-05 Richard M. Stallman <rms@gnu.org>
21373
21374 * simple.el (goto-line): Use a number at point as the default.
21375 With C-u as arg, switch buffers.
21376
21377 2005-03-05 Juri Linkov <juri@jurta.org>
21378
21379 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21380 with `no-blinking-cursor'.
21381
21382 * startup.el (no-blinking-cursor): New defvar.
21383 (command-line): Add `--no-blinking-cursor' to longopts.
21384 Set `no-blinking-cursor' to t for command line arguments
21385 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21386 with `no-blinking-cursor' in the condition for calling
21387 `blink-cursor-mode'.
21388
21389 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21390
21391 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21392 (menu-bar-options-save): Add blink-cursor-mode.
21393 (menu-bar-options-menu): Add blink-cursor-mode.
21394
21395 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21396
21397 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21398 (icalendar-export-file, icalendar-export-region)
21399 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21400 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21401
21402 2005-03-04 Lute Kamstra <lute@gnu.org>
21403
21404 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21405 (debug-function-list): Ditto.
21406
21407 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21408
21409 * textmodes/texinfmt.el (texinfo-append-refill):
21410 Redefine the types of line to which @refill
21411 is not appended by replacing a search for `@refill\\|@bye' with
21412 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21413 itemize@refill' bug and the unfilled long lines bug.
21414 (texinfmt-version): Update number and date.
21415
21416 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21417
21418 * international/code-pages.el (windows-1250, windows-125[2-8])
21419 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21420
21421 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21422
21423 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21424 bound yet.
21425
21426 2005-03-02 Romain Francoise <romain@orebokech.com>
21427
21428 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21429 buffer after removing limits.
21430 (ibuffer-pop-filter): Ditto.
21431 Update copyright.
21432
21433 2005-03-02 Miles Bader <miles@gnu.org>
21434
21435 * button.el (make-text-button): If the user doesn't specify a
21436 type, use the default. Rewrite to use `add-text-properties' and
21437 plist functions.
21438
21439 2005-03-01 Lute Kamstra <lute@gnu.org>
21440
21441 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21442 (debugger-jumping-flag): New var.
21443 (debug-entry-code): Use it.
21444 (debugger-jump): Use debugger-jumping-flag and add
21445 debugger-reenable to post-command-hook.
21446 (debugger-reenable): Use debugger-jumping-flag and remove itself
21447 from post-command-hook.
21448 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21449 debugger-reenable.
21450
21451 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21452
21453 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21454 inclusion of "itemize\\|", which may be unnecessary, is certainly
21455 inelegant, and stops refilling in itemize lists when formatting
21456 Japanese Texinfo files to Info.
21457 Update copyright to 2005.
21458
21459 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21460
21461 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21462 of an error if GDB can't find the source file.
21463
21464 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21465
21466 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21467 not just the calendar.
21468
21469 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21470 first.
21471 (diary-redraw-calendar): New function.
21472 (make-diary-entry): Add diary-redraw-calendar to local
21473 write-contents-functions. Turn off selective display before
21474 inserting in diary.
21475
21476 2005-03-01 Kim F. Storm <storm@cua.dk>
21477
21478 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21479
21480 2005-03-01 Lute Kamstra <lute@gnu.org>
21481
21482 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21483 that debug-entry-code can be safely removed from a function while
21484 this code is being evaluated. Revert the 2005-02-27 change as the
21485 new implementation no longer requires it. Make sure that a
21486 function body containing just a string is not mistaken for a docstring.
21487 (debug): Skip one more frame in case of debug on entry.
21488 (debugger-setup-buffer): Delete one more frame line in case of
21489 debug on entry.
21490 (debugger-frame-number): Update to use the new text introduced by
21491 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21492
21493 2005-02-28 Kim F. Storm <storm@cua.dk>
21494
21495 * double.el (double-translate-key): Call force-window-update after
21496 read-event to avoid crash in redisplay.
21497
21498 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21499
21500 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21501 (debug): Use it. Move the inhibit-trace earlier.
21502 (debug-entry-code): New const.
21503 (debug-on-entry-1): Use it.
21504
21505 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21506
21507 * international/utf-16.el (ccl-encode-mule-utf-16le):
21508 Fix BUFFER_MAGNIFICATION to 2.
21509 (ccl-encode-mule-utf-16be): Likewise.
21510
21511 2005-02-28 Kenichi Handa <handa@m17n.org>
21512
21513 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21514 Fix BUFFER_MAGNIFICATION to 4.
21515 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21516
21517 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21518
21519 * speedbar.el (speedbar-update-flag): Doc fix.
21520 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21521 argument.
21522
21523 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21524
21525 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21526 have a non-nil `invisible' property but are actually visible.
21527
21528 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21529 for perldoc sections.
21530 (perl-outline-regexp, perl-outline-level): New var and function.
21531 (perl-mode): Use them.
21532
21533 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21534
21535 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21536 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21537
21538 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21539
21540 * cus-edit.el: Comment change.
21541 (custom-buffer-create-internal): Slightly reword text at top of
21542 Custom buffers. Mention there that saving an option edits the
21543 init file. Add link to Emacs manual node on `custom-file'.
21544 (custom-magic-alist): Rewrite individual State messages to use
21545 capitalized keywords. Doc fix.
21546
21547 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21548
21549 * calendar/calendar.el (calendar-buffer): Move above
21550 calendar-week-start-day.
21551 (calendar-week-start-day): Doc fix. Add :set function.
21552 (calendar-minimum-window-height): New variable.
21553 (generate-calendar-window): Only resize window if selected-window
21554 is displaying the calendar buffer. Use new variable
21555 calendar-minimum-window-height.
21556 (generate-calendar): Reword error message.
21557 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21558
21559 2005-02-27 Andreas Schwab <schwab@suse.de>
21560
21561 * vc.el (vc-do-command): Don't run command asynchronously when
21562 operating in a remote directory.
21563
21564 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21565 change from sync with Tramp 2.0.47.
21566
21567 2005-02-27 Richard M. Stallman <rms@gnu.org>
21568
21569 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21570
21571 * textmodes/flyspell.el (flyspell-mode-on):
21572 Call ispell-change-dictionary only if necessary.
21573
21574 * emacs-lisp/re-builder.el (regexp-builder): New function.
21575
21576 * register.el (describe-register-1): Explicitly handle
21577 yank-excluded-properties = t.
21578
21579 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21580 (custom-magic-alist): Change the status descriptions again.
21581 (face widget-type): Total rewrite based on `restricted-sexp'
21582 to eliminate the confusing double hiding levels.
21583
21584 * emacs-lisp/debug.el (debug-on-entry-1):
21585 If function body is empty, add nil as body form.
21586
21587 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21588
21589 * emacs-lisp/trace.el (inhibit-trace): New var.
21590 (trace-make-advice): Use it.
21591
21592 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21593
21594 2005-02-26 Kim F. Storm <storm@cua.dk>
21595
21596 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21597 (mouse-on-link-p, mouse-drag-region-1): Use it.
21598
21599 2005-02-25 Lute Kamstra <lute@gnu.org>
21600
21601 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21602
21603 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21604
21605 * frame.el (blink-cursor-mode): Add :group keyword.
21606
21607 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21608
21609 * calendar/icalendar.el (icalendar--decode-isodatetime):
21610 New optional argument DAY-SHIFT.
21611 (icalendar-export-region): Fix coding-system-for-write.
21612 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21613 events by one.
21614
21615 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21616
21617 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21618
21619 2005-02-24 Kim F. Storm <storm@cua.dk>
21620
21621 * international/iso-acc.el (iso-accents-compose): Fix crash
21622 during redisplay. Call force-window-update after read-event
21623 and delete-region to signal that window is not accurate.
21624
21625 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21626
21627 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21628 Remove unused and inexistent var `inhibit-trace'.
21629 (debugger-mode): Use run-mode-hooks.
21630 (debugger-list-functions): Add buttons; setup xref stack.
21631
21632 2005-02-23 Richard M. Stallman <rms@gnu.org>
21633
21634 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21635 appointment says it was explicitly made.
21636 (appt-add): Set the 3rd element.
21637 (appt-make-list): Preserve explicit appointments.
21638
21639 * subr.el (find-tag-default): Catch errors in forward-sexp.
21640
21641 2005-02-23 Juri Linkov <juri@jurta.org>
21642
21643 * info.el (Info-isearch-search): New defcustom.
21644 (Info-isearch-search): Call the default isearch function
21645 when Info-isearch-search is nil.
21646 (Info-isearch-wrap): Use variable Info-isearch-search.
21647
21648 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21649
21650 * cus-edit.el: Comment change.
21651
21652 2005-02-22 Kim F. Storm <storm@cua.dk>
21653
21654 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21655 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21656
21657 2005-02-22 Simon Josefsson <jas@extundo.com>
21658
21659 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21660 New variable.
21661 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21662 Oskarsson" <myrkraverk@users.sourceforget.net>.
21663
21664 2005-02-22 Kim F. Storm <storm@cua.dk>
21665
21666 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21667 check that window of that event is the selected window.
21668 (mouse-drag-region-1): Compare mouse event window to selected
21669 window before setting point.
21670
21671 * tooltip.el (tooltip-show-help-function): Pass event to
21672 mouse-on-link-p so it can check selected window.
21673
21674 2005-02-22 Kenichi Handa <handa@m17n.org>
21675
21676 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21677 (ps-mule-show-warning): New function.
21678 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21679 characters are found.
21680
21681 * ps-print.el (ps-header-footer-string): Return a list of header
21682 and footer strings.
21683
21684 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21685
21686 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21687
21688 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21689
21690 * frame.el (blink-cursor-mode): Use define-minor-mode.
21691
21692 * term/mac-win.el (function-key-map): Use char-names more consistently.
21693 (file-name-coding-system): Only set it for MacOS-9. The other case is
21694 already handled in mule-cmds.el (where it also works when mac-win.el
21695 is not used).
21696
21697 2005-02-21 Kenichi Handa <handa@m17n.org>
21698
21699 * international/mule.el (ctext-pre-write-conversion): Always use
21700 " *code-converting-work*" buffer for work.
21701
21702 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21703
21704 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21705
21706 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21707
21708 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21709
21710 * ses.el (undo-more): Restore defadvice, but only the part that
21711 allows changes outside the restricted area of the buffer.
21712
21713 2005-02-20 Kim F. Storm <storm@cua.dk>
21714
21715 * simple.el (line-move): Add fourth optional arg try-vscroll which
21716 must be set to perform auto-window-vscroll.
21717 When moving backwards and doing auto-window-vscroll, automatically
21718 vscroll to the last part of lines which are taller than the window.
21719 (next-line, previous-line): Set try-vscroll arg on line-move.
21720
21721 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21722
21723 * replace.el (query-replace, query-replace-regexp)
21724 (replace-string, replace-regexp): When operating on region, make
21725 the minibuffer prompt say so.
21726
21727 * isearch.el (isearch-forward): Document isearch-query-replace and
21728 isearch-query-replace-regexp keybindings.
21729
21730 2005-02-19 Jay Belanger <belanger@truman.edu>
21731
21732 * calc/calc-aent.el (math-read-token): Add local variable.
21733
21734 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21735 (calc-edit-top): Move declaration to earlier in file.
21736 (calc-edit-macro-repeats): Add local variables.
21737
21738 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21739 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21740 calcFunc-tanh.
21741 Adjust integration rule for calcFunc-tan.
21742
21743 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21744
21745 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21746 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21747 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21748 (viper-skip-separators): Bug fix.
21749 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21750 particular major mode.
21751 (viper-del-backward-char-in-replace): Don't put deleted char on the
21752 kill ring.
21753
21754 * viper-ex.el (viper-color-display-p): New function.
21755 (viper-has-face-support-p): Use viper-color-display-p.
21756
21757 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21758
21759 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21760
21761 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21762 (viper-file-remote-p): Make equivalent to file-remote-p.
21763
21764 * viper.el (viper-major-mode-modifier-list):
21765 Use viper-gnus-modifier-map.
21766
21767 2005-02-19 David Kastrup <dak@gnu.org>
21768
21769 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21770 quoting.
21771
21772 2005-02-19 Jay Belanger <belanger@truman.edu>
21773
21774 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21775 Remove extra definitions.
21776 (calc-coth): New function.
21777 (calcFunc-cot): Fix `let'.
21778
21779 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21780
21781 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21782 the reasons we use "type pc" in these faces.
21783
21784 * button.el (button): Ditto.
21785
21786 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21787
21788 * replace.el (query-replace-read-from): Set the value of
21789 query-replace-from-history-variable to handle the case of an empty
21790 string entered to accept the suggested default.
21791
21792 * net/tramp.el (tramp-file-name-for-operation):
21793 Use dired-call-process instead of dired-call-process-command.
21794
21795 2005-02-19 Jay Belanger <belanger@truman.edu>
21796
21797 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21798 (math-div-non-trig): New variables.
21799 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21800 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21801 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21802 trig expressions.
21803
21804 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21805
21806 * progmodes/gdb-ui.el (gdb-var-update-handler)
21807 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21808 for watch expressions,
21809 (gdb-var-create-handler): Don't set speedbar-update-flag.
21810 (gdb-post-prompt): Simplify test for speedbar.
21811
21812 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21813
21814 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21815 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21816 we use the syntax table of the correct buffer.
21817 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21818 Felix Gatzemeier.
21819
21820 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21821 (ediff-file-remote-p): Make synonymous with file-remote-p.
21822 In all deffaces ediff-*-face-*, use min-colors.
21823
21824 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21825 ediff-recurse-to-subdirectories.
21826 (ediff-mark-if-equal): Check that the arguments are strings, use
21827 ediff-same-contents (after to Felix Gatzemeier).
21828
21829 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21830 nil.
21831
21832 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21835
21836 2005-02-18 David Kastrup <dak@gnu.org>
21837
21838 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21839 use `mark-active' when defined.
21840
21841 2005-02-18 Kenichi Handa <handa@m17n.org>
21842
21843 * ps-print.el (ps-font-info-database): New entry
21844 ZapfChancery-MediumItalic with correct font name. Fix font name
21845 of the entry Zapf-Chancery-MediumItalic.
21846
21847 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21848
21849 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21850
21851 2005-02-16 Kim F. Storm <storm@cua.dk>
21852
21853 * ido.el (ido-fallback-command): Pass user input to fallback command.
21854
21855 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21856
21857 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21858 (gdb-find-file-hook): Add server prefix.
21859
21860 2005-02-16 Richard M. Stallman <rms@gnu.org>
21861
21862 * replace.el (perform-replace): Pass new args to replace-highlight.
21863 (replace-highlight): Take region args,
21864 and pass them to isearch-lazy-highlight-new-loop.
21865
21866 * novice.el (disabled-command-hook): Autoload the defalias
21867 and the make-obsolete-variable call.
21868
21869 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21870
21871 * isearch.el (isearch-lazy-highlight-start-limit)
21872 (isearch-lazy-highlight-end-limit): New variables limit
21873 the region for highlighting.
21874 (isearch-lazy-highlight-new-loop): New args BEG and END.
21875 (isearch-lazy-highlight-search): Use the new vars.
21876 (isearch-lazy-highlight-update): Likewise.
21877
21878 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21879
21880 * cus-start.el (all): Use default-boundp.
21881
21882 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21883
21884 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21885
21886 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21887
21888 * autorevert.el (auto-revert-stop-on-user-input)
21889 (auto-revert-verbose): Doc fixes.
21890
21891 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21892
21893 * international/mule-cmds.el (set-locale-environment): Remove call
21894 to set-selection-coding-system on Windows.
21895
21896 2005-02-15 Jay Belanger <belanger@truman.edu>
21897
21898 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21899 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21900 calcFunc-coth.
21901 (math-simplify-sqrt): Add simplifications.
21902
21903 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21904 to list.
21905
21906 * calc/calc-ext.el: Add functions to autoloads.
21907
21908 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21909 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21910 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21911 (math-csc-raw, math-cot-raw): New functions.
21912
21913 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21914
21915 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21916 the variable name in a message.
21917
21918 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21919 calcFunc-csc, calcFunc-cot.
21920
21921 * calc/calcalg2.el: Add derivative and integration rules for
21922 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21923 calcFunc-csch, calcFunc-coth.
21924 (math-do-integral-methods): Add to checks for when to use
21925 substitutions.
21926
21927 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21928
21929 2005-02-15 Lute Kamstra <lute@gnu.org>
21930
21931 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21932 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21933 <monnier@iro.umontreal.ca>
21934 (lisp-outline-level): Improve efficiency. Suggested by David
21935 Kastrup <dak@gnu.org>.
21936
21937 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21938
21939 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21940 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21941 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21942 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21943 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21944
21945 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21946
21947 * cus-start.el (all): Comment change.
21948
21949 2005-02-14 Lute Kamstra <lute@gnu.org>
21950
21951 * cus-start.el (all): Check if symbol is void.
21952
21953 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21954
21955 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21956 optional argument to \cite.
21957
21958 2005-02-14 Richard M. Stallman <rms@gnu.org>
21959
21960 * cus-edit.el (custom-buffer-create-internal): Update help message.
21961 (custom-magic-alist): Update help messages.
21962
21963 * cus-start.el (all): Allow a var to specify a standard value.
21964
21965 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21966
21967 * custom.el (custom-theme-set-variables): Handle variable aliases.
21968
21969 * frame.el (blink-cursor-timer): Doc fix.
21970 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21971 declare obsolete.
21972 (blink-cursor-mode): Define with defcustom and use correct
21973 standard expression in that defcustom.
21974 * startup.el (command-line): Adapt to above changes in frame.el.
21975
21976 2005-02-11 Lute Kamstra <lute@gnu.org>
21977
21978 * apropos.el (apropos-score-doc): Prevent division by zero.
21979
21980 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21981
21982 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21983 (icalendar--get-event-property-attributes)
21984 (icalendar--get-event-properties)
21985 (icalendar--datetime-to-diary-date): New functions.
21986 (icalendar--split-value): Doc fix.
21987 (icalendar--datetime-to-noneuropean-date)
21988 (icalendar--datetime-to-european-date): New optional argument
21989 SEPARATOR. Return result as a string instead of a list.
21990 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21991 (icalendar--convert-string-for-export): Rename arg S to STRING.
21992 (icalendar-export-region): Doc fix. Change name of error buffer.
21993 Save output buffer.
21994 (icalendar-import-file): Add blank at end of prompt.
21995 (icalendar-import-buffer): Doc fix. Do not switch to error
21996 buffer. Indicate status in return value.
21997 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21998 buffer. Save output buffer. Handle exception from recurrence
21999 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22000 events. Fix problems with weekly all-day events.
22001
22002 2005-02-10 Richard M. Stallman <rms@gnu.org>
22003
22004 * simple.el (eval-expression-print-format):
22005 Avoid warning about edebug-active.
22006
22007 * help.el (help-for-help-internal): Rename from help-for-help.
22008 (help-for-help): Define with defalias.
22009
22010 * font-core.el (font-lock-default-function): Use with-no-warnings.
22011
22012 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22013
22014 * custom.el (defface): Doc fix.
22015
22016 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22017
22018 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22019 width 0" to prevent word wrapping problems.
22020
22021 2005-02-09 Kim F. Storm <storm@cua.dk>
22022
22023 * ido.el (ido-file-extensions-order): New defcustom.
22024 (ido-file-extension-lessp, ido-file-extension-aux)
22025 (ido-file-extension-order): New advanced file ordering.
22026 (ido-file-lessp): New simple file ordering.
22027 (ido-sort-list): Remove.
22028 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22029 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22030
22031 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22032
22033 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22034 that some versions of grep produce.
22035 (grep-mode-font-lock-keywords): Likewise.
22036
22037 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22038
22039 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22040 (gdb-cdir): Delete.
22041 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22042 (gdb-source-info): Treat case when source file is in another
22043 directory properly.
22044 (gdb-get-location): New function.
22045
22046 2005-02-07 Jay Belanger <belanger@truman.edu>
22047
22048 * calc/calc-prog.el (calc-write-parse-table-part)
22049 (calc-fix-token-name): Fix a check for language type.
22050
22051 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22052
22053 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22054
22055 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22056 as directory not writable.
22057
22058 2005-02-07 Kim F. Storm <storm@cua.dk>
22059
22060 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22061 (cua--standard-movement-commands): Remove list.
22062 Instead, set CUA property value to move for movement commands.
22063 (cua-movement-commands): Remove. Users must set CUA prop instead.
22064 (cua--pre-command-handler): Check CUA property.
22065 (cua--init-keymaps): Don't remap undo commands.
22066 (cua-mode): Don't call cua--rectangle-on-off.
22067
22068 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22069 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22070 (cua--rect-undo-set-point): New var.
22071 (cua--rectangle-undo-boundary): Setup undo apply entry.
22072 (cua--rect-undo-handler): New function for rectangle undo.
22073 (cua--rect-start-position, cua--rect-end-position): Add.
22074 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22075 for restored rectangle. Set point if cua--rect-undo-set-point.
22076
22077 2005-02-06 Jay Belanger <belanger@truman.edu>
22078
22079 * calc/calc-lang.el (calc-tex-language): Display more information
22080 in messages.
22081
22082 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22083 in TeX mode.
22084
22085 2005-02-06 Richard M. Stallman <rms@gnu.org>
22086
22087 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22088
22089 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22090
22091 * net/ldap.el (ldap-search-internal): Support attributes with
22092 optional descriptions separated by a semi-colon, as in
22093 "userCertificate;binary".
22094
22095 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22096
22097 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22098 isn't a cons (i.e. the version is 0).
22099
22100 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22101
22102 * help.el (help-for-help): Doc fix.
22103
22104 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22105
22106 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22107 GDB-Windows on the menu-bar as this works better.
22108
22109 2005-02-04 Jay Belanger <belanger@truman.edu>
22110
22111 * calc/calc-embed.el (calc-embedded-update): Don't put in
22112 unnecessary newlines. Adjust the end of formula marker.
22113
22114 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22115 (math-latex-parse-two-args): New function.
22116
22117 2005-02-03 Lute Kamstra <lute@gnu.org>
22118
22119 * help-fns.el (help-with-tutorial): Make sure that users cannot
22120 remove the entire text of the tutorial by means of `undo'.
22121
22122 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22123
22124 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22125 in recent changes, where the ispell process was repeatedly
22126 killed & restarted.
22127
22128 * international/mule-cmds.el (set-locale-environment): Set file-name
22129 coding system to utf-8 on Darwin systems.
22130 (set-default-coding-systems): Don't set default-file-name-coding-system
22131 on Darwin systems.
22132
22133 2005-02-03 Richard M. Stallman <rms@gnu.org>
22134
22135 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22136
22137 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22138
22139 * faces.el (list-faces-display): Add optional argument.
22140
22141 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22142
22143 * font-core.el (font-lock-default-function): Handle the rare case where
22144 only font-lock-keywords is set.
22145
22146 2005-02-02 Kenichi Handa <handa@m17n.org>
22147
22148 * international/characters.el: Cancel previous change for
22149 I-WITH-DOT-ABOVE and DOTLESS-i.
22150
22151 * international/latin-5.el: Cancel previous change.
22152
22153 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22154
22155 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22156
22157 2005-02-02 Kenichi Handa <handa@m17n.org>
22158
22159 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22160 DOTLESS-i.
22161
22162 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22163 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22164
22165 * case-table.el (get-upcase-table): New function.
22166 (copy-case-table): Copy upcaes table too if non-nil.
22167 (set-case-syntax-delims): Maintain upcase table too.
22168 (set-case-syntax-pair): Likewise.
22169 (set-upcase-syntax, set-downcase-syntax): New functions.
22170 (set-case-syntax): Maintain upcase table too.
22171
22172 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22173
22174 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22175
22176 * progmodes/gud.el (gud-goto-info): New function.
22177 (gud-tool-bar-map): Use correct icon.
22178
22179 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22180
22181 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22182 When delegating, order args in the funcall correctly.
22183
22184 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22185
22186 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22187
22188 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22189
22190 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22191 buffer not visiting a file.
22192
22193 2005-01-31 Jay Belanger <belanger@truman.edu>
22194
22195 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22196 bound on the line with the formula.
22197
22198 2005-01-31 Kim F. Storm <storm@cua.dk>
22199
22200 * ses.el (ses-create-cell-variable-range)
22201 (ses-destroy-cell-variable-range, ses-reset-header-string)
22202 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22203 (ses-insert-row): Fix format of apply undo entries.
22204
22205 2005-01-31 Jay Belanger <belanger@truman.edu>
22206
22207 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22208 parts.
22209
22210 * calc/calc-embed.el (calc-embedded-open-formula)
22211 (calc-embedded-close-formula): Ignore matrix environments.
22212
22213 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22214 TeX mode.
22215
22216 * calc/calc-lang.el (math-function-table, math-oper-table)
22217 (math-variable-table): Adjust the LaTeX portions.
22218
22219 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22220 (math-latex-ignore-words): New constant.
22221
22222 2005-01-31 Richard M. Stallman <rms@gnu.org>
22223
22224 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22225 (ispell-local-dictionary): Doc fix.
22226 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22227 Don't reinitialize at run time. Don't defcustom.
22228 All uses changed to append ispell-local-dictionary-alist,
22229 or check it first.
22230 (ispell-current-dictionary): New variable for dictionary in use.
22231 (ispell-dictionary): Now used only for global default.
22232 (ispell-start-process): Set ispell-current-dictionary,
22233 not ispell-dictionary.
22234 (ispell-change-dictionary): Use this only for setting
22235 user preferences.
22236 (ispell-internal-change-dictionary): New function
22237 to change the current dictionary in use.
22238 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22239 Use ispell-current-dictionary.
22240 Handle ispell-local-dictionary-overridden.
22241 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22242
22243 2005-01-31 Jay Belanger <belanger@truman.edu>
22244
22245 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22246
22247 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22248 (calc-mode-map): Add calc-latex-language.
22249
22250 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22251 (math-latex-print-frac): New functions.
22252 (math-oper-table, math-function-table, math-variable-table)
22253 (math-complex-format, math-input-filter): Add latex properties.
22254 (calc-set-language): Set math-expr-special-function-mapping.
22255
22256 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22257 (calc-write-parse-table-part): Add LaTeX support.
22258
22259 * calc/calc.el (calc-language): Adjust docstring.
22260 (calc-set-mode-line): Add LaTeX support.
22261 (math-expr-special-function-mapping): New variable.
22262 (math-tex-ignore-words): Add to list.
22263
22264 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22265 Add LaTeX support.
22266 (math-compose-expr): Add support for special functions.
22267
22268 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22269
22270 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22271
22272 * progmodes/gdb-ui.el (gdb-memory-address)
22273 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22274 (gdb-memory-mode-map, gdb-memory-format-keymap)
22275 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22276 (gdb-memory-unit-menu): New variables for a buffer
22277 that lets the user examine program memory.
22278 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22279 (gdb-memory-format-binary, gdb-memory-format-octal)
22280 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22281 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22282 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22283 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22284 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22285 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22286 (gdb-memory-mode, gdb-memory-buffer-name)
22287 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22288 New functions for above buffer.
22289
22290 2005-01-30 Richard M. Stallman <rms@gnu.org>
22291
22292 * cus-edit.el (custom-bury-buffer): Function deleted.
22293 (custom-buffer-done-function): Option deleted.
22294 (custom-buffer-done-kill): New replacement option.
22295 (Custom-buffer-done): Call quit-window.
22296 (custom-buffer-create-internal): Update for above changes.
22297
22298 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22299
22300 * simple.el (undo-ask-before-discard): New var.
22301 (undo-outer-limit-truncate): Implement it.
22302 (undo-extra-outer-limit): Doc update.
22303
22304 2005-01-29 Richard M. Stallman <rms@gnu.org>
22305
22306 * ses.el (undo-more): Delete defadvice.
22307 (ses-begin-change): Doc fix.
22308
22309 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22310 instead of rebinding C-x u and C-_.
22311
22312 * files.el (normal-backup-enable-predicate): Return nil for files
22313 in /tmp, regardless of temporary-file-directory.
22314
22315 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22316
22317 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22318 (open-rectangle, delete-whitespace-rectangle-line)
22319 (clear-rectangle-line): If FILL, pass t instead of FILL
22320 for move-to-column's 2nd arg.
22321
22322 * simple.el (undo): Fix the test for continuing a series of undos.
22323 (undo-more): Set pending-undo-list to t when we reach end.
22324 (pending-undo-list): Move up defvar.
22325
22326 * wid-edit.el (widget-button-click):
22327 Shorten the range of the track-mouse binding.
22328
22329 * comint.el (comint-insert-input): Undo previous changes;
22330 use last-input-event in interactive spec.
22331
22332 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22333
22334 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22335 to nil before invoking call-process. Reset buffer's modified flag
22336 after fontifying it in the no-async branch.
22337
22338 * wid-edit.el (widget-specify-button): If mouse pointer shape
22339 cannot be changed, use mouse face instead.
22340
22341 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22342
22343 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22344 (gdb-goto-breakpoint): Make breakpoint handling work on template
22345 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22346 (gdb-assembler-custom): Update to recognize breakpoint information
22347 added on 2005-01-19.
22348
22349 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22352 (dsssl-mode): Use define-derived-mode.
22353 (scheme-mode-initialize): Remove.
22354 (scheme-mode): Use run-mode-hooks.
22355
22356 * cus-edit.el (customize-group-other-window)
22357 (custom-buffer-create-other-window): Don't override special-display-*.
22358 (custom-mode-map): Make it dense.
22359
22360 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22361 sets the default value.
22362
22363 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22364
22365 * descr-text.el: Add more keywords.
22366
22367 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22368
22369 * speedbar.el: Avoid unnecessary use of locate-library.
22370
22371 * international/mule-cmds.el (standard-display-european-internal):
22372 Don't fiddle with latin-1 non-break space any more since it's now
22373 special cased in the C code.
22374 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22375
22376 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22377
22378 * cus-start.el (all): Add `undo-outer-limit'.
22379
22380 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22381
22382 * textmodes/bibtex.el (bibtex-format-entry):
22383 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22384 field lines.
22385 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22386 not on part of a buffer.
22387
22388 2005-01-25 Lute Kamstra <lute@gnu.org>
22389
22390 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22391 nonempty field text strings like "{letters\\macro{}more letters}".
22392 Clarify docstring.
22393 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22394 (bibtex-entry-offset, bibtex-parse-association)
22395 (bibtex-parse-field-name): Fix typos in docstrings.
22396 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22397
22398 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22399
22400 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22401 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22402 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22403 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22404
22405 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22406 isearch minor mode.
22407
22408 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22409
22410 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22411
22412 2005-01-24 Lute Kamstra <lute@gnu.org>
22413
22414 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22415 CASECHARS and NOT-CASECHARS regular expressions of the
22416 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22417 striding over charsets" error.
22418
22419 2005-01-24 Jay Belanger <belanger@truman.edu>
22420
22421 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22422 display variable name.
22423
22424 2005-01-24 Kenichi Handa <handa@m17n.org>
22425
22426 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22427 Fix setting of the element of encoded-kbd-iso2022-invocations.
22428
22429 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22430
22431 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22432 (gdb-threads-select): Change to also accept mouse events.
22433 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22434 (gdb-threads-mouse-select): Delete.
22435
22436 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22437
22438 * files.el (insert-directory): Take care of empty directory,
22439 listed without -a switch.
22440
22441 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22442
22443 * textmodes/refill.el (refill-post-command-function):
22444 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22445 to the list of functions that we should be careful not to undo.
22446 (refill-late-fill-paragraph-function): Remove.
22447 (refill-saved-state): New var.
22448 (refill-mode): Use it to save fill-paragraph-function.
22449 Save also the value of auto-fill-function.
22450
22451 * term/w32-win.el: Simplify code.
22452
22453 2005-01-23 Kim F. Storm <storm@cua.dk>
22454
22455 * simple.el (line-move): Adapt to new return value from
22456 pos-visible-in-window-p.
22457
22458 * simple.el (line-move): Fix last change. Check partial
22459 visibility at point rather than at window-start.
22460
22461 2005-01-22 Jason Rumney <jasonr@gnu.org>
22462
22463 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22464
22465 2005-01-22 David Kastrup <dak@gnu.org>
22466
22467 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22468
22469 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22470
22471 * type-break.el (type-break-mode): Add a test for
22472 type-break-file-name being non-nil.
22473
22474 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22475
22476 * net/eudc.el (top level): Call (message "") via progn, so that
22477 eudc-options-file is loaded.
22478
22479 2005-01-22 Kim F. Storm <storm@cua.dk>
22480
22481 * simple.el (line-move-1): Rename from line-move.
22482 (line-move): New function that adjusts vscroll for partially
22483 visible rows, and calls line-move-1 otherwise.
22484
22485 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22486
22487 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22488 since it's not a complete read-event implementation
22489
22490 2005-01-20 Jay Belanger <belanger@truman.edu>
22491
22492 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22493 for called function.
22494
22495 2005-01-20 Steven Tamm <steventamm@mac.com>
22496
22497 * term/mac-win.el (process-connection-type): Remove.
22498 Controlled now by s/darwin.h:PTY_ITERATION.
22499
22500 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22501
22502 * window.el (handle-select-window): Don't switch window when we're
22503 in the minibuffer.
22504
22505 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22506
22507 * subr.el (dotimes-with-progress-reporter): New macro.
22508
22509 * ses.el (ses-dotimes-msg): Remove macro.
22510 Use `dotimes-with-progress-reporter' instead.
22511
22512 2005-01-19 Steven Tamm <steventamm@mac.com>
22513
22514 * term/mac-win.el (process-connection-type): Use new
22515 operating-system-release variable to use ptys on Darwin 7 (OS X
22516 10.3) when using carbon build.
22517
22518 2005-01-19 Jay Belanger <belanger@truman.edu>
22519
22520 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22521 flags if the last command was a tab or M-tab.
22522
22523 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22524 in formula editing buffer.
22525
22526 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22527
22528 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22529 breakpoint image symbol in margin.
22530
22531 2005-01-19 Jay Belanger <belanger@truman.edu>
22532
22533 * calc/calc-prog.el (calc-execute-kbd-macro):
22534 Ignore calc-keep-arg-flag.
22535
22536 2005-01-19 Kenichi Handa <handa@m17n.org>
22537
22538 * textmodes/ispell.el (ispell-looking-at): New function.
22539 (ispell-process-line): Use ispell-looking-at to compare the ispell
22540 output and the buffer contents.
22541
22542 2005-01-18 Jay Belanger <belanger@truman.edu>
22543
22544 * calc/calc.el (calc-display-raw): Fix docstring.
22545
22546 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22547
22548 * simple.el (blink-matching-open): Strip extra info from syntax.
22549
22550 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22551 funny chars in the end-of-here-doc marker.
22552
22553 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22554
22555 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22556 that enable/disabled state of breakpoints is shown correctly in
22557 fringe and on ttys.
22558 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22559 Add breakpoint information as text properties.
22560 (gdb-mouse-toggle-breakpoint):
22561 Rename to gdb-mouse-set-clear-breakpoint.
22562 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22563 breakpoints in the margin.
22564 (gdb-remove-strings): Simplify.
22565
22566 2005-01-17 Jay Belanger <belanger@truman.edu>
22567
22568 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22569 erasing buffer.
22570
22571 2005-01-17 Richard M. Stallman <rms@gnu.org>
22572
22573 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22574 for calling grep-compute-defaults.
22575
22576 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22577 if buffer is empty.
22578
22579 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22580
22581 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22582
22583 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22584
22585 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22586 non-preloaded variables.
22587
22588 2005-01-17 Steven Tamm <steventamm@mac.com>
22589
22590 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22591 tex-shell cause to force interactivity when using pipes.
22592
22593 2005-01-17 Kim F. Storm <storm@cua.dk>
22594
22595 * simple.el (just-one-space): Make arg optional.
22596
22597 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22598
22599 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22600 posn-at-x-y to t to access left-margin.
22601
22602 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22603
22604 Sync with Tramp 2.0.47.
22605
22606 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22607 catching keep-date problems in cp/scp operations.
22608 (tramp-handle-copy-file): Don't call `set-file-modes'
22609 unconditionally. Specialized functions should know better what is
22610 necessary. This improves performance a little bit, and the
22611 functions could catch errors with `cp -p' and `scp -p'.
22612 (tramp-do-copy-or-rename-file-via-buffer)
22613 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22614 when appropriate.
22615 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22616 Call `set-file-modes' when appropriate.
22617 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22618 Johnsson <isak@hypergene.com>
22619 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22620 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22621 <joakim@verona.se>
22622 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22623 Emacs only.
22624
22625 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22626 `find-file-hooks' and `dired-mode-hook'.
22627 (tramp-minor-mode-map): Respective map. Add remapping for
22628 `compile' and `recompile'.
22629 (tramp-remap-command, tramp-recompile): New defuns.
22630 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22631 in buffer "*Compilation*". Call the commands asynchronously.
22632
22633 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22634 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22635 `shell-command', because it isn't magic in XEmacs. Reported by
22636 Adrian Aichner <adrian@xemacs.org>.
22637
22638 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22639 `substitute-in-file-name.
22640 (tramp-smb-handle-substitute-in-file-name): New defun.
22641 (tramp-smb-advice-PC-do-completion): Delete advice.
22642
22643 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22644
22645 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22646 Fix error in deleting region.
22647
22648 2005-01-15 Richard M. Stallman <rms@gnu.org>
22649
22650 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22651 In non-temp buffer, switch syntax table temporarily.
22652
22653 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22654
22655 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22656
22657 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22658
22659 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22660 (imenu--generic-function): Use START, not BEG, as pos of definition.
22661
22662 * simple.el (just-one-space): Argument specifies number of spaces.
22663
22664 * simple.el (eval-expression-print-format): Avoid warning
22665 about edebug-active.
22666
22667 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22668
22669 * progmodes/sh-script.el: Code copied from make-mode.el
22670 with small changes,
22671 (sh-mode-map): Bind C-c C-\.
22672 (sh-backslash-column, sh-backslash-align): New variables.
22673 (sh-backslash-region, sh-append-backslash): New functions.
22674
22675 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22676
22677 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22678 (rmail-pop-password, rmail-pop-password-required): Move to
22679 rmail-obsolete group.
22680 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22681 All callers updated.
22682 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22683 Take an argument specifying whether it is POP or IMAP mailbox we
22684 are using. All callers updated.
22685 (rmail-pop-password-error): Rename to
22686 rmail-remote-password-error. Added mailutils-specific error message.
22687 (rmail-movemail-search-path)
22688 (rmail-movemail-variant-in-use): New variables.
22689 (rmail-remote-password, rmail-remote-password-required):
22690 New customization variables.
22691 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22692 (rmail-parse-url): New function.
22693 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22694 with GNU mailutils movemail.
22695
22696 2005-01-15 Kevin Ryde <user42@zip.com.au>
22697
22698 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22699 suffix to space, $ or '$, to correctly position point when going
22700 to @table style constants like DBL_MAX.
22701
22702 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22703
22704 * type-break.el (type-break-mode, type-break-file-time)
22705 (type-break-file-keystroke-count, type-break-choose-file):
22706 Don't store data in or load data from the file if type-break-file-name
22707 is nil.
22708 (type-break-file-name): Doc update as per the above.
22709
22710 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22711
22712 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22713 lookup-key might return nil; handle that.
22714
22715 2005-01-15 Alan Mackenzie <acm@muc.de>
22716
22717 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22718 rather than the element found, thus enabling the tree to be setcar'd.
22719
22720 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22721
22722 * textmodes/org.el (org-show-following-heading): New option.
22723 (org-show-hierarchy-above): Use `org-show-following-heading'.
22724 (org-cycle): Documentation fix.
22725
22726 * textmodes/org.el (orgtbl-optimized): New option
22727 (orgtbl-mode): New command, a minor mode.
22728 (orgtbl-mode-map): New variable.
22729 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22730 (orgtbl-error, orgtbl-self-insert-command)
22731 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22732
22733 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22734 a local variable in each org-mode buffer.
22735
22736 * textmodes/org.el (org-set-regexps-and-options): Rename from
22737 `org-set-regexps'. Added checking for STARTUP keyword.
22738 (org-get-current-options): Add STARTUP options.
22739 (org-table-insert-row): Make mode intelligent about when
22740 realignment is needed.
22741 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22742 New commands.
22743 (org-enable-table-editor): New default value `optimized'.
22744 (org-table-blank-field): Support blanking regions if active.
22745
22746 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22747
22748 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22749 if the year is not given.
22750
22751 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22752 Add new escapes %m and %M, fixed bug with %F by adding
22753 save-match-data.
22754 (reftex-reference): Remove ?. from list of spaces.
22755 (reftex-label-info): Add automatic label prefix recognition.
22756
22757 * textmodes/reftex-index.el (reftex-index-next-phrase):
22758 Add slave parameter to call of `reftex-index-this-phrase'.
22759 (reftex-index-this-phrase): New optional argument.
22760 (reftex-index-region-phrases): Add slave parameter to call of
22761 `reftex-index-this-phrase'.
22762 (reftex-display-index): New argument redo.
22763 (reftex-index-rescan): Add `redo' to arguments of
22764 `reftex-display-index'.
22765 (reftex-index-Rescan, reftex-index-revert)
22766 (reftex-index-switch-index-tag): Add `redo' to arguments of
22767 `reftex-display-index'.
22768 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22769 indexing. Fix bug with matching is there is a quote before or
22770 after the word.
22771
22772 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22773 Fix bug when collecting citation keys in lines with comments.
22774 (reftex-citation): Prefix argument no longer rescans the document,
22775 but forces prompting for optional arguments of cite macros.
22776 (reftex-do-citation): Prompting for optional arguments implemented.
22777
22778 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22779 Add optional arguments to most cite commands.
22780 (reftex-cite-cleanup-optional-args): New option
22781 (reftex-cite-prompt-optional-args): New option.
22782 (reftex-trust-label-prefix): New option.
22783
22784 * textmodes/reftex-toc.el (reftex-toc-find-section):
22785 Add push-mark before changing the position in the buffer.
22786
22787 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22788 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22789
22790 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22791
22792 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22793 more carefully.
22794
22795 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22796
22797 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22798 (sgml-mode): Use it.
22799 (sgml-get-context): Better keep track of implicitly closed tags.
22800
22801 2005-01-13 Kenichi Handa <handa@m17n.org>
22802
22803 * textmodes/ispell.el: These changes are to fix misalignment error
22804 caused by equivalent characters of different Emacs charsets.
22805 (ispell-unified-chars-table): New variable.
22806 (ispell-get-decoded-string): New function.
22807 (ispell-get-casechars, ispell-get-not-casechars)
22808 (ispell-get-otherchars): Call ispell-get-decoded-string.
22809
22810 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22811
22812 * custom.el (custom-declare-variable): Just put symbol instead
22813 of (defvar . symbol) in `current-load-list'.
22814
22815 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22816
22817 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22818
22819 2005-01-12 Jay Belanger <belanger@truman.edu>
22820
22821 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22822 to create a Calc summary.
22823
22824 2005-01-12 Kim F. Storm <storm@cua.dk>
22825
22826 * mouse.el (mouse-on-link-p): Change functionality and doc
22827 string to comply with latest description in lisp ref.
22828
22829 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22830
22831 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22832 Enable mouse clicks on mode-line, header-line and margin.
22833 (event-type): Give mouse event symbols an `event-kind' property
22834 with value `mouse-click'.
22835
22836 2005-01-12 Juri Linkov <juri@jurta.org>
22837
22838 * facemenu.el (list-colors-display): Add new arg buffer-name.
22839 Use it. Fix docstring. Replace code for identifying duplicate
22840 colors by the name with call to `list-colors-duplicates' which
22841 identifies duplicate colors by the value unless the color
22842 is one of special Windows colors. Set truncate-lines to t.
22843 Print sorted duplicate color names on each line. Indent to 22
22844 \(the longest color name in rgb.txt) instead of 20. Optimize.
22845 (list-colors-duplicates): New function.
22846 (facemenu-color-name-equal): Delete function.
22847
22848 * facemenu.el (list-colors-print): New function created from code
22849 in list-colors-display. Print #RRGGBB at the window right edge.
22850 (list-colors-display): When temp-buffer-show-function is not
22851 defined, call list-colors-print from temp-buffer-show-hook
22852 to get the right value of window-width in list-colors-print
22853 after the buffer is displayed.
22854
22855 * simple.el (pop-mark): Move deactivate-mark out of conditional
22856 part to deactivate the active mark regardless of the state of the
22857 mark ring.
22858
22859 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22860 variables line in desktop files.
22861
22862 2005-01-12 Juri Linkov <juri@jurta.org>
22863
22864 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22865 Bring together isearch highlight related options.
22866 (lazy-highlight): Replace group `replace' by `matching'.
22867 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22868 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22869 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22870 and declare them obsolete.
22871 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22872 (isearch-faces): Remove defgroup.
22873 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22874 Move isearch highlighting code closer to lazy highlighting code.
22875
22876 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22877 (query-replace-highlight, query-replace-lazy-highlight)
22878 (query-replace): Move definitions to the beginning of the file.
22879
22880 2005-01-11 Juri Linkov <juri@jurta.org>
22881
22882 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22883 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22884 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22885
22886 * info.el (Info-history-forward): New variable.
22887 (Info-select-node): Reset Info-history-forward to nil.
22888 (Info-last): Turn into defalias.
22889 (Info-history-back): Rename from Info-last.
22890 Add current node to Info-history-forward.
22891 (Info-history-forward): New fun.
22892 (Info-mode-map): Replace Info-last by Info-history-back.
22893 Bind Info-history-forward to "r".
22894 (Info-mode-menu): Replace Info-last by Info-history-back.
22895 Fix menu item text. Add menu item for Info-history-forward.
22896 (info-tool-bar-map): Replace Info-last by Info-history-back.
22897 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22898 for Info-history-forward.
22899 (Info-mode): Replace Info-last by Info-history-back in docstring.
22900 Add local variable Info-history-forward.
22901 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22902
22903 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22904
22905 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22906 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22907 Ignore select-window events rather than fiddle with
22908 mouse-autoselect-window.
22909
22910 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22911
22912 * type-break.el (type-break-mode): Fix previous change.
22913
22914 2005-01-10 Jay Belanger <belanger@truman.edu>
22915
22916 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22917 calculator; only reset when point is inside a calculator.
22918 Don't adjust the window height if the window takes up the whole height
22919 of the frame.
22920
22921 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22922
22923 * ebuff-menu.el (Electric-buffer-menu-mode):
22924 Preserve value of buffer-local var header-line-format.
22925
22926 2005-01-09 Jay Belanger <belanger@truman.edu>
22927
22928 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22929 Make sure settings file exists before accessing it.
22930
22931 * calc/calc-embed.el (calc-embedded-subst):
22932 Replace math-multi-subst-rec, which is only supposed to be called
22933 by math-multi-subst, by math-multi-subst.
22934
22935 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22936
22937 * vc.el (vc-allow-async-revert): New user option.
22938 (vc-disable-async-diff): New internal variable.
22939 (vc-revert-buffer): Use them to disable asynchronous diff.
22940
22941 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22942 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22943 asynchronously if vc-disable-async-diff is t.
22944
22945 2005-01-09 Jay Belanger <belanger@truman.edu>
22946
22947 * calc/calc.el (defcalcmodevar): New macro.
22948 (calc-mode-var-list-restore-default-values)
22949 (calc-mode-var-list-restore-saved-values): New functions.
22950 (calc-mode-var-list): Use defcalcmodevar to define it.
22951 (calc-always-load-extensions, calc-line-numbering)
22952 (calc-line-breaking, calc-display-just, calc-display-origin)
22953 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22954 (calc-group-char, calc-point-char, calc-frac-format)
22955 (calc-prefer-frac, calc-hms-format, calc-date-format)
22956 (calc-float-format, calc-full-float-format, calc-complex-format)
22957 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22958 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22959 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22960 (calc-matrix-brackets, calc-language, calc-language-option)
22961 (calc-left-label, calc-right-label, calc-word-size)
22962 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22963 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22964 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22965 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22966 (calc-window-height, calc-display-trail, calc-show-selections)
22967 (calc-use-selections, calc-assoc-selections)
22968 (calc-display-working-message, calc-auto-why, calc-timing)
22969 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22970 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22971 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22972 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22973 (calc-gnuplot-geometry, calc-graph-default-resolution)
22974 (calc-graph-default-resolution-3d, calc-invocation-macro)
22975 (calc-show-banner): Use defcalcmodevar to declare them and set
22976 their default values.
22977
22978 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22979 instead of default values (but restore default values if there is
22980 an argument of 0).
22981
22982 2005-01-09 David Kastrup <dak@gnu.org>
22983
22984 * desktop.el (desktop-restore-eager): Fix typo in type.
22985
22986 2005-01-08 Richard M. Stallman <rms@gnu.org>
22987
22988 * cus-edit.el (customize): Delete :link.
22989
22990 2005-01-08 Jay Belanger <belanger@truman.edu>
22991
22992 * calc/calc.el (calc-mode): Remove the extension from the
22993 `calc-settings-file' file name when loading it.
22994
22995 2005-01-08 Kim F. Storm <storm@cua.dk>
22996
22997 * info.el (Info-mode-map, Info-next-link-keymap)
22998 (Info-prev-link-keymap, Info-up-link-keymap):
22999 Map follow-link to mouse-face.
23000 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23001
23002 2005-01-08 Jay Belanger <belanger@truman.edu>
23003
23004 * calc/calc.el (calc-settings-file): Change default value.
23005 Suggested by cgw in a comment in calc-mode.el.
23006
23007 * calc/calc-mode.el (calc-settings-file-name):
23008 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23009 Replace ~/.emacs in a prompt by calc-settings-file.
23010
23011 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23012
23013 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23014 (desktop-lazy-idle-delay): New customizable variables.
23015 (desktop-buffer-args-list): New variable.
23016 (desktop-append-buffer-args): New function.
23017 (desktop-save): Call desktop-append-buffer-args for some buffers.
23018 (desktop-lazy-create-buffer): New function.
23019 (desktop-idle-create-buffers): New function.
23020 (desktop-read): Add message about buffers to restore lazily.
23021 (desktop-lazy-abort): New command.
23022 (desktop-clear): Call desktop-lazy-abort.
23023 (desktop-lazy-complete): New command.
23024
23025 2005-01-06 Richard M. Stallman <rms@gnu.org>
23026
23027 * emacs-lisp/find-func.el (find-face-definition):
23028 Rename from find-face.
23029
23030 2005-01-06 Kim F. Storm <storm@cua.dk>
23031
23032 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23033
23034 * man.el (Man-xref-man-page, Man-xref-header-file)
23035 (Man-xref-normal-file): Add follow-link property.
23036
23037 2005-01-06 Jay Belanger <belanger@truman.edu>
23038
23039 * calc/calc-units.el: Make sure the proper macro definitions are
23040 available when compiling.
23041
23042 2005-01-06 Juri Linkov <juri@jurta.org>
23043
23044 * isearch.el (isearch-lazy-highlight-update):
23045 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23046
23047 2005-01-06 Miles Bader <miles@gnu.org>
23048
23049 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23050 (isearch-lazy-highlight-face): Use new name.
23051
23052 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23053
23054 * uniquify.el (uniquify-rationalize-file-buffer-names):
23055 Re-add an interactive spec.
23056 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23057 to the same name.
23058
23059 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23060 (isearch-update, isearch-done): Adjust calls accordingly.
23061
23062 2005-01-05 Richard M. Stallman <rms@gnu.org>
23063
23064 * custom.el (custom-set-variables, custom-theme-set-variables):
23065 Clarify documentation.
23066
23067 * emacs-lisp/find-func.el (find-variable)
23068 (find-variable-other-window, find-variable-other-frame):
23069 Fix the TYPE args to find-function-read and find-function-do-it.
23070 (find-function): Doc fix.
23071 (find-function-at-point): Replace function-at-point alias.
23072
23073 2005-01-04 Richard M. Stallman <rms@gnu.org>
23074
23075 * cus-face.el (custom-declare-face):
23076 Record defface in current-load-list.
23077
23078 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23079
23080 * emacs-lisp/find-func.el: Doc fixes.
23081 (find-face-regexp): New variable.
23082 (find-function-regexp-alist): New variable.
23083 (find-function-C-source): Third arg is now TYPE.
23084 (find-function-search-for-symbol): Handle general TYPE.
23085 (find-function-read, find-function-do-it): Handle general TYPE.
23086 (find-definition-noselect, find-face): New functions.
23087 (function-at-point): Alias deleted.
23088
23089 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23090
23091 * battery.el (display-battery-mode): Rename from display-battery.
23092 Handle the case where it gets turned off.
23093
23094 2005-01-04 Richard M. Stallman <rms@gnu.org>
23095
23096 * cus-edit.el (customize): Make :link point to user doc.
23097
23098 * man.el (Man-fontify-manpage): Turn off undo generation.
23099
23100 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23101
23102 2005-01-04 Andreas Schwab <schwab@suse.de>
23103
23104 * files.el (insert-directory): Only look for error lines in
23105 inserted text. Don't move too far after processing --dired markers.
23106
23107 2005-01-04 Richard M. Stallman <rms@gnu.org>
23108
23109 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23110 Don't expand if the character is @, period, dash, etc.
23111 (define-mail-abbrev): Quote names that contain problem characters.
23112
23113 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23114
23115 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23116
23117 2005-01-03 Richard M. Stallman <rms@gnu.org>
23118
23119 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23120 (query-replace-highlight, query-replace-lazy-highlight)
23121 (query-replace): Definitions moved up. Doc fix.
23122
23123 2005-01-03 Richard M. Stallman <rms@gnu.org>
23124
23125 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23126 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23127 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23128 (lazy-highlight-face): Rename from isearch-lazy-...
23129 Change all references to them.
23130
23131 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23132
23133 * cus-edit.el (custom-file): Doc fix for defcustom.
23134 (custom-file): The function no longer sets the variable
23135 `custom-file' to its return value.
23136
23137 * startup.el (command-line): No longer load `custom-file'.
23138
23139 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23142
23143 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23144 Don't confuse module-prefixed identifiers for labels.
23145 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23146
23147 2005-01-02 Richard M. Stallman <rms@gnu.org>
23148
23149 * files.el (basic-save-buffer-1): Fix previous change.
23150
23151 * loadhist.el (file-loadhist-lookup): New function.
23152 (file-provides, file-requires): Use it.
23153
23154 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23155 instead of calculating the right size.
23156
23157 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23158
23159 * vc-svn.el (vc-svn-diff): Stay local if possible.
23160
23161 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23162
23163 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23164
23165 * files.el (hack-local-variables): Fix last change.
23166
23167 2005-01-02 Jay Belanger <belanger@truman.edu>
23168
23169 * calc/calc-yank.el (calc-edit-top): New variable.
23170 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23171 object. Change header properties.
23172 (calc-edit-finish, calc-edit-finish-stack-object)
23173 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23174 edited object.
23175 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23176 for the beginning of the edited object.
23177 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23178 for the beginning of the edited object.
23179 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23180 (calc-finish-formula-edit, calc-macro-repeats)
23181 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23182 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23183 beginning of the edited object.
23184 (calc-user-define-edit): Change the header for editing macros.
23185 Remove unnecessary variable.
23186
23187 2005-01-01 Jay Belanger <belanger@truman.edu>
23188
23189 * calc/calc-yank.el (calc-edit-mode): Change default header.
23190 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23191 * calc/calc-store.el (calc-edit-variable): Change title to match new
23192 header.
23193 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23194 mode to match new header.
23195 (calc-user-define-edit): Change titles to include names of commands.
23196 (calc-finish-formula-edit): Adjust to handle new header.
23197 (calc-finish-macro-edit): Remove.
23198 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23199 (calc-edit-macro-command, calc-edit-macro-command-type)
23200 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23201 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23202 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23203 (calc-edit-macro-finish-edit): New functions.
23204 (calc-user-define-edit): Use new functions to edit named calc macros.
23205
23206 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23207
23208 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23209
23210 * ses.el (copy-region-as-kill): Deactivate mark.
23211
23212 2005-01-01 Richard M. Stallman <rms@gnu.org>
23213
23214 * replace.el (occur-1): If the output buffer is also an input,
23215 don't kill it, rename it.
23216
23217 * faces.el (set-face-background, set-face-foreground): Doc fix.
23218
23219 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23220 for :foreground and :background.
23221
23222 * dired.el (dired-view-command-alist): Variable deleted.
23223 (dired-view-file, dired-mouse-find-file-other-window):
23224 Delete the code to use it.
23225
23226 2005-01-01 Kim F. Storm <storm@cua.dk>
23227
23228 * image.el (insert-sliced-image): Use t for line-height property.
23229
23230 See ChangeLog.11 for earlier changes.
23231
23232 ;; Local Variables:
23233 ;; coding: iso-2022-7bit
23234 ;; End:
23235
23236 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23237 Copying and distribution of this file, with or without modification,
23238 are permitted provided the copyright notice and this notice are preserved.
23239
23240 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1