]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
[gnu-emacs] / lisp / ChangeLog
1 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper.el (viper-set-hooks): use frame bindings for
4 viper-vi-state-cursor-color.
5 (viper-non-hook-settings): don't set default
6 mode-line-buffer-identification.
7
8 * viper-util.el (viper-set-cursor-color-according-to-state): new
9 function.
10 (viper-set-cursor-color-according-to-state,
11 viper-get-saved-cursor-color-in-replace-mode,
12 viper-get-saved-cursor-color-in-insert-mode): make conditional on
13 viper-emacs-state-cursor-color.
14
15 * viper-cmd.el (viper-envelop-ESC-key): bug fix.
16 (viper-undo): use point if undo-beg-posn is nil.
17 (viper-insert-state-post-command-sentinel,viper-change-state-to-emacs,
18 viper-after-change-undo-hook): don't use
19 viper-emacs-state-cursor-color by default.
20 (viper-undo): more sensible positioning after undo.
21
22 * viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr.
23 (viper-emacs-state-cursor-color): default to nil, since this feature
24 doesn't work well yet.
25
26 * ediff-mult.el (ediff-intersect-directories,
27 ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
28 always expand filenames.
29
30 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
31
32 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
33 Accept internal time format for SECS arg.
34 (timer-relative-time): Doc fix.
35
36 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
37 adapted from Martin Rudalics.
38 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
39 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
40 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
41 using sit-for.
42
43 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
44
45 * cus-start.el (all): Add `overline-margin' and
46 `x-underline-at-descent-line'.
47
48 2006-08-24 Kim F. Storm <storm@cua.dk>
49
50 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
51 to mean "use find -exec"; nil now unambiguously means auto-detect.
52 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
53 Use shell-quote-argument to build grep-find-command and grep-find-template.
54 (rgrep): Use shell-quote-argument to properly quote arguments to find.
55 Reported by Tom Seddon.
56
57 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
58
59 * startup.el (fancy-splash-head): Give instructions for dismissing
60 the splash screen for default startup too.
61 (display-startup-echo-area-message, fancy-splash-screens)
62 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
63 all splash text at once and keep the splash buffer around.
64 (command-line-1): Give display-startup-echo-area-message a t arg.
65
66 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
67
68 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
69 gnus frame is selected.
70
71 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
72
73 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
74
75 2006-08-22 Kim F. Storm <storm@cua.dk>
76
77 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
78 Add suffix matching for subdirs.
79
80 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
81
82 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
83 mouse-yank-at-point is non-nil.
84
85 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
86
87 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
88 a bit wider and remove fringes to fit initial output on line.
89
90 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * frame.el (blink-cursor-end): Only ignore the error we care about.
93 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
94
95 2006-08-21 Richard Stallman <rms@gnu.org>
96
97 * whitespace.el (whitespace-cleanup): Doc fix.
98
99 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
100
101 * net/rcirc.el (rcirc-show-maximum-output): New var.
102 (rcirc-buffer-process): If no buffer argument is supplied, use
103 current-buffer.
104 (rcirc-complete-nick): Complete to the last completed nick first.
105 (rcirc-mode): Preserve the value of `rcirc-urls' across
106 connections. Setup scroll function.
107 (rcirc-scroll-to-bottom): New function.
108 (rcirc-print): Use nick syntax around regexp work.
109 Notice dim-nicks speaking only if they say our nick.
110 (rcirc-update-activity-string): Do not show the modeline indicator
111 if there are no live rcirc processes.
112 (rcirc-cmd-ignore): Ignore case.
113 (rcirc-browse-url-at-point): Fix off-by-one error.
114
115 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * progmodes/python.el: Remove * in defcustom docstrings.
118 (run-python, python-proc, python-try-complete): Use derived-mode-p.
119 (python-mode): Set tab-width and indent-tabs-mode.
120
121 2006-08-20 Dave Love <fx@gnu.org>
122
123 * progmodes/python.el: Update to Dave Love's latest version.
124 (python-font-lock-keywords, python-mode): Don't use
125 font-lock-syntax-table, but match symbol elements explicitly instead.
126 (python-mode-map): Add help, and a few more key bindings.
127 (python-skip-comments/blanks): Move out of comments as well.
128 (python-continuation-line-p): Behave better with unbalanced parens.
129 (python-blank-line-p): New fun.
130 (python-open-block-statement-p): Don't use a heuristic.
131 (python-outdent-p): Better handle blocks-in-the-same-line.
132 (python-calculate-indentation): Misc improvements.
133 (python-comment-indent): Remove.
134 (python-block-pairs): New var.
135 (python-first-word): New fun.
136 (python-indentation-levels): Handle more common cases.
137 (python-indent-line-1): Add `leave' argument.
138 (python-indent-region): New fun.
139 (python-skip-out): New fun.
140 (python-beginning-of-statement, python-end-of-statement): Use it.
141 (python-next-statement): Return correct count even at eob.
142 (python-end-of-block): Fix paren-typo.
143 (python-imenu-create-index): Add module variables.
144 (run-python): Add `new' arg.
145 Check we're at a prompt before returning.
146 (python-send-command): Move to end of buffer.
147 Wait for prompt to return.
148 (python-set-proc): New fun.
149 (python-imports): New var.
150 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
151 (python-eldoc-function): Try to move out of arg list.
152 (python-outline-level): Offset by 1.
153 (python-find-imports): New fun.
154 (python-symbol-completions): Use python-imports.
155 (python-module-path, ffap-alist): Add support for ffap.
156 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
157 (pythin-insert-*, python-default-template, python-expand-template):
158 Add templates/skeletons.
159 (python-setup-brm): Support for Bicycle Repair Man.
160 (python-abbrev-syntax-table): New var.
161 (python-abbrev-pc-hook, python-pea-hook): New funs.
162
163 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
164
165 * frame.el (blink-cursor-start): Set timer first.
166 (blink-cursor-end): Ignore timer cancelling errors.
167 Suggested by Ken Manheimer.
168
169 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
170
171 * newcomment.el (comment-box): Call `comment-normalize-vars'.
172 Add autoload cookie.
173
174 2006-08-20 Richard Stallman <rms@gnu.org>
175
176 * simple.el (line-number-at-pos): Doc fix.
177
178 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
179 timer-activate-when-idle, so timer can run before Emacs becomes
180 non-idle again.
181
182 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
183
184 * whitespace.el (whitespace-cleanup-internal): New optional arg
185 REGION-ONLY. If it's non-nil, modify the message to the user
186 accordingly.
187 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
188 a non-nil argument.
189
190 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
191
192 * rect.el (spaces-string): Simplify and add doc string.
193
194 2006-08-17 Romain Francoise <romain@orebokech.com>
195
196 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
197
198 2006-08-17 Richard Stallman <rms@gnu.org>
199
200 * compare-w.el (compare-windows): lambda's take an arg and pass
201 it to compare-windows-skip-whitespace.
202
203 2006-08-17 Martin Rudalics <rudalics@gmx.at>
204
205 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
206 the right buffer.
207
208 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
211 removed files.
212
213 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
214
215 * progmodes/gdb-ui.el (gdb-locals-watch-map)
216 (gdb-locals-watch-map-1): Suppress keymap first.
217 (gdb-edit-locals-map-1): New variable.
218 (gdb-edit-locals-value): New function.
219 (gdb-stack-list-locals-handler): Use them.
220
221 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
224 cursor would normally be drawn in the fringe.
225
226 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
227 Reported by Martin Rudalics <rudalics@gmx.at>.
228
229 2006-08-16 Richard Stallman <rms@gnu.org>
230
231 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
232 (special-event-map): Process drag-n-drop events this way.
233
234 * simple.el (move-beginning-of-line): Test whether fields
235 would prevent motion back to line's first visible character.
236 If so, stop where the fields would stop the motion.
237
238 * newcomment.el (comment-indent): Fully update INDENT
239 before checking to see if it will change the text.
240
241 * cus-edit.el (custom-newline): New function.
242 (custom-mode-map): Bind newline to custom-newline.
243
244 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
245 into ignore-whitespace.
246 Check each buffer for its skip-function.
247 Handle compare-windows-skip-whitespace special-case test
248 by returning t from default skip function.
249
250 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
251
252 * textmodes/org.el (org-clock-special-range)
253 (org-clock-update-time-maybe): New functions.
254 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
255 not only a-z.
256 (org-agenda-get-blocks): Allow multiple blocks per headline.
257 (org-timestamp-change): Call `org-clock-update-time-maybe'.
258 (org-export-html-title-format)
259 (org-export-html-toplevel-hlevel): New options.
260 (org-export-language-setup): Add support for Czech.
261 (org-mode, org-insert-todo-heading, org-find-visible)
262 (org-find-invisible, org-invisible-p, org-invisible-p2)
263 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
264 (org-show-subtree, org-show-entry, org-make-options-regexp):
265 Remove compatibility support for old outline-mode.
266 (org-check-occur-regexp): Funtion removed.
267 (org-on-heading-p, org-back-to-heading): Made defalias.
268 (org-set-local): New defsubst.
269 (org-set-regexps-and-options, org-mode)
270 (org-set-font-lock-defaults, org-edit-agenda-file-list)
271 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
272 (org-remember-apply-template, org-table-edit-field)
273 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
274 (org-set-autofill-regexps): Use `org-set-local'.
275 (org-table-eval-formula): Fix bug with parsing of display flags.
276
277 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
280 frame with fringe arrow. Suggested by Simon Marshall
281 <simon.marshall@misys.com>.
282 (gdb-stack-position): New variable.
283 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
284 (gdb-frames-mode): Set gdb-stack-position to nil.
285 Add to overlay-arrow-variable-list
286 (gdb-reset): Delete gdb-stack-position from above list.
287
288 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
289
290 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
291 read only.
292
293 2006-08-13 Romain Francoise <romain@orebokech.com>
294
295 * cus-theme.el (customize-create-theme)
296 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
297
298 * filesets.el (filesets-add-buffer): Ditto.
299
300 * pcvs.el (cvs-change-cvsroot): Ditto.
301
302 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
303
304 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
305 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
306 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
307 expressions.
308 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
309 Only search till end of line.
310 Add face to function names in case of no filename.
311 Add face to variable names of watchpoints.
312
313 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
314
315 * cus-start.el <indent-tabs-mode>: Move to the `indent'
316 customization group.
317
318 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
319
320 * allout.el (allout-prior-bindings, allout-added-bindings):
321 Remove, after long deprecation.
322 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
323 Add customization vars controlling allout-beginning-of-line and
324 allout-end-of-line conveniences.
325 (allout-header-prefix, allout-use-mode-specific-leader)
326 (allout-use-mode-specific-leader, allout-mode-leaders):
327 Revise docstrings.
328 (allout-infer-header-lead): Change to be an alias for
329 allout-infer-header-lead-and-primary-bullet.
330 (allout-infer-header-lead-and-primary-bullet): New version of
331 allout-infer-header-lead which assigns the primary bullet to the
332 same as the header lead, when its being changed.
333 (allout-infer-body-reindent): Apply regexp-quote instead of
334 unconditionally prepending "\\", so that all literal
335 allout-header-prefix and allout-primary-bullet strings are
336 properly handled.
337 (allout-add-resumptions): Add optional qualifier for extending or
338 appending to existing values, rather than replacing them.
339 (allout-view-change-hook): Clarify docstring.
340 (allout-exposure-change-hook): Take explicit arguments, via
341 run-hook-with-args.
342 (allout-structure-added-hook)
343 (allout-structure-deleted-hook)
344 (allout-structure-shifted-hook): New hooks analogous to
345 allout-exposure-change-hook for other kinds of structural outline
346 edits.
347 (allout-encryption-plaintext-sanitization-regexps): New encryption
348 customization variable, by which cooperating modes can provde
349 massage of the plaintext without actually being passed it.
350 (allout-encryption-ciphertext-rejection-regexps)
351 (allout-encryption-ciphertext-rejection-ceiling): New encryption
352 customization variables, by which cooperating modes can prohibit
353 rare but possible ciphertext patterns from fouling their
354 operation, with actually being passed the ciphertext.
355 (allout-mode): Run activation and deactivation hooks after the
356 minor-mode variable has been toggled, to clarify the mode
357 disposition. The new encryption ciphertext rejection variable is
358 used to ensure that the ciphertext does not contain text that
359 would be recognized as outline structural elements by allout.
360 Substite allout-beginning-of-line and allout-end-of-line for
361 conventionall beginning-of-line and end-of-line bindings.
362 If allout-old-style-prefixes is non-nil, don't nullify it on mode
363 activation!
364 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
365 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
366 (allout-chart-subtree): Implement new mode, charting only the
367 visible items in the subtree, when new 'visible' parameter is non-nil.
368 (allout-end-of-subtree): Properly handle the last item in the buffer.
369 (allout-pre-command-business, allout-command-counter):
370 Increment an advertised counter so that cooperating enhancements can
371 track revisions of items.
372 (allout-open-topic): Run allout-structure-added-hook with suitable
373 arguments.
374 (allout-shift-in): Run allout-structure-shifted-hook with suitable
375 arguments.
376 (allout-shift-out): Fix doubling for negative args and ensure call
377 of allout-structure-shifted-hook by solely using allout-shift-in.
378 (allout-kill-line, allout-kill-topic):
379 Run allout-structure-deleted-hook with suitable arguments.
380 (allout-yank-processing): Run allout-structure-added-hook with
381 proper arguments.
382 (allout-yank): Enclose activity in allout-unprotected.
383 (allout-flag-region): Run allout-exposure-change-hook with
384 suitable arguments, instead of making the callee infer the arguments.
385 (allout-encrypt-string):
386 Support allout-encryption-plaintext-sanitization-regexps,
387 allout-encryption-ciphertext-rejection-regexps, and
388 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
389 en/de cryption mode in symmetric encryption failure message.
390 (allout-obtain-passphrase): Use copy-sequence to get a distinct
391 copy of the passphrase, and don't zero it or we'll corrupt the
392 stashed copy.
393 (allout-create-encryption-passphrase-verifier)
394 (allout-verify-passphrase): Respect the new signature for
395 allout-encrypt-string.
396 (allout-get-configvar-values): Convenience for getting a
397 configuration variable value and handling its absence gracefully.
398
399 2006-08-11 Romain Francoise <romain@orebokech.com>
400
401 * obsolete/zone-mode.el: Delete.
402
403 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
406
407 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
408
409 * emacs-lisp/bindat.el (bindat-ip-to-string):
410 Use `format-network-address' if possible.
411
412 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
413
414 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
415
416 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
417
418 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
419 restore unread-command-events here.
420 (edebug-display): Do it here, to detect sit-for interruptions.
421
422 2006-08-10 Romain Francoise <romain@orebokech.com>
423
424 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
425 (dns-mode-soa-auto-increment-serial): New user option.
426 (dns-mode-soa-maybe-increment-serial): New function.
427 (dns-mode): Add the latter to `write-contents-functions'.
428
429 * obsolete/zone-mode.el: Move to obsolete/ from net/.
430 Delete autoload cookies.
431
432 2006-08-10 John Wiegley <johnw@newartisans.com>
433
434 * eshell/em-glob.el (eshell-glob-chars-list)
435 (eshell-glob-translate-alist): Add support for [^g] in character globs.
436
437 2006-08-10 Richard Stallman <rms@gnu.org>
438
439 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
440 (facemenu-set-face): Doc fix.
441 (facemenu-listed-faces): Doc fix.
442
443 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
444
445 * avoid.el (mouse-avoidance-animating-pointer): New var.
446 (mouse-avoidance-nudge-mouse): Use it.
447 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
448 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
449 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
450 Don't activate if currently animating. All callers changed.
451
452 2006-08-09 John Wiegley <johnw@newartisans.com>
453
454 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
455 variable, which causes timeclock to report elapsed time worked,
456 instead of just work remaining.
457
458 2006-08-09 Kenichi Handa <handa@m17n.org>
459
460 * international/latexenc.el (latexenc-find-file-coding-system):
461 Fix for the case that the 2nd element of arg-list is a cons.
462
463 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
464
465 * info.el (Info-fontify-node): Handle preceding `in' for note
466 reference hiding rules.
467
468 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
471 mistake a closing " for an opening one.
472
473 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
474
475 * term/xterm.el (terminal-init-xterm): Add more key bindings.
476
477 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * complete.el (PC-do-completion): Filter out completions matching
480 completion-ignored-extensions before checking whether there are
481 multiple completions.
482 Don't use `list' unnecessarily when building completion tables.
483
484 2006-08-06 Richard Stallman <rms@gnu.org>
485
486 * help.el (describe-mode): Make minor mode list more concise.
487
488 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
489
490 * bindings.el: Give mode-line-format, mode-line-modes, and
491 mode-line-position `standard-value' properties.
492
493 2006-08-05 Eli Zaretskii <eliz@gnu.org>
494
495 * buff-menu.el (list-buffers-noselect): For Info buffers, use
496 "(file)node" instead of the file name.
497
498 2006-08-05 Richard Stallman <rms@gnu.org>
499
500 * faces.el (escape-glyph): Doc fix.
501
502 2006-08-04 Kenichi Handa <handa@m17n.org>
503
504 * international/mule-diag.el (describe-font): Improve docstring
505 and error message. Use frame-parameter (not frame-parameters).
506
507 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
510 Correctly mark the end-of-docstring char.
511
512 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
513
514 * simple.el (line-move-to-column): Constrain move-to-column to
515 current field.
516
517 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * font-lock.el (font-lock-beg, font-lock-end)
520 (font-lock-extend-region-functions): New vars.
521 (font-lock-extend-region-multiline)
522 (font-lock-extend-region-wholelines): New functions.
523 (font-lock-default-fontify-region): Use them.
524 (font-lock-extend-jit-lock-region-after-change): Only round up
525 if font-lock-default-fontify-region will do it as well.
526
527 * font-lock.el (font-lock-extend-after-change-region-function):
528 Rename from font-lock-extend-region-function.
529 (font-lock-extend-region): Remove by inlining at call sites.
530 (font-lock-after-change-function): Don't needlessly round up to a whole
531 number of lines.
532 (font-lock-extend-jit-lock-region-after-change): Be more careful about
533 the boundary conditions and the interactions between the various ways
534 to extend the region.
535
536 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
539 modification status when forcing the second redisplay.
540
541 2006-08-03 Kim F. Storm <storm@cua.dk>
542
543 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
544
545 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
548 doesn't look like a file name.
549
550 * complete.el (PC-expand-many-files): Avoid signalling an error when
551 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
552
553 2006-08-02 Andreas Schwab <schwab@suse.de>
554
555 * bindings.el (mode-line-format): Simplify reference to vc-mode.
556
557 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
558
559 * bindings.el (map): Make mode-line-buffer-identification-keymap
560 before defining propertized-buffer-identification.
561
562 2006-08-01 Richard Stallman <rms@gnu.org>
563
564 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
565
566 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
567
568 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
569 default value.
570 (gdb-find-source-frame): New function.
571 (menu): Add to menu bar.
572
573 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * font-core.el (font-lock-extend-region-function)
576 (font-lock-extend-region): Move to font-lock.el.
577
578 * font-lock.el (font-lock-extend-region-function)
579 (font-lock-extend-region): Move from font-core.el. Simplify.
580
581 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
582 if needed.
583 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
584 (jit-lock-after-change-extend-region-functions): New hook.
585 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
586
587 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
588 (font-lock-turn-on-thing-lock): Use it.
589
590 * longlines.el (longlines-show-region): Make it work on read-only
591 buffers as well.
592
593 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
594
595 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
596
597 2006-07-31 Richard Stallman <rms@gnu.org>
598
599 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
600 (vhdl-speedbar-display-projects): Update old obsolete
601 speedbar variable names.
602
603 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
604
605 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
606 (gdb-stopped): Use it.
607
608 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
609
610 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
611
612 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
613 for load-history elements.
614
615 2006-07-29 Eli Zaretskii <eliz@gnu.org>
616
617 * files.el (convert-standard-filename): For Cygwin, replace
618 characters not allowed in Windows file names.
619 (make-auto-save-file-name): Add Cygwin to the list of systems
620 where the auto-save file name needs to be run through
621 convert-standard-filename.
622
623 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
624
625 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
626
627 2006-07-28 Richard Stallman <rms@gnu.org>
628
629 * bindings.el (mode-line-frame-identification)
630 (propertized-buffer-identification): Centralize the code
631 to initialize the variable.
632
633 * progmodes/grep.el (grep-default-command): Catch errors from
634 wildcard-to-regexp.
635
636 2006-07-29 Kim F. Storm <storm@cua.dk>
637
638 * progmodes/grep.el (grep-tag-default): New function.
639 (grep-default-command, grep-read-regexp): Use it.
640 (grep-read-files): Use car of grep-files-history or grep-files-aliases
641 as default if nothing else applies.
642
643 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
644
645 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
646 Throw error if buffer is not in Dired and Wdired mode, respectively.
647
648 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
649
650 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
651 self-insert-command keys don't activate buttons.
652 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
653
654 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
655
656 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
657 faces for enable character.
658
659 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
660
661 * Makefile.in (recompile): Update comment to reflect change
662 on 2004-04-21.
663
664 2006-07-27 Richard Stallman <rms@gnu.org>
665
666 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
667 (customize-package-emacs-version): Change msg when pkg has no entry.
668 (custom-no-edit): On a button, do like widget-button-press.
669
670 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
673 S-tab and C-S-tab.
674
675 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
676
677 * progmodes/which-func.el (which-function): Fix documentation/
678 comment typo.
679
680 2006-07-26 Richard Stallman <rms@gnu.org>
681
682 * textmodes/ispell.el (ispell-word): If we replace the word,
683 move point to the end. Insert before deleting.
684
685 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
686
687 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
688 a timer.
689
690 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
691
692 * tumme.el (tumme-backward-image): Add prefix argument. Add error
693 when at first image.
694 (tumme-forward-image): Add prefix argument. Add error when at last
695 image.
696
697 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * tabify.el (tabify-regexp): Use more specific regexps.
700 (tabify): Avoid modifying the buffer unnecessarily.
701
702 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
703
704 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
705 (tumme-format-properties-string): Handle empty `buf'.
706 (tumme-get-comment): Change variable names inside `let'.
707 Add missing `let' variable that cause font-lock problems.
708 (tumme-write-comments): Change variable names inside `let'.
709 Add missing `let' variable that cause font-lock problems.
710 (tumme-forward-image): Rename from `tumme-forward-char'.
711 (tumme-backward-image): Rename from `tumme-backward-char'.
712
713 2006-07-25 Masatake YAMATO <jet@gyve.org>
714
715 * progmodes/ld-script.el (ld-script-keywords)
716 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
717 and add comments.
718
719 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
722 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
723 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
724 for status indicator.
725
726 2006-07-24 Richard Stallman <rms@gnu.org>
727
728 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
729
730 * subr.el (dolist, dotimes): Use interned symbols for locals.
731 (--dotimes-limit--, --dolist-tail--): New defvars.
732 (looking-back): Doc fix.
733
734 * replace.el (replace-match-string-symbols): Handle dotted lists.
735
736 2006-07-24 mathias <mathias@mattis>
737
738 * tumme.el (tumme-write-tags): Add.
739 (tumme-write-comments): Add.
740 (tumme-tag-files): Change to use `tumme-write-tags'.
741 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
742 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
743 (tumme-save-information-from-widgets): Change to use
744 `tumme-write-comments' and `tumme-write-tags'.
745 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
746 (tumme-write-tag): Remove.
747 (tumme-write-comment): Remove.
748 (tumme-display-previous-thumbnail-original): Remove empty line.
749 (tumme-widget-list): Add punctuation.
750
751 2006-07-24 mathias <mathias.dahl@gmail.com>
752
753 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
754
755 2006-07-24 Daiki Ueno <ueno@unixuser.org>
756
757 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
758 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
759 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
760
761 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
762
763 * mouse.el (mouse-on-link-p): Doc fix.
764
765 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
766
767 * emacs-lisp/find-func.el (find-function-search-for-symbol):
768 Handle "C-h f `".
769
770 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
773 column.
774
775 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
776
777 * textmodes/table.el: Add move-beginning-of-line and
778 move-end-of-line to Point Motion Only Group.
779
780 2006-07-22 Eric Hanchrow <offby1@blarg.net>
781
782 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
783
784 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
785
786 * startup.el (user-mail-address): Initialize from the `EMAIL'
787 environment variable first. Document this.
788 (command-line): Ditto.
789
790 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
791
792 * help-mode.el (help-function-def, help-variable-def)
793 (help-face-def): Print a message in the minibuffer.
794
795 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * term/xterm.el (terminal-init-xterm): Fix key bindings
798 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
799
800 2006-07-21 Eli Zaretskii <eliz@gnu.org>
801
802 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
803 where `(nth 1 command)' is a cons cell. Doc fix.
804
805 * textmodes/po.el (po-find-charset): Doc fix.
806
807 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
808
809 * allout.el (allout-unprotected, allout-e-o-prefix-p)
810 (allout-beginning-of-current-line, allout-end-of-current-line)
811 (allout-next-visible-heading, allout-open-topic)
812 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
813 (allout-flag-current-subtree, allout-show-to-offshoot)
814 (allout-hide-current-entry, allout-show-current-branches)
815 (allout-hide-region-body, allout-old-expose-topic)
816 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
817 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
818 containing `beginning-of-line' and `end-of-line' with
819 `inhibit-field-text-motion' t.
820
821 2006-07-21 Eli Zaretskii <eliz@gnu.org>
822
823 * frame.el (focus-follows-mouse): Document that it doesn't have
824 any effect on MS-Windows.
825
826 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
829
830 2006-07-20 Jay Belanger <belanger@truman.edu>
831
832 * calc.el (calc-previous-alg-entry): Remove variable.
833
834 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
835 New variables.
836 (calc-alg-entry): Use `calc-alg-entry-history'.
837 (calc-do-quick-calc): Use `calc-quick-calc-history'.
838 Remove reference to `calc-previous-alg-entry'.
839 (calcAlg-edit, calcAlg-enter): Remove reference to
840 `calc-previous-alg-entry'.
841 (calcAlg-previous): Use `previous-history-element' instead of
842 `calc-previous-alg-entry'.
843 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
844 Change keybinding for `calcAlg-plus-minus', add keybindings for
845 `previous-history-element' and `next-history-element'.
846
847 * calc-rewr.el (calc-match): Remove reference to
848 `calc-previous-alg-entry'.
849
850 * calc-sel.el (calc-selection-history): New variable.
851 (calc-enter-selection, calc-sel-mult-both-sides)
852 (calc-sel-add-both-sides): Use `calc-selection-history'.
853
854 * calc-map.el (calc-get-operator-history): New variable.
855 (calc-get-operator): Use `calc-get-operator-history'.
856
857 * calcalg3.el (calc-curve-fit-history): New variable.
858 (calc-curve-fit): Use `calc-curve-fit-history'.
859
860 2006-07-20 Kenichi Handa <handa@m17n.org>
861
862 * international/mule-cmds.el (select-safe-coding-system): Fix the
863 way of deciding eol-type of the coding system.
864
865 2006-07-20 Alan Mackenzie <acm@muc.de>
866
867 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
868 (c-lang-setvar): New macro.
869 (c-make-init-lang-vars-fun): Use the initialization forms in
870 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
871 (comment-start, comment-end, comment-start-skip): Change these from
872 c-lang-defvar's to c-lang-setvar's.
873
874 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
875 which calls make-local-variable on the elements of
876 c-emacs-variable-inits.
877 (c-init-language-vars-for): Call this new macro.
878
879 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
882 Try to rule out false positives due to time stamps.
883 (compilation-mode-font-lock-keywords): Remove rules made redundant
884 because of the above change. Add `segmentation fault' to the known and
885 highlighted compilation termination messages.
886
887 2006-07-19 Kim F. Storm <storm@cua.dk>
888
889 * progmodes/grep.el (grep-find-ignored-directories):
890 Add .svn and _darcs to list.
891
892 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
893
894 * dired.el (dired-mode-map): Add key binding `C-te' for
895 `tumme-dired-edit-comment-and-tags'.
896
897 * tumme.el (tumme-display-thumbnail-original-image): Make sure
898 image display buffer is displayed before call to
899 `tumme-display-image.
900 (tumme-dired-display-image): Make sure image display buffer is
901 displayed before call to `tumme-display-image.
902 (tumme-mouse-display-image): Make sure image display buffer is
903 displayed before call to `tumme-display-image.
904 (tumme-widget-list): Add.
905 (tumme-dired-edit-comment-and-tags): Add.
906 (tumme-save-information-from-widgets): Add.
907
908 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
911
912 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * progmodes/sh-script.el (sh-font-lock-keywords-1):
915 Revert inadvertently installed patch hunk.
916
917 * progmodes/compile.el (compilation-find-file): Handle the
918 cases where the user selects a non-existent file.
919
920 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
923
924 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
925
926 * subr.el (sit-for): Just sleep-for if noninteractive.
927
928 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * emacs-lisp/autoload.el (make-autoload): Use new arg.
931
932 * custom.el (custom-autoload): Add `noset' argument.
933 (custom-push-theme): Don't autoload the variable, let callers do it.
934 (custom-theme-set-variables): Autoload the variable if necessary.
935
936 * cus-edit.el (custom-variable-state-set): If the variable was
937 originally set outside custom, but to the same value as the default,
938 consider it to be standard.
939
940 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
941 file *before* telling Emacs to add the autoloads, in case it fails.
942
943 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
944 Use `cond', push', and `dolist'.
945
946 2006-07-17 Richard Stallman <rms@gnu.org>
947
948 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
949 Add defvars to silence warnings.
950
951 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
952
953 * progmodes/compile.el (compilation-mode-font-lock-keywords):
954 Don't highlight "Compiling file" messages as error.
955
956 * dired-aux.el (dired-compress-file): Confirm again if gzipped
957 file already exists.
958
959 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
960
961 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
962 entry, don't assign to free var; simply return the extracted filename.
963 (ff-treat-as-special): Incorporate common preamble from callers.
964 (ff-other-file-name, ff-find-the-other-file):
965 Update call to ff-treat-as-special.
966
967 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
968
969 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
970
971 * tumme.el (tumme-get-comment): Fix bug.
972
973 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * files.el: Remove spurious * in docstrings.
976
977 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
978
979 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
980 grammar.
981 (allout-beginning-of-current-line): Beware beginning of buffer.
982 Also, a comment is simplified.
983 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
984 when appropriate. (This fix enables use for other than
985 bullet-hotspot operation.)
986 (allout-hide-current-subtree): While escalating to sibling-close,
987 make sure to situate on a topic.
988
989 2006-07-14 Kim F. Storm <storm@cua.dk>
990
991 * emulation/cua-base.el (cua-delete-selection)
992 (cua-toggle-set-mark): New defcustoms.
993 (cua-rectangle-modifier-key): Add `alt' modifier.
994 (cua-replace-region): Don't delete if cua-delete-selection is nil.
995 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
996 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
997
998 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
999
1000 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1001
1002 * allout.el: Require 'cl during byte-compilation/interactive load,
1003 for the `assert' macro.
1004 (allout-mode-deactivate-hook): New hook, run when allout mode
1005 deactivates.
1006 (allout-developer): New allout customization subgroup.
1007 (allout-run-unit-tests-on-load): New allout-developer
1008 customization variable, when true allout unit tests are run towards
1009 end of file load/eval.
1010 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1011 auto-fill-mode.
1012 (allout-resumptions): Remove, to be replaced by...
1013 (allout-add-resumptions): Register variable settings to be
1014 reinstated by `allout-do-resumptions'. The settings are made
1015 buffer-local, but the locality/globality of the suspended setting
1016 is restored on resumption.
1017 (allout-do-resumptions): Reinstate all settings suspended using
1018 `allout-add-resumptions'.
1019 (allout-test-resumptions): Unit tests (and intermediate variables)
1020 for resumptions.
1021 (allout-tests-globally-unbound, allout-tests-globally-true)
1022 (allout-tests-locally-true): Intermediate variables for
1023 resumptions unit tests.
1024 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1025 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1026 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1027 instead of retired `allout-resumptions'. For hook functions, use
1028 `local' parameter so hook settings are created and removed as
1029 buffer-local settings. Revise (resumptions) setting
1030 auto-fill-function so it is set only if already active. (The
1031 related fill-function settings are all made in either case, so
1032 that activating auto-fill-mode activity will have the custom
1033 allout-mode behaviors (hanging indent on topics, if configured for it).
1034 Remove all allout-exposure-category overlays on mode deactivation.
1035 (allout-hotspot-key-handler): New function extracted from
1036 `allout-pre-command-business', so the functionality can be used
1037 for other purposes, eg as a binding in an overlay.
1038 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1039 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1040 customization variable.
1041 (allout-run-unit-tests): Run the (currently quite small)
1042 repertoire of unit tests. Called just before the provide iff user
1043 has customized `allout-run-unit-tests-on-load' non-nil.
1044
1045 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1046
1047 * emacs-lisp/authors.el (authors-aliases): Update.
1048
1049 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1050
1051 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1052 gdb-source-window. Add dedicated argument.
1053 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1054 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1055 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1056 (gdb-display-locals-buffer): Use it.
1057
1058 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1059 Set gdb-source-window.
1060
1061 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1064 minor modes, redundant with the custom-autoload line above.
1065
1066 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * longlines.el (longlines-post-command-function): Handle open-line too.
1069
1070 2006-07-12 Richard Stallman <rms@gnu.org>
1071
1072 * progmodes/grep.el (grep-last-buffer): Doc fix.
1073
1074 * info.el (Info-try-follow-nearest-node): Doc fix.
1075
1076 * emacs-lisp/edebug.el (edebug-instrument-function):
1077 Err if find-function-noselect gives no position.
1078
1079 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1080 If can't find definition, return nil for position.
1081 (find-function-do-it): Handle new return value
1082 of find-definition-noselect.
1083 (find-definition-noselect, find-variable-noselect): Doc fix.
1084 (find-function-noselect): Doc fix.
1085
1086 * help-mode.el (help-variable-def): Handle find-variable-noselect
1087 returning no position.
1088 (help-function-def): Likewise for find-function-search-for-symbol.
1089 (help-face-def): Likewise.
1090
1091 * help-fns.el (describe-variable): Handle find-variable-noselect
1092 returning no position.
1093
1094 * files.el (locate-file-completion): Avoid duplicates in result.
1095
1096 * cus-edit.el (custom-no-edit): New command.
1097 (custom-mode-map): Remap to custom-no-edit instead of
1098 using suppress-keymap.
1099
1100 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1101
1102 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1103 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1104 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1105
1106 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1107
1108 2006-07-11 Kim F. Storm <storm@cua.dk>
1109
1110 * ido.el (ido-copy-current-file-name): Use buffer-name if
1111 buffer-file-name is nil.
1112
1113 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * simple.el (undo-ask-before-discard): Set to nil.
1116
1117 * vc.el (vc-exec-after): Don't delete process manually.
1118 (vc-print-log): Run log-view-mode in process sentinel inside
1119 inhibit-read-only. Don't shrink window due to timing issues.
1120
1121 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1122 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1123
1124 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1127 Fix ambiguity introduced by last change.
1128 (compilation-find-file): Move save-excursion to where it may
1129 make sense. Fix a left over `find-file'.
1130
1131 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1132
1133 * textmodes/texinfmt.el (texinfo-format-separate-node):
1134 Insert a string before point, which fits documentation, not after.
1135 (texinfo-multitable-item): In a multitable row, insert any
1136 additional needed @tabs and spaces.
1137
1138 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1139
1140 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1141 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1142 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1143 instead of shell-command.
1144 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1145 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1146 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1147 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1148 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1149 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1150
1151 2006-07-11 Kim F. Storm <storm@cua.dk>
1152
1153 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1154 Remove special case for seconds < 0. Use (redisplay t) instead.
1155
1156 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1159 avoid compilation error.
1160
1161 * subr.el (sit-for): New function.
1162
1163 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1164
1165 2006-07-10 Richard Stallman <rms@gnu.org>
1166
1167 * ldefs-boot.el (edebug): Update page.
1168
1169 2006-07-10 Kim F. Storm <storm@cua.dk>
1170
1171 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1172 to FOR-RELEASE and TODO.
1173
1174 2006-07-10 Romain Francoise <romain@orebokech.com>
1175
1176 * emacs-lisp/authors.el (authors-aliases): Update.
1177
1178 2006-07-10 Alan Mackenzie <acm@muc.de>
1179
1180 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1181 * cc-mode.el: Changes to eradicate eval-after-load.
1182
1183 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1186 on non-char events.
1187
1188 2006-07-09 Romain Francoise <romain@orebokech.com>
1189
1190 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1191 Don't highlight start/end markers as compilation messages.
1192
1193 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1194 to t.
1195
1196 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1199
1200 2006-07-08 Richard Stallman <rms@gnu.org>
1201
1202 * term/x-win.el (x-handle-display): Add doc string.
1203
1204 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1205
1206 * subr.el (def-edebug-spec): Move here.
1207 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1208
1209 * imenu.el (imenu-choose-buffer-index): Doc fix.
1210
1211 2006-07-08 Romain Francoise <romain@orebokech.com>
1212
1213 * term/x-win.el (x-display-name): Fix typo.
1214
1215 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1216
1217 * hexl.el (hexl-find-file): Doc fix.
1218
1219 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1220
1221 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * term/x-win.el (x-display-name): Doc fix.
1224
1225 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1228 long prefixes.
1229 (fill-region-as-paragraph): Don't round up to a whole line.
1230 (fill-comment-paragraph): Don't include the code-before-the-comment
1231 when calling fill-region-as-paragraph.
1232
1233 * international/mule.el (make-char): Remove redundancy.
1234
1235 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1236 property may contain an anonymous function rather than a symbol.
1237
1238 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1239
1240 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1241 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1242
1243 * dirtrack.el (dirtrack-default-directory-function): Remove.
1244 (dirtrack-directory-function): Use file-name-as-directory.
1245 (dirtrack-windows-directory-function): Simplify.
1246 (dirtrack-forward-slash, dirtrack-backward-slash)
1247 (dirtrack-replace-slash): Remove.
1248 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1249 (dirtrack): Fix wrong parenthesizing; use match-string.
1250
1251 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1252 (inferior-octave-mode): Only change the buffer-local value of
1253 comint-dynamic-complete-functions.
1254 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1255 Move the initialization to the declaration.
1256 (inferior-octave-complete): Remove unused var `filter'.
1257
1258 * shell.el (shell-mode): Only change the buffer-local value of
1259 comint-dynamic-complete-functions.
1260
1261 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1262
1263 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1264 entry is skipped because it has been scheduled.
1265 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1266 changing `:org-archived' and `:org-comment' properties.
1267
1268 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * server.el (server-select-display): Don't make the temp frame
1271 minibuffer-only, in case it's not a temp frame.
1272 (server-process-filter): Don't delete the temp frame if it's the
1273 only one we have on that display.
1274
1275 * files.el (find-alternate-file): Doc fix.
1276
1277 2006-07-05 Richard Stallman <rms@gnu.org>
1278
1279 * files.el (abbreviate-file-name): Add save-match-data.
1280
1281 2006-07-03 Richard Stallman <rms@gnu.org>
1282
1283 * faces.el (read-face-name): Doc fix.
1284
1285 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1288
1289 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1290
1291 * vc.el (vc-diff-internal): Fix prev change.
1292
1293 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1294
1295 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1296 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1297
1298 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1301 fails if the symbol contains chars like ( or '.
1302 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1303 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1304 `short'.
1305
1306 2006-07-04 Kenichi Handa <handa@m17n.org>
1307
1308 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1309 the current one, don't call set-language-environment, but call one
1310 of set-language-environment-XXX to make INFO effective now.
1311 (set-language-environment): Call set-language-environment-XXX
1312 functions instead of doing the various setups directly.
1313 (set-language-environment-coding-systems): Delete argument eol-type.
1314 (set-language-environment-input-method)
1315 (set-language-environment-nonascii-translation)
1316 (set-language-environment-charset)
1317 (set-language-environment-fontset)
1318 (set-language-environment-unibyte): New functions.
1319
1320 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1321
1322 * locate.el (locate-update-when-revert): New option.
1323 (locate-update-path): New option (suggested by Michael Albinus).
1324 (locate-prompt-for-command): Whitespace change.
1325 (locate-update): No longer offer to update the locate database by
1326 default. Implement the two new options.
1327
1328 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1329
1330 * tooltip.el: Move comment about track-mouse...
1331
1332 * progmodes/gud.el: ...to here.
1333
1334 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * facemenu.el (facemenu-listed-faces): New var.
1337 (facemenu-unlisted-faces): Variable deleted.
1338 (facemenu-add-new-face): Use facemenu-listed-faces.
1339
1340 * emulation/viper-init.el, calendar/calendar.el:
1341 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1342
1343 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1344
1345 * textmodes/org.el (org-mode): Remove no invalid settings for
1346 calc embedded mode.
1347 (org-mode-p): New defsubst.
1348 (org-save-all-org-buffers): New function.
1349 (org-first-headline-recenter): Enclose outline-regexp in group
1350 delimiters.
1351 (org-set-tags): Keep single space after stars.
1352
1353 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * window.el (set-window-text-height): Only set window-min-height to
1356 1 if that's the requested size.
1357
1358 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1359 (diff-unified->context, diff-context->unified)
1360 (diff-reverse-direction): Make sure the end marker stays at the end.
1361 (diff-mode): Add the keymap table at the end of docstring.
1362 Use lexical-let rather than constructing a closure manually.
1363
1364 * files.el (find-file-noselect-1): Remove unused var assignment.
1365 (hack-local-variables-confirm): Print lists of strings as lists of
1366 strings rather than lists of symbols.
1367 (abbreviate-file-name, hack-local-variables-prop-line):
1368 Use match-string.
1369 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1370 (recover-session-finish): Use line-end-position.
1371
1372 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1373
1374 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1375
1376 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1377
1378 * progmodes/make-mode.el (makefile-macroassign-regex):
1379 Accept preceding keyword.
1380 (makefile-gmake-statements): Reorganize, now that makepp has
1381 "override" and also handle forgotten "override define".
1382 (makefile-makepp-statements): Add new "global", "override export"
1383 and "override global".
1384
1385 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1388 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1389 (ada-no-auto-case): Fix typos in docstrings.
1390
1391 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1392
1393 * info.el (Info-find-node-2): Search for makeinfo version more
1394 carefully.
1395
1396 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1397
1398 * textmodes/org.el (org-prepare-agenda-buffers):
1399 Use `invisible-OK' argument for `org-end-of-subtree'.
1400 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1401 (org-beginning-of-item): Fix bug in regular expression for white line.
1402 (org-export-as-html): Enforce space after bullet in plain list items.
1403 (org-set-autofill-regexps): Require space after plain list bullet
1404 for paragraph-start.
1405 (org-ts-regexp3): New constant.
1406 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1407 (org-timestamp-up-day, org-timestamp-down-day)
1408 (org-timestamp-change): Work with inactive timestamps.
1409 (org-ts-regexp1): Don't allow brackets in time stamps.
1410
1411 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1412
1413 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1414 for ignoring links.
1415
1416 * faces.el (read-face-name): Use it.
1417
1418 2006-06-28 Juri Linkov <juri@jurta.org>
1419
1420 * buff-menu.el (list-buffers-noselect): Compare Info file
1421 with the string "dir" to detect Info directory.
1422
1423 * complete.el (partial-completion-mode): In lambda for
1424 `choose-completion-string-functions' use full function signature
1425 with 4 args, and move point to the end of the minibuffer only if arg
1426 `mini-p' is non-nil.
1427
1428 2006-06-28 John Paul Wallington <jpw@pobox.com>
1429
1430 * ibuffer.el (ibuffer-mode): Doc fix.
1431
1432 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1433
1434 * textmodes/org.el (org-context): New contexts :item-bullet,
1435 :latex-fragment, :latex-preview.
1436 (org-overlays-at, org-overlay-start, org-overlay-end):
1437 New compatibility functions.
1438 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1439 exact regexp that will be used during export.
1440 (org-latex-regexps): New variable.
1441 (org-cdlatex-mode): Improve advice for `texmathp'.
1442 (turn-on-org-cdlatex): New function.
1443
1444 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1445
1446 * term/mac-win.el (mac-handle-font-selection): Change keys of
1447 mac-atsu-font-table from strings to numbers.
1448 (mac-ts-caret-position): Use also when cursor-type is nil.
1449 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1450 Relax condition for using overlay strings.
1451 Use mac-ts-caret-position face when cursor-type is nil.
1452
1453 2006-06-26 Kim F. Storm <storm@cua.dk>
1454
1455 * help.el (view-emacs-news): Declare `res' in the right let* form.
1456
1457 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * net/rcompile.el (remote-compile): Replace ange-ftp based
1460 implementation by Tramp functions.
1461 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1462
1463 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1464
1465 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1466
1467 * international/fontset.el (setup-default-fontset): Fix a typo in
1468 the "Oriya-Akruti" registry name.
1469
1470 2006-06-23 Lars Hansen <larsh@soem.dk>
1471
1472 * desktop.el (desktop-full-file-name): New function.
1473 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1474 (desktop-revert): Use it.
1475 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1476 (desktop-after-read-hook): Add option list-buffers.
1477 (desktop-locals-to-save): Add tab-width.
1478 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1479 Fix docstring.
1480
1481 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1482
1483 * textmodes/org.el (org-cdlatex-mode-map)
1484 (org-cdlatex-texmathp-advice-is-done): New variables.
1485 (org-cdlatex-mode): New minor mode.
1486 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1487 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1488 (org-export-with-archived-trees): New option.
1489 (org-open-file): Remove the call to `convert-standard-filename'.
1490 (org-archive-tag, org-agenda-skip-archived-trees)
1491 (org-cycle-open-archived-trees)
1492 (org-sparse-tree-open-archived-trees): New options.
1493 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1494 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1495 New functions.
1496 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1497 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1498 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1499 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1500 Call `org-prepare-agenda-buffers'.
1501 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1502 (org-file-apps, org-file-apps-defaults-gnu)
1503 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1504 Handle remote files by forcing them to be opened in Emacs.
1505
1506 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1507
1508 * vc.el (vc-diff-knows-L): New variable.
1509 (vc-diff-internal): Use it to handle "diff" programs that don't
1510 understand -L. This works automatically, no user action is necessary.
1511
1512 2006-06-23 Daniel Brockman <daniel@brockman.se>
1513
1514 * net/rcirc.el (rcirc-default-user-full-name): Default to
1515 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1516 longer exists).
1517 (rcirc-process-list): Check `buffer-live-p' before attempting to
1518 switch to a buffer.
1519
1520 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1521
1522 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1523 based on rcirc-coding-system-alist.
1524
1525 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1526
1527 * cus-edit.el (customize-apropos): A better error message.
1528 (top level) <debug-ignored-errors>: Extend and update the list of
1529 ignored error messages.
1530
1531 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1532
1533 * complete.el (PC-do-completion): Retain capitalization of user
1534 input, when possible, even if completion-ignore-case is set.
1535
1536 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1537
1538 * generic-x.el (bat-generic-mode): Support .cmd files.
1539
1540 * dos-w32.el (top level): Use find-file-not-found-functions
1541 instead of the obsolete find-file-not-found-hooks.
1542
1543 2006-06-22 Kim F. Storm <storm@cua.dk>
1544
1545 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1546 to recognize mode name containing submodes, such as Grep/lw.
1547
1548 2006-06-21 Kim F. Storm <storm@cua.dk>
1549
1550 * simple.el (line-move-1): Check for move-end-of-line instead of
1551 end-of-line when setting temporary-goal-column.
1552
1553 2006-06-21 Miles Bader <miles@gnu.org>
1554
1555 * play/cookie1.el (cookie): Work properly when there's only one entry.
1556
1557 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1558
1559 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1560 (gdb-frame-handler): Generalize frame regexp for templates.
1561
1562 2006-06-20 Glenn Morris <rgm@gnu.org>
1563
1564 * calendar/appt.el (appt-display-format): Default value must be
1565 one of the customize options.
1566
1567 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * term/xterm.el (terminal-init-xterm): Update key availability info.
1570 Bind C-return.
1571
1572 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1573
1574 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1577 whether or not a local variables list is defined.
1578
1579 * msb.el (msb): Move `sit-for' hack here to handle both
1580 "mouse-down and drag" and "mouse-up and select" situations.
1581 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1582
1583 2006-06-20 Kenichi Handa <handa@m17n.org>
1584
1585 * international/characters.el (word-combining-categories):
1586 Add entries for 2-byte Han characters.
1587
1588 2006-06-19 Richard Stallman <rms@gnu.org>
1589
1590 * bindings.el (mode-line-format): Save some mode line space.
1591
1592 * files.el (find-file-noselect): Improve the question wording.
1593 (basic-save-buffer-2): Mask UMASK against 666.
1594
1595 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1596 (mouse-drag-vertical-line): Call it.
1597
1598 * cus-edit.el (customize-option, customize-option-other-window):
1599 Error if SYMBOL is nil.
1600
1601 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1602
1603 * textmodes/org.el: Require noutline, also on XEmacs.
1604 (org-end-of-subtree): Return point.
1605 (org-dblock-start-re, org-dblock-end-re): New constants.
1606 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1607 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1608 (org-update-all-dblocks, org-find-dblock): New functions.
1609 (org-collect-clock-time-entries): New function.
1610 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1611 (org-fixup-indentation): Modify to deal correctly with lines
1612 starting with TAB. Only one argument DIFF now.
1613 (org-demote, org-promote): Call `org-fixup-indentation' with just
1614 one argument, DIFF.
1615 (org-mode): Don't mark buffer as modified when aligning tables.
1616 (org-clock-sum): Don't mark buffer modified when adding time sum
1617 properties.
1618 (org-export-as-html): Add support for a link validation function.
1619 (org-archive-all-done): New function.
1620 (org-archive-subtree): New prefix argument. When set, archive all
1621 done subtrees in this buffer.
1622 (org-remove-clock-overlays)
1623 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1624 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1625 (org-put-clock-overlay): Don't swallow last headline character
1626 when displaying overlay.
1627 (org-store-link): Link to `image-mode' with just the file name.
1628
1629 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1630
1631 * viper-cmd.el (viper-special-read-and-insert-char):
1632 Use read-key-sequence.
1633 (viper-after-change-undo-hook): Misc enhancements.
1634 (viper-after-change-undo-hook): New hook.
1635 (viper-undo): Use viper-after-change-undo-hook.
1636 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1637 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1638 clicking on that widget/button.
1639
1640 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1641
1642 * ediff-diff (ediff-test-patch-utility): Catch errors.
1643 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1644 (ediff-set-actual-diff-options): New function.
1645 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1646 Use ediff-set-actual-diff-options.
1647 (ediff-extract-diffs): Catch errors.
1648 (ediff-whitespace): Add non-breakable space.
1649 (ediff-same-file-contents): Catch errors.
1650
1651 * ediff-mult.el (ediff-collect-custom-diffs):
1652 Save coding-system-for-read.
1653
1654 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1655 (ediff-vc-internal, ediff-vc-merge-internal):
1656 Use ediff-delete-version-file.
1657 (ediff-delete-version-file): New function.
1658
1659 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1660
1661 * ediff.el (ediff-directories, ediff-directory-revisions)
1662 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1663 (ediff-directories-internal, ediff-merge-directory-revisions)
1664 (ediff-merge-directory-revisions-with-ancestor)
1665 (ediff-directories3): Use read-directory-name.
1666
1667 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1668
1669 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1670 Remove superfluous part of regexp for brace matching which is handled
1671 by `scan-lists' call.
1672
1673 2006-06-16 Richard Stallman <rms@gnu.org>
1674
1675 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1676
1677 * files.el (basic-save-buffer-2): For a new precious file,
1678 use the default modes in the return value.
1679
1680 * facemenu.el (facemenu-color-alist): Doc fix.
1681
1682 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1683
1684 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1685
1686 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1687
1688 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1689 (mac-utxt-to-string): Use it.
1690 (mac-ts-update-active-input-area): Use mac-ae-number.
1691
1692 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * term.el (term-handle-scroll, term-delete-lines)
1695 (term-insert-lines): Fix off by one errors.
1696
1697 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1698
1699 * net/tramp.el (tramp-touch): Use UTC to express time.
1700
1701 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * mail/sendmail.el (mail-send): Search explicitly for
1704 mail-header-separator when checking for corrupted header lines.
1705
1706 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1709 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1710 (gdb-init-1): Initialise them.
1711 (gdb-starting): Reset gdb-printing
1712 (gdb-starting): Save value of gud-overlay-arrow-position.
1713 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1714 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1715 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1716 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1717
1718 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1721
1722 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1723
1724 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1725 (ldap-search-internal): Keep error messages, and a regexp fix.
1726
1727 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1728
1729 * files.el (hack-local-variables-confirm):
1730 Display string value using its printed representation.
1731
1732 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * server.el (server-edit): No-op if no server buffers exist.
1735
1736 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1737
1738 * textmodes/page-ext.el (pages-directory-for-addresses):
1739 Including `pages-directory-address-mode' in the function results
1740 in the message "Buffer in which pages were found is deleted".
1741
1742 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1743
1744 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1745 clocking functions.
1746
1747 (org-agenda-clock-in, org-check-running-clock)
1748 (org-clock-out-if-current, org-remove-clock-overlays)
1749 (org-put-clock-overlay): New functions.
1750 (org-clock-marker, org-clock-file-total-minutes)
1751 (org-clock-overlays): New variables.
1752 (org-clock-display, org-clock-sum, org-clock-cancel)
1753 (org-clock-out, org-clock-in): New commands.
1754 (org-export): New function.
1755 (org-emph-re): New constant.
1756 (org-set-emph-re, org-do-emphasis-faces): New functions.
1757 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1758 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1759 (org-export-html-convert-emphasize): Use the configurable emphasis.
1760 (org-cleaned-string-for-export): Make multiline emphasis visible
1761 to the exporter. New optional argument PARAMETERS.
1762 (org-export-as-html): Specify :emph-multiline parameter to
1763 `org-cleaned-string-for-export'.
1764
1765 2006-06-10 Richard Stallman <rms@gnu.org>
1766
1767 * help.el (help-for-help-internal): Clean up help text.
1768
1769 2006-06-10 Andreas Schwab <schwab@suse.de>
1770
1771 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1772 in doc string.
1773
1774 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1775
1776 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1777
1778 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1779 spaces after the comment start.
1780
1781 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1782
1783 * play/pong.el (pong-init-buffer):
1784 Fill buffer with spaces instead of ^A.
1785
1786 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1787 launched asynchronously, delete its process instead of being cool.
1788 (ispell-async-processp): Check for `delete-process' existence
1789 instead of `kill-process' one for consistency.
1790
1791 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1794 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1795 in mode line at startup.
1796
1797 2006-06-08 Kim F. Storm <storm@cua.dk>
1798
1799 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1800 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1801 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1802 (ido-file-internal): Pass full file name to write-file.
1803 (ido-read-internal): Only pop stack elements automatically if they
1804 actually match an existing directory or file name.
1805
1806 2006-06-07 Kenichi Handa <handa@m17n.org>
1807
1808 * international/mule.el (find-auto-coding): Don't handle the short
1809 name `char-trans'.
1810
1811 * files.el (hack-local-variables-prop-line)
1812 (hack-local-variables): Cancel the previous change.
1813
1814 2006-06-06 Jesper Harder <harder@phys.au.dk>
1815
1816 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1817
1818 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1821 diff-default-read-only is non-nil.
1822 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1823 (diff-refine-hunk): Set inhibit-read-only to t.
1824
1825 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1826 modifying the *Diff* buffer.
1827 (diff-process-filter): New filter function for diff process that
1828 sets inhibit-read-only to t when modifying the *Diff* buffer.
1829
1830 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1831
1832 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1833 insertion point and control the number of empty lines.
1834 (org-paste-subtree): Limit the number of empty lines at the end of
1835 the inserted tree.
1836 (org-agenda): Use buffer name of current file for narrowing.
1837 (org-export-as-xml): Command removed.
1838 (org-export-xml-type): Option removed.
1839 (org-mode-map): Call `org-export-as-xoxo' directly.
1840 (org-get-indentation): New optional argument LINE.
1841 (org-fix-indentation, org-remove-tabs): New functions.
1842 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1843 correct indentation for headlines that are converted it items.
1844 (org-skip-comments): Remove table lines that contain narrowing
1845 cookies but no other non-empty fields.
1846 (org-set-tags): Allow groups of mutually exclusive tags.
1847 (org-cmp-time): Sort 24:21 before items without time.
1848 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1849 (org-open-at-point): Require double colon also for numbers.
1850
1851 2006-06-06 Kim F. Storm <storm@cua.dk>
1852
1853 * ido.el (ido-default-file-method, ido-default-buffer-method):
1854 Make choice values consistent with corresponding command names.
1855 (ido-visit-buffer): Update accordingly. Default to selected-window.
1856
1857 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1858
1859 * progmodes/gud.el (gud-running): Fix doc string.
1860 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1861 (gud-tooltip-modes): Add python-mode.
1862 (gud-tooltip-print-command): Add pdb. Remove perldb.
1863
1864 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1865
1866 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1867 Quote $(EMACS).
1868
1869 2006-06-05 Richard Stallman <rms@gnu.org>
1870
1871 * faces.el (defined-colors): Doc fix.
1872
1873 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1874
1875 * vc.el (vc-process-filter): Inhibit undo info collection around
1876 call to insert.
1877 (vc-setup-buffer): Likewise for call to erase-buffer.
1878 (vc-do-command): Likewise for call to process-file.
1879
1880 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1881
1882 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1883 for gud-go.
1884 (gud-common-init): Other debuggers may trigger error.
1885
1886 2006-06-05 Kenichi Handa <handa@m17n.org>
1887
1888 * international/mule.el (find-auto-coding):
1889 Handle enable-character-translation in file header.
1890
1891 2006-06-04 Kim F. Storm <storm@cua.dk>
1892
1893 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1894 (authors-fixed-entries): Fix spelling.
1895 (authors-canonical-file-name): Don't report error for wildcards.
1896
1897 * help.el (view-emacs-news): Rewrite to support new NEWS,
1898 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1899 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1900 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1901
1902 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1903
1904 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1905 exec constructs like `foo bar`.
1906 (sh-quoted-subshell): New helper function to search for a possibly
1907 nested subshell (like `` or $()) within a "" quoted string.
1908 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1909 (sh-apply-quoted-subshell): Flag quote characters inside a
1910 subshell, which is itself already in a quoted region, as
1911 punctuation, since this is the closest to what they actually are.
1912 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1913 sh-apply-quoted-subshell.
1914 (sh-font-lock-syntactic-face-function): Apply the new face for
1915 text inside `` instead of the old font-lock-string-face.
1916
1917 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1918
1919 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1920 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1921 (mac-bytes-to-text-range, mac-ae-text-range-array)
1922 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1923 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1924 (mac-ts-unicode-for-key-event): New functions.
1925 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1926 (mac-handle-font-selection): Use mac-ae-number.
1927 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1928 New variables.
1929 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1930 (mac-ts-converted-text, mac-ts-selected-converted-text)
1931 (mac-ts-block-fill-text, mac-ts-outline-text)
1932 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1933 (mac-ts-hilite-style-faces): New constant.
1934 (mac-apple-event-map): Bind text input events.
1935 (mac-dispatch-apple-event): Use command-execute instead of
1936 call-interactively.
1937 (global-map): Don't bind mac-apple-event.
1938 (special-event-map): Bind mac-apple-event.
1939
1940 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1941
1942 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1943 file name.
1944 (emacs): Enclose the value of $(EMACS) in quotes.
1945
1946 2006-06-02 Juri Linkov <juri@jurta.org>
1947
1948 * international/mule.el (sgml-html-meta-auto-coding-function):
1949 Remove the condition `(search-forward "<html" size t)'.
1950 Replace `\"' with `[\"']?' in `re-search-forward'.
1951
1952 2006-06-02 Kenichi Handa <handa@m17n.org>
1953
1954 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1955 as well as `coding'.
1956 (hack-local-variables): Likewise.
1957
1958 * international/mule.el (enable-character-translation):
1959 Put permanent-local and safe-local-variable properties.
1960 (find-auto-coding): Handle char-trans: tag.
1961
1962 2006-06-02 Juri Linkov <juri@jurta.org>
1963
1964 * international/mule.el (sgml-html-meta-auto-coding-function):
1965 Limit the search by the end of the HTML header (if any).
1966
1967 2006-06-01 Richard Stallman <rms@gnu.org>
1968
1969 * subr.el (with-current-buffer): Doc fix.
1970
1971 2006-06-02 Masatake YAMATO <jet@gyve.org>
1972
1973 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1974 Almost rewrite. Underlines over all lines of gcov output are too
1975 uncomfortable to read. Suggested by Dan Nicolaescu.
1976
1977 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1978
1979 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1980
1981 * shell.el (shell-mode): Use shell-mode-map in docstring.
1982
1983 * comint.el (comint-send-input): Do not add help-echo and
1984 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1985
1986 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1987
1988 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1989
1990 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1991
1992 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1993 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1994 look up the stack and pop up GUD buffer if necessary.
1995 (gdb-frames-select): Remove redundant call to gud-display-frame.
1996 (gdb-info-threads-custom): Keep point at start of buffer.
1997 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1998
1999 2006-05-31 Juri Linkov <juri@jurta.org>
2000
2001 * replace.el (query-replace-read-from, query-replace-read-to):
2002 Bind `history-add-new-input' to nil. Call `add-to-history'.
2003
2004 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2005
2006 * textmodes/table.el: Convert all HTML tags to lower case for
2007 XHTML compatibility.
2008
2009 2006-05-31 Masatake YAMATO <jet@gyve.org>
2010
2011 * progmodes/compile.el:
2012 (compilation-error-regexp-alist-alist::gcov-called-line):
2013 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2014
2015 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2016
2017 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2018 Revert inadvertent changes made with last commit.
2019
2020 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2023 New functions.
2024
2025 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2026
2027 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2028
2029 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2030 only matches in the right place.
2031 (org-upcoming-deadline): New face.
2032 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2033 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2034 and make it an option.
2035 (org-export-ascii-bullets): New option.
2036 (org-export-as-html): Many changes to emit valid XHTML.
2037 (org-par-open): New variable.
2038 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2039 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2040 (org-timeline): Pass `org-timeline-show-empty-dates' to
2041 `org-get-all-dates'. Interpret empty dates returned by
2042 `org-get-all-dates'.
2043 (org-get-all-dates): New argument EMPTY. Add dates without
2044 entries to the list, mark large ranges of empty dates.
2045 (org-point-in-group, org-context): New functions.
2046
2047 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2048
2049 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2050
2051 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2052 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2053 to C-mouse-3 (for 2 button mice).
2054 (gdb-send): Do the right thing for C-d.
2055
2056 * speedbar.el (speedbar-detach): Delete.
2057 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2058 it breaks things.
2059 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2060
2061 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2062
2063 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2064 Makeppfile.
2065
2066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2067 Add makepp diagnostic.
2068
2069 2006-05-29 Richard Stallman <rms@gnu.org>
2070
2071 * window.el (fit-window-to-buffer): Doc fix.
2072
2073 * help.el (temp-buffer-max-height): Doc fix.
2074
2075 * subr.el (with-current-buffer): Doc fix.
2076
2077 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2078
2079 * term/x-win.el: Bind F10 to menu-bar-start if available.
2080
2081 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2082
2083 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2084 uses with a simple test.
2085 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2086 (term-send-raw-string, term-send-raw, term-mouse-paste)
2087 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2088 (term-handle-exit, term-read-input-ring)
2089 (term-previous-matching-input-string)
2090 (term-previous-matching-input-string-position)
2091 (term-previous-matching-input-from-input)
2092 (term-replace-by-expanded-history, term-send-input)
2093 (term-skip-prompt, term-bol, term-send-invisible)
2094 (term-kill-input, term-delchar-or-maybe-eof)
2095 (term-backward-matching-input, term-check-source)
2096 (term-proc-query, term-emulate-terminal)
2097 (term-handle-colors-array, term-process-pager, term-pager-line)
2098 (term-pager-bob, term-unwrap-line, term-word)
2099 (term-dynamic-complete-filename)
2100 (term-dynamic-complete-as-filename)
2101 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2102 unlesses.
2103
2104 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2107 during bootstrapping.
2108
2109 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2110 Basically undo the change of 2006-05-26: use extra arguments instead of
2111 dynamic scoping.
2112 (ewoc-locate): Remove unused var `footer'.
2113
2114 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2117
2118 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2119 (generate-file-autoloads): Obey it. Return whether autoloads were
2120 added at point or not.
2121 (update-file-autoloads): Use this new return value.
2122 Remove redundant test for the presence of an autoload cookie.
2123
2124 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2125 This one calls hack-local-variables.
2126 (generate-file-autoloads, update-file-autoloads): Use it.
2127
2128 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2129 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2130 (bibtex-sort-entry-class-alist): Don't set the global value.
2131 (bibtex-init-sort-entry-class-alist): New fun.
2132 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2133 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2134 of bibtex-init-sort-entry-class.
2135
2136 2006-05-28 Richard Stallman <rms@gnu.org>
2137
2138 * subr.el (load-history-regexp): If FILE is relative, insist
2139 entire last name component must match it.
2140 (load-history-filename-element, load-history-regexp): Doc fixes.
2141
2142 2006-05-29 Kim F. Storm <storm@cua.dk>
2143
2144 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2145 `pos' and `raw-data' for clarity, as eval forms may access these.
2146
2147 2006-05-28 Kim F. Storm <storm@cua.dk>
2148
2149 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2150
2151 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * progmodes/make-mode.el (makefile-browser-map)
2154 (makefile-mode-syntax-table): Move initialization inside declaration.
2155 (makefile-fill-paragraph): Use the default comment-filling code.
2156
2157 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * replace.el (query-replace-defaults): New variable.
2160 (query-replace-read-from): Use `query-replace-defaults' for
2161 default value, instead of history list.
2162 (query-replace-read-to): Update `query-replace-defaults'.
2163
2164 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2167 with no X toolkit.
2168
2169 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2170
2171 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2172 (tumme-show-all-from-dir): Add autoload.
2173
2174 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2175
2176 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2177 (tumme-remove-tag): Fix bug.
2178
2179 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2180
2181 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2182 FOOTER args. Update unique caller.
2183 (ewoc-delete): Compute last node once before looping.
2184 (ewoc--node-branch): Merge into unique caller.
2185 (ewoc--node): Don't define constructor make-ewoc--node for this
2186 structure.
2187 (ewoc): Add member `hf-pp' to this structure.
2188 (ewoc--wrap): New func.
2189 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2190 header/footer pretty-printers. Save header/footer pretty-printer.
2191 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2192
2193 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2194
2195 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2196
2197 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2198 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2199 Tag'. Change "Compare directories..." to "Change Directories...".
2200 Move tumme commands to Operate, Regexp and Immediate menus.
2201 Change "Add Comment" to "Add Image Comment". Change "Add Image
2202 Tag" to "Add Image Tags".
2203
2204 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2205 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2206 `tumme-delete-tag'.
2207
2208 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2209
2210 * shell.el (shell-mode): Call shell-dirtrack-mode after
2211 list-buffers-directory is made a local variable, to avoid setting
2212 the default value.
2213
2214 2006-05-26 Kevin Ryde <user42@zip.com.au>
2215
2216 * info.el (Info-index-next): Use where-is-internal to report
2217 actual binding of Info-index-next, rather than hard-coded `,'.
2218
2219 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2220
2221 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2222 and "Find Command in Manual" to here.
2223
2224 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2225 Info-current-file as the file name.
2226
2227 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2228
2229 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2230 overrides will now be done a different way.
2231 (ses-set-parameter): Reapply this function for undo.
2232 (ses-set-header-row): Reconstruct header row during undo.
2233 (ses-widen): New function.
2234 (ses-goto-data, ses-reconstruct-all): Use new function.
2235 (ses-command-hook): Widen buffer during undo, before unupdating
2236 the cells.
2237 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2238 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2239 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2240 formula hasn't been executed yet.
2241
2242 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2243
2244 * comint.el (comint-kill-whole-line): Rename arg to count.
2245 Fix doc string.
2246
2247 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2250 to copy-file.
2251
2252 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2253
2254 * simple.el (toggle-truncate-lines): Make arg optional for
2255 backward compatibility.
2256
2257 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2258
2259 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2260 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2261 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2262 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2263 (ewoc--adjust): Use ewoc--current-dll.
2264 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2265
2266 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2267
2268 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2269 compact error message.
2270 (org-tags-view): Refresh category table in each file.
2271 (org-table-justify-field-maybe): Remove superfluous arguments to
2272 `format'.
2273 (org-export-as-html): Insert "<p>" before postamble.
2274 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2275
2276 2006-05-26 Kenichi Handa <handa@m17n.org>
2277
2278 * textmodes/po.el (po-find-charset): Pay attention to the case
2279 FILENAME is a cons (NAME . BUFFER).
2280 (po-find-file-coding-system-guts): Likewise.
2281
2282 * arc-mode.el (archive-set-buffer-as-visiting-file):
2283 Call find-operation-coding-system with (FILENAME . BUFFER).
2284
2285 * tar-mode.el (tar-extract): Call find-operation-coding-system
2286 with (FILENAME . BUFFER).
2287
2288 * international/mule.el (decode-coding-inserted-region):
2289 Call find-operation-coding-system with (FILENAME . BUFFER).
2290
2291 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * image-mode.el (image-toggle-display): Use buffer contents to
2294 generate image for a remote file.
2295
2296 2006-05-25 Juri Linkov <juri@jurta.org>
2297
2298 * replace.el (query-replace-read-from, query-replace-read-to):
2299 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2300
2301 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2302
2303 * whitespace.el (whitespace-cleanup): Change to cleanup
2304 region if one is active.
2305 * whitespace.el (whitespace-cleanup-internal): New internal method.
2306
2307 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2308
2309 * dired.el (dired-mode-map): Add help-echo strings to tumme
2310 commands. Bind `tumme-dired-display-image' to C-t i.
2311
2312 * tumme.el (tumme-display-image): Change documentation string slightly.
2313 (tumme-dired-display-image): Add call to `display-buffer'.
2314
2315 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2316
2317 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2318 Signal error if RAW-DATA is a multibyte string.
2319
2320 2006-05-24 Richard Stallman <rms@gnu.org>
2321
2322 * subr.el (with-local-quit): When handling `quit' signal,
2323 make a chance for quit-flag to cause a quit.
2324
2325 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2326 (ad-disable-advice): Add autoloads.
2327
2328 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2329
2330 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2331
2332 * dired.el (dired-mode-map): Change menu items for tumme as per
2333 suggestions in emacs-devel.
2334
2335 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2336
2337 * dired.el (dired-mode-map): Fix breakage.
2338
2339 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2340
2341 * tumme.el (tumme-display-dired-image): Rename to...
2342 (tumme-dired-display-image): ...this.
2343 (tumme-track-movement): Change default value to t.
2344 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2345 used from `tumme-next-line-and-display' and similar commands.
2346
2347 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2348 Immediate menu. Add some tumme commands there.
2349
2350 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2351
2352 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2353
2354 2006-05-24 Chong Yidong <cyd@mit.edu>
2355
2356 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2357 menu entries that open submenus.
2358
2359 2006-05-24 Alan Mackenzie <acm@muc.de>
2360
2361 * startup.el (command-line): For names of preloaded files, don't
2362 append ".elc" (now done in Fload), and call file-truename on the
2363 lisp directory.
2364
2365 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2366 match ANY loaded file with the right name, not just those in
2367 load-path. Put a regexp matching the file name into
2368 after-load-alist, rather than the name itself.
2369
2370 * subr.el: New functions load-history-regexp,
2371 load-history-filename-element, do-after-load-evaluation.
2372
2373 * international/mule.el (load-with-code-conversion): Do the
2374 eval-after-load stuff by calling do-after-load-evaluation.
2375
2376 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2377
2378 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2379 has not been killed.
2380
2381 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2382
2383 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2384 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2385 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2386 Optionally set error message in reply.
2387
2388 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2389
2390 * textmodes/org.el (org-open-at-point): Use renamed variable
2391 `org-confirm-shell-link-function'.
2392 (org-confirm-shell-link-function): Rename from
2393 `org-confirm-shell-links'.
2394 (org-export-directory): New function.
2395 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2396 (org-export-icalendar): Use `org-export-directory'.
2397 (org-indent-item): Keep cursor position.
2398 (org-link-file-path-type): New option.
2399 (org-export-as-html): Fix bug with plain lists starting in
2400 column 0.
2401 (org-export-as-html): Remove deadline formatting, this happens
2402 now already in `org-html-handle-time-stamps'.
2403 (org-export-html-style): Deadline class removed.
2404 (org-insert-labeled-timestamps-at-point): New option.
2405 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2406 of `hide-sublevels 1', in case the first headline is not level 1.
2407 (org-overview, org-content): New fuction.
2408 (org-cycle-global-status, org-cycle-subtree-status): Make these
2409 variables buffer-local.
2410 (org-global-cycle): New command.
2411 (org-shifttab): Use `org-global-cycle'.
2412 (org-insert-heading, org-insert-item): Go to end of new
2413 headline/item after creating it.
2414 (org-export-visible): Rename from `org-export-copy-visible'.
2415 Now creates a temporary org-file and applies an exporting command
2416 to it.
2417 (org-table-eval-formula): Support for lisp forms.
2418 (org-agenda-todo-ignore-scheduled): New option.
2419 (org-agenda-get-todos): Use new option
2420 `org-agenda-todo-ignore-scheduled'.
2421 (org-export-html-inline-images): New value `maybe'.
2422 (org-export-as-html): Inlining of images dependent on link description.
2423 (org-archive-subtree): Check for end-of-buffer before trying
2424 `kill-line'.
2425 (org-agenda-follow-mode): New option.
2426 (org-export-with-tags, org-export-with-timestamps): New options.
2427 (org-html-handle-time-stamps): New function.
2428 (org-keyword-time-regexp): New variable.
2429 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2430 (org-agenda-todo-list-sublevels): New option.
2431 (org-html-level-start): When TITLE is nil, just close all levels.
2432 (org-parse-key-lines, org-parse-export-options): Remove functions,
2433 replaced by `org-infile-export-plist'.
2434 (org-combine-plists, org-infile-export-plist)
2435 (org-default-export-plist): New functions.
2436 (org-export-html-preamble, org-export-html-postamble)
2437 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2438 New variables.
2439 (org-export-publishing-directory): New option.
2440 (org-export-as-html, org-export-as-ascii): Use the new property
2441 lists for settings.
2442 (org-export-copy-visible, org-export-as-xoxo):
2443 Respect `org-export-publishing-directory'.
2444 (org-link-search, org-store-link, org-file-apps): Support for
2445 links to BibTeX database entries..
2446 (org-get-current-options, org-set-regexps-and-options):
2447 Implement logging as a startup option.
2448 (org-store-link): Make sure context string is never empty
2449 (org-insert-link): Use relative path when possible.
2450 (org-at-item-checklet-p): New function.
2451 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2452 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2453 (org-metaright, org-metaup, org-metadown, org-shiftup)
2454 (org-shiftdown, org-shiftright, org-shiftleft)
2455 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2456 Dispatch using `call-interactively'.
2457 (org-call-with-arg): New defsubst.
2458 (org-tag-alist, org-use-fast-tag-selection): New options.
2459 (org-complete): Use `org-tag-alist'.
2460 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2461 (org-next-item, org-previous-item): New commands.
2462 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2463 make command.
2464 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2465
2466 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2467
2468 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2469 (ewoc-filter): Use `ewoc-delete'.
2470
2471 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2472
2473 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2476 Signal more user-friendly error messages.
2477
2478 * complete.el (PC-do-completion): Undo the addition of implicit
2479 wildcards if they did not lead to finding any match.
2480 (read-file-name-internal): Don't add the final > if the completion is
2481 not finished.
2482
2483 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2484
2485 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2486 Quote safe-local-variable predicate.
2487
2488 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2489
2490 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2491
2492 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2493
2494 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2495
2496 * progmodes/make-mode.el (makefile-special-targets-list)
2497 (makefile-macro-table, makefile-target-table): Mark as risky.
2498 (makefile-query-one-target-method): Make this the alias for the
2499 following variable.
2500 (makefile-query-one-target-method-function): Make this the real name.
2501
2502 * textmodes/artist.el (artist-text-renderer): Make this the alias
2503 for the following variable.
2504 (artist-text-renderer-function): Make this the real name.
2505
2506 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2507 the alias for the following variable.
2508 (flyspell-generic-check-word-predicate): Make this the real name.
2509
2510 * textmodes/ispell.el (ispell-format-word): Make this the alias
2511 for the following variable.
2512 (ispell-format-word-function): Make this the real name.
2513 (ispell-message-text-end): Mark as risky.
2514
2515 * skeleton.el (skeleton-transformation, skeleton-filter)
2516 (skeleton-pair-filter): Make these the aliases for the following
2517 variables.
2518 (skeleton-transformation-function, skeleton-filter-function)
2519 (skeleton-pair-filter-function): Make these the real names.
2520
2521 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2522 and skeleton-pair-filter-function.
2523
2524 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2525 alias for the following variable.
2526 (sgml-transformation-function): Make this the real name.
2527 (sgml-tag-alist): Mark as risky.
2528
2529 2006-05-21 Richard Stallman <rms@gnu.org>
2530
2531 * simple.el (kill-region): Interactively, pass point, then mark.
2532
2533 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2534
2535 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2536
2537 2006-05-21 Romain Francoise <romain@orebokech.com>
2538
2539 * dired-x.el (dired-mode-map): Don't bind M-g.
2540
2541 2006-05-20 Richard Stallman <rms@gnu.org>
2542
2543 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2544 (dired-goto-file): Doc fix.
2545
2546 2006-05-21 Kim F. Storm <storm@cua.dk>
2547
2548 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2549 way to enable built-in cua-mode if user loads older CUA-mode package.
2550
2551 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2552 if default-filename is specified.
2553
2554 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2555
2556 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2557
2558 * info.el (info-apropos): Make sure current-file and current-node
2559 have non-nil values. Speed up by using add-to-list instead of
2560 manual consing.
2561
2562 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2563
2564 * progmodes/make-mode.el (makefile-mode): Doc fix.
2565
2566 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2567
2568 * dired-aux.el (dired-do-shell-command): Doc fix.
2569
2570 2006-05-20 Kevin Ryde <user42@zip.com.au>
2571
2572 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2573 ``(custom-manual :tag "Foo" "(foo)Node")''.
2574
2575 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2576
2577 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2578 value is an integer.
2579
2580 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2581
2582 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2583 "format".
2584 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2585
2586 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2587
2588 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2589 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2590
2591 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2594 regexp for keywords.
2595
2596 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2597
2598 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2599 replace-regexp-in-string.
2600
2601 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2602 encode, and escape file name on conversion to URL.
2603
2604 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2605
2606 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2607 Don't unescape URL.
2608 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2609
2610 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2611 on conversion to URLs.
2612
2613 * net/browse-url.el (browse-url-file-url): Encode file name on
2614 conversion to URL.
2615
2616 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2617 conversion to URL.
2618
2619 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2620
2621 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2622
2623 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2624
2625 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2626 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2627
2628 2006-05-19 Glenn Morris <rgm@gnu.org>
2629
2630 * calendar/diary-lib.el (diary-bahai-date)
2631 (list-bahai-diary-entries, mark-bahai-diary-entries)
2632 (mark-bahai-calendar-date-pattern): Not interactive.
2633 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2634 (diary-entries-list): Change format of 4th element in each entry.
2635 (diary-list-entries): Use add-to-diary-list.
2636 (diary-goto-entry): Handle the case where the buffer visiting the
2637 diary has been killed.
2638 (fancy-diary-display): Add 'locator to button rather than 'marker.
2639 Only generate temp-face when there are marks to apply.
2640 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2641 (diary-fancy-date-pattern): New variable.
2642 (diary-time-regexp): Doc fix.
2643 (diary-anniversary, diary-time): New faces.
2644 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2645 diary-time-regexp. Add font-lock-multiline property where needed.
2646 Use new faces diary-anniversary and diary-time.
2647 (diary-fancy-font-lock-fontify-region-function): New function, to
2648 handle multiline font-lock pattern in fancy diary.
2649 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2650 (diary-font-lock-keywords): Tweak time regexp. Use new face
2651 diary-time.
2652
2653 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2654
2655 * international/code-pages.el (mik): Table corrected.
2656
2657 2006-05-18 Kim F. Storm <storm@cua.dk>
2658
2659 * progmodes/grep.el (grep-find): Don't check grep-find-command
2660 before running command (breaks non-interactive usage).
2661
2662 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2663
2664 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2665 (ewoc--insert-new-node): Don't insert trailing newline.
2666 Instead, adjust successor nodes's start markers.
2667 (ewoc--refresh-node): Delete all text from current node's start
2668 marker to the next one's; adjust successor nodes's start markers.
2669 (ewoc--create): Doc fixes.
2670 (ewoc--refresh): Don't insert newline.
2671 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2672 * pcvs.el (cvs-make-cvs-buffer):
2673 Specify extra newline for ewoc's header and footer.
2674 (cvs-update-header): Update initial header recognition.
2675 Append newline to final header and footer values.
2676 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2677
2678 2006-05-17 Richard Stallman <rms@gnu.org>
2679
2680 * files.el (file-name-extension): Doc fix.
2681
2682 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2685 we can explicitly enable/disable rather than toggle.
2686 (shell-mode): Use it.
2687 (shell-cd): Don't try to reproduce what `cd' does.
2688
2689 2006-05-17 Kim F. Storm <storm@cua.dk>
2690
2691 * ido.el (ido-read-internal): Use only nondirectory part of
2692 default item.
2693
2694 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2695
2696 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2697 (ewoc-nth): Doc fix.
2698
2699 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2700
2701 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2702
2703 * international/mule.el (auto-coding-alist): Add .lha to files
2704 read with no-conversion.
2705
2706 * files.el (auto-mode-alist): Add .lha files to archive file
2707 extensions.
2708
2709 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2710 Convert csize to integer when computing offsets within the
2711 compressed archive file.
2712
2713 2006-05-16 Kim F. Storm <storm@cua.dk>
2714
2715 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2716 with read-from-minibuffer.
2717
2718 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2719
2720 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2721 (byte-compile-warnings): Fix safe-local-variable property.
2722
2723 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2724
2725 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2726 (allout-stylish-prefixes, allout-numbered-bullet)
2727 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2728 predicates to qualify `safe-local-variable' property, when
2729 available, else use equivalent lambda.
2730 (allout-current-topic-collapsed-p): Do the right thing regarding
2731 trailing blank lines.
2732
2733 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * server.el (server-start): Only create a directory if needed.
2736 (server-edit, server-unload-hook): server-start => server-mode.
2737 (kill-emacs-hook): Cleanup upon exit.
2738
2739 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * hexl.el (hexlify-buffer): Encode process arguments manually.
2742
2743 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2744
2745 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2746 call to gdb-tooltip-print.
2747
2748 2006-05-15 Romain Francoise <romain@orebokech.com>
2749
2750 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2751 systems, default to "tar" since those systems probably have GNU tar.
2752
2753 2006-05-14 Lars Hansen <larsh@soem.dk>
2754
2755 * desktop.el (desktop-missing-file-warning): Fix docstring.
2756 (desktop-restore-file-buffer): Correct question asked on missing file.
2757
2758 2006-05-14 Kim F. Storm <storm@cua.dk>
2759
2760 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2761 Add CUA move property.
2762
2763 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * custom.el (custom-push-theme): Load the variable before checking
2766 its `standard-value'.
2767
2768 2006-05-13 Lars Hansen <larsh@soem.dk>
2769
2770 * desktop.el (desktop-save): Use with-temp-buffer.
2771
2772 2006-05-12 Glenn Morris <rgm@gnu.org>
2773
2774 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2775 * calendar/calendar.el (calendar-mode-map):
2776 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2777 * calendar/appt.el (appt-check, appt-make-list): Refer to
2778 diary-view-entries, diary-list-entries, diary-show-all-entries
2779 rather than obsolete aliases.
2780
2781 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * simple.el (line-move-finish): Avoid calling point motion hooks
2784 while processing intangibility.
2785
2786 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2787
2788 * term/xterm.el (terminal-init-xterm): Fix typo.
2789
2790 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2791
2792 * allout.el (allout-view-change-hook): Mark as being deprecated,
2793 to be replaced by `allout-exposure-change-hook'.
2794 (allout-exposure-change-hook): New, replacing
2795 `allout-view-change-hook'.
2796 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2797 in addition to `allout-view-change-hook'.
2798 (allout-show-bodies, allout-old-style-prefixes)
2799 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2800 lambda forms to prevent their showing up in variable help
2801 presentations as inscrutable byte-compiled code.
2802 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2803 Use string-or-null-p to qualify safe-local-variable values.
2804 (allout-reindent-bodies): Use memq to qualify matches against
2805 valid safe-local-variable values. Also, quote the lambda as above.
2806 (allout-use-mode-specific-leader): Add missing candidate-value
2807 symbols, use memq, and quote the lambda.
2808 (allout-overlay-interior-modification-handler): Remove unused
2809 variables `msg' and 'opened'.
2810 (allout-hidden-p): Constrain invisibility consideration to allout's
2811 invisibility spec, disregarding invisibility for other reasons.
2812
2813 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2814
2815 * files.el (version-control): Correct safe values.
2816
2817 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2818
2819 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2820
2821 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2822 (ewoc--insert-new-node): New func.
2823 Update callers of deleted funcs to use it, instead.
2824
2825 2006-05-11 Glenn Morris <rgm@gnu.org>
2826
2827 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2828 obsolete alias `show-all-diary-entries'.
2829 (make-diary-entry): Not interactive.
2830 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2831 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2832 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2833 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2834 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2835 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2836
2837 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2838
2839 * calendar/calendar.el (calendar-french-date-string)
2840 (calendar-mayan-date-string, calendar-chinese-date-string)
2841 (calendar-astro-date-string, calendar-iso-date-string)
2842 (calendar-islamic-date-string, calendar-bahai-date-string)
2843 (calendar-hebrew-date-string, calendar-coptic-date-string)
2844 (calendar-ethiopic-date-string, calendar-persian-date-string):
2845 These functions are not interactive.
2846
2847 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * files.el: Balance parentheses.
2850
2851 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2852
2853 * files.el, newcomment.el, outline.el, simple.el,
2854 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2855 progmodes/cc-vars.el, progmodes/compile.el:
2856 Move `safe-local-variable' declarations to the respective files.
2857
2858 * help-fns.el (describe-variable): Don't print safe-var if it is
2859 byte-code. Improve wording as suggested by Luc Teirlinck.
2860
2861 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2862
2863 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2864 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2865 Use a token for pending-triggers to ensure gdb-var-update
2866 gets called once per user input again for pre-GDB 6.4.
2867 (gdb-var-delete): Match on more complex expressions.
2868 (gdb-var-list-children-handler, gdb-var-create-handler):
2869 Use a token for consistency.
2870
2871 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2872
2873 * textmodes/org.el (org-read-date, org-goto-calendar)
2874 (org-agenda-goto-calendar):
2875 Bind `view-calendar-holidays-initially' to nil.
2876
2877 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2878
2879 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2880 Update all callers to do it there, instead.
2881
2882 2006-05-10 Glenn Morris <rgm@gnu.org>
2883
2884 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2885 prefix arg case, to avoid view-diary-entries-initially error.
2886 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2887 (calendar-date-is-legal-p): Handle dates with no day part.
2888
2889 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2890
2891 * comint.el (comint-insert-input): Just make it when
2892 comint-use-prompt regexp is nil (default) and with the mouse.
2893 (comint-copy-old-input): Reinstate from 2004-06-23.
2894 (comint-mode-map): Bind C-c C-m to it.
2895
2896 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2897
2898 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2899 Remove spurious move to point-max (new comint behavior fixes).
2900
2901 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2902 compatibility function (Emacs 18/19).
2903 (idlwave-is-continuation-line): Always return point at start of
2904 previous non-blank continuation line.
2905 `keyword-parameters': Fix continued comment font-lock matcher.
2906 (idlwave-font-lock-fontify-region): Written, use as
2907 font-lock-fontify-region-function, to fix continued keyword
2908 fontification issues.
2909
2910 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2911
2912 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2913 (mac-service-selection, mac-service-open-file)
2914 (mac-service-open-selection, mac-service-mail-selection)
2915 (mac-service-mail-to, mac-service-insert-text): Rename from
2916 mac-services-*. All uses changed.
2917 (mac-apple-event-map): Rename event symbol `services' to `service'.
2918
2919 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2920
2921 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2922 (ewoc--node-enter-first, ewoc--node-enter-last)
2923 (ewoc--delete-node-internal): Merge funcs into unique callers.
2924
2925 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2928 return value of read-from-minibuffer for empty input.
2929
2930 2006-05-09 Miles Bader <miles@gnu.org>
2931
2932 * comint.el (comint-insert-input): Remove redundant calls to setq
2933 and goto-char.
2934
2935 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * comint.el (comint-insert-input): Make it work when
2938 comint-use-prompt-regexp is t.
2939
2940 2006-05-10 Miles Bader <miles@gnu.org>
2941
2942 * subr.el (field-at-pos): New function.
2943
2944 * comint.el (comint-insert-input): Use it.
2945
2946 2006-05-09 Juri Linkov <juri@jurta.org>
2947
2948 * battery.el (battery-linux-proc-acpi): Also try
2949 `/proc/acpi/thermal_zone/THR2/temperature'.
2950
2951 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2952 for now unused lambda `string-or-null'.
2953
2954 * add-log.el (change-log-default-name): Put `string-or-null-p'
2955 instead of lambda on `safe-local-variable' property.
2956
2957 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2958 `region-end' instead of `mark' and `point'.
2959 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2960 Operate on region in Transient Mark mode when the mark is active.
2961 Use `region-beginning' and `region-end' instead of `mark' and
2962 `point'.
2963 (diff-hunk-text, diff-goto-source): Doc fix.
2964
2965 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2966 face `mode-line-buffer-id' for mode-line buffer face instead of
2967 hard-coded `(:weight bold)'.
2968
2969 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2970 buffer-undo-list to t (undo-ask is reproducible by visiting
2971 nested archives).
2972
2973 2006-05-09 Kim F. Storm <storm@cua.dk>
2974
2975 * progmodes/grep.el (rgrep): Set default directory of *grep*
2976 buffer if we start M-x rgrep in the *grep* buffer and choose
2977 a different base directory.
2978
2979 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2980
2981 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2982 completion also when ido is loaded.
2983
2984 2006-05-09 Masatake YAMATO <jet@gyve.org>
2985
2986 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2987 "warning" and "import".
2988 (cpp-font-lock-keywords): Added "warning".
2989
2990 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2991
2992 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2993
2994 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2997 pages at a time, if we signal the end, we should indeed reach that end.
2998
2999 2006-05-08 David Reitter <david.reitter@gmail.com>
3000
3001 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3002 output during execution of the body.
3003
3004 2006-05-08 Kim F. Storm <storm@cua.dk>
3005
3006 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3007
3008 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3009
3010 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3011 Use with-current-buffer.
3012
3013 2006-05-07 Kim F. Storm <storm@cua.dk>
3014
3015 * subr.el (add-to-history): Remove keep-dups arg.
3016
3017 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3018 to nil around call to add-to-history.
3019
3020 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3023 than after a buffer modification.
3024
3025 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3028 call to...
3029 (gud-watch): ...here so speedbar is raised for already watched
3030 expressions.
3031 (gdb-speedbar-refresh): Delete function.
3032 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3033 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3034 earlier change).
3035 (gdb-var-evaluate-expression-handler)
3036 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3037
3038 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3039 Update localized contents for all buffers except ignored modes.
3040
3041 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3042
3043 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3044 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3045 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3046 (mac-handle-font-panel-closed, mac-handle-font-selection):
3047 New functions.
3048 (mac-font-panel-mode): New minor mode.
3049 (mac-apple-event-map): Add bindings for toolbar toggle button and
3050 font panel.
3051 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3052
3053 2006-05-07 John Paul Wallington <jpw@pobox.com>
3054
3055 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3056 Avoid `regexp-opt'; simplify regexp for readability.
3057
3058 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3059
3060 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3061 * files.el (buffer-stale-function):
3062 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3063 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3064 links to the main manual, not to emacs-xtra.
3065
3066 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3067
3068 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3069 MacJapanese if text is ASCII-only.
3070
3071 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3072
3073 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3074 unless so nil isn't returned.
3075 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3076
3077 2006-05-06 Kim F. Storm <storm@cua.dk>
3078
3079 * subr.el (add-to-history): New function.
3080
3081 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3082 (ediff-merge-files-with-ancestor):
3083 * env.el (setenv):
3084 * isearch.el (isearch-update-ring):
3085 * server.el (server-visit-files):
3086 * progmodes/grep.el (lgrep, rgrep):
3087 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3088 * progmodes/xscheme.el (xscheme-insert-expression):
3089 Use add-to-history.
3090
3091 * kmacro.el (kmacro-push-ring): Use add-to-history.
3092 (kmacro-ring-length): Remove unused defun.
3093 (kmacro-start-macro): Use kmacro-push-ring.
3094
3095 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3096
3097 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3098 directly instead of a lambda expression that calls it.
3099
3100 2006-05-06 Kim F. Storm <storm@cua.dk>
3101
3102 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3103 instead of compute-motion.
3104
3105 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3108 change.
3109
3110 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3111
3112 * startup.el (command-line-1): Refer to "Pure Storage" on
3113 pure-space-overflow.
3114
3115 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3116
3117 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3118 provided faces once they all have been used up.
3119
3120 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3121
3122 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3123 reference to the Lisp manual to the warning about pure space
3124 overflow.
3125
3126 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3127
3128 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3129 argument to avoid the call to `ispell-internal-change-dictionary'
3130 when not needed.
3131 (ispell-change-dictionary): Use this argument and call
3132 `ispell-internal-change-dictionary' after the possible change
3133 to `ispell-local-dictionary'.
3134 (ispell-internal-change-dictionary): Check for a change in
3135 personal dictionary use too.
3136
3137 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3138
3139 * startup.el (command-line): On MS-Windows, probe "~", not
3140 "~USER", for warning about non-existent home directory
3141
3142 * arc-mode.el (archive-l-e): New optional argument `float' means
3143 generate a float value.
3144 (archive-arc-summarize, archive-lzh-summarize)
3145 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3146 with 3rd argument non-nil when file's size is being computed.
3147 Format the file sizes with %8.0f instead of %8d.
3148
3149 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3150
3151 * cus-start.el (all): Add mac-dnd-known-types.
3152
3153 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3154 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3155 (mac-TIFF-to-string): New functions.
3156 (x-get-selection, x-selection-value)
3157 (mac-select-convert-to-string): Use them.
3158 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3159 (mac-dnd-types-alist): New customization variable.
3160 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3161 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3162 (mac-dnd-handle-drag-n-drop-event): New functions.
3163 (mac-drag-n-drop): Remove function.
3164 (global-map): Bind drag-n-drop and M-drag-n-drop to
3165 mac-dnd-handle-drag-n-drop-event.
3166
3167 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3168
3169 * progmodes/perl-mode.el (perl-beginning-of-function):
3170 Skip anonymous subs.
3171
3172 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3173
3174 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3175 regexp-opt at run time.
3176
3177 * term.el (term-handle-ansi-escape): Fix off by one error.
3178
3179 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3182 (gdb-init-1, gdb-post-prompt): ...and references to it.
3183 (gdb-frame-handler): Strip directory name from filename if present.
3184
3185 * progmodes/gud.el (gdb-force-update): Delete defvar
3186 (gud-speedbar-buttons): ...and references to it. Use window-start
3187 to try to keep positon in watch expression.
3188
3189 2006-05-03 Richard Stallman <rms@gnu.org>
3190
3191 * simple.el (next-history-element, previous-history-element): Doc fix.
3192
3193 * isearch.el (isearch-update-ring): Doc fix.
3194
3195 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3196
3197 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3198 into consideration. Replace one arm ifs with whens.
3199
3200 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3203 (menu): Fix typo.
3204
3205 2006-05-02 Miles Bader <miles@gnu.org>
3206
3207 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3208
3209 2006-05-02 Jay Belanger <belanger@truman.edu>
3210
3211 * calc/calc-embed.el (calc-override-minor-modes-map)
3212 (calc-override-minor-modes): New variables.
3213 (calc-do-embedded): Make sure that Calc keystrokes aren't
3214 overwritten by minor modes.
3215
3216 2006-05-02 Chong Yidong <cyd@mit.edu>
3217
3218 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3219
3220 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3221
3222 * startup.el (command-line-1): Refer to Lisp manual when
3223 pure-space-overflow occurs.
3224
3225 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3226 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3227 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3228 (version-control): Don't use `t' for safe-local-variable declarations.
3229
3230 2006-05-01 Richard Stallman <rms@gnu.org>
3231
3232 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3233 M-r, M-R, M-A, M-SPC or M-DEL.
3234 (diff-mode-map): diff-refine-hunk now on C-c C-w
3235 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3236
3237 * help-mode.el (help-mode): view-exit-action calls delete-window
3238 only when it is safe and possible.
3239
3240 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3241 in messages.
3242
3243 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3244
3245 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3246 in the default tool-bar-map.
3247
3248 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp.el (tramp-completion-file-name-handler-alist)
3251 (tramp-run-real-handler, tramp-completion-run-real-handler)
3252 (tramp-completion-handle-file-name-all-completions)
3253 (tramp-completion-handle-file-name-completion): Autoload them.
3254 (tramp-completion-handle-file-exists-p)
3255 (tramp-completion-handle-file-name-directory)
3256 (tramp-completion-handle-file-name-nondirectory)
3257 (tramp-completion-handle-expand-file-name): Remove them.
3258 (tramp-handle-file-name-directory): Return the real directory name.
3259 Returning "/" only doesn't need to be necessary any longer.
3260 (tramp-file-name-handler): Make special attention when in hostname
3261 completion mode.
3262 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3263 (tramp-register-file-name-handlers):
3264 Register `tramp-completion-file-name-handler' only when
3265 `partial-completion-mode' is enabled.
3266 (tramp-completion-handle-file-name-all-completions):
3267 Delete directory part from results.
3268 (tramp-get-completion-methods, tramp-get-completion-user-host):
3269 Discard deleting "/", it doesn't work after the change of
3270 `tramp-handle-file-name-directory' above.
3271
3272 2006-05-01 Kim F. Storm <storm@cua.dk>
3273
3274 * progmodes/grep.el (grep-expand-template): Use save-match-data
3275 and symbol-value.
3276
3277 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3278
3279 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3280 Use select-frame-set-input-focus instead of raise-frame.
3281 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3282
3283 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3284
3285 * progmodes/gud.el (gud-def): Add %c case.
3286 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3287 (gud-format-command): Make match case sensitive. Match on %F.
3288
3289 2006-04-30 Glenn Morris <rgm@gnu.org>
3290
3291 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3292 (cal-tex-preamble): Use cal-tex-preamble-extra.
3293 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3294 than alias `list-diary-entries'.
3295
3296 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3297
3298 * help-fns.el (describe-variable): Add info about safe local variables.
3299
3300 2006-04-29 Richard Stallman <rms@gnu.org>
3301
3302 * bindings.el (mode-line-format): help-echo doc fixes.
3303
3304 * net/tramp.el (tramp-file-name-handler-alist): Delete
3305 expand-file-name and other operations that can cause spurious loading.
3306
3307 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * files.el (safe-local-variable-p): Remove support for the special
3310 value t.
3311
3312 * textmodes/paragraphs.el (sentence-end-without-space):
3313 Fix safety predicate.
3314 (sentence-end-double-space, sentence-end-without-period)
3315 (paragraph-ignore-fill-prefix):
3316 * textmodes/fill.el (colon-double-space):
3317 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3318
3319 * subr.el (booleanp): New fun.
3320
3321 * textmodes/reftex-vars.el (reftex-guess-label-type):
3322 Tighten the safety predicate.
3323
3324 2006-04-28 Kim F. Storm <storm@cua.dk>
3325
3326 * progmodes/grep.el (defgroup grep): Doc fix.
3327 (grep-auto-highlight): Remove.
3328 (grep-template): New defcustom.
3329 (grep-find-template): Rename from grep-tree-template.
3330 (grep-files-aliases): Rename from grep-tree-files-aliases.
3331 Remove "all" alias, add "l" alias.
3332 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3333 (grep-find-ignored-directories): New defcustom to replace
3334 grep-tree-ignore-CVS-directories, to facilitate ignoring
3335 subdirectories for multiple version control systems.
3336 (grep-mode-map): Add Recursive grep item to GREP menu.
3337 (grep-regexp-history, grep-files-history): New defvars.
3338 (grep-probe): New helper function.
3339 (grep-compute-defaults): Use it to simplify code.
3340 Adapt to name changes.
3341 Use `.' as base in grep-find-template rather than <D>.
3342 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3343 Call grep-compute-defaults unconditionally.
3344 (grep-expand-keywords): New defconst.
3345 (grep-expand-template): Rename from grep-expand-command-macros.
3346 Simplify via grep-expand-keywords. Look at case-fold-search instead
3347 of grep-tree-ignore-case to add -i option.
3348 Bind case-fold-search to nil while matching keywords.
3349 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3350 (grep-read-regexp, grep-read-files): New helper functions.
3351 (rgrep): Rename from grep-tree. Rework to use proper histories.
3352 Adapt to changes in defcustoms and functions above.
3353 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3354
3355 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * net/tramp.el (tramp-completion-file-name-handler):
3358 Disable Tramp's functionality while loading Tramp itself.
3359 (tramp-register-file-name-handlers): That's a defsubst now.
3360 Code from `tramp-repair-jka-compr' moved here. Apply it via
3361 `after-init-hook'.
3362 (tramp-repair-jka-compr): Remove.
3363
3364 2006-04-27 Jay Belanger <belanger@truman.edu>
3365
3366 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3367 read expression when `math-read-big-expr' doesn't work.
3368
3369 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * startup.el (command-line-1): Display warning when
3372 pure-space-overflow is non-nil.
3373
3374 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3375
3376 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3377 risky.
3378
3379 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3380
3381 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3382 Return the URL or nil if none can be generated.
3383
3384 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3387 byte compiler warnings.
3388 (gud-basic-call, gud-find-expr): Let user select an expression
3389 for printing. Print expression as well as value in GUD buffer.
3390
3391 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3392
3393 * allout.el: Remove local autoload declaration for
3394 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3395 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3396 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3397 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3398 (allout-stylish-prefixes, allout-numbered-bullet)
3399 (allout-file-xref-bullet, allout-presentation-padding)
3400 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3401 safe-local-variable with suitable value spec, and add autoload
3402 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3403 (move-beginning-of-line, move-end-of-line): Repair so these compat
3404 functions now actually resituate the point, when appropriate.
3405
3406 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3409
3410 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3411 (add-log-iso8601-time-string): Fix call to format-time-string.
3412
3413 2006-04-26 Kim F. Storm <storm@cua.dk>
3414
3415 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3416
3417 2006-04-26 Masatake YAMATO <jet@gyve.org>
3418
3419 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3420 Add support for "//" style comments. Remove `b' flag
3421 from ?* in `asm-mode-syntax-table'.
3422
3423 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * follow.el: Use (featurep 'xemacs) everywhere.
3426 (follow-mode): Use define-minor-mode.
3427 (follow-mode-map): Move initialization into the declaration.
3428 Use command remapping.
3429 (follow-emacs-version-xemacs-p): Remove.
3430 (follow-submit-feedback): Remove.
3431
3432 * allout.el (allout-layout, allout-passphrase-verifier-string)
3433 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3434
3435 * textmodes/reftex-vars.el (reftex-vref-is-default)
3436 (reftex-fref-is-default, reftex-guess-label-type):
3437 Tighten up a bit the safety predicate.
3438
3439 * textmodes/paragraphs.el (sentence-end-double-space)
3440 (sentence-end-without-period, sentence-end-without-space)
3441 (page-delimiter, paragraph-ignore-fill-prefix):
3442 Tighten up a bit the safety predicate.
3443
3444 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3445
3446 * progmodes/python.el (python-continuation-line-p)
3447 (python-beginning-of-statement): syntax-ppss may return
3448 a negative depth.
3449 (python-mode): Don't forcefully enable font-lock.
3450
3451 * time-stamp.el (time-stamp-start, time-stamp-end)
3452 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3453
3454 * add-log.el: Remove spurious * in docstrings.
3455 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3456 (add-change-log-entry): Use it here, since it's not specific
3457 to iso8601.
3458 (add-log-iso8601-time-string): Don't use it here any more.
3459 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3460
3461 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3462
3463 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3464
3465 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3466 (rcirc-toggle-low-priority): Doc fix.
3467 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3468 ChanServ regexp.
3469 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3470 #emacs.
3471 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3472 (rcirc-decode-coding-system): Use utf-8 as the default.
3473 (rcirc-multiline-minor-mode): Set the fill-column.
3474 (rcirc-format-response-string): Display bright and dim nicks.
3475 (rcirc-browse-url): Update interactive spec to fill ARG.
3476 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3477 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3478
3479 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3480
3481 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3482 case for @Article, etc.
3483
3484 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3487 Added with autoload cookie.
3488 (tramp-unload-file-name-handlers): Rename from
3489 `tramp-unload-file-name-handler-alist'.
3490
3491 2006-04-23 Romain Francoise <romain@orebokech.com>
3492
3493 * comint.el (comint-match-partial-filename): Doc fix.
3494
3495 2006-04-21 Glenn Morris <rgm@gnu.org>
3496
3497 * calendar/cal-menu.el (calendar-mode-map): Refer to
3498 `diary-view-entries' rather than alias `view-diary-entries'.
3499 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3500
3501 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3502
3503 * progmodes/antlr-mode.el (antlr-default):
3504 * cus-edit.el (custom-documentation):
3505 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3506 in defface.
3507
3508 2006-04-21 Kim F. Storm <storm@cua.dk>
3509
3510 * image.el (image-type): New defun split out of create-image.
3511 (create-image): Use it.
3512
3513 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3514
3515 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3516 (org-open-at-point): Remove the "...done" message to keep output
3517 in the echo area visible.
3518 (org-export-as-xoxo): Fix call to `indent-region'.
3519
3520 2006-04-21 Kevin Ryde <user42@zip.com.au>
3521
3522 * international/mule.el (keyboard-coding-system): defcustom
3523 info-link fixes: "Specify Coding" has been split, keyboard now in
3524 "Terminal Coding", and "Single-Byte Character Support" is now
3525 "Unibyte Mode".
3526
3527 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3528
3529 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3530 Use font-lock-warning-face for any errors e.g. no stack.
3531 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3532
3533 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * progmodes/sh-script.el (sh-shell): Mark as safe.
3536
3537 * newcomment.el (comment-start, comment-start-skip)
3538 (comment-end-skip, comment-end): Mark as safe.
3539
3540 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3541
3542 * textmodes/org.el (org-deadline-announce): Face removed.
3543 (org-level-faces, org-n-levels): Convert to constant.
3544 (org-compatible-face): New function.
3545 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3546 (org-level-5, org-level-6, org-level-7, org-level-8)
3547 (org-special-keyword, org-warning, org-headline-done, org-link)
3548 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3549 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3550 Face definition revised for better color tty support.
3551 (org-bold-re, org-italic-re, org-underline-re): New constants.
3552 (org-set-font-lock-defaults): Use the new constants.
3553 (org-agenda-highlight-todo): New function.
3554 (org-agenda-todo): Fix bug with point at end of line.
3555 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3556 Fontify TODO keywords.
3557 (org-insert-link): Preserve relative path in ../ links.
3558 (org-export-as-html): Convert links pointing to .org files into
3559 links that will work beteen the exported HTML files.
3560 (org-todo-list): Fix bug when arg=0.
3561 (org-insert-heading): More fine-tuning.
3562
3563 2006-04-19 Romain Francoise <romain@orebokech.com>
3564
3565 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3566 from `rmail-mime-charset-pattern'.
3567
3568 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3569
3570 * progmodes/python.el (python-mode): Fix typo.
3571
3572 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3573
3574 * comint.el (comint-previous-input): Don't clobber input line
3575 when moving off either end of the input history ring.
3576 (comint-delete-input): New function, used by
3577 `comint-previous-input' and others.
3578 (comint-previous-matching-input):
3579 Use `coming-delete-input'. Save the partial input if leaving the
3580 edit line. Goto point-max before deleting input to avoid
3581 partial input fragments hanging around.
3582 (comint-restore-input): New function, used by `comint-previous-input'.
3583
3584 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3585
3586 * imenu.el (imenu--index-alist): Balance parentheses.
3587
3588 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3591
3592 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3593
3594 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3595 file is nil.
3596
3597 2006-04-18 Richard Stallman <rms@gnu.org>
3598
3599 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3600
3601 * imenu.el (imenu-create-index-function, imenu--index-alist)
3602 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3603 (imenu-default-create-index-function, imenu--generic-function):
3604 Doc fixes.
3605
3606 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3607
3608 * help-mode.el (help-mode): Set view-exit-action to delete window.
3609
3610 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3611 now works by passing nil as arg.
3612
3613 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3614
3615 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3616 (read-abbrev-file): Provide default when reading filename.
3617
3618 * files.el (enable-local-variables): Allow :all as value.
3619 (hack-local-variables): Implement that value.
3620 (safe-local-variable-values, safe-local-eval-forms)
3621 (enable-local-variables): Mark as risky.
3622 (find-file-visit-truename, kept-old-versions): Mark safe.
3623
3624 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3625 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3626 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3627
3628 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3631 Use forward-line so as to get to BOL even in the presence of fields.
3632 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3633 in return.
3634 (inferior-tcl): Tell tclsh to work in interactive mode.
3635
3636 * complete.el (partial-completion-mode):
3637 Use 'choose-completion-string-functions to make sure that
3638 choose-completion fills the minibuffer properly.
3639
3640 * complete.el (PC-old-read-file-name-internal): Remove.
3641 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3642 of read-file-name-internal.
3643 (partial-completion-mode): Enable/disable this advice.
3644
3645 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3648 of 2006-04-17.
3649
3650 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3651
3652 * textmodes/org.el (org-insert-heading): Insert heading before
3653 current if at beginning of line.
3654 (org-todo, org-date): New faces.
3655 (org-table-align): Make sure tooltip window contains full text.
3656 (org-no-properties): New defsubst.
3657 (org-set-font-lock-defaults): Use new faces.
3658
3659 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3660
3661 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3662 for root variables.
3663
3664 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3665 (gdb-frame-address): Re-use to identify frame for watch expression.
3666 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3667 variables.
3668 (gdb-init-1, gdb-source, gdb-post-prompt)
3669 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3670 (gdb-frame-handler): Get gdb-frame-address.
3671
3672 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3673
3674 Sync with Tramp 2.0.53.
3675
3676 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3677 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3678 (tramp-completion-file-name-handler): Add autoload cookie for
3679 adding to `file-name-handler-alist'.
3680
3681 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3682 the prompt. If it returns earlier (when detecting an error
3683 message), the rest of the output will merge accidently with the
3684 output of the next command. Reported by M Jared Finder
3685 <jared@hpalace.com>.
3686
3687 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3688 for `process-file', in order to let it work for older Emacsen too.
3689
3690 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3691
3692 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3693 (tex-font-lock-keywords-3): Use it.
3694
3695 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * newcomment.el (comment-add): New function.
3698 (comment-region-default, comment-dwim): Use it.
3699
3700 2006-04-15 Michael Olson <mwolson@gnu.org>
3701
3702 * emacs-lisp/tq.el: Improve comments.
3703 (tq-queue-head-question): New accessor function.
3704 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3705 Update for modified queue structure.
3706 (tq-queue-add): Accept `question' argument.
3707 (tq-queue-pop): If a question is pending, send it.
3708 (tq-enqueue): Accept new optional argument `delay-question'.
3709 If this is non-nil, and at least one other question is pending a
3710 response, queue the question rather than sending it immediately.
3711
3712 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3713
3714 * calendar/appt.el (appt-add): Check whether an appointment is
3715 already present in appt-time-msg-list. Simplify code.
3716
3717 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * progmodes/cc-langs.el (c-mode-menu):
3720 Don't presume c-subword-mode is bound.
3721
3722 2006-04-13 Bill Wohler <wohler@newt.com>
3723
3724 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3725 (customize-package-emacs-version): Use cdr instead of cadr now
3726 that alists use dotted pairs.
3727
3728 * custom.el (defcustom): Fix docstring for :package-version.
3729
3730 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3733 (tramp-handle-shell-command): Display output buffer only when
3734 `tramp-display-shell-command-buffer' is true.
3735 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3736
3737 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3738
3739 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3740 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3741
3742 2006-04-13 Romain Francoise <romain@orebokech.com>
3743
3744 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3745 leaving temporary .cvsignore buffers behind.
3746
3747 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3748
3749 * textmodes/org.el (org-set-regexps-and-options)
3750 (org-get-current-options): Better names for the startup folding
3751 options.
3752
3753 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3754
3755 * vc.el (vc-annotate): Arrange for point to end up at the same
3756 line number as in the original, but only when using a new buffer.
3757
3758 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3759
3760 * files.el (hack-one-local-variable-eval-safep):
3761 Recognize `edebug-form-spec' for `put', but only if it passes
3762 `edebug-basic-spec'. Generalize `put' handling.
3763
3764 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3765 vetting file-local form specs.
3766
3767 * allout.el (allout-layout): Autoload its `safe-local-variable'
3768 property.
3769
3770 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3771
3772 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3773 (org-agenda-mouse-1-follows-link)
3774 (org-mouse-1-follows-link): New options.
3775 (org-format-agenda-item): Fix bug if TAGS is nil.
3776 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3777
3778 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3779
3780 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3781 GDB 6.1+ gives full filename for "info sources" so use
3782 file-name-nondirectory.
3783
3784 2006-04-12 Romain Francoise <romain@orebokech.com>
3785
3786 * subr.el (read-passwd): Bind `message-log-max' to nil.
3787
3788 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * progmodes/perl-mode.el (perl-indent-new-calculate):
3791 Recompute parse-start after jumping backward by a whole sexp.
3792
3793 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3796 window configuration.
3797 (vc-annotate-display-select): Select the buffer so that current-buffer
3798 (and selected-window) is the output buffer at the end of vc-annotate.
3799
3800 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3801
3802 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3803 8-color terminals, to use all of the colors in a sensible order.
3804 256-color terminals work well with the standard map.
3805 (vc-annotate-lines): Only strip the first color character if it
3806 is "#", to allow for terminal-style named colors.
3807 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3808 the correct buffer is scrolled.
3809
3810 2006-04-11 Richard Stallman <rms@gnu.org>
3811
3812 * emacs-lisp/bytecomp.el (byte-compile-file):
3813 Bind enable-local-variables to :safe, and make normal-mode obey it.
3814
3815 * files.el (enable-local-variables): Allow value :safe.
3816 (normal-mode): Doc fix.
3817 (hack-local-variables): Implement enable-local-variables = :safe.
3818 (hack-local-variables-confirm): Don't prevent quitting.
3819
3820 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * loadhist.el (unload-feature): A bit of sanity check of
3823 load-history entries. Cancel timer-vars before unbinding them.
3824
3825 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3826 quote special chars, and make the trick work on the hex part of the
3827 buffer as well.
3828 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3829 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3830
3831 * startup.el (normal-splash-screen): Fix last change so we don't wait
3832 2 minutes if we don't show the splash screen.
3833
3834 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3835
3836 * textmodes/org.el (org-export-plain-list-max-depth)
3837 (org-table-spaces-around-separators)
3838 (org-radio-targets, org-activate-camels)
3839 (org-table-spaces-around-invisible-separators): Options removed.
3840 (org-time-stamp-rounding-minutes, org-remember-templates)
3841 (org-ellipsis, org-activate-links, org-descriptive-links):
3842 New options.
3843 (org-remember-apply-template, org-current-time)
3844 (org-finish-edit-table-field)
3845 (org-link-unescape, org-link-escape)
3846 (org-string-width, org-table-clean-line, org-html-do-expand)
3847 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3848 (org-read-agenda-file-list): New functions.
3849 (org-table-edit-field)
3850 (org-table-create-or-convert-from-region): New commands
3851 (org-table-toggle-vline-visibility): Command removed.
3852 (org-table-convert-region): Made a command.
3853 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3854 Replace with the normal org- functions.
3855 (org-self-insert-command): Don't trigger realign unnecessarily
3856 when blanking a field that is not full.
3857 (org-mode): `Set buffer-invisibility-spec' for links.
3858 (org-activate-links2): Hide link part and only show descriptive
3859 part of the link.
3860 (org-insert-link): Modify for new linking system.
3861 (org-store-link): Store description separately, for use by
3862 `org-insert-link'.
3863 (org-table-align): Use `org-string-width'.
3864 (defgroup): Completely new group structure for custom variables.
3865 (org-agenda-files): Option: Single file name allowed. Function:
3866 Optional argument unrestrited means ignore any restricitons.
3867 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3868 trying to modify the menu. Use generalized access to
3869 `org-agenda-files.'
3870 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3871 (org-agenda-file-to-front, org-remove-file, org-diary)
3872 (org-tags-view, org-export-icalendar-all-agenda-files)
3873 (org-export-icalendar-combine-agenda-files): Use generalized
3874 access to `org-agenda-files'.
3875 (org-remember-handler): Correctly preserve heading if present.
3876 (org-table-insert-row, org-table-insert-hline): Deal with
3877 invisible characters.
3878
3879 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3880
3881 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3882 (vc-annotate-color-map): New 18 element constant
3883 value/saturation, rotating hue colormap, from red->blue.
3884 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3885 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3886 (vc-annotate): To avoid killing the required local variables,
3887 set them before the end of `with-output-to-temp-buffer', and
3888 after first switching to annotate-mode.
3889 (vc-annotate-warp-version): Add buffer argument in goto-line to
3890 ensure annotation, not source, is scrolled.
3891
3892 2006-04-10 Bill Wohler <wohler@newt.com>
3893
3894 * custom.el (defcustom, custom-handle-keyword):
3895 Add :package-version keyword.
3896 (custom-add-package-version): New function. Sets value of new
3897 property 'custom-package-version from :package-version keyword.
3898 (defcustom): Create Common Keywords section in docstring.
3899 (defface, defgroup): Replace definitions of a select few keywords
3900 with a reference to the Common Keywords in defcustom.
3901 (defcustom, defface, defgroup): Replace reference to Customization
3902 chapter in manual with hyperlink.
3903
3904 * cus-edit.el (customize-package-emacs-version-alist):
3905 New variable.
3906 (customize-changed-options): Add check for custom-package-version.
3907 (customize-package-emacs-version): New function to look up Emacs
3908 version corresponding to the given package version.
3909
3910 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3911 defun name, in similar fashion to find-variable-regexp.
3912
3913 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3914
3915 * international/mule-cmds.el (set-locale-environment): Fix last
3916 change for when the locale's preferences don't specify any encoding.
3917
3918 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3921 so the defined var/fun doesn't need to be quoted.
3922
3923 2006-04-10 Richard Stallman <rms@gnu.org>
3924
3925 * finder.el (finder-mode-map): Add n and p bindings.
3926
3927 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3930 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3931 (gdb-setup-windows): Put something in source window if we can't find
3932 the source file.
3933 (gdb-frame-handler): Make it work again with just assembly.
3934 (gdb-data-list-register-values-handler): Make it work when there is
3935 no stack.
3936
3937 2006-04-09 Richard Stallman <rms@gnu.org>
3938
3939 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3940 specs while looking for charset.
3941
3942 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3943
3944 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3945 Make them faces.
3946 (lm-font-lock-keywords): Update appropriately.
3947
3948 2006-04-10 Kim F. Storm <storm@cua.dk>
3949
3950 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3951 it can also replace buffer-substring-no-properties.
3952
3953 * emulation/cua-base.el (cua-delete-region, cua-paste)
3954 (cua-repeat-replace-region): Use filter-buffer-substring.
3955
3956 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3957 (cua-cut-region-to-global-mark): Likewise.
3958
3959 * emulation/cua-rect.el (cua--extract-rectangle)
3960 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3961
3962 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3963
3964 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3965 entry-type. Add field delimiters to numerical fields if they are
3966 not present.
3967
3968 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3969
3970 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3971 string-const to return value.
3972 (bibtex-remove-delimiters): Use it.
3973
3974 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3977 cl-byte-compile-compiler-macro unless it exists.
3978
3979 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3980
3981 * files.el (hack-local-variables-confirm) <offer-save>:
3982 Clarify message text. Suggested by Ralf Angeli.
3983
3984 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3985
3986 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3987 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3988 instead of `buffer-substring' and `delete-region'. (Most of the
3989 code actually copied from `kill-region'.)
3990
3991 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3992
3993 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3994 (rcirc-default-port): Rename from rcirc-port.
3995 (rcirc-default-nick): Rename from rcirc-nick.
3996 (rcirc-default-user-name): Rename from rcirc-user-name.
3997 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3998 (rcirc-low-priority-flag): New variable.
3999 (rcirc-decode-coding-system): New defcustom.
4000 (rcirc-encode-coding-system): New defcustom.
4001 (rcirc-coding-system-alist): New defcustom.
4002 (rcirc-multiline-major-mode): New defcustom.
4003 (rcirc-nick): New internal variable.
4004 (rcirc-process): Remove variable.
4005 (rcirc-server-buffer): New variable.
4006 (rcirc): Update to use rcirc-default-* variables above.
4007 (rcirc-connect): Do not add window-configuration-hook-here.
4008 (rcirc-server): New internal variable.
4009 (rcirc-connect): Do not send keepalive pings if
4010 rcirc-keepalive-seconds is nil.
4011 (with-rcirc-server-buffer): New macro.
4012 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4013 (rcirc-server-name): Rename from rcirc-server.
4014 (rcirc-buffer-process): New function.
4015 (rcirc-buffer-nick): New function.
4016 (rcirc-buffer-target): Remove function.
4017 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4018 New commands.
4019 (rcirc-mode-map): Change binding of C-c C-l to
4020 rcirc-toggle-low-priority.
4021 (rcirc-mode): Initialize coding system based on
4022 rcirc-coding-system-alist. New change-major-mode-hook to part the
4023 channel on a mode change. Make kill-buffer-hook buffer-local.
4024 (rcirc-change-major-mode-hook): New function.
4025 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4026 (rcirc-last-post-time): New variable.
4027 (rcirc-process-message): Store the last time user posted a message
4028 to this target.
4029 (rcirc-multiline-minor-mode): New mode.
4030 (rcirc-multiline-minor-mode-map): New mode map.
4031 (rcirc-edit-multiline): Put multiline-edit buffer in
4032 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4033 (rcirc-print): Ignore any line starting with an ignored nick.
4034 (rcirc-print): Decode using rcirc-decode-coding-system.
4035 (rcirc-track-minor-mode): Update global-mode-string when disabling
4036 this mode.
4037 (minor-mode-alist): Add LowPri indicator.
4038 (rcirc-toggle-low-priority): New function.
4039 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4040 next lowpriority buffer with activity.
4041 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4042 last time the user posted a message in to the target.
4043 (rcirc-update-activity-string): New formatting for low priority
4044 buffers.
4045 (rcirc-split-activity): New function.
4046 (rcirc-handler-PART, rcirc-handler-KICK)
4047 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4048 (rcirc-nick-away-alist): New variable.
4049 (rcirc-handler-301): New handler. Away messages are printed once
4050 per change.
4051
4052 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4053
4054 * info.el (Info-follow-nearest-node): Doc fix.
4055
4056 * international/mule-cmds.el (set-locale-environment): Make sure
4057 the coding-system preferred by the locale's language has the same
4058 EOL conversion type as the original buffer-file-coding-system.
4059 (locale-language-names): Add a few MS Windows language codes.
4060
4061 2006-04-07 Richard Stallman <rms@gnu.org>
4062
4063 * simple.el (eval-expression): Doc fix.
4064
4065 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4066 (eval-defun): Doc fixes.
4067
4068 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4069
4070 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4071
4072 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4073
4074 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4075 GDB list command without argument for greater generality.
4076
4077 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4078
4079 * subr.el (string-or-null-p): New function.
4080
4081 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4082
4083 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4084
4085 * files.el: Update comment about safe-local-variable declarations.
4086
4087 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4088
4089 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4090 See idlwave.org.
4091
4092 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4093 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4094
4095 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4096 See idlwave.org.
4097
4098 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4099 version 6.0 (minimal changes). See idlwave.org.
4100
4101 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4102 6.0 (minimal changes). See idlwave.org.
4103
4104 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4105
4106 2006-04-06 Romain Francoise <romain@orebokech.com>
4107
4108 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4109 symmetric encryption features and a new asynchronous interface to
4110 GnuPG. This new version is version 1.4, plus whitespace changes.
4111
4112 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4113
4114 * files.el: Move some `safe-local-variable' declarations to the
4115 respective files.
4116
4117 * textmodes/ispell.el (ispell-check-comments)
4118 (ispell-local-dictionary): Mark as safe.
4119
4120 * abbrev.el (abbrev-mode): Mark as safe.
4121
4122 * add-log.el (change-log-default-name): Mark as safe.
4123
4124 * textmodes/reftex-vars.el (reftex-vref-is-default)
4125 (reftex-fref-is-default, reftex-level-indent)
4126 (reftex-guess-label-type): Mark as safe.
4127
4128 * textmodes/fill.el (colon-double-space): Mark as safe.
4129
4130 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4131 (sentence-end-double-space, sentence-end-without-period)
4132 (sentence-end-without-space, sentence-end, sentence-end-base)
4133 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4134
4135 2006-04-06 Kim F. Storm <storm@cua.dk>
4136
4137 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4138 the :set-after list.
4139 (ido-downcase-unc-hosts): New user option. Default on.
4140 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4141 when it is set, as regexps are now applied on the fly.
4142 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4143 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4144 on the fly, but only when ido-process-ignore-lists is set.
4145 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4146 Only downcase names if ido-downcase-unc-hosts is set.
4147
4148 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4149
4150 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4151
4152 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4153
4154 2006-04-05 Kim F. Storm <storm@cua.dk>
4155
4156 * ido.el (ido-mode): Set after ido-unc-hosts and
4157 ido-ignore-unc-host-regexps.
4158 (ido-save-history): Save ido-unc-hosts-cache.
4159 (ido-load-history): Load ido-unc-hosts-cache.
4160 (ido-reread-directory): Refresh unc hosts cache in // dir.
4161
4162 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4163 to nil while displaying slash screen.
4164
4165 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4166
4167 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4168 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4169
4170 2006-04-05 Kenichi Handa <handa@m17n.org>
4171
4172 * international/characters.el: Setup cases of Latin, Greek, and
4173 Cyrillic characters in CJK charsets.
4174
4175 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4176
4177 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4178 default-enable-multibyte-characters. This reverts the change from
4179 revision 6.17 which is no longer necessary because the passphrase
4180 is sent separately now. GnuPG messages are unreadable under
4181 multibyte locales with default-enable-multibyte-characters set to nil.
4182
4183 2006-04-04 Andreas Schwab <schwab@suse.de>
4184
4185 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4186 and `byte-compile-warnings' as `safe-local-variable'.
4187
4188 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4189
4190 * man.el (Man-mode-map): Restore the \r binding.
4191 (Man-abstract-xref-man-page): If Man-target-string is a function,
4192 call it.
4193 (Man-highlight-references): Use Man-default-man-entry to get the
4194 target. Deal with xrefs too.
4195 (Man-highlight-references0): Don't call the target function.
4196
4197 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4198 cannot deal with it.
4199
4200 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4201
4202 * pgg-gpg.el: Clean up process buffers every time gpg processes
4203 complete.
4204
4205 2006-04-04 Kenichi Handa <handa@m17n.org>
4206
4207 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4208 here.
4209 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4210 Temporarily bind inhibit-field-text-motion to t.
4211
4212 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * startup.el (normal-splash-screen): Only set mode-line-format in the
4215 splash buffer, so as not to interfere when debugging the code.
4216 Ignore errors when switching buffer.
4217
4218 2006-04-03 Romain Francoise <romain@orebokech.com>
4219
4220 * dired.el (dired-dnd-protocol-alist): Fix typo.
4221
4222 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4223
4224 * savehist.el (savehist): Add :version.
4225 (savehist-ignored-variables): New variable.
4226 (savehist-minibuffer-hook): Don't save variables listed in
4227 `savehist-ignored-variables'.
4228
4229 * dired.el (dired-dnd-protocol-alist): Mention that change does
4230 only apply to new buffers in doc string.
4231
4232 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4233
4234 * recentf.el (recentf-open-files-item): Include newline in button
4235 field, so opening a file will work, when the point is at the end
4236 of the file name. Allow, for example, to [i]search a file by
4237 extension and just push RET to open it.
4238
4239 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4240
4241 * pgg-gpg.el (pgg-gpg-process-filter)
4242 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4243
4244 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4245 lines, temporary fix.
4246
4247 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4250
4251 2006-04-02 Richard Stallman <rms@gnu.org>
4252
4253 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4254
4255 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4258 header-mouse-map.
4259
4260 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4261 (ibuffer-mode-header-map): New keymaps.
4262 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4263 and keybindings for column headers.
4264 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4265 property.
4266
4267 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4268
4269 * speedbar.el (speedbar-after-create-hook): Doc fix.
4270
4271 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4272
4273 * shell.el (shell-directory-tracker)
4274 (shell-dynamic-complete-command): Doc fixes.
4275
4276 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4277
4278 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4279 terminals.
4280
4281 2006-04-01 Kim F. Storm <storm@cua.dk>
4282
4283 * ido.el (ido-unc-hosts-cache): New defvar.
4284 (ido-unc-hosts): If value of defcustom is a function, call it to
4285 get list of UNC hosts. Add function-item choices to specify
4286 ido-unc-hosts-net-view or user function.
4287 (ido-ignore-unc-host-regexps): New defcustom.
4288 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4289 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4290 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4291
4292 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4295 wwidth.
4296
4297 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4300 (ido-max-work-file-list, ido-switch-buffer)
4301 (ido-read-file-name-as-directory-commands):
4302 Fix typos in docstrings.
4303
4304 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4305
4306 * term/mac-win.el (mac-system-coding-system): Define and use after
4307 Mac-specific coding systems are ready.
4308
4309 2006-03-27 Romain Francoise <romain@orebokech.com>
4310
4311 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4312
4313 * ldefs-boot.el: Update.
4314
4315 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4316
4317 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4318 passphrases when it is not needed.
4319 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4320 passphrase stuff from gpg, should only be necessary when you use
4321 gpg with a smartcard.
4322
4323 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4324
4325 * comint.el (comint-dynamic-list-completions): Allow user to
4326 select *Completions* buffer.
4327
4328 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4329
4330 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4331
4332 2006-03-26 Andreas Schwab <schwab@suse.de>
4333
4334 * progmodes/gud.el (gdb): Only complain about multiple debugging
4335 when the gdb process is still running.
4336
4337 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4338
4339 * mail/rmail.el (tool-bar-map): Defvar it.
4340 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4341 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4342
4343 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4344
4345 * help.el (print-help-return-message): Suggest to use
4346 display-buffer instead of switch-to-buffer-other-window to restore
4347 the previous window without selecting it.
4348
4349 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4350
4351 * frame.el (select-frame-by-name): Call x-focus-frame also when
4352 window-system is mac.
4353
4354 * term/mac-win.el: Adjust Courier font specifications in
4355 x-fixed-font-alist.
4356 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4357 when directly encoding to UTF-16 in native byte order, no BOM.
4358
4359 2006-03-25 Kim F. Storm <storm@cua.dk>
4360
4361 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4362 (cua--init-keymaps): Use it instead of fixed C-return.
4363 (cua-mode): Set after it.
4364
4365 * emulation/cua-rect.el (cua--init-rectangles):
4366 Use cua-rectangle-mark-key instead of fixed C-return.
4367
4368 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4369
4370 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4371 "run" in .gdbinit.
4372 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4373
4374 2006-03-24 Romain Francoise <romain@orebokech.com>
4375
4376 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4377 `display-buffer-other-frame'.
4378
4379 2006-03-24 Kim F. Storm <storm@cua.dk>
4380
4381 * apropos.el (apropos-synonyms): Add selection => region.
4382
4383 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4384
4385 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4386 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4387 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4388 (gdb-data-list-register-values-regexp)
4389 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4390 Future proof against new fields being added to MI output.
4391 (gdb-send): Don't treat backslashes for program input as
4392 continuations.
4393 (gdb-assembler-handler): Don't use window-start for this handler.
4394 (gdb-frame-handler): Don't change to hollow arrow if overlay
4395 arrow doesn't move to new frame.
4396
4397 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4400 prevent compiler warnings.
4401 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4402 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4403 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4404 buffer too.
4405
4406 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4407
4408 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4409 make-network-process, so we can use the same code in Gnus v5-10
4410 too and have this file fully synchronized with that release.
4411
4412 2006-03-23 Romain Francoise <romain@orebokech.com>
4413
4414 * ibuf-ext.el (ibuffer-read-filter-group-name):
4415 Use `ibuffer-generate-filter-groups' to make completion list match
4416 the filter groups that are really displayed in the Ibuffer buffer.
4417 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4418
4419 2006-03-23 Kenichi Handa <handa@m17n.org>
4420
4421 * international/mule-cmds.el (sort-coding-systems): Describe that
4422 the argument is modified in docstring.
4423
4424 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4425
4426 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4427 (pgg-gpg-update-agent): New function.
4428 (pgg-gpg-use-agent-p): New function.
4429 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4430 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4431 (pgg-gpg-sign-region): Use it.
4432
4433 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * cus-edit.el (custom-face-set): Call custom-push-theme before
4436 face-spec set so that `changed' theme is correctly saved.
4437 (custom-face-reset-standard): Reset to recalculated face rather
4438 than defface spec.
4439
4440 * custom.el (custom-push-theme): Only save `changed' theme if the
4441 current face does not match the defface specs.
4442
4443 2006-03-21 Simon Josefsson <jas@extundo.com>
4444
4445 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4446 <wilde@sha-bang.de>.
4447 (pgg-gpg-use-agent): New variable.
4448 (pgg-gpg-process-region): Use it.
4449 (pgg-gpg-encrypt-region): Likewise.
4450 (pgg-gpg-encrypt-symmetric-region): Likewise.
4451 (pgg-gpg-decrypt-region): Likewise.
4452 (pgg-gpg-sign-region): Likewise.
4453 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4454
4455 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4456
4457 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4458 bracket links.
4459
4460 2006-03-21 Kim F. Storm <storm@cua.dk>
4461
4462 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4463 fringe-indicator-alist instead of modifying global value.
4464 (gdb-frame-handler): Likewise.
4465
4466 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4467
4468 * diff-mode.el (diff-function): Make it inherit from diff-header
4469 instead of diff-context.
4470
4471 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4472 bitmap.
4473 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4474 change names in macro above for consistency.
4475 (gdb-frame-handler): Use hollow-right-triangle for all selected
4476 frames which except the innermost (where execution has stopped).
4477 (gdb-reset): Reset buffer-local values of overlay-arrow.
4478
4479 2006-03-20 Richard Stallman <rms@gnu.org>
4480
4481 * simple.el (set-mark-command): Doc fix.
4482
4483 * files.el (display-buffer-other-frame): New command.
4484 (ctl-x-4-map): Bind C-x 5 C-o to it.
4485
4486 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4489 rather than just defer-time, in case defer-time has been changed but
4490 the timer isn't running yet.
4491 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4492
4493 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4494
4495 * help-mode.el (help-follow-symbol): New function.
4496 Essentially identical to the old `help-follow', but do not let
4497 `push-button' do the work when on an xref.
4498 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4499
4500 2006-03-19 Richard Stallman <rms@gnu.org>
4501
4502 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4503 preceded by the word `program'.
4504 (help-follow-mouse, help-follow): Throw error if not on xref.
4505 Delete no longer used args.
4506
4507 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4510 annotation ensure gud-overlay-arrow-position is redisplayed.
4511
4512 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4513
4514 * textmodes/bibtex.el (bibtex-include-OPTkey)
4515 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4516 (bibtex-autokey-name-case-convert)
4517 (bibtex-autokey-titleword-case-convert): Make these the aliases
4518 for the following two variables.
4519 (bibtex-autokey-name-case-convert-function)
4520 (bibtex-autokey-titleword-case-convert-function): Make these the
4521 real names.
4522 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4523 bibtex-font-lock-crossref sublists.
4524 (bibtex-mode): Revert 2005-12-30 change (which made
4525 completion-ignore-case buffer-local).
4526 (bibtex-url): Simplify.
4527
4528 2006-03-19 Kim F. Storm <storm@cua.dk>
4529
4530 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4531 cursor property value to 2 (to align with C level change).
4532
4533 2006-03-19 Bill Wohler <wohler@newt.com>
4534
4535 * image.el (image-load-path-for-library): Shorten first line in
4536 docstring.
4537
4538 2006-03-18 Richard Stallman <rms@gnu.org>
4539
4540 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4541
4542 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4543
4544 * isearch.el (isearch-other-meta-char): Handle user bindings for
4545 shifted control characters.
4546
4547 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4548
4549 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4550 part that matches email addresses, file names, etc.
4551
4552 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4553
4554 * term/w32-win.el (mouse-set-font):
4555 Mention w32-list-proportional-fonts in the doc string.
4556
4557 2006-03-18 Kim F. Storm <storm@cua.dk>
4558
4559 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4560 (ido-unc-hosts): New user option to explicitly define list of know
4561 UNC-style hosts for completion.
4562 (ido-cache-unc-host-shares-time): New user option.
4563 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4564 New helper functions for UNC file-name support.
4565 (ido-may-cache-directory): Check for UNC host. Simplify.
4566 (ido-wash-history): Clean out old UNC hosts.
4567 (ido-nonreadable-directory-p): UNC hosts are always readable.
4568 (ido-directory-too-big-p): UNC hosts are never too big.
4569 (ido-set-current-directory): Handle UNC root path.
4570 (ido-file-name-all-completions): Complete UNC host names from
4571 ido-unc-hosts list. Cache UNC host shares.
4572 (ido-make-file-list-1): Don't filter UNC root.
4573 (ido-exhibit): Check for // in root directory, and switch to UNC
4574 mode by setting ido-current-directory to //.
4575
4576 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4577
4578 * cus-edit.el (customize-changed-options): Mention explicit
4579 version number as default in prompt.
4580
4581 2006-03-17 Bill Wohler <wohler@newt.com>
4582
4583 * image.el (image-load-path-for-library): Minor docstring fix.
4584
4585 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4586
4587 * textmodes/org.el (org-read-date): Include subgroup 5 into
4588 replacement text.
4589 (org-popup-calendar-for-date-prompt): Fix customization type.
4590
4591 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4592
4593 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4594 (gdb-continuation): New variable.
4595 (gdb-send): Deal with continuation lines.
4596
4597 * progmodes/gud.el (gud-gdb-complete-command)
4598 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4599 expressions.
4600 (gud-tooltip-mode): Use buffer-local value.
4601
4602 2006-03-16 Kim F. Storm <storm@cua.dk>
4603
4604 * ido.el (ido-edit-input): Use selected match, if any.
4605
4606 2006-03-16 Bill Wohler <wohler@newt.com>
4607
4608 * image.el (image-load-path-for-library): Prefer user's images in
4609 image-load-path.
4610
4611 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4612
4613 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4614 when checking for attempt to drag leftmost or rightmost scrollbar.
4615
4616 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4617
4618 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4619 (gdb-force-mode-line-update): New function.
4620 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4621 (gdb-exited): Use them.
4622 (gdb-signal): New function.
4623 (gdb-annotation-rules): Provide a rule for it.
4624
4625 2006-03-16 Kenichi Handa <handa@m17n.org>
4626
4627 * international/mule.el (auto-coding-regexp-alist): Add entries
4628 for Unicode BOM.
4629
4630 * sort.el (sort-build-lists): Temporarily bind
4631 inhibit-field-text-motion to t.
4632
4633 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4634
4635 * locate.el (locate-command, locate-make-command-line)
4636 (locate-fcodes-file, locate-update-command)
4637 (locate-prompt-for-command, locate, locate-with-filter)
4638 (locate-get-file-positions): Doc fixes.
4639 (locate-buffer-name, locate-header-face): Remove leading `*' in
4640 defcustom.
4641 (locate-filter-output): Use `keep-lines' instead of its alias
4642 `delete-non-matching-lines'.
4643 (locate-get-filename, locate-get-dirname): Add introductory comment.
4644 (locate-find-directory-other-window): Give appropriate error
4645 message if used outside main listing.
4646
4647 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4650 the new extend-region feature.
4651 (font-lock-after-change-function): Update correspondingly.
4652 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4653 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4654
4655 2006-03-15 Bill Wohler <wohler@newt.com>
4656
4657 * image.el (image-load-path-for-library): Fix example by not
4658 recommending that one binds image-load-path. Just defvar it to
4659 placate compiler and only use it if previously defined.
4660
4661 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4662
4663 * textmodes/org.el (org-insert-centered): Use `string-width' to
4664 make underlining work for wide characters.
4665 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4666 TAB to `org-cycle', to make sure that no binding in
4667 `outline-mode-map' can supercede it.
4668
4669 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4670
4671 * allout.el: Increment version to 2.2.1 in file commentary.
4672
4673 (allout-version): Increment to 2.2.1.
4674
4675 (allout-default-layout): New customization variable, used when the
4676 file lacks a specific allout-layout. Uses allout-layout-type for
4677 recursively nested definition.
4678
4679 (allout-layout-type): Widget defining allout layouts, necessary for
4680 self-recursive definition.
4681
4682 (allout-mode): Incorporate allout-default-layout as fallback for
4683 allout-layout.
4684
4685 (allout-layout): Mark as 'safe-local-variable', and refer mention
4686 fallback to `allout-default-layout' in absence of a specified value.
4687 (allout-passphrase-verifier-string)
4688 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4689
4690 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4691
4692 (allout-get-encryption-passphrase-verifier): Use correct name of
4693 passphrase verifier in docstring.
4694
4695 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4696
4697 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4698 elements.
4699 (gdb-find-watch-expression): Make it work for arrays too.
4700 Follow change to gdb-var-list.
4701 (gud-watch): Allow the user to enter variable name with a prexix
4702 arg. Create keybindings.
4703 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4704 (gdb-var-list-children-handler, gdb-var-update-handler)
4705 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4706 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4707 Follow change to gdb-var-list.
4708 (gdb-starting): Don't show the overlay arrows when program is running.
4709
4710 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4711 gdb-var-list.
4712
4713 2006-03-14 Bill Wohler <wohler@newt.com>
4714
4715 * image.el (image-load-path-for-library): Pass value of path
4716 rather than symbol. Always return list of directories.
4717 Guarantee that image directory comes first.
4718
4719 2006-03-14 Alan Mackenzie <acm@muc.de>
4720
4721 * font-core.el (font-lock-extend-region\(-function\)?.):
4722 New function/variable.
4723
4724 * font-lock.el (font-lock-after-change-function):
4725 Call font-lock-extend-region. Obey font-lock-lines-before.
4726 (font-lock-default-fontify-region): Remove reference to
4727 font-lock-lines-before.
4728
4729 * jit-lock.el (jit-lock-after-change):
4730 Call font-lock-extend-region. Obey font-lock-lines-before.
4731
4732 2006-03-14 David Ponce <david@dponce.com>
4733
4734 * tree-widget.el (tree-widget-themes-load-path)
4735 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4736
4737 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4738
4739 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4740 (rcirc-print): Mark the start of text at the end of the prompt.
4741 (rcirc-track-minor-mode): Add autoload cookie.
4742 (rcirc-update-activity-string): Add space to front of mode-line
4743 indicator.
4744
4745 2006-03-13 Miles Bader <miles@gnu.org>
4746
4747 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4748 (rcirc-abbrev-nick): Remove function.
4749 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4750
4751 2006-03-13 David Ponce <david@dponce.com>
4752
4753 * tree-widget.el: Handle themes across all occurrences of the main
4754 themes sub-directory found in tree-widget-themes-load-path.
4755 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4756 (tree-widget--locate-sub-directory): Return all occurrences.
4757 (tree-widget-themes-path): New function.
4758 Replace tree-widget-themes-directory, and return a list of directories.
4759 (tree-widget-set-parent-theme)
4760 (tree-widget-lookup-image): Use it.
4761
4762 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4763
4764 * textmodes/org.el (org-link-search): Avoid self-matching of
4765 links, allow target text to be distributed over several lines.
4766 (org-search-not-link): New function.
4767 (org-set-regexps-and-options, org-get-current-options):
4768 New startup options.
4769 (org-export-as-html): Take odd-level setting from local variable.
4770 (org-fontify-emphasized-text): New option.
4771 (org-set-font-lock-defaults): Include emphasized text.
4772 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4773 (org-font-lock): Customize group renamed from `org-faces'.
4774
4775 2006-03-13 John Paul Wallington <jpw@pobox.com>
4776
4777 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4778 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4779
4780 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4781
4782 * cus-start.el (all): Delete :version keyword for members of the
4783 fringe group, since the entire group is new in 22.1.
4784
4785 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4788 map if value is hexadecimal (an address).
4789 (gud-watch): Only search roots for existing watch expressions.
4790 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4791 prevent caching problems with speedbar-update-directory-contents.
4792
4793 2006-03-12 Juri Linkov <juri@jurta.org>
4794
4795 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4796 before comparing with `low' and `warn'.
4797
4798 * info.el (Info-dir-remove-duplicates): Move point to the
4799 beginning of the current line after deleting the entries from
4800 redundant heading. Use marker for `limit' and compare it with
4801 point before calling `re-search-forward'.
4802
4803 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4804
4805 * simple.el (yank): Fix typo in docstring.
4806
4807 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4808
4809 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4810 messages, where "D" is the 6th character.
4811
4812 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4813
4814 * simple.el (yank): Fix last change.
4815
4816 2006-03-11 David Ponce <david@dponce.com>
4817
4818 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4819 merging elements from the standard ispell-dictionary-alist.
4820 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4821 alist, and return the new alist.
4822
4823 2006-03-11 Richard Stallman <rms@gnu.org>
4824
4825 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4826
4827 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4828 the way it is implemented is too unclean.
4829
4830 * simple.el (kill-region, yank): Doc fix.
4831
4832 * battery.el (battery-echo-area-format): Doc fix.
4833 (battery-mode-line-format): Likewise.
4834 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4835 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4836
4837 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4838
4839 * progmodes/octave-mod.el (octave-indent-for-comment):
4840 Behave according to do string.
4841
4842 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4843
4844 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4845 Be visible only if major mode is Mail Mode.
4846
4847 * textmodes/flyspell.el (flyspell-external-point-words)
4848 (flyspell-process-localwords): Fix last changes.
4849
4850 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4851
4852 * calendar/holidays.el (list-holidays): Doc fix.
4853
4854 * international/mule.el (auto-coding-alist): Add .odt
4855 (OpenOffice's open document) files.
4856
4857 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4858 document) files. Mention in the doc string the need to sync with
4859 auto-coding-alist.
4860
4861 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4864 enable-local-variables is set to always query, or there is no
4865 savable variable.
4866
4867 2006-03-10 Bill Wohler <wohler@newt.com>
4868
4869 * image.el (image-load-path-for-library): Merge at least three
4870 functions from Gnus and MH-E into this one function that can now
4871 be shared.
4872
4873 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4874
4875 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4876 gdb-remove-mouse-face and remove help-echo too.
4877 (gdb-enqueue-input): Correct conditional clause.
4878
4879 2006-03-10 Glenn Morris <rgm@gnu.org>
4880
4881 * calendar/calendar.el (calendar-holidays): Doc fix.
4882 * calendar/holidays.el (list-holidays): Doc fix.
4883
4884 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4887 it gets called in gdb-prompt anyway.
4888 (gdb-use-separate-io-buffer): Only restore window arrangement for
4889 gdb-many-windows.
4890 (gdb-enqueue-input): Make it harder to send GDB input when program
4891 is running.
4892 (gdb-buffer-list): New variable.
4893 (gdb-remove-mouse-face): New function.
4894 (gdb-starting): Use it when GDB input won't get sent.
4895
4896 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * help.el (view-lossage): Remove trailing whitespace before
4899 inserting "\n".
4900
4901 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * files.el (hack-local-variables-confirm):
4904 Set coding-system-for-read to nil before writing to .emacs.
4905
4906 * arc-mode.el (archive-extract): Check if an existing buffer name
4907 comes from a different archive.
4908
4909 * help.el (describe-key-briefly): If KEY is a down event, read and
4910 discard the up event.
4911
4912 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4913
4914 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4915 be edited and use font-lock-warning-face for any changes.
4916
4917 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4918 (gdb-edit-value): Use it to report any errors.
4919
4920 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * help.el (describe-key): Remove leftover test code.
4923
4924 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4925
4926 * textmodes/org.el: Move defvars out of eval-when-compile.
4927 Use buffer-file-name variable.
4928 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4929 arg `file'.
4930 (org-level-faces): Remove startup dependency.
4931 (org-cycle, org-map-tree, org-scan-tags)
4932 (org-remember-handler): Don't call `outline-level' directly.
4933 (org-mhe-search-all-folders): New option.
4934 (org-mhe-get-message-folder-from-index)
4935 (org-mhe-get-message-folder): Fix indexing search.
4936 (org-format-agenda-item): Handle nil TAGS argument.
4937 (org-cleaned-string-for-export, org-activate-target-links)
4938 (org-make-target-link-regexp): Deal with empty radio target list.
4939 (org-tag): New face.
4940 (org-get-level-face): New function.
4941 (org-set-font-lock-defaults): Simplify setup for headlines.
4942 (org-complete): Pass common substring to `display-completion-list'.
4943
4944 2006-03-06 David Ponce <david@dponce.com>
4945
4946 * tree-widget.el: Update Commentary header.
4947 (tree-widget-theme-name): Ignore parent themes.
4948 (tree-widget-set-parent-theme): New function.
4949 (tree-widget-set-theme): Use it.
4950 (tree-widget-set-image-properties): Move definition. Does nothing
4951 if image properties have already been set.
4952 (tree-widget-image-properties): Move definition. Receive an image
4953 name. Set the :pointer property.
4954 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4955 Don't set the :pointer image property.
4956 (tree-widget-convert-widget): New function. Handle :dynargs
4957 compatibility here.
4958 (tree-widget): Use it to :convert-widget. Add the :expander-p
4959 predicate to control when the :expander function is entered.
4960 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4961 (tree-widget-value-create): Handle :expander-p. widget-apply
4962 :expander.
4963 (tree-widget-expander-p): New function. Default value of the
4964 :expander-p property.
4965
4966 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * help.el (describe-key): Properly handle the return value of
4969 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4970 remaps. Handle string and vector `follow-link' values.
4971
4972 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * complete.el (PC-expand-many-files): Try be more careful when parsing
4975 the shell's output.
4976
4977 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * outline.el (hide-sublevels): Provide better interactive default.
4980
4981 2006-03-06 Kenichi Handa <handa@m17n.org>
4982
4983 * international/fontset.el (create-fontset-from-fontset-spec):
4984 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4985
4986 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4987
4988 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4989 backslashes instead of one in regexp.
4990 (gud-tooltip-dereference): Add missing optional argument.
4991
4992 2006-03-04 John Paul Wallington <jpw@pobox.com>
4993
4994 * wdired.el (toplevel): Require `cl' at compile-time.
4995
4996 2006-03-04 Andreas Schwab <schwab@suse.de>
4997
4998 * server.el (server-process-filter): Handle errors during
4999 evaluation of the argument.
5000
5001 2006-03-03 John Paul Wallington <jpw@pobox.com>
5002
5003 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5004 escape parentheses at beginning of line.
5005 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5006 (t-mouse-mode): Remove period from end of error message.
5007
5008 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5009
5010 * textmodes/flyspell.el (flyspell-process-localwords):
5011 Be case-sensitive.
5012
5013 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5014
5015 * cus-edit.el (custom-quote): Remove function, since it has been
5016 moved to custom.el.
5017
5018 * font-lock.el (lisp-font-lock-keywords-2)
5019 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5020 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5021 they have no special meaning.
5022
5023 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5024 indirect buffer gets killed before indirect buffer. Use dolist.
5025
5026 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5027
5028 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5029 value instead of a literal constant (1) on more pauses.
5030
5031 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5032
5033 * textmodes/flyspell.el (flyspell-external-point-words):
5034 Be case-sensitive.
5035
5036 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5037
5038 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5039 with "www".
5040
5041 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5042
5043 * allout.el: Restablish intermediate missing comment header to
5044 preserve outline structure.
5045 (allout-beginning-of-current-entry): Skip invisible text.
5046 (allout-open-topic): Fix opening a topic at end-of-buffer.
5047 (allout-minor-mode): Move nearer to allout-mode function.
5048
5049 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5050
5051 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5052
5053 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5056 is nil.
5057
5058 * progmodes/gud.el (gud-speedbar-menu-items):
5059 Use buffer-local-value and add missing :visible keyword.
5060
5061 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5062
5063 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5064
5065 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5066 must be `follow-link'.
5067
5068 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5069
5070 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5071 formatting: No nested anchors.
5072 (org-all-targets): Fix bug with XEmacs compatibility.
5073 (org-read-date): Add (require 'parse-time).
5074 (org-set-tags): Fix bug with extra inserted space.
5075 (org-export-html-style): Define a style class for targets.
5076 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5077 (org-hide-leading-stars): New option.
5078 (org-hide): New face.
5079 (org-set-font-lock-defaults): Allow to hide leading stars.
5080 (org-get-legal-level, org-tr-level): New functions.
5081 (org-odd-levels-only): New option.
5082 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5083 (org-demote, org-promote): Deal with double-star levels.
5084 (org-convert-to-odd-levels): New command.
5085
5086 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5087
5088 * speedbar.el (speedbar-update-localized-contents): Try to
5089 preserve window-start.
5090 (speedbar-update-directory-contents): Try to preserve window-start
5091 and window-point.
5092 (speedbar-update-special-contents): Don't move back to start of window.
5093
5094 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5095 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5096 speedbar-timer-fn.
5097 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5098 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5099 instead of gdb-speedbar-timer-fn.
5100
5101 2006-02-28 Jay Belanger <belanger@truman.edu>
5102
5103 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5104 (math-compose-expr): Use latex option when calling
5105 `math-compose-tex-matrix' for latex mode.
5106
5107 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5108
5109 * speedbar.el: Re-instate comments about developing for speedbar
5110 [this is what info and gdb-ui use even if better methods exist now].
5111
5112 * t-mouse.el: New file.
5113 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5114 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5115 (t-mouse-make-event-element): Use posn-at-x-y instead.
5116 (t-mouse-make-event): Deal with Fedora Core 3.
5117 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5118 (t-mouse-mouse-position-function): New function. Use it instead
5119 of advising mouse-position.
5120 (t-mouse-mode): New minor mode.
5121 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5122
5123 2006-02-27 Glenn Morris <rgm@gnu.org>
5124
5125 * calendar/calendar.el (calendar-holidays): Doc fix.
5126
5127 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5130 Re-introduce the concept of a source window.
5131 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5132 consistency with get-buffer-create.
5133 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5134 (gdb-data-list-register-values-handler)
5135 (gdb-stack-list-locals-handler): Try to preserve window-start as
5136 well as window-point.
5137 (gdb-display-source-buffer): New function (old concept).
5138 (gdb-goto-breakpoint): Use it.
5139
5140 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5141 for gdb-ui/gdb-mi (old concept).
5142
5143 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5144
5145 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5146 binding.
5147
5148 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5149
5150 * textmodes/reftex-sel.el (reftex-select-label-map)
5151 (reftex-select-bib-map): Add `follow-mouse' binding.
5152
5153 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5154
5155 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5156 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5157 Give :set functions to provide automatic updating.
5158 Update docstring. Give compiler defvars early in the file
5159 and move the defcustoms to a later spot where all called functions
5160 are defined.
5161 (jka-compr-file-name-handler-entry): Doc fix.
5162 (jka-compr-compression-info-list--internal)
5163 (jka-compr-mode-alist-additions--internal)
5164 (jka-compr-load-suffixes--internal): New variables.
5165 (jka-compr-install): Set the three above variables.
5166 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5167 (jka-compr-update, jka-compr-set): New functions.
5168 (auto-compression-mode): Doc fix.
5169
5170 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5171 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5172 Use jka-compr-compression-info-list--internal,
5173 jka-compr-mode-alist-additions--internal and
5174 jka-compr-load-suffixes--internal.
5175
5176 * files.el (load-library):
5177 * loadhist.el (file-loadhist-lookup):
5178 * startup.el (command-line):
5179 * subr.el (locate-library):
5180 * emacs-lisp/autoload.el (update-directory-autoloads):
5181 * emacs-lisp/find-func.el (find-library-suffixes):
5182 Use `get-load-suffixes' instead of `load-suffixes'.
5183
5184 * subr.el (locate-library):
5185 * emacs-lisp/find-func.el (find-library-name):
5186 Use `load-file-rep-suffixes' instead of '("").
5187
5188 2006-02-26 Kim F. Storm <storm@cua.dk>
5189
5190 * ido.el (ido-save-history, ido-load-history): Simplify.
5191 Don't use find-file-noselect to avoid interference from other modes.
5192
5193 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5194
5195 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5196 to use the default shell if filename is not available.
5197 Reported by Giorgos Keramidas.
5198
5199 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5200
5201 * progmodes/etags.el (tags-completion-table): Do completion from
5202 all the tables in the current list, as documented in the manual.
5203
5204 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5205
5206 * CC Mode Update to 5.31.3.
5207
5208 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5209
5210 * progmodes/cc-mode.el (c-postprocess-file-styles):
5211 Bind inhibit-read-only to t, around the call to
5212 c-remove-any-local-eval-or-mode-variables, so that it works on a
5213 RO file.
5214
5215 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5216
5217 * progmodes/cc-awk.el: Correct a typo.
5218
5219 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5220
5221 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5222 c-hungry-delete-backwards, at the request of RMS. Leave the old
5223 name as an alias.
5224
5225 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5226
5227 * progmodes/cc-mode.el: Correct a typo.
5228
5229 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5230
5231 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5232
5233 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5234
5235 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5236 brace-else-brace (error due to mbeg, mend being undefined).
5237
5238 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5239
5240 * progmodes/cc-mode.el: File Local variables: Solve the problem
5241 where both `mode' and c-file-offsets are specified: `mode' will
5242 overwrite c-f-o's settings:
5243 (c-remove-any-local-eval-or-mode-variables): New function.
5244 (c-postprocess-file-styles): Call the above new function, within
5245 c-tentative-buffer-change, to splat `mode' and `eval' before the
5246 second hack-local-variables.
5247
5248 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5249
5250 * progmodes/cc-mode.el:
5251 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5252 (c-after-change): Protect the match data with save-match-data.
5253 It was getting corrupted by c-after-change-check-<>-operators.
5254
5255 * cc-defs.el: [Supersedes patch V1.38]:
5256 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5257 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5258
5259 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5260 with save-match-data. It was being corrupted when Font Lock was
5261 not enabled.
5262
5263 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5264
5265 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5266 Mode and Subword Mode.
5267
5268 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5269 real labels ("case 1:" or "foo:") from non-labels ("public:").
5270 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5271 coding; c-f-t-2 doesn't move over a token at EOB.
5272
5273 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5274
5275 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5276 (c-update-modeline): Concatenate the minor mode indicators
5277 directly onto mode-name, removing c-submode-indicators.
5278 Sometimes, c-s-i got separated from the mode name on the mode line.
5279
5280 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5281 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5282
5283 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5284
5285 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5286 error message when there's an evaluation error to show whether
5287 it's loaded from source or not.
5288 (c-filter-ops): Make it available at runtime too to work when
5289 `c-make-init-lang-vars-fun' needs to evaluate from source.
5290
5291 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * help.el (help): Revert last part of 2006-02-23 change (deletion
5294 of the `provide' call).
5295
5296 2006-02-23 Juri Linkov <juri@jurta.org>
5297
5298 * compare-w.el (compare-windows-highlight): Add new value
5299 `persistent' and change :type from `boolean' to `choice'.
5300 (compare-windows-overlays1, compare-windows-overlays2):
5301 New internal variables.
5302 (compare-windows-highlight): If compare-windows-highlight is
5303 `persistent', add current overlays to compare-windows-overlays[12]
5304 instead of adding compare-windows-dehighlight to pre-command-hook.
5305 (compare-windows-dehighlight): Delete all overlays from
5306 compare-windows-overlays[12].
5307
5308 * info.el (Info-search): Don't bind search-spaces-regexp to
5309 Info-search-whitespace-regexp in non-regexp isearch mode.
5310
5311 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5314
5315 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * textmodes/org.el (org-xemacs-p)
5318 (org-export-html-show-new-buffer, org-table-may-need-update)
5319 (org-insert-item, org-mhe-get-message-real-folder)
5320 (org-mhe-get-message-folder-from-index)
5321 (org-mhe-get-message-folder, org-mhe-get-message-num)
5322 (org-mhe-get-header, org-make-org-heading-search-string)
5323 (org-make-org-heading-camel, org-table-sort-lines)
5324 (org-format-org-table-html, org-format-table-table-html):
5325 Fix typos in docstrings.
5326
5327 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5328
5329 * textmodes/org.el (org-cleaned-string-for-export)
5330 (org-solidify-link-text): New function.
5331 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5332 XEmacs, just to silence the compiler.
5333 (org-export-as-ascii, org-export-as-html-and-open):
5334 Use `org-cleaned-string-for-export' and create internal links.
5335 (org-follow-mhe-link): Require mh-e, use folder.
5336
5337 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5340
5341 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5342 gdb-debug-log-length.
5343 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5344 it a real ring but...
5345 (gud-gdba-marker-filter): ...make it work like mark-ring.
5346 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5347 (gdb-mouse-jump): New function. Add bindings.
5348
5349 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5352 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5353 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5354 (gdb-debug-log-length): Customize it's length.
5355 (gud-watch, gdb-var-create-handler): Display function::var format
5356 but don't use to create variable object.
5357 (gdb-var-create-handler): Use message-box in place of message.
5358 (gdb-stopped): Call gdb-exited if signalled.
5359
5360 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5361
5362 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5363
5364 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5365
5366 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5367 if `reftex-try-all-extensions' is set.
5368
5369 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5370 fail silently when there is no valid argument at point.
5371 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5372 `fail-silently' argument. From a patch by David Reiter.
5373
5374 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5375 New commands.
5376 (org-mark-ring): New variable.
5377 (org-mark-ring-length): New option.
5378 (org-open-at-point, org-goto, org-open-file): Push old position
5379 onto the mark ring.
5380 (org-add-hook): New function.
5381 (org-export-table-remove-special-lines): New option.
5382 (org-skip-comments, org-format-org-table-html): Respect new
5383 option `org-export-table-remove-special-lines'.
5384 (org-open-file): Allow special command configuration for
5385 directory link.
5386 (org-file-apps): Fix bugs in customize type, added setting
5387 for directories.
5388 (org-activate-tags, org-format-agenda-item, org-complete)
5389 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5390 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5391 (org-link-search, org-make-org-heading-search-string)
5392 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5393 (org-radio-targets, org-file-link-context-use-camel-case)
5394 (org-activate-camels): New options.
5395 (org-update-radio-target-regexp, org-all-targets)
5396 (org-make-target-link-regexp, org-activate-target-links):
5397 New functions.
5398 (org-make-org-heading-search-string): New function.
5399 (org-store-link, org-insert-link): Use new option
5400 `org-file-link-context-use-camel-case'.
5401 (org-activate-camels): Use new option `org-activate-camels'.
5402 (org-link-regexp): Add mhe prefix.
5403 (org-open-at-point, org-store-link): Support for mhe links.
5404 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5405 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5406 (org-mhe-get-header, org-follow-mhe-link): New functions.
5407 (org-remove-angle-brackets, org-add-angle-brackets):
5408 New functions.
5409 (org-bracket-link-regexp): New constant.
5410 (org-read-date): Fix bug that was rejecting all typed dates.
5411 (org-link-search): Make hierarchy above visible after a match.
5412 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5413 (org-store-link): Fix bug with link creation when cursor is in
5414 an empty line.
5415 (org-open-at-point): Fix bug with matching a link.
5416 Fixed buggy argument sequence in call to `org-view-tags'.
5417 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5418 (org-prefix-has-tag): New variable.
5419 (org-format-agenda-item): Remove tags from headline
5420 if appropriate.
5421 (org-agenda-remove-tags-when-in-prefix): New option.
5422
5423 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5424
5425 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5426 Fix the regular expressions.
5427
5428 2006-02-21 Richard M. Stallman <rms@gnu.org>
5429
5430 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5431 if there's no other specific basis.
5432
5433 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5434 as variables at all.
5435 (unsafep-variable): Rename arg; doc fix.
5436
5437 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5438
5439 * calendar/appt.el (diary-selective-display): Add defvar.
5440
5441 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5442
5443 * isearch.el (search-whitespace-regexp): Fix custom type.
5444
5445 * help.el (describe-key-briefly): Compute interactive args
5446 in same was as before previous change.
5447
5448 * files.el (enable-local-variables): Doc fix.
5449
5450 2006-02-21 Kim F. Storm <storm@cua.dk>
5451
5452 * fringe.el: Cleanup as file is now pre-loaded.
5453 (fringe-bitmaps): Initialize unconditionally.
5454 (fringe-mode, set-fringe-style): Remove autoload cookies.
5455
5456 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5457
5458 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5459 `horizontal-bar'.
5460 (fringe-cursor-alist): Use `horizontal-bar'.
5461
5462 2006-02-20 Kim F. Storm <storm@cua.dk>
5463
5464 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5465 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5466
5467 * loadup.el: Load "fringe" on window systems.
5468
5469 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5470
5471 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5472 out of scope components.
5473
5474 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5475 default.
5476
5477 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * custom.el (customize-mark-to-save, customize-mark-as-set):
5480 Load the symbol first.
5481
5482 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5485 strech spec so it doesn't display as "^J" on the header line
5486 when `Buffer-menu-use-header-line' is t.
5487
5488 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5489
5490 * speedbar.el (speedbar-make-button): Keep text properties
5491 of string arguments if desired.
5492
5493 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5494 expessions.
5495
5496 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5497 of speedbar.
5498
5499 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5500
5501 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5502 to value of `read-file-name-completion-ignore-case'.
5503
5504 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * custom.el (customize-mark-as-set): Push to `user' theme.
5507
5508 * cus-edit.el (custom-save-variables): Allow unthemed values.
5509 (customize-set-variable): Push setting to `user' theme.
5510
5511 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * progmodes/gud.el: Don't require font-lock as it's now
5514 automatically loaded.
5515 (gud-speedbar-buttons): Replace gdb-var-changed with
5516 gdb-force-update.
5517
5518 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5519 gdb-var-changed.
5520 (gdb-post-prompt): Use it.
5521 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5522 (gdb-var-update-handler, gdb-var-delete)
5523 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5524 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5525 gdb-force-update in gdb-post-prompt.
5526 (gdb-reset): Clear watch expressions from speedbar when quitting.
5527
5528 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5529
5530 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5531 (viper-change-state-to-vi, viper-change-state-to-emacs):
5532 Make aware of cursor coloring in the Emacs state.
5533 (viper-special-read-and-insert-char): Use read-char-exclusive.
5534 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5535
5536 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5537
5538 * viper-util.el (viper-save-cursor-color)
5539 (viper-get-saved-cursor-color-in-replace-mode)
5540 (viper-get-saved-cursor-color-in-insert-mode)
5541 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5542 state.
5543 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5544
5545 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5546 (ediff-ignore-case-option3, ediff-actual-diff-options)
5547 (ediff-actual-diff3-options): New variables to control case sensitivity.
5548 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5549 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5550 (ediff-toggle-ignore-case): New function.
5551 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5552
5553 * ediff-help.el (ediff-long-help-message-narrow2)
5554 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5555 (ediff-long-help-message-word-mode): Add ignore-case command.
5556 (ediff-help-for-quick-help): Add ignore-case command.
5557
5558 * ediff-merg.el: Move provide to the end.
5559
5560 * ediff-ptch.el: Move provide to the end.
5561
5562 * ediff-wind.el: Move provide to the end.
5563
5564 * ediff-mult.el: Move provide to the end.
5565 (ediff-set-meta-overlay): Enable follow-link.
5566
5567 * ediff.el: Move provide to the end.
5568 Break recursive load cycle in eval-when-compile.
5569 (ediff-patch-buffer): Better heuristics.
5570
5571 * ediff-util.el: Move provide to the end.
5572 Break recursive load cycle in eval-when-compile.
5573 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5574 defuns.
5575 (ediff-submit-report): Pass the values of ediff-diff3-program,
5576 ediff-diff3-options.
5577
5578 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5581 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5582 `' (for example, in the docstring of `windmove-default-keybindings').
5583
5584 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5587 shadow face. Don't provide binding to edit variable when it is
5588 out of scope.
5589
5590 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5591 (gdb-var-update-handler): Detect out of scope variables with pre
5592 GDB 6.4 too.
5593 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5594 Reset status of variable objects to nil in update handlers.
5595 (gdb-var-update-handler-1): Detect when a variable object comes
5596 in scope. setcar on var changes gdb-var-list directly.
5597
5598 2006-02-17 Juri Linkov <juri@jurta.org>
5599
5600 * ffap.el (ffap) <defface>: Add explicit face declaration.
5601 (ffap-highlight): Use face `ffap' directly instead of checking
5602 for its existence.
5603
5604 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5605 `visible-ok' of `other-buffer' to find the right original buffer.
5606
5607 * info.el (Info-search): Skip `Local Variables' node.
5608
5609 2006-02-17 Juri Linkov <juri@jurta.org>
5610
5611 * info.el (Info-find-file): Check for symbols `apropos', `history',
5612 `toc' in the input filename, and return these symbols as is.
5613 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5614 `history', `toc' instead of strings.
5615 (Info-set-mode-line): For non-string Info-current-file use the
5616 symbol's name inside **.
5617 (Info-isearch-push-state): Add quote before Info-current-file and
5618 Info-current-node.
5619 (Info-isearch-pop-state): Use `equal' instead of `string='.
5620 (Info-extract-pointer, Info-following-node-name): Use
5621 `match-string-no-properties' instead of `match-string'.
5622 (Info-up): Check `old-file' for `stringp'.
5623 (Info-history): Use `equal' instead of `string-equal'.
5624 Check `file' for `stringp'.
5625 (Info-history): Use symbol `history' instead of string as first arg
5626 of `Info-find-node'.
5627 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5628 `toc' instead of string.
5629 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5630 instead of `buffer-substring', and `match-string-no-properties'
5631 instead of `match-string'.
5632 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5633 instead of strings.
5634 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5635 Use symbol `apropos' instead of string.
5636 (Info-copy-current-node-name): Check `Info-current-file' for
5637 `stringp' and construct a command with `Info-find-node' from it.
5638 (Info-fontify-node): Use `match-string-no-properties' instead of
5639 `match-string' and check file names for `stringp'.
5640 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5641 `history', `toc' instead of strings.
5642
5643 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * files.el: Rearrange functions and variables in the file local
5646 variables section.
5647
5648 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5649
5650 * files.el: Add truncate-lines, ispell-check-comments and
5651 ispell-local-dictionary as safe local variables.
5652
5653 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5656 out of scope variables.
5657 (gud-speedbar-buttons): Use unless.
5658
5659 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5660 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5661 (gdb-show-changed-values): Also use for out of scope variables.
5662 (gdb-var-update-handler-1): Note if variable goes out of scope.
5663
5664 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5665
5666 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5667 default to global variable values for unsupplied args.
5668 (rcirc-get-buffer-create): Fix bug with setting the target.
5669 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5670 test for rcirc-always-use-server-buffer-flag here.
5671 (rcirc-response-formats): Add %N, which is a facified nick. %n
5672 uses the default face. Change the ACTION format string. If the
5673 "nick" is the server, don't print anything for that field.
5674 Comment fixes.
5675 (rcirc-target-buffer): Don't test
5676 rcirc-always-use-server-buffer-flag here.
5677 (rcirc-print): Squeeze extra spaces out of the text before message.
5678 (rcirc-put-nick-channel): Strip potential "@" char from nick
5679 before adding them to nick table.
5680 (rcirc-url-regexp): Improve to match address like "foo.com".
5681
5682 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5683
5684 * allout.el (allout-hidden-p): Move this defsubst before
5685 allout-overlay-interior-modification-handler, where it is first
5686 used.
5687
5688 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5689
5690 * allout.el: Use allout invisible-text overlays instead of
5691 selective display for concealed text. Also, lots of general
5692 cleanup, and improved compatibility code.
5693
5694 (allout-version) Incremented, corrected, revised, and refined
5695 module commentary.
5696
5697 (provide 'allout): Moved to the bottom, added a require of overlay.
5698
5699 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5700 `except-current'.
5701 (allout-write-file-hook-handler): Minimize delay.
5702 (count-trailing-whitespace-region): New function so
5703 auto-encryption of current topic can resituate cursor exactly.
5704 PGP/GPG encryption trims trailing whitespace from lines, which
5705 must be accounted for across encryption then decryption.
5706
5707 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5708 just plain "\C-c", to avoid intruding on user's keybinding space.
5709
5710 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5711 parameter, so user request to provide a new password is done.
5712
5713 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5714 Refined mechanism for auto-filling behavior while in allout mode.
5715
5716 (allout-mode): Explicitly specify the mode map in the docstring.
5717 Clarify provision for various write-file hook var names.
5718 Adjusted for invisible-text overlays instead of selective-display.
5719
5720 (allout-depth): Really return 0 if not within any topic. This
5721 rectifies `allout-beginning-of-level' and sequence numbering
5722 errors that occur when cutting and pasting numbered topics.
5723 Changed from a in-line subst to a regular function, as well.
5724
5725 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5726
5727 (allout-end-of-subtree, allout-end-of-subtree)
5728 (allout-end-of-entry, allout-end-of-current-heading)
5729 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5730 (allout-show-children, allout-show-to-offshoot)
5731 (allout-hide-current-entry, allout-show-current-entry): Rectified
5732 handling of trailing blank lines between items.
5733
5734 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5735 (allout-current-depth, allout-unprotected, allout-hidden-p)
5736 (allout-on-current-heading-p, allout-listify-exposed)
5737 (allout-chart-subtree, allout-goto-prefix)
5738 (allout-back-to-current-heading, allout-get-body-text)
5739 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5740 (allout-hide-region-body, allout-toggle-subtree-encryption)
5741 (allout-encrypt-string, allout-encrypted-key-info)
5742 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5743 (allout-file-vars-section-data): Adjusted for use with
5744 invisible-text overlays instead of selective-display.
5745
5746 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5747 Reworked for use with invisible text overlays.
5748
5749 (allout-current-topic-collapsed-p): New function.
5750
5751 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5752 to know when to close the containing topic.
5753
5754 (allout-pre-command-business, allout-post-command-business):
5755 Simplify undo-batching and dynamic isearch exposure.
5756
5757 (allout-set-overlay-category): New for invisible-text overlays.
5758 Sets properties of allout-overlay-category, used by
5759 allout-flag-region to set invisible-text overlay properties.
5760 (allout-get-invisibility-overlay): Get the first qualifying
5761 invisibility overlay, so we can find the extent of it.
5762 (allout-back-to-visible-text): Get to just before the beginnining
5763 of the current invisibility overlay, if any.
5764
5765 (allout-overlay-insert-in-front-handler)
5766 (allout-overlay-interior-modification-handler)
5767 (allout-before-change-handler, allout-isearch-end-handler): New
5768 functions to handle extraordinary actions affecting concealed
5769 text.
5770
5771 (allout-flag-region): Use overlays instead of selective-display
5772 for invisible text - by inheritence from the properties of
5773 allout-overlay-category in mainline Emacs, and applied
5774 property-by-property in XEmacs, some recent versions of which
5775 don't inherit the properties from the category. Provisions to
5776 respond to concealed-text edits simplified drastically.
5777
5778 (allout-isearch-rectification, allout-isearch-was-font-lock)
5779 (allout-isearch-expose, allout-enwrap-isearch)
5780 (allout-isearch-abort, allout-pre-was-isearching)
5781 (allout-isearch-prior-pos, allout-isearch-did-quit)
5782 (allout-isearch-dynamic-expose)
5783 (allout-hide-current-entry-completely): Functions deleted.
5784
5785 (allout-undo-aggregation): Explicit undo aggregation no longer
5786 necessary due to transition away from selective-display.
5787
5788 (set-allout-regexp, allout-up-current-level)
5789 (allout-next-visible-heading, allout-forward-current-level)
5790 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5791 (allout-kill-line, allout-yank-processing, allout-show-children)
5792 (allout-expose-topic, allout-old-expose-topic)
5793 (allout-listify-exposed, allout-insert-latex-header)
5794 (allout-toggle-subtree-encryption, allout-encrypt-string)
5795 (remove-from-invisibility-spec, allout-hide-current-subtree):
5796 Ditched unused variables.
5797
5798 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5799
5800 * textmodes/ispell.el (ispell-change-dictionary): Call
5801 ispell-buffer-local-dict instead of
5802 ispell-accept-buffer-local-defs.
5803 (ispell-local-dictionary-alist): Accept as valid any coding-system
5804 supported by Emacs.
5805 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5806 changed to iso-8859-3.
5807
5808 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5809
5810 * speedbar.el (speedbar-frame-width): Make an inline function
5811 instead of a macro. Use frame-width.
5812 (speedbar-try-completion, speedbar-update-contents)
5813 (speedbar-timer-fn): Use consp.
5814 (speedbar-update-localized-contents): Try to preserve point.
5815
5816 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5817 (menu): Re-order menu items.
5818 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5819 field.
5820 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5821 (gdb-post-prompt): Speed things by not forcing update.
5822
5823 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5824
5825 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5826 press and perform default action if we get a mouse movement event.
5827
5828 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * calendar/icalendar.el (icalendar--get-event-property)
5831 (icalendar--get-event-property-attributes): Fix typos in
5832 docstrings.
5833
5834 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5835 docstring.
5836
5837 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * bs.el (bs-mode): Use `buffer-disable-undo'.
5840 (bs--get-file-name): Simplify.
5841 (bs-show-in-buffer): Mark the buffer as not modified.
5842
5843 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5844
5845 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5846 widget-button-click.
5847
5848 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5849 (custom-mode): Update docstring.
5850
5851 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5852 binding.
5853
5854 * files.el (hack-local-variables-confirm): Allow scrolling if the
5855 file variable list is too long. Kill temp buffer after use.
5856
5857 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5858
5859 * progmodes/gud.el (gdb): Improve doc string.
5860 (gdb-script-font-lock-keywords): Expand allowed character set.
5861
5862 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5863 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5864 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5865 (gdb-separate-io-stop, gdb-separate-io-eof):
5866 Rename from gdb-inferior-* to gdb-separate-*.
5867 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5868
5869 2006-02-14 Jay Belanger <belanger@truman.edu>
5870
5871 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5872 expression is a symbol before checking that it is bound.
5873
5874 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5875 test to see if equation can be solved.
5876
5877 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * wid-edit.el (widget-button-click): Use :pressed-face property
5880 for overlay face, if it exists.
5881
5882 * cus-edit.el (custom-manual, custom-add-see-also)
5883 (custom-add-parent-links, custom-group-link): Add :pressed-face
5884 property to links.
5885
5886 * files.el (hack-local-variables): Remove ignored variables before
5887 checking if any variables need setting.
5888
5889 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5890
5891 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5892
5893 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5894
5895 * help.el (where-is): Fix message for remapped commands.
5896
5897 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5898 Fix typos in docstrings.
5899
5900 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * files.el (safe-local-variable-values): New option.
5903 (hack-local-variables-prop-line): Return a list of variable-value
5904 pairs if MODE-ONLY is non-nil.
5905 (hack-local-variables): Construct list of variable-value pairs,
5906 and apply or reject them in one go. Ask for confirmation if
5907 variables are not known safe.
5908 (hack-local-variables-confirm): Complete rewrite. Support
5909 `safe-local-variable-values'.
5910 (enable-local-variables): Update docstring to reflect new
5911 behavior.
5912 (ignored-local-variables): Ignore ignored-local-variables and
5913 safe-local-variable-values.
5914 (safe-local-variable-p): New function.
5915 (risky-local-variable-p): `safe-local-variable' property check
5916 moved to safe-local-variable-p.
5917 (hack-one-local-variable): Checks moved to hack-local-variables.
5918
5919 (byte-compile-dynamic, c-basic-offset, c-file-style)
5920 (c-indent-level, comment-column, fill-column, fill-prefix)
5921 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5922 (no-update-autoloads, outline-regexp, page-delimiter)
5923 (paragraph-start, paragraph-separate, sentence-end)
5924 (sentence-end-double-space tab-width, version-control):
5925 Add `safe-local-variable' property.
5926
5927 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5928
5929 * icomplete.el, play/landmark.el: Change nonexistent
5930 `outline-layout' file variable to `allout-layout'.
5931
5932 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5933
5934 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5935 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5936 to gud-comint-buffer.
5937 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5938 gdb-ui.el for gdb-mi.el.
5939 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5940 registers buffer to gdb-get-changed-registers.
5941 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5942 deletion of catchpoints (throw and catch).
5943 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5944 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5945 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5946 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5947 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5948
5949 2006-02-13 Jay Belanger <belanger@truman.edu>
5950
5951 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5952 expression is a symbol before checking that it is bound.
5953
5954 2006-02-13 Richard M. Stallman <rms@gnu.org>
5955
5956 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5957 for the minibuffer too, but not if resize-mini-windows will interfere.
5958
5959 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5960 inside `interactive' spec.
5961 (describe-key-briefly-internal, describe-key-internal):
5962 Functions merged back into their callers.
5963
5964 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5965
5966 * info.el (info-xref-visited): Inherit from info-xref too.
5967 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5968 when propertizing Info-current-file and Info-current-node.
5969
5970 2006-02-13 Juri Linkov <juri@jurta.org>
5971
5972 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5973 (tumme-thumb-name): Fix per-directory format.
5974
5975 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5978
5979 2006-02-12 Miles Bader <miles@gnu.org>
5980
5981 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5982
5983 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5984
5985 * tumme.el: Remove history section. If someone needs the it, it
5986 can always be found in CVS.
5987
5988 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5989
5990 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5991 about the Thumbnail Managing Standard option.
5992
5993 2006-02-12 Richard M. Stallman <rms@gnu.org>
5994
5995 * subr.el (substitute-key-definition): Doc fix.
5996
5997 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5998
5999 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6000
6001 * info.el (Info-mode): Doc fix.
6002
6003 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6004
6005 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6008 because on Solaris a POSIX compatible "id" is needed. Reported by
6009 Magnus Henoch <mange@freemail.hu>.
6010
6011 2006-02-12 Juri Linkov <juri@jurta.org>
6012
6013 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6014 (tumme) <defgroup>: Change :group to `multimedia'.
6015 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6016 Managing Standard.
6017 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6018 Fix dostring.
6019 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6020 and %y. Fix docstring.
6021 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6022 (tumme-cmd-create-standard-thumbnail-command): New user options.
6023 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6024 is `standard'. Fix docstring.
6025 (tumme-thumb-width, tumme-thumb-height): New user options.
6026 (tumme-external-viewer): Try to find various viewers.
6027 (tumme-get-thumbnail-image): Use `create-image' instead of
6028 constructing the `image' structure.
6029 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6030 `standard'.
6031 (tumme-thumb-name): Add file name generation for standard storage.
6032 Simplify code for other storages.
6033 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6034 Add modification time %m and thumbnail-nq8 %q.
6035 Use `tumme-cmd-create-standard-thumbnail-command' if
6036 tumme-thumbnail-storage is `standard'.
6037 (tumme-dired-insert-marked-thumbs): New autoload command.
6038 (tumme-dired-after-readin-hook): New function.
6039 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6040 `tumme-thumb-size'.
6041 (tumme-display-image): Replace size-x %x and size-y %y with
6042 width %w and height %h.
6043
6044 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6045 `tumme-dired-insert-marked-thumbs'.
6046
6047 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6048
6049 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6050 include path).
6051 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6052 matching tag.
6053
6054 2006-02-12 Miles Bader <miles@gnu.org>
6055
6056 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6057 New variables.
6058 (rcirc-abbrev-nick): New function.
6059 (rcirc-format-response-string): Rewrite to use the formats in
6060 `rcirc-response-formats' and expand escape sequences therein.
6061 A text-property `rcirc-text' is added over the actual response
6062 text to make easy to find inside the returned string.
6063 (rcirc-print): When filling, just look for the `rcirc-text'
6064 text-property to find the appropriate fill prefix, instead of
6065 using hardwired patterns.
6066
6067 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6068
6069 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6070 Managing Standard.
6071
6072 2006-02-11 Kim F. Storm <storm@cua.dk>
6073
6074 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6075 Don't use insert-buffer; do insert-buffer-substring directly.
6076 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6077
6078 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6079
6080 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6081 with inhibit-read-only. Suggested by Stefan Monnier.
6082 (revert-buffer): Let insert-file-contents discard
6083 buffer-undo-list. Simplify code.
6084 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6085
6086 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6087
6088 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6089
6090 * help.el (describe-key-briefly): Now a wrapper for
6091 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6092 to t. Populate yank-menu if empty.
6093 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6094 (describe-key): Now a wrapper for describe-key-internal. Bind
6095 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6096 (describe-key-internal): Renamed from describe-key.
6097
6098 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6099
6100 * progmodes/glasses.el (glasses-separator): Doc fix.
6101 (glasses-original-separator): New defcustom.
6102 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6103
6104 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6105
6106 * mwheel.el (mouse-wheel-up-event): Doc fix.
6107
6108 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6109
6110 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6111 (tumme-dir): New function. Copied from thumbs.el.
6112
6113 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * desktop.el (desktop-outvar): Fix typo.
6116 (desktop-save-buffer-p): Doc fix.
6117
6118 * subr.el (substitute-key-definition): Fix typo.
6119
6120 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6121
6122 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6123 when window-system is mac.
6124
6125 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6126
6127 2006-02-10 Kim F. Storm <storm@cua.dk>
6128
6129 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6130 indirect-function instead of using condition-case.
6131
6132 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6133
6134 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6135 less `colloquial'...
6136
6137 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6138
6139 * tumme.el: Add a couple of todo items.
6140
6141 2006-02-09 Lars Hansen <larsh@soem.dk>
6142
6143 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6144 (highlight-changes-mode): Don't change desktop-locals-to-save.
6145
6146 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * image-mode.el (image-toggle-display): Clear image cache if using
6149 filename.
6150
6151 2006-02-09 Masatake YAMATO <jet@gyve.org>
6152
6153 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6154 a `dired-man' target.
6155
6156 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6157 boundary of symbols.
6158
6159 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6160
6161 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6162
6163 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6166 `mapcar'; return nil.
6167
6168 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6171 some other event.
6172
6173 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6174
6175 * net/rcirc.el (rcirc-startup-channels-alist):
6176 Add irc.freenode.net and #emacs as defaults.
6177 (rcirc-ignore-all-activity-flag): Remove variable.
6178 (rcirc-authinfo): New variable.
6179 (rcirc-authinfo-filename): Remove variable.
6180 (rcirc-always-use-server-buffer-flag): New flag.
6181 (rcirc): M-x rcirc will automatically connect without prompting.
6182 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6183 connection in lisp.
6184 (rcirc-process-server-response-1): Remove everything but the nick
6185 portion of the sender so it doesn't need to be done everywhere
6186 else. Update related code.
6187 (global-map): Remove global keybindings.
6188 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6189 (rcirc-send-input): Split into several functions.
6190 (rcirc-process-input-line, rcirc-process-message)
6191 (rcirc-process-command): New functions.
6192 (rcirc-target-buffer): New function to determine where to route
6193 messages.
6194 (rcirc-user-nick): Save match data.
6195 (rcirc-toggle-ignore-buffer-activity)
6196 (rcirc-update-activity-string): Remove global ignore functionality,
6197 which can be done now by toggling rcirc-track-minor-mode.
6198 (rcirc-track-minor-mode-map): New keymap.
6199 (rcirc-track-minor-mode): New minor-mode.
6200 (ignore): Make the ignore output nicer. Always print it when
6201 adding or removing nicks.
6202 (rcirc-url-regexp): Improve.
6203 (rcirc-mangle-text): Remove properties before using text in the
6204 modeline.
6205 (rcirc-authenticate): Authentication data comes from
6206 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6207 (rcirc-server-prefix): Inherit from rcirc-server.
6208
6209 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6210
6211 * Makefile.in (compile): Append "|| true" to the end of the `find'
6212 command, like compile-always does.
6213
6214 2006-02-08 Sam Steingold <sds@gnu.org>
6215
6216 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6217 output from a dead connection.
6218
6219 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6220
6221 * dired.el (dired-mode-map): Add more bindings for tumme.
6222
6223 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * wdired.el (wdired-mode-map): Use remap.
6226 (wdired-get-filename): Massage.
6227 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6228 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6229 `keymap' property rather than `local-map'.
6230
6231 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6232
6233 * tumme.el (tumme-get-thumbnail-image): New utility function.
6234 Suggested by from Chong Yidong.
6235 (tumme-dired-with-window-configuration): Rename from
6236 `tumme-dired'. Add code to save window configuration.
6237 (tumme-restore-window-configuration): New command to restore the
6238 window configuration that `tumme-dired-with-window-configuration'
6239 saves before it changes the window configuration.
6240 (tumme-show-all-from-dir): New command to display thumbnails for
6241 all files in a directory entered by the user, like M-x thumbs.
6242 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6243 have been created.
6244 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6245 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6246 Remove obsolete test function.
6247
6248 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6249
6250 * vc.el (small-temporary-file-directory): Remove defvar; there's
6251 a defcustom for it in files.el.
6252
6253 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6254 Fix typo in message.
6255 (tumme-gallery-generate): Fix typo in `error' message.
6256 (tumme-display-window-height-correction)
6257 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6258 (tumme-line-up-interactive): Dox fixes.
6259 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6260 (tumme-restore-window-configuration, tumme-format-properties-string)
6261 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6262 Fix typos in docstrings.
6263
6264 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6265
6266 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6267
6268 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6271 User should use hook if desired.
6272
6273 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6274 buffer if necessary.
6275 (gdb-delete-frame-or-window): New function.
6276 (gdb-breakpoints-mode-map): Bind "q" to it.
6277
6278 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * textmodes/nroff-mode.el: Clean up name space.
6281 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6282 (nroff-mode): Obey the global setting of nroff-electric-mode.
6283 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6284
6285 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6286
6287 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6288
6289 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6290
6291 2006-02-06 Lars Hansen <larsh@soem.dk>
6292
6293 * generic-x.el (etc-fstab-generic-mode): Add file system types
6294 cifs and usbdevfs. Allow special chars in file names.
6295
6296 2006-02-05 Jay Belanger <belanger@truman.edu>
6297
6298 Update copyright notices of the files in lisp/calc.
6299
6300 2006-02-05 Romain Francoise <romain@orebokech.com>
6301
6302 Update copyright notices of all files in the lisp/play directory.
6303
6304 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6305
6306 * ldefs-boot.el: Regenerate.
6307
6308 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6309
6310 2006-02-05 Kim F. Storm <storm@cua.dk>
6311
6312 * files.el (magic-mode-regexp-match-limit): New defvar.
6313 (set-auto-mode): Use it to limit magic-mode-alist matching.
6314
6315 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6316
6317 * simple.el (display-message-or-buffer): Compare the number of
6318 characters to the frame width when determining whether a 1-line
6319 message string will fit in the echo area. Count screen lines
6320 instead of buffer lines when determining whether a multi-line
6321 message will fit in the echo area/minibuffer window.
6322
6323 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6324
6325 * info.el (Info-index, Info-mode): Improve the description of the
6326 `i' command.
6327
6328 * ldefs-boot.el: Regenerate.
6329
6330 2006-02-03 Werner Lemberg <wl@gnu.org>
6331
6332 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6333 greedy to find the closing bracket in \*[...] and similar
6334 expressions. This is a first rough fix -- many additional
6335 refinements are necessary to make nroff mode really usable with groff.
6336
6337 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6338
6339 * international/mule-cmds.el (set-locale-environment):
6340 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6341 libX11.
6342
6343 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6344
6345 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6346 archive are created in archive-tmpdir.
6347
6348 2006-02-02 John Paul Wallington <jpw@pobox.com>
6349
6350 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6351 (ibuffer-fontification-alist): Use it.
6352 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6353 to "* z" and the Ibuffer Mark menu.
6354
6355 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6356
6357 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * textmodes/table.el (*table--cell-describe-mode)
6360 (*table--cell-describe-bindings): Undo last change since
6361 print-help-return-message is not obsoleted by anything at all.
6362
6363 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * emulation/cua-base.el (cua-mode): Doc fix.
6366
6367 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * dframe.el (dframe-handle-make-frame-visible)
6370 (dframe-handle-iconify-frame, dframe-get-focus)
6371 (dframe-select-attached-frame, dframe-power-click)
6372 (dframe-frame-mode): Fix typos in docstrings.
6373
6374 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6375 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6376 Fix typos in docstrings.
6377
6378 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6379 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6380 (hi-lock-archaic-interface-message-used)
6381 (hi-lock-file-patterns-range): Fix typos in docstrings.
6382
6383 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6384 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6385
6386 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6387 Fix typo in docstring.
6388
6389 * net/newsticker.el (newsticker--decode-iso8601-date)
6390 (newsticker--set-customvar, newsticker--buffer-insert-item)
6391 (newsticker--do-run-auto-mark-filter)
6392 (newsticker--parse-generic-feed): Doc fixes.
6393 (newsticker--retrieval-timer-list, newsticker-url-list)
6394 (newsticker-hide-immortal-items-in-echo-area)
6395 (newsticker-hide-obsolete-items-in-echo-area)
6396 (newsticker-new-item-face, newsticker--enclosure)
6397 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6398 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6399 (newsticker--parse-generic-feed, newsticker--cache-contains)
6400 (newsticker--stat-num-items, newsticker-download-enclosures):
6401 Fix typos in docstrings.
6402
6403 * net/rcirc.el (rcirc-debug): Doc fix.
6404 (rcirc-fill-column, rcirc-receive-message-hooks)
6405 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6406 (rcirc-mode, rcirc-generate-new-buffer-name)
6407 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6408 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6409 Fix typos in docstrings.
6410 (rcirc-print): "?\ " -> "?\s".
6411 (rcirc-cmd-join): Improve argument/docstring consistency.
6412
6413 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6414
6415 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6416 before narrow-to-region.
6417
6418 2006-02-01 Richard M. Stallman <rms@gnu.org>
6419
6420 * simple.el (move-beginning-of-line): Scan properly for invis change.
6421
6422 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6423
6424 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6427 change bit only when id-format is 'integer. Reported by Matt
6428 Hodges <M.P.Hodges@rl.ac.uk>.
6429
6430 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * hilit-chg.el (highlight-changes-initial-state)
6433 (highlight-changes-global-initial-state): Doc fixes.
6434 (highlight-changes-global-modes, global-highlight-changes):
6435 Fix typos in docstrings.
6436
6437 2006-02-01 Kim F. Storm <storm@cua.dk>
6438
6439 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6440 transient-mark-mode in doc string.
6441
6442 2006-01-31 Richard M. Stallman <rms@gnu.org>
6443
6444 * replace.el (multi-occur): Doc fix.
6445 (multi-occur-in-matching-buffers): Rename from
6446 multi-occur-by-filename-regexp. Prefix arg says match
6447 buffer names instead of file names.
6448
6449 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * bs.el: Allow non-default values of `bs-header-lines-length'.
6452 (bs--running-in-xemacs): Remove (not needed anymore).
6453 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6454 instead of `shrink-window', thus avoiding having to compute the
6455 height of the window.
6456 (bs--up): Wrap around even when there's no header.
6457 (bs--down): Use `forward-line' instead of `next-line'.
6458
6459 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * image-mode.el (image-toggle-display): Use file name if possible,
6462 instead of unnecessarily allocating a (possibly huge) lisp string.
6463
6464 2006-01-30 John Paul Wallington <jpw@pobox.com>
6465
6466 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6467 because the `assert' macro signals it at runtime.
6468
6469 * emacs-lisp/cl.el (toplevel): Remove definition of
6470 `cl-assertion-failed' condition.
6471
6472 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6473
6474 * thumbs.el (thumbs-marked-list): Make buffer-local and
6475 permanent-local.
6476 (thumbs-insert-thumb): Make help-echo non-sticky.
6477 (thumbs-file-alist): Use eolp as check for (non)-image.
6478
6479 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6482 (ediff-before-session-group-setup-hooks)
6483 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6484 Fix typos in docstrings.
6485
6486 * window.el (bw-dir, bw-eqdir, balance-windows)
6487 (split-window-keep-point): Fix typos in docstrings.
6488
6489 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6490 (org-quote-string, org-calendar-to-agenda-key)
6491 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6492 (org-show-following-heading, org-tags-column)
6493 (org-use-tag-inheritance, org, org-allow-space-in-links)
6494 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6495 (org-enable-table-editor, org-calc-default-modes)
6496 (org-table-allow-automatic-line-recalculation)
6497 (org-export-html-style, org-export-with-fixed-width)
6498 (org-export-with-sub-superscripts, org-special-keyword)
6499 (org-formula, org-time-grid, org-table-may-need-update)
6500 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6501 (org-goto-quit, org-get-indentation, org-end-of-item)
6502 (org-move-item-down, org-move-item-up)
6503 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6504 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6505 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6506 (org-agenda-log-mode, org-agenda-toggle-diary)
6507 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6508 (org-agenda-file-to-end, org-agenda-no-heading-message)
6509 (org-agenda-get-closed, org-format-agenda-item)
6510 (org-cmp-priority, org-cmp-category, org-cmp-time)
6511 (org-agenda-change-all-lines, org-agenda-diary-entry)
6512 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6513 (org-link-search, org-camel-to-words, org-open-file)
6514 (org-remember-handler, org-table-convert-region)
6515 (org-table-move-row-down, org-table-move-row-up)
6516 (org-table-copy-region, org-table-wrap-region)
6517 (org-table-toggle-vline-visibility)
6518 (org-table-get-vertical-vector, org-table-modify-formulas)
6519 (org-table-get-specials, org-recalc-commands)
6520 (org-table-rotate-recalc-marks, org-table-eval-formula)
6521 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6522 (org-level-color-stars-only, org-insert-heading):
6523 Fix typos in docstrings.
6524 (last-arg): Add defvar.
6525
6526 * makefile.w32-in (WINS): Add erc.
6527 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6528
6529 2006-01-29 Bill Wohler <wohler@newt.com>
6530
6531 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6532 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6533 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6534 (mh-autoloads): Don't use comments on otherwise empty lines.
6535
6536 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6537
6538 * emulation/viper.el (viper-major-mode-modifier-list): Add
6539 insert-state and vi-state entries for erc-mode.
6540 (viper-go-away, viper-set-hooks): Add and remove
6541 viper-comint-mode-hook from erc-mode-hook as appropriate.
6542
6543 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6544
6545 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * bs.el (bs--format-aux): Implement `middle' alignment as
6548 described in the docstring for `bs-attributes-list'.
6549 (bs--get-name): Simplify. Don't pad the buffer name.
6550
6551 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6552
6553 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6554 English aspell dictionary is installed, use the first entry of
6555 ispell-dictionary-alist-1.
6556
6557 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6558
6559 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6560 Doc fix.
6561
6562 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6563
6564 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6565 for `process-file', in order to let it work for older Emacsen too.
6566
6567 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6568
6569 * international/latexenc.el: Add a suitable `coding:' tag.
6570 (latexenc-find-file-coding-system): Undo last change.
6571
6572 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6573
6574 * international/latexenc.el (latexenc-find-file-coding-system):
6575 Make sure latexenc-main-file is a regular file and is readable.
6576
6577 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6578
6579 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6580 Pass FILE to vc-user-login-name.
6581
6582 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6583
6584 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6587 there are no more images to display.
6588 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6589 the next image.
6590
6591 2006-01-26 Richard M. Stallman <rms@gnu.org>
6592
6593 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6594
6595 * wid-edit.el (advertised-widget-backward): New alias.
6596 (widget-keymap): Use advertised-widget-backward for S-TAB.
6597
6598 * tumme.el: Correct the keywords.
6599 (tumme-dir-max-size): Use defvar.
6600 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6601
6602 * simple.el (move-beginning-of-line): Take account of fields.
6603 (clone-indirect-buffer-other-window): Take args like
6604 clone-indirect-buffer, and work like it.
6605
6606 * help-fns.el (describe-function): Don't pass `nil' as default.
6607
6608 * files.el (risky-local-variable-p): Follow var aliases.
6609
6610 * subr.el (lazy-completion-table): Doc fix.
6611
6612 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6613 global binding of `line'.
6614
6615 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6616
6617 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6618 Tramp.
6619
6620 * vc.el (vc-default-dired-state-info): Pass FILE to
6621 vc-user-login-name.
6622 (vc-default-update-changelog): Don't use vc-user-login-name, we
6623 don't need it here.
6624
6625 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6626 no longer necessary.
6627
6628 2006-01-25 Kenichi Handa <handa@m17n.org>
6629
6630 * international/mule.el (decode-char): Avoid the overhead of
6631 calling utf-lookup-subst-table-for-decode if
6632 utf-translate-cjk-mode is nil.
6633 (encode-char): Avoid the overhead of calling
6634 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6635 nil.
6636
6637 2006-01-22 Kenichi Handa <handa@m17n.org>
6638
6639 * international/mule.el (make-subsidiary-coding-system): Reset
6640 `coding-system-define-form' property of subsidiaries to nil.
6641 Avoid duplicated entry in coding-system-alist.
6642 (make-coding-system): Avoid duplicated entry in
6643 coding-system-alist.
6644 (define-coding-system-alias): Likewise.
6645
6646 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6647
6648 * completion.el: Minor fixes in introductory comment.
6649 (completion-def-wrapper): Fix alist.
6650
6651 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * thumbs.el (thumbs-new-image-size): New function.
6654 (thumbs-increment-image-size-element)
6655 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6656 (thumbs-decrement-image-size): Delete.
6657 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6658 temp files and use to resize.
6659 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6660 Use increment argument to enlarge/shrink. Preserve point.
6661 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6662 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6663 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6664 (thumbs-mark, thumbs-unmark): Preserve point.
6665 (thumbs-modify-image): Keep old temp files and use to modify.
6666 Cleanup old temp files at load time. Preserve point.
6667 (thumbs-view-image-mode-map): Use new command names.
6668
6669 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6672
6673 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6674 the nastiest part of the cyclic dependency.
6675 (cal-menu-update): Use dotimes and calendar-increment-month.
6676
6677 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6678 (calendar-week-start-day): Add an :initializer.
6679 (calendar-mode-map): Use suppress-keymap, and command remapping.
6680 (describe-calendar-mode): Setup xref-stack info for the back button.
6681 (calendar-star-date): Insert before delete.
6682 (calendar-set-mode-line): Add file-modified info if applicable.
6683 (calendar-increment-month): New function.
6684
6685 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6686
6687 * font-lock.el (lisp-font-lock-keywords-2):
6688 Recognize "& keywords" only at word boundaries.
6689
6690 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6691
6692 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6693 and permanent-local.
6694 (thumbs-max-image-number): New variable.
6695 (thumbs-do-thumbs-insertion): Use them.
6696 (thumbs-per-line): Change default to 4.
6697 (thumbs-marked-list): Rename from thumbs-markedL.
6698 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6699 (thumbs-rename-images): Use -list instead of L for internal variables.
6700 (thumbs-call-convert): Use call-process instead of shell-command.
6701 (thumbs-insert-thumb): Add filename as help-echo to each image.
6702 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6703 Give dir to thumbs-show-thumbs-list.
6704 (thumbs-show-thumbs-list): Set default-directory to that of images.
6705 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6706 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6707 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6708 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6709
6710 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * ses.el (ses-read-cell): Provide a default value.
6713
6714 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * term/w32-win.el (image-library-alist): Add additional names for
6717 GIF library.
6718
6719 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6720
6721 * international/latexenc.el (latexenc-find-file-coding-system):
6722 Add file-regular-p check.
6723
6724 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * simple.el (clone-buffer): Don't show the new buffer in the same
6727 window.
6728
6729 2006-01-23 Juri Linkov <juri@jurta.org>
6730
6731 * faces.el (link, link-visited): New faces based on default values
6732 of `info-xref' and `info-xref-visited'.
6733
6734 * info.el (info-xref): Inherit from `link'.
6735 (info-xref-visited): Inherit from `link-visited'.
6736
6737 * cus-edit.el (custom-buffer-create-internal): Use widget type
6738 `custom-manual' instead of `info-link' and don't set properties
6739 `button-face' and `mouse-face' explicitly.
6740 (custom-browse-group-tag, custom-browse-variable-tag)
6741 (custom-browse-face-tag): Inherit from widget class
6742 `custom-group-link' instead of `push-button'.
6743 (custom-button-unraised): Inherit from `underline' face.
6744 (custom-link): Inherit from `link' face. Fix doc and group.
6745 (custom-add-parent-links, custom-group-value-create): Don't set
6746 properties `button-face' and `mouse-face' explicitly for
6747 `custom-group-link' widget.
6748 (custom-group-link): Add properties `button-face' and `mouse-face'
6749 to widget definition.
6750 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6751 editable-field's :keymap property.
6752 (custom-mode): Fix docstring: substitute keybindings for
6753 `widget-forward' and `widget-backward' from `widget-keymap',
6754 `widget-complete' from `custom-field-keymap', replace old
6755 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6756
6757 * desktop.el (desktop-load-file): Check for `fboundp' before
6758 calling `symbol-function'.
6759
6760 * simple.el (clone-buffer, clone-indirect-buffer)
6761 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6762 `read-string'. Fix prompts.
6763
6764 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6765
6766 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6769
6770 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6771
6772 * startup.el (inhibit-splash-screen, initial-scratch-message):
6773 Doc fixes.
6774
6775 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6776
6777 Sync with Tramp 2.0.52.
6778
6779 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6780 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6781 `tramp-unload-tramp' for checklist.
6782
6783 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6784 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6785 (tramp-unload-file-name-handler-alist)
6786 (tramp-unload-tramp): New defuns.
6787 (tramp-advice-PC-expand-many-files): New defadvice.
6788 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6789 removed.
6790 (tramp-handle-expand-file-name): Remove double slash.
6791 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6792 It doesn't matter, because it will be converted later on.
6793 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6794 implementation was just heuristic.
6795 (tramp-post-connection): Set uid and gid properties.
6796 (tramp-convert-file-attributes): Set file's gid change bit.
6797 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6798 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6799 in case of su(do)? methods. The home directory of the local user
6800 will be taken else.
6801 (tramp-open-connection-telnet)
6802 (tramp-open-connection-rsh, tramp-open-connection-su)
6803 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6804 local shell prompt could hurt. Reported by Romain Francoise
6805 <romain@orebokech.com>.
6806 (tramp-let-maybe): Add `edebug-form-spec' property.
6807 (tramp-handle-expand-file-name): Bind `default-directory' locally
6808 to "/" in order to avoid problems with UNC shares or Cygwin
6809 mounts.
6810 (tramp-md5-function): Fix typo in error message.
6811
6812 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6813
6814 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6815 for byte-compiler pacification.
6816
6817 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6818
6819 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6820 ID-FORMAT `string'. This allows us to get rid of
6821 `vc-user-login-name UID'.
6822
6823 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6824
6825 2006-01-22 John Paul Wallington <jpw@pobox.com>
6826
6827 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6828
6829 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6830
6831 * emacs-lisp/find-func.el (find-definition-noselect)
6832 (find-variable-noselect): Search variables in C source code too.
6833 (find-function-C-source, find-function-noselect, find-function)
6834 (find-function-other-frame, find-variable-noselect, find-variable)
6835 (find-variable-other-frame, find-variable-at-point):
6836 Fix docstrings.
6837
6838 2006-01-21 Francesco Potorti` <pot@gnu.org>
6839
6840 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6841
6842 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6843
6844 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6845 Default to disabling the "Save affix" question.
6846
6847 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6848
6849 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6850 the first arg to run-python.
6851
6852 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6853
6854 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6855 is not loaded.
6856
6857 2006-01-20 Jay Belanger <belanger@truman.edu>
6858
6859 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6860 limit is 0.
6861
6862 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6863 the correct variable.
6864
6865 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6866
6867 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6868 link. Fixed buggy argument sequence in call to `org-view-tags'.
6869 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6870 (org-prefix-has-tag): New variable.
6871 (org-format-agenda-item): Remove tags from headline if
6872 appropriate.
6873 (org-agenda-remove-tags-when-in-prefix): New option.
6874 (org-get-tags-at): New function.
6875
6876 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6877
6878 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6879 (thumbs-find-image): Move image name and number from buffer name
6880 to mode name. Set thumbs-buffer. Preserve point so that large
6881 images remain visible.
6882 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6883 order.
6884 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6885 mode name.
6886 (thumbs-next-image, thumbs-previous-image): Make them work.
6887
6888 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * cus-edit.el (custom-buffer-create-internal): State in the text above
6891 the whole buffer buttons that they do not operate on hidden items.
6892 (custom-face-menu): Use `custom-face-save' instead of
6893 `custom-face-save-command'.
6894 (custom-face-save-command): Make it an alias for `custom-face-save'
6895 and declare it obsolete.
6896 (custom-face-save): Doc fix.
6897
6898 * dired.el (dired-no-confirm): Add quote.
6899 (dired-subdir-alist-pre-R): Add quote in
6900 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6901
6902 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * textmodes/table.el (table-mode-indicator): Typo in last change.
6905
6906 2006-01-19 Richard M. Stallman <rms@gnu.org>
6907
6908 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6909 Fixes bug reported in Nov 2005.
6910
6911 * isearch.el (isearch-forward): Doc fix.
6912
6913 * dired.el (dired-move-to-filename-regexp): Define as alias.
6914 (dired-no-confirm): Use defcustom.
6915 (dired-subdir-alist-pre-R): Put defvar at top level.
6916
6917 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6918
6919 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6920 Mark as risky.
6921
6922 * simple.el (set-mark-command): Doc fix.
6923 (clone-indirect-buffer-other-window):
6924 Read arg like clone-indirect-buffer.
6925 (move-beginning-of-line): Skip invisible newlines.
6926
6927 2006-01-19 Masatake YAMATO <jet@gyve.org>
6928
6929 * progmodes/cpp.el (cpp-edit-load): Make the order of
6930 listed conditions in a base C code buffer and its associate
6931 CPP Edit buffer the same.
6932
6933 2006-01-19 Kenichi Handa <handa@m17n.org>
6934
6935 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6936 (rmail-mime-feature): Likewise.
6937 (rmail-require-mime-maybe): Use display-warning to show a warning
6938 message.
6939
6940 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6941 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6942
6943 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * array.el: Move defvars out of eval-when-compile.
6946 (array-make-template): Replace undeclared global var with a local one.
6947 (array-mode): Inline initialization functions.
6948 (array-init-local-variables, array-init-max-row)
6949 (array-init-max-column, array-init-columns-per-line)
6950 (array-init-field-width, array-init-rows-numbered)
6951 (array-init-line-length, array-init-lines-per-row): Remove.
6952
6953 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6954 (doc-mode-map): Define explicitly.
6955 (doctor-txtype): Use mapc.
6956
6957 * textmodes/table.el: Move defvars out of eval-when-compile.
6958 Remove harmful code meant to avoid byte-compiler warnings.
6959 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6960 specification that checks table-fixed-width-mode directly.
6961 (table-recognize-region, table-recognize-cell):
6962 Use restore-buffer-modified-p.
6963 (table-fixed-width-mode): Remove code that refreshes
6964 table-fixed-mode-indicator.
6965 (*table--cell-describe-bindings, *table--cell-describe-mode):
6966 Avoid obsolete name print-help-return-message.
6967 (table--test-cell-list): Don't use replace-regexp from elisp.
6968 (table--point-entered-cell-function, table--point-left-cell-function):
6969 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6970
6971 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6972 that was after the end of file. Use buffer-file-name variable.
6973 (org-timestamp-change): Use with-current-buffer.
6974 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6975 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6976 `file'.
6977
6978 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6979 (fortran-break-line): Remove unused var `opoint'.
6980 (fortran-abbrev-start): Obey help-event-list.
6981
6982 2006-01-18 Jesper Harder <harder@phys.au.dk>
6983
6984 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6985
6986 2006-01-18 Masatake YAMATO <jet@gyve.org>
6987
6988 * progmodes/make-mode.el (makefile-imake-mode): New mode
6989 derived from makefile-mode.
6990 (makefile-imake-mode-syntax-table): New syntax table
6991 derived from makefile-mode-syntax-table.
6992 (makefile-mode): Write about makefile-imake-mode in doc string.
6993 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6994 (makefile-imake-font-lock-keywords): New font lock keywords.
6995
6996 * files.el (auto-mode-alist): Add Imakefile.
6997
6998 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6999
7000 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7001 loading the file rather than when turning on flyspell-mode.
7002
7003 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * cus-edit.el (customize-rogue): Minor doc fix.
7006
7007 2006-01-17 Juri Linkov <juri@jurta.org>
7008
7009 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7010 instead of the file at the mark as default if the file at the mark
7011 is the same as the file at point or if dired-dwim-target-directory
7012 is not the same as the current directory and the mark is not active.
7013
7014 * log-view.el (log-view-minor-wrap): Use the same logic to get
7015 revisions as `log-view-diff'.
7016
7017 * info.el (Info-revert-find-node): Check for Info-current-file
7018 before preserving new-history.
7019
7020 * man.el (Man-heading-regexp): Add `/'.
7021
7022 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7023 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7024
7025 2006-01-16 Juri Linkov <juri@jurta.org>
7026
7027 * faces.el (mode-line-faces): New defgroup.
7028 (mode-line-highlight): Move definition after new defgroup.
7029 (mode-line, mode-line-inactive, mode-line-highlight):
7030 Replace :group `modeline' with `mode-line-faces'.
7031 (mode-line-buffer-id): New face.
7032 (modeline-buffer-id): New face alias.
7033 (vertical-border): Remove :group `modeline'.
7034
7035 * bindings.el (propertized-buffer-identification): Use face
7036 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7037 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7038 (mode-line-buffer-identification-keymap): For mouse-1 replace
7039 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7040 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7041 mouse-3.
7042
7043 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7044 Buffer-menu-buffer. Doc fix.
7045 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7046 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7047 `Buffer-menu-buffer'.
7048
7049 * info.el (Info-mode-line-node-keymap): New defvar.
7050 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7051 Propertize Info-current-node with `mode-line-buffer-id' and
7052 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7053
7054 * time.el (display-time-mail-face): Replace :group `faces' with
7055 `mode-line-faces'.
7056
7057 2006-01-16 Kenichi Handa <handa@m17n.org>
7058
7059 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7060
7061 * language/european.el (cp1252): New alias for windows-1252.
7062
7063 * international/mule.el (autoload-coding-system): Prepare for EOL
7064 variants.
7065
7066 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7067
7068 * term.el (term-raw-map): Add mapping for insert.
7069 (term-send-insert): New.
7070 (term-mode): Make variables local here instead of doing it in
7071 `term-emulate-terminal'.
7072 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7073 Scroll reverse needs to take into account the scroll region.
7074 Saving and restoring the cursor should save the color attributes too.
7075 (term-reset-terminal): Reset the scroll region.
7076 (term-handle-ansi-escape): Cursor up and down should take into
7077 account the scroll region.
7078 (term-set-scroll-region): Rename from `term-scroll-region'.
7079 Move to 0,0 after setting the region.
7080 (term-handle-scroll): Handle scroll up.
7081 (term-down): Fix off by one error.
7082 (term-delete-lines): Do not delete outside the scroll region.
7083 (term-insert-lines): Take into account the scroll region.
7084
7085 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * textmodes/ispell.el (ispell-internal-change-dictionary)
7088 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7089 (start, end): Move declaration outside of eval-when-compile.
7090
7091 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7092 (flyspell-mode-on): Use it.
7093
7094 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7095 ispell-kill-ispell-hook.
7096
7097 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7100 (Custom-reset-saved): Do not ask for confirmation in single option
7101 buffers.
7102
7103 2006-01-13 Richard M. Stallman <rms@gnu.org>
7104
7105 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7106
7107 2006-01-13 Romain Francoise <romain@orebokech.com>
7108
7109 * add-log.el (add-change-log-entry, change-log-merge):
7110 Conditionally use `hard-newline'.
7111
7112 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7113
7114 * wid-edit.el (widget-field-end): If the overlay is no longer
7115 associated with a buffer, behave as if the overlay didn't exist.
7116
7117 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7118 Make sure the links use the `custom-link' face.
7119
7120 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7123 (ld-script-mode): Don't set indent-line-function since we don't
7124 have one.
7125
7126 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7127
7128 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7129 application.
7130 (org-file-apps-defaults-gnu): Use mailcap as the default for
7131 selecting an application on a UNIX system.
7132 (org-agenda-show-tags): New command.
7133 (org-table-insert-hline): Keep cursor in current table line.
7134 (org-table-convert): Offset effect of modifying
7135 `org-table-insert-hline'.
7136 (org-format-agenda-item): New optional argument TAG.
7137 (org-compile-prefix-format): Handle %T format for the tag.
7138 (org-expand-wide-chars): New function.
7139 (org-table-insert-row, org-table-insert-hline):
7140 Use `org-expand-wide-chars'.
7141 (org-open-file): Fix bug in program launch.
7142 (org-get-time-of-day): Fix bug with times before 1am.
7143 (org-agenda-menu): Add tags commands.
7144
7145 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7146
7147 * textmodes/ispell.el (ispell-init-process): Include the used
7148 dictionary in ispell process start message.
7149 (ispell-internal-change-dictionary): When flyspell-mode is active
7150 and dictionary is changed, make sure ispell process is restarted
7151 and flyspell word cache cleared out for the current buffer.
7152 (ispell-change-dictionary): Make sure flyspell word cache is
7153 cleared out in all buffers with active flyspell mode when
7154 dictionary is globally changed.
7155 Call ispell-internal-change-dictionary after dictionary change.
7156
7157 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7158
7159 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7160
7161 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7162 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7163 years. Fix small differences wrt Makefile.in.
7164 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7165 Makefile.in does.
7166
7167 2006-01-12 Bill Wohler <wohler@newt.com>
7168
7169 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7170 mh-search.el.
7171
7172 2006-01-12 Masatake YAMATO <jet@gyve.org>
7173
7174 * progmodes/ld-script.el: Update copyright year.
7175
7176 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7179 Don't add widget if setting undefined.
7180
7181 2006-01-12 John Paul Wallington <jpw@pobox.com>
7182
7183 * help-fns.el (describe-variable): Remove newlines from void
7184 variable output.
7185
7186 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7187
7188 * wdired.el (wdired-mode-map): Add help echo for
7189 wdired-abort-changes.
7190
7191 * man.el (Man-file-name-regexp): Adjust for a list of files.
7192
7193 2006-01-12 Masatake YAMATO <jet@gyve.org>
7194
7195 * progmodes/ld-script.el (auto-mode-alist): Support
7196 suffix conventions used in netbsd and eCos.
7197
7198 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7201 (custom-variable-menu, custom-face-menu, custom-group-menu)
7202 (Custom-mode-menu): Change names of menu items. (As discussed on
7203 emacs-devel.)
7204 (custom-face-menu): Add "Undo Edits" item.
7205
7206 * startup.el (init-file-user): defcustom -> defvar.
7207
7208 * tooltip.el (tooltip-mode): Doc fix.
7209
7210 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * reveal.el (reveal-post-command): window-buffer signals an error on
7213 dead windows rather than returning nil.
7214 (reveal-open-new-overlays): An overlay might die while we open others.
7215
7216 2006-01-11 Bill Wohler <wohler@newt.com>
7217
7218 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7219 phrasing in docstring.
7220
7221 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7222 can give some systems gas. Add new file mh-buffers.el.
7223
7224 2006-01-06 Masatake YAMATO <jet@gyve.org>
7225
7226 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7227 C preprocessor forward ported from GNU Emacs 21.2.
7228
7229 * progmodes/asm-mode.el (asm-font-lock-keywords):
7230 Use `cpp-font-lock-keywords'.
7231
7232 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7233
7234 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7235 of $ for "\\.ld[s]?".
7236
7237 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7240 (tcl-indent-line): Return `noindent' if inside a string.
7241
7242 * progmodes/flymake.el (flymake-split-string): Remove more than one
7243 empty string at beg/end of the result.
7244 (flymake-find-buildfile, flymake-find-possible-master-files):
7245 Use expand-file-name.
7246 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7247 since expand-file-name does it for us. Use directory-file-name.
7248 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7249 (flymake-ler-get-type, flymake-ler-get-text)
7250 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7251 (flymake-current-line-no): Remove spurious interactive spec.
7252 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7253 (flymake-check-include): Remove arg inc-path merged into inc-name.
7254 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7255 Arg regexp-list replaced by a simple regexp.
7256 (flymake-master-make-header-init, flymake-master-tex-init):
7257 Correspondingly replace regexp-list with a regexp. Fix regexp.
7258
7259 2006-01-10 Simon Josefsson <jas@extundo.com>
7260
7261 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7262 describing AUTH PLAIN fix.
7263
7264 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7265
7266 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7267 (report-emacs-bug): Don't record initial prompt text.
7268 Instead, add text properties to prompting text.
7269 (report-emacs-bug-hook): Delete prompting text.
7270
7271 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7274 `dirs'. Adjust callers.
7275
7276 2006-01-09 John Paul Wallington <jpw@gnu.org>
7277
7278 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7279
7280 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * reveal.el (reveal-open-new-overlays): New extracted fun.
7283 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7284 using them. Simplify the code.
7285 (reveal-post-command): Use them. Fix up obsolete windows in
7286 reveal-open-spots.
7287
7288 * progmodes/flymake.el: Use `require' rather than autoload for
7289 XEmacs's overlays.
7290 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7291 Delete. Use file-relative-name instead.
7292 (flymake-get-syntax-check-program-args, flymake-perl-init):
7293 Simplify the resulting code.
7294
7295 * log-view.el (log-view-file-re, log-view-message-re): Add support
7296 for DaRCS output.
7297
7298 2006-01-09 Alex Schroeder <alex@gnu.org>
7299
7300 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7301 identifiers sometimes added in square brackets at the beginning of
7302 subject lines.
7303
7304 2006-01-07 Richard M. Stallman <rms@gnu.org>
7305
7306 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7307 (Custom-reset-current, Custom-reset-saved): Change question text.
7308 (Custom-reset-standard): Likewise.
7309 (custom-variable-reset-saved): Doc fix.
7310
7311 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7312
7313 * startup.el (init-file-user): Doc fix.
7314
7315 2006-01-07 Alex Schroeder <alex@gnu.org>
7316
7317 * mail/rmail.el (rmail-current-subject): New function.
7318 (rmail-current-subject-regexp): New function.
7319 (rmail-next-same-subject): Use it.
7320
7321 * mail/rmailsum.el (rmail-summary-by-topic):
7322 Use rmail-current-subject and rmail-current-subject-regexp.
7323 (rmail-summary-next-same-subject): Ditto.
7324
7325 * net/rcirc.el (rcirc-send-input): No longer check whether the
7326 process is open, since not all commands need an open process.
7327 (rcirc-send-string): Check whether the process is open before
7328 sending anything.
7329 (rcirc-ignore-list): New option.
7330 (rcirc-ignore-list-automatic): New variable.
7331 (rcirc-print): Take rcirc-ignore-list into account.
7332 (rcirc-cmd-ignore): New command.
7333 (rcirc-ignore-update-automatic): New function.
7334 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7335 list if ignored nicks.
7336 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7337
7338 2006-01-06 David Reitter <david.reitter@gmail.com>
7339
7340 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7341 reflect the address to which the report will be sent.
7342
7343 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7344
7345 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7346 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7347
7348 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7349
7350 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7351
7352 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7353 the doc string: "functoin" => "function".
7354 * ldefs-boot.el: Likewise.
7355
7356 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7357 message text: "Duplicat" => "Duplicate".
7358
7359 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7360
7361 * files.el (basic-save-buffer-2): If backing-up failed, reset
7362 buffer-backed-up to nil.
7363
7364 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7365
7366 * progmodes/gud.el (gdb-script-skip-to-head)
7367 (gdb-script-calculate-indentation): Indent for breakpoint command
7368 lists also.
7369
7370 2006-01-05 Bill Wohler <wohler@newt.com>
7371
7372 * Makefile.in (compile-always): Add mh-autoloads dependency.
7373 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7374 provides it.
7375 (updates): Remove mh-autoloads dependency, since it probably has
7376 already run recently (via recompile).
7377
7378 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7381 argument `force' to disable the flyspell-last-buffer optimization.
7382 (flyspell-mode-on): Use it.
7383
7384 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7385 flymake-simple-cleanup.
7386 (flymake-allowed-file-name-masks): Use this new default.
7387 All the functions are now called in the right buffer rather than
7388 passing the buffer as argument.
7389 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7390 (flymake-parse-err-lines): Remove redundant buffer arg.
7391 (flymake-get-program-dir): Comment out unused function.
7392 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7393 Remove redundant buffer argument.
7394 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7395 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7396
7397 2006-01-05 Richard M. Stallman <rms@gnu.org>
7398
7399 * info.el (Info-find-node): Don't record previous node if have none.
7400 (info): Go to directory only if history is empty.
7401
7402 * simple.el (mark): Doc fix.
7403
7404 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7405
7406 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7407 already of desired type.
7408 (mac-ae-list): Coerce parameter to "list" type.
7409 (mac-dispatch-apple-event): Replace cadr part of event with a
7410 dummy position so that event-start returns it.
7411
7412 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7413
7414 * textmodes/org.el (org-end-of-subtree): New function.
7415 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7416 Use `org-end-of-subtree'.
7417 (org-agenda, org-agenda-convert-date): Protect calls to
7418 `fit-window-to-buffer'.
7419 (org-tags-view): Force matching of sublevels when doing a
7420 todo-only search. Define the correct redo command, including the
7421 arguments.
7422 (org-agenda-redo): Display message.
7423 (org-check-for-org-mode): New function.
7424 (org-agenda-type): New variable.
7425 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7426 Set `org-agenda-type'.
7427 (org-agenda-check-type): New function.
7428 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7429 (org-agenda-week-view, org-agenda-day-view)
7430 (org-agenda-next-date-line, org-agenda-previous-date-line)
7431 (org-agenda-log-mode, org-agenda-toggle-diary)
7432 (org-agenda-toggle-time-grid, org-agenda-date-later)
7433 (org-agenda-date-prompt, org-agenda-diary-entry)
7434 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7435 (org-agenda-convert-date, org-agenda-menu):
7436 Use `org-agenda-check-type'.
7437 (org-make-overlay, org-delete-overlay)
7438 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7439 New compatibility functions.
7440 (org-calendar-select-mouse): New command.
7441
7442 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7445 (Custom-reset-standard): Fix y-or-n-p messages.
7446 (custom-link): New face for links.
7447 (custom-buffer-create-internal, custom-manual): Use it.
7448 (custom-face-save): Push to theme-face before setting face spec.
7449
7450 * wid-edit.el (widget-default-mouse-face-get): New function.
7451 (widget-specify-button): Handle mouse-face like button-face.
7452
7453 * custom.el (load-theme): Clear old theme settings if reloading.
7454
7455 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7458 "Erase Customization" button back to same position it occupies in
7459 the individual State menus.
7460
7461 2006-01-04 Kim F. Storm <storm@cua.dk>
7462
7463 * wid-edit.el (key-sequence): Rework widget to read key binding
7464 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7465 (widget-key-sequence-default-value): Default value for empty sequence.
7466 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7467 (widget-key-sequence-read-event): New command for C-q.
7468 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7469 (widget-key-sequence-value-to-external): New functions.
7470
7471 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7474 Use expand-file-name.
7475 (flymake-delete-temp-directory): Use expand-file-name,
7476 file-name-directory, and directory-file-name.
7477 (flymake-strrchr): Delete.
7478 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7479 to the init-f function.
7480 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7481 (flymake-init-find-buildfile-dir)
7482 (flymake-init-create-temp-source-and-master-buffer-copy)
7483 (flymake-simple-make-init-impl, flymake-simple-make-init)
7484 (flymake-master-make-init, flymake-master-make-header-init)
7485 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7486 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7487 (flymake-xml-init): Remove corresponding redundant buffer argument.
7488 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7489 the default anyway. Clean up regexps.
7490
7491 * progmodes/flymake.el (flymake-temp-source-file-name)
7492 (flymake-master-file-name, flymake-temp-master-file-name)
7493 (flymake-base-dir): New buffer-local vars.
7494 (flymake-buffer-data, flymake-get-buffer-value)
7495 (flymake-set-buffer-value): Replace those hash-tables by the new
7496 buffer-local vars. Update callers.
7497
7498 * progmodes/flymake.el (flymake-check-start-time)
7499 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7500 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7501 Move definition, so we can remove redundant earlier declaration.
7502 (flymake-replace-regexp-in-string, flymake-split-string)
7503 (flymake-get-temp-dir): Use defalias.
7504 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7505 (flymake-xemacs-window-edges): Remove unused function.
7506 (flymake-get-point-pixel-pos): Move.
7507 (flymake-pid-to-names, flymake-reg-names)
7508 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7509 Replace by a simple list flymake-processes and by process-buffer.
7510 Update callers. Other than simplify the code, it uses buffers rather
7511 than buffer-names so it doesn't get confused by uniquify.
7512 (flymake-buffer-data): The global value should just be nil.
7513
7514 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7515 Optimize the body of a defalias like any other code.
7516
7517 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7518 Make sure we've setup font-lock's vars. It may influence which
7519 function we then call.
7520 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7521 here since it's too late anyway.
7522
7523 2006-01-03 Romain Francoise <romain@orebokech.com>
7524
7525 * startup.el (fancy-splash-tail, normal-splash-screen):
7526 Update copyright year.
7527
7528 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7529
7530 * mouse.el (mouse-drag-track): Rename, from
7531 `mouse-drag-region-1'. Includes optional argument required to
7532 enable post-drag event processing (e.g. delete region keys).
7533 Can be used without this argument to track a mouse region and operate
7534 on it as soon as the drag completes.
7535 (mouse-drag-region): Use `mouse-drag-track'.
7536
7537 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7540 Move to `custom-buffer' group.
7541
7542 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7543 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7544 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7545 (custom-theme-face-menu): New variables.
7546 (custom-theme-add-variable, custom-theme-variable-action)
7547 (custom-variable-reset-theme, custom-theme-delete-variable)
7548 (custom-face-reset-theme, custom-theme-face-action)
7549 (custom-theme-delete-face, custom-theme-merge-theme)
7550 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7551
7552 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * custom.el: Move Custom Themes commentary to start of theme code.
7555 (custom-known-themes): Rename `standard' theme to `changed'.
7556 (custom-push-theme): Caller no longer specifies what theme to use
7557 when doing `reset'---the setting is simply removed from the theme.
7558 Delete MODE from `theme-value' and `theme-settings' properties.
7559 (custom-declare-theme): Ignore &rest args since we don't use them.
7560
7561 (custom-loaded-themes): Delete variable.
7562 (custom-theme-load-themes, custom-theme-loaded-p)
7563 (custom-theme-value): Delete functions.
7564
7565 (custom-declare-theme): Signal error on invalid theme names.
7566 (provide-theme): custom-loaded-themes was deleted.
7567 (load-theme): Load the file unconditionally.
7568 (enable-theme): Call `load-theme' if theme is undefined.
7569 (custom-enabled-themes): Only update value for successful loads.
7570 (disable-theme): Complete from enabled themes when interactive.
7571 (custom-variable-theme-value): Calculate theme value directly.
7572
7573 (custom-theme-reset-variables, custom-reset-variables): Mark as
7574 XEmacs compatibility functions. We don't actually use these.
7575
7576 * cus-edit.el (custom-variable-state-set):
7577 Use custom-variable-theme-value instead of custom-theme-value.
7578 (custom-face-state-set): Rename `standard' theme to `changed'.
7579 (custom-save-variables, custom-save-faces): Delete unneeded
7580 references to custom-reset-variables.
7581 (custom-save-resets): Delete function.
7582 (custom-save-variables, custom-save-faces): MODE argument deleted.
7583 (custom-save-variables, custom-save-faces): Ignore theme values.
7584
7585 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7586 compatibility function.
7587
7588 2006-01-01 Richard M. Stallman <rms@gnu.org>
7589
7590 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7591 (Custom-reset-current, Custom-reset-saved): Likewise.
7592 (Custom-reset-standard): Show message if aborted.
7593 (custom-mode): Doc fix, describing those commands.
7594
7595 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7596 put on event-kind property.
7597
7598 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * custom.el (provide-theme): Ban `user' theme name.
7601 (custom-enabling-themes): New variable.
7602 (enable-theme): Don't enable user if custom-enabling-themes is t.
7603 (custom-enabled-themes): Make it a defcustom.
7604 (custom-theme-recalc-face): No-op if face is undefined.
7605
7606 * cus-edit.el (custom-button-mouse): New variable.
7607 (custom-button-mouse): New face.
7608 (custom-raised-buttons, custom-mode): Use it.
7609
7610 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7611
7612 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7613
7614 * progmodes/gud.el (gud-display-line): Support hl-line in the
7615 source buffer.
7616
7617 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7618
7619 * mouse.el (mouse-drag-window-above): Verify that the found window
7620 overlaps with the given window in the horizontal dimension.
7621
7622 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7623
7624 * Makefile.in (cvs-update): New target.
7625
7626 * makefile.w32-in (cvs-update): Ditto.
7627
7628 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7631 (custom-new-theme-mode-map): New variable.
7632
7633 2005-12-30 Richard M. Stallman <rms@gnu.org>
7634
7635 * custom.el (custom-load-themes): Function deleted.
7636
7637 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7638 (custom-save-variables): Don't delete or add custom-load-themes call.
7639
7640 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * cus-start.el: Add `visible-cursor'.
7643
7644 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7645 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7646 (flymake-process-filter): Switch to buffer before calling it instead.
7647 (flymake-post-syntax-check, flymake-highlight-err-lines)
7648 (flymake-delete-own-overlays, flymake-parse-err-lines)
7649 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7650 (flymake-count-lines, flymake-parse-residual):
7651 Remove constant buffer argument.
7652 (flymake-start-syntax-check-for-current-buffer): Remove.
7653 Update callers to use flymake-start-syntax-check instead.
7654 (flymake-display-err-menu-for-current-line):
7655 Remove unused var `mouse-pos'.
7656 (flymake-restore-formatting): Comment out unused function.
7657 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7658 argument, use current-buffer instead. Update callers.
7659
7660 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7661
7662 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7663 buffer-local because choose-completion-delete-max-match requires
7664 that we set completion-ignore-case (i.e., binding via let is not
7665 sufficient).
7666 (bibtex-complete): Always set completion-ignore-case and
7667 choose-completion-string-functions. The latter is needed because
7668 choose-completion-string-functions keeps its value if we quit the
7669 *Completions* buffer without requesting a completion.
7670
7671 2005-12-30 Andreas Schwab <schwab@suse.de>
7672
7673 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7674
7675 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7676
7677 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7678
7679 2005-12-30 Juri Linkov <juri@jurta.org>
7680
7681 * locate.el (locate-fcodes-file, locate-header-face)
7682 * progmodes/delphi.el (delphi-other-face)
7683 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7684
7685 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7686 group `paren-showing-faces'.
7687
7688 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7689 (goto-address): Fix docstring.
7690
7691 * net/webjump.el (webjump-sample-sites): Update URLs.
7692
7693 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7694
7695 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7696
7697 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * font-lock.el (font-lock-compile-keywords): Signal an error when
7700 font-lock-set-defaults hasn't been called.
7701
7702 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * subr.el (noreturn, 1value): Doc fixes.
7705
7706 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7707
7708 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7709 that assoc-string returns nil.
7710
7711 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7712
7713 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7714 (bibtex-entry-type-str, bibtex-empty-field-re)
7715 (bibtex-search-backward-string, bibtex-preamble-prefix)
7716 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7717 (bibtex-any-valid-entry-type): New variable.
7718 (bibtex-parse-field-name): Simplify.
7719 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7720 (bibtex-preamble-prefix): Include left delimiter.
7721 (bibtex-search-forward-field, bibtex-search-backward-field):
7722 Allow unbounded search past entry boundaries (required by bibtex-pop).
7723 (bibtex-text-in-field-bounds): Use push.
7724 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7725 (bibtex-parse-preamble, bibtex-valid-entry)
7726 (bibtex-beginning-first-field): New functions.
7727 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7728 (bibtex-map-entries): Fix docstring.
7729 (bibtex-flash-head): New arg prompt. Simplify.
7730 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7731 (bibtex-insert-kill): Simplify. Always insert text past the
7732 current field or entry.
7733 (bibtex-format-entry): Use bibtex-parse-field.
7734 (bibtex-pop): Use bibtex-beginning-of-entry and
7735 bibtex-end-of-entry to initiate the search. Insert empty field if
7736 we found ourselves.
7737 (bibtex-print-help-message): New args field and comma.
7738 Handle entry keys.
7739 (bibtex-make-field): Use bibtex-beginning-of-entry.
7740 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7741 invalid entry.
7742 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7743 Handle preambles. Simplify code for thorough test.
7744 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7745 New arg comma. Handle entry heads.
7746 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7747 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7748 New arg comma.
7749 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7750 (bibtex-fill-field): Simplify.
7751 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7752 bibtex-parse-field.
7753 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7754 (bibtex-complete): Use bibtex-parse-preamble.
7755
7756 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7757
7758 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7759 Display name of expression instead of convenience variable.
7760 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7761
7762 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7763 toggle-gud-tooltip-dereference.
7764 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7765 (gud-tooltip-tips): ...here when dereferencing.
7766
7767 2005-12-28 Bill Wohler <wohler@newt.com>
7768
7769 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7770
7771 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7774 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7775 (vc-annotate-display-autoscale): Adjust call.
7776 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7777 Fix interactive spec.
7778 (vc-annotate-time-span): Remove.
7779 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7780 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7781 (vc-annotate-display-select): Use new name.
7782
7783 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7784 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7785 Correct the construction of span entries. Simplify.
7786 (vc-annotate-display-select): Fix the nil case.
7787 (vc-annotate): Remove obsolete (and now broken) code.
7788 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7789 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7790
7791 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7792
7793 * subr.el (lazy-completion-table): Correct typo in docstring.
7794
7795 * startup.el (command-line): Use `custom-reevaluate-setting' for
7796 `send-mail-function'.
7797
7798 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7799
7800 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7801
7802 * mail/smtpmail.el (smtpmail-try-auth-methods):
7803 Send credentials together with "AUTH PLAIN" command.
7804
7805 2005-12-27 Richard M. Stallman <rms@gnu.org>
7806
7807 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7808 mouse-2, go back to previously selected window, so it's selected
7809 when mouse-2 command runs.
7810
7811 2005-12-27 Juri Linkov <juri@jurta.org>
7812
7813 * descr-text.el (describe-text-sexp): Use square brackets for
7814 button [Show] to distinguish it from the property value `show'.
7815 (describe-property-list): Use `insert-text-button' with
7816 `help-face' type instead of putting face in quotes, because button
7817 is not created automatically for a list of faces.
7818 (describe-text-properties-1): Put button-type value in quotes to
7819 distinguish from plain text "button".
7820 (describe-char): Display code point values in hex. Don't use
7821 `symbol-name' for `current-input-method' because it is a string.
7822 Use `insert-text-button' with `help-face' type instead of putting
7823 hardcoded face in quotes, because button is not created automatically.
7824
7825 2005-12-27 Richard M. Stallman <rms@gnu.org>
7826
7827 * progmodes/glasses.el (glasses-face): More specific custom type.
7828
7829 * files.el (set-visited-file-name): Doc fix.
7830
7831 * textmodes/flyspell.el (flyspell-external-point-words):
7832 Use local var buffer-scan-pos to advance scan for next misspelling.
7833 Advance it only after we find the misspelling.
7834
7835 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7836
7837 * textmodes/flyspell.el (flyspell-external-point-words):
7838 New criteria for finding the misspelling in the buffer.
7839
7840 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7841
7842 * help-mode.el (help-insert-string): Set help-xref-stack-item
7843 rather than call help-setup-xref.
7844
7845 * descr-text.el (describe-char): Revert previous changes for
7846 optional buffer argument.
7847
7848 2005-12-27 Juri Linkov <juri@jurta.org>
7849
7850 * help-mode.el (help-insert-string): New function. Save buffer
7851 contents in cases where it is impossible to recompute the old contents.
7852
7853 * descr-text.el (describe-char): Set help-xref-stack-item
7854 explicitly after buffer has been generated.
7855
7856 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7857
7858 * cus-start.el (all): Add x-gtk-show-hidden-files.
7859
7860 2005-12-26 Richard M. Stallman <rms@gnu.org>
7861
7862 * replace.el (perform-replace): Calculate match-again
7863 before skipping read-only matches.
7864
7865 * paren.el (paren-showing-faces): New group.
7866 (show-paren-match, show-paren-mismatch): Move to that group.
7867
7868 * button.el (button): Put into group `basic-faces'.
7869
7870 * progmodes/make-mode.el: Remove faces from group `faces'.
7871
7872 * apropos.el (apropos, apropos-value): Doc fix.
7873 (apropos-documentation): Doc fix.
7874
7875 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * subr.el (lazy-completion-table): Remove argument `args'.
7878
7879 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7880 Don't use the `args' argument of lazy-completion-table.
7881
7882 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7883
7884 * descr-text.el (describe-char): Add optional argument for buffer.
7885 Set buffer appropriately. Call help-setup-xref.
7886 Suggested by Stefan Monnier.
7887
7888 2005-12-26 Juri Linkov <juri@jurta.org>
7889
7890 * descr-text.el: Require `help-fns' at runtime. Don't require
7891 `button' for byte compilation.
7892 (describe-text-widget): Add `help-echo' for first button.
7893 Use `help-info' for second.
7894 (describe-property-list): Use `help-argument-name' instead of `italic'.
7895 (describe-text-category): Add prompt to interactive spec.
7896 Call `help-setup-xref'.
7897 (describe-char): Use `help-character-set'. Add `help-echo' for
7898 code point. Use `help-input-method'. Remove superfluous insert.
7899
7900 2005-12-25 Richard M. Stallman <rms@gnu.org>
7901
7902 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7903 at point, in case of narrowing.
7904
7905 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7906
7907 * locate.el (locate-header-face): Allow nil in type.
7908
7909 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7910
7911 2005-12-25 Romain Francoise <romain@orebokech.com>
7912
7913 * battery.el (battery-linux-proc-acpi): Also try
7914 `/proc/acpi/thermal_zone/THM0/temperature'.
7915
7916 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * custom.el (custom-push-theme): Fix docstring.
7919
7920 * cus-edit.el (custom-variable-set, custom-variable-save)
7921 (custom-variable-save): Custom-quote widget values.
7922 (customize-save-variable): Fix custom-push-theme call.
7923
7924 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7925
7926 * w32-fns.el (w32-batch-update-autoloads): New function.
7927
7928 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7929 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7930 from the command line.
7931
7932 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7935 reset means to remove setting from theme entirely. Don't keep
7936 expanding theme-settings list; delete old entries if necessary.
7937
7938 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7939 customization" button one line up.
7940 (custom-themed): New face.
7941 (custom-magic-alist): New value, THEMED, for theme settings.
7942 (custom-variable-state-set, custom-face-state-set):
7943 Check theme-value instead of saved-value.
7944 (custom-variable-reset-standard, custom-face-reset-standard):
7945 Remove theme setting entirely. Recalculate new values.
7946 (custom-variable-set, custom-variable-set)
7947 (custom-variable-reset-saved, custom-variable-reset-backup)
7948 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7949 (custom-variable-save): Fix typos.
7950
7951 2005-12-23 Juri Linkov <juri@jurta.org>
7952
7953 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7954 Add autoload cookies.
7955 (edebug-outside-d-c-i-n-s-w): New variable.
7956 (edebug-display, edebug-outside-excursion): Use it to save the
7957 original value of default-cursor-in-non-selected-windows.
7958 Set default-cursor-in-non-selected-windows to t while Edebug
7959 is active.
7960 (edebug-mode, edebug-eval-mode): Doc fix.
7961
7962 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7963 with `buffer-substring-no-properties' to remove common substring
7964 highlighting.
7965
7966 * info.el (info-other-window, info): Rename function argument
7967 `file' to `file-or-node'.
7968 (Info-complete-menu-item): Use local variable `complete-nodes' to
7969 keep the global value of `Info-complete-nodes' unchanged for
7970 subsequent completions.
7971 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7972
7973 * simple.el (get-next-valid-buffer, last-buffer)
7974 (next-error-buffer-p, next-error-find-buffer)
7975 (minibuffer-history-sexp-flag): Doc fix.
7976
7977 * savehist.el (savehist-mode-hook): Add `:group'.
7978
7979 * log-view.el: Call autoload for vc-find-version.
7980 (log-view-current-file): Adjust subgroup numbers.
7981 (log-view-current-tag): Add `length'.
7982
7983 2005-12-23 Richard M. Stallman <rms@gnu.org>
7984
7985 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7986
7987 2005-12-23 Juri Linkov <juri@jurta.org>
7988
7989 * hi-lock.el (hi-lock-archaic-interface-message-used)
7990 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7991 (hi-lock-mode): Display "Hi" in the mode line only when
7992 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7993 (hi-lock-write-interactive-patterns):
7994 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7995 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7996 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7997 font-lock-add-keywords to t.
7998
7999 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8000
8001 * hi-lock.el (hi-lock-highlight-range): New variable.
8002 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8003 only if font-lock-fontified is non-nil. Remove overlays.
8004 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8005 font-lock-fontified is non-nil, otherwise use overlays (instead of
8006 text properties).
8007 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8008 New variables.
8009 (hi-lock-string-serialize) New function.
8010
8011 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8012
8013 * menu-bar.el (menu-find-file-existing): New function.
8014 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8015
8016 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8017
8018 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * vc.el: Remove unnecessary leading * in docstrings.
8021 (vc-annotate-mode-map): Move initialization into declaration.
8022 (vc-static-header-alist): Nitpick on the regexp.
8023 (vc-default-init-version): New fun.
8024 (vc-register): Use it.
8025 (vc-insert-headers): Use dolist.
8026 (vc-annotate-get-backend): Remove unused function.
8027 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8028 (vc-annotate-mode): Remove corresponding call.
8029 (vc-annotate-car-last-cons): Simplify.
8030 (vc-annotate-buffers): Remove var.
8031 (vc-annotate-backend): Make it buffer-local.
8032 (vc-annotate): Move the interaction to the interactive spec.
8033 Add a `buf' argument.
8034 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8035 killing&creating a vc-annotate buffer, which is very disruptive when
8036 the buffers are shown in dedicated frames.
8037
8038 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * descr-text.el: Add FSF as maintainer.
8041 (describe-text-mode, describe-text-mode-map)
8042 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8043 help-mode.
8044 (describe-text-widget, describe-text-sexp)
8045 (describe-property-list, describe-text-category)
8046 (describe-text-properties, describe-text-properties-1)
8047 (describe-char): Use help buttons instead of widgets.
8048 (describe-char-unicodedata-file): Make URL link in doc string.
8049
8050 2005-12-22 Richard M. Stallman <rms@gnu.org>
8051
8052 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8053 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8054 Don't include buttons that write a file when there's no file.
8055 (custom-variable-menu, custom-face-menu, custom-group-menu):
8056 Don't include commands that write a file when there's no file.
8057 (customize-browse): Reword the top-of-buffer help intro.
8058 (custom-buffer-create-internal): Fix previous change.
8059 (customize-changed-options-previous-release): Prev release is 21.1.
8060 (customize-changed-options): Doc fix.
8061 (customize-changed): New alias.
8062 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8063 Say "standard values".
8064 (Custom-reset-standard): Doc fix.
8065 (custom-face-reset-standard): Doc fix.
8066
8067 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8070 even if font-lock-mode is non-nil since it may be t without having
8071 turned on font-lock-mode-internal.
8072 (font-lock-choose-keywords): Minor optimization.
8073 (font-lock-add-keywords, font-lock-remove-keywords)
8074 (font-lock-set-defaults): Don't call make-local-variable on a variable
8075 that we know to already be local.
8076
8077 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8078
8079 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8080 messages if in the minibuffer.
8081
8082 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8085 (tex-mode-flyspell-verify, flyspell-get-word)
8086 (flyspell-external-point-words): Don't use point-min/max uselessly.
8087
8088 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8089 by Kevin Rodgers. Instead, just hide the completions buffer if we
8090 don't need to show it.
8091
8092 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8093
8094 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8095
8096 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8099 delete-windows-on with an inexistent buffer.
8100
8101 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8104 Delete defcustom variable :tag names.
8105
8106 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8109 (log-view-font-lock-keywords): Ajust subgroup numbers.
8110 (log-view-current-tag): Don't hard code the number of subgroups.
8111
8112 2005-12-20 Juri Linkov <juri@jurta.org>
8113
8114 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8115 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8116
8117 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8118 (menu-bar-non-minibuffer-window-p): Instead of checking
8119 display-multi-frame-p, use selected-frame when menu-updating-frame
8120 is nil.
8121
8122 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8123
8124 * align.el (align-rules-list): Use [ \t] instead of \s-
8125 for column separators in text mode.
8126
8127 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8128
8129 * help-mode.el (help-customize-variable, help-customize-face):
8130 Don't pop help-xref-stack as help-follow no longer pushes
8131 anything on to it.
8132
8133 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8134
8135 * textmodes/org.el (org-agenda-custom-commands): New option.
8136 (org-agenda): Offer custom commands on splash screen.
8137 (org-make-tags-matcher): Parser for Boolean logic added.
8138 (org-agenda-set-tags): New command.
8139 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8140 (org-set-tags): Efficiency improvements.
8141 (org-auto-align-tags): New option.
8142 (org-todo, org-demote, org-promote): Realign tags.
8143 (org-tags-completion-function): Use also "&" and "|" as separators.
8144 (org-org-menu): Agenda commands simplified.
8145
8146 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * cus-edit.el (customize-apropos, customize-apropos-options):
8149 Docstring changes.
8150
8151 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8152
8153 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * longlines.el (longlines-mode): Wrap while widened.
8156 (longlines-decode-region, longlines-encode-region): Compute max
8157 just once.
8158
8159 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8160
8161 * cus-edit.el (mac): New group.
8162
8163 * cus-start.el (all): Add user options in macterm.c. Add test for
8164 Mac-related built-ins. Fix test for GTK-related built-ins.
8165
8166 * term/mac-win.el (mac-handle-language-change)
8167 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8168 (mac-services-open-selection, mac-services-mail-selection)
8169 (mac-services-mail-to, mac-services-insert-text)
8170 (mac-dispatch-apple-event): Add docstrings.
8171 (x-get-selection, mac-select-convert-to-string): Select coding
8172 system from `utf-16be' and `utf-16le' using `byteorder'.
8173
8174 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8177 a "list" (lambda ...) rather than a real completion list.
8178
8179 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8180 lexical-let when encountering ((lambda (...) ...) ...).
8181
8182 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8183
8184 * progmodes/sh-script.el (sh-mode):
8185 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8186 * textmodes/picture.el (picture-mode): Update docstrings.
8187
8188 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8189
8190 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8191 commands enclosed in $(ARGQUOTE)s should not be split between two
8192 lines, as that will break with GNU Make >3.80, when sh.exe is used
8193 and arg quoting is with '..'.
8194 (autoloads): Don't break the quoted --eval expression between
8195 several lines.
8196
8197 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8198
8199 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8200 Capture error from printing circular structures.
8201
8202 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8203
8204 * wid-edit.el (widget-checkbox-action): Clear undo info.
8205
8206 2005-12-16 Bill Wohler <wohler@newt.com>
8207
8208 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8209 bar, not menubar in comment.
8210
8211 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8214 After-change-functions should not clobber the match data.
8215
8216 2005-12-16 Juri Linkov <juri@jurta.org>
8217
8218 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8219 instead of `buffer-substring'.
8220 (completion-common-substring): Doc fix.
8221 (completion-setup-function): Use minibuffer-completion-contents
8222 instead of minibuffer-contents. Don't set common-string-length
8223 initially. Remove special handling of partial-completion-mode.
8224 Move computation of completion-base-size into one cond.
8225 Call completion-base-size-function in mainbuf. In computation of
8226 completion-base-size for file name completion don't move point to
8227 the end of the minibuffer. Move computation of common-string-length
8228 into one cond. Start putting faces only when common-string-length>=0.
8229 Add condition to put completions-common-part when
8230 common-string-length>0.
8231
8232 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8233 place point at the first different character in the minibuffer
8234 even if this position is at the beginning of the minibuffer.
8235
8236 * info.el (Info-read-node-name-1): In completion-base-size-function's
8237 lambda return 1 if common-substring or minibuffer-completion-contents
8238 starts with (, and 0 otherwise.
8239
8240 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8241 Use `crm-current-element' for second arg of `display-completion-list'.
8242
8243 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8244
8245 * files.el (set-auto-mode): Look for an interpreter specified on
8246 the first line also if search for mode specification succeeded,
8247 but the mode is not known.
8248
8249 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8250
8251 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8252 (org-open-at-point): Implement tag searches as links.
8253 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8254 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8255 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8256 (org-agenda-dispatch): New commands.
8257 (org-use-tag-inheritance, org-tags-column): New options.
8258 (org-tab-follows-link, org-return-follows-link): New options.
8259 (org-tags): New customize group.
8260 (org-start-icalendar-file): Get local time zone.
8261 (org-tags-completion-function): New function.
8262 (org-set-font-lock-defaults): Make sure links will also be
8263 highlighted inside headlines.
8264
8265 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8266
8267 * term.el (term-emulate-terminal):
8268 Let term-handle-ansi-terminal-messages override what Bash says about
8269 its current directory.
8270
8271 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8272
8273 * bindings.el (last-buffer): Move to simple.el.
8274 * simple.el (last-buffer): Move here.
8275 (get-next-valid-buffer): New function.
8276 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8277 (prev-buffer): Ditto. Rename to `previous-buffer'.
8278
8279 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8280 * bindings.el (global-map): Ditto.
8281
8282 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8283
8284 * cus-edit.el: Introductory comment change.
8285 (custom-magic-alist): Change message string for the `rogue' state.
8286
8287 2005-12-15 Richard M. Stallman <rms@gnu.org>
8288
8289 * tooltip.el: Delete defcustom variable :tag names.
8290
8291 * complete.el (partial-completion-mode): Doc fix.
8292
8293 * textmodes/flyspell.el (flyspell-external-point-words):
8294 Use save-excursion to ensure we don't move backward in the
8295 search loop, not even one character.
8296 (flyspell-delete-all-overlays): Use remove-overlays directly.
8297
8298 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8299 (ispell-start-process): Set that variable.
8300 Clear ispell-buffer-local-name.
8301 (ispell-internal-change-dictionary):
8302 Set ispell-current-dictionary after killing process.
8303 (ispell-buffer-local-dict):
8304 Don't set spell-personal-dictionary after killing process.
8305 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8306 (ispell-tex-skip-alists, ispell-html-skip-alists)
8307 (ispell-skip-region-alist): Mark as risky.
8308
8309 * net/newsticker.el (newsticker--retrieval-timer-list)
8310 (newsticker--display-timer, newsticker-running-p)
8311 (newsticker-ticker-running-p): Definitions moved up.
8312
8313 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8314
8315 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8316
8317 2005-12-15 David Ponce <david@dponce.com>
8318
8319 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8320 (recentf-edit-list, recentf-open-files): Signal an error when
8321 there is no recent file.
8322
8323 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8324
8325 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8326 read-only except for texinfo-format-region evaluation.
8327
8328 2005-12-14 Richard M. Stallman <rms@gnu.org>
8329
8330 * vc.el (vc-default-previous-version, vc-default-next-version)
8331 (vc-do-command): Doc fixes.
8332
8333 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8334
8335 * textmodes/bibtex.el (bibtex-expand-strings)
8336 (bibtex-autokey-expand-string, bibtex-name-part)
8337 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8338 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8339 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8340 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8341 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8342 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8343 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8344 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8345 (bibtex-beginning-of-last-entry): Remove.
8346 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8347 message if comma is missing but buffer is read-only.
8348 (bibtex-parse-field-text): Handle whitespaces at the end of field
8349 text. Return 3-element list with beginning and end of field text
8350 and end of field.
8351 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8352 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8353 (bibtex-search-forward-field, bibtex-search-backward-field):
8354 Search always delimited by limits of entry. Use more efficient
8355 search algorithms.
8356 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8357 bibtex-end-of-name-in-field.
8358 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8359 extracting the content of a field.
8360 (bibtex-text-in-field): Use search limits.
8361 (bibtex-parse-string-prefix): Handle empty string keys based on
8362 bibtex-string-empty-key.
8363 (bibtex-parse-string): Fix docstring.
8364 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8365 (bibtex-preamble-prefix, bibtex-strings): New functions.
8366 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8367 BibTeX entries (consistent with other BibTeX functions).
8368 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8369 (bibtex-search-entry): Fix docstring. Simplify.
8370 (bibtex-flash-head, bibtex-complete-string-cleanup)
8371 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8372 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8373 (bibtex-parse-entry): New optional arg content.
8374 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8375 Use bibtex-text-in-field-bounds.
8376 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8377 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8378 bibtex-parse-string-postfix.
8379 (bibtex-find-text-internal): New function.
8380 (bibtex-remove-delimiters): Use it.
8381 (bibtex-find-text): Use it. New optional arg help.
8382 (bibtex-complete): Handle BibTeX string and preamble entries.
8383 (bibtex-Preamble): Fix order of closing delimiters.
8384
8385 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * vc.el (vc-default-revert): New fun.
8388
8389 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8390
8391 2005-12-14 Romain Francoise <romain@orebokech.com>
8392
8393 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8394 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8395 (font-lock-remove-keywords): Likewise.
8396
8397 2005-12-14 Juri Linkov <juri@jurta.org>
8398
8399 * log-view.el (log-view-diff): Doc fix.
8400
8401 * isearch.el (isearch-query-replace): Use (mark) instead of
8402 isearch-opoint if mark is active in transient-mark-mode.
8403
8404 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8405
8406 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8407
8408 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8409
8410 * progmodes/cpp.el (cpp-face): New widget.
8411 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8412
8413 2005-12-14 Juri Linkov <juri@jurta.org>
8414
8415 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8416 around `erase-buffer' and `insert'.
8417
8418 * descr-text.el (describe-text-properties): Replace buffer name
8419 "*Help-2*" with "*Help*<2>".
8420 (describe-char): Add functions print-help-return-message,
8421 toggle-read-only. Use help-setup-xref with nil to not store
8422 describe-char in help-xref-stack. Use help-make-xrefs to
8423 make [back] button.
8424
8425 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8426
8427 * wdired.el (wdired-old-point): New internal variable.
8428 (wdired-change-to-wdired-mode): Set it buffer-locally.
8429 (wdired-abort-changes): Restore point after aborting changes.
8430
8431 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * vc.el (vc-do-command): Add a new value t for okstatus.
8434
8435 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8436 frame in case of errors.
8437
8438 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8439
8440 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8441 so it comes after "On the Left" in the menu.
8442
8443 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8444
8445 * cus-edit.el (customize-apropos, customize-apropos-options)
8446 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8447
8448 2005-12-12 Bill Wohler <wohler@newt.com>
8449
8450 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8451 non-writable Subversion-controlled files by saving window
8452 configuration before calling vc-do-command. vc-do-command calls
8453 pop-to-buffer on error which is unexpected during registration.
8454
8455 2005-12-12 Jay Belanger <belanger@truman.edu>
8456
8457 * calc/README: Update the summary of changes.
8458
8459 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * descr-text.el (describe-char): Rework last fix to solve the problem
8462 is the same way it's solved for everything else in that function
8463 (i.e. by extracting the info before setting up the *Help* buffer).
8464
8465 2005-12-12 Kim F. Storm <storm@cua.dk>
8466
8467 * subr.el (version-regexp-alist): Allow space as separator before
8468 non-numeric part, e.g. "1.0 alpha".
8469 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8470
8471 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8472
8473 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8474 Implement Logging and the keep-modes setting.
8475 (org-get-category): Make sure a string is returned.
8476 (org-log-done): New function.
8477 (org-log-done, org-closed-string): New options.
8478
8479 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8480
8481 * tooltip.el (tooltip-y-offset): Change default to 20.
8482
8483 2005-12-12 Richard M. Stallman <rms@gnu.org>
8484
8485 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8486
8487 * frame.el (display-hourglass): Doc fix.
8488
8489 * help.el (help-for-help-internal): Simplify entry for `a'.
8490
8491 * info.el (Info-on-current-buffer): Doc fix.
8492 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8493
8494 * startup.el (inhibit-splash-screen): Make this the real name.
8495 (inhibit-startup-message): Make this the alias.
8496 (command-line): Find only simple.el, and use its directory
8497 to fill in other preloaded files' names.
8498 (command-line): Deactivate the mark if deactivate-mark is set.
8499
8500 * international/mule.el (load-with-code-conversion):
8501 Bind deactivate-mark.
8502
8503 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8504
8505 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8506
8507 * cus-edit.el (customize-apropos): Avoid listing an option more
8508 than once under different aliases. No longer list user options
8509 that are not defined with defcustom (unless a prefix arg is given).
8510 Doc fix.
8511 (customize-apropos-options): Doc fix.
8512
8513 2005-12-11 Juri Linkov <juri@jurta.org>
8514
8515 * frame.el (set-background-color, set-foreground-color)
8516 (set-cursor-color, set-mouse-color, set-border-color):
8517 Add explicit prompts to read colors by `facemenu-read-color'.
8518 (show-trailing-whitespace, blink-cursor-delay)
8519 (blink-cursor-interval, display-hourglass, hourglass-delay):
8520 Remove tags.
8521 (display-hourglass, hourglass-delay): Doc fix.
8522 (cursor-in-non-selected-windows): Capitalize words in tag.
8523
8524 * faces.el (frame-background-mode): Replace `choice-item' keywords
8525 with `const' to not make [default] button. Change default value tag
8526 from `default' to `automatic'. Doc fix.
8527 (trailing-whitespace) <defface>: Change group `whitespace' to
8528 `whitespace-faces'.
8529
8530 2005-12-11 Richard M. Stallman <rms@gnu.org>
8531
8532 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8533
8534 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8535
8536 * term/mac-win.el: Create keymap for mac-apple-event-map.
8537
8538 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8539
8540 * tooltip.el (tooltip-mode): Move to start of file so that it
8541 appears at top of customize buffer.
8542
8543 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8544 Add the gud groupname.
8545 (gud-tooltip-mode): Add the tooltip groupname.
8546 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8547 avoid conflict with tooltip-use-echo-area.
8548
8549 2005-12-10 Romain Francoise <romain@orebokech.com>
8550
8551 * help.el (help-for-help-internal): Add `r' in doc string.
8552
8553 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8554
8555 * align.el (align-regexp, align-highlight-rule):
8556 Use region-beginning and region-end instead of point and mark, so that
8557 repetition (with `repeat-complex-command') recomputes the region
8558 bounds.
8559
8560 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8561
8562 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8563 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8564 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8565 (balance-windows): Rewrite using the above new functions.
8566
8567 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8568
8569 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8570 react if global-hi-lock-mode seems intended.
8571 (global-hi-lock-mode) Renamed from hi-lock-mode.
8572 (hi-lock-archaic-interface-message-used)
8573 (hi-lock-archaic-interface-deduce): New variables.
8574 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8575 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8576 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8577 Replace hi-lock-buffer-mode with hi-lock-mode.
8578
8579 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8580
8581 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8582 completion list, even after a partial completion has been
8583 inserted in the current buffer. If there are more than 1
8584 completion, redisplay the *Completions* buffer; if the
8585 completion is unique, delete the *Completions* window.
8586
8587 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8588
8589 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8590 strings and long subject lines that were broken into multiple
8591 lines at arbitrary places. Handle subjects that have "Re: " in
8592 the middle.
8593
8594 2005-12-10 John W. Eaton <jwe@octave.org>
8595
8596 * emacs/octave-mod.el (octave-electric-space): Don't indent
8597 comments or strings if octave-auto-indent is nil.
8598
8599 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8600
8601 * term/mac-win.el: Require url when compiling.
8602 Call mac-process-deferred-apple-events after loading init files.
8603 (mac-apple-event-map): New defvar. Define event handlers in it.
8604 (core-event, internet-event): New Apple event class symbols.
8605 (open-application, reopen-application, open-documents)
8606 (print-documents, open-contents, quit-application)
8607 (application-died, show-preferences, autosave-now, get-url):
8608 New Apple event ID symbols.
8609 (about): New HICommand ID symbol.
8610 (mac-event-spec, mac-event-ae): New macros.
8611 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8612 (mac-ae-selection-range, mac-ae-text-for-search)
8613 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8614 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8615 and Services menu events are now defined in mac-apple-event-map.
8616 (mac-drag-n-drop): Remove selection range handling.
8617
8618 2005-12-10 Kenichi Handa <handa@m17n.org>
8619
8620 * simple.el (zap-to-char):
8621 * isearch.el (isearch-process-search-char): Translate CHAR by
8622 translation-table-for-input.
8623
8624 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * foldout.el (foldout-exit-fold): Properly hide subtree.
8627
8628 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8629
8630 * files.el (save-buffer):
8631 * international/ucs-tables.el (ucs-set-table-for-input):
8632 * mail/mail-extr.el (mail-extract-address-components):
8633 * mail/sendmail.el (mail-mode): Reformat doc string.
8634
8635 2005-12-09 Juri Linkov <juri@jurta.org>
8636
8637 * isearch.el (isearch-highlight): Change main overlay priority
8638 from 1 to 1001. Simplify.
8639 (isearch-lazy-highlight-update): Change lazy overlay priority
8640 from 0 to 1000.
8641
8642 * replace.el (replace-highlight): Change overlay priority from
8643 1 to 1001.
8644
8645 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8646 Change overlay priority from 1 to 1001. Reuse existing overlay.
8647
8648 * compare-w.el (compare-windows-highlight): Change overlay
8649 priority from 1 to 1000.
8650
8651 * menu-bar.el (menu-bar-edit-menu): Add listp around
8652 pending-undo-list to disable menu item "undo" when pending
8653 undo list is empty.
8654
8655 * locate.el (locate): Disable undo in *Locate* buffer.
8656
8657 2005-12-09 Kim F. Storm <storm@cua.dk>
8658
8659 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8660
8661 2005-12-09 David Ponce <david@dponce.com>
8662
8663 * recentf.el: Improvement of the menu code.
8664 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8665 instead of menu hook.
8666 (recentf-show-menu, recentf-hide-menu): New functions.
8667 (recentf-menu-customization-changed, recentf-mode): Use them.
8668 (recentf-menu-action, recentf-max-menu-items)
8669 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8670 (recentf-arrange-by-rule-others)
8671 (recentf-arrange-by-rules-min-items)
8672 (recentf-arrange-by-rule-subfilter) : Don't use
8673 `recentf-menu-customization-changed'.
8674 (recentf-arrange-rules): Likewise. Accept functions to compute
8675 sub-menu titles.
8676 (recentf-menu-filter): Likewise. Doc fix.
8677 (recentf-menu-value-shortcut): Doc fix.
8678 (recentf-dump-variable): Quote atom value.
8679 (recentf-make-menu-items): Update to use it as a menu filter.
8680 (recentf-match-rule): New function.
8681 (recentf-arrange-by-rule): Use it.
8682 (recentf-indirect-mode-rule): New function.
8683 (recentf-build-mode-rules): Use it.
8684 (recentf-dir-rule): New function.
8685 (recentf-arrange-by-dir): Use it.
8686 (recentf-filter-changer-current): Rename from
8687 `recentf-filter-changer-state'. All references updated.
8688 (recentf-filter-changer-alist): Update filter names.
8689 (recentf-filter-changer-select): New function.
8690 (recentf-filter-changer): Use it. Make a sub-menu from filters
8691 available in `recentf-filter-changer-alist'.
8692 (recentf-data-cache, recentf-clear-data)
8693 (recentf-update-menu): Remove. All references updated.
8694 (recentf-match-rule-p, recentf-build-dir-rules)
8695 (recentf-filter-changer-goto-next)
8696 (recentf-filter-changer-get-current)
8697 (recentf-filter-changer-get-next): Remove.
8698
8699 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8700
8701 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8702 buffer "Reset" button to "Reset to Current" for consistency with
8703 the State buttons.
8704
8705 2005-12-08 John Paul Wallington <jpw@pobox.com>
8706
8707 * ibuf-ext.el (define-ibuffer-filter filename):
8708 If `dired-directory' is a list then really use its car.
8709
8710 2005-12-08 Kim F. Storm <storm@cua.dk>
8711
8712 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8713 Fix indention of text on right side of replaced rectangle.
8714
8715 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8718 No need to check gud-comint-buffer is bound.
8719 (gdb): Prevent multiple debugging when first session uses gdba.
8720
8721 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8722
8723 CC Mode update to 5.31.
8724
8725 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8726 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8727 We might do this function properly in the future).
8728
8729 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8730 New macros c-sentence-end and c-default-value-sentence end, to cope
8731 with Emacs 22's new function `sentence-end'.
8732
8733 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8734
8735 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8736 compat issue using `c-put-overlay' and `c-delete-overlay'.
8737
8738 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8739 New compat macros to handle overlays/extents.
8740
8741 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8742
8743 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8744 (for GNU Emacs 20.4)
8745
8746 * progmodes/cc-defs.el:
8747 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8748
8749 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8750 highlighting mechanism so it will work in XEmacs too.
8751
8752 * progmodes/cc-defs.el: Insert c-int-to-char.
8753
8754 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8755 call to the new macro c-int-to-char. This solves XEmacs's
8756 regarding characters as different from integers.
8757
8758 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8759
8760 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8761 New internal helper.
8762
8763 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8764 construct to make the indirect face lookup work in XEmacs.
8765
8766 (c-cpp-matchers): Append the negation char face to the existing
8767 fontification, so that the cpp face doesn't disappear.
8768 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8769 and strings.
8770
8771 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8772 to map to `font-lock-negation-char-face' in emacsen where it exists.
8773
8774 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8775
8776 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8777
8778 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8779 Rename "c-subword-move-mode" as "c-subword-mode".
8780
8781 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8782 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8783
8784 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8785
8786 * progmodes/cc-mode.el: Added autoload directive for
8787 `c-subword-move-mode' for use in older emacsen.
8788
8789 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8790
8791 * progmodes/cc-mode.el:
8792 (i) Insert a binding for C-c C-backspace into
8793 c-bind-special-erase-keys which works in TTYs.
8794 (ii) Make sure that when file styles are used, any explicitly
8795 given style variables take priority over those in the style.
8796 Do this by calling `hack-local-variables' a second time.
8797
8798 * progmodes/cc-vars.el: Add language specific customization
8799 widgets for AWK to c-doc-comment-style, c-require-final-newline
8800 and c-default-style. Add a defcustom for awk-mode-hook.
8801 Give c-syntactic-element and c-syntactic-context doc-strings by
8802 directly setting their `variable-documentation' propery.
8803 This allows Emacs 22.1 to read these with C-h v.
8804
8805 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8806
8807 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8808
8809 * progmodes/cc-fonts.el, cc-vars.el
8810 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8811 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8812 Masatake YAMATO.
8813
8814 (c-doc-comment-style): Made GtkDoc default in C mode.
8815
8816 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8817 and C-c C-<delete>.
8818
8819 (c-bind-special-erase-keys): New function for use on
8820 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8821
8822 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8823 <delete> key behavior in XEmacs according to `delete-forward-p'.
8824 C.f. `c-electric-delete'.
8825
8826 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8827
8828 * progmodes/cc-mode.el: Give c-hungry-backspace and
8829 c-hungry-delete-forward permanent key bindings.
8830
8831 * progmodes/cc-cmds.el (c-electric-semi&comma):
8832 Bind c-syntactic-context for calls to "criteria functions", for
8833 consistency with other calls to user functions.
8834
8835 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8836 `current-prefix-arg', since this might be the prefix arg to a
8837 command which calls c-indent-command as a function. Change the
8838 interactive spec from "p" to "P".
8839
8840 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8841 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8842 was difficult to understand.
8843
8844 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8845
8846 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8847 first char of an identifier.
8848
8849 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8850 +" syntax in C++.
8851
8852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8853
8854 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8855 auto-fill doesn't split a c-comment's last word from a hanging
8856 "*/" when a space is typed between them after fill-column.
8857
8858 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8859
8860 * progmodes/cc-styles.el (c-set-style)
8861 (c-setup-paragraph-variables): Abort the command if we're not in a
8862 CC Mode buffer.
8863
8864 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8865 with blank comment-prefix, and a blank line as the comment's
8866 second line.
8867
8868 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8869
8870 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8871 Incorporate the patterns added in the Emacs development branch
8872 for the new Emacs 22 face `font-lock-negation-char-face'.
8873
8874 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8875 of "red" since it stands out better in xterms and DOS terminals.
8876
8877 * progmodes/cc-engine.el (c-literal-faces):
8878 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8879
8880 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8881
8882 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8883 forcibly enable c-electric-flag.
8884
8885 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8886 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8887 after the comment-prefix of a C-style comment will close that comment.
8888
8889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8890
8891 * progmodes/cc-fonts.el (c-basic-matchers-before)
8892 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8893 in Pike.
8894
8895 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8896 digraphs.
8897
8898 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8899 (c-cpp-message-directives, c-cpp-include-directives)
8900 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8901 (c-cpp-expr-directives): Introduce new language constants to
8902 control cpp syntax in a cleaner way.
8903
8904 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8905
8906 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8907
8908 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8909 (c-multiline-string-start-char): New language constants and
8910 variables to specify how newlines in string literals work.
8911
8912 (c-font-lock-invalid-string): Use them.
8913
8914 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8915 unbalanced close brace is entered. Optimization by avoiding going
8916 back over arbitrarily large blocks. Removed hints that this
8917 function only would be relevant/useful in AWK.
8918
8919 (c-electric-brace): Indent syntactically after the cleanups since
8920 lineup functions might do it differently then.
8921
8922 * progmodes/cc-engine.el, cc-langs.el
8923 (c-opt-op-identifier-prefix): New language constant and variable.
8924
8925 (c-just-after-func-arglist-p, c-after-special-operator-id)
8926 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8927
8928 * progmodes/cc-align.el, cc-engine.el
8929 (c-after-special-operator-id): New helper to handle C++ operator
8930 identifiers.
8931
8932 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8933 (c-guess-basic-syntax): Handle C++ operator identifiers in
8934 declarations.
8935
8936 * progmodes/cc-langs.el (c-assignment-operators): Add the
8937 trigraph version of ^= too.
8938
8939 * progmodes/cc-langs.el (c-assignment-operators): Add the
8940 trigraph version of |= in C++.
8941
8942 * progmodes/cc-fonts.el (c-font-lock-declarators):
8943 Handle `c-decl-hangon-kwds' after the identifier name.
8944
8945 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8946 whether an arglist is "nonempty", ignore a comment after the open
8947 paren if it isn't followed by a non-comment token on the same line.
8948
8949 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8950 Enable heuristics below the point to cope with classes inside special
8951 brace lists in Pike.
8952
8953 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8954
8955 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8956
8957 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8958
8959 * progmodes/cc-guess.el (cc-guess-install): New function to
8960 install an already guessed style in another buffer.
8961
8962 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8963 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8964 anyway if the change always is undone.
8965
8966 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8967
8968 Implement togglable electricity:
8969
8970 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8971 saying when it should be used.
8972
8973 * progmodes/cc-engine.el: Add the new buffer-local variable,
8974 c-electric-flag.
8975
8976 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8977 c-toggle-auto-newline.
8978
8979 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8980 c-toggle-auto-newline. Remove the binding for
8981 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8982 c-toggle-electric-state.
8983
8984 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8985
8986 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8987 c-\(forward\|backward\)-subword.
8988 (c-update-modeline): Add the new modeline flag `l' for
8989 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8990 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8991 Make the old name an alias of the new name.
8992 (c-toggle-electric-state): New function.
8993 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8994 Adapt these functions to do electric things only when
8995 c-electric-flag is non-nil.
8996 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8997 new functions from c-electric-brace.
8998 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8999 mode, so that the tentative extra newline doesn't change the
9000 syntax of the following brace.
9001 (c-electric-brace): Restructure by extracting the above functions.
9002 Tidy up the coding somewhat.
9003 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9004 restructure a bit.
9005
9006 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9007
9008 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9009 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9010
9011 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9012 (c-submode-indicators): Change name from `c-auto-hungry-string'
9013 since it's now used to track another submode.
9014
9015 (c-update-modeline): Convert to function and extended to check
9016 `c-subword-move-mode'.
9017
9018 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9019 Convert to compat aliases for `c-forward-subword' and
9020 `c-backward-subword'.
9021
9022 * progmodes/cc-subword.el: New functions and minor mode to handle
9023 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9024
9025 (c-forward-subword, c-backward-subword, c-mark-subword)
9026 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9027 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9028 Functions corresponding to the standard word handling functions.
9029
9030 (c-subword-move-mode): Minor mode that replaces all the standard
9031 word handling functions with their subword equivalences.
9032
9033 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9034
9035 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9036 entry for one-liner-defun.
9037
9038 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9039 name in its def-edebug-spec.
9040
9041 * progmodes/cc-cmds.el (c-electric-brace): Make the
9042 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9043 compacts space before a comment, if this will make things fit on
9044 one line.
9045
9046 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9047
9048 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9049
9050 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9051 clean-up one-liner-defun.
9052
9053 * progmodes/cc-styles.el: Add the new "awk" style.
9054
9055 * progmodes/cc-vars.el: Add description of one-liner-defun to
9056 c-cleanup-list's doc-string. New user options,
9057 c-max-one-liner-length. In c-default-style, set the default style
9058 for AWK to "awk".
9059
9060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9061
9062 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9063 macros inside labels.
9064
9065 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9066 `c-at-statement-start-p' and `c-at-expression-start-p'.
9067
9068 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9069 error if the mark isn't set.
9070
9071 * progmodes/cc-engine.el (c-guess-continued-construct)
9072 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9073 accurately detect functions inside functions.
9074
9075 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9076 like `c-at-statement-start-p' that additionally recognizes commas
9077 and expression parentheses as delimiters.
9078
9079 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9080 to avoid heuristics that doesn't work for unclosed blocks.
9081 (c-at-statement-start-p): New function.
9082
9083 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9084 Objective-C directives, e.g. directives spanning lines should work
9085 reasonably well now.
9086
9087 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9088
9089 (c-forward-objc-directive): New function to move over any ObjC
9090 directive.
9091
9092 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9093 (c-basic-matchers-before): Use it.
9094
9095 (c-font-lock-objc-iip-decl): Remove.
9096
9097 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9098 in the template arglist recognition.
9099
9100 * progmodes/cc-styles.el (c-style-alist): Fix several
9101 inconsistencies in the Whitesmith style.
9102
9103 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9104 New lineup function to get lines after Whitesmith style blocks
9105 correctly indented.
9106
9107 (c-lineup-whitesmith-in-block): Back out the compensation for
9108 opening parens since it's done using `add' lists in the style
9109 definition instead. Don't use the anchor position since it varies
9110 too much between the syntactic symbols. :P
9111
9112 * progmodes/cc-vars.el (c-valid-offset): Update.
9113
9114 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9115 lists where the offsets are combined according to several
9116 different methods: `first', `min', `max', and `add'.
9117 Report offset evaluation errors with `c-benign-error' so that some kind
9118 of reindentation still is done.
9119
9120 * progmodes/cc-engine.el (c-guess-basic-syntax):
9121 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9122 `arglist-close'.
9123
9124 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9125 situations for `arglist-cont-nonempty' and `arglist-close'.
9126
9127 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9128
9129 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9130 cc-bytecomp-boundp' in a number of places.
9131
9132 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9133 macro related issue.
9134
9135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9136
9137 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9138 list is now [asdf], a char class [:alpha:].
9139 Include code for char classes.
9140 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9141 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9142
9143 Remove (nearly all of) the cruft associated with AWK Mode's former
9144 concept of "virtual semicolons":
9145
9146 Adapt c-beginning-of-statement, c-end-of-statement (together with
9147 subfunctions) to use the new notion of "virtual semicolon" in
9148 place of the old awkward special handling for AWK. There remains
9149 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9150 * progmodes/cc-cmds.el:
9151 (c-ascertain-adjacent-literal): In the backwards direction, now
9152 recognises AWK regexp delimiters as string delimiters.
9153 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9154 check more rigorously for "end of macro".
9155 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9156 virtual semicolons;
9157 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9158 out the code for forward movement into ...
9159 (c-end-of-statement): Now contains the code for forward movement,
9160 adapted for virtual semicolons.
9161
9162 * progmodes/cc-engine.el:
9163 (c-ws*-string-limit-regexp): New regexp.
9164 (c-forward-single-comment, c-backward-single-comment): Comment out
9165 the (now redundant) "special" AWK stuff.
9166
9167 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9168 c-string-par-start, c-string-par-separate to be more like Text
9169 Mode than Fundamental Mode.
9170
9171 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9172
9173 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9174 to the fontified region so that fontification doesn't occur
9175 outside it (could happen e.g. when fontifying a line with an
9176 unfinished declaration).
9177
9178 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9179
9180 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9181 start of the file. ^L now separate sections of the file.
9182 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9183 (c-awk-one-line-possibly-open-string-re)
9184 (c-awk-regexp-one-line-possibly-open-char-class-re)
9185 (c-awk-one-line-possibly-open-regexp-re)
9186 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9187 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9188
9189 Amend the concept of "virtual semicolons" (in the indentation
9190 engine) for languages like AWK, such that they are now
9191 conceptually attached to end of the last token of a statement, not
9192 the end of the line. (In AWK Mode, however, the pertinent text
9193 property is still physically set on the EOL.) Remove the specific
9194 tests for awk-mode, thus facilitating the introduction of other
9195 language modes where EOLs can end statements.
9196 (Note: The funtionality in cc-cmds.el, specifically
9197 c-beginning/end-of-statement has yet to be amended.)
9198
9199 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9200 New macros.
9201
9202 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9203 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9204 c-vsemi-status-unknown-p-fn (in a new page).
9205
9206 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9207 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9208 numerous awkward forms like
9209 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9210 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9211 variable before-ws-ip, the place just after char-before-ip appears.
9212
9213 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9214 a comment.
9215
9216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9217
9218 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9219 `c-tentative-buffer-changes'.
9220
9221 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9222 convert to macro to choose between Emacs and XEmacs at compile time.
9223
9224 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9225
9226 (c-tentative-buffer-changes): New macro to handle temporary buffer
9227 changes in a convenient way.
9228
9229 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9230 for `c-tentative-buffer-changes'.
9231
9232 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9233 the checks for paren sexps between the point and the keyword, to
9234 avoid some false alarms.
9235
9236 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9237 Fixed a situation where an error could be thrown for unbalanced
9238 parens. Changed to make use of c-keyword-member' to avoid some
9239 repeated regexp matches.
9240
9241 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9242 These language variable are no longer necessary.
9243
9244 (c-block-stmt-kwds): New language constant used by
9245 c-looking-at-inexpr-block'.
9246
9247 (c-guess-basic-syntax): Remove an optional check that looked at
9248 the existence of the now removed language variables.
9249
9250 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9251 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9252 object instantiation expressions as declarations in some contexts.
9253 This bug only affected languages where the declarator can't be
9254 enclosed in parentheses.
9255
9256 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9257 insert newlines before and after substatement braces.
9258
9259 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9260 function declaration headers and the handling of C++ style member
9261 init lists.
9262
9263 (c-just-after-func-arglist-p): Rewritten to use
9264 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9265
9266 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9267
9268 (c-guess-basic-syntax): Adapt case 5B for the new
9269 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9270 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9271 covers all cases now).
9272
9273 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9274
9275 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9276
9277 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9278 c-string-par-start/separate c-sentence-end-with-esc-eol,
9279 initialised in c-setup-paragraph-variables, used in string
9280 scanning subroutines of c-beginning-of-statement.
9281
9282 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9283 which precedes the newly inserted `{'.
9284
9285 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9286
9287 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9288 function for declaration level blocks. It should now cope with
9289 templates better and also be a lot more comprehensible.
9290
9291 (c-looking-at-decl-block): The new function.
9292
9293 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9294 for compatibility.
9295
9296 (c-add-class-syntax, c-guess-continued-construct)
9297 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9298
9299 (c-decl-block-key): Change to tell apart ambiguous and
9300 unambiguous keywords. Pike specials are now handled directly in
9301 the code instead.
9302
9303 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9304 New language constants and variables to make the backward skip in
9305 `c-looking-at-decl-block' as tight as possible.
9306
9307 (c-nonsymbol-token-char-list): New language constant.
9308
9309 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9310 find balanced template arglists backwards.
9311
9312 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9313 making char classes for `c-syntactic-skip-backward'.
9314
9315 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9316 16D - can't be a class-close at that point.
9317
9318 * progmodes/cc-engine.el (c-guess-basic-syntax)
9319 (c-add-class-syntax): Don't narrow out the enclosing declaration
9320 level. This makes everything a lot easier, and it was actually
9321 only four small places that needed it to work. Some places that
9322 previously did `widen' are removed now, which has the effect that
9323 `c-guess-basic-syntax' never will look at things outside the
9324 current narrowment now. The anchor position for `topmost-intro'
9325 is affected by this, but it was so bogus it was basically useless
9326 before, and now it's equally bogus but in a slightly different way.
9327
9328 (c-narrow-out-enclosing-class): Gone.
9329
9330 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9331 the narrowed region.
9332
9333 (c-least-enclosing-brace): Remove silly optional argument.
9334
9335 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9336 the point could be left directly after an open paren when finding
9337 the beginning of the first decl in the block.
9338
9339 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9340 Specify which submatch to use.
9341
9342 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9343
9344 (c-decl-start-re): No longer any need for special treatment of
9345 ObjC due to the above.
9346
9347 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9348 presumably follows C in that regard.
9349
9350 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9351 New language constants to specify operator tokens inside
9352 identifiers in a more high level way.
9353
9354 (c-opt-identifier-prefix-key): New internal language constant.
9355
9356 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9357 (c-identifier-start, c-identifier-key): Now completely calculated
9358 from other constants.
9359
9360 (c-identifier-last-sym-match): Decommission since it's no longer used.
9361
9362 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9363
9364 * progmodes/cc-engine.el (c-forward-name): Remove the
9365 optimization when c-identifier-key is equal to c-symbol-key since
9366 it doesn't work in byte compiled files. Don't record empty
9367 regions as identifiers.
9368
9369 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9370 simplify access to `c-operators' and its likes.
9371
9372 (c-operator-list, c-all-op-syntax-tokens)
9373 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9374 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9375 (c-primary-expr-regexp, c-cast-parens): Use it.
9376
9377 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9378 an explicit language in functions.
9379
9380 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9381 variant of adornment.
9382
9383 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9384 variable.
9385
9386 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9387 the Pike value.
9388
9389 * progmodes/cc-engine.el (c-on-identifier)
9390 (c-simple-skip-symbol-backward): Small fix for handling "-"
9391 correctly in `skip-chars-backward'. Affected the operator lfun
9392 syntax in Pike.
9393
9394 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9395 diagnostic message about precompiled language vars not being used.
9396
9397 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9398 "__attribute__" is followed by a parenthesis.
9399
9400 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9401 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9402 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9403
9404 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9405 Internal cleanups to properly detect the declared identifiers in
9406 various declarations.
9407
9408 (c-decl-start-kwds): New language constant to recognize
9409 declarations that can start anywhere. Used for class declarations
9410 in Pike.
9411
9412 (c-specifier-key, c-not-decl-init-keywords)
9413 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9414 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9415
9416 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9417 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9418 handling of the compiler specific extension keywords into a new
9419 language constant `c-decl-hangon-kwds' that defines keyword
9420 clauses to be ignored in declarations.
9421
9422 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9423 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9424 Necessary to stop at the declared identifier in e.g. IDL valuetype
9425 declarations.
9426
9427 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9428 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9429 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9430 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9431 class and enum declarations as such and not as part of the type.
9432
9433 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9434 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9435
9436 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9437 declarations when there's some syntax error later on.
9438
9439 (c-complex-decl-matchers): Did away with a reference to
9440 `c-specifier-key'.
9441
9442 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9443 value - this variable is always dynamically bound.
9444
9445 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9446 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9447 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9448 functions that might do hidden buffer changes: All such internal
9449 functions are now marked instead of those that don't.
9450
9451 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9452 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9453 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9454 (c-literal-type): Allow these functions to make hidden buffer changes,
9455 so that they are free to use text property caching later on.
9456
9457 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9458 (c-electric-brace, c-electric-slash, c-electric-star)
9459 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9460 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9461 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9462 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9463 with the changed semantics of the functions above.
9464
9465 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9466 when macros occur in obscure places. Optimized the sexp movement
9467 a bit.
9468
9469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9470
9471 Enhancements for c-beginning-of-statement to work in AWK Mode:
9472
9473 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9474 (completed statement) with `}' (statement completed by closing
9475 brace or semicolon) and `$' (statement completed by EOL).
9476
9477 (c-awk-virtual-semicolon-ends-prev-line-p)
9478 (c-awk-virtual-semicolon-ends-line-p)
9479 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9480 (c-awk-at-statement-end-p): New functions.
9481
9482 * progmodes/cc-cmds.el: Simplify the structure of functions
9483 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9484 two functions and c-beginning-of-statement to handle AWK Mode.
9485
9486 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9487 c-backward-single-comment for AWK mode. Attempt to clarify their
9488 doc-strings.
9489
9490 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9491
9492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9493
9494 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9495 label handling. Labels are now recognized in a uniform and more
9496 robust way, regardless of context. Text properties are put on all
9497 labels to recognize the following declarations better.
9498 Multiword labels are handled both in indentation and fontification for
9499 the benefit of language extensions like Qt. For consistency, keywords
9500 in labels are now fontified with the label face instead.
9501 That also applies to "case" and "default".
9502
9503 (c-beginning-of-statement-1): Fix some bugs in the label
9504 handling. Disregard `c-nonlabel-token-key' in labels that begin
9505 with `c-label-kwds'.
9506
9507 (c-find-decl-spots): Support that the callback adds more
9508 `c-decl-end' spots to find.
9509
9510 (c-forward-decl-or-cast-1): Don't treat a list of plain
9511 identifiers followed by a colon as a declaration.
9512
9513 (c-forward-label): New function to recognize labels.
9514
9515 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9516 `c-forward-label'. Moved the label recognition cases (14 and 15)
9517 earlier since they aren't so context sensitive now. Handle labels
9518 on the top level gracefully. Moved access label recognition to
9519 the generic label case (CASE 15) - removed CASE 5E.
9520
9521 (c-font-lock-declarations): Add recognition of labels in the
9522 same round since we need to handle labels in parallell with other
9523 declarations to recognize both accurately. It should also improve
9524 speed.
9525
9526 (c-simple-decl-matchers, c-basic-matchers-after):
9527 Move `c-font-lock-labels' so that it only is used on decoration level 2
9528 since `c-font-lock-declarations' handles it otherwise.
9529
9530 (c-complex-decl-matchers): Remove the simplistic recognition of
9531 access labels.
9532
9533 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9534 with labels earlier.
9535
9536 (c-decl-start-re): New language variable to make
9537 `c-font-lock-declarations' stop for the special protection labels
9538 in Objective-C that start with `@'.
9539
9540 (c-label-key): Remove since it's no longer used.
9541
9542 (c-recognize-colon-labels, c-label-prefix-re): New language
9543 constants to support recognition of generic colon-terminated labels.
9544
9545 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9546 are colon terminated labels.
9547
9548 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9549 first argument starts with a special brace list.
9550
9551 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9552 (c-font-lock-declarations): Break out the declaration and cast
9553 recognition from `c-font-lock-declarations' to a new function, so
9554 that it can be used in the indentation engine.
9555
9556 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9557 up to the start of the literal. Fixed bug with the point on the
9558 wrong side of the search limit that could happen when the start
9559 position is inside a literal.
9560
9561 * progmodes/cc-engine.el (c-parse-state)
9562 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9563 so that it's kept a little bit back to increase the hit rate.
9564
9565 (c-parse-state): Change the macro handling and fixed some
9566 glitches. Macro context is checked more often than necessary now,
9567 but otoh less garbage conses are generated.
9568
9569 * progmodes/cc-engine.el (c-parse-state)
9570 (c-invalidate-state-cache): Cache the last position where
9571 `c-state-cache' applies. This can speed up refontification quite
9572 a bit in blocks where there are many non-brace parens before the point.
9573
9574 (c-state-cache-end): New variable for this.
9575
9576 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9577 cache variable.
9578
9579 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9580 get close initial continue positions when the start position is
9581 inside a literal or macro. Do not call the callback for spots
9582 before the start position (which can happen e.g. for `c-decl-end'
9583 spots inside comments). Optimize better in special cases when the
9584 region is a single line inside a literal or macro (typically when
9585 the current line is refontified).
9586
9587 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9588 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9589 entries from the paren state.
9590
9591 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9592 special case for "else if" clauses.
9593
9594 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9595 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9596
9597 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9598 New language variable to recognize the gcc extension with statement
9599 blocks inside expressions.
9600
9601 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9602 it somewhat more comprehensible. The argument AT-BLOCK-START is
9603 no longer used and hence removed.
9604
9605 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9606 to `c-add-stmt-syntax'.
9607
9608 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9609 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9610 This fixes bogus label recognition.
9611
9612 * progmodes/cc-engine.el (c-add-type, c-check-type)
9613 (c-forward-name, c-forward-type): Improve storage of template
9614 types in `c-found-types' so that they can be recognized better.
9615
9616 (c-syntactic-content): Add option to skip past nested parens.
9617
9618 * progmodes/cc-engine.el (c-forward-name):
9619 Set `c-last-identifier-range' all the time. It's less work that way.
9620 Handle that there might not be an identifier to store in
9621 `c-last-identifier-range'.
9622
9623 (c-forward-type): Handle that `c-last-identifier-range' might be
9624 nil from `c-forward-name'.
9625
9626 * progmodes/cc-defs.el (c-safe-scan-lists)
9627 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9628
9629 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9630 to work even if the form fails.
9631
9632 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9633 down in a large file in one go.
9634
9635 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9636
9637 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9638 function which is like `c-lineup-math' but returns nil instead of
9639 `c-basic-offset' when it doesn't match.
9640
9641 (c-lineup-math): Change to use `c-lineup-assignments'.
9642
9643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9644
9645 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9646 c-beginning-of-statement. New subfunctions
9647 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9648
9649 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9650
9651 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9652 hardcoded char classes whereever possible. Changed a couple of
9653 places to use skip by syntax instead of skip by char class.
9654
9655 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9656 Fix a bug in the regexp that caused extreme backtracking.
9657
9658 * progmodes/cc-langs.el (c-block-comment-starter)
9659 (c-block-comment-ender): New language constants to specify in a
9660 single place how block comments look.
9661
9662 (c-comment-start-regexp, c-block-comment-start-regexp)
9663 (comment-start, comment-end, comment-start-skip)
9664 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9665 (c-syntactic-ws, c-nonempty-syntactic-ws)
9666 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9667 `c-line-comment-starter', `c-block-comment-starter' and
9668 `c-block-comment-ender'.
9669
9670 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9671 New language constants to break up things a bit.
9672
9673 (c-simple-ws): New language constant for simple whitespace.
9674
9675 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9676
9677 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9678 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9679 newlines. Allow and ignore nil elements in the list.
9680
9681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9682
9683 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9684 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9685
9686 * progmodes/cc-cmds.el: Tidy up the comments in
9687 c-beginning-of-statement and subfunctions.
9688
9689 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9690 more flexible c-put-char-property and c-clear-char-properties.
9691 Add the author's email address.
9692
9693 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9694
9695 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9696 closing "*/" of a block comment.
9697
9698 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9699 subfunctions) so that it works at BOB and EOB.
9700
9701 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9702 c-beginning-of-statement, including new variable
9703 c-block-comment-start-regexp.
9704
9705 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9706
9707 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9708 symbols from `*-font-lock-extra-types' so that there's no need to
9709 use `regexp-opt' on those lists.
9710
9711 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9712 `c-type-modifier-kwds' is empty.
9713
9714 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9715 there are several strings on the same line.
9716
9717 * progmodes/cc-engine.el (c-literal-limits): Remove the
9718 compatibility function for older emacsen. `c-literal-limits-fast'
9719 has now taken the place of this function.
9720
9721 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9722 with older emacsen: We now require `pps-extended-state'.
9723
9724 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9725
9726 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9727 which obviates the need to hack sentence-end. This now handles
9728 escaped newlines in strings correctly. Correct minor bugs in
9729 c-move-over-sentence and in c-beginning-of-statement.
9730
9731 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9732 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9733 that movement over macros and code are rigorously separated from
9734 eachother. Correct a few incidental bugs.
9735
9736 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9737 Improve its doc-string. Improve the handling of certain specific cases.
9738
9739 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9740
9741 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9742 (c-guess-basic-syntax): Change the way class-level labels are
9743 recognized; they can now contain essentially any symbols.
9744
9745 (c-opt-extra-label-key): New language variable to cope with the
9746 special protection label syntax in Objective-C.
9747
9748 (c-opt-access-key): Remove; this is now handled better by
9749 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9750
9751 (c-complex-decl-matchers): Update to handle that
9752 `c-opt-access-key' no longer exists.
9753
9754 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9755 improved label recognition in `c-beginning-of-statement-1'.
9756
9757 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9758 Recognize bitfields better.
9759
9760 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9761 Remove some cruft and fixed a bug that could cause it to go to a
9762 position further down.
9763
9764 * progmodes/cc-langs.el, cc-engine.el
9765 (c-beginning-of-statement-1): Improve detection of labels in
9766 declaration contexts.
9767
9768 (c-beginning-of-decl-1): Use it.
9769
9770 (c-nonlabel-token-key): New language constant and variable needed
9771 by `c-beginning-of-statement-1'.
9772
9773 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9774 manifested itself due to the correction in `c-forward-sexp'.
9775
9776 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9777 Make these behave as documented when used at the buffer limits.
9778
9779 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9780 (c-type-decl-end-used): Made this a language variable.
9781
9782 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9783 correctly when `combine-after-change-calls' is used together with
9784 temporary narrowings.
9785
9786 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9787 Report labels correctly when the start point is immediately after the
9788 colon.
9789
9790 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9791 Remove since it isn't used anymore.
9792
9793 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9794 bracket arglists such as template parens in C++.
9795
9796 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9797 in the last check-in. Some optimization.
9798
9799 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9800 where it could stop at the same level in a preceding sexp when
9801 PAREN-LEVEL is set.
9802
9803 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9804 text property lookup only when it's needed.
9805
9806 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9807 Change the policy for paren marked angle brackets to be more
9808 persistent; once marked they remain marked even when they're found
9809 to be unbalanced in the searched region. This should keep the
9810 paren syntax around even when individual lines are refontified in
9811 multiline template arglists.
9812
9813 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9814 to control markup so that incorrect angle bracket arglists aren't
9815 marked in contexts where the correct value for
9816 `c-disallow-comma-in-<>-arglists' isn't known.
9817
9818 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9819 argument has become `c-parse-and-markup-<>-arglists'.
9820
9821 (c-remove-<>-arglist-properties): Remove - no longer used.
9822
9823 (c-after-change-check-<>-operators): New function used on
9824 `after-change-functions' to avoid that "<" and ">" characters that
9825 are part of longer operators have paren syntax.
9826
9827 (c-<>-multichar-token-regexp): New language variable used by
9828 `c-after-change-check-<>-operators'.
9829
9830 (c-after-change): Call `c-after-change-check-<>-operators'.
9831
9832 (c-font-lock-<>-arglists): Use the context properties set by
9833 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9834 correctly to avoid doing invalid markup.
9835
9836 (c-font-lock-declarations): Remove code that undoes the invalid
9837 markup done by `c-font-lock-<>-arglists'.
9838
9839 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9840 after `c-font-lock-declarations'.
9841
9842 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9843 Add paren-level feature.
9844
9845 (c-guess-basic-syntax): Improve the anchor position for
9846 `template-args-cont' in nested template arglists. There's still
9847 much to be desired in this area, though.
9848
9849 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9850
9851 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9852 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9853
9854 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9855
9856 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9857 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9858
9859 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9860 it doesn't work no longer are supported.
9861
9862 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9863 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9864 requires support for the syntax-table' text property, which rules
9865 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9866 cruft associated with those versions.
9867
9868 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9869 for the `syntax-table' text property, which rules out Emacs 19 and
9870 XEmacs < 21.4. Removed various compatibility cruft associated
9871 with those versions.
9872
9873 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9874 support for the `syntax-table' text property.
9875
9876 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9877 variable and use an extra quoted face name instead. All the
9878 emacsen flavors handle that correctly.
9879
9880 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9881 (c-font-lock-declarators, c-font-lock-declarations)
9882 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9883 property to mark the items in in declarator lists to handle
9884 refontification inside multiline declarations better.
9885
9886 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9887 construct like "a * b = c;" as a declaration.
9888
9889 2005-12-08 Kim F. Storm <storm@cua.dk>
9890
9891 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9892 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9893 select either meta, hyper, or super modifier for rectangle commands.
9894 (cua--rectangle-modifier-key): New defvar.
9895 (cua--M/H-key): Use it. Remove special case for `space'.
9896 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9897 on X, to meta otherwise. Always bind C-return to toggle
9898 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9899
9900 * emulation/cua-rect.el (cua-help-for-rectangle):
9901 Use cua--rectangle-modifier-key. Handle super modifier too.
9902 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9903 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9904
9905 * ido.el: Move Acknowledgements and History after Commentary.
9906 Minor changes to Commentary.
9907
9908 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9909 keymap if cua--prefix-override-timer is `shift'.
9910 (cua--shift-control-prefix): New function; emulate "type prefix
9911 key twice" functionality to handle shifted prefix key override.
9912 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9913 New commands.
9914 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9915
9916 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9917
9918 * textmodes/org.el (org-insert-heading): Try to do items before
9919 headings.
9920 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9921 (org-insert-item): New function.
9922 (org-renumber-ordered-list): Don't skip to higher level lists.
9923
9924 2005-12-08 Juri Linkov <juri@jurta.org>
9925
9926 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9927
9928 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9929
9930 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9931
9932 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9933 the constructed function name fun-1.
9934
9935 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9936 because such links don't lead to parent documentation.
9937
9938 2005-12-08 Kenichi Handa <handa@m17n.org>
9939
9940 * descr-text.el (describe-char): Use *Help-2* buffer if the
9941 current buffer is *Help*. Call describe-text-properties while
9942 setting the original buffer.
9943
9944 2005-12-07 Bill Wohler <wohler@newt.com>
9945
9946 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9947 and causes problems with non-MH users (such as Gnus users).
9948
9949 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9950
9951 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9952 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9953 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9954 command "info sources". Move calls to GDB command "list".
9955 (gdb-find-file-hook): Just use gdb-source-file-list.
9956 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9957 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9958 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9959 (gdb-data-list-register-values-handler): Use correct trigger name.
9960
9961 2005-12-07 Kim F. Storm <storm@cua.dk>
9962
9963 * ido.el (ido-completion-map): Rename from ido-mode-map.
9964 (ido-common-completion-map, ido-file-completion-map)
9965 (ido-file-dir-completion-map, ido-buffer-completion-map):
9966 Rename from ido-mode-....-map.
9967 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9968 (ido-setup-completion-map): Rename from ido-define-mode-map.
9969 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9970 to ido-completion-map.
9971
9972 2005-12-07 Kenichi Handa <handa@m17n.org>
9973
9974 * international/mule-cmds.el
9975 (set-display-table-and-terminal-coding-system): If the coding
9976 system specified in `unibyte-display' property is different from
9977 the arg coding-system, don't setup standard-display-table.
9978
9979 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9982 that comments end at \n, regardless of selective-display.
9983
9984 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9985
9986 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9987 (gdb-version): New variables.
9988 (gdb-source-file-list, gdb-register-names)
9989 (gdb-changed-registers): New variables for use with GDB 6.4+.
9990 (gdb-ann3): Replace with...
9991 (gdb-init-1, gdb-init-2): ...two new functions.
9992 (gdba, gdb-prompt): Call gdb-init-1.
9993 (gdb-get-version): New function. Call gdb-init-2 from here.
9994 (gud-watch): Make it work with mouse events too.
9995 (gdb-post-prompt): Don't add to queue until GDB version is known.
9996 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9997 (gdb-locals-mode): Use gdb-version.
9998 (gdb-memory-format-map, gdb-memory-unit-map)
9999 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10000 (gdb-locals-font-lock-keywords-1)
10001 (gdb-locals-font-lock-keywords-2): New variables.
10002 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10003 (gdb-set-gud-minor-mode-existing-buffers-1)
10004 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10005 (gdb-var-update-1, gdb-var-update-handler-1)
10006 (gdb-data-list-register-values-handler)
10007 (gdb-data-list-register-values-custom)
10008 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10009 (gdb-stack-list-locals-handler, gdb-get-register-names):
10010 New functions for use with GDB 6.4+.
10011 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10012 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10013 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10014 (gdb-stack-list-locals-regexp)
10015 (gdb-data-list-register-names-regexp): New regexps for use with
10016 GDB 6.4+.
10017
10018 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10021
10022 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10023
10024 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10025 prompts work for AUTH PLAIN. Also reported by Steve Allan
10026 <seallan@verizon.net>.
10027
10028 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10029
10030 * frame.el (set-frame-parameter): Add doc string.
10031
10032 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10033
10034 * textmodes/org.el (org-occur-highlights): New variable.
10035 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10036 (org-highlight-sparse-tree-matches): New option.
10037 (org-do-occur): New function.
10038 (org-get-heading): Make it work also at beginning of line.
10039 (org-category-table): New variable.
10040 (org-get-category-table, org-get-category)
10041 (org-camel-to-words, org-link-search): New functions.
10042 (org-select-this-todo-keyword): New variable.
10043 (org-todo-list): New command.
10044 (org-shiftright, org-shiftleft): New commands.
10045 (org-agenda-todo): Add prefix argument.
10046 (org-show-hierarchy-above): New option.
10047 (org-show-todo-tree): Numerical prefix creates tree for specific
10048 TODO keyword.
10049 (org-outline-level): New function, to assign a level to plain
10050 lists items.
10051 (org-cycle-include-plain-lists): New option.
10052 (org-mode): Use `org-outline-level' as value of `outline-level'.
10053 (org-cycle): Temporarily switch `outline-regexp' if
10054 `org-cycle-include-plain-lists' is non-nil.
10055 (org-start-icalendar-file): Fix format bug.
10056 (org-agenda-get-day-entries): Create category table.
10057 (org-agenda-get-todos, org-agenda-get-timestamps)
10058 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10059 (org-agenda-get-blocks): Use `org-get-category'.
10060 (org-context-in-file-links): Rename from
10061 `org-line-numbers-in-file-links'.
10062
10063 2005-12-06 Romain Francoise <romain@orebokech.com>
10064
10065 * window.el (balance-windows): Delete extraneous third arg in call
10066 to `enlarge-window'.
10067
10068 2005-12-06 Kenichi Handa <handa@m17n.org>
10069
10070 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10071
10072 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10073
10074 * progmodes/gdb-ui.el (gdb-var-create-handler)
10075 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10076 (gdb-var-list-children-handler, gdb-var-update-handler):
10077 Current buffer is already gdb-partial-output-buffer, don't
10078 make it current again.
10079
10080 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10081
10082 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10083 (list-buffers-noselect): Use it.
10084
10085 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10088 (mail-yank-ignored-headers): Use regexp-opt.
10089 (mail-mode-map): Move initialization into declaration.
10090 (mail-sent-via): Remove unused shadowed var `to-line'.
10091 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10092 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10093 (mail-do-fcc): Use dolist and push.
10094 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10095 (mail-yank-ignored-headers): Don't autoload.
10096
10097 2005-12-05 Kenichi Handa <handa@m17n.org>
10098
10099 * international/mule-cmds.el (set-language-info-internal): New fun.
10100 (set-language-info): Call set-language-info-internal to update
10101 language-info-alist. If LANG-ENV is the current one, call
10102 set-language-environment to make INFO effective now.
10103 (set-language-info-alist): Likewise.
10104 (locale-language-names): With locale "en", use English
10105 lang. env. but set the default codings to iso-8859-1.
10106
10107 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10108
10109 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10110 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10111 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10112 for plain strings.
10113 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10114 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10115 Create registers buffer if necessary. Echo new state in minibuffer.
10116 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10117
10118 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * info.el (Info-fontify-node): Match external links using
10121 non-directory part of filename.
10122
10123 2005-12-04 Juri Linkov <juri@jurta.org>
10124
10125 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10126 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10127 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10128 because there is no customization option for it.
10129
10130 * font-lock.el (lisp-font-lock-keywords-1):
10131 Add define-global-minor-mode.
10132
10133 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10134
10135 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10136 properties on the constructed variable names.
10137
10138 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10139 Put `definition-name' properties on the constructed function names
10140 next-sym and prev-sym.
10141
10142 * emacs-lisp/find-func.el (find-function-regexp):
10143 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10144 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10145 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10146 and easy-menu-define.
10147
10148 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10149 easy-mmode-define-global-mode and define-global-minor-mode.
10150 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10151
10152 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10153 instead of easy-mmode-define-global-mode.
10154
10155 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10156 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10157
10158 * cus-edit.el (customize-group, customize-group-other-window):
10159 Filter out autoloaded options from the group completion list by
10160 using heuristics that autoloaded groups don't have `custom-autoload'
10161 property on their symbols (they have only `custom-loads').
10162
10163 * simple.el (completion-setup-function): Put completions-common-part
10164 face on complete completion string too (i.e. completion string
10165 without completions-first-difference face).
10166
10167 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10168
10169 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10170
10171 * view.el (view-mode): Doc fix.
10172
10173 * disp-table.el (standard-display-european): Add to the warning
10174 message a reference to the doc string.
10175
10176 * play/yow.el (apropos-zippy): Call print-help-return-message,
10177 similar to other Help and Apropos commands.
10178
10179 * help.el (print-help-return-message): If pop-up-frames is
10180 non-nil, set up help-return-method to delete the help window and,
10181 possibly, its frame as well, and don't display message about
10182 scrolling the help window. Doc fix.
10183 (help-return-method): Doc fix.
10184
10185 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10186
10187 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10188 whereby names of length one or names starting with a
10189 symbol-constituent character would not be returned.
10190
10191 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10192
10193 * subr.el (atomic-change-group): Add edebug and indentation spec.
10194
10195 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * completion.el (save-completions-file-name): Fix typo in last change.
10198
10199 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10200
10201 * info.el: Move back/forward history to the beginning of the tool bar.
10202
10203 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10204
10205 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10206 Add fset of allout-real-isearch-abort during compile to fix
10207 byte-compilation warnings.
10208 (allout-mode-p): Move definition of this macro above all uses, or
10209 byte compilation in barren emacs (eg, during emacs build) will
10210 lack the definition.
10211 (allout-mode): Move this variable above any uses, or byte
10212 compilation will fail.
10213 (allout-resolve-xref): Remove use of personal file-reference function.
10214 (allout-toggle-current-subtree-encryption): Do the current (ie,
10215 visible containing) topic, rather than nearest around point. Doc fix.
10216 (allout-toggle-subtree-encryption): New function, workhorse that
10217 works on nearest topic containing point.
10218 (allout-encrypt-string): Signal requirement for newer version of pgg.
10219 (allout-resumptions): Doc fix.
10220
10221 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10222
10223 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10224
10225 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10226
10227 * textmodes/flyspell.el (flyspell-external-point-words):
10228 Consider a misspelling as found in the string search if: (a) misspelling
10229 and found string lengths match, or (b) misspelling is found as
10230 element in a boundary-chars separated longer string, or (c)
10231 ispell-program-name is really ispell and misspelling is found as
10232 part of a TeX string. After successful match move beginning of
10233 search region to end of match. Warn about not found misspellings
10234 once the process is done.
10235 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10236
10237 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10238
10239 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10240 tool bar (removed inadvertently).
10241
10242 2005-12-02 Juri Linkov <juri@jurta.org>
10243
10244 * log-view.el (log-view-diff): Clarify doc string.
10245
10246 2005-12-01 Bill Wohler <wohler@newt.com>
10247
10248 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10249 triggers lm-verify errors.
10250
10251 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10252
10253 * simple.el (transient-mark-mode, line-number-mode)
10254 (column-number-mode, size-indication-mode): Remove `:require nil'.
10255
10256 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10257
10258 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10259 in the margin also.
10260 (gdb-breakpoints-mode-map): Use D instead of d for
10261 gdb-delete-breakpoint.
10262 (gdb-get-frame-number): Require a number to match on.
10263 (gdb-threads-mode-map): Add follow-link binding.
10264
10265 2005-11-30 Jason Rumney <jasonr@gnu.org>
10266
10267 * isearch.el (isearch-mode-map): Avoid exiting search on
10268 language-change event.
10269
10270 2005-11-30 Romain Francoise <romain@orebokech.com>
10271
10272 * speedbar.el (speedbar-default-position): New defcustom.
10273 (speedbar-frame-reposition-smartly): Use it.
10274
10275 * dframe.el (dframe-reposition-frame-emacs): Fix position
10276 computation for `left' location.
10277 Update copyright year.
10278
10279 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * help.el (help-map): Move initialization into declaration.
10282
10283 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10284
10285 * help-fns.el (help-argument-name): Don't autoload.
10286 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10287 to be re-loaded when customizing the `help' group.
10288
10289 2005-11-30 John Paul Wallington <jpw@gnu.org>
10290
10291 * help-fns.el (describe-function-1): Fill arglist output.
10292
10293 2005-11-30 Kim F. Storm <storm@cua.dk>
10294
10295 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10296 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10297 after revert-buffer (or anything else which kills all local variables).
10298
10299 * apropos.el (apropos-parse-pattern): Doc fix.
10300 Set apropos-regexp directly, rather than expecting callers to do so.
10301 (apropos-command, apropos, apropos-value, apropos-documentation):
10302 Simplify calls to apropos-parse-pattern.
10303
10304 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10305
10306 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10307 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10308 (hi-lock-write-interactive-patterns): Use comment-region.
10309
10310 * longlines.el (longlines-mode): Add mail-setup-hook.
10311
10312 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10313
10314 * simple.el (sendmail-user-agent-compose, next-line):
10315 Conditionally use hard-newline.
10316
10317 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10318
10319 * international/latexenc.el (latex-inputenc-coding-alist):
10320 Reword doc string.
10321
10322 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * help.el (describe-key-briefly, describe-key): Recognize default
10325 bindings.
10326
10327 2005-11-29 Romain Francoise <romain@orebokech.com>
10328
10329 * view.el (view-inhibit-help-message): New defcustom.
10330 (view-mode-enter): Use it.
10331
10332 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10333
10334 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10335 Preserve user position.
10336
10337 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10338
10339 * font-lock.el: Throw error if facemenu is not loaded to prevent
10340 accidental change of loading order in loadup.el. (Suggested by RMS.)
10341
10342 * loadup.el: Add comment explaining why facemenu must be loaded
10343 before font-lock.
10344
10345 2005-11-28 Jay Belanger <belanger@truman.edu>
10346
10347 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10348 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10349
10350 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10351
10352 * calc/calc-embed.el (calc-do-embedded): Update help message.
10353
10354 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10355
10356 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10359
10360 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10361 called-interactively-p.
10362 (elp-profilable-p): Rename from elp-not-profilable-p.
10363 Invert result and take into account macros and autoloaded functions.
10364 (elp-instrument-function): Update call.
10365 (elp-instrument-package): Update call. Add completion.
10366 (elp-pack-number): Use match-string.
10367 (elp-results-jump-to-definition-by-mouse): Merge into
10368 elp-results-jump-to-definition and then remove.
10369 (elp-output-insert-symname): Make help echo text single-line.
10370
10371 * replace.el (query-replace-map): Move initialization into declaration.
10372 (occur-engine): Use with-current-buffer.
10373 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10374 (occur-mode-mouse-goto): Replace with an alias.
10375
10376 2005-11-28 Juri Linkov <juri@jurta.org>
10377
10378 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10379
10380 * term/w32-win.el: Bind [S-tab] to [backtab].
10381
10382 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10383 `Info-find-file' to t.
10384
10385 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10386 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10387 and same-window-regexps.
10388 (occur-next-error): Don't move point for arg 0.
10389
10390 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10393
10394 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * log-edit.el (log-edit-changelog-use-first): New var.
10397 (log-edit-changelog-ours-p): Use it.
10398 (log-edit-insert-changelog): Set it with new arg `use-first'.
10399 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10400 (log-edit-hook): Add them to the list of suggested options.
10401
10402 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10403 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10404 redundant work.
10405 (flyspell-mode-on): Use add-hook for after-change-functions.
10406 (flyspell-mode-off): Use remove-hook for after-change-functions.
10407 (flyspell-changes): Make it buffer-local.
10408 (flyspell-after-change-function): Make it non-interactive. Use push.
10409 (flyspell-post-command-hook): Check input-pending-p while processing
10410 the potentially long list of buffer changes.
10411
10412 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10413
10414 * buff-menu.el (list-buffers-noselect): Display the selected
10415 frame's buffer list, not the global one.
10416
10417 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10418
10419 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10420 that (list last-input-event) works as in interactive spec.
10421
10422 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10423
10424 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10425 `facemenu-keymap' needs to be defined when font-lock is loaded.
10426 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10427
10428 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * completion.el: Remove useless leading * in defcustom docstrings.
10431 (save-completions-file-name): Use ~/.emacs.d if available.
10432 (completion-standard-syntax-table): Rename from
10433 cmpl-standard-syntax-table and fold initialization into declaration,
10434 thus removing cmpl-make-standard-completion-syntax-table.
10435 (completion-lisp-syntax-table, completion-c-syntax-table)
10436 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10437 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10438 (symbol-under-point, symbol-before-point)
10439 (symbol-under-or-before-point, symbol-before-point-for-complete)
10440 (add-completions-from-c-buffer): Use with-syntax-table.
10441 (make-completion): Don't return a list of completion entries.
10442 Update callers.
10443 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10444 (completion-initialize): Rename from initialize-completions.
10445 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10446 (kill-emacs-save-completions): Collect stats here.
10447 (save-completions-to-file, load-completions-from-file):
10448 Use with-current-buffer.
10449 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10450 into a function. Move all calls to toplevel.
10451 (completion-lisp-mode-hook): New fun.
10452 (completion-c-mode-hook, completion-setup-fortran-mode):
10453 Set the syntax-table here. Use local-set-key.
10454 (completion-saved-bindings): New var.
10455 (dynamic-completion-mode): Make it into a proper minor mode.
10456 (load-completions-from-file): Remove unused var `num-uses'.
10457
10458 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10459 constructor if it is explicitly overridden.
10460
10461 * complete.el (PC-completion-as-file-name-predicate):
10462 Use minibuffer-completing-file-name.
10463 (partial-completion-mode): Use find-file-not-found-functions.
10464 (PC-lisp-complete-symbol): Use with-syntax-table.
10465 (PC-look-for-include-file): Remove dead setq.
10466 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10467 (PC-complete): Use with-current-buffer.
10468
10469 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10470 escape single quotes.
10471
10472 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10473
10474 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10475 of `if' whose condition always returned nil. Doc fix.
10476
10477 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10478 window's buffer the current buffer around the call to
10479 `list-buffers-noselect'. This is necessary to mark that buffer
10480 with a `.' in the Buffer Menu when called from Lisp, for instance
10481 by Auto Revert Mode.
10482
10483 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10486 attaching to it.
10487 (gdb-pre-prompt): Make sure gdb-error is reset.
10488
10489 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10490 with a child process, detect it.
10491 (gud-speedbar-buttons): Match regexp more carefully.
10492
10493 2005-11-27 Richard M. Stallman <rms@gnu.org>
10494
10495 * mouse.el (mouse-drag-move-window-bottom):
10496 Use adjust-window-trailing-edge.
10497
10498 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10499
10500 * simple.el (blink-matching-open): Ignore
10501 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10502 (blink-matching-paren-on-screen): Update docstring.
10503
10504 * paren.el (show-paren-mode): No longer change
10505 `blink-matching-paren-on-screen'.
10506
10507 2005-11-27 John Paul Wallington <jpw@pobox.com>
10508
10509 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10510 (gdb-threads-select, gdb-edit-register-value):
10511 Use `posn-set-point' instead of `mouse-set-point' because the
10512 latter is not fbound when configured without X.
10513
10514 2005-11-27 Kim F. Storm <storm@cua.dk>
10515
10516 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10517 existing face when partially highlighting a TAB in a rectangle.
10518
10519 2005-11-26 Kim F. Storm <storm@cua.dk>
10520
10521 * ido.el (ido-mode-map): Doc fix.
10522 (ido-mode-common-map, ido-mode-file-map)
10523 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10524 (ido-define-mode-map): Rewrite. Select one of the new maps as
10525 parent for ido-mode-map instead of building from scratch.
10526 (ido-init-mode-maps): New defun to initialize new maps.
10527 (ido-mode): Call it.
10528 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10529 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10530
10531 2005-11-26 John Paul Wallington <jpw@pobox.com>
10532
10533 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10534 `mouse-set-point' because the latter is not fbound when configured
10535 without X.
10536
10537 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10538
10539 * files.el (file-relative-name): Doc fix.
10540
10541 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10542
10543 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10544 non-empty string for secondary prompt PS2.
10545
10546 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10547
10548 * progmodes/compile.el (compilation-setup): Fix last change.
10549
10550 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10551
10552 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10553 (gdb-mouse-toggle-breakpoint-margin)
10554 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10555 Add gdb-server-prefix to keep out of command history.
10556 (gdb-edit-register-value): New function.
10557 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10558 (gdb-info-registers-custom): Use above map.
10559
10560 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * custom.el (enable-theme): Signal error if argument is not a
10563 theme. Don't recalculate a face if it's not loaded yet.
10564
10565 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10566 the `user' theme is in effect.
10567
10568 * info.el (Info-on-current-buffer): Record actual filename in
10569 Info-current-file, instead of t, or a fake filename if a non-file
10570 buffer. Make autoload.
10571 (Info-find-node, Info-revert-find-node): No need to check for
10572 Info-current-file nil.
10573 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10574 Info-current-file is now never `t'.
10575 (Info-fontify-node): Many simplifications due to Info-current-file
10576 always being valid. Use Info-find-file to find node filename.
10577
10578 2005-11-25 David Kastrup <dak@gnu.org>
10579
10580 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10581 new character, then delete" in order to preserve markers.
10582
10583 2005-11-25 David Ponce <david@dponce.com>
10584
10585 * recentf.el (recentf-arrange-by-rule): Handle a special
10586 `auto-mode-alist'-like "strip suffix" rule.
10587 (recentf-build-mode-rules): Handle second level auto-mode entries.
10588
10589 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10590
10591 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10592 window modes.
10593
10594 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10595 jde-javadoc-checker-report-mode.
10596
10597 * ediff-wind (ediff-make-wide-display): Slight simplification.
10598
10599 * ediff.el (ediff-date): Change the date of last update.
10600
10601 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10604 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10605 (hi-lock-mode): New global minor mode.
10606 (turn-on-hi-lock-if-enabled): New function.
10607 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10608 Change arguments to regexp and face instead of a font-lock pattern.
10609 Directly set face property, instead of refontifying.
10610 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10611 (hi-lock-find-patterns): Use line-number-at-pos.
10612
10613 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10614 arguments for hi-lock-set-pattern.
10615 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10616 Call font-lock-fontify-buffer.
10617 (hi-lock-find-file-hook, hi-lock-current-line)
10618 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10619
10620 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10621 turned off.
10622
10623 * progmodes/compile.el (compilation-setup): Don't fiddle with
10624 font-lock-defaults.
10625
10626 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10627
10628 * progmodes/gdb-ui.el (gdb-var-create-handler)
10629 (gdb-var-list-children-handler): Find values for all variable
10630 objects. gud-speedbar-buttons decides whether to display them.
10631
10632 2005-11-24 Romain Francoise <romain@orebokech.com>
10633
10634 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10635 buffer name with a space.
10636
10637 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10638
10639 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10640 `org-export-local-list-max-depth'. Change default value to 3.
10641 (org-auto-renumber-ordered-lists)
10642 (org-plain-list-ordered-item-terminator): New options.
10643 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10644 (org-get-indentation, org-get-string-indentation)
10645 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10646 New functions.
10647 (org-move-item-down, org-move-item-up): New commands.
10648 (org-export-as-html): New classes for CSS support. Bug fix in
10649 regular expression detecting fixed-width regions. Respect
10650 `org-local-list-ordered-item-terminator'.
10651 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10652 also a list item.
10653 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10654 New item moving functions.
10655
10656 2005-11-24 Juri Linkov <juri@jurta.org>
10657
10658 * isearch.el (isearch-repeat): With empty search ring set
10659 `isearch-error' to the error string instead of signaling error
10660 with the function `error'.
10661
10662 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10663
10664 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10665
10666 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10667
10668 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10669 and variable.
10670 (gdb-var-create-handler, gdb-var-list-children-handler):
10671 Don't match on "char **...".
10672 (gdb-var-update-handler): Find values for all variable objects.
10673 (gdb-info-frames-custom): Identify frames by leading "#".
10674
10675 * progmodes/gud.el (gud-speedbar-menu-items): Add
10676 gdb-speedbar-auto-raise as radio button.
10677 (gud-speedbar-buttons): Raise speedbar if requested.
10678 Don't match on "char **...".
10679 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10680 Make it editable.
10681
10682 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10683
10684 * info.el (Info-fontify-node): Handle the case where
10685 Info-current-file is t.
10686
10687 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * simple.el (blink-matching-open): Fix off-by-one in last change.
10690
10691 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10692
10693 * term/mac-win.el: Don't change default directory.
10694
10695 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10696
10697 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10698 buffers correctly. (It used to throw an error in such buffers.)
10699 Make it ask for confirmation in group buffers and other Custom
10700 buffers containing more than one customization item.
10701
10702 2005-11-22 John Paul Wallington <jpw@gnu.org>
10703
10704 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10705 property on mail and url overlays.
10706 (goto-address-at-point): Use `posn-set-point' instead of
10707 `mouse-set-point' because the latter is not fbound when configured
10708 without X.
10709
10710 2005-11-22 Lars Hansen <larsh@soem.dk>
10711
10712 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10713 (ls-lisp-classify, ls-lisp-format): Delete call to
10714 ls-lisp-parse-symlink.
10715 (ls-lisp-handle-switches): Handle symlinks to directories as
10716 directories when ls-lisp-dirs-first in non-nil.
10717
10718 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10719
10720 * startup.el (command-line): Make sure that loaddefs.el is handled
10721 correctly in load-history.
10722
10723 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10724
10725 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10726 (gdb-struct-string, gdb-array-string): New constants.
10727 (gdb-info-locals-handler): Use them.
10728 (gdb-reset): Reset gdb-var-list to nil.
10729
10730 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10733 in patterns.
10734
10735 2005-11-21 Juri Linkov <juri@jurta.org>
10736
10737 * custom.el (defcustom): Update link types in docstring.
10738
10739 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10740
10741 * custom.el (defgroup): Add doc-string-elt info.
10742
10743 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10744
10745 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * newcomment.el (comment-enter-backward): Fix last fix.
10748
10749 * simple.el (blink-matching-open):
10750 * paren.el (show-paren-function): Allow new paren-class info.
10751
10752 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10755 handled automagically.
10756
10757 2005-11-20 Andreas Schwab <schwab@suse.de>
10758
10759 * descr-text.el (describe-char): When copying overlays put them
10760 over the full char description instead of just the first character
10761 of it.
10762
10763 2005-11-20 Juri Linkov <juri@jurta.org>
10764
10765 * simple.el (what-cursor-position):
10766 * descr-text.el (describe-char): Use Lisp-readable syntax
10767 for octal and hex. Reorder decimal, octal and hex values.
10768 Remove excess whitespace in the output. Use `=' in `column='
10769 like in `point=' and `Hscroll='.
10770
10771 * international/mule-cmds.el (encoded-string-description):
10772 Use Lisp-readable syntax for hex.
10773
10774 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * newcomment.el (comment-enter-backward): Handle the case where the
10777 comment is closed by EOB.
10778
10779 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * longlines.el (longlines-before-revert-hook)
10782 (longlines-after-revert-hook): New functions.
10783 (longlines-mode): Turn off longlines temporarily when reverting.
10784 Add a message-setup-hook.
10785 (longlines-decode-buffer): New function.
10786 (longlines-wrap-line): Preserve marker positions.
10787
10788 2005-11-19 Andreas Schwab <schwab@suse.de>
10789
10790 * emacs-lisp/shadow.el: Handle compressed files.
10791
10792 2005-11-19 Romain Francoise <romain@orebokech.com>
10793
10794 * net/browse-url.el (browse-url-default-browser): Signal an error
10795 if no usable browser can be found, rather than try to load w3.
10796
10797 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10798
10799 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10800 replacing existing properties.
10801 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10802 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10803 tty specs.
10804 (rcirc-server-prefix, rcirc-server): New faces.
10805 (rcirc-url-regexp): Generate with rx macro.
10806 (rcirc-last-server-message-time): New variable.
10807 (rcirc-filter): Record time of last message.
10808 (rcirc-keepalive): Kill processes that did not send a message
10809 since the last ping.
10810 (rcirc-mode): Give rcirc-topic a local binding here.
10811
10812 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10813
10814 * subr.el (read-passwd): Fontify the prompt as we do with other
10815 prompts.
10816
10817 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10818
10819 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10820 binding buffer-read-only to nil.
10821
10822 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10823
10824 * complete.el (partial-completion-mode):
10825 Mention completion-auto-help in the doc string.
10826
10827 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10828 more Lisp-ish way.
10829
10830 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10831
10832 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10833 digits, not 8, to avoid misalignment for files larger than 100MB.
10834
10835 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10836
10837 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10838 Mention "keyboard shortcuts" in the help text.
10839
10840 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10841
10842 * startup.el (fancy-splash-default-action): Discard only
10843 mouse-down and succeeding mouse-up events in the splash screen
10844 window so that drag-n-drop event can be processed.
10845
10846 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * longlines.el (longlines-mode): Add hacks for mail-mode and
10849 message-mode.
10850
10851 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10852
10853 * textmodes/org.el (org-table-sort-lines): New command.
10854 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10855 (org-add-file): Command removed, use `org-agenda-file-to-front'
10856 instead.
10857 (org-export-icalendar): Use `org-icalendar-combined-name'.
10858 (org-cycle-agenda-files, org-agenda-file-to-end)
10859 (org-agenda-file-to-front): New commands.
10860 (org-table-tab-jumps-over-hlines, org-export-html-style):
10861 New options.
10862 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10863 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10864 New functions.
10865 (org-fill-paragraph): Call `org-table-align' in tables.
10866 (org-mode): Call `org-set-autofill-regexps'.
10867 (org-export-as-html): Support for local handformatted lists.
10868 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10869 (org-export-local-list-max-depth): New option.
10870 (org-html-expand): Use `org-html-protect'.
10871
10872 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10873
10874 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10875 to "p".
10876 (gdb): Move definition of gud-pp to...
10877
10878 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10879 speedbar.
10880 (gdb-find-watch-expression): New function.
10881
10882 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10883
10884 * faces.el (face-attribute, set-face-attribute): Mention existence
10885 of `:ignore-defface' setting in docstring.
10886
10887 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * simple.el (completion-setup-function): Fix last change.
10890
10891 2005-11-17 John Paul Wallington <jpw@pobox.com>
10892
10893 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10894 Use `posn-set-point' instead of `mouse-set-point' because the
10895 latter is not fbound when configured without X.
10896
10897 * comint.el (comint-insert-input): Likewise.
10898
10899 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10900
10901 * simple.el (hard-newline): New variable.
10902 (sendmail-user-agent-compose, next-line): Use it.
10903
10904 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10905 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10906 (mail-mail-reply-to, mail-mail-followup-to)
10907 (mail-position-on-field, mail-signature, mail-yank-original)
10908 (mail-attach-file): Likewise.
10909
10910 * mail/mailheader.el (mail-header-format)
10911 (mail-header-format-function): Likewise.
10912
10913 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10914
10915 2005-11-17 Juri Linkov <juri@jurta.org>
10916
10917 * font-lock.el (font-lock-faces): Rename this defgroup from
10918 `font-lock-highlighting-faces'.
10919 (font-lock-comment-face, font-lock-comment-delimiter-face)
10920 (font-lock-string-face, font-lock-doc-face)
10921 (font-lock-keyword-face, font-lock-builtin-face)
10922 (font-lock-function-name-face, font-lock-variable-name-face)
10923 (font-lock-type-face, font-lock-constant-face)
10924 (font-lock-warning-face, font-lock-negation-char-face)
10925 (font-lock-preprocessor-face)
10926 (font-lock-regexp-grouping-backslash)
10927 (font-lock-regexp-grouping-construct): Rename :group from
10928 `font-lock-highlighting-faces' to `font-lock-faces'.
10929
10930 * cus-edit.el (lisp, c, tex):
10931 * progmodes/ada-mode.el (ada):
10932 * progmodes/asm-mode.el (asm):
10933 * progmodes/cperl-mode.el (cperl-faces):
10934 * progmodes/cpp.el (cpp):
10935 * progmodes/dcl-mode.el (dcl):
10936 * progmodes/f90.el (f90):
10937 * progmodes/fortran.el (fortran):
10938 * progmodes/icon.el (icon):
10939 * progmodes/idlwave.el (idlwave-misc):
10940 * progmodes/m4-mode.el (m4):
10941 * progmodes/make-mode.el (makefile):
10942 * progmodes/meta-mode.el (meta-font):
10943 * progmodes/modula2.el (modula2):
10944 * progmodes/octave-mod.el (octave):
10945 * progmodes/pascal.el (pascal):
10946 * progmodes/perl-mode.el (perl):
10947 * progmodes/prolog.el (prolog):
10948 * progmodes/ps-mode.el (PostScript-edit):
10949 * progmodes/scheme.el (scheme):
10950 * progmodes/sh-script.el (sh-script):
10951 * progmodes/simula.el (simula):
10952 * progmodes/tcl.el (tcl):
10953 * textmodes/nroff-mode.el (nroff):
10954 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10955 * textmodes/sgml-mode.el (sgml):
10956 * textmodes/texinfo.el (texinfo):
10957 Add :link (custom-group-link font-lock-faces) to defgroup.
10958
10959 * hi-lock.el (hi-lock): Rename this defgroup from
10960 `hi-lock-interactive-text-highlighting'. Change parent group from
10961 `faces' to `font-lock'. Add link to the manual.
10962 (hi-lock-mode, hi-lock-file-patterns-range)
10963 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10964 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10965 (hi-lock-faces): Add :group `faces'.
10966
10967 * cus-edit.el (custom-variable-prompt): Clarify the code.
10968
10969 * faces.el (face-read-string): Set the default value arg of
10970 completing-read.
10971
10972 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10973
10974 * rfn-eshadow.el (file-name-shadow-properties)
10975 (file-name-shadow-tty-properties, file-name-shadow-mode):
10976 Remove autoloads, because the file is now preloaded.
10977
10978 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * printing.el (easy-menu-intern): Don't define.
10981 (pr-get-symbol): Use easy-menu-intern only if defined.
10982
10983 * simple.el (blink-matching-open): Simplify a bit.
10984 (completion-setup-function): Fix the case of partial-completion-mode
10985 when the minibuffer's contents start with "-".
10986 Obey completion-base-size-function even when
10987 minibuffer-completing-file-name is non-nil.
10988
10989 2005-11-16 Richard M. Stallman <rms@gnu.org>
10990
10991 * net/eudcb-ph.el (eudc-ph-open-session):
10992 Use set-process-query-on-exit-flag.
10993
10994 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10995
10996 * international/ucs-tables.el (ucs-set-table-for-input):
10997 Use make-local-variable, not make-variable-buffer-local.
10998
10999 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11000 Improve warning message text.
11001
11002 * savehist.el (savehist-save-hook): Add :group.
11003
11004 * menu-bar.el (menu-bar-help-menu):
11005 Rename Find Extra Packages to External Packages.
11006
11007 * cus-edit.el (Custom-reset-standard): Verify that
11008 :custom-standard-value prop exists before calling it.
11009
11010 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11011
11012 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11013
11014 * wid-edit.el (color): Enclose %t in %{...%}.
11015
11016 * cus-edit.el (face): Enclose %t in %{...%}.
11017
11018 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11019
11020 * savehist.el (savehist-mode-hook): Re-add the var.
11021 (savehist-mode): Use it.
11022
11023 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * textmodes/flyspell.el: Fix commenting convention.
11026 Remove unnecessary leading * in custom docstrings.
11027 (flyspell-emacs): Remove unused var.
11028 (flyspell-delete-region-overlays): Use remove-overlays.
11029 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11030 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11031 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11032 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11033 (make-flyspell-overlay): Don't locally reuse a global name.
11034 (flyspell-highlight-incorrect-region)
11035 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11036 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11037 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11038 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11039 Wrap calls to accept-process-output inside with-local-quit since it's
11040 often called from a post-command-hook.
11041 (flyspell-correct-word, flyspell-auto-correct-word):
11042 Use ispell-send-string.
11043 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11044
11045 * calendar/diary-lib.el (diary-list-entries): Also hide the
11046 terminating newline.
11047
11048 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11049
11050 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11051 window-system, to allow fonts on tty.
11052
11053 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11054
11055 * progmodes/gud.el (gud-speedbar-item-info): New function.
11056 (gud-install-speedbar-variables): Use it to display data type
11057 of watch expression as a tooltip in speedbar.
11058
11059 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11060
11061 * font-core.el (global-font-lock-mode): Add :version keyword,
11062 because default was changed.
11063
11064 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11065
11066 * startup.el (command-line): Use `custom-reevaluate-setting' for
11067 `file-name-shadow-mode'.
11068
11069 * loadup.el: Preload rfn-eshadow.
11070
11071 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11072 Add :version keyword.
11073 (file-name-shadow-properties, file-name-shadow-tty-properties)
11074 (file-name-shadow): Add :version keyword.
11075
11076 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11077 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11078 in the custom-group property of the symbol frames and the fringe
11079 group got no link to its parent group frames.
11080 Doc fix.
11081
11082 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11083
11084 * progmodes/gud.el (gud-stop-subjob): New function.
11085 (gud-menu-map, gud-tool-bar-map): Use it.
11086
11087 2005-11-16 Kim F. Storm <storm@cua.dk>
11088
11089 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11090 than kill it.
11091 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11092 to a more useful/logical place.
11093
11094 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11097 go buttons complementary.
11098
11099 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11102 (rfn-eshadow-sifn-equal): New function.
11103 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11104
11105 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11106
11107 * viper-utils.el (viper-non-word-characters-reformed-vi):
11108 Quote `-' in string.
11109
11110 * viper.el (viper-emacs-state-mode-list): Ensure that
11111 rcirc-mode buffers come up in Emacs state.
11112
11113 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11114 operation.
11115
11116 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11117
11118 * term.el (term-termcap-format): Fix typos.
11119 (term-down): Fix the negative argument case.
11120
11121 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11122
11123 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11124 2005-08-15.
11125 (gdb-ann3): New command gud-go.
11126 (menu): Accomodate gdb-mi.el.
11127 (gdb-assembler-custom): Make buffer of selected window current
11128 so that set-window-point works.
11129
11130 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11131 buttons and include new ones.
11132
11133 2005-11-16 Kim F. Storm <storm@cua.dk>
11134
11135 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11136 (gud-menu-map): Use it.
11137
11138 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11139
11140 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11141 that works correctly for Custom and that does not override a user
11142 who disables it.
11143
11144 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11145 (help-xref-interned, help-follow): Make hyperlinks for variables
11146 that are unbound, but have a non-nil variable-documentation property.
11147
11148 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11149 mode hook. (It conflicted with defcustoms for some mode hooks.)
11150 Use the `variable-documentation' property to give the mode hook a
11151 docstring and expand that docstring.
11152
11153 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11154
11155 * savehist.el (savehist-mode): Don't bother with
11156 `custom-set-minor-mode'.
11157 (savehist-coding-system): Check XEmacs version.
11158 (history-length): Declare also at run time.
11159 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11160 Don't set the customize state.
11161 (savehist-minibuffer-hook): Special case for when
11162 minibuffer-history-variable is equal to t.
11163
11164 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11165
11166 * files.el (write-file): Refresh VC status.
11167
11168 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11169 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11170 than fundamental-mode to see if the mode was set.
11171
11172 2005-11-14 Romain Francoise <romain@orebokech.com>
11173
11174 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11175 dummy function in `eval-when-compile' to avoid compiler warning.
11176 Require `man' at compile time.
11177
11178 2005-11-14 Jay Belanger <belanger@truman.edu>
11179
11180 * calc-alg.el (calcFunc-write-out-power): Rename it to
11181 calcFunc-powerexpand.
11182 (math-write-out-power): Rename it to math-powerexpand; have it
11183 handle negative exponents.
11184 (calc-writeoutpower): Rename it to calc-powerexpand.
11185
11186 * calc-ext.el: Change calcFunc-writeoutpower and
11187 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11188 autoloads.
11189 Add calcFunc-ldiv to autoloads.
11190
11191 * calc-arith.el (calcFunc-ldiv): New function.
11192
11193 * calc.el (calc-left-divide): New function.
11194
11195 2005-11-14 Juri Linkov <juri@jurta.org>
11196
11197 * cus-edit.el (custom-variable-prompt): Set the default value arg
11198 of completing-read.
11199
11200 * cus-dep.el (custom-make-dependencies): Reverse the list of
11201 found dependencies.
11202
11203 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11204
11205 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11206 Highlighting" entry, it is on by default now.
11207 (menu-bar-options-save): Do not save global-font-lock-mode.
11208
11209 2005-11-13 Richard M. Stallman <rms@gnu.org>
11210
11211 * textmodes/flyspell.el (flyspell-large-region):
11212 Call flyspell-accept-buffer-local-defs.
11213
11214 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11215
11216 * textmodes/flyspell.el (flyspell-notify-misspell):
11217 Fix misspelling of "Misspelling".
11218 (flyspell-process-localwords): New function.
11219 (flyspell-large-region): Call flyspell-process-localwords and
11220 flyspell-delete-region-overlays.
11221 (flyspell-delete-region-overlays): New function.
11222 (flyspell-delete-all-overlays): Call that.
11223
11224 2005-11-13 Richard M. Stallman <rms@gnu.org>
11225
11226 * help.el (help-for-help-internal): Improve doc of C-h a.
11227 (describe-key): Improve prompt; doc fix.
11228
11229 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * vc-svn.el (vc-svn-registered): Catch all errors.
11232
11233 * cus-dep.el (custom-make-dependencies): Typo.
11234
11235 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11236
11237 * net/tramp-util.el (top): Fix compilation warning.
11238
11239 2005-11-13 Kim F. Storm <storm@cua.dk>
11240
11241 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11242
11243 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11244
11245 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11246 (gud-speedbar-buttons): Match on "const char *" too.
11247
11248 * progmodes/gdb-ui.el (gdb-var-create-handler)
11249 (gdb-var-list-children-handler): Match on "const char *" too.
11250 (gdb-var-evaluate-expression-handler): Match on empty string.
11251 (gdb-var-update-handler): Only call
11252 gdb-var-evaluate-expression-handler when required.
11253
11254 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11255
11256 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11257 selected window. This still doesn't work for speedbar.
11258 (gud-speedbar-buttons): Handle string expressions properly.
11259
11260 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11261 (gdb-var-create-handler): Handle string expressions properly.
11262 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11263 Handle string expressions properly. Move "type" field into regexp.
11264
11265 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11266
11267 * bookmark.el (bookmark-maybe-message): New function to reduce
11268 code duplication: invokes `message' iff baud-rate is high enough.
11269 (bookmark-write-file): Use above instead of an inline conditional.
11270 (bookmark-load): Same.
11271
11272 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11273
11274 * bookmark.el (bookmark-write-file): Don't visit the destination
11275 file, just write the data to it using write-region. This is
11276 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11277 change to avoid visiting the file in the first place.
11278
11279 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * hi-lock.el (hi-lock-mode): Set the default value of
11282 font-lock-defaults.
11283
11284 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11287 arg to `file-attributes'.
11288 (find-lisp-format): The UID and GID can now be strings.
11289
11290 2005-11-12 Kim F. Storm <storm@cua.dk>
11291
11292 * help.el (help-map): Bind C-h d to apropos-documentation.
11293
11294 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11295 when point is at end-of-buffer.
11296
11297 * apropos.el (apropos-match-face): Doc fix.
11298 (apropos-sort-by-scores): Add new choice `verbose'.
11299 (apropos-documentation-sort-by-scores): New defcustom.
11300 (apropos-pattern): Now contains the pattern entered by the user.
11301 (apropos-pattern-quoted): New defvar.
11302 (apropos-regexp): New defvar, containing the regexp corresponding
11303 to apropos-pattern.
11304 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11305 (apropos-read-pattern): New defun. Use it to read pattern arg in
11306 interactive calls; returns list of words for a word list, and
11307 string for a regexp.
11308 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11309 parses a list of words or regexp as returned by apropos-read-pattern.
11310 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11311 (apropos-score-doc): Return a very high score if the string
11312 entered by the user matches literally.
11313 (apropos-variable): Doc fix. Use apropos-read-pattern.
11314 (apropos-command): Doc fix. Use apropos-read-pattern and
11315 apropos-parse-pattern. Call apropos-print with nosubst=t.
11316 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11317 apropos-parse-pattern.
11318 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11319 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11320 apropos-documentation-sort-by-scores. Call apropos-print with
11321 nosubst=t.
11322 (apropos-documentation-internal): Pass doc string through
11323 substitute-key-definition before adding text properties.
11324 Highlight substring matching literal user input if possible.
11325 (apropos-documentation-check-doc-file): Remove locals beg and end.
11326 Fix calculation of score (as added twice). Pass doc string through
11327 substitute-key-definition before adding text properties.
11328 (apropos-documentation-check-elc-file): Pass doc string through
11329 substitute-key-definition before adding text properties.
11330 Highlight substring matching literal user input if possible.
11331 (apropos-print): Add new arg NOSUBST; if set, command and variable
11332 doc strings have already been passed through substitute-key-definition.
11333 Add code to handle apropos-accumulator items without score element
11334 for backwards compatibility (e.g. with woman package).
11335 Only show scores if apropos-sort-by-scores is `verbose'.
11336
11337 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11340 Add jka-compr-load-suffixes to load-suffixes.
11341
11342 * jka-compr.el: Require jka-cmpr-hook.
11343 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11344 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11345 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11346 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11347 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11348 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11349 (jka-compr-uninstall): Remove entries from
11350 jka-compr-added-to-file-coding-system-alist after they are used.
11351 (jka-compr-error): Remove unused var `curbuf'.
11352 (jka-compr-file-local-copy): Remove unused var `notfound'.
11353
11354 2005-11-10 Romain Francoise <romain@orebokech.com>
11355
11356 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11357
11358 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11359
11360 * progmodes/gud.el (gud-menu-map): Move parentheses.
11361 (gdb): New command gud-pv.
11362
11363 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * tar-mode.el: Remove spurious or unnecessary leading stars
11366 in docstrings.
11367 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11368 (tar-parse-octal-integer-safe): Use mapc.
11369 (tar-header-block-summarize): Remove unused var `ck'.
11370 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11371 cleared before. Obey default-enable-multibyte-characters.
11372 Use mapconcat. Simplify setting of tar-header-offset.
11373 (tar-mode-map): Move initialization inside delcaration.
11374 (tar-flag-deleted): Use `abs'.
11375 (tar-expunge-internal): Remove unused var `line'.
11376 (tar-expunge-internal): Don't hardcode point-min==1.
11377 (tar-expunge): Widen while doing set-buffer-multibyte.
11378 (tar-rename-entry): Use file-name-coding-system.
11379 (tar-alter-one-field): Don't hardcode point-min==1.
11380 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11381 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11382
11383 2005-11-10 Masatake YAMATO <jet@gyve.org>
11384
11385 * add-log.el (add-log-current-defun): Handle class::method
11386 notation of c++. Fix incorrect comment.
11387
11388 2005-11-10 Alan Mackenzie <acm@muc.de>
11389
11390 * help-fns.el (describe-variable): Make C-h v work when a variable
11391 has variable documentation yet is unbound.
11392
11393 2005-11-10 Masatake YAMATO <jet@gyve.org>
11394
11395 * man.el (Man-highlight-references): Set an empty
11396 string to `Man-arguments' if it is nil.
11397 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11398
11399 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11402 commenting conventions.
11403
11404 * cus-dep.el (custom-make-dependencies): Simplify.
11405 Better follow the commenting conventions.
11406
11407 2005-11-09 Richard M. Stallman <rms@gnu.org>
11408
11409 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11410 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11411 All uses changed.
11412 (apropos-rewrite-regexp): Doc fix.
11413 (apropos-variable, apropos-command, apropos, apropos-value):
11414 Change prompt; carry through the argument renaming.
11415
11416 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * find-lisp.el: Require dired.
11419 (find-lisp-find-dired-internal): Do not call
11420 `abbreviate-file-name' on DIR.
11421
11422 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11423
11424 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11425
11426 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11427
11428 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11429 when using the speedbar.
11430 (gdb): New command gud-pp.
11431 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11432
11433 2005-11-09 Juri Linkov <juri@jurta.org>
11434
11435 * replace.el (occur-excluded-properties): New defcustom.
11436 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11437
11438 2005-11-08 Jay Belanger <belanger@truman.edu>
11439
11440 * calc/calc-units.el (math-convert-units): Replace any composite
11441 unit by its definition.
11442
11443 2005-11-08 Lars Hansen <larsh@soem.dk>
11444
11445 * emacs-lisp/autoload.el (update-directory-autoloads):
11446 Add obsolete function alias.
11447
11448 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11451 comment-indent-function.
11452 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11453
11454 * reveal.el (reveal-post-command): Rework the handling of
11455 reveal-open-spots, so as to be more reliable. There were several
11456 tricky corner cases where an open spot might be lost, or where
11457 a closed spot might end up on the list of open spots.
11458 Only reveal text that's ellipsised.
11459
11460 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11461
11462 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11463
11464 2005-11-07 John Paul Wallington <jpw@gnu.org>
11465
11466 * ibuffer.el (ibuffer): Search iconified frames too when
11467 getting Ibuffer buffer's window.
11468
11469 2005-11-06 Richard M. Stallman <rms@gnu.org>
11470
11471 * progmodes/compile.el (compilation-internal-error-properties):
11472 save-excursion around the computation of MARKER.
11473
11474 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11475
11476 * textmodes/flyspell.el (flyspell-external-point-words):
11477 flyspell-get-word returns a list, not just a string.
11478
11479 2005-11-06 John Paul Wallington <jpw@pobox.com>
11480
11481 * ibuffer.el (ibuffer): Search all visible frames when getting
11482 Ibuffer buffer's window.
11483
11484 2005-11-07 Masatake YAMATO <jet@gyve.org>
11485
11486 * man.el (Man-reference-regexp): Accept spaces between
11487 `Man-name-regexp' and `Man-section-regexp'.
11488 (Man-apropos-regexp): New variable.
11489 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11490 if available.
11491 (Man-highlight-references, Man-highlight-references0):
11492 Handle the case when `Man-arguments' includes "-k".
11493 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11494 `TARGET'. `TARGET' can be a number, function or nil.
11495
11496 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11497
11498 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11499 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11500 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11501 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11502 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11503 (gdb-send-item): Use buffer-local-value and simplify.
11504
11505 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * startup.el (command-line): Use `custom-reevaluate-setting' for
11508 `global-font-lock-mode'.
11509
11510 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11511 by default, except in batch mode or when the -D option is given.
11512
11513 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11514 specified keyword args on to `define-minor-mode'. Update docstring.
11515
11516 2005-11-05 Romain Francoise <romain@orebokech.com>
11517
11518 * replace.el (occur-engine): Add marker at end of line, too.
11519
11520 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11521
11522 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11523 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11524 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11525 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11526 argument to all these routines, so the passphrase can be managed
11527 externally and passed in to the system.
11528 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11529 pgg-add-passphrase-to-cache function.
11530
11531 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11532 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11533 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11534 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11535 argument to all these routines, so the passphrase can be managed
11536 externally and passed in to the system.
11537 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11538 function.
11539
11540 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11541
11542 * font-lock.el: Don't deal with font-lock-face-attributes here,
11543 move the code ...
11544
11545 * startup.el (command-line): ... here. Use face-spec-set instead
11546 of custom-declare-face.
11547
11548 * faces.el (face-spec-set): Reset the face if spec is not nil.
11549
11550 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * newcomment.el (comment-region-internal): Box more tightly in the
11553 common case where there's no TAB in the boxed text.
11554
11555 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11556
11557 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11558 up-node.
11559
11560 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11561
11562 * newsticker.el: Commentary updated. Code formatting changed.
11563 (newsticker-version): Change to "1.9".
11564 (newsticker, newsticker-feed): Doc fix.
11565 (newsticker-url-list): Doc fix. Add option "Weekly".
11566 (newsticker-retrieval-interval): Add option "Weekly".
11567 (newsticker-headline-processing): Doc fix.
11568 (newsticker-auto-mark-filter): Remove.
11569 (newsticker-auto-mark-filter-list): New.
11570 (newsticker-layout, newsticker-sort-method): Doc fix.
11571 (newsticker-hide-old-items-in-newsticker-buffer)
11572 (newsticker-heading-format, newsticker-item-format)
11573 (newsticker-desc-format): Doc fix.
11574 (newsticker-show-all-rss-elements): Remove.
11575 (newsticker-show-all-news-elements): New.
11576 (newsticker-faces, newsticker-ticker): Doc fix.
11577 (remove-from-invisibility-spec): Code formatting.
11578 (newsticker--process-ids): New.
11579 (newsticker-mode): Doc fix.
11580 (newsticker-mode): Change mode-line-format.
11581 (newsticker-start): Remove debug output.
11582 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11583 (newsticker-w3m-show-inline-images): Code formatting.
11584 (newsticker-next-item): Call `force-mode-line-update'.
11585 (newsticker-previous-item): Call `force-mode-line-update'.
11586 (newsticker-next-feed): Call `force-mode-line-update'.
11587 (newsticker-previous-feed): Call `force-mode-line-update'.
11588 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11589 (newsticker-show-old-items): Do not show descs.
11590 (newsticker-hide-entry): Hide too much.
11591 (newsticker-hide-entry, newsticker-show-entry)
11592 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11593 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11594 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11595 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11596 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11597 (newsticker-get-news): Call `force-mode-line-update'.
11598 Collect process ids.
11599 (newsticker--sentinel): Change coding system handling.
11600 Move image retrieval to new functions newsticker--get-logo-url-*.
11601 Move feed parsing to new functions newsticker--parse-*.
11602 Update list of process ids.
11603 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11604 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11605 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11606 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11607 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11608 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11609 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11610 (newsticker--decode-coding-string): Remove.
11611 (newsticker--decode-numeric-entities): Check input. Format code.
11612 (newsticker--remove-whitespace): Check input.
11613 (newsticker--do-forget-preformatted): Doc fix.
11614 (newsticker--decode-rfc822-date): Allow for missing time.
11615 (newsticker--update-process-ids): New.
11616 (newsticker--image-sentinel): Change comment.
11617 (newsticker--image-read): Change error message.
11618 (newsticker--imenu-goto): Doc fix. Show headline title.
11619 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11620 (newsticker--buffer-do-insert-text): Clean whitespace in
11621 html-rendered headline title. Code formatting.
11622 Call `newsticker--buffer-print-extra-elements'.
11623 (newsticker--buffer-print-extra-element): Remove.
11624 (newsticker--buffer-print-extra-elements): New.
11625 (newsticker--buffer-do-print-extra-element): New.
11626 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11627 large sizes.
11628 (newsticker--run-auto-mark-filter)
11629 (newsticker--do-run-auto-mark-filter):
11630 Use `newsticker-auto-mark-filter-list'.
11631
11632 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11633
11634 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11635 (rcirc-print): Force redisplay before running hooks. Do long
11636 buffer truncation after making new text read-only. Deal with nil
11637 text when decoding strings. If TARGET is nil, use either the
11638 currently selected buffer, if it is an rcirc buffer and of the
11639 same process or the process buffer.
11640 (rcirc-mode): Remove header-line. Recompute short buffer names.
11641 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11642 (rcirc-short-buffer-name): Add variable.
11643 (rcirc-kill-buffer-hook): Recompute short buffer names.
11644 Remove nick from private channel.
11645 (rcirc-send-input): Send command text to current-buffer.
11646 Don't clear overlay arrow here.
11647 (rcirc-short-buffer-name): Return a short buffer name.
11648 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11649 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11650 buffer-name abbreviations.
11651 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11652 Do not touch nick-table when killing a parted channel.
11653 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11654 Clear arrow from current buffer if it is now hidden.
11655 (rcirc-current-buffer): Add variable.
11656 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11657 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11658 Remove -face from names.
11659 (rcirc-update-activity-string): Print "DND" when globally ignoring
11660 activity.
11661 (rcirc-ignore-buffer-activity-flag): Rename from
11662 rcirc-ignore-channel-activity.
11663 (rcirc-ignore-all-activity-flag): Doc fix.
11664 (rcirc-channels): Remove variable.
11665 (rcirc-kill-buffer-hook):
11666 (rcirc-get-buffer-create): Add nick to private channel.
11667 (rcirc-multiline-edit-submit): Remove tabs.
11668 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11669 folded.
11670 (rcirc-remove-nick-channel): Bug fix.
11671 (rcirc-toggle-ignore-buffer-activity): Rename from
11672 rcirc-toggle-ignore-channel-activity.
11673 (rcirc-record-activity): Add buffers to the front of the list.
11674 (rcirc-update-activity): Remove killed buffers from list.
11675 (rcirc-process-server-response-1): Remove last argument if it is
11676 null before calling handler.
11677 (rcirc): Add "rcirc" defcustom prefix.
11678 (rcirc-prompt): Simplify default prompt.
11679 Use custom-initialize-default.
11680 (rcirc-private-chats): Remove variable.
11681 (rcirc-prompt): Change initialization.
11682 (rcirc-version): Remove function.
11683 (rcirc-id-string): Add constant.
11684 (rcirc-last-buffer): Remove variable.
11685 (rcirc-buffer-alist): Add variable.
11686 (rcirc-connect): Update variable setup.
11687 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11688 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11689 default.
11690 (rcirc-handler-generic): Trigger activity.
11691 (rcirc-send-message): Create the buffor of the target.
11692 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11693 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11694 (rcirc-multiline-edit-cancel): Remove function.
11695 (rcirc-set-last-buffer): Remove function.
11696 (rcirc-get-any-buffer): Add function.
11697 (rcirc-join-channels): Don't print /join text.
11698 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11699 messages.
11700 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11701 (rcirc-handler-NOTICE): Recognize CTCP responses.
11702 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11703 constructing TOPIC string for buffers we are not JOINed.
11704 (rcirc-handler-CTCP-response): Add handler.
11705 (rcirc-multiline-edit-submit): Restore the window-configuration
11706 before adjusting point.
11707 (rcirc): Add customization group.
11708 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11709 (rcirc-user-full-name, rcirc-startup-channels-alist)
11710 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11711 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11712 (rcirc-input-ring-size, rcirc-read-only-flag)
11713 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11714 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11715 Change defvar to defcustom.
11716 (rcirc-update-prompt): Add optional ALL arg, which will update
11717 prompts in all rcirc buffers. Regexp quote replacement text.
11718 (rcirc-fill-column): Accept frame-width as a value.
11719 (rcirc-set-changed): Add function.
11720 (rcirc-next-active-buffer): Write more meaningful messages.
11721 (rcirc-faces): Add customization group.
11722 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11723 (rcirc-nick-in-message-face, rcirc-prompt-face)
11724 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11725 (with-rcirc-process-buffer): Move before first usage.
11726 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11727 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11728 (rcirc-debug): Rename from `rcirc-log'.
11729 (rcirc-format-response-string): Do not print `-' chars for a
11730 NOTICE with no sender. Simplify output of server responses.
11731
11732 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11733
11734 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11735 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11736 Make urls mouse and RET clickable.
11737
11738 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11739
11740 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11741
11742 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11743
11744 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11745 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11746 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11747 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11748 argument to all these routines, so the passphrase can be managed
11749 externally and passed in to the system.
11750 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11751 pgg-add-passphrase-to-cache function.
11752
11753 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11754 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11755 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11756 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11757 argument to all these routines, so the passphrase can be managed
11758 externally and passed in to the system.
11759 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11760 function.
11761
11762 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11763
11764 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11765 from goto-address-url-regexp.
11766
11767 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11768
11769 * textmodes/org.el (org-read-date, org-goto-calendar)
11770 (org-recenter-calendar, org-agenda-goto-calendar):
11771 Temporarily clear `calendar-move-hook'.
11772
11773 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11774
11775 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11776 merging.
11777
11778 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11779 have merge clashes.
11780
11781 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11782
11783 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11784 Undo previous change.
11785
11786 * startup.el (command-line): Use `custom-reevaluate-setting' for
11787 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11788 tty-register-default-colors on Mac.
11789
11790 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11791
11792 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11793 (gdb-buffer-type): Make it automatically buffer local...
11794 (gdb-get-create-buffer): ...and set it accordingly.
11795 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11796 actually work.
11797
11798 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11799
11800 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11801 not red.
11802
11803 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11804
11805 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11806 case GUD buffer is not visible.
11807 (gdb-goto-breakpoint): Try to force display in source buffer.
11808 (gdb-frame-gdb-buffer): Copy other similar functions.
11809 (gdb-restore-windows): Don't display source if not asked for.
11810 (gdb-assembler-buffer-name): Don't capitalise.
11811
11812 2005-11-03 Richard M. Stallman <rms@gnu.org>
11813
11814 * wid-edit.el (key-sequence): New widget type.
11815
11816 * simple.el (set-mark-command-repeat-pop): New variable.
11817 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11818 if set-mark-command-repeat-pop is true.
11819
11820 * info.el (Info-fontify-node): Don't display extra "see" if there
11821 already is one here.
11822
11823 * mouse.el: Fix special handling of DEL after dragging a region:
11824 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11825 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11826
11827 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11828
11829 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11830 not to assume it pertains to an affix.
11831
11832 * textmodes/flyspell.el (flyspell-post-command-hook):
11833 Bind deactivate-mark to prevent deactivation.
11834
11835 2005-11-03 Lars Hansen <larsh@soem.dk>
11836
11837 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11838 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11839 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11840
11841 2005-11-03 Romain Francoise <romain@orebokech.com>
11842
11843 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11844 Update copyright years.
11845
11846 2005-11-03 Sam Steingold <sds@gnu.org>
11847
11848 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11849 Use system-type instead of window-system because window-system is not
11850 correctly defined during loadup.
11851
11852 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11853
11854 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11855 (xml-parse-tag): Join strings separated by a comment properly.
11856
11857 2005-11-02 Andreas Schwab <schwab@suse.de>
11858
11859 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11860
11861 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11864 (byte-optimize-pure-func): Quote the eval'd value.
11865
11866 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11867 Rename from perl-font-lock-syntactic-face-function.
11868 Change the calling convention so it can be used as a font-lock MATCHER.
11869 Do the parse-partial-sexp loop outselves.
11870 (perl-font-lock-syntactic-keywords): Use it.
11871 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11872
11873 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11874
11875 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11876 disassembly buffer too.
11877 (gdb-exited): Remove overlay arrows when execution has finished.
11878 (gdb-info-frames-custom, gdb-info-threads-custom)
11879 (gdb-info-registers-custom): Don't add inappropriate text
11880 properties if inferior is not active.
11881
11882 2005-11-02 Glenn Morris <rgm@gnu.org>
11883
11884 * progmodes/fortran.el (fortran-blink-match):
11885 Use `blink-matching-delay'.
11886
11887 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11888
11889 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11890
11891 2005-11-02 Lars Hansen <larsh@soem.dk>
11892
11893 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11894 "Permission denied".
11895
11896 2005-11-01 Richard M. Stallman <rms@gnu.org>
11897
11898 * textmodes/flyspell.el (flyspell-external-point-words):
11899 Pass nil to flyspell-get-word.
11900
11901 2005-11-02 Kim F. Storm <storm@cua.dk>
11902
11903 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11904 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11905
11906 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11909 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11910 (calendar-mouse-print-dates): Add optional `event' argument.
11911 Update interactive-spec.
11912 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11913 Use `calendar-event-to-date' instead of `event'.
11914
11915 2005-11-02 Masatake YAMATO <jet@gyve.org>
11916
11917 * progmodes/ld-script.el (ld-script-builtins):
11918 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11919 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11920 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11921
11922 2005-11-01 Romain Francoise <romain@orebokech.com>
11923
11924 * vc-sccs.el: Update copyright year.
11925 * ezimage.el: Likewise.
11926
11927 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11928
11929 * info.el (Info-fontify-node): Use `string-width' for fontifying
11930 underlined titles.
11931
11932 2005-11-01 Juri Linkov <juri@jurta.org>
11933
11934 * info.el (Info-fontify-node): Downcase node header keywords Node,
11935 Prev, Next, Up before comparison.
11936 (Info-history): Insert absolute directory name, and put invisible
11937 property on it.
11938
11939 2005-11-01 Juri Linkov <juri@jurta.org>
11940
11941 * info.el (Info-file-supports-index-cookies): New variable.
11942 (Info-find-node-2): Check makeinfo version for index cookie support.
11943 (Info-index-nodes): Search for nodes with index cookies only when
11944 Info-file-supports-index-cookies is t. Otherwise, search nodes
11945 with "Index" in the node name.
11946 (Info-index-node): Search index cookie in the current node only when
11947 Info-file-supports-index-cookies is t. Otherwise, check the word
11948 "Index" in the node name.
11949 (Info-find-emacs-command-nodes): Remove code that searches nodes
11950 with "Index" node name in the top menu.
11951
11952 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11953
11954 * progmodes/scheme.el (scheme-mode-variables): Use the default
11955 comment-indent-function.
11956
11957 * faces.el (face-attribute): Handle the case where a face inherits from
11958 a non-existent face.
11959
11960 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11961 for octal and hexa output, and merge the char into the paren.
11962 (kill-new): Use push.
11963 (copy-to-buffer): Use with-current-buffer.
11964 (completion-setup-function): Move code in loop to remove redundancy.
11965 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11966 those inherited from minibuffer-local-completion-map.
11967
11968 * savehist.el (savehist-mode) <defcustom>:
11969 Use custom-set-minor-mode if available.
11970 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11971 and emit a message if applicable.
11972
11973 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11974
11975 * savehist.el: Sync up to version 19.
11976 (savehist-mode): New minor mode.
11977 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11978 (savehist-length): Remove (use history-length instead).
11979 (savehist-file-modes): Rename from savehist-modes.
11980 (savehist-save-hook, savehist-loaded): New vars.
11981 (savehist-load): Use savehist-mode. Try to smooth up transition from
11982 old format to new format.
11983 (savehist-install): Allow savehist-autosave-interval to be nil.
11984 (savehist-save): Run the new hook. Be more careful to only trim the
11985 history variables.
11986 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11987 (savehist-printable): Print into a buffer rather than char-by-char.
11988
11989 2005-11-01 John Wiegley <johnw@newartisans.com>
11990
11991 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11992 toggle-ignore keybinding (C-a). The author said it had been
11993 disabled much earlier due to a possible incompatibility, but after
11994 many months of usage I have encountered no problems (and it is a
11995 rather useful option, especially for switching to " *temp*").
11996
11997 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11998 support for OS/X's AddressBook, by calling out to the open source
11999 program "contacts" (installable through Fink).
12000
12001 * net/eudc.el (eudc-expand-inline): If the
12002 `eudc-multiple-match-handling-method' is set to `all', delete the
12003 query string before inserting the query result.
12004
12005 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12006 flag, to prevent Eshell from using the system ls when
12007 `eshell-ls-insert-directory' is in used.
12008 (eshell-ls-insert-directory): Disable font-lock in directory
12009 buffer so that Eshell's own fontification is seen. This broke
12010 recently due to changes in font-lock, so this goes back to version
12011 21 behavior.
12012
12013 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12014
12015 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12016 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12017 (gdb-many-windows): Doc fix.
12018
12019 2005-10-31 Romain Francoise <romain@orebokech.com>
12020
12021 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12022
12023 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12024
12025 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12026 that global-font-lock-mode can be enabled by default.
12027
12028 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12029 (font-lock-add-keywords, font-lock-remove-keywords)
12030 (font-lock-fontify-buffer): Remove autoload cookies.
12031
12032 * jit-lock.el (jit-lock-register): Likewise.
12033
12034 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12035
12036 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12037
12038 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12039 intact if there is no gud-comint-buffer.
12040
12041 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12042
12043 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12044 old prompt comint-prompt-read-only is t and GDB commands are
12045 issued from tool bar etc.
12046
12047 2005-10-31 Masatake YAMATO <jet@gyve.org>
12048
12049 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12050
12051 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12052
12053 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12054 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12055
12056 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12057
12058 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12059 starting at beginning of line. Fontification is messed up when
12060 `open-paren-in-column-0-is-defun-start' set to t.
12061 Reported by John Paul Wallington <jpw@pobox.com>.
12062
12063 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12064
12065 * comint.el (comint-send-input): Call `comint-update-fence' when
12066 `comint-process-echoes' and `comint-prompt-read-only' are both
12067 non-nil, to avoid leftover read-only newline.
12068
12069 2005-10-30 Richard M. Stallman <rms@gnu.org>
12070
12071 * textmodes/flyspell.el (flyspell-external-point-words):
12072 Detect when WORD can't be checked properly because
12073 flyspell-get-word finds just part of it, and move on.
12074
12075 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12076 boundarychar for Polish.
12077 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12078 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12079
12080 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12081
12082 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12083 (gdb-registers-font-lock-keywords): Delete.
12084 (gdb-registers-mode): Don't fontify.
12085 (gdb-info-registers-custom): Use text properties instead as, in
12086 future, changed register values will use font-lock-warning-face.
12087 (gdb-local-font-lock-keywords): Rename to...
12088 (gdb-locals-font-lock-keywords): ...for consistency.
12089
12090 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12091
12092 * vc.el (vc-switch-backend): Better error message if the buffer is
12093 not visiting a file under version control.
12094
12095 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12096
12097 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12098
12099 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12100 ~/.emacs.d/.emacs.
12101
12102 2005-10-29 Richard M. Stallman <rms@gnu.org>
12103
12104 * replace.el (occur-mode-mouse-goto): Always go to other window.
12105 (occur-mode-goto-occurrence): Always switch in same window.
12106
12107 * simple.el (undo): Display message at end, not at start.
12108
12109 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12110 New arg REUSE-CELL.
12111 (cancel-timer-internal): New function.
12112 (timer-event-handler): Use cancel-timer-internal,
12113 and pass the cell it returns to timer-activate...
12114
12115 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12116 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12117 (jit-lock-after-change): Test memory-full.
12118
12119 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12120
12121 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12122 part of the decoded armor to find the key-identifier.
12123 (pgg-gpg-lookup-key-owner): New function to return the
12124 human-readable identifier of a key owner.
12125 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12126 key itself.
12127 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12128 the key value) if we have a key and can match it against a secret
12129 key. Also, added a note pointing out fact that the prompt only
12130 indicates the first matching key.
12131
12132 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12133 pgg-decrypt-region.
12134 (pgg-pending-timers): A new hash for tracking the passphrase cache
12135 timers, so that new ones supercede old ones.
12136 (pgg-add-passphrase-to-cache): Rename from
12137 `pgg-add-passphrase-cache' to reduce confusion (all callers
12138 changed). Modified to cancel old timers when new ones are added.
12139 (pgg-remove-passphrase-from-cache): Rename from
12140 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12141 changed). Modified to cancel old timers when their keys are
12142 removed from the cache.
12143 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12144 XEmacs, an indirection to delete-itimer.
12145 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12146 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12147 users can only check cache without risk of prompting. Correct bug in
12148 notruncate behavior.
12149 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12150 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12151 Add informative docstrings.
12152 (pgg-decrypt): Convey provided passphrase in subordinate call to
12153 pgg-decrypt-region.
12154
12155 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12156 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12157 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12158 `passphrase' argument, so the passphrase can be managed externally
12159 and then passed in to the system.
12160
12161 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12162 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12163 so the passphrase cache can be used reliably with identifiers
12164 besides a pgp packet's key id.
12165
12166 * pgg-gpg.el (pgg-pgp-encrypt-region)
12167 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12168 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12169 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12170 argument to all these routines, so the passphrase can be managed
12171 externally and passed in to the system.
12172
12173 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12174 `notruncate' argument, so the passphrase cache can be used
12175 reliably with identifiers besides a pgp packet's key id.
12176
12177 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12178
12179 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12180 symmetric encryption.
12181 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12182 encrypted session key.
12183 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12184 message ask for the passphrase in a proper way.
12185
12186 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12187 New user commands for symmetric encryption.
12188
12189 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12190
12191 * textmodes/conf-mode.el (conf-assignment-sign)
12192 (conf-assignment-regexp): Fix docstrings.
12193 (conf-mode-initialize): New function.
12194 (conf-mode): Remove optional args. Use delay-mode-hooks to
12195 recognize recursive calls.
12196 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12197 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12198 (conf-xdefaults-mode): Use define-derived-mode and
12199 conf-mode-initialize.
12200
12201 2005-10-29 Romain Francoise <romain@orebokech.com>
12202
12203 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12204
12205 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12206
12207 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12208 part of the decoded armor to find the key-identifier.
12209 (pgg-gpg-lookup-key-owner): New function to return the
12210 human-readable identifier of a key owner.
12211 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12212 key itself.
12213 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12214 the key value) if we have a key and can match it against a secret
12215 key. Also, added a note pointing out fact that the prompt only
12216 indicates the first matching key.
12217
12218 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12219 pgg-decrypt-region.
12220 (pgg-pending-timers): A new hash for tracking the passphrase cache
12221 timers, so that new ones supercede old ones.
12222 (pgg-add-passphrase-to-cache): Rename from
12223 `pgg-add-passphrase-cache' to reduce confusion (all callers
12224 changed). Modified to cancel old timers when new ones are added.
12225 (pgg-remove-passphrase-from-cache): Rename from
12226 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12227 changed). Modified to cancel old timers when their keys are
12228 removed from the cache.
12229 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12230 XEmacs, an indirection to delete-itimer.
12231 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12232 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12233 users can only check cache without risk of prompting. Correct bug in
12234 notruncate behavior.
12235 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12236 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12237 Add informative docstrings.
12238 (pgg-decrypt): Convey provided passphrase in subordinate call to
12239 pgg-decrypt-region.
12240
12241 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12242
12243 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12244 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12245 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12246 `passphrase' argument, so the passphrase can be managed externally
12247 and then passed in to the system.
12248
12249 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12250 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12251 so the passphrase cache can be used reliably with identifiers
12252 besides a pgp packet's key id.
12253
12254 * pgg-gpg.el (pgg-pgp-encrypt-region)
12255 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12256 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12257 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12258 argument to all these routines, so the passphrase can be managed
12259 externally and passed in to the system.
12260
12261 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12262 `notruncate' argument, so the passphrase cache can be used
12263 reliably with identifiers besides a pgp packet's key id.
12264
12265 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12266
12267 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12268 symmetric encryption.
12269 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12270 encrypted session key.
12271 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12272 message ask for the passphrase in a proper way.
12273
12274 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12275 New user commands for symmetric encryption.
12276
12277 2005-10-28 Bill Wohler <wohler@newt.com>
12278
12279 * help-mode.el (help-url): New button type. Calls browse-url.
12280 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12281 Similar to Info nodes: URL `url'.
12282 (help-make-xrefs): Create help-url buttons for
12283 help-xref-url-regexp matches.
12284
12285 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12286
12287 * tool-bar.el (tool-bar-add-item-from-menu)
12288 (tool-bar-local-item-from-menu): Fix doc strings.
12289
12290 2005-10-28 Romain Francoise <romain@orebokech.com>
12291
12292 * ldefs-boot.el: Update.
12293
12294 * subr.el (locate-library): Move from help-fns.el.
12295 * help-fns.el (locate-library): Move to subr.el.
12296
12297 2005-10-28 Richard M. Stallman <rms@gnu.org>
12298
12299 * net/tramp.el (tramp-completion-mode): defvar moved up.
12300
12301 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12302
12303 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12304
12305 * files.el (find-file-noselect): Use %d to format large file size.
12306
12307 * bindings.el (mode-line-format): Add %e.
12308
12309 * loadup.el ("facemenu"): Load unconditionally.
12310 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12311 ("x-dnd"): Load, when appropriate.
12312
12313 * startup.el (command-line): Call before-init-hook earlier.
12314 Warn about some bad characters in -u user name.
12315
12316 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12317 (flyspell-external-point-words): Error if misspelled word is not found.
12318 Set flyspell-large-region-beg at end of word.
12319
12320 2005-10-28 Andreas Schwab <schwab@suse.de>
12321
12322 * view.el (View-revert-buffer-scroll-page-forward):
12323 Use view-page-size-default.
12324
12325 2005-10-28 Juri Linkov <juri@jurta.org>
12326
12327 * international/quail.el (quail-get-current-str): Translate last
12328 raw character for deterministic input methods.
12329
12330 2005-10-27 Jay Belanger <belanger@truman.edu>
12331
12332 * calc/calc-ext.el: Add functions to autoloads.
12333 (math-identity-matrix-p, math-ident-row-p): New functions.
12334
12335 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12336 multiplication by an identity matrix; don't turn multiplication by
12337 an inverse matrix into division.
12338 (math-div-symbol-fancy): Replace division by matrices with
12339 multiplication by inverse.
12340
12341 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12342
12343 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12344 (calc-writeoutpower): New functions.
12345
12346 2005-10-27 Romain Francoise <romain@orebokech.com>
12347
12348 * replace.el (occur-engine): Include colon in mouse-face highlight.
12349
12350 * dired-x.el: Change Maintainer field.
12351
12352 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12353
12354 * longlines.el (longlines-mode): Bind after-change-functions to
12355 nil during initial decoding and final encoding.
12356
12357 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12358
12359 * term.el (term-emulate-terminal, term-handle-colors-array)
12360 (term-handle-ansi-escape): Specify the terminfo capabilities
12361 implemented.
12362
12363 2005-10-26 Richard M. Stallman <rms@gnu.org>
12364
12365 * info.el (Info-fontify-node): Fix detection of sentence-break
12366 before *Note.
12367
12368 2005-10-26 Romain Francoise <romain@orebokech.com>
12369
12370 * smerge-mode.el: Add `tools' to file keywords.
12371
12372 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12373
12374 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12375 when the fringe is not available.
12376
12377 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12378 (def-gdb-auto-update-trigger): Simplify construction.
12379 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12380 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12381 defined explicitly.
12382 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12383 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12384 defined explicitly.
12385 (gdb-info-locals-custom): Remove as it's a no-op.
12386
12387 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12388
12389 * longlines.el (longlines-mode): Remove narrowing before
12390 performing the initial decoding or final encoding.
12391
12392 2005-10-25 Romain Francoise <romain@orebokech.com>
12393
12394 * emacs-lisp/find-func.el (find-library-name): Also strip
12395 extension if library name ends in .el, to take advantage of
12396 `find-library-suffixes'.
12397
12398 2005-10-25 Richard M. Stallman <rms@gnu.org>
12399
12400 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12401
12402 2005-10-25 Juri Linkov <juri@jurta.org>
12403
12404 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12405 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12406
12407 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12410 (blackbox-redefine-key): Add argument `map'.
12411
12412 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12413 regions when moving the jit-lock-context-unfontify-pos boundary.
12414
12415 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12416
12417 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12418
12419 2005-10-25 Masatake YAMATO <jet@gyve.org>
12420
12421 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12422
12423 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12424
12425 * play/blackbox.el (blackbox-redefine-key): New function.
12426 (blackbox-mode-map): Use it to remap existing bindings for cursor
12427 motion instead of binding literal keys.
12428
12429 2005-10-25 Glenn Morris <rgm@gnu.org>
12430
12431 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12432 diary does not end in a newline. Do not assume a blank line at
12433 the start of the diary file.
12434
12435 2005-10-25 Kenichi Handa <handa@m17n.org>
12436
12437 * international/quail.el (quail-translate-key): If the input
12438 method is deterministic and failed to handle the last key, restart
12439 the key handling loop from an appropriate key.
12440
12441 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * vc.el (vc-dired-mode): Extend comment for binding of
12444 `directory-listing-before-filename-regexp'.
12445
12446 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * textmodes/texinfo.el (texinfo-mode):
12449 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12450 not to unnecessarily expose emacs-mule's internal char codes.
12451
12452 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12453
12454 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12455 Display hand pointer and help-echo on disabled icon too.
12456 (gdb-mouse-until): New function.
12457 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12458
12459 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12462 with 2005-10-23 change to doctor.el.
12463
12464 * finder.el (finder-mode-map): Add follow-link binding.
12465
12466 2005-10-25 Kim F. Storm <storm@cua.dk>
12467
12468 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12469 to gdb-mouse-toggle-breakpoint-fringe.
12470 (gdb-mouse-toggle-breakpoint-margin): Rename from
12471 gdb-mouse-toggle-breakpoint. Fix doc.
12472 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12473 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12474 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12475 string properties also for fringe breakpoint bitmaps.
12476
12477 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12478
12479 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12480
12481 2005-10-25 Masatake YAMATO <jet@gyve.org>
12482
12483 * simple.el (completion-common-substring):
12484 Use `completion-common-substring' prior to `completion-base-size'.
12485
12486 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12487
12488 * savehist.el: Require CL while compiling.
12489 (savehist-history-variables): Remove.
12490 (savehist-save-minibuffer-history, savehist-additional-variables)
12491 (savehist-minibuffer-history-variables): New vars.
12492 (savehist-save): Use them.
12493 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12494 (savehist-install): New fun, extracted from savehist-load.
12495 (savehist-load): Use them.
12496
12497 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12500 a dummy doc-string-elt property.
12501 (defalias, defvaralias, define-category): Add a docstring property.
12502
12503 * image.el (defimage):
12504 * widget.el (define-widget):
12505 * custom.el (defface, defcustom): Add `doc-string' declaration.
12506
12507 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12508 (defadvice): Add `doc-string' declaration.
12509
12510 * emacs-lisp/byte-run.el (macro-declaration-function):
12511 Handle `doc-string' declarations.
12512 (define-obsolete-function-alias, define-obsolete-variable-alias):
12513 Add `doc-string' declaration.
12514
12515 2005-10-24 Kenichi Handa <handa@m17n.org>
12516
12517 * international/utf-7.el (utf-7): Add autoload cookie.
12518
12519 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12520
12521 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12522
12523 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12524 list of directories passed to batch-update-autoloads. Add "." to
12525 the list of the echoed directories.
12526
12527 * pgg-def.el:
12528 * pgg-gpg.el:
12529 * pgg-parse.el:
12530 * pgg-pgp.el:
12531 * pgg-pgp5.el:
12532 * pgg.el: Moved here from the gnus subdirectory.
12533
12534 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12535
12536 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12537 in case comint-prompt-read-only is set to t.
12538
12539 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12540 in case comint-prompt-read-only is set to t.
12541
12542 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12543
12544 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12545 Now a string.
12546 (icalendar-import-format): Handle CLASS, STATUS, URL.
12547 Rename `subject' to `summary'.
12548 (icalendar-import-format-summary): Rename from
12549 `icalendar-import-format-subject'.
12550 (icalendar-import-format-url, icalendar-import-format-status)
12551 (icalendar-import-format-class): New variables.
12552 (icalendar--rris): Take variable argument list.
12553 (icalendar--datestring-to-isodate): Remove unnecessary
12554 calendar-style check when converting dates with explicit month names.
12555 (icalendar-export-region): Change return type of conversion
12556 subroutines. Bury current buffer unless error occurred.
12557 (icalendar--convert-to-ical)
12558 (icalendar--parse-summary-and-rest): New functions.
12559 (icalendar--convert-ordinary-to-ical)
12560 (icalendar--convert-weekly-to-ical)
12561 (icalendar--convert-yearly-to-ical)
12562 (icalendar--convert-block-to-ical)
12563 (icalendar--convert-cyclic-to-ical)
12564 (icalendar--convert-anniversary-to-ical): Change return type.
12565 Strip trailing blanks from subject.
12566 (icalendar--convert-sexp-to-ical): Change return type.
12567 Strip trailing blanks from subject. Handle simple sexp
12568 entries as generated by icalendar.el.
12569 (icalendar--convert-float-to-ical)
12570 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12571 (icalendar-import-file): Doc fix.
12572 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12573 Correct call to icalendar--rris.
12574 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12575 `summary'.
12576 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12577
12578 2005-10-24 Romain Francoise <romain@orebokech.com>
12579
12580 * server.el (server-sentinel): Set query-on-exit flag to nil on
12581 new client processes (it isn't inherited from the server process).
12582
12583 * replace.el (occur-engine): Rearrange text properties.
12584
12585 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12588 case-fold-search is nil.
12589 (debug-help-follow): Use help-xref-interned directly.
12590
12591 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12592
12593 * thumbs.el (thumbs-image-type): Add .pbm.
12594
12595 2005-10-23 Richard M. Stallman <rms@gnu.org>
12596
12597 * faces.el (inhibit-face-set-after-frame-default): New variable.
12598 (set-face-attribute): Bind it.
12599 (face-set-after-frame-default): Test it.
12600
12601 * help-fns.el (describe-simplify-lib-file-name): New function.
12602 (describe-function-1, describe-variable): Use it.
12603
12604 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12605
12606 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12607 Eliminate nil as possible value.
12608 (tooltip-hide-delay): Reduce internal-border-width.
12609
12610 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12611 (menu-bar-file-menu) <new-file>: Likewise.
12612
12613 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12614
12615 * international/mule.el (load-with-code-conversion):
12616 Pass full file name to `eval-buffer' unless preloading.
12617
12618 * textmodes/flyspell.el (flyspell-large-region):
12619 Call ispell-check-version.
12620
12621 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12622 Fix the make-variable-buffer-local call that was supposed
12623 to be for this variable.
12624 (ispell-aspell-supports-utf8): Doc fix.
12625 (ispell-find-aspell-dictionaries): Preserve elements of
12626 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12627 (ispell-aspell-find-dictionary): Return nil on error.
12628
12629 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12630 (doctor-symptoms): Likewise.
12631
12632 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12633
12634 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12635
12636 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12637 (custom-raised-buttons): Add :set spec.
12638 (custom-button-unraised, custom-button-pressed-unraised):
12639 New faces, so that custom-raised-buttons actually does something.
12640 (custom-mode): Use custom-button and custom-button-pressed.
12641
12642 * wid-edit.el (widget-specify-button): Don't ignore
12643 widget-mouse-face on graphic terminals.
12644 (widget-move-and-invoke): Cleanup.
12645
12646 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12647
12648 * whitespace.el (whitespace-cleanup): Doc fix.
12649
12650 2005-10-23 Romain Francoise <romain@orebokech.com>
12651
12652 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12653 `eval-after-load' to avoid evaluating their result.
12654
12655 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12656
12657 * files.el (directory-listing-before-filename-regexp):
12658 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12659
12660 * dired.el (dired-move-to-filename-regexp): Remove.
12661 All occurences replaced by `directory-listing-before-filename-regexp'.
12662
12663 * dired-x.el, locate.el, vc.el:
12664 Replace `dired-move-to-filename-regexp' by
12665 `directory-listing-before-filename-regexp'. In vc.el it is
12666 overwritten locally; maybe this can be handled in files.el too.
12667
12668 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12669 replaced by `directory-listing-before-filename-regexp'.
12670
12671 2005-10-23 Andreas Schwab <schwab@suse.de>
12672
12673 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12674 and eval-next-after-load.
12675
12676 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12677
12678 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12679 exist, create it.
12680
12681 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12682
12683 * allout.el: Remove autoloads for mailcrypt and crypt++.
12684 Require pgg, pgg-gpg during compilation.
12685 (allout-version): Increment version number to 2.1, and use a literal
12686 rather than RCS Id.
12687 (allout-default-encryption-scheme): Remove.
12688 (allout-passphrase-verifier-handling)
12689 (allout-passphrase-verifier-string)
12690 (allout-file-passphrase-verifier-string)
12691 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12692 (allout-passphrase-hint-handling): Rename and simplify.
12693 (allout-init): Use `find-file-hook' if available, otherwise
12694 `find-file-hooks'.
12695 (allout-mode): Use `write-file-functions' if available, otherwise
12696 `local-write-file-hooks' and, instead of making auto-save-hook
12697 buffer local, make the write-file-hook activity contingent to
12698 allout-mode.
12699 (allout-mode): Use key-binding substitution in the docstring.
12700 (allout-kill-line): Spell-out kill ring data structure mutation
12701 instead of using byte-compiler-complaint-provoking `pop'.
12702 (allout-insert-listified): Use `insert' rather than `insert-string'
12703 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12704 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12705 (allout-encrypt-string): Totally revamped vis new underlying
12706 encryption facilities.
12707 (allout-mc-activate-passwd): Remove.
12708 (allout-obtain-passphrase): New, more or less replaces
12709 allout-mc-activate-passwd.
12710 (allout-encrypted-key-info): More or less replaces
12711 allout-encrypted-text-type.
12712 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12713 (my-mark-marker): Use `(featurep 'xemacs)'.
12714
12715 2005-10-23 Lars Hansen <larsh@soem.dk>
12716
12717 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12718 (byte-compile-file-form-defmumble, byte-compile-defun)
12719 (byte-compile-defmacro): Use it.
12720 (byte-compile-form): Don't call byte-compile-set-symbol-position
12721 when a byte-compile handler is called.
12722
12723 2005-10-22 Romain Francoise <romain@orebokech.com>
12724
12725 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12726
12727 * subr.el (eval-after-load): Convert library name to an absolute
12728 file name using locate-library, since load-history no longer has
12729 library names in it.
12730
12731 2005-10-22 Richard M. Stallman <rms@gnu.org>
12732
12733 * files.el (make-temp-file): Move from subr.el.
12734 * subr.el (make-temp-file): Move to files.el.
12735
12736 * window.el (get-buffer-window-list): Move from subr.el.
12737 * subr.el (get-buffer-window-list): Move to window.el.
12738
12739 * image.el (image-load-path): Use eval-at-startup to initialize.
12740
12741 * subr.el (eval-at-startup): New macro.
12742
12743 * subr.el: Much rearrangement of functions and division
12744 into pages. No code changes.
12745
12746 2005-10-22 Kenichi Handa <handa@m17n.org>
12747
12748 * tar-mode.el (tar-extract): Be sure to call
12749 find-operation-coding-system if set-auto-coding doesn't find a
12750 coding system.
12751
12752 2005-10-22 Kim F. Storm <storm@cua.dk>
12753
12754 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12755 Change users.
12756 (image-type-file-name-regexps): New defconst.
12757 (image-type-from-data): Simplify loop.
12758 (image-type-from-buffer): New defun.
12759 (image-type-from-file-header): Use it instead of image-type-from-data.
12760 Use image-search-load-path instead of only looking in data-directory.
12761 (image-type-from-file-name): New defun.
12762 (image-search-load-path): Change `pathname' to `filename'.
12763 Make PATH arg optional, default to image-load-path.
12764
12765 2005-10-21 Richard M. Stallman <rms@gnu.org>
12766
12767 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12768
12769 * textmodes/paragraphs.el (sentence-end-base): New variable.
12770 (sentence-end): Use sentence-end-base.
12771
12772 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12775 property independently from the font-lock-multiline variable.
12776
12777 2005-10-21 Richard M. Stallman <rms@gnu.org>
12778
12779 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12780
12781 * startup.el (command-line): Convert library names
12782 in `load-history' to absolute file names.
12783
12784 * subr.el (symbol-file): Doc fix.
12785
12786 * loadhist.el (file-loadhist-lookup): Call locate-library
12787 instead of find-library-name. Don't try converting
12788 abs file names to library names, since load-history no longer
12789 has library names in it.
12790 (file-dependents, file-provides, file-requires): Doc fixes.
12791
12792 2005-10-21 Juri Linkov <juri@jurta.org>
12793
12794 * progmodes/etags.el (tags-table-mode): New function.
12795 (tags-verify-table): Replace initialize-new-tags-table with
12796 tags-table-mode.
12797
12798 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12799 default value.
12800 (desktop-modes-not-to-save): Add tags-table-mode to the
12801 default value.
12802
12803 * info.el (Info-index-next): Add total number of index
12804 alternatives to the message.
12805
12806 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12807 backward only space (instead of space and period) before looking
12808 at sentence end.
12809
12810 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12811 Add the old variable value as 4th default-value arg of read-string.
12812
12813 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12814
12815 * cus-face.el (custom-declare-face): Make face from X resources
12816 also on Mac.
12817
12818 * disp-table.el (standard-display-g1, standard-display-graphic):
12819 Refuse to use string glyphs also on Mac.
12820 (standard-display-european): Don't set terminal coding system also
12821 on Mac.
12822
12823 * frame.el (display-screens): Use x-display-screens also on Mac.
12824
12825 2005-10-21 Romain Francoise <romain@orebokech.com>
12826
12827 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12828
12829 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12832 and $? into sexps.
12833
12834 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12835 warning face on open-paren-in-column-0.
12836
12837 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12838 boundary case. Fix typo.
12839 Suggested by Martin Rudalics <rudalics@gmx.at>.
12840
12841 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12842
12843 * textmodes/org.el (org-combined-agenda-icalendar-file)
12844 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12845 (org-export-icalendar-this-file)
12846 (org-export-icalendar-all-agenda-files)
12847 (org-export-icalendar-combine-agenda-files): New commands.
12848 (org-export-icalendar, org-print-icalendar-entries)
12849 (org-start-icalendar-file, org-finish-icalendar-file)
12850 (org-ical-ts-to-string): New functions.
12851 (org-read-date, org-goto-calendar)
12852 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12853 call to `calendar'.
12854 (orgtbl-setup): Remove the :keys arguments from the menu description.
12855 (org-after-save-iCalendar-file-hook): New variable.
12856
12857 2005-10-21 Kenichi Handa <handa@m17n.org>
12858
12859 * language/vietnamese.el (tcvn-5712): Make it an alias of
12860 vietnamese-tcvn coding-system.
12861
12862 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12863
12864 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12865 group id is given.
12866
12867 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12870 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12871 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12872 whose line is either continued or ends with a comment.
12873
12874 2005-10-20 Romain Francoise <romain@orebokech.com>
12875
12876 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12877
12878 * replace.el (occur-engine): Add follow-link property.
12879
12880 * font-core.el (font-lock-mode): Doc fix.
12881
12882 2005-10-20 Richard M. Stallman <rms@gnu.org>
12883
12884 * net/rcirc.el: New file.
12885
12886 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12887
12888 * term.el (term-term-name): Initialize to "eterm-color".
12889
12890 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12891
12892 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12893 for encryption functionality.
12894 Move allout customization subgroup from `editing' to `outlines' group.
12895 Fix commentary keywords to legitimate ones.
12896 Update author info (using my current email address, obscurified).
12897 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12898 (allout-encrypted-topic-p, allout-encrypted-text-type)
12899 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12900 (allout-situate-encryption-key-verifier)
12901 (allout-get-encryption-key-verifier, allout-verify-key)
12902 (allout-next-topic-pending-encryption)
12903 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12904 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12905 (outline-key-verifier-handling, outline-key-hint-handling)
12906 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12907 (allout-file-key-verifier-string, allout-encryption-scheme)
12908 (allout-key-verifier-string, allout-key-hint-string)
12909 (allout-after-save-decrypt): New variables.
12910 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12911 (allout-after-saves-handler): New hook functions.
12912 (allout-post-command-business): Do allout-after-save-decrypt.
12913 (allout-enable-file-variable-adjustment): Custom var to enable
12914 mechanism for adding and adjusting settings of Emacs file variables.
12915 (allout-adjust-file-variable, allout-file-vars-section-data):
12916 New functions, implement the mechanism.
12917 (outlineify-sticky): Use the file vars mechanism.
12918 (allout-inhibit-protection, allout-during-write-cue)
12919 (allout-override-protect, allout-before-change-protect): Remove.
12920 (allout-flag-region, allout-open-topic): Adjust read-only text.
12921 (allout-open-line-not-read-only): Add to facilitate read-only
12922 text based protection.
12923 (allout-kill-line): Revise to adjust read-only text, clue the
12924 user about the inhibition.
12925 (allout-unprotected): Use unwind-protect.
12926 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12927 topic deeper than the offspring depth of the previous topic -
12928 avoiding confusing "containment discontinuities".
12929 (allout-reindent-bodies): Fix retention of body relative hanging
12930 indent during promotion of collapsed bodies.
12931 (allout-open-topic): Make it easy to open new topic with same
12932 bullet as current topic - topic creation functions provided with
12933 any universal argument provokes now prompt for bullet, defaulting
12934 to the bullet of the previous topic.
12935 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12936 Plain bullet alternates `.' period and `,' comma only. All other
12937 bullets are relegated to special status (but customizable).
12938 (allout-end-of-entry): Rename from allout-end-of-current-entry
12939 since it actually operates w.r.t. most immediately containing
12940 entry, visible or not.
12941 (allout-hide-current-entry, allout-show-current-entry): Use the
12942 revised version.
12943 (allout-old-expose-topic): Solidify deprecation.
12944 (allout-end-of-subtree): Add so we can span concealed as well
12945 as visible topics.
12946 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12947 (allout-end-of-current-heading): Tweak to just respect the first line.
12948 (allout-get-body-text): Add.
12949 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12950 when invoked interactively.
12951 (allout-up-current-level): Use `interactive-p'.
12952 (allout-mode, allout-init): Miscellaneous docstring and
12953 operational refinements, as well as hookups of new encryption stuff.
12954 (allout-beginning-of-current-entry): Now works as advertised.
12955 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12956 (allout-isearch-rectification): Refine condition for isearching.
12957 (allout-isearch-abort, allout-enwrap-isearch)
12958 (allout-flag-region, my-region-active-p): Relocate some macros.
12959 (allout-title): Fallback title is (buffer-name), not
12960 non-existing (current-buffer-name).
12961 (subst-char-in-string): Define if absent (for some XEmacs versions).
12962
12963 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12964
12965 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12966 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12967 (mail-citation-prefix-regexp, mail-signature-file)
12968 (mail-default-headers, mail-bury-selects-summary)
12969 (mail-send-nonascii): Add autoload cookies.
12970
12971 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12972
12973 * frame.el (blink-cursor-mode): Add `mac' to the list of
12974 window-system's that support blinking cursor.
12975
12976 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12977
12978 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12979
12980 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12981
12982 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12983 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12984 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12985
12986 2005-10-20 Kim F. Storm <storm@cua.dk>
12987
12988 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12989 (ido-set-current-directory): Don't add / after final @.
12990 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12991 Explicitly handle ange-ftp completion oddities.
12992 (ido-make-file-list): Don't rotate list at tramp root to avoid
12993 triggering tramp file handler for expand-file-name via get-file-buffer.
12994
12995 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12998
12999 2005-10-19 Jay Belanger <belanger@truman.edu>
13000
13001 * calc/calc-units.el (math-standard-units): Add units, adjust
13002 symbols and update values.
13003 (math-unit-prefixes): Add more prefixes.
13004
13005 2005-10-19 Romain Francoise <romain@orebokech.com>
13006
13007 * bookmark.el (bookmark-menu-heading): New face.
13008 (bookmark-bmenu-list): Use it.
13009 Don't fiddle with `baud-rate' at top-level.
13010
13011 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * image.el (create-image, find-image): Mention max-image-size in
13014 docstring.
13015
13016 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13017
13018 * savehist.el (savehist-load): Revert to checking XEmacs.
13019
13020 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13021 Various docstring and line-width fixups.
13022 (conf-mode): Use cond.
13023 Set font-lock-defaults. Don't set comment-use-syntax.
13024
13025 2005-10-18 David Ponce <david@dponce.com>
13026
13027 * tree-widget.el (tree-widget-button-click): New function.
13028 (tree-widget-button-keymap): Use it.
13029
13030 2005-10-18 Romain Francoise <romain@orebokech.com>
13031
13032 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13033 (bookmark-bmenu-hide-filenames): Add follow-link property.
13034 Improve help-echo text.
13035
13036 * ffap.el (find-file-at-point): Doc fix.
13037
13038 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13039
13040 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13041
13042 2005-10-18 Masatake YAMATO <jet@gyve.org>
13043
13044 Install to the CVS repository what I forgot to install in my
13045 2005-10-16 changes.
13046
13047 * progmodes/python.el (python-complete-symbol): Pass the common
13048 prefix substring of completion to `display-completion-list'.
13049
13050 * textmodes/org.el (org-complete): Ditto.
13051
13052 2005-10-18 Masatake YAMATO <jet@gyve.org>
13053
13054 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13055
13056 * woman.el (WoMan-xref-man-page): New button type derived
13057 from `Man-abstract-xref-man-page'.
13058 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13059
13060 * man.el (Man-abstract-xref-man-page): New button type.
13061 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13062 (Man-highlight-references): Add new optional argument `xref-man-type'.
13063
13064 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13065
13066 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13067
13068 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13069
13070 * cus-edit.el (Custom-move-and-invoke): Delete.
13071 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13072
13073 * wid-edit.el (widget-move-and-invoke): New function, from
13074 Custom-move-and-invoke.
13075
13076 2005-10-17 Bill Wohler <wohler@newt.com>
13077
13078 Move all remaining images from lisp/toolbar to etc/images, move
13079 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13080 the low resolution images in their own directory (low-color).
13081
13082 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13083 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13084 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13085 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13086 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13087 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13088 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13089
13090 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13091 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13092 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13093 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13094 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13095 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13096 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13097 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13098 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13099 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13100 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13101 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13102 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13103 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13104 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13105
13106 To conform with convention, replace the underscore (_) in the
13107 following image names with dash (-) or (/) as appropriate.
13108
13109 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13110 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13111 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13112 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13113 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13114 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13115 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13116 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13117 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13118 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13119 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13120 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13121 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13122 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13123 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13124
13125 * info.el (info-tool-bar-map): Replace underscores in image names
13126 with dashes.
13127
13128 * makefile.w32-in (WINS): Remove toolbar.
13129
13130 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13131
13132 * tool-bar.el: Move to lisp from toolbar. Now that
13133 toolbar is empty, it should be deleted when folks run "cvs up -P".
13134
13135 2005-10-18 Jay Belanger <belanger@truman.edu>
13136
13137 * calc/calc-store.el (calc-store-into): Get the proper variable name
13138 to display in message.
13139
13140 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13141
13142 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13143 expressions display in speedbar for all buffers when debugging.
13144 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13145
13146 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13147 (speedbar-insert-button, speedbar-make-button):
13148 Use add-text-properties.
13149 (speedbar-update-localized-contents)
13150 (speedbar-update-directory-contents)
13151 (speedbar-update-special-contents): Use dolist.
13152 (speedbar-buffer-easymenu-definition): Add a menu separator.
13153
13154 2005-10-17 Jason Rumney <jasonr@gnu.org>
13155
13156 * makefile.w32-in: Use $(lisp) consistently.
13157 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13158 for shell specific generation of mh-autoloads.
13159
13160 2005-10-17 Richard M. Stallman <rms@gnu.org>
13161
13162 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13163
13164 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * jit-lock.el (jit-lock-fontify-now):
13167 Move jit-lock-context-unfontify-pos to avoid wasted work.
13168
13169 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13170
13171 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13172 `tramp-completion-mode' for checking if we are in completion mode.
13173 (tramp-completion-handle-file-name-all-completions): Reorder code
13174 in order to complete for file names only in case there are no
13175 method/user/host completions. This is necessary for cooperation
13176 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13177
13178 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * longlines.el (longlines-search-forward)
13181 (longlines-search-backward): Match any number of spaces.
13182
13183 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13184
13185 * diff-mode.el (diff-mode): Doc fix.
13186
13187 2005-10-16 David Reitter <david.reitter@gmail.com>
13188
13189 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13190 as default on darwin and windows systems.
13191
13192 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13193
13194 * arc-mode.el (archive-zip-extract): Doc fix.
13195
13196 2005-10-16 Romain Francoise <romain@orebokech.com>
13197
13198 * mouse.el (mouse-1-click-follows-link): Doc fix.
13199
13200 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * savehist.el: Don't require CL at runtime.
13203 (savehist-xemacs): Remove.
13204 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13205 (savehist-no-conversion): Use (featurep 'xemacs).
13206 (savehist-load): Check existence of start-itimer rather than XEmacs.
13207 Use an idle timer.
13208 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13209 `delete-if-not'.
13210
13211 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13212
13213 * savehist.el: Newer version.
13214 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13215 (savehist-last-checksum, savehist-no-conversion): New vars.
13216 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13217 New functions.
13218 (savehist-load, savehist-save): Use them.
13219 (savehist-delimit): Remove.
13220
13221 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * progmodes/compile.el (compilation-goto-locus): Display the
13224 compilation buffer first and the source buffer second, in case they're
13225 in overlapping frames. Don't raise the compilation frame if it was the
13226 selected window upon entry. Pass the `other-window' arg to
13227 pop-to-buffer.
13228
13229 * info.el (Info-fontify-node): Use dolist.
13230 Change add-text-properties to put-text-property.
13231
13232 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13233
13234 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13235 bound of search.
13236
13237 2005-10-16 Masatake YAMATO <jet@gyve.org>
13238
13239 * dabbrev.el (dabbrev-completion): Pass the common
13240 prefix substring of completion to `display-completion-list'.
13241
13242 * filecache.el (file-cache-minibuffer-complete)
13243 (file-cache-complete): Ditto.
13244
13245 * tempo.el (tempo-display-completions): Ditto.
13246
13247 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13248
13249 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13250
13251 * eshell/em-hist.el (eshell-list-history): Ditto.
13252
13253 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13254
13255 * mail/mailalias.el (mail-complete): Ditto.
13256
13257 * progmodes/etags.el (complete-tag): Ditto.
13258
13259 * progmodes/make-mode.el (makefile-complete): Ditto.
13260
13261 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13262
13263 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13264
13265 * progmodes/pascal.el (pascal-complete-word)
13266 (pascal-show-completions): Ditto.
13267
13268 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13269
13270 * simple.el (completion-common-substring): New variable.
13271 (completion-setup-function): Use `completion-common-substring'
13272 to put faces.
13273
13274 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13275
13276 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13277 (x-get-selection, mac-select-convert-to-string): Convert from/to
13278 UTF-16 clipboard data as in native byte order, no BOM.
13279
13280 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13281
13282 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13283 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13284 (gud-sentinel): Use speedbar-frame to check for speedbar.
13285
13286 2005-10-15 Richard M. Stallman <rms@gnu.org>
13287
13288 * savehist.el: New file.
13289
13290 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13291
13292 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13293 Fix bug in \bf fontification.
13294
13295 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * pcvs.el (cvs-edit-log-files): New var.
13298 (cvs-mode-edit-log): New arg `file'.
13299 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13300 Instead force the use of the original file and nothing else.
13301 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13302 the cvs-minor-wrap-function is set.
13303 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13304
13305 2005-10-14 Bill Wohler <wohler@newt.com>
13306
13307 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13308 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13309 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13310 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13311 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13312 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13313 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13314 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13315 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13316 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13317 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13318 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13319 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13320 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13321 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13322
13323 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13324 appropriately (for example, gud-break to gud/break).
13325
13326 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13327
13328 * longlines.el (longlinges-search-function)
13329 (longlines-search-forward, longlines-search-backward): New functions.
13330 (longlines-mode): Set isearch-search-fun-function to
13331 longlinges-search-function.
13332
13333 * mouse.el (mouse-drag-region-1): Handle the case where a
13334 double-click event is bound to an arbitrary function.
13335
13336 2005-10-14 David Ponce <david@dponce.com>
13337
13338 * recentf.el (recentf-track-opened-file)
13339 (recentf-track-closed-file, recentf-update-menu)
13340 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13341 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13342 mouse-1-click-follows-link.
13343
13344 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13345
13346 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13347 Gnome file-manager.png. Suggested by
13348 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13349
13350 * toolbar/README: Add diropen.xpm.
13351
13352 2005-10-13 Bill Wohler <wohler@newt.com>
13353
13354 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13355 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13356
13357 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13360 Don't waste the byte-compiler's time on constant data.
13361
13362 2005-10-13 Kenichi Handa <handa@m17n.org>
13363
13364 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13365 byte with `escape-glyph' face.
13366
13367 * international/fontset.el (ccl-encode-unicode-font):
13368 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13369 Handle the case that ucs-mule-to-mule-unicode translates a character to
13370 ASCII (usually for IPA characters).
13371
13372 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13375 Don't hide the underline of titles if font-lock-mode is disabled.
13376
13377 2005-10-12 Bill Wohler <wohler@newt.com>
13378
13379 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13380 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13381 files in MH-E-SRC have been updated.
13382 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13383
13384 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13387 (mixal-mode-syntax-table): Add \n as end-comment.
13388 (mixal-operation-codes-alist): Immediately initialize to full value.
13389 (mixal-add-operation-code): Remove.
13390 (mixal-describe-operation-code): Make the arg non-optional.
13391 Use the interactive spec instead.
13392 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13393 (mixal-font-lock-keywords): Don't highlight comments here any more.
13394 (mixal-font-lock-syntactic-keywords): New var.
13395 (mixal-mode): Use it. Fix comment-start-skip.
13396
13397 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13398
13399 * startup.el (command-line-x-option-alist): -nb => -nbi
13400
13401 2005-10-12 Kim F. Storm <storm@cua.dk>
13402
13403 * startup.el (fancy-splash-default-action): Discard mouse click in
13404 the splash screen window, as it has no sensible meaning in the
13405 next window to be selected. Fixes error reported by Jan D.
13406
13407 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13408
13409 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13410
13411 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13414 Try to fix up minor layout issues like indentation, line break, etc...
13415 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13416 because it doesn't work.
13417 (mixal-operation-codes): Add some more codes.
13418 (mixal-font-lock-keywords): Process comments here.
13419 (mixal-mode): mixasm no longer needs -g option.
13420
13421 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13422
13423 * progmodes/sh-script.el (sh-tmp-file):
13424 Use mktemp -t. Finish support for es and rc shells.
13425
13426 2005-10-11 Jay Belanger <belanger@truman.edu>
13427
13428 * calc/calcalg2.el (calc-integral): With an argument, compute the
13429 definite integral.
13430
13431 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13432
13433 * mouse.el (mouse-drag-region-1): Don't try to catch a
13434 double-click when doing follow-link (it's overridden anyway).
13435
13436 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13437
13438 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13439 (autoload-print-form-outbuf): Add docstring.
13440
13441 2005-10-11 Juri Linkov <juri@jurta.org>
13442
13443 * info.el (Info-mode-menu): Delete menu item "Edit".
13444 (Info-mode): Delete description of Info-edit from docstring,
13445 and rearrange descriptions of Info commands in the order
13446 they are documented in the Info manual.
13447
13448 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * calendar/appt.el (appt-check): Use diary-selective-display var.
13451
13452 2005-10-10 Richard M. Stallman <rms@gnu.org>
13453
13454 * net/newsticker.el (newsticker-start, newsticker-show-news):
13455 Add autoload cookies.
13456
13457 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13458
13459 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13460
13461 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13462
13463 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13464
13465 2005-10-10 Jay Belanger <belanger@truman.edu>
13466
13467 * calc/calc-arith.el (math-check-known-scalarp)
13468 (math-check-known-matrixp): Check the values of arguments that are
13469 variables.
13470 (math-check-known-square-matrixp): New function.
13471 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13472 (math-super-types): Add sqmatrix type.
13473
13474 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13475 mode name `square' to `sqmatrix'.
13476
13477 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13478 mode name `square' to `sqmatrix'.
13479
13480 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13481
13482 * progmodes/etags.el (select-tags-table-mode): Don't use
13483 selective-display.
13484 (tags-select-tags-table): Pass `button' to the action function.
13485 (select-tags-table): Place the side-info on button properties rather
13486 than in hidden text. Abbreviate file names.
13487 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13488 (select-tags-table-select): Add `button' argument.
13489 Get side-info from the button property rather than from hidden text.
13490
13491 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13492
13493 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13494 (gud-speedbar-buttons): Preserve point if possible.
13495 (gud-sentinel): Restore previous speedbar display type.
13496
13497 * progmodes/gdb-ui.el (gdba): Improve diagram.
13498 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13499 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13500 Call get-buffer-window once.
13501
13502 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13505 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13506 (pascal-indent-command): Remove unused var `ind'.
13507 (pascal-indent-case): Remove unused var `oldpos'.
13508 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13509 since it's now used as a proper minor mode map.
13510 (pascal-outline): Rename to pascal-outline-mode.
13511 (pascal-outline-mode): Use define-minor-mode.
13512 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13513 selective-display.
13514
13515 2005-10-10 Andreas Schwab <schwab@suse.de>
13516
13517 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13518 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13519
13520 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13521 outside source directory.
13522
13523 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13524
13525 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13526 C-x' as a prefix.
13527 (orgtbl-mode-map): Full keymap instead of sparse, because all
13528 `self-insert-command' keys are redefined in this map.
13529 (org-export-as-html): Specify charset for HTML file, by taking it
13530 from the coding system.
13531
13532 2005-10-10 Kenichi Handa <handa@m17n.org>
13533
13534 * textmodes/flyspell.el (flyspell-check-word-p):
13535 If unread-command-events is non-empty, don't call sit-for.
13536
13537 2005-10-09 Richard M. Stallman <rms@gnu.org>
13538
13539 * font-lock.el (font-lock-syntactic-keywords)
13540 (font-lock-keywords): Doc fixes.
13541
13542 * textmodes/flyspell.el (flyspell-external-point-words):
13543 Simplify logic, and don't try to check for consecutive appearances
13544 of one incorrect word.
13545
13546 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13547
13548 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13549 separator.
13550
13551 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13552 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13553 (gud-expansion-speedbar-buttons): New function.
13554 (gud-speedbar-buttons): Check for gud-comint-buffer.
13555
13556 2005-10-09 Bill Wohler <wohler@newt.com>
13557
13558 * Makefile.in (updates): Add mh-loaddefs dependency.
13559
13560 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * speedbar.el (speedbar-file-key-map): Fix typo.
13563
13564 2005-10-09 Daniel Brockman <daniel@brockman.se>
13565
13566 * cus-start.el (line-spacing): Add custom spec.
13567
13568 2005-10-09 Romain Francoise <romain@orebokech.com>
13569
13570 * textmodes/ispell.el (ispell-check-version): Fix last change.
13571
13572 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13573
13574 * term/x-win.el: Remove -i, --icon-type from comment.
13575
13576 * startup.el (command-line-x-option-alist): Remove options -i,
13577 -itype, --icon-type, added -nb, --no-bitmap-icon
13578
13579 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13580
13581 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13582 instead of :active.
13583
13584 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13585
13586 * textmodes/ispell.el (ispell-check-version):
13587 Ignore hyphen, and all that follows, in aspell's version text.
13588
13589 2005-10-08 Jay Belanger <belanger@truman.edu>
13590
13591 * calc/calc-arith.el (math-known-square-matrixp): New function.
13592 (math-pow-fancy): Check for matrices before distributing exponent
13593 across products.
13594
13595 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13596 fullscreen keypad. Suggested by Luc Teirlinck.
13597 (calc-keypad-show-input): Add space for formatting.
13598
13599 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13600 Add square matrix option.
13601
13602 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13603 of checking calc-matrix-mode when deciding how to expand.
13604
13605 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13606
13607 2005-10-08 Lars Hansen <larsh@soem.dk>
13608
13609 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13610 Add error handling.
13611 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13612
13613 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13614
13615 Sync with Tramp 2.0.51.
13616
13617 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13618 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13619 Insert special handling for `last-coding-system-used', again
13620 it still seems to be necessary (unlike stated before).
13621 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13622 (tramp-password-prompt-regexp): There might be other words before
13623 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13624 (tramp-chunksize): Improve docstring.
13625 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13626 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13627 Christian Joergensen <bugs@razor.dk>.
13628
13629 2005-10-07 Glenn Morris <rgm@gnu.org>
13630
13631 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13632 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13633 precision'.
13634
13635 2005-10-07 Romain Francoise <romain@orebokech.com>
13636
13637 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13638 (ibuffer-do-shell-command-pipe-replace)
13639 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13640 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13641 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13642 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13643 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13644 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13645 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13646 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13647 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13648 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13649 Autoload file sans suffix.
13650
13651 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13652
13653 2005-10-07 David Ponce <david@dponce.com>
13654
13655 * recentf.el (recentf-menu-open-all-flag): New option.
13656 (recentf-digit-shortcut-command-name): New function.
13657 (recentf--shortcuts-keymap): New variable.
13658 (recentf-menu-shortcuts): New variable.
13659 (recentf-make-menu-items): Initialize it. Replace the "More..."
13660 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13661 (recentf-menu-value-shortcut): New function.
13662 (recentf-make-menu-item): Use it. No more in-lined.
13663 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13664 (recentf-open-most-recent-file): Rename from
13665 `recentf-open-file-with-key'. Don't depend on key binding.
13666 (recentf-mode-map): New variable.
13667 (recentf-mode): Use it.
13668
13669 2005-10-06 Bill Wohler <wohler@newt.com>
13670
13671 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13672
13673 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13674 (MH-E-SRC): New. Used by mh-autoloads.
13675 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13676 files in MH-E-SRC have been updated.
13677 (compile, recompile, bootstrap): Depend on mh-autoloads.
13678
13679 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13680
13681 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13682 gud-break and gud-remove icons when the fringe is not available.
13683
13684 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13685 Typo.
13686
13687 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13688
13689 * play/zone.el (zone): Wrap body with save-window-excursion.
13690
13691 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13694 Use the new `list-only' arg to diary-list-entries.
13695
13696 * calendar/diary-lib.el: Use overlays rather than selective-display.
13697 (diary-selective-display): New var.
13698 (diary-header-line-format): Use it.
13699 (diary-list-entries): Add argument `list-only'.
13700 Put the buffer in diary-mode. Don't add \^M at beg and end.
13701 Replace \^M by invisible overlays.
13702 (diary-unhide-everything): Replace \^M by invisible overlays.
13703 (print-diary-entries): Look for overlays rather than \^M.
13704 Add a space to the temp buffer name.
13705 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13706 Put the buffer in diary-mode.
13707 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13708 (diary-anniversary): Make the year arg optional.
13709 (diary-time-regexp): New const.
13710 (diary-font-lock-keywords): Use it to accept a few more time formats.
13711
13712 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13713
13714 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13715
13716 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13717 Fix bug introduced 2005-07-03: Use (car (last ...))
13718 to faithfully reproduce replaced artist-last.
13719 (artist-set-arrow-points-for-poly): Likewise.
13720 Suggested by Johan Bockg\e,Ae\e(Brd.
13721
13722 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13723
13724 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13725 * wid-edit.el (widget):
13726 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13727 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13728
13729 2005-10-06 Kenichi Handa <handa@m17n.org>
13730
13731 * international/mule-cmds.el (set-language-environment):
13732 Fix setting up of case-table for unibyte mode.
13733
13734 * simple.el (what-cursor-position): If the character is displayed
13735 by some `display' text property, show that. Don't use
13736 single-key-description for eight-bit characters in multibyte mode.
13737
13738 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13739
13740 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13741 (gdb-ann3): Set it.
13742 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13743 (gdb-info-frames-custom): Use inverse-video for first five
13744 characters of selected frame only.
13745 (gdb-get-frame-number): Select frame even when point is on frame
13746 number.
13747
13748 2005-10-06 Masatake YAMATO <jet@gyve.org>
13749
13750 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13751 Put `font-lock-function-name-face'.
13752 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13753 and `font-lock-variable-name-face'
13754 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13755 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13756 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13757 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13758 (gdb-local-font-lock-keywords): New font lock keywords definition.
13759 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13760 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13761 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13762
13763 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13764
13765 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13766 (ediff-merge-region-is-non-clash-to-skip): Previously called
13767 ediff-merge-region-is-non-clash.
13768
13769 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13770 Use insert-buffer-substring.
13771
13772 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13773 selecting files to patch. Also bug fixes.
13774
13775 * ediff-util.el (ediff-setup): Bug fix.
13776 (ediff-next-difference): Never skip clashes that differ in white
13777 space only.
13778
13779 * ediff-wind.el (ediff-setup-control-frame)
13780 (ediff-destroy-control-frame): Check the menubar feature.
13781
13782 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13783 (viper-refresh-mode-line): Use make-local-variable to localize
13784 some vars instead of make-variable-buffer-local. Suggested by
13785 Stefan Monnier.
13786
13787 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13788 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13789 Use make-local-variable instead of make-variable-buffer-local.
13790 Suggested by Stefan Monnier.
13791
13792 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13793 (viper-comint-mode-hook): Use make-local-variable on
13794 require-final-newline.
13795 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13796
13797 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13800 also the second char of a comment-start sequence.
13801 (scheme-sexp-comment-syntax-table): New var.
13802 (lambda, define): Set their scheme-doc-string-elt property.
13803 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13804 Use lisp-font-lock-syntactic-face-function now that it properly
13805 handles |...| symbols.
13806 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13807 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13808
13809 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13810 bit from # to |.
13811 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13812
13813 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13814 (lisp-doc-string-elt-property): New var.
13815 (lisp-font-lock-syntactic-face-function): Use it.
13816 Rewrite to recognize docstrings even for forms not at toplevel.
13817
13818 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13819 annotation on the | part of #| rather than on the # part.
13820 (scheme-font-lock-syntactic-face-function): New function, to
13821 distinguish strings from |...| symbols.
13822 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13823 syntax-table so that #|...|# is properly highlighted.
13824
13825 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13826 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13827
13828 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13831 and C-e.
13832
13833 * emacs-lisp/eldoc.el: Move comments into docstrings.
13834 (eldoc-message-commands): Initialize in its declaration.
13835 Add move-beginning-of-line and move-end-of-line.
13836 (eldoc-add-command, eldoc-add-command-completions)
13837 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13838
13839 * outline.el (outline-mark-subtree): Activate the mark.
13840
13841 * calendar/appt.el (appt-time-regexp): New var.
13842 (appt-add, appt-make-list): Use it.
13843 (appt-convert-time): Clean up.
13844
13845 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13846 Don't set any syntax-table property here.
13847 (tex-font-lock-verb): New function. Do it here.
13848 (tex-font-lock-syntactic-keywords): Use it.
13849
13850 2005-10-04 Richard M. Stallman <rms@gnu.org>
13851
13852 * wid-edit.el (widget-file-complete): Get the widget start point
13853 the right way. Default directory to `/' if file has none.
13854
13855 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13856
13857 * textmodes/flyspell.el (flyspell-mode-on):
13858 Call ispell-maybe-find-aspell-dictionaries.
13859
13860 * textmodes/ispell.el (ispell-word, ispell-region):
13861 Call ispell-maybe-find-aspell-dictionaries.
13862 (ispell-accept-buffer-local-defs):
13863 Don't call ispell-maybe-find-aspell-dictionaries
13864
13865 2005-10-04 Richard M. Stallman <rms@gnu.org>
13866
13867 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13868
13869 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13870
13871 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13872 instead of `fboundp' in order to allow for anonymous functions.
13873
13874 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13875
13876 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13877 case the user clicks on the link while another window is selected.
13878 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13879
13880 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13881 functionality.
13882 (dframe-help-echo): Save point in case mouse tracking is off.
13883
13884 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13885
13886 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13887
13888 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13891 not change the global value of those vars.
13892
13893 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13894 make-local-variable which we do not need any more.
13895
13896 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13897
13898 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13899 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13900 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13901 (speedbar-path-line): Define obsolete aliases.
13902 (speedbar-line-directory): Doc fix.
13903
13904 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13905 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13906 instead of speedbar-line-path.
13907
13908 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13909
13910 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13911 to nil if dropping on a window. Handle dropping on a minibuffer window
13912 like dropping on a non-window part of Emacs.
13913
13914 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * net/ange-ftp.el: Use with-current-buffer.
13917 (ange-ftp-insert-directory): Do not follow symlinks any more.
13918
13919 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13920 Remove interactive spec.
13921
13922 2005-10-03 Kim F. Storm <storm@cua.dk>
13923
13924 * ido.el (ido-mode): Use custom-initialize-set.
13925
13926 2005-10-02 Richard M. Stallman <rms@gnu.org>
13927
13928 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13929 Use insert-buffer-substring.
13930
13931 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13932 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13933
13934 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13937 in last change.
13938 (ange-ftp-insert-directory): Fix up the search for the case where
13939 `file' is absolute.
13940
13941 2005-10-02 Romain Francoise <romain@orebokech.com>
13942
13943 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13944
13945 2005-10-02 Andreas Schwab <schwab@suse.de>
13946
13947 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13948 directory component in the session info.
13949
13950 2005-10-01 Richard M. Stallman <rms@gnu.org>
13951
13952 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13953
13954 * simple.el (next-error-internal): New function.
13955
13956 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13957 (compilation-start): Pass new arg to compilation-buffer-name.
13958 (compile-goto-error): Use next-error-internal.
13959
13960 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13961
13962 * speedbar.el: Remove RCS tag.
13963 (speedbar-check-read-only): Handle non-existent files.
13964
13965 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13966
13967 * info.el (Info-speedbar-hierarchy-buttons)
13968 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13969
13970 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13971
13972 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13973 Do not match newline.
13974 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13975 (bibtex-summary): Remove unnecessary save-excursion.
13976 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13977
13978 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13979
13980 * term/mac-win.el: Add charset info for "iso10646-1".
13981 Modify default fontset to use ATSUI-compatible fonts for some charsets
13982 if available.
13983
13984 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * speedbar.el: Re-apply arch tag.
13987 (speedbar-version): Rename to version 1.0. Suggested by Eric
13988 M. Ludlam.
13989 Reapply two changes from Emacs CVS' version of speedbar lost
13990 during the merge:
13991 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13992 (speedbar-frame-parameters): Improve customize type.
13993
13994 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13997 (ange-ftp-file-directory-p): Fix the symlink case.
13998 (ange-ftp-insert-directory): When listing a single file, get a list of
13999 the parent buffer and extract the relevant line. Inspired from a patch
14000 by Katsumi Yamaoka <yamaoka@jpl.org>.
14001 (ange-ftp-file-name-sans-versions): Simplify.
14002
14003 2005-09-30 Bill Wohler <wohler@newt.com>
14004
14005 Move MH-E image files from toolbar and mail directories into
14006 etc/images.
14007
14008 * mail/reply2.*: Move to etc/images/mail/reply*.
14009
14010 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14011 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14012 etc/images.
14013
14014 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14015 * toolbar/reply*: Move to etc/images/mail.
14016
14017 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14018
14019 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14020
14021 * speedbar.el: New version 1.0pre3.
14022
14023 Frame management code (including timer, and mouse click specifics)
14024 moved to dframe.el:
14025 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14026 (speedbar-timer): Removed. Use dframe-timer.
14027 (speedbar-close-frame): Removed. Use dframe-close-frame.
14028 (speedbar-activity-change-focus-flag): Removed. Use
14029 dframe-activity-change-focus-flag.
14030 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14031 dframe-update-speed.
14032
14033 (speedbar-current-frame): New macro. Use this instead of the
14034 variable speedbar-frame.
14035
14036 (speedbar-use-images, speedbar-expand-image-button-alist)
14037 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14038
14039 (speedbar-find-image-on-load-path): Removed. Replaced by
14040 defezimage in ezimage.el.
14041 (speedbar-expand-image-button-alist): Removed. Replaced by
14042 ezimage-expand-image-button-alist in ezimage.el.
14043
14044 (speedbar-ignored-directory-regexp)
14045 (speedbar-add-ignored-directory-regexp)
14046 (speedbar-ignored-directory-expressions)
14047 (speedbar-line-directory, speedbar-buffers-line-directory)
14048 (speedbar-directory-line, speedbar-buffers-line-directory):
14049 Renamed, replacing `path' with `directory'.
14050
14051 (speedbar-create-directory, speedbar-expand-line-descendants)
14052 (speedbar-toggle-line-expansion)
14053 (speedbar-contract-line-descendants): New commands.
14054
14055 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14056 (speedbar-use-tool-tips-flag): New options.
14057
14058 (speedbar-check-read-only, speedbar-require-version)
14059 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14060 (speedbar-handle-delete-frame, speedbar-try-completion)
14061 (speedbar-update-localized-contents): New functions.
14062
14063 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14064 (speedbar-object-read-only-indicator): New variables.
14065
14066 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14067 New hooks.
14068
14069 (speedbar-separator-face): New face.
14070
14071 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14072 (speedbar-ignored-modes): Add fundamental-mode.
14073 (speedbar-directory-unshown-regexp): Add . directories.
14074
14075 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14076 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14077 `]' for full expand/close.
14078 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14079
14080 (speedbar-check-vc): Support hidden files.
14081 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14082 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14083 state is nil, it is not checked out.
14084
14085 (speedbar-line-text, speedbar-line-token): Support expand buttons
14086 with no text.
14087 (speedbar-refresh): Universal argument acts as power-click.
14088 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14089 that buffer to get variable values.
14090
14091 And many other bugfixes.
14092
14093 * dframe.el, ezimage.el, sb-image.el: New files.
14094
14095 * sb-*.xpm: Remove files. New image files installed into
14096 etc/images/ezimage.
14097
14098 2005-09-30 Kenichi Handa <handa@m17n.org>
14099
14100 * ps-mule.el (ps-mule-show-warning): If a character is in
14101 ps-print-translation-table, don't treat it as non-printable.
14102
14103 2005-09-30 David Ponce <david@dponce.com>
14104
14105 * tree-widget.el (tree-widget-themes-load-path): New variable.
14106 (tree-widget-themes-directory): Doc fix.
14107 (tree-widget-image-formats) [Emacs]: Doc fix.
14108 (tree-widget--locate-sub-directory): New function.
14109 (tree-widget-themes-directory): Use it.
14110
14111 * recentf.el (recentf-filename-handlers): Rename from
14112 `recentf-filename-handler'. Allow a list of functions.
14113 (recentf-menu-items-for-commands): Fix :help strings.
14114 (recentf-apply-filename-handlers): New function.
14115 (recentf-expand-file-name): Use it.
14116 (recentf-cleanup): Remove duplicates too.
14117
14118 2005-09-29 Juri Linkov <juri@jurta.org>
14119
14120 * faces.el: Rearrange face definitions to be in the same order as
14121 their face descriptions in "(emacs)Standard Faces".
14122
14123 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14124
14125 * tooltip.el (tooltip): Add group `basic-faces'.
14126
14127 * buff-menu.el (Buffer-menu-buffer): Remove group
14128 `font-lock-highlighting-faces'.
14129
14130 * progmodes/compile.el (compilation-error, compilation-warning)
14131 (compilation-info, compilation-line-number, compilation-column-number):
14132 Change group from `font-lock-highlighting-faces' to `compilation'.
14133
14134 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14135 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14136 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14137 (vhdl-font-lock-reserved-words-face)
14138 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14139 `font-lock-highlighting-faces'.
14140
14141 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14142
14143 2005-09-28 Kim F. Storm <storm@cua.dk>
14144
14145 * emulation/cua-base.el: Set CUA move property on additional commands:
14146 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14147 forward-sexp, backward-sexp, forward-list, backward-list.
14148
14149 2005-09-28 Romain Francoise <romain@orebokech.com>
14150
14151 * comint.el (comint-show-output): Really set point at the
14152 beginning of the output when not using `comint-use-prompt-regexp'.
14153
14154 2005-09-27 Jay Belanger <belanger@truman.edu>
14155
14156 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14157 in TeX mode.
14158
14159 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14160
14161 * textmodes/org.el (org-table-sum): Fix format string.
14162
14163 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14164 Quote face names.
14165
14166 2005-09-26 Romain Francoise <romain@orebokech.com>
14167
14168 * isearch.el (isearch-forward-regexp): Close doc string.
14169
14170 2005-09-25 Richard M. Stallman <rms@gnu.org>
14171
14172 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14173
14174 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14175
14176 * progmodes/compile.el (compilation-error-properties):
14177 When getting the file from the previous error message,
14178 correctly decode the new data format.
14179
14180 * progmodes/cc-cmds.el (c-electric-paren):
14181 Call old-blink-paren only for close-paren.
14182
14183 2005-09-24 Andreas Schwab <schwab@suse.de>
14184
14185 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14186 condition.
14187
14188 2005-09-25 Romain Francoise <romain@orebokech.com>
14189
14190 * dired-aux.el (dired-copy-file-recursive):
14191 * dired.el (dired-delete-file):
14192 * ediff-mult.el (ediff-dir-diff-copy-file):
14193 * ediff-util.el (ediff-test-save-region):
14194 * forms.el (forms-mode):
14195 * ido.el (ido-file-internal, ido-delete-file-at-head):
14196 * log-edit.el (log-edit-done):
14197 * ses.el (ses-yank-resize):
14198 * play/gomoku.el (gomoku-human-plays, gomoku)
14199 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14200 (gomoku-offer-a-draw):
14201 * play/landmark.el (lm-human-resigns, lm):
14202 * net/eudcb-ldap.el (eudc-ldap-check-base):
14203 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14204 * progmodes/ebrowse.el (ebrowse-find-pattern):
14205 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14206 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14207 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14208
14209 * vc.el (vc-delete-file):
14210 * play/gomoku.el (gomoku-terminate-game, gomoku)
14211 (gomoku-prompt-for-move, gomoku-human-takes-back):
14212 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14213 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14214
14215 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14216
14217 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14218 color rxvt terminals by using the code xterm.el used to use before
14219 2005-04-09 in order to match the colors used by rxvt.
14220
14221 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14222
14223 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14224 colors rxvt-unicode terminals by using the same code as xterm.el.
14225
14226 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14229 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14230 new symbol used for the tex-verbatim face.
14231
14232 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14233
14234 * woman.el (woman-file-name):
14235 * wid-edit.el (widget-file-prompt-value)
14236 (widget-coding-system-prompt-value):
14237 * w32-fns.el (set-w32-system-coding-system):
14238 * vc.el (vc-version-diff, vc-annotate):
14239 * textmodes/reftex-auc.el (reftex-arg-cite)
14240 (reftex-arg-index-tag):
14241 * textmodes/refer.el (refer-get-bib-files):
14242 * textmodes/artist.el (artist-figlet-choose-font):
14243 * terminal.el (terminal-emulator):
14244 * replace.el (occur-read-primary-args):
14245 * rect.el (string-rectangle, string-insert-rectangle):
14246 * ps-print.el (ps-print-preprint):
14247 * progmodes/pascal.el (pascal-goto-defun):
14248 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14249 * progmodes/compile.el (compilation-find-file):
14250 * printing.el (pr-interactive-n-up):
14251 * play/animate.el (animate-birthday-present):
14252 * net/rcompile.el (remote-compile):
14253 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14254 * mail/rmailsum.el (rmail-summary-search-backward)
14255 (rmail-summary-search):
14256 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14257 (rmail-output-read-file-name):
14258 * mail/rmail.el (rmail-search, rmail-search-backwards):
14259 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14260 * locate.el (locate):
14261 * international/quail.el (quail-show-keyboard-layout):
14262 * international/mule.el (set-buffer-file-coding-system)
14263 (revert-buffer-with-coding-system, set-file-name-coding-system)
14264 (set-terminal-coding-system, set-keyboard-coding-system)
14265 (set-next-selection-coding-system):
14266 * international/mule-diag.el (describe-coding-system)
14267 (describe-font, describe-fontset):
14268 * international/mule-cmds.el (universal-coding-system-argument)
14269 (search-unencodable-char, describe-input-method)
14270 (set-language-environment, describe-language-environment):
14271 * international/codepage.el (codepage-setup):
14272 * international/code-pages.el (codepage-setup):
14273 * info.el (Info-search, Info-follow-reference)
14274 (Info-search-backward):
14275 * emacs-lisp/advice.el (ad-read-advised-function)
14276 (ad-read-advice-class, ad-clear-cache, ad-activate)
14277 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14278 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14279 (ad-read-regexp):
14280 * ediff-util.el (ediff-toggle-regexp-match):
14281 * ediff-ptch.el (ediff-prompt-for-patch-file):
14282 * dired-aux.el (dired-diff):
14283 * diff.el (diff):
14284 * cus-edit.el (custom-variable-prompt):
14285 * calendar/timeclock.el (timeclock-ask-for-project):
14286 * calc/calcalg3.el (calc-get-fit-variables):
14287 * calc/calc-store.el (calc-edit-variable)
14288 (calc-permanent-variable):
14289 * vc-mcvs.el (vc-mcvs-register):
14290 * shadowfile.el (shadow-define-literal-group):
14291 * woman.el (woman-file-name):
14292 * vc.el (vc-version-diff, vc-merge):
14293 * textmodes/reftex-index.el (reftex-index-complete-tag):
14294 * format.el (format-decode-buffer, format-decode-region):
14295 * emulation/viper-cmd.el (viper-read-string-with-history):
14296 * emacs-lisp/debug.el (cancel-debug-on-entry):
14297 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14298 * ediff.el (ediff-merge-revisions)
14299 (ediff-merge-revisions-with-ancestor, ediff-revision):
14300 * completion.el (interactive-completion-string-reader):
14301 * calc/calc-prog.el (calc-user-define-formula):
14302 Follow convention for reading with the minibuffer.
14303
14304 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14305
14306 * progmodes/python.el (python-describe-symbol): Add globals() and
14307 locals() to the arguments of emacs.ehelp.
14308
14309 2005-09-24 Magnus Henoch <mange@freemail.hu>
14310
14311 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14312 New function, code extracted from ispell-valid-dictionary-list.
14313 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14314 Call it.
14315
14316 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14317
14318 * subr.el (version-regexp-alist): Extend valid syntax for version
14319 strings: allow any of the characters -,_,+ to separate the
14320 alpha/beta/rc part from the version part. Doc fix.
14321 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14322
14323 2005-09-23 David Reitter <david.reitter@gmail.com>
14324
14325 * mail/mailclient.el: New file.
14326
14327 2005-09-23 Richard M. Stallman <rms@gnu.org>
14328
14329 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14330 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14331 Doc fixes.
14332
14333 * progmodes/cc-mode.el (c-font-lock-init):
14334 Specify font-lock-lines-before.
14335
14336 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14339 whole conflict.
14340
14341 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14342
14343 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14344 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14345 of `remap' feature when available. Additional key bindings for
14346 better tty support.
14347 (org-mode-restart, org-force-self-insert): New commands.
14348 (org-time-stamp-inactive): New command.
14349 (org-remap): New function.
14350 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14351 (org-enable-fixed-width-editor): Move to `org-structure'
14352 customization group.
14353 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14354 blank field after field motion commands.
14355
14356 2005-09-23 Kenichi Handa <handa@m17n.org>
14357
14358 * international/mule-cmds.el (set-language-environment):
14359 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14360 have to call utf-translate-cjk-load-tables.
14361
14362 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * mouse.el (mouse-move-drag-overlay): Fix last change.
14365
14366 2005-09-22 David Ponce <david@dponce.com>
14367
14368 * tree-widget.el (tree-widget-value-create): Fix previous change.
14369
14370 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14371
14372 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14373
14374 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * mouse.el (mouse-move-drag-overlay): New function.
14377 (mouse-drag-region-1): Use it.
14378 Try to simplify a bit the state handling. Handle clicks on links
14379 inside intangible areas.
14380 (mouse-save-then-kill): Minor simplification.
14381 (mouse-secondary-overlay): Make it always non-nil instead of
14382 recreating it each time.
14383 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14384 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14385 Simplify accordingly.
14386
14387 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14388
14389 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14390
14391 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14392
14393 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14394 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14395 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14396 to patch.
14397
14398 * ediff-util.el: Use insert-buffer-substring.
14399
14400 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14401
14402 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14403 field boundaries in the minibuffer.
14404 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14405 (viper-minibuffer-post-command-hook): New hook.
14406 (viper-line): Don't move cursor at bolp.
14407
14408 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14409
14410 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14411 avoid compiler warnings.
14412
14413 * emulation/viper-macs.el (ex-map): Better messages.
14414
14415 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14416
14417 * emulation/viper.el: Replace make-variable-buffer-local with
14418 viper-make-variable-buffer-local everywhere, to avoid warnings.
14419
14420 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14421
14422 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14423 Delete unused var `old-selected-window'.
14424 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14425 (mouse-drag-secondary): Delete unused var `start-frame'.
14426
14427 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14428
14429 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14430
14431 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14434 Re-indent within 80 columns. Use inhibit-read-only.
14435
14436 2005-09-19 Romain Francoise <romain@orebokech.com>
14437
14438 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14439
14440 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14443 unconditionally, since the after-change-function already did it.
14444
14445 2005-09-19 Miles Bader <miles@gnu.org>
14446
14447 * net/newsticker.el: Get rid of CVS keyword.
14448
14449 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14450
14451 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14452 The prompt is formatted later.
14453
14454 2005-09-19 David Ponce <david@dponce.com>
14455
14456 * tree-widget.el (tree-widget-value-create): Save the converted
14457 tree :node widget.
14458
14459 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14462 variable `message'.
14463
14464 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14465
14466 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14467 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14468 <slawomir.nowaczyk.847@student.lu.se>.
14469
14470 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * image.el (image-load-path): Use symbol `data-directory' instead
14473 of its value, for backward compatibility with packages that bind
14474 it during `find-image'. Suggested by Katsumi Yamaoka.
14475 (image-search-load-path): Handle symbols whose values are strings.
14476
14477 2005-09-18 Romain Francoise <romain@orebokech.com>
14478
14479 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14480 with-current-buffer form in save-excursion.
14481
14482 2005-09-18 Deepak Goel <deego@gnufans.org>
14483
14484 * apropos.el (apropos-command): Fix `message' call: first arg
14485 should be a format spec. In this and all other cases that appear
14486 below and elsewhere in the source code, I made a change only when
14487 two conditions were satisfied: [1] I can think of a possibility
14488 that the arguments would cause an error, for example, the code in
14489 question relies on external variables such as filenames. [2] I
14490 was sure that the arg to `message' could not have been nil in the code.
14491
14492 * textmodes/tildify.el (tildify-region): Ditto.
14493
14494 * textmodes/reftex-index.el (reftex-index-change-entry)
14495 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14496 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14497 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14498 (org-priority, org-table-sum):
14499 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14500 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14501 (flyspell-word, flyspell-display-next-corrections):
14502 * textmodes/bibtex.el (bibtex-print-help-message):
14503 * textmodes/artist.el (artist-key-set-point-poly):
14504 * term/mac-win.el (mac-services-insert-text):
14505 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14506 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14507 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14508 (vhdl-compose-configuration):
14509 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14510 (sh-set-indent, sh-learn-line-indent):
14511 * progmodes/ps-mode.el (ps-mode-target-column):
14512 * progmodes/idlwave.el (idlwave-make-tags)
14513 (idlwave-scan-library-catalogs):
14514 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14515 * progmodes/gud.el (gud-jdb-analyze-source):
14516 * progmodes/flymake.el (flymake-log):
14517 * progmodes/ebnf2ps.el (ebnf-generate-region):
14518 * progmodes/cmacexp.el (c-macro-expansion):
14519 * progmodes/ada-xref.el (ada-treat-cmd-string):
14520 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14521 (ada-justified-indent-current, ada-batch-reformat):
14522 * play/zone.el (zone):
14523 * play/landmark.el (lm-move):
14524 * play/decipher.el (decipher-show-alphabet):
14525 * net/newsticker.el (newsticker--display-jump)
14526 (newsticker--display-scroll):
14527 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14528 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14529 * mail/feedmail.el (feedmail-dump-message-to-queue):
14530 * eshell/esh-proc.el (eshell-remove-process-entry):
14531 * emulation/ws-mode.el (ws-last-error):
14532 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14533 (viper-record-kbd-macro):
14534 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14535 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14536 * emacs-lisp/find-func.el (find-function-noselect):
14537 * calendar/timeclock.el (timeclock-status-string)
14538 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14539 (timeclock-when-to-leave-string):
14540 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14541 * calc/calc-units.el (calc-enter-units-table):
14542 * calc/calc-mode.el (calc-mode-record-mode):
14543 * woman.el (woman-mini-help):
14544 * wdired.el (wdired-change-to-wdired-mode):
14545 * vc.el (vc-retrieve-snapshot):
14546 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14547 * startup.el (display-startup-echo-area-message):
14548 * simple.el (set-goal-column):
14549 * ses.el (ses-command-hook, ses-recalculate-cell):
14550 * server.el (server-process-filter):
14551 * printing.el (pr-interface-txt-print, pr-interface-printify)
14552 (pr-interface-ps):
14553 * pcvs.el (cvs-help):
14554 * log-edit.el (log-edit, log-edit-mode-help):
14555 * iswitchb.el (iswitchb-possible-new-buffer):
14556 * isearch.el (isearch-edit-string):
14557 * image-mode.el (image-mode, image-minor-mode):
14558 * ibuf-macs.el (define-ibuffer-filter):
14559 * hi-lock.el (hi-lock-find-patterns):
14560 * files.el (toggle-read-only):
14561 * ediff-util.el (ediff-copy-diff)
14562 (ediff-write-merge-buffer-and-maybe-kill):
14563 * echistory.el (Electric-history-undefined):
14564 * dnd.el (dnd-insert-text):
14565 * dired-aux.el (dired-query):
14566 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14567 * bookmark.el (bookmark-bmenu-locate):
14568 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14569 Fix `message' calls to ensure first arg is a format string.
14570 The change was made only when these two conditions were satisfied:
14571 [1] when there is a possibility that the arguments would cause an error
14572 for example, if the code in question relies on external variables
14573 such as filenames, and
14574 [2] if the arg to `message' could not have been nil in the code.
14575
14576 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14577 Not having a %s would be weird, though not technically wrong.
14578
14579 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14580
14581 * term/mac-win.el (mac-add-charset-info): Doc fix.
14582
14583 2005-09-17 Romain Francoise <romain@orebokech.com>
14584
14585 * shell.el (shell-resync-dirs): Handle echoing processes more
14586 reliably. Don't insert resync command if `comint-process-echoes'
14587 is non-nil.
14588
14589 2005-09-17 Magnus Henoch <mange@freemail.hu>
14590
14591 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14592 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14593 aspell versions >= 0.60.
14594 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14595 only if ispell-aspell-supports-utf8 is non-nil.
14596
14597 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14598
14599 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14600 buffer-local value to lisp-indent-function.
14601
14602 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14603
14604 * progmodes/glasses.el (glasses-make-readable): If
14605 glasses-separator differs from underscore, put appropriate
14606 overlays over underscore characters.
14607 (glasses-convert-to-unreadable): If glasses-separator differs from
14608 underscore, try to convert glasses-separator characters to
14609 underscores.
14610
14611 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14614 Use with-syntax-table and dolist.
14615
14616 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14617
14618 * textmodes/reftex-auc.el:
14619 * textmodes/reftex-cite.el:
14620 * textmodes/reftex-dcr.el:
14621 * textmodes/reftex-global.el:
14622 * textmodes/reftex-parse.el:
14623 * textmodes/reftex-ref.el:
14624 * textmodes/reftex-sel.el:
14625 * textmodes/reftex-toc.el:
14626 * textmodes/reftex-vars.el:
14627 * textmodes/reftex.el: Small changes to remove compiler warnings.
14628
14629 * textmodes/reftex-index.el: Likewise.
14630 (reftex-query-index-phrase): More efficient use of markers.
14631
14632 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * image.el (image-load-path): New variable.
14635 (image-search-load-path): New function.
14636 (find-image): Search for images in `image-load-path'.
14637
14638 2005-09-15 Richard M. Stallman <rms@gnu.org>
14639
14640 * follow.el: Change Maintainer field.
14641
14642 2005-09-15 David Ponce <david@dponce.com>
14643
14644 * recentf.el (recentf-save-file-modes): New option.
14645 (recentf-save-list): Use it.
14646
14647 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14648
14649 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14650 (mode-line-mule-info, mode-line-modified): Move bindings from
14651 mouse-3 to mouse-1.
14652
14653 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14654
14655 * simple.el (sendmail-user-agent-compose): Revert last change.
14656
14657 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14660 Use with-current-buffer.
14661 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14662 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14663 (ange-ftp-insert-directory): Remove unused var `short'.
14664 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14665
14666 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14667 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14668
14669 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14670 (check-calendar-holidays, diary-list-entries): Autoload.
14671 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14672 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14673
14674 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14675 which mistakenly removed a call to display-buffer.
14676
14677 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14678
14679 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14680
14681 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14682
14683 * progmodes/hideshow.el
14684 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14685 (hs-allow-nesting): New user var.
14686 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14687 (hs-hide-block-at-point): When nesting allowed,
14688 if there is already an overlay in place, delete it.
14689 (hs-safety-is-job-n): Delete func; remove call sites.
14690 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14691 (hs-overlay-at): New func.
14692 (hs-already-hidden-p, hs-show-block): Use it.
14693 (hs-hide-all): Don't pre-clean if nesting allowed.
14694 (hs-show-all): Temporarily disallow
14695 nesting around call to `hs-discard-overlays'.
14696
14697 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14698
14699 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14700 Delete unused local var.
14701
14702 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14703
14704 * help-fns.el (describe-categories): "?\ " -> "?\s".
14705 (help-do-arg-highlight): Recognize also ARG-n, as in
14706 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14707
14708 * international/codepage.el (dos-unsupported-char-glyph):
14709 * net/newsticker.el (tool-bar-map, w3-mode-map)
14710 (w3m-minor-mode-map):
14711 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14712 (ent-alist):
14713 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14714
14715 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14716
14717 * custom.el (custom-push-theme): Handle the case where a symbol is
14718 bound but face properties have not yet been assigned.
14719
14720 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14721 Fix behavior if noerase is `t' and there is no mail buffer.
14722
14723 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14724 if `continue' is nil, rather than signal an error.
14725
14726 2005-09-12 Richard M. Stallman <rms@gnu.org>
14727
14728 * font-lock.el (font-lock-keywords): Add autoload.
14729
14730 * help-fns.el (describe-variable): Rearrange to put source link
14731 in a predictable place.
14732
14733 * net/newsticker.el: New file.
14734
14735 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14738 (calendar-basic-setup): Use the new nil arg.
14739 (number-of-diary-entries): Move to diary-lib.el.
14740
14741 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14742 (diary-list-entries): Use with-syntax-table and dolist.
14743 Rename from list-diary-entries.
14744 Use number-of-diary-entries if `number' is nil.
14745 (diary, diary-view-entries): Use this new name and new nil arg value.
14746 (number-of-diary-entries): Move from calendar.el.
14747 (diary-unhide-everything): New function.
14748 (include-other-diary-files, fancy-diary-display)
14749 (diary-show-all-entries, make-diary-entry): Use it.
14750 (diary-mail-entries): Use buffer-string.
14751 (mark-diary-entries): Fix long standing paren typo.
14752 (diary-sexp-entry): Use count-lines.
14753 (make-diary-entry): Avoid `previous-line'.
14754 (diary-mode-map): New var.
14755 (diary-mode): Redraw cal after saving. Setup header-line.
14756 (fancy-diary-display-mode): Use local-set-key.
14757
14758 * startup.el (command-line): Try calling various terminal-init-foo-bar
14759 functions by stripping hyphenated suffixes from $TERM.
14760
14761 * files.el (normal-mode): Check boundness of font-lock-keywords.
14762
14763 2005-09-12 Richard M. Stallman <rms@gnu.org>
14764
14765 * progmodes/compile.el: Don't decide a file's directory
14766 until the user actually tries to go there.
14767 (compilation-next-error-function):
14768 Pass compilation-find-file the directory from the file-struct.
14769 (compilation-internal-error-properties): Separate local FILE-STRUCT
14770 from FILE. Doc the args better. Rename arg FMT to FMTS.
14771 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14772 Expand it, and if nil, use default-directory.
14773 (compilation-get-file-structure): Don't mix specified directory
14774 with default directory. Put specified directory into
14775 file-struct. Don't make the file name absolute.
14776
14777 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14778 (compile-command): Add autoload.
14779 (compilation-disable-input): Add autoload.
14780
14781 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14782
14783 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14784 strings of the variables it can override.
14785 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14786 %Q and %q, for fully-qualified domain name and unqualified host name.
14787
14788 2005-09-11 Kim F. Storm <storm@cua.dk>
14789
14790 * emacs-lisp/authors.el (authors-aliases): Update list.
14791 (authors-fixed-entries): Update mldrag.el entry.
14792
14793 2005-09-10 Alan Mackenzie <acm@muc.de>
14794
14795 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14796 from the region narrowed to.
14797
14798 2005-09-10 Magnus Henoch <mange@freemail.hu>
14799
14800 * textmodes/ispell.el (ispell-check-version): Signal an error if
14801 aspell version is less than 0.60.
14802
14803 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14804
14805 * progmodes/octave-inf.el (inferior-octave-startup):
14806 Resync current dir at the end.
14807
14808 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14809
14810 * woman.el (woman-topic-at-point-default):
14811 Rename to woman-use-topic-at-point-default.
14812 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14813 (woman-file-name): Reflect renames above. Automatically use the
14814 word at point as topic if woman-use-topic-at-point is non-nil.
14815 Otherwise offer it as default but don't insert it in the
14816 minibuffer. Also use `test-completion' instead of `assoc' as
14817 suggested by Stefan Monnier.
14818
14819 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14820
14821 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14822 the attempt to do it over Tramp. This is not yet supported.
14823
14824 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14825
14826 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14827 (menu-bar-non-minibuffer-window-p): New functions.
14828 ("Split Window", "Save As..."): Use them.
14829 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14830 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14831 Use menu-bar-menu-frame-live-and-visible-p.
14832 ("Save Buffer", "Insert File", "Open Directory...")
14833 ("Open File...", "Visit New File..."):
14834 Use menu-bar-non-minibuffer-window-p.
14835 (kill-this-buffer-enabled-p, dired <menu-enable>):
14836 Use menu-bar-non-minibuffer-window-p.
14837
14838 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14839
14840 * cus-start.el (all): Don't complain about fringe-related
14841 built-ins if fringes are not supported. Ditto about
14842 selection-related built-ins. Fix the test for GTK-related built-ins.
14843
14844 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14845 ("Postscript Print Buffer", "Print Region", "Save As...")
14846 ("Save", "Insert File...", "Open Directory...")
14847 ("Open File...", "Visit New File..."")
14848 ("Truncate Long Lines in this Buffer"): Don't look at
14849 menu-updating-frame if this display does not support multiple frames.
14850
14851 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14852
14853 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14854
14855 2005-09-09 Emilio Lopes <eclig@gmx.net>
14856
14857 * woman.el: Format- and whitespace-related changes.
14858
14859 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14860
14861 * woman.el: Fix my email address.
14862
14863 2005-09-08 Richard M. Stallman <rms@gnu.org>
14864
14865 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14866 (sh-mode): Locally set skeleton-pair-default-alist.
14867
14868 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14869
14870 * progmodes/flymake.el: Require `compile' unconditionally.
14871
14872 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14873
14874 * woman.el (woman-file-name): Provide a default, not initial input.
14875
14876 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14877
14878 * font-lock.el (font-lock-support-mode): Doc fix.
14879
14880 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14881
14882 2005-09-08 Richard M. Stallman <rms@gnu.org>
14883
14884 * simple.el (blink-matching-open): Get rid of text props from
14885 the string shown in echo area. Don't permanently set point.
14886 Some rearrangements.
14887
14888 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14889
14890 * recentf.el (recentf-filename-handler): Add custom choice
14891 `abbreviate-file-name'.
14892
14893 * msb.el (msb--very-many-menus): Fix typo.
14894
14895 * disp-table.el (standard-display-european): Don't set
14896 enable-multibyte-characters to nil.
14897
14898 2005-09-08 David Ponce <david@dponce.com>
14899
14900 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14901 (recentf-expand-file-name): Doc fix.
14902 (recentf-dialog-mode-map): Define digit shortcuts.
14903 (recentf--files-with-key): New variable.
14904 (recentf-show-digit-shortcut-filter): New function.
14905 (recentf-open-files-items): New function.
14906 (recentf-open-files): Use it.
14907 (recentf-open-file-with-key): New command.
14908
14909 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14912 Suggested by Kim F. Storm.
14913 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14914 (Buffer-menu-make-sort-button): Use global keymap.
14915
14916 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14917
14918 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14919 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14920 necessary any longer with the remapped command.
14921 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14922 formatting time only.
14923
14924 * net/tramp.el (tramp-action-password)
14925 (tramp-multi-action-password): Compile the password prompt from
14926 `method', `user' and `host'. Sometimes it isn't obvious which
14927 password to enter, for example with remote files offered by
14928 recentf.el, or with multiple steps. Suggested by Robert Marshall
14929 <robert@chezmarshall.freeserve.co.uk>.
14930
14931 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14934 Fix regexp for when "s///" is at the beginning of line.
14935
14936 2005-09-07 Jay Belanger <belanger@truman.edu>
14937
14938 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14939 when in matrix mode.
14940
14941 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14944 non-anonymous functions.
14945
14946 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14947
14948 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14949 when using a header line. Otherwise, use mouse-1-click-follows-link.
14950
14951 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14952 can't be moved; don't signal an error.
14953
14954 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14955
14956 * cus-theme.el (custom-theme-write-faces): Save the current face
14957 spec, not the defface spec.
14958
14959 * custom.el (custom-known-themes): Clarify meaning of "standard".
14960 (custom-push-theme): Save old values in the standard theme.
14961 (disable-theme): Correct typo.
14962 (custom-face-theme-value) Deleted unused function.
14963 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14964
14965 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * progmodes/compile.el (compilation-goto-locus): Take into account
14968 iconified frames when determining whether the buffer is
14969 already visible.
14970 Don't reset window height if the window already existed.
14971
14972 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14973
14974 * custom.el (load-theme): Rename from require-theme.
14975 Add interactive spec.
14976 (enable-theme): Rename from custom-enable-theme.
14977 Add interactive spec.
14978 (disable-theme): Rename from custom-disable-theme.
14979 Add interactive spec.
14980 (custom-make-theme-feature): Doc fix.
14981 (custom-theme-directory): Doc fix.
14982 (provide-theme): Call enable-theme.
14983
14984 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14985
14986 * obsolete/lazy-lock.el (lazy-lock-mode):
14987 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14988 font-lock-mode if it's off. Print a warning instead.
14989
14990 * progmodes/compile.el (compilation-start): Ignore errors if the
14991 process died before we get to send-eof.
14992
14993 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14994 Undo last change. Enclosing the result in quotes broke things on Unix
14995 since tex-send-command passes it through shell-quote-argument.
14996 (tex-send-command): Pass `file' through convert-standard-filename
14997 when possible.
14998 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14999 info in a transcript.
15000
15001 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15002
15003 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15004 fix compilation warning. Reorder the key definitions to group
15005 together keys emitted by the current version of xterm.
15006
15007 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15008 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15009 Reorder predicates to correct min-color usage.
15010
15011 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15012
15013 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15014 Kill local variables when longlines-mode is turned off.
15015
15016 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15019
15020 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15021
15022 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15023
15024 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15025 (font-lock-lines-before): Change default to being inactive.
15026 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15027 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15028
15029 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15030
15031 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15032 Deactivate temporarily advice if active (not needed for Emacs 22,
15033 but for backwards compatibility).
15034 (tramp-exists-file-name-handler): Rewrite. First implementation
15035 was too simple.
15036 (tramp-advice-make-auto-save-file-name):
15037 Call `tramp-handle-make-auto-save-file-name' (again, just for
15038 backwards compatibility).
15039
15040 2005-08-31 Reto Zimmermann <reto@gnu.org>
15041
15042 * progmodes/vhdl-mode.el
15043 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15044 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15045 (vhdl-set-default-project): New function (easier setting of default).
15046 (vhdl-port-copy): Handle extended identifiers for generics.
15047 (vhdl-compiler-alist): Better description for error message regexp.
15048 (vhdl-make): Query for target, use previous as default.
15049 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15050 (vhdl-font-lock-keywords-2): Fix fontification for record
15051 el. assign.
15052 (vhdl-speedbar-make-subpack-line): Add package body link.
15053 (vhdl-generate-makefile-1): Not include itself as dependency.
15054 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15055 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15056 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15057 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15058 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15059 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15060 (vhdl-import-project): Add string argument for `error'.
15061 (vhdl-compose-configuration)
15062 (vhdl-compose-configuration-architecture): Add configuration
15063 declaration generation.
15064 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15065 (vhdl-trailer-re): Add "record" keyword (better indentation).
15066 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15067 "[^ \t-\"]+".
15068 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15069 (vhdl-testbench-entity-file-name)
15070 (vhdl-testbench-architecture-file-name): Allow separate
15071 customization of testbench file names.
15072 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15073 (vhdl-get-visible-signals): Allow newline within alias declaration.
15074 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15075 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15076 (member-ignore-case): Alias for missing function in XEmacs.
15077 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15078 (vhdl-update-sensitivity-list): Ignore case on read signals.
15079 (vhdl-replace-string): Adjust case only for file names.
15080 (vhdl-update-sensitivity-list): Fix search for read signals.
15081 (vhdl-update-sensitivity-list): Exclude formal parameters.
15082 (vhdl-get-visible-signals): Include aliases of signals.
15083 (vhdl-get-visible-signals): Fix signal name searching.
15084 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15085 (vhdl-fixup-whitespace-region): Fix for character
15086 literals (e.g. `:').
15087
15088 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15089
15090 * ansi-color.el (comint-last-output-start):
15091 * bs.el (font-lock-verbose):
15092 * diff-mode.el (add-log-buffer-file-name-function):
15093 * dired-x.el (vm-folder-directory):
15094 * faces.el (help-xref-stack-item):
15095 * files.el (font-lock-keywords):
15096 * find-lisp.el (dired-buffers, dired-subdir-alist):
15097 * ido.el (cua-inhibit-cua-keys):
15098 * log-view.el (cvs-minor-wrap-function):
15099 * outline.el (font-lock-warning-face):
15100 * simple.el (compilation-current-error):
15101 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15102 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15103 * tooltip.el (comint-prompt-regexp):
15104 * w32-fns.el (explicit-shell-file-name):
15105 * term/mac-win.el (mac-charset-info-alist)
15106 (mac-services-selection, mac-system-script-code):
15107 * term/tty-colors.el (msdos-color-values):
15108 * term/w32-win.el (xlfd-regexp-registry-subnum):
15109 * term/x-win.el (x-keysym-table, x-selection-timeout)
15110 (x-session-id, x-session-previous-id):
15111 * textmodes/ispell.el (mail-yank-prefix):
15112 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15113 * textmodes/org.el (calc-embedded-close-formula)
15114 (calc-embedded-open-formula)
15115 (font-lock-unfontify-region-function):
15116 * textmodes/reftex-global.el (isearch-next-buffer-function)
15117 (TeX-master):
15118 * textmodes/reftex.el (font-lock-keywords):
15119 * textmodes/tex-mode.el (font-lock-comment-face)
15120 (font-lock-doc-face):
15121 * textmodes/texinfo.el (outline-heading-alist):
15122 Add defvars.
15123
15124 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15125 (artist-spray-chars, artist-mode-init, artist-replace-string)
15126 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15127 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15128 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15129
15130 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15131 (conf-align-assignments): "?\ " -> "?\s".
15132
15133 * textmodes/reftex-index.el (TeX-master): Add defvar.
15134 (reftex-index-phrases-marker): Move up defvar.
15135
15136 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15137 (reftex-toc-include-labels-indicator)
15138 (reftex-toc-include-index-indicator)
15139 (reftex-toc-max-level-indicator): Move up declarations.
15140
15141 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15142 of args to `tramp-run-real-handler', even if it's empty in this case.
15143
15144 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15145
15146 * dired.el (dired-move-to-filename-regexp): Add date format for
15147 Mac OS X 10.3 in East Asian locales.
15148
15149 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15150
15151 * files.el (make-auto-save-file-name): Add file name handler call
15152 if applicable.
15153
15154 * net/tramp.el (tramp-file-name-handler-alist)
15155 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15156 (tramp-handle-make-auto-save-file-name): Rename from
15157 `tramp-make-auto-save-file-name'.
15158 (tramp-exists-file-name-handler): New defun.
15159 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15160 `make-auto-save-file-name' is not a magic file name operation.
15161
15162 2005-08-30 Richard M. Stallman <rms@gnu.org>
15163
15164 * files.el (risky-local-variable-p):
15165 Match `-predicates' and `-commands.
15166
15167 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15168 (custom-save-all): Visit the file if necessary;
15169 kill the buffer if we created it.
15170 (custom-save-delete): Don't visit file or kill buffer here.
15171
15172 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15173
15174 * textmodes/org.el (org-special-keyword): New face.
15175 (org-table-copy-down, org-table-eval-formula)
15176 (org-table-recalculate, org-init-section-numbers):
15177 Use `string-to-number' instead of `string-to-int'.
15178 (org-get-location): Use `insert-buffer-substring' instead of
15179 `insert-buffer'.
15180 (org-modify-diary-entry-string): New function.
15181 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15182 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15183 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15184 active region.
15185 (org-export-as-html): Handle QUOTE keyword.
15186 (org-quote-string): New option.
15187 (org-bookmark-jump-unhide): New function, used for
15188 `bookmark-after-jump-hook'.
15189 (org-diary-default-entry): Apply only when not called through
15190 `org-agenda'.
15191
15192 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * net/eudc.el (mode-popup-menu):
15195 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15196 * progmodes/ada-mode.el (compile-auto-highlight)
15197 (skeleton-further-elements):
15198 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15199 * progmodes/cmacexp.el (msdos-shells):
15200 * progmodes/compile.el (font-lock-extra-managed-props)
15201 (font-lock-keywords, font-lock-maximum-size)
15202 (font-lock-support-mode):
15203 * progmodes/grep.el (font-lock-lines-before):
15204 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15205 * progmodes/mixal-mode.el (compile-command):
15206 * progmodes/perl-mode.el (font-lock-comment-face)
15207 (font-lock-doc-face, font-lock-string-face):
15208 * progmodes/prolog.el (comint-prompt-regexp):
15209 * progmodes/sh-script.el (font-lock-comment-face)
15210 (font-lock-set-defaults, font-lock-string-face):
15211 * progmodes/sql.el (font-lock-keyword-face)
15212 (font-lock-set-defaults, font-lock-string-face):
15213 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15214 (itimer-version, lazy-lock-defer-contextually)
15215 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15216 Add defvars.
15217
15218 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15219 (cperl-electric-keyword, cperl-electric-pod)
15220 (cperl-electric-backspace, cperl-forward-re)
15221 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15222 (vc-rcs-header, vc-sccs-header): Add defvars.
15223
15224 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15225 (font-lock-syntactic-keywords, gud-find-expr-function):
15226 Add defvars.
15227
15228 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15229 (gdb-frame-parameters): Declare before use.
15230
15231 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15232 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15233 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15234 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15235
15236 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15237 (idlwave-help-with-source): Use `insert-buffer-substring', not
15238 `insert-buffer'.
15239
15240 2005-08-29 Juri Linkov <juri@jurta.org>
15241
15242 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15243 Put outline-back-to-heading function call inside save-excursion.
15244
15245 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15246
15247 * man.el (Man-init-defvars, Man-translate-references)
15248 (Man-support-local-filenames, Man-highlight-references):
15249 * progmodes/sql.el (sql-interactive-mode):
15250 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15251
15252 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15253 (compilation-mode-font-lock-keywords): Add defvars.
15254 (checkdoc-interactive-loop): "?\ " -> "?\s".
15255
15256 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15257 (font-lock-doc-face, font-lock-string-face)
15258 (font-lock-keywords-case-fold-search): Add defvars.
15259 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15260
15261 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15262 Don't pass X and Y (they are ignored anyway).
15263 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15264 (mouse-delete-window): Make arguments optional.
15265
15266 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15267 (caesar-translate-table, minor-modes, news-buffer-save)
15268 (news-group-name, news-minor-modes): Add defvars.
15269
15270 * emacs-lisp/lselect.el (mouse-highlight-priority)
15271 (x-lost-selection-functions, zmacs-regions):
15272 * emacs-lisp/pp.el (font-lock-verbose):
15273 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15274 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15275 (ses-mode-map):
15276 * emacs-lisp/tcover-unsafep.el (safe-functions):
15277 * international/mule-cmds.el (mac-system-coding-system)
15278 (mac-system-locale):
15279 * language/ethio-util.el (rmail-current-message)
15280 (rmail-message-vector):
15281 * language/thai-util.el (thai-auto-composition-mode):
15282 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15283 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15284 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15285 (vm-primary-inbox, vm-spool-files):
15286 * mail/rmail.el (deleted-head, font-lock-fontified)
15287 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15288 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15289 (total-messages):
15290 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15291 (rmail-summary-mode-map):
15292 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15293 (rmail-last-label, rmail-last-multi-labels)
15294 (rmail-summary-vector, rmail-total-messages):
15295 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15296 * mail/rmailsum.el (msgnum):
15297 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15298 (rmail-current-message):
15299 * obsolete/fast-lock.el (font-lock-face-list):
15300 * obsolete/rnewspost.el (mail-reply-buffer):
15301 * obsolete/scribe.el (compile-command):
15302 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15303
15304 2005-08-28 John Paul Wallington <jpw@gnu.org>
15305
15306 * ibuf-ext.el (ibuffer-auto-update-changed):
15307 Use `frame-or-buffer-changed-p' to check whether we need to update.
15308 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15309 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15310 as a `frame-or-buffer-changed-p' state vector instead.
15311
15312 2005-08-27 Romain Francoise <romain@orebokech.com>
15313
15314 * textmodes/makeinfo.el (makeinfo-compile):
15315 Use `compilation-start'. Set `next-error-function' according to
15316 `disable-errors'.
15317 (makeinfo-next-error): New function.
15318 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15319 (makeinfo-buffer): Likewise.
15320
15321 * progmodes/compile.el (compilation-start): Add autoload cookie.
15322
15323 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15324 * textmodes/sgml-mode.el: Likewise.
15325 * progmodes/python.el: Likewise.
15326
15327 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15328
15329 * simple.el (blink-matching-paren-distance): Document the meaning
15330 of nil value, and allow to customize to nil.
15331
15332 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15333 command.com, not command.exe.
15334
15335 2005-08-26 John Wiegley <johnw@newartisans.com>
15336
15337 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15338 code around a bit so that an extraneous nil argument is not added
15339 to a command when no args are given.
15340
15341 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15342 double-quoted argument resolves to nil, return it as an empty
15343 string rather than as nil. This made it impossible to pass "" to
15344 a shell script as a null string argument.
15345
15346 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * outline.el (outline-invent-heading): New fun.
15349 (outline-promote, outline-demote): Use it.
15350 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15351 (outline-end-of-subtree): Remove unused var `opoint'.
15352
15353 2005-08-26 David Reitter <david.reitter@gmail.com>
15354
15355 * menu-bar.el (truncate-lines, write-file, print-buffer)
15356 (ps-print-buffer-faces, ps-print-buffer, split-window):
15357 Disable menu items when the frame they refer to is invisible, or when
15358 they refer to a buffer and the minibuffer is selected.
15359
15360 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15361
15362 * progmodes/flymake.el (flymake-highlight-err-lines):
15363 Use save-excursion around flymake-highlight-line to preserve point.
15364
15365 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15366
15367 * progmodes/octave-mod.el: Change Author and Maintainer address.
15368 (octave-maintainer-address): Change Kurt's email address.
15369 * progmodes/octave-inf.el: Change Author and Maintainer address.
15370 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15371
15372 2005-08-26 Kim F. Storm <storm@cua.dk>
15373
15374 * subr.el (version-list-<, version-list-<=, version-list-=):
15375 Rename from integer-list-*.
15376 (version-list-not-zero): Likewise. Fix while loop.
15377 (version=): Use version-list-= instead of string-equal.
15378
15379 2005-08-26 Richard M. Stallman <rms@gnu.org>
15380
15381 * outline.el (outline-promote): Try shortening the heading.
15382 As last resort, read the heading to use.
15383 (outline-demote): As last resort, read the heading to use.
15384
15385 2005-08-26 Romain Francoise <romain@orebokech.com>
15386
15387 * progmodes/compile.el (compilation-start): Doc fix.
15388
15389 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15390 (antlr-font-lock-additional-keywords): Fix reference to
15391 `antlr-font-lock-literal-regexp' erroneously changed during the
15392 mass face rename.
15393 (antlr-run-tool): Use `compilation-start'.
15394
15395 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15396 instead of the obsolete `compile-internal'.
15397
15398 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15399
15400 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15401 (number, original-date):
15402 * calendar/cal-china.el (date):
15403 * calendar/cal-coptic.el (date):
15404 * calendar/cal-french.el (date):
15405 * calendar/cal-hebrew.el (date, entry, number, original-date):
15406 * calendar/cal-islam.el (date, number, original-date):
15407 * calendar/cal-iso.el (date):
15408 * calendar/cal-julian.el (date):
15409 * calendar/cal-mayan.el (date):
15410 * calendar/cal-menu.el (date, event):
15411 * calendar/cal-persia.el (date):
15412 * calendar/lunar.el (date):
15413 * calendar/solar.el (date): Add defvars.
15414
15415 * emerge.el:
15416 * ibuffer.el:
15417 * info-xref.el:
15418 * obsolete/bg-mouse.el:
15419 * obsolete/sun-curs.el:
15420 * obsolete/swedish.el: Move the `defvar's to the top level.
15421
15422 * smerge-mode.el (smerge-refined-change): Add :group.
15423
15424 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15427 (smerge-keep-n): Remove props.
15428 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15429 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15430 now that it's done in smerge-keep-n.
15431 (smerge-refined-change): New face.
15432 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15433 (smerge-refine): New funs.
15434 (smerge-basic-map): Bind smerge-refine.
15435
15436 2005-08-25 Juri Linkov <juri@jurta.org>
15437
15438 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15439 compilation-process-setup-function and compilation-disable-input
15440 in grep-mode instead of let-bindings in grep.
15441
15442 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15443 Delete "Automatic File De/compression" (auto-compression-mode).
15444
15445 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15446
15447 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15448 Silence warning about non-existent variable.
15449
15450 2005-08-25 Richard M. Stallman <rms@gnu.org>
15451
15452 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15453 Rename "Describe Key" to "Describe Key or Mouse Operation".
15454
15455 * mail/mailalias.el (build-mail-aliases): Delete comments
15456 from the contents before processing them.
15457
15458 * isearch.el (isearch-edit-string): Erase the Search prompt
15459 if user enters an empty string and there is no default.
15460
15461 * comint.el (comint-file-name-prefix): Add autoload.
15462
15463 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15464
15465 * subr.el (play-sound): Rearrange to avoid warning.
15466
15467 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15468
15469 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15470 New hook.
15471 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15472
15473 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15476
15477 * custom.el (custom-theme-set-variables): Sort minor modes last.
15478
15479 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15480
15481 * subr.el (version-separator, version-regexp-alist): New vars used by
15482 version comparison funs.
15483 (integer-list-<, integer-list-=, integer-list-<=)
15484 (integer-list-not-zero): New funs for integer list comparison.
15485 (version-to-list, version=, version<, version<=): New funs for version
15486 comparison.
15487
15488 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15489
15490 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15491 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15492 time to silence the byte-compiler.
15493
15494 * ibuffer.el (ibuffer-compile-make-eliding-form)
15495 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15496 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15497 so it's silly to get warnings for it).
15498 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15499 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15500 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15501 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15502 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15503 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15504 Defvar at compile time.
15505 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15506 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15507 Declare them before use.
15508
15509 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15510 (info-xref-good, info-xref-bad): Defvar at compile time.
15511
15512 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15513 Use `let*' instead of `let'.
15514
15515 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15516 (*mouse-y*, menu, char): Defvar at compile time.
15517 (sc::menu): Declare it before use.
15518 (sc::pack-one-line): Use `let', not `let*'.
15519
15520 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15521 (mail-send-hook): Defvar at compile time.
15522
15523 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15524 Defvar at compile time.
15525
15526 * term/sun-mouse.el (current-global-mousemap)
15527 (current-local-mousemap): Declare them before use.
15528
15529 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15530
15531 * bookmark.el (bookmark-after-jump-hook): New hook.
15532 (bookmark-jump): Run `bookmark-after-jump-hook'.
15533
15534 2005-08-23 Juri Linkov <juri@jurta.org>
15535
15536 * faces.el (minibuffer-prompt): Doc fix.
15537
15538 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15539
15540 * progmodes/xscheme.el: Trivial changes to silence warnings.
15541 (xscheme-previous-mode, xscheme-previous-process-state):
15542 Add defvars.
15543 (xscheme-last-input-end, xscheme-process-command-line)
15544 (xscheme-process-name, xscheme-buffer-name)
15545 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15546 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15547 (xscheme-control-g-synchronization-p)
15548 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15549 (default-xscheme-runlight, xscheme-runlight)
15550 (xscheme-runlight-string, xscheme-process-filter-state)
15551 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15552 Move to beginning of file.
15553 (scheme-interaction-mode-commands-alist)
15554 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15555 Declare them before use. Note: the initialization code for the variables
15556 has not been moved because it uses functions that reference the variables.
15557 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15558 (xscheme-prompt-for-expression-map): Declare them before use.
15559 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15560
15561 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15562
15563 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15564
15565 2005-08-22 Juri Linkov <juri@jurta.org>
15566
15567 * faces.el (set-face-underline): Delete this duplicate function
15568 and make an obsolete alias to set-face-underline-p.
15569 (set-face-underline-p): Use docstring of set-face-underline.
15570 (describe-face): Create hyperlink to parent face.
15571
15572 * info.el (Info-insert-dir): Use save-excursion around
15573 insert-buffer-substring.
15574 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15575 (Info-escape-percent): Delete function.
15576 (Info-fontify-node): Replace Info-escape-percent by
15577 replace-regexp-in-string with REP arg set to lambda that
15578 duplicates `%' and preserves text properties.
15579
15580 * progmodes/compile.el (compilation-disable-input): Doc fix.
15581 (define-compilation-mode): Doc fix and refill.
15582 (kill-compilation): Use `mode-name' in the error message.
15583 (compilation-find-file): Use `compilation-error' in the
15584 read-file-name's prompt.
15585
15586 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15587
15588 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15589 (smerge-auto-leave): Make undo re-enable the mode.
15590 (debug-ignored-errors): Add the user-error of impossible resolution.
15591 (smerge-resolve): Move things around a bit, in preparation for later.
15592 (smerge-diff): Don't fail if the buffer has no associated file.
15593 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15594 (smerge-conflict-overlay): New function.
15595 (smerge-match-conflict): Don't add text properties here.
15596 (smerge-find-conflict): Instead, add an overlay here.
15597 Also check for the case where we're inside a conflict already, so as to
15598 obviate the need for font-lock-multiline, which is unbearably slow with
15599 large conflicts and ciomplex font-lock patterns.
15600 (smerge-remove-props): Remove overlay rather than text-properties.
15601 (smerge-mode): Don't set font-lock-multiline.
15602 Remove overlays when turned off.
15603
15604 2005-08-21 Kim F. Storm <storm@cua.dk>
15605
15606 * ido.el (ido-ignore-item-p): Use save-match-data.
15607 Bind case-fold-search to ido-case-fold locally.
15608
15609 2005-08-20 Richard M. Stallman <rms@gnu.org>
15610
15611 * files.el (normal-mode): If font lock is on, turn it off and on.
15612
15613 * subr.el (replace-regexp-in-string): Doc fix.
15614
15615 * startup.el (command-line-1): Don't suppress startup screen
15616 due to existing processes.
15617
15618 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15619
15620 * progmodes/compile.el (compilation-disable-input): Default to nil.
15621
15622 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15623
15624 * progmodes/compile.el (compilation-disable-input): New defcustom.
15625 (compilation-start): If compilation-disable-input is non-nil, send
15626 EOF to the compilation process.
15627
15628 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15629
15630 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15631 Run the argument of tex-shell-cd-command through
15632 convert-standard-filename, to get the correct style of slashes on
15633 Windows, and enclose the result in quotes, in case the file name
15634 includes whitespace or other special characters.
15635
15636 2005-08-19 Andreas Schwab <schwab@suse.de>
15637
15638 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15639 process.
15640
15641 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15642
15643 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15644
15645 2005-08-18 Kim F. Storm <storm@cua.dk>
15646
15647 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15648
15649 2005-08-18 Richard M. Stallman <rms@gnu.org>
15650
15651 * scroll-lock.el: New file.
15652
15653 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15654
15655 * dired.el (dired-move-to-end-of-filename):
15656 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15657
15658 2005-08-18 Kim F. Storm <storm@cua.dk>
15659
15660 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15661 rather than toggle mode when custom value is nil.
15662 (ido-everywhere): Fix defun doc string.
15663
15664 2005-08-17 Richard M. Stallman <rms@gnu.org>
15665
15666 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15667 as tag instead of "Inviolable".
15668
15669 2005-08-17 Kim F. Storm <storm@cua.dk>
15670
15671 * windmove.el (windmove-coordinates-of-position): Remove.
15672 (windmove-coordinates-of-window-position): Remove.
15673 (windmove-reference-loc): Use posn-at-point instead.
15674
15675 * subr.el (insert-for-yank-1): Doc fix.
15676
15677 * ido.el (ido-enter-matching-directory): Rename from
15678 ido-enter-single-matching-directory. Change `slash' choice to
15679 `only'. Add `first' choice.
15680 (ido-exhibit): Adapt to above changes.
15681
15682 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15683
15684 * Makefile.in: Expand comment about building loaddefs.el.
15685
15686 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15687
15688 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15689 Comment use of defadvice.
15690
15691 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15692
15693 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15694
15695 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15696 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15697 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15698 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15699 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15700 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15701 for backward compatibility for faces that did not appear in the
15702 previous Emacs release.
15703
15704 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15705
15706 2005-08-15 Kim F. Storm <storm@cua.dk>
15707
15708 * emulation/cua-base.el (cua-delete-region): Return t if
15709 deleted region was non-empty.
15710 (cua-replace-region): Inhibit overwrite-mode for
15711 self-insert-command if replaced region was non-empty.
15712 (cua--explicit-region-start, cua--status-string): Make them
15713 buffer-local at top-level...
15714 (cua-mode): ...rather than when mode is enabled.
15715
15716 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15717
15718 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15719 Set t for Emacs 21, 22, and so on.
15720
15721 2005-08-15 David Ponce <david@dponce.com>
15722
15723 * tree-widget.el: Update Commentary header.
15724 (tree-widget-theme): Doc fix.
15725 (tree-widget-space-width): New option.
15726 (tree-widget-image-properties): Look up in the default theme too.
15727 (tree-widget--cursors): Only for images with arrow pointer shape.
15728 (tree-widget-lookup-image): Pointer shape is hand by default.
15729 (tree-widget-icon): Rename generic icon widget from
15730 `tree-widget-control'.
15731 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15732 derive from `tree-widget-icon'.
15733 (tree-widget-handle): Improve default look and feel of the text
15734 representation.
15735 (tree-widget): Rename :*-control properties to :*-icon properties.
15736 Add :action and :help-echo properties.
15737 (tree-widget-after-toggle-functions): Move.
15738 (tree-widget-close-node, tree-widget-open-node): Remove.
15739 (tree-widget-before-create-icon-functions): New hook.
15740 (tree-widget-value-create): Update to allow customization of icons
15741 and nodes at run-time via that new hook.
15742 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15743 (tree-widget-icon-action, tree-widget-icon-help-echo)
15744 (tree-widget-action, tree-widget-help-echo): New functions.
15745
15746 2005-08-15 Kim F. Storm <storm@cua.dk>
15747
15748 * ido.el (ido-buffer-internal): Use with-no-warnings.
15749 (ido-make-merged-file-list): Use while-no-input.
15750
15751 2005-08-15 Richard M. Stallman <rms@gnu.org>
15752
15753 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15754 (flyspell-large-region): Fix doc and custom type.
15755
15756 2005-08-14 Richard M. Stallman <rms@gnu.org>
15757
15758 * files.el (interpreter-mode-alist): Doc fix.
15759
15760 * mail/rmail.el (rmail-nonignored-headers): New variable.
15761 (rmail-clear-headers): Use it.
15762 (rmail-reply): Better handling of mail-followup-to header.
15763
15764 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15765 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15766 don't try to refer to executable-font-lock-keywords.
15767 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15768 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15769 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15770 (sh-mode): Set comment-start-skip, local-abbrev-table,
15771 imenu-case-fold-search.
15772 (sh-set-shell): Don't set them here.
15773 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15774 Don't cache the results in the original alist; don't ever modify
15775 that alist.
15776
15777 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15778
15779 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15780 empty.
15781
15782 2005-08-15 Andreas Schwab <schwab@suse.de>
15783
15784 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15785
15786 * dired.el, info.el, mail/rmail.el: Revert last change.
15787
15788 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15789
15790 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15791 modification in `eval-after-load' form.
15792 * info.el: Likewise.
15793 * mail/rmail.el: Likewise.
15794
15795 2005-08-14 Juri Linkov <juri@jurta.org>
15796
15797 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15798 Remove highlighting of "Compilation started". Highlight only
15799 the word "finished" in "Compilation finished". Add highlighting
15800 of "interrupt", "killed", "terminated" and the exit code.
15801 (compilation-start): Add newline after header. Use exactly the
15802 same time stamp format as the finishing message.
15803 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15804
15805 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15806 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15807 Add highlighting of "interrupt", "killed", "terminated".
15808
15809 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15810 enabled and the current command is self-insert-command, call it
15811 explicitly with overwrite-mode bound to nil, to not allow it
15812 to delete the character after the selected region.
15813
15814 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15815
15816 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15817 move-end-of-line, end-of-line, and beginning-of-line to the list
15818 of commands after which the echo area is updated.
15819
15820 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15821
15822 * cus-edit.el (custom-save-all, custom-save-delete):
15823 Bind recentf-exclude to exclude custom-file.
15824
15825 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15826
15827 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15828 to go to the bottom of the mail message. Added to
15829 `rmail-summary-mode-map' with key "/".
15830 (rmail-summary-show-message): New (internal) function for use by
15831 both `rmail-summary-beginning/end-of-message'.
15832 (rmail-summary-beginning-of-message): Change to use
15833 rmail-summary-show-message.
15834
15835 * mail/rmail.el (rmail-end-of-message): New command to go to the
15836 end of the current message. Added to `rmail-mode-map' with key "/".
15837 (rmail-beginning-of-message): Fix to work as documented.
15838 (rmail-mode): Change documentation.
15839
15840 * progmodes/compile.el (compilation-start): Add the line
15841 "Compilation started" with compilation start time.
15842 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15843
15844 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15845
15846 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15847 of menu items.
15848
15849 2005-08-11 Richard M. Stallman <rms@gnu.org>
15850
15851 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15852
15853 * battery.el (battery-status-function): Don't use ignore-errors.
15854
15855 2005-08-11 Lute Kamstra <lute@gnu.org>
15856
15857 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15858 define-obsolete-variable-alias.
15859
15860 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15861
15862 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15863 (ange-ftp-send-cmd): Revert last change, and expand
15864 the comment explaining the problem.
15865
15866 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15867
15868 * ldefs-boot.el: Update.
15869
15870 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15871 item to "Time, Load and Mail". Change help echo text.
15872
15873 * time.el (display-time-use-mail-icon, display-time-format)
15874 (display-time-string-forms): Shorten first line of docstrings.
15875
15876 2005-08-10 Lars Hansen <larsh@soem.dk>
15877
15878 * desktop.el (desktop-buffer-mode-handlers):
15879 Make non-customizable. Add autoload cookie. Change initial value to
15880 nil; add elements in respective modules instead. Fix doc string.
15881 (desktop-load-file): New function.
15882 (desktop-minor-mode-handlers): New autoloaded variable.
15883 (desktop-create-buffer): Call minor mode handlers.
15884 Use desktop-load-file to load major and minor mode modules prior to
15885 checking for a handler.
15886 (desktop-save): Don't add nil to desktop-minor-modes for minor
15887 modes with nil function in desktop-minor-mode-table. Don't delete
15888 desktop file before rewriting it.
15889 (desktop-locals-to-save): Add autoload cookie. Don't make
15890 automatically buffer-local. Add variables column-number-mode,
15891 size-indication-mode, indent-tabs-mode,
15892 indicate-buffer-boundaries, indicate-empty-lines and
15893 show-trailing-whitespace.
15894 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15895 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15896 (desktop-clear-preserve-buffers-regexp): Delete.
15897 (desktop-clear-preserve-buffers): Update initial value and docstring.
15898 (desktop-save-buffer): Fix doc string.
15899
15900 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15901 (hilit-chg-desktop-restore): New function.
15902 (highlight-changes-mode): Add highlight-changes-mode to
15903 desktop-locals-to-save.
15904
15905 * dired.el: Add handler to desktop-buffer-mode-handlers.
15906 (dired-restore-desktop-buffer): Remove autoload cookie.
15907 (dired-mode): Add autoload cookie.
15908
15909 * info.el: Add handler to desktop-buffer-mode-handlers.
15910 (Info-restore-desktop-buffer): Remove autoload cookie.
15911 (Info-mode): Add autoload cookie.
15912
15913 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15914 (mh-restore-desktop-buffer): Remove autoload cookie.
15915 (mh-folder-mode): Add autoload cookie.
15916
15917 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15918 (rmail-restore-desktop-buffer): Remove autoload cookie.
15919
15920 2005-08-11 Masatake YAMATO <jet@gyve.org>
15921
15922 * hexl.el (hexl-address-region):
15923 (hexl-ascii-region, hexl-font-lock-keywords):
15924 (hexl-highlight-line-range): Use the term "region"
15925 instead of "area" for consistency with the other symbols
15926 defined in hexl.el.
15927
15928 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15929
15930 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15931 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15932 out by Juri Linkov). Add `display-battery-mode'.
15933
15934 2005-08-09 Juri Linkov <juri@jurta.org>
15935
15936 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15937 Remove `-text' from face variable names.
15938 (compilation-error-file-name, compilation-warning-file-name)
15939 (compilation-info-file-name): Delete faces.
15940 (compilation-line-number, compilation-column-number):
15941 Remove face underlining.
15942 (compilation-message-face): Set to `underline' value by default.
15943 (compilation-error-face, compilation-warning-face)
15944 (compilation-info-face): Remove `-file-name' from face names.
15945 (compilation-error-text-face, compilation-warning-text-face)
15946 (compilation-info-text-face): Delete face variables.
15947 (compilation-text-face): Delete function.
15948
15949 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15950 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15951 (grep-error-face): Set to `compilation-error' instead of
15952 `compilation-error-face' (which is redefined to `grep-hit-face' in
15953 grep buffers).
15954 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15955 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15956
15957 * dired-aux.el (dired-do-query-replace-regexp):
15958 Use `query-replace-read-args'.
15959
15960 * replace.el (query-replace-read-from, query-replace-read-to)
15961 (query-replace-read-args): Rename arg `string' to `prompt'.
15962
15963 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15964
15965 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15966
15967 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15968 uploading files.
15969 (ange-ftp-canonize-filename): Handle file names beginning with ~
15970 correctly.
15971
15972 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15973
15974 * textmodes/fill.el (canonically-space-region)
15975 (fill-context-prefix, fill-french-nobreak-p)
15976 (fill-delete-newlines, fill-comment-paragraph)
15977 (justify-current-line): "?\ " -> "?\s".
15978
15979 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15980
15981 * textmodes/fill.el (fill-nonuniform-paragraphs):
15982 Improve argument/docstring consistency.
15983
15984 2005-08-09 Richard M. Stallman <rms@gnu.org>
15985
15986 * textmodes/ispell.el (ispell-word): More fboundp checks.
15987
15988 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15989 (find-file-noselect-1): Call it here, only if RAWFILE.
15990 (normal-mode): Always set some major mode.
15991 (save-some-buffers-action-alist): Change some explanation strings.
15992 (file-name-non-special): In the `quote' method, use unwind-protect.
15993
15994 2005-08-09 Magnus Henoch <mange@freemail.hu>
15995
15996 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15997 (ispell-have-aspell-dictionaries): New variable.
15998 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15999 (ispell-get-aspell-config-value): New function.
16000 (ispell-aspell-find-dictionary): New function.
16001 (ispell-aspell-add-aliases): New function.
16002 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16003 appropriate. Don't look for ispell dictionaries if we use aspell.
16004 (ispell-menu-map): Don't build a submenu of dictionaries.
16005
16006 2005-08-09 Richard M. Stallman <rms@gnu.org>
16007
16008 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16009 (sql-read-passwd): Use read-passwd.
16010
16011 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16012 (idlwave-toolbar-is-possible): Add defvars.
16013
16014 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16015 Avoid warnings.
16016
16017 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16018 (idlwave-system-class-info, idlwave-executive-commands-alist):
16019 Use defvar.
16020
16021 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16022
16023 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16024 Avoid warnings.
16025
16026 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16027 and content-type: headers.
16028
16029 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16030
16031 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16032 and rename some of them to be more self-explanatory.
16033
16034 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16035
16036 * startup.el (command-line-1): Implement -scriptload.
16037
16038 * replace.el (occur-engine): Initial *Occur* output not undoable.
16039
16040 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16041 and improve help strings.
16042
16043 * isearch.el (isearch-repeat): When changing direction,
16044 mark search successful.
16045
16046 * ediff-init.el: Use (featurep 'xemacs).
16047
16048 * comint.el (send-invisible): Identify buffer, if not selected.
16049
16050 * align.el: Delete autoload for c-guess-basic-syntax.
16051
16052 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16053
16054 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16055 Improve argument/docstring consistency. Doc fixes.
16056 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16057 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16058 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16059 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16060 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16061 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16062 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16063 Defvar at compile time.
16064
16065 2005-08-09 Juri Linkov <juri@jurta.org>
16066
16067 * info.el: Replace `info' with upper-case `Info' where appropriate.
16068 (info-title-1, info-title-2, info-title-3, info-title-4)
16069 (info-menu-header): Move up face definitions.
16070 (info-menu-star): Rename from `info-menu-5'.
16071 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16072 (Info-fontify-visited-nodes): Fix docstring.
16073 (Info-hide-note-references): Fix docstring.
16074 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16075 menu items in the same way as on cross-references.
16076 (info-apropos): Fix sorting order and formatting to be like in the
16077 stand-alone Info browser. Display error messages for 1 sec.
16078 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16079 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16080 from the menu bar.
16081 (Info-insert-dir): Restore point after calling
16082 `insert-buffer-substring'.
16083
16084 2005-08-08 Richard M. Stallman <rms@gnu.org>
16085
16086 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16087 (recompute-lucid-menubar): Add defvars.
16088
16089 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16090
16091 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16092
16093 * net/net-utils.el (run-dig): Rename from `dig'.
16094
16095 * play/gametree.el (gametree-mode): Use make-local-variable,
16096 not make-variable-buffer-local.
16097
16098 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16099
16100 * ansi-color.el (ansi-color-make-extent)
16101 (ansi-color-set-extent-face): Use fboundp, not functionp.
16102
16103 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16104 not make-variable-buffer-local.
16105
16106 * bookmark.el (Info-current-file): Add defvar.
16107 (bookmark-jump-noselect): Use with-no-warnings.
16108
16109 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16110
16111 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16112
16113 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16114
16115 * find-file.el (ada-procedure-start-regexp)
16116 (ada-package-start-regexp): Add defvars.
16117
16118 * info.el (Info-insert-dir): Use insert-buffer-substring.
16119
16120 * xml.el (xml-att-def-re): Add defvar.
16121
16122 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16123 calling convention.
16124
16125 * subr.el (while-no-input): Return t if there is input.
16126
16127 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16128
16129 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16130
16131 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16134 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16135
16136 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16137
16138 * cmuscheme.el (scheme-start-file): Replace reference to
16139 `user-emacs-directory' by "~/.emacs.d/".
16140
16141 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16142
16143 * info.el (Info-dir-remove-duplicates): Avoid case folding
16144 in loop; instead, keep downcased strings for comparison.
16145 Suggested by Helmut Eller.
16146
16147 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16148
16149 Sync with Tramp 2.0.50.
16150
16151 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16152 XEmacs case; not necessary anymore.
16153 (tramp-user-regexp): Allow "@" as part of user name.
16154 (tramp-handle-set-visited-file-modtime)
16155 (tramp-handle-insert-file-contents)
16156 (tramp-handle-write-region): No special handling for
16157 `last-coding-system-used, because this is done in
16158 `tramp-accept-process-output' now.
16159 (tramp-accept-process-output): New defun.
16160 (tramp-process-one-action, tramp-process-one-multi-action)
16161 (tramp-wait-for-regexp, tramp-wait-for-output)
16162 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16163 Howells <dhowells@redhat.com>.
16164 (clear-visited-file-modtime): Defadvice removed. The check for
16165 unset buffer's modtime does not need to be based on
16166 `tramp-buffer-file-attributes'. Suggested by RMS.
16167 (tramp-message): Insert "\n" if not being at beginning of line.
16168 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16169 sequence with same logic.
16170 (tramp-completion-handle-expand-file-name): Discard call of
16171 `tramp-drop-volume-letter'. It is not necessary, and there have
16172 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16173 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16174 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16175 should always be visible.
16176 (tramp-handle-insert-directory, tramp-setup-complete)
16177 (tramp-set-process-query-on-exit-flag)
16178 (tramp-append-tramp-buffers): Pacify byte-compiler.
16179 (tramp-bug): Delete non-existing variables from list.
16180 Apply `tramp-load-report-modules' as pre-hook.
16181 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16182 `shell-prompt-pattern' because of non-7bit characters.
16183 Reported by Sebastian Luque <sluque@mun.ca>.
16184 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16185 (tramp-match-string-list): Remove function.
16186 (tramp-wait-for-regexp): Remove call of that function.
16187 Suggested by Kim F. Storm <storm@cua.dk>.
16188 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16189 instead of octal character code ?\600. The latter resulted in a
16190 syntax error with XEmacs.
16191
16192 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16193 XEmacs case; not necessary anymore.
16194 (tramp-smb-handle-write-region): No special handling for
16195 `last-coding-system-used, because this is done in
16196 `tramp-accept-process-output' now.
16197 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16198
16199 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16200
16201 * wid-edit.el (widget-choice-value-create):
16202 Unconditionally respect user choice. Set :explicit-choice back to nil
16203 when no longer needed.
16204 (widget-choice-action): Unconditionally respect user choice.
16205 Eliminate :explicit-choice-value.
16206
16207 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16208
16209 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16210 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16211 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16212 running new function `toggle-indicate-empty-lines'.
16213 Rename "Customize" item to "Customize fringe".
16214 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16215 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16216 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16217 Delete "Empty lines only" item.
16218 (menu-bar-showhide-fringe-ind-customize): New function.
16219 (menu-bar-showhide-fringe-ind-mixed)
16220 (menu-bar-showhide-fringe-ind-box)
16221 (menu-bar-showhide-fringe-ind-right)
16222 (menu-bar-showhide-fringe-ind-left)
16223 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16224 instead of `fringe-indicators'.
16225
16226 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16227
16228 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16229 Change the date of last update.
16230
16231 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16232
16233 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16234 (viper-exec-yank, viper-put-back): Don't display modification msg
16235 if in the minibuffer.
16236
16237 * viper-init.el (viper-replace-overlay-cursor-color)
16238 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16239 Make variables frame local.
16240
16241 * viper-util.el (viper-append-filter-alist): Use append instead of
16242 nconc.
16243
16244 * viper.el (viper-vi-state-mode-list)
16245 (viper-emacs-state-mode-list): Move help-mode and
16246 completion-list-mode from the first list to the second.
16247 (viper-mode): Docstring.
16248 (viper-go-away, viper-non-hook-settings): Don't localize
16249 minor-mode-alist in newer Emacsen. Add advice to
16250 set-cursor-color. Don't bind "\C-c\\".
16251
16252 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16253
16254 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16255 (scheme-macro-expand-command): New user options.
16256 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16257 (scheme-form-at-point, scheme-start-file)
16258 (scheme-interactively-start-process): New functions.
16259 (scheme-get-process): New function, extracted from `scheme-proc'.
16260 (run-scheme): Call `scheme-start-file' to get start file, and pass
16261 it to `make-comint'.
16262 (switch-to-scheme, scheme-proc):
16263 Call `scheme-interactively-start-process' if no Scheme buffer/process
16264 is available.
16265
16266 2005-08-06 Juri Linkov <juri@jurta.org>
16267
16268 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16269 Use `compilation-text-face', `compilation-info-text-face' and
16270 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16271 (compilation-error): New face.
16272 (compilation-error-file-name): Inherit from
16273 `compilation-error' instead of `font-lock-warning-face'.
16274 (compilation-warning-file-name): Inherit from
16275 `compilation-warning' instead of `font-lock-warning-face'.
16276 (compilation-info, compilation-error-file-name)
16277 (compilation-warning-file-name, compilation-info-file-name)
16278 (compilation-line-number, compilation-column-number): Doc fix.
16279 (compilation-error-text-face, compilation-warning-text-face)
16280 (compilation-info-text-face): New face variables.
16281 (compilation-line-face, compilation-column-face)
16282 (compilation-enter-directory-face)
16283 (compilation-leave-directory-face): Doc fix.
16284 (compilation-text-face): New function.
16285
16286 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16287 instead of 1 to display binary file names as info file links.
16288 (grep-error-face): Use `compilation-error-face' instead of
16289 `font-lock-keyword-face'.
16290 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16291 and `compilation-warning-text-face' instead of
16292 `font-lock-keyword-face'. Use `compilation-error-text-face'
16293 instead of `grep-error-face'.
16294
16295 2005-08-05 Kenichi Handa <handa@m17n.org>
16296
16297 * international/code-pages.el: Add autoload cookies for all coding
16298 systems.
16299
16300 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16301
16302 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16303
16304 2005-08-04 Juri Linkov <juri@jurta.org>
16305
16306 * progmodes/compile.el (compilation-mode-map):
16307 * progmodes/grep.el (grep-mode-map):
16308 Bind TAB to `compilation-next-error' and [backtab] to
16309 `compilation-previous-error'.
16310
16311 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16312 matching line numbers, column numbers and their ranges with regexp
16313 matching only line numbers.
16314 (grep-context-face): New face variable.
16315 (grep-mode-font-lock-keywords): Use it.
16316
16317 * faces.el (read-face-name): Delete duplicate faces.
16318
16319 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16320
16321 * thumbs.el (thumbs-find-image): Don't make variables
16322 automatically buffer local.
16323 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16324 (thumbs-image-num): Make automatically buffer local.
16325 (thumbs-show-thumbs-list): Use `make-local-variable', not
16326 `make-variable-buffer-local'.
16327 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16328
16329 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16330 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16331 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16332 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16333 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16334 (feelings-about, foullst, found, hello, history, howareyoulst)
16335 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16336 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16337 (neglst, obj, object, owner, please, problems, qlist)
16338 (random-adjective, relation, remlst, repetitive-shortness)
16339 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16340 (shortlst, something, sportslst, stallmanlst, states, subj)
16341 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16342 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16343 Defvar at compile time.
16344
16345 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16346 not `make-variable-buffer-local'.
16347
16348 2005-08-02 Kim F. Storm <storm@cua.dk>
16349
16350 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16351 rectangle overlay in selected window.
16352
16353 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16354
16355 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16356 instead of display group. Make `indicate-buffer-boundaries'
16357 customizable through Custom.
16358
16359 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16360
16361 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16362 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16363 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16364 (gdb-put-string): Fix typos in docstrings.
16365
16366 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16367
16368 Update copyright notices of files in progmodes directory for
16369 release of Emacs 22.1.
16370
16371 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16372
16373 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16374 Don't barf if the GUD buffer has been killed.
16375
16376 2005-08-01 Kim F. Storm <storm@cua.dk>
16377
16378 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16379
16380 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * simple.el (next-error-follow-minor-mode):
16383 make-variable-buffer-local -> make-local-variable.
16384
16385 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16386
16387 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16388 (byte-compile-form-make-variable-buffer-local): New functions to warn
16389 about misuses of make-variable-buffer-local where make-local-variable
16390 was meant.
16391
16392 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16393
16394 * bs.el (bs-attributes-list): Doc fix.
16395 (bs): Update url-link.
16396
16397 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16398 (desktop-load-default): Simplify.
16399
16400 * ibuffer.el (ibuffer-columnize-and-insert-list)
16401 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16402 (ibuffer-unmark-all, ibuffer-toggle-marks)
16403 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16404 (ibuffer-compile-make-format-form, ibuffer-format-column)
16405 (ibuffer-current-buffers-with-marks)
16406 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16407 (ibuffer): Doc fix.
16408 (ibuffer-mode): Fix typo in docstring.
16409 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16410 with `define-obsolete-variable-alias'.
16411 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16412
16413 2005-07-29 Kenichi Handa <handa@m17n.org>
16414
16415 * international/mule-cmds.el (select-message-coding-system):
16416 Be sure to use LF for end-of-line. If no coding system is decided,
16417 return iso-8859-1-unix.
16418
16419 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16422 (ange-ftp-pending-error-line): New vars.
16423 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16424 to handle the non-fatal no-route-to-host messages.
16425 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16426
16427 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16428
16429 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16430 (isearch-quote-char, isearch-printing-char)
16431 (isearch-text-char-description): "?\ " -> "?\s".
16432 (isearch-lazy-highlight-cleanup)
16433 (isearch-lazy-highlight-initial-delay)
16434 (isearch-lazy-highlight-interval)
16435 (isearch-lazy-highlight-max-at-a-time)
16436 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16437 Declare with define-obsolete-*-alias macros.
16438 (isearch-forward): Fix typo in docstring.
16439 (search-invisible, search-ring-yank-pointer)
16440 (regexp-search-ring-yank-pointer): Doc fixes.
16441
16442 * recentf.el (recentf-menu-append-commands-p): Declare with
16443 `define-obsolete-variable-alias'.
16444 (recentf-max-saved-items, recentf-menu-filter)
16445 (recentf-arrange-by-rule-subfilter): Doc fixes.
16446 (recentf-menu-append-commands-flag)
16447 (recentf-initialize-file-name-history, recentf-expand-file-name)
16448 (recentf-clear-data): Fix typos in docstrings.
16449
16450 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16451
16452 * progmodes/gdb-ui.el: Smarten comments.
16453 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16454
16455 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16456
16457 * term/apollo.el (terminal-init-apollo): New function containing
16458 all former top level forms in the file.
16459 * term/bobcat.el (terminal-init-bobcat):
16460 * term/cygwin.el (terminal-init-cygwin):
16461 * term/iris-ansi.el (terminal-init-iris-ansi):
16462 * term/linux.el (terminal-init-linux):
16463 * term/news.el (terminal-init-news):
16464 * term/rxvt.el (terminal-init-rxvt):
16465 * term/sun.el (terminal-init-sun):
16466 * term/tvi970.el (terminal-init-tvi970):
16467 * term/vt100.el (terminal-init-vt100):
16468 * term/vt102.el (terminal-init-vt102):
16469 * term/vt125.el (terminal-init-vt125):
16470 * term/vt200.el (terminal-init-vt200):
16471 * term/vt201.el (terminal-init-vt201):
16472 * term/vt220.el (terminal-init-vt220):
16473 * term/vt240.el (terminal-init-vt240):
16474 * term/vt300.el (terminal-init-vt300):
16475 * term/vt320.el (terminal-init-vt320):
16476 * term/vt400.el (terminal-init-vt400):
16477 * term/vt420.el (terminal-init-vt420):
16478 * term/wyse50.el (terminal-init-wyse50):
16479 * term/xterm.el (terminal-init-xterm): Likewise.
16480
16481 * term/README: Describe the terminal-init-* functionality.
16482
16483 * startup.el (command-line): After loading the terminal initialization
16484 file call the corresponding terminal initialization function.
16485
16486 2005-07-27 Kenichi Handa <handa@m17n.org>
16487
16488 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16489 negative.
16490
16491 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16492 (ps-mule-composition-prologue): Fix for the case that
16493 RelativeCompose is false.
16494
16495 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16496
16497 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16498
16499 * descr-text.el (describe-char): Handle the case where the list of
16500 chars is displayed in a separate frame.
16501 Be a bit more discriminating when looking for the char.
16502
16503 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16504
16505 * bookmark.el (bookmark-automatically-show-annotations)
16506 (bookmark-read-annotation-text-func): Doc fixes.
16507 (bookmark-save): Improve argument/docstring consistency.
16508 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16509 (bookmark-alist-from-buffer)
16510 (bookmark-upgrade-file-format-from-0)
16511 (bookmark-grok-file-format-version)
16512 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16513 (bookmark-read-annotation-mode)
16514 (bookmark-insert-current-bookmark, bookmark-jump)
16515 (bookmark-exit-hook): Fix typos in docstrings.
16516 (bookmark-exit-hooks): Define as obsolete alias.
16517 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16518 not `bookmark-exit-hooks'. Fix docstring.
16519 (bookmark-bmenu-select): "?\ " -> "?\s".
16520
16521 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16522
16523 * startup.el (command-line): Fix typo.
16524
16525 2005-07-24 Richard M. Stallman <rms@gnu.org>
16526
16527 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16528 not emacs-quick-startup.
16529
16530 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16531
16532 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16533 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16534 instead of `reb-with-current-window'.
16535 (reb-prev-match): Likewise. Also, don't move left if the search
16536 was unsuccessful.
16537 (reb-initialize-buffer): New function.
16538 (re-builder, reb-change-syntax): Use it.
16539
16540 * man.el (Man-goto-page): Make second argument NOERROR optional.
16541
16542 2005-07-23 Richard M. Stallman <rms@gnu.org>
16543
16544 * man.el (Man-bgproc-sentinel): Check here for failure to find
16545 any man page in the output, and report the error here.
16546 (Man-arguments): Make it permanent local.
16547 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16548 (Man-mode): Pass t for NOERROR.
16549
16550 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16551 (grep-mode-font-lock-keywords):
16552 Don't use compilation-...-face for messages that are not file names.
16553
16554 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16555 Don't use compilation-...-face for messages that are not file names.
16556
16557 2005-07-22 Juri Linkov <juri@jurta.org>
16558
16559 * startup.el (normal-splash-screen): Update menu name.
16560
16561 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16562
16563 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16564
16565 * term/xterm.el: Load term/rxvt if the terminal is actually an
16566 rxvt terminal.
16567 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16568
16569 * term/rxvt.el (function-key-map): Use substitute-key-definition
16570 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16571
16572 * term/cygwin.el: New file.
16573
16574 2005-07-22 Kim F. Storm <storm@cua.dk>
16575
16576 * image-file.el (insert-image-file, image-file-yank-handler):
16577 Fix last change to maintain a (unique) yank-handler on yanked images.
16578
16579 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16580
16581 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16582 of the file size (as in "177B" for 177 bytes). This happens with
16583 "ls -lh" on FreeBSD.
16584
16585 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16586
16587 * hilit-chg.el (highlight-changes-global-initial-state)
16588 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16589 (hilit-chg-fixup, highlight-changes-mode):
16590 Fix typos in docstrings.
16591 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16592 Doc fixes.
16593
16594 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16595
16596 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16597 mode function using `eval-after-load'.
16598
16599 2005-07-21 Kim F. Storm <storm@cua.dk>
16600
16601 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16602 included when reporting an emacs crash, and tell about the DEBUG file.
16603
16604 * image-file.el (insert-image-file): Add yank-handler.
16605 (image-file-yank-handler): Yank handler to make unique copies of
16606 images when they are yanked into a buffer next to each other.
16607
16608 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16609
16610 * comint.el (comint-use-prompt-regexp, comint-send-input)
16611 (comint-source-default, comint-extract-string)
16612 (comint-get-source, comint-word, comint-completion)
16613 (comint-source, comint-prompt-read-only, comint-update-fence):
16614 Fix typos in docstrings.
16615 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16616 Declare with define-obsolete-*-alias macros.
16617 (comint-previous-matching-input-from-input)
16618 (comint-next-matching-input-from-input)
16619 (comint-previous-matching-input, comint-next-matching-input)
16620 (comint-forward-matching-input):
16621 Improve argument/docstring consistency.
16622
16623 * desktop.el (desktop-clear-preserve-buffers-regexp):
16624 Also preserve the *server* buffer.
16625
16626 * simple.el (clone-indirect-buffer): Doc fix.
16627 (fixup-whitespace, just-one-space)
16628 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16629 (next-error, next-error-highlight)
16630 (next-error-highlight-no-select, next-error-last-buffer)
16631 (next-error-buffer-p, next-error-find-buffer, next-error)
16632 (previous-error, next-error-no-select, previous-error-no-select)
16633 (open-line, split-line, minibuffer-prompt-width, kill-new)
16634 (binary-overwrite-mode): Fix typos in docstrings.
16635 (set-fill-column): Fix typo in message.
16636
16637 * skeleton.el (skeleton-proxy-new): Doc fix.
16638
16639 * strokes.el (strokes-load-hook): Doc fix.
16640 (strokes-grid-resolution, strokes-get-grid-position)
16641 (strokes-renormalize-to-grid, strokes-read-stroke)
16642 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16643 (strokes-global-map): Fix typos in docstrings.
16644 (strokes-help): Doc fix. Fix help message and pass it through
16645 `substitute-command-keys'.
16646
16647 * tempo.el (tempo-insert-prompt, tempo-interactive)
16648 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16649 (tempo-insert-string-functions, tempo-local-tags)
16650 (tempo-define-template, tempo-insert-template)
16651 (tempo-insert-prompt-compat, tempo-is-user-element)
16652 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16653 Fix typos in docstrings.
16654
16655 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16656 (vcursor-key-bindings, vcursor-use-vcursor-map)
16657 (vcursor-find-window, vcursor-scroll-down)
16658 (vcursor-disable, vcursor-beginning-of-buffer)
16659 (vcursor-end-of-buffer): Fix typos in docstrings.
16660 (vcursor-relative-move, vcursor-get-char-count):
16661 Improve argument/docstring consistency.
16662
16663 * version.el: "?\ " -> "?\s".
16664
16665 * wid-edit.el (widget-default-create, widget-after-change)
16666 (widget-default-format-handler, widget-checklist-add-item)
16667 (widget-radio-add-item, widget-choose, widget-specify-secret)
16668 (widget-field-value-create, widget-field-value-get)
16669 (widget-editable-list-format-handler)
16670 (widget-editable-list-entry-create, widget-group-value-create)
16671 (widget-documentation-link-add)
16672 (widget-documentation-string-value-create): "?\ " -> "?\s".
16673 (widget-convert-text): Doc fix.
16674 (widget-narrow-to-field, widget-field-find)
16675 (widget-url-link-action, widget-emacs-library-link-action)
16676 (widget-color-notify): Fix typos in docstrings.
16677
16678 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16679 (x-select-text, set-w32-system-coding-system)
16680 (w32-add-charset-info): Fix typos in docstrings.
16681
16682 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16683 (cua-enable-cua-keys, cua-use-hyper-key)
16684 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16685 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16686
16687 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16688
16689 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16690 `defalias' instead of faking it.
16691
16692 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16693 (eshell-ls-missing, eshell-ls-dired-initial-args)
16694 (eshell-ls-use-in-dired): Fix typos in docstrings.
16695
16696 2005-07-20 Kim F. Storm <storm@cua.dk>
16697
16698 * emulation/cua-base.el (cua-mode): Improve doc string.
16699
16700 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16701
16702 * abbrev.el (expand-region-abbrevs): Doc fix.
16703 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16704 Improve argument/docstring consistency.
16705
16706 * arc-mode.el (archive-get-descr, archive-alternate-display):
16707 Doc fixes.
16708 (archive-l-e): Improve argument/docstring consistency.
16709 (archive-tmpdir, archive-unixdate, archive-unixtime)
16710 (archive-chmod-entry): Fix typos in docstrings.
16711 (archive-unflag, archive-unflag-backwards)
16712 (archive-unmark-all-files): "?\ " -> "?\s".
16713
16714 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16715 (Buffer-menu-not-modified, Buffer-menu-execute)
16716 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16717 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16718
16719 * composite.el (compose-string, encode-composition-rule)
16720 (compose-last-chars): Fix typos in docstrings.
16721
16722 * desktop.el (desktop-enable, desktop-basefilename):
16723 Declare with `define-obsolete-variable-alias'.
16724 (desktop-internal-v2s): Don't quote keywords.
16725 (desktop-clear): "?\ " -> "?\s".
16726
16727 * dired.el (dired-align-file, dired-flag-backup-files)
16728 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16729 (dired-listing-switches, dired-ls-F-marks-symlinks)
16730 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16731 (dired-directory, dired-faces, dired, dired-revert)
16732 (dired-mode, dired-summary, dired-view-file)
16733 (dired-copy-filename-as-kill, dired-delete-file)
16734 (dired-no-confirm, dired-unmark-all-marks)
16735 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16736 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16737 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16738 Fix typos in message strings.
16739
16740 * dired-x.el (virtual-dired): Declare with `defalias'.
16741 (dired-mark-unmarked-files, dired-local-variables-file)
16742 (dired-omit-here-always): Doc fix.
16743 (dired-omit-mode, dired-find-subdir)
16744 (dired-enable-local-variables, dired-clean-up-buffers-too)
16745 (dired-extra-startup, dired-mark-extension, dired-jump)
16746 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16747 (dired-smart-shell-command, dired-guess-shell-alist-user)
16748 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16749 (dired-x-bind-find-file, dired-x-submit-report):
16750 Fix typos in docstrings.
16751 (dired-mark-unmarked-files): "?\ " -> "?\s".
16752
16753 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16754
16755 * faces.el (describe-face): "?\ " -> "?\s".
16756 (read-all-face-attributes, read-face-font, modify-face)
16757 (face-attr-construct, italic): Fix typos in docstrings.
16758 (frame-update-face-colors): Declare with
16759 `define-obsolete-function-alias'.
16760
16761 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16762 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16763 (magic-mode-alist, buffer-file-numbers-unique)
16764 (write-file-functions, get-free-disk-space):
16765 Fix typos in docstrings.
16766 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16767 (write-contents-hooks, write-file-hooks):
16768 Declare with `define-obsolete-variable-alias'.
16769
16770 * forms-d2.el (arch-rj): Fix typo in docstrings.
16771 (arch-tocol): Likewise. "?\ " -> "?\s".
16772
16773 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16774 Fix typo in docstring.
16775 (set-screen-width, set-screen-height): Delete redundant info in
16776 doctrings.
16777 (new-frame, screen-height, screen-width): Declare with
16778 `define-obsolete-function-alias'.
16779 (delete-frame-hook, blink-cursor): Declare with
16780 `define-obsolete-variable-alias'.
16781
16782 * paths.el (prune-directory-list): Fix typos in docstring.
16783
16784 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16785 (cvs-prefix-get): Fix typos in docstrings.
16786
16787 * ps-print.el (ps-extend-face-list, ps-extend-face)
16788 (ps-print-background-image): Fix typos in docstrings.
16789 (ps-default-fg, ps-default-bg): Doc fixes.
16790
16791 * s-region.el (s-region-bind): Doc fix.
16792 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16793
16794 * textmodes/org.el (org-table-formula-substitute-names)
16795 (org-table-get-vertical-vector): Doc fixes.
16796 (org-table-recalculate): Remove unused argument to `message'.
16797
16798 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16799
16800 * textmodes/org.el (org-table-column-names)
16801 (org-table-column-name-regexp)
16802 (org-table-named-field-locations): New variables.
16803 (org-archive-subtree): Protect `this-command' when calling
16804 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16805 the kill buffer.
16806 (org-complete): Remove fixed-formula completion.
16807 (org-edit-formulas-map): New variable.
16808 (org-table-edit-formulas): New command.
16809 (org-finish-edit-formulas, org-abort-edit-formulas)
16810 (org-show-variable, org-table-get-vertical-vector): New functions.
16811 (org-table-maybe-eval-formula): Handle `:=' fields.
16812 (org-table-get-stored-formulas, org-table-store-formulas)
16813 (org-table-get-formula, org-table-modify-formulas)
16814 (org-table-replace-in-formulas): Handle named field formulas.
16815 (org-table-get-specials): Store locations of named fields.
16816
16817 2005-07-19 Juri Linkov <juri@jurta.org>
16818
16819 * progmodes/grep.el (grep-regexp-alist)
16820 (grep-mode-font-lock-keywords, grep-process-setup):
16821 Use default GNU grep match color "01;31m" instead of "01;41m".
16822 (grep-regexp-alist, grep-mode-font-lock-keywords):
16823 Use `\\[[0-9]*m' instead of `\\[00m'.
16824 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16825 sgr_start where its handling is more important. Use the real
16826 length of sgr_start instead of constant 8.
16827 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16828 specially. Delete all remaining escape sequences.
16829 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16830 (grep-regexp-alist): Make hyperlink only for binary file name
16831 instead of the whole line.
16832 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16833 (grep-mode): Add autoload.
16834
16835 * emacs-lisp/find-func.el (find-function-regexp):
16836 Add `define-compilation-mode'.
16837
16838 2005-07-19 Juri Linkov <juri@jurta.org>
16839
16840 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16841 (compare-windows-sync-string-size, compare-windows-recenter)
16842 (compare-windows-highlight, compare-windows): Add version 22.1.
16843 (compare-windows) <defface>: Inherit from lazy-highlight instead
16844 of duplicating its default value.
16845
16846 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16847 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16848
16849 * descr-text.el (describe-char): Create link buttons for `charset'
16850 and `code point'. Add the current input method name with a link
16851 button to `to input' field. Print face names of display table
16852 characters in `The display table entry is displayed by' section
16853 instead of printing face-id in the `display' field.
16854 Guess hardcoded faces and create a link button for them.
16855 Skip empty fields when calculating max-width.
16856 Treat `widget-create' specially while inserting strings from the
16857 collected field list.
16858 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16859
16860 * diff-mode.el (diff-file-header): Change foreground color from
16861 yellow to green on light backgrounds.
16862 (diff-context): Inherit from `shadow' only for color/grayscale
16863 with more than 88 colors.
16864 (diff-indicator-removed, diff-indicator-added)
16865 (diff-indicator-changed): New faces.
16866 (diff-font-lock-keywords): Use new faces. Regroup rules.
16867 Add "^---$" for `normal' diff format. Fontify `#' lines with
16868 font-lock-comment-delimiter-face and font-lock-comment-face.
16869 Add `#' to ^[^...] in the rule for `diff-context-face'.
16870
16871 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16872 a button-like box. Inherit from `highlight' on low colors.
16873 (shadow): Use shades of gray only for color/grayscale with
16874 more than 88 colors. Use green for light backgrounds with
16875 8 colors, and yellow for dark backgrounds with 8 colors.
16876
16877 * font-lock.el (font-lock-regexp-grouping-backslash):
16878 Don't inherit from escape-glyph (use bold for all cases).
16879
16880 * info.el (info-xref-visited): Use light foreground color `violet'
16881 for dark backgrounds instead of dark color `magenta3'.
16882 (info-title-1): Use `yellow' color for dark backgrounds.
16883
16884 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16885 too-light magenta2.
16886
16887 * replace.el (match): Use slightly more light RoyalBlue3 instead
16888 of dark RoyalBlue4.
16889
16890 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16891
16892 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16893
16894 * novice.el (disabled-command-hook): Declare it with
16895 `define-obsolete-variable-alias'.
16896
16897 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16898 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16899 (desktop-load-default): Add release to obsolescence info.
16900 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16901 (desktop-append-buffer-args, desktop-read):
16902 Fix typos in docstrings.
16903 (desktop-kill): Fix typo in message.
16904 (desktop-save): Doc fix.
16905
16906 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16907
16908 * viper-cmd.el (viper-escape-to-state): Bug fix.
16909 (viper-envelop-ESC-key): Change the definition of fast
16910 keysequence so it'll work with keyboard macros.
16911
16912 * ediff.el (ediff-patch-buffer): Change the docstring.
16913
16914 2005-07-19 Kenichi Handa <handa@m17n.org>
16915
16916 * international/mule-cmds.el (select-safe-coding-system): Try to
16917 use an auto-coding (if any) before anything else. If the found
16918 auto-coding is invalid, show a warning message.
16919
16920 * international/mule.el (find-auto-coding): New function created
16921 by modifying the body of set-auto-coding.
16922 (set-auto-coding): Use find-auto-coding to find a coding.
16923
16924 2005-07-18 Richard M. Stallman <rms@gnu.org>
16925
16926 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16927 not isearch-mode-end-hook-error.
16928 (allout-before-change-protect): Fix error message.
16929
16930 2005-07-18 Juri Linkov <juri@jurta.org>
16931
16932 * allout.el (allout-mode):
16933 * calculator.el (calculator-copy):
16934 * custom.el (custom-known-themes):
16935 * dired.el (dired-desktop-buffer-misc-data)
16936 (dired-restore-desktop-buffer):
16937 * dired-x.el (dired-omit-marker-char):
16938 * files.el (basic-save-buffer):
16939 * font-core.el (font-lock-mode):
16940 * calendar/calendar.el (calendar-goto-hebrew-date)
16941 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16942 (calendar-goto-persian-date):
16943 * language/ethio-util.el (ethio-sera-to-fidel-region):
16944 * textmodes/picture.el (picture-mode):
16945 Delete duplicate duplicate words.
16946
16947 2005-07-18 Juri Linkov <juri@jurta.org>
16948
16949 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16950 chars * ? } |.
16951 (isearch-fallback): Don't call `isearch-process-search-char'.
16952 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16953 (isearch-process-search-char): Call `isearch-fallback' for regexp
16954 chars * ? } |.
16955 (isearch-return-char): Make obsolete with `make-obsolete' instead
16956 of simply documenting it as obsolete in the docstring.
16957 (isearch-fallback): Refill docstring.
16958
16959 * international/isearch-x.el
16960 (isearch-process-search-multibyte-characters): Remove unneeded
16961 `concat'. Add intermediate values to `junk-hist' instead of
16962 `minibuffer-history'. Test the length of `str'.
16963
16964 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16965
16966 * allout.el (allout-resolve-xref): Fix typos in error strings.
16967 (allout-before-change-protect): Remove unneeded `concat'.
16968
16969 * array.el (array-mode, array-reconfigure-rows)
16970 (untabify-backward): Fix typos in docstrings.
16971 (array-reconfigure-rows): Use `insert-buffer-substring', not
16972 `insert-buffer'.
16973
16974 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16975 * progmodes/ada-mode.el (ada-make-body):
16976 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16977
16978 * dired.el (dired-log):
16979 * tar-mode.el (tar-subfile-save-buffer):
16980 * play/zone.el (zone-pgm-stress-destress):
16981 Use `insert-buffer-substring', not `insert-buffer'.
16982
16983 2005-07-17 Simon Josefsson <jas@extundo.com>
16984
16985 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16986
16987 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16988
16989 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16990 Add plain auth method.
16991 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16992
16993 2005-07-17 Kim F. Storm <storm@cua.dk>
16994
16995 * ido.el (dired-other-window): Add ido property.
16996
16997 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16998
16999 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17000 Fix typo in docstring.
17001 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17002 `insert-file-literally'.
17003
17004 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17005 info and delete redundant message. Doc fix.
17006 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17007 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17008
17009 2005-07-16 Richard M. Stallman <rms@gnu.org>
17010
17011 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17012 (byte-compile-and): Use byte-compile-and-recursion.
17013 (byte-compile-or-recursion): New function.
17014 (byte-compile-or): Use that.
17015 (byte-compile-if): Guard the else-clause too.
17016 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17017
17018 * isearch.el (isearch-mode-end-hook-quit): New variable.
17019 (isearch-done): Bind it.
17020 (isearch-mode-end-hook): Doc fix.
17021
17022 * allout.el (allout-isearch-did-quit): Variable deleted.
17023 (allout-real-isearch-abort): Function name no longer used.
17024 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17025 (allout-isearch-rectification): isearch-mode always exists.
17026 Don't set allout-isearch-did-quit.
17027 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17028 allout-isearch-did-quit.
17029 (allout-enwrap-isearch): Just add the hook.
17030 (allout-isearch-abort): Function deleted.
17031 (allout-pre-command-business): Avoid warning.
17032
17033 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17034 Correctly avoid warnings.
17035 (pascal-outline): Likewise.
17036
17037 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17038
17039 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17040
17041 * play/tetris.el (tetris-mode): Avoid warning.
17042
17043 * play/snake.el (snake-mode): Avoid warning.
17044
17045 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17046 (gamegrid-set-display-table): Avoid warning.
17047 (gamegrid-set-timer): Likewise.
17048 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17049 (gamegrid-add-score-with-update-game-score-1): Take FILE
17050 as argument.
17051 (gamegrid-add-score-with-update-game-score): Pass that argument.
17052 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17053
17054 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17055
17056 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17057 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17058
17059 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17060 and insert-file.
17061
17062 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17063 (sc-ask): Avoid warnings.
17064
17065 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17066 (eshell-hist-initialize): Use that var the natural way.
17067
17068 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17069
17070 * emacs-lisp/re-builder.el (reb-cook-regexp):
17071 Avoid warning calling lre-compile-string.
17072 (reb-color-display-p): Avoid warning.
17073
17074 * calculator.el (calculator-last-input): Guard uses
17075 of event-key and key-press-event-p.
17076 (event-key, key-press-event-p): Delete definitions.
17077
17078 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17079 (find-gc-source-directory, find-gc-subrs-callers)
17080 (find-gc-noreturn-list, find-gc-source-files)
17081 (find-gc-subrs-called): Vars renamed and defvar'd.
17082
17083 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17084 (checkdoc-overlay-put, checkdoc-delete-overlay)
17085 (checkdoc-overlay-start, checkdoc-overlay-end)
17086 (checkdoc-mode-line-update, checkdoc-char=):
17087 Define such that compiler knows they are defined.
17088 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17089 (checkdoc-read-event): Delete. Use read-event directly.
17090
17091 * whitespace.el (whitespace-make-overlay)
17092 (whitespace-overlay-put, whitespace-delete-overlay)
17093 (whitespace-overlay-start, whitespace-overlay-end):
17094 Define such that compiler knows they are defined.
17095 (whitespace): Move conditional inside.
17096
17097 * tempo.el (tempo-insert-template): Suppress warning.
17098
17099 * ediff-diff.el (longlines-mode): Add defvar.
17100
17101 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17102
17103 * server.el: Bind "C-x #" in a way that works even if C-x is
17104 redefined to a command key, not a prefix key.
17105
17106 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17107
17108 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17109 cl-make-type-test till execution time.
17110
17111 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17112
17113 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17114 arg ARG and use it.
17115
17116 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17117
17118 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17119
17120 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17121
17122 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17123 a defcustom with two :set or :type keywords.
17124
17125 2005-07-15 Richard M. Stallman <rms@gnu.org>
17126
17127 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17128 Don't give ^M comment-end syntax.
17129
17130 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17131
17132 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17133 Don't consider gdbmi (gdb-mi.el has its own update functions).
17134 (gdb-var-delete): Make it work for gdbmi as well.
17135 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17136
17137 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17138 (gud-speedbar-menu-items): Correct logic for enabling items.
17139
17140 2005-07-15 Kim F. Storm <storm@cua.dk>
17141
17142 * ido.el: Fix commentary.
17143 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17144 Use with-no-warnings around ffap-guesser.
17145 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17146 Let bind minibuffer-completing-file-name to t.
17147
17148 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17149
17150 * startup.el (site-run-file, keyboard-type): Doc fixes.
17151 (command-line): Check for "--basic-display" argument; also for
17152 "--quick", not "--bare-bones" (which was renamed).
17153 (fancy-splash-text): Add missing item "Getting New Versions".
17154 (normal-splash-screen): Fix typos and improve consistency with
17155 `fancy-splash-text'. Update copyright year.
17156
17157 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17158 valid binding for `help-char'.
17159
17160 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17161
17162 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17163
17164 * term.el (term-mode): Disable cua-mode for term buffers.
17165
17166 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17167
17168 * add-log.el (add-log-mailing-address, change-log-merge):
17169 Doc fixes.
17170 (change-log-get-method-definition): Fix typo in docstring.
17171
17172 2005-07-14 Kim F. Storm <storm@cua.dk>
17173
17174 * emulation/cua-base.el:
17175 (cua--pre-command-handler-1, cua--pre-command-handler)
17176 (cua--post-command-handler-1, cua--post-command-handler):
17177 Split in two. Check (buffer local) value of cua-mode.
17178 (cua-selection-mode): New command.
17179
17180 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17181
17182 * custom.el (custom-initialize-safe-set)
17183 (custom-initialize-safe-default): Doc fixes.
17184
17185 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17186 and simplify :init-value again.
17187
17188 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17189 and simplify :init-value again. Delete autoload.
17190
17191 * startup.el (command-line): Use `custom-reevaluate-setting' again
17192 for tooltip-mode.
17193
17194 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17195 a defcustom with two :initialize keywords.
17196
17197 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17198
17199 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17200 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17201 (allout-post-command-business, allout-flag-region)
17202 (isearch-reenable-font-lock, allout-yank)
17203 (allout-insert-latex-header, allout-insert-latex-trailer)
17204 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17205 (allout-latex-verb-quote): Fix typos in docstrings.
17206 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17207 (allout-unprotected, allout-prefix-data):
17208 Improve argument/docstring consistency.
17209 (allout-chart-subtree): Fix argument spec.
17210 (allout-open-topic): Rename `use_sib_bullet' argument to
17211 `use-sib-bullet'. Doc fix.
17212
17213 * whitespace.el (whitespace-check-buffer-leading)
17214 (whitespace-check-buffer-trailing)
17215 (whitespace-check-buffer-indent)
17216 (whitespace-check-buffer-spacetab)
17217 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17218 (whitespace-check-leading-whitespace)
17219 (whitespace-check-trailing-whitespace)
17220 (whitespace-check-spacetab-whitespace)
17221 (whitespace-check-indent-whitespace)
17222 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17223 (whitespace-modes): Fix typos in docstrings.
17224 (defgroup, defcustom): Doc fixes.
17225
17226 * winner.el (winner-mode, winner-boring-buffers)
17227 (winner-pending-undo-ring): Doc fixes.
17228 (winner-ring): Remove unneeded `progn'.
17229 (winner-equal): `defsubst' it.
17230 (winner-redo): Fix message.
17231
17232 2005-07-13 Kim F. Storm <storm@cua.dk>
17233
17234 * simple.el (line-move-1): Always use vertical-motion to
17235 do the last (or only) line move to ensure some movement.
17236 Undo 2005-06-23 change--don't check for overlays.
17237
17238 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17239
17240 * term/mac-win.el (ccl-encode-mac-roman-font)
17241 (ccl-encode-mac-centraleurroman-font)
17242 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17243 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17244 Change charset-id boundary of dimension to ?\xef.
17245 (mac-char-fontspec-list): New constant.
17246 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17247 argument. Nil uses itself as family in font-spec. Previous
17248 behavior for nil is now provided by non-nil non-string argument.
17249 All callers changed. Add font-specs for Mac fonts to
17250 "fontset-default" unless iso8859-1 fonts are installed.
17251
17252 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17255 a continuation line if the \ is preceded by SPC or TAB.
17256 (sh-get-indent-info): Simplify.
17257 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17258 Use with-current-buffer.
17259
17260 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17261 when the matched text is empty.
17262
17263 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17264
17265 * startup.el (command-line): Revert to previous handling of
17266 tooltip-mode. Explain in comment why the complexity is needed.
17267
17268 * tooltip.el (tooltip-mode): Revert to previous implementation of
17269 its defcustom.
17270
17271 * frame.el (blink-cursor-mode): Revert to previous implementation
17272 of its defcustom. Update comment.
17273
17274 2005-07-12 Lars Hansen <larsh@soem.dk>
17275
17276 * desktop.el: Update e-mail address.
17277
17278 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17279
17280 * term/mac-win.el (mac-services-mail-selection)
17281 (mac-services-mail-to): New functions.
17282 (mac-application-menu-map): Bind them.
17283
17284 2005-07-12 wulei <milton@wulei.net> (tiny change)
17285
17286 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17287
17288 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17289
17290 * custom.el (custom-reevaluate-setting): Doc fix.
17291
17292 2005-07-11 Jay Belanger <belanger@truman.edu>
17293
17294 * calc/calc.el (calc-embedded-announce-formula-alist)
17295 (calc-embedded-open-close-plain-alist)
17296 (calc-embedded-open-close-mode-alist): Add checks for additional
17297 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17298
17299 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17300
17301 * custom.el (custom-enable-theme): Don't add theme to
17302 `custom-enabled-themes' with `push' because there is no
17303 setf-method for `delq'.
17304
17305 2005-07-11 Richard M. Stallman <rms@gnu.org>
17306
17307 * custom.el (custom-declare-variable): Doc fix.
17308
17309 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17310 from the alists.
17311
17312 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17313 Do nothing if edebug-active.
17314
17315 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17316 (edebug-display): Do it here instead.
17317
17318 2005-07-10 Richard M. Stallman <rms@gnu.org>
17319
17320 * cus-face.el (custom-theme-set-faces): Make it work.
17321 (custom-reset-faces): Doc fix.
17322 (custom-theme-reset-internal-face, custom-theme-face-value):
17323 Functions deleted.
17324
17325 * custom.el (custom-push-theme): Maintain list of the settings
17326 of a given theme in its theme-settings property.
17327 Maintain position of old settings in the theme-value
17328 or theme-face property.
17329 (custom-enabled-themes): New variable.
17330 (custom-theme-enabled-p): New function.
17331 (provide-theme): Update custom-enabled-themes.
17332 Disable and reenable the `user' theme.
17333 (require-theme): Doc fix.
17334 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17335 (custom-theme-value, custom-theme-variable-value): Likewise.
17336 (custom-theme-reset-internal): Likewise.
17337 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17338 (custom-enable-theme, custom-disable-theme): New functions.
17339 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17340 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17341 (custom-theme-reset-variables): Simplify.
17342 (deftheme, custom-declare-theme, custom-make-theme-feature):
17343 Definitions moved.
17344
17345 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17346
17347 * longlines.el (longlines-show-region)
17348 (longlines-unshow-hard-newlines): Recognize hard newlines by
17349 non-nil hard property, instead of t.
17350
17351 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17352
17353 * viper-cmd.el (viper--key-maps): New variable.
17354 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17355 emulation-mode-map-alists.
17356 (viper-envelop-ESC-key): Use viper-subseq.
17357 (viper-search-forward/backward/next): Disable debug-on-error.
17358
17359 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17360 (viper-ESC-key): New defcustoms.
17361
17362 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17363
17364 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17365 (viper-subseq): Copy of subseq from cl.el.
17366
17367 * viper.el (viper-go-away, viper-set-hooks): Use
17368 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17369
17370 * viper-mous.el (viper-current-frame-saved): Use defvar.
17371
17372 * viper-init.el: Get rid of -face in face names.
17373
17374 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17375 Make it work with longlines mode
17376
17377 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17378
17379 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17380
17381 * ediff-init.el: Get rid of -face in face names.
17382
17383 2005-07-10 Richard M. Stallman <rms@gnu.org>
17384
17385 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17386 and with-timeout-unsuspend.
17387
17388 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17389 and with-timeout-unsuspend.
17390
17391 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17392 (with-timeout): Bind that variable to record timers.
17393 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17394
17395 * emacs-lisp/debug.el (debug-help-follow): New function.
17396 (debugger-mode-map): Use that instead of help-follow.
17397 (debugger-setup-buffer): Use eval-buffer-list
17398 to handle eval-buffer frames.
17399
17400 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17401
17402 * timezone.el (timezone-parse-date): Change first regexp
17403 so it will not mistakenly match dates with no time zone.
17404
17405 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17406
17407 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17408
17409 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17410
17411 * custom.el (custom-initialize-safe-set)
17412 (custom-initialize-safe-default): New functions.
17413
17414 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17415 and simplify :init-value.
17416
17417 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17418 and simplify :init-value. Delete obsolete comment.
17419
17420 * startup.el (command-line): Use `custom-reevaluate-setting' to
17421 handle `tooltip-mode'. Delete obsolete comment.
17422
17423 * files.el (set-visited-file-name): Avoid calling
17424 `file-name-nondirectory' with a nil argument.
17425
17426 2005-07-09 Richard M. Stallman <rms@gnu.org>
17427
17428 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17429 was called with nil for the buffer, handle the read position right.
17430 Handle read position for eval-region, too.
17431
17432 2005-07-09 Juri Linkov <juri@jurta.org>
17433
17434 * fringe.el (fringe-mode): Add period in docstring.
17435 (fringe-query-style): Build prompt depending on `all-frames' arg.
17436
17437 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17438 to not create links to unrelated functions in the Help buffer.
17439
17440 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17441 Doc fix.
17442
17443 * simple.el (next-error-hook): New variable.
17444 (next-error): Use it. Doc fix.
17445
17446 * textmodes/ispell.el (ispell-command-loop): Add current
17447 dictionary name and program name to mode-line-format.
17448 (ispell-region, ispell-process-line): Add current dictionary name
17449 and program name to messages.
17450
17451 2005-07-08 Jay Belanger <belanger@truman.edu>
17452
17453 * calc/calc.el (calc-embedded-announce-formula-alist)
17454 (calc-embedded-open-close-formula-alist)
17455 (calc-embedded-open-close-word-alist)
17456 (calc-embedded-open-close-plain-alist)
17457 (calc-embedded-open-close-new-formula-alist)
17458 (calc-embedded-open-close-mode-alist)
17459 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17460 (calc-embedded-mode-hook): New variables.
17461
17462 * calc/calc-embed.el (calc-embedded-firsttime)
17463 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17464 New variables.
17465 (calc-do-embedded): Use calc-embedded-firsttime,
17466 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17467 determine whether or not to run hooks.
17468 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17469 calc-embedded-firsttime-formula appropriately.
17470 Set calc-embedded delimiter variables according to mode.
17471
17472 2005-07-08 Richard M. Stallman <rms@gnu.org>
17473
17474 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17475 Check for "emacs", etc., as entire symbol, not just as word.
17476 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17477
17478 * files.el (set-visited-file-name): Report the error
17479 for "empty filename" earlier.
17480 (kill-some-buffers): Ignore buffers already dead.
17481
17482 * fringe.el (fringe-mode): Doc fix.
17483
17484 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17485 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17486 Use unwind-protect to ensure byte-compile-unresolved-functions
17487 is updated.
17488
17489 * whitespace.el (whitespace-buffer-leading-cleanup):
17490 Simplify w/ skip-chars-forward.
17491 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17492
17493 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17494 Unconditionally try to leave point at the same old place.
17495
17496 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17497
17498 * comint.el (comint-postoutput-scroll-to-bottom)
17499 (comint-show-maximum-output): Take scroll-margin into consideration.
17500
17501 2005-07-08 Kim F. Storm <storm@cua.dk>
17502
17503 * ido.el (ido-use-filename-at-point): New choice `guess'.
17504 (ido-file-internal): Try ffap-guesser if selected.
17505
17506 * ido.el (ido-before-fallback-functions): New hook.
17507 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17508 (ido-read-file-name): Run it.
17509
17510 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17513 strings rather than a list of symbols to the completion function.
17514
17515 2005-07-07 Jay Belanger <belanger@truman.edu>
17516
17517 * calc/calc-units.el (math-apply-units): Change the places in
17518 which units are simplified.
17519
17520 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17521
17522 * cus-edit.el (customize-option, customize-option-other-window):
17523 Make them handle aliases.
17524
17525 * custom.el (custom-variable-p): Make it recursively follow
17526 aliases. Mention that in the docstring.
17527
17528 2005-07-07 Richard M. Stallman <rms@gnu.org>
17529
17530 * cus-start.el (exec-path): Use `directory' instead of `file'.
17531 Fix tag for nil.
17532
17533 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17534
17535 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17536 when called non-interactively. Doc fix.
17537
17538 2005-07-07 Lute Kamstra <lute@gnu.org>
17539
17540 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17541 new address as well.
17542
17543 2005-07-07 Kenichi Handa <handa@m17n.org>
17544
17545 * international/mule.el (make-coding-system):
17546 Describe `ascii-incompatible' property in the docstring.
17547 (set-file-name-coding-system): Signal an error if coding-system is
17548 ascii-incompatible.
17549 (set-keyboard-coding-system): Likewise.
17550
17551 * international/mule-cmds.el (set-default-coding-systems):
17552 Don't set default-file-name-coding-system and
17553 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17554
17555 * international/utf-16.el: Declare that all UTF-16-based coding
17556 systems are ASCII-incompatible.
17557
17558 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17559
17560 * progmodes/gud.el: Require font-lock for displaying errors.
17561 Used by gdb-ui.el.
17562
17563 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17564
17565 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17566 values for the pattern lists which are `read'able but not
17567 `append'able (like symbols).
17568
17569 2005-07-06 Richard M. Stallman <rms@gnu.org>
17570
17571 * progmodes/flymake.el (flymake-float-time): Instead of
17572 with-no-warnings, test for xemacs.
17573 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17574 to avoid warning.
17575
17576 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17577
17578 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17579
17580 2005-07-05 Lute Kamstra <lute@gnu.org>
17581
17582 * battery.el: Add support for Darwin (with much debugging help
17583 from Samuel Lauber <sam124@operamail.com>).
17584 (battery-status-function, battery-echo-area-format)
17585 (battery-mode-line-format): Add support for pmset on Darwin.
17586 (battery-load-low, battery-load-critical): New user options.
17587 (battery-pmset): New function.
17588
17589 2005-07-05 Lute Kamstra <lute@gnu.org>
17590
17591 Update FSF's address in GPL notices.
17592
17593 * textmodes/page-ext.el: Update FSF's address.
17594
17595 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17598 filling from using prefix when filling a single-line docstring.
17599
17600 * progmodes/flymake.el: Remove useless eval-when-compile.
17601
17602 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17603
17604 2005-07-04 Richard M. Stallman <rms@gnu.org>
17605
17606 * textmodes/org.el (org-file-apps-defaults-gnu):
17607 Rename from org-file-apps-defaults-linux.
17608 (org-default-apps): Don't test system-type for `linux'.
17609 (org-file-apps): Doc fix.
17610
17611 2005-07-04 David Ponce <david@dponce.com>
17612
17613 * tree-widget.el: Improve header Commentary section.
17614 (tree-widget) [defgroup]
17615 (tree-widget-image-enable, tree-widget-themes-directory)
17616 (tree-widget-theme, tree-widget-image-properties-emacs)
17617 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17618 (tree-widget-image-formats, tree-widget-control)
17619 (tree-widget-empty-control, tree-widget-leaf-control
17620 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17621 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17622 (tree-widget-keep, tree-widget-after-toggle-functions)
17623 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17624 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17625 :help-echo message.
17626 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17627 (tree-widget-image-properties): Doc fix. Clearer implementation.
17628 (tree-widget--cursors): New constant.
17629 (tree-widget-lookup-image): New function split from
17630 `tree-widget-find-image'. Clearer implementation.
17631 (tree-widget-find-image): Use it.
17632 (tree-widget-button-keymap): Use `set-keymap-parent'.
17633 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17634 Define the sub-widgets here.
17635 (tree-widget-node): Check that :node is not a tree-widget.
17636 (tree-widget-get-super, tree-widget-open-control)
17637 (tree-widget-close-control, tree-widget-empty-control)
17638 (tree-widget-leaf-control, tree-widget-guide)
17639 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17640 (tree-widget-no-handle, tree-widget-value-delete)
17641 (tree-widget-map): Remove.
17642 (tree-widget-children-value-save): Doc fix. Simplified.
17643 (tree-widget-value-create): Update according to previous changes.
17644
17645 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17646
17647 * textmodes/org.el: Leading space replaced by TABS.
17648 (org-recalc-marks, org-table-rotate-recalc-marks)
17649 (org-table-get-specials): Treat "^" and "_" marks.
17650 (org-table-justify-field-maybe): Optional argument NEW.
17651 (org-table-eval-formula): Parsing of the format simplified.
17652 New modes C,I. Honor the %= parameter in the current table.
17653 Avoid unnecessary re-align by using the NEW argument to
17654 `org-table-justify-field-maybe'.
17655 (org-calc-default-modes): Default for date-format mimicks org-mode.
17656 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17657
17658 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * cus-face.el (custom-theme-set-faces): Make it handle face
17661 aliases whose alias declarations are pre- or autoloaded.
17662
17663 2005-07-04 Juri Linkov <juri@jurta.org>
17664
17665 * faces.el (read-face-name): Put the code for getting a face name
17666 from the buffer before adding the faces from the `face' property.
17667 Use `completing-read-multiple' instead of `completing-read'.
17668 Require `crm'. Add default value and post-process the returned
17669 list of faces.
17670
17671 * emacs-lisp/crm.el (crm-find-current-element)
17672 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17673
17674 * emacs-lisp/lisp-mode.el (eval-defun-1):
17675 * emacs-lisp/edebug.el (edebug-eval-defun):
17676 Remove unnecessary quotes.
17677
17678 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17679
17680 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17681 (prolog-indent-level): Fix typo in docstring.
17682
17683 * info.el (Info-history, Info-history-forward)
17684 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17685
17686 * add-log.el (add-change-log-entry):
17687 * comint.el (comint-dynamic-list-input-ring)
17688 (comint-dynamic-list-completions):
17689 * dabbrev.el (dabbrev-expand):
17690 * delim-col.el (delimit-columns-rectangle-line):
17691 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17692 (diff-unified->context):
17693 * ediff-init.el (ediff-abbrev-jobname):
17694 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17695 (ediff-replace-session-activity-marker-in-meta-buffer):
17696 * info.el (Info-summary):
17697 * lpr.el (printify-region):
17698 * printing.el (pr-create-interface):
17699 * ps-print.el (ps-print-quote):
17700 * ses.el (ses-column-widths, ses-print-cell)
17701 (ses-adjust-print-width, ses-center):
17702 * shell.el (shell-file-name-quote-list):
17703 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17704 (strokes-fill-current-buffer-with-whitespace)
17705 (strokes-xpm-for-stroke, strokes-list-strokes)
17706 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17707 * term.el (term-dynamic-list-input-ring)
17708 (term-dynamic-list-completions):
17709 * calc/calc.el (math-format-stack-value):
17710 * emacs-lisp/edebug.el (edebug-display-freq-count):
17711 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17712 (delphi-new-comment-line):
17713 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17714 * progmodes/executable.el (executable-set-magic):
17715 * progmodes/python.el (inferior-python-mode):
17716 * progmodes/scheme.el (scheme-mode-syntax-table):
17717 * progmodes/sh-script.el (sh-maybe-here-document):
17718 * progmodes/sql.el (sql-copy-column):
17719 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17720 * textmodes/bibtex.el (bibtex-mode):
17721 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17722 (sgml-auto-attributes):
17723 * textmodes/table.el (table-insert, table-shorten-cell)
17724 (table--generate-source-scan-lines, table-delete-row)
17725 (*table--cell-delete-char, table--spacify-frame)
17726 (table--horizontally-shift-above-and-below)
17727 (table--cell-insert-char, table--cell-blank-str)
17728 (table--fill-region-strictly):
17729 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17730 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17731
17732 * add-log.el (change-log):
17733 * apropos.el (apropos):
17734 * comint.el (comint-completion, comint-source):
17735 * dabbrev.el (dabbrev):
17736 * delim-col.el (columns):
17737 * diff-mode.el (diff-mode):
17738 * ediff.el (ediff):
17739 * ediff-diff.el (ediff-diff):
17740 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17741 * ediff-mult.el (ediff-mult):
17742 * ediff-ptch.el (ediff-ptch):
17743 * ediff-wind.el (ediff-window):
17744 * facemenu.el (facemenu):
17745 * indent.el (indent):
17746 * info.el (info):
17747 * jka-cmpr-hook.el (compression, jka-compr):
17748 * lpr.el (lpr):
17749 * outline.el (outlines):
17750 * pcmpl-cvs.el (pcmpl-cvs):
17751 * pcmpl-rpm.el (pcmpl-rpm):
17752 * printing.el (printing):
17753 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17754 (ps-print-vertical, ps-print-headers, ps-print-font)
17755 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17756 (ps-print-background, ps-print-printer, ps-print-page)
17757 (ps-print-miscellany):
17758 * ses.el (ses):
17759 * shell.el (shell, shell-directories, shell-faces):
17760 * startup.el (initialization):
17761 * strokes.el (strokes):
17762 * term.el (term):
17763 * uniquify.el (uniquify):
17764 * w32-vars.el (w32):
17765 * calc/calc.el (calc):
17766 * emacs-lisp/bytecomp.el (bytecomp):
17767 * emacs-lisp/cl-indent.el (lisp-indent):
17768 * emacs-lisp/edebug.el (edebug):
17769 * emacs-lisp/elp.el (elp):
17770 * emacs-lisp/testcover.el (testcover):
17771 * emacs-lisp/trace.el (trace):
17772 * emulation/viper-ex.el (viper-ex):
17773 * emulation/viper-mous.el (viper-mouse):
17774 * mail/mailalias.el (mailalias):
17775 * mail/supercite.el (supercite, supercite-frames)
17776 (supercite-attr, supercite-cite, supercite-hooks):
17777 * net/rcompile.el (remote-compile):
17778 * net/rlogin.el (rlogin):
17779 * obsolete/ooutline.el (outlines):
17780 * progmodes/delphi.el (delphi):
17781 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17782 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17783 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17784 (ebnf-optimization):
17785 * progmodes/etags.el (etags):
17786 * progmodes/executable.el (executable):
17787 * progmodes/idlwave.el (idlwave):
17788 * progmodes/pascal.el (pascal):
17789 * progmodes/prolog.el (prolog):
17790 * progmodes/python.el (python):
17791 * progmodes/scheme.el (scheme):
17792 * progmodes/sh-script.el (sh, sh-script):
17793 * progmodes/sql.el (SQL):
17794 * progmodes/tcl.el (tcl):
17795 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17796 * textmodes/enriched.el (enriched):
17797 * textmodes/makeinfo.el (makeinfo):
17798 * textmodes/sgml-mode.el (sgml):
17799 * textmodes/table.el (table-hooks):
17800 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17801 * textmodes/texinfo.el (texinfo):
17802 * textmodes/two-column.el (two-column):
17803 Finish `defgroup' description with period.
17804
17805 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17806 * eshell/esh-var.el (eshell-var):
17807 * progmodes/vhdl-mode.el (vhdl-testbench):
17808 * textmodes/org.el (org): Fix typos in docstrings.
17809
17810 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17811 consistency.
17812
17813 * progmodes/flymake.el (flymake-find-file): Remove.
17814 (flymake-float-time): Use `with-no-warnings'.
17815 (flymake-check-start-time, flymake-check-was-interrupted)
17816 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17817 (flymake-new-err-info): `defvar' at compile time.
17818
17819 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17820
17821 * replace.el (occur-hook): Doc fix.
17822 (occur-1): Don't call `occur-hook' if there are no matches.
17823
17824 2005-07-03 Richard M. Stallman <rms@gnu.org>
17825
17826 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17827 global-map, save the same map.
17828 (global-map): Don't alter it at top level.
17829 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17830 Then alter it here instead.
17831 (tpu-edt-off): Set global-map to the saved one.
17832
17833 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17834 All references simplified.
17835 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17836 (zmacs-regions): Add defvar.
17837 (repeat-complex-command-map): Everything about that deleted.
17838
17839 * textmodes/artist.el (artist-key-is-drawing)
17840 (artist-key-endpoint1, artist-key-poly-point-list)
17841 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17842 (artist-key-compl-table, artist-rb-save-data)
17843 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17844 Don't put them in eval-when-compile.
17845 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17846
17847 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17848 Use with-no-warnings.
17849
17850 * net/browse-url.el (dos-windows-version): Add defvar.
17851
17852 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17853
17854 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17855 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17856 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17857 Add defvar.
17858 (rmail-summary-beginning-of-message): Use with-no-warnings.
17859 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17860
17861 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17862 Use with-no-warnings.
17863
17864 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17865 (c-mark-function): Add point-moving-unit property.
17866 (vi-goto-line): Use with-no-warnings.
17867
17868 * emulation/edt.el (edt-last-copied-word): Add defvar.
17869 (zmacs-region-stays): Likewise.
17870 (edt-mark-section-wisely): Use c-mark-function for C.
17871 Use makr-defun for Fortran.
17872 (time-string): defvar deleted.
17873 (edt-display-the-time): Don't set time-string.
17874
17875 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17876
17877 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17878 Don't warn when name is not constant
17879 or for defining the group `emacs'.
17880
17881 * tooltip.el (gud-tooltip-mode): Add defvar.
17882
17883 * startup.el (default-frame-background-mode): Add defvar.
17884
17885 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17886
17887 * info.el (tool-bar-map): Add defvar.
17888
17889 * dired.el (dnd-protocol-alist): Add defvar.
17890
17891 * dired-aux.el (dired-query): Display question with answer, when
17892 the user answers.
17893
17894 * custom.el (custom-add-option): Doc fix.
17895
17896 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17897
17898 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17899
17900 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17901 bogus name from the last change.
17902
17903 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17904
17905 * custom.el (custom-declare-variable): Fix typos in comment.
17906 (custom-known-themes): Doc fix.
17907 (custom-theme-directory): New defcustom.
17908 (require-theme): Make it check `custom-theme-directory'.
17909
17910 * cus-theme.el (custom-new-theme-mode): New function.
17911 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17912 (custom-theme-description): Add compiler defvars.
17913 (customize-create-theme): Add doc to the "*New Custom Theme*"
17914 buffer. Use `custom-new-theme-mode'.
17915 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17916 and save it to the `custom-theme-directory'. Make this the
17917 default directory of the buffer.
17918
17919 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17920
17921 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17922 Fix unbalanced parentheses.
17923
17924 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17925
17926 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17927 into flymake-mode and delegate to flymake-mode.
17928
17929 * find-file.el (ff-which-function-are-we-in): Clean up.
17930
17931 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17932
17933 * replace.el (occur-rename-buffer): Fix docstring.
17934
17935 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17936 (edt-last-copied-word, edt-learn-macro-count)
17937 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17938 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17939 (time-string, zmacs-region-stays):
17940 * emulation/edt-mapper.el (edt-save-function-key-map)
17941 (EDT-key-name): `defvar' to silence the byte-compiler.
17942
17943 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17944
17945 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17946 font-lock-regexp-backslash. Doc fix.
17947 (font-lock-regexp-backslash-grouping-construct): Rename from
17948 font-lock-regexp-backslash-construct. Doc fix.
17949 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17950 grouping constructs.
17951
17952 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17953
17954 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17955 updating all the prerequisites.
17956
17957 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17958
17959 * textmodes/org.el (org-agenda-start-on-weekday)
17960 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17961 (org-agenda-use-time-grid, org-archive-location)
17962 (org-allow-space-in-links, org-usenet-links-prefer-google)
17963 (org-enable-table-editor, org-export-default-language)
17964 (org-export-html-show-new-buffer, org-fill-paragraph)
17965 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17966 (org-goto-quit, org-occur, org-eval-in-calendar)
17967 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17968 (org-agenda-diary-entry, org-remember-help)
17969 (org-table-convert-region, org-at-table-p)
17970 (org-table-move-row-down, org-table-move-row-up)
17971 (org-table-copy-region, org-table-toggle-vline-visibility)
17972 (org-table-get-stored-formulas, org-table-get-specials)
17973 (org-recalc-commands, org-table-eval-formula)
17974 (org-table-formula-substitute-names, orgtbl-make-binding)
17975 (org-format-org-table-html, org-format-table-table-html)
17976 (org-format-table-table-html-using-table-generate-source)
17977 (org-customize): Fix typos in docstrings.
17978 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17979 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17980 (org-back-to-heading): Doc fixes.
17981 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17982 (org-agenda-change-all-lines, org-get-header):
17983 Improve argument/docstring consistency.
17984 (orgtbl-error): Fix error message.
17985
17986 * progmodes/flymake.el (flymake-find-possible-master-files)
17987 (flymake-master-file-compare, flymake-get-line-err-count)
17988 (flymake-highlight-line, flymake-gui-warnings-enabled):
17989 Fix typos in docstrings.
17990 (flymake-parse-line, flymake-get-project-include-dirs-function)
17991 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17992 Doc fixes.
17993 (flymake-get-project-include-dirs-function)
17994 (flymake-make-err-menu-data):
17995 Improve argument/docstring consistency.
17996
17997 2005-07-01 Lute Kamstra <lute@gnu.org>
17998
17999 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18000 Catch errors with ignore-errors. Use temporary buffer.
18001 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18002
18003 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18004 background color faces.
18005 (facemenu-set-foreground, facemenu-set-background):
18006 Use facemenu-set-face-from-menu.
18007 (facemenu-set-face-from-menu): Treat face names that start with
18008 "fg:" or "bg:" as special.
18009 (facemenu-add-new-color): Don't create faces. Simplify.
18010
18011 2005-06-30 Richard M. Stallman <rms@gnu.org>
18012
18013 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18014 (crm-find-current-element): Likewise.
18015
18016 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18017
18018 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18019
18020 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18021
18022 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18023 (archive-mouse-extract): Make it an obsolete alias.
18024 (archive-mode-map): Don't use archive-mouse-extract any more.
18025 (archive-mode, archive-extract): write-contents-hooks ->
18026 write-contents-functions.
18027 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18028 first arg.
18029 (archive-rename-entry): Update the call.
18030 (archive-zip-summarize): Remove unused var `method'.
18031 (archive-lzh-summarize): Remove unused var `creator'.
18032
18033 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18034 dedicated frame upon exit.
18035
18036 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18037 (archive-zip-extract, archive-zip-expunge)
18038 (archive-zip-update, archive-zip-update-case): Use executable-find.
18039 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18040 Use restore-buffer-modified-p.
18041 (archive-extract, archive-add-new-member, archive-write-file-member):
18042 Use with-current-buffer.
18043 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18044
18045 2005-06-30 Andreas Schwab <schwab@suse.de>
18046
18047 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18048
18049 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18050
18051 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18052
18053 2005-06-30 Juri Linkov <juri@jurta.org>
18054
18055 * faces.el (vertical-border): Inherit from mode-line-inactive
18056 only on tty.
18057
18058 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18059
18060 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18061 example, -NLINES in the `occur' docstring).
18062
18063 * replace.el (occur-1): When no matches are found, do not set the
18064 `buffer-read-only' and modified flags for the occur buffer,
18065 because it is deleted.
18066
18067 * emulation/cua-base.el (cua-check-pending-input)
18068 (cua-repeat-replace-region, cua-mode, cua-debug)
18069 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18070 Fix typos in docstrings.
18071
18072 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18073 (cua-cut-region-to-global-mark)
18074 (cua--cut-rectangle-to-global-mark):
18075 Remove period from end of messages.
18076
18077 * emulation/cua-rect.el (cua-do-rectangle-padding):
18078 Remove period from end of messages.
18079 (cua--rectangle-seq-format): Fix typo in docstring.
18080 (cua-sequence-rectangle, cua-fill-char-rectangle):
18081 Improve argument/docstring consistency.
18082
18083 2005-06-29 Juri Linkov <juri@jurta.org>
18084
18085 * faces.el (default-frame-background-mode): New internal variable.
18086 (frame-set-background-mode): Use it.
18087
18088 * startup.el (normal-top-level): Set default-frame-background-mode
18089 instead of frame-background-mode. Before setting it, test for its
18090 nil value. Remove tests for frame-background-mode and frame
18091 parameter `reverse'. Add test for "unspecified-fg".
18092
18093 * term/xterm.el (xterm-rxvt-set-background-mode):
18094 * term/rxvt.el (rxvt-set-background-mode):
18095 Set default-frame-background-mode instead of frame-background-mode.
18096
18097 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18098
18099 * simple.el (set-variable): Warn about obsolete user variables.
18100
18101 * imenu.el (imenu--completion-buffer):
18102 * mouse.el (mouse-buffer-menu-alist):
18103 * msb.el (msb-invisible-buffer-p):
18104 * calendar/diary-lib.el (diary-header-line-format):
18105 * emacs-lisp/pp.el (pp-buffer):
18106 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18107 * textmodes/picture.el (picture-replace-match):
18108 Change space constants followed by a sexp to "?\s ".
18109
18110 * play/decipher.el (decipher-loop-with-breaks):
18111 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18112 constants "protected" from end of line by a comment to "?\s".
18113
18114 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * font-lock.el (save-buffer-state): Use `declare'.
18117
18118 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18119 reset the syntax-table to cperl-mode-syntax-table.
18120 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18121 "foo_print_bar" is not matched as a reserved keyword.
18122
18123 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18124
18125 * textmodes/org.el (orgtbl-setup): New function, for delayed
18126 setup for the orgtbl commands.
18127 (org-calc-default-modes): New option.
18128 (orgtbl-make-binding): Use `defun' to get better help display.
18129 (org-diary): Call `org-compile-prefix-format'.
18130 (org-table-formula-substitute-names): New function.
18131 (org-agenda-day-view, org-agenda-week-view): New commands.
18132 (org-agenda-toggle-week-view): Command removed.
18133 (org-tbl-menu): Split off from org-org-menu.
18134 (org-mode): Move removal of outline-mode menus to here.
18135 (org-table-formula-debug): New option.
18136 (org-table-insert-row): Keep first field if just "#" or "*".
18137 (org-mode): Paragraph regexps fixed.
18138 (org-table-recalculate-regexp): New constant.
18139 (org-table-justify-field-maybe): Avoid replace if not necessary.
18140 (org-copy-special, org-cut-special): Use `call-interactively'.
18141 (org-table-copy-region): Take region from `interactive' call.
18142 (org-trim): Return string even if no match.
18143 (org-formula): New face.
18144 (org-set-font-lock-defaults): No longer highlight "FIXME".
18145 But highlight formula-related fields in table.
18146 (org-table-p): Use regexp, not fontification.
18147 (org-table-align): Handle white space at end of line.
18148 (org-table-formula-evaluate-inline): New option.
18149 (org-mode): Auto-wrapping in comment lines turned off.
18150 (org-table-copy-down): Evaluate only in copied field, not in
18151 destination.
18152 (org-table-current-formula): Variable removed.
18153 (org-table-store-formulas, org-table-get-stored-formulas)
18154 (org-table-modify-formulas, org-table-replace-in-formulas)
18155 (org-table-maybe-eval-formula): New functions.
18156 (org-table-get-formula): Modify to use stored formulas.
18157 (org-table-insert-column, org-table-delete-column)
18158 (org-table-move-column): Call `org-table-modify-formulas'.
18159 (org-complete): Add completion for keyword formulas.
18160 (orgtbl-mode): Pull orgtbl-mode-map to start of
18161 minor-mode-map-alist.
18162
18163 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * progmodes/python.el (python-check): Require `compile' before
18166 modifying its variables.
18167
18168 * newcomment.el (comment-indent-default): Don't get fooled by an early
18169 end of buffer.
18170
18171 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18172
18173 * ps-print.el (ps-print-version): Fix version number.
18174
18175 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18176
18177 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18178
18179 2005-06-28 Richard M. Stallman <rms@gnu.org>
18180
18181 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18182 (flyspell-local-mouse-map): Declaration deleted.
18183 (flyspell-mouse-map): Bind only mouse-2.
18184 (flyspell-mode-map): Don't test flyspell-use-local-map.
18185 (flyspell-overlay-keymap-property-name): Var deleted.
18186 (flyspell-mode-on): Don't make local bindings for
18187 flyspell-mouse-map and flyspell-mode-map.
18188 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18189
18190 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18191
18192 * progmodes/compile.el (compilation-next-error-function):
18193 Don't switch buffers; operate on the current buffer.
18194
18195 * progmodes/compile.el (compilation-error-file-name)
18196 (compilation-warning-file-name, compilation-info-file-name)
18197 (compilation-line-number, compilation-column-number): New faces.
18198 (compilation-error-face, compilation-warning-face)
18199 (compilation-info-face, compilation-line-face)
18200 (compilation-column-face): Use them.
18201
18202 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18203
18204 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18205
18206 * bindings.el (global-map): Bind insertchar and its variants.
18207
18208 2005-06-27 Richard M. Stallman <rms@gnu.org>
18209
18210 * textmodes/artist.el (artist-text-overwrite)
18211 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18212
18213 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18214
18215 * ps-print.el: It was not working the page selection for printing.
18216 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18217 (ps-print-version): New version 6.6.7.
18218 (ps-end-sheet): New fun.
18219 (ps-header-sheet, ps-end-job): Call it.
18220
18221 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18222
18223 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18224
18225 2005-06-27 Lute Kamstra <lute@gnu.org>
18226
18227 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18228 background color faces.
18229 (facemenu-get-face): Delete function.
18230 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18231 (facemenu-add-new-color): Make second argument mandatory.
18232 Create the appropriate face and return it. Simplify.
18233 (facemenu-set-foreground, facemenu-set-background): Don't check if
18234 color is defined. Use return value of facemenu-add-new-color.
18235
18236 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18237
18238 * progmodes/gud.el (gud-filter): Add missing argument to
18239 with-selected-window.
18240
18241 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18242
18243 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18244 a :require to the defcustom.
18245
18246 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18247 defcustoms corresponding to minor modes.
18248
18249 2005-06-26 David Ponce <david@dponce.com>
18250
18251 * recentf.el: Require tree-widget instead of wid-edit.
18252 (recentf-filename-handler): Fix widget :type.
18253 (recentf-cancel-dialog, recentf-open-more-files)
18254 (recentf-open-files-action): Doc fix.
18255 (recentf-dialog-goto-first): New function.
18256 (recentf-dialog-mode-map): Set parent keymap first.
18257 (recentf-dialog-mode): Define with define-derived-mode.
18258 Don't display continuation lines in dialogs.
18259 (recentf-edit-list): Rename from recentf-edit-selected-items.
18260 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18261 Simplify.
18262 (recentf-edit-list-validate): New function.
18263 (recentf-edit-list): Update accordingly.
18264 (recentf-open-files-item-shift): Remove.
18265 (recentf-open-files-item): Convert menu elements into tree and
18266 link widgets. Don't create the widgets.
18267 (recentf-open-files): Update accordingly.
18268 (recentf-save-list): Untabify.
18269
18270 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18271
18272 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18273 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18274 partially contained in the active region. Do not take active
18275 region into account when called from Lisp, unless INTERACTIVE arg
18276 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18277 avoid trouble with fields. Make marker point nowhere when no
18278 longer used. Always return nil. Doc fix.
18279 (flush-lines): Add INTERACTIVE arg. Do not take active region
18280 into account when called from Lisp, unless INTERACTIVE arg is
18281 non-nil. Use `forward-line' instead of `beginning-of-line' to
18282 avoid trouble with fields. Make marker point nowhere when no
18283 longer used. Always return nil. Doc fix.
18284 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18285 interchangeable. Do not take active region into account when
18286 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18287 message in echo area when called from Lisp, unless INTERACTIVE arg
18288 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18289 Return the number of matches. Doc fix.
18290 (occur): Doc fix.
18291 (perform-replace): Make comment follow double space convention for
18292 the sake of `outline-minor-mode'.
18293
18294 * faces.el (facep): Doc fix.
18295
18296 2005-06-25 Richard M. Stallman <rms@gnu.org>
18297
18298 * facemenu.el (facemenu-enable-faces-p): New function.
18299 (facemenu-background-menu, facemenu-foreground-menu)
18300 (facemenu-face-menu): Add menu-enable property.
18301
18302 * jka-compr.el (jka-compr-insert-file-contents):
18303 Special handling if cannot find the uncompression program.
18304
18305 * cus-face.el (custom-face-attributes): Add autoload.
18306
18307 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18308 Bind comment-indent-function locally.
18309
18310 * window.el (save-selected-window): Use save-current-buffer.
18311
18312 * subr.el (with-selected-window): Use save-current-buffer.
18313
18314 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18315 and with-current-buffer.
18316
18317 2005-06-24 Richard M. Stallman <rms@gnu.org>
18318
18319 * simple.el (line-move-1): Fix previous change.
18320
18321 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18322
18323 * replace.el (occur-1): Set `buffer-read-only' and the
18324 buffer-modified flag before running `occur-hook' to protect
18325 against unintentional buffer switches that can lead to data loss.
18326
18327 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18328
18329 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18330 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18331 initial error.
18332
18333 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18334 after fresh input.
18335 (gdb-var-create-handler): Put name of expression in quotes.
18336
18337 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18338
18339 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18340 elements of RING in order, and without bogus nil elements.
18341
18342 2005-06-23 Richard M. Stallman <rms@gnu.org>
18343
18344 * simple.el (set-variable): Args renamed; doc fix.
18345 (line-move-1): When there are overlays around, use vertical-motion.
18346
18347 * faces.el (escape-glyph): Use brown against light background.
18348 (nobreak-space): Rename from no-break-space.
18349 Fix previous change.
18350
18351 * dired-aux.el (dired-do-copy): Fix arg prompt.
18352
18353 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18354
18355 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18356
18357 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18358 rather than "Distributor".
18359
18360 2005-06-23 Lute Kamstra <lute@gnu.org>
18361
18362 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18363 (debug-on-entry): Use it. New interactive declaration that uses
18364 function-called-at-point.
18365
18366 2005-06-23 Kim F. Storm <storm@cua.dk>
18367
18368 * subr.el (save-match-data): Add comment about using evaporate arg
18369 to set-match-data.
18370
18371 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18372
18373 * cus-edit.el (customize-face)
18374 (customize-face-other-window): Handle face aliases.
18375
18376 * faces.el (face-documentation, set-face-attribute)
18377 (face-spec-set): Handle face aliases.
18378
18379 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18380
18381 * help-mode.el (help-make-xrefs): If a symbol representing a face
18382 name is not followed by the word "face", it could still be a
18383 function or variable name, so don't bypass other checks.
18384
18385 2005-06-22 Juri Linkov <juri@jurta.org>
18386
18387 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18388 Replace aliased functions with calls where second arg `inherit' is t.
18389
18390 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18391
18392 * progmodes/gdb-ui.el (gdb-error): New variable.
18393 (gdb-error): New function.
18394 (gdb-annotation-rules): Act on error-begin and error annotations.
18395 (gdb-concat-output): Use font-lock-warning-face for errors.
18396
18397 2005-06-22 Miles Bader <miles@gnu.org>
18398
18399 * bindings.el (propertized-buffer-identification): Use renamed
18400 `Buffer-menu-buffer' face.
18401
18402 * faces.el (vertical-border): Rename from `vertical-divider'.
18403 (escape-glyph): Change dark-background color back to `cyan'.
18404
18405 2005-06-21 Juri Linkov <juri@jurta.org>
18406
18407 * faces.el (face-user-default-spec): Try getting `customized-face'
18408 prior to `saved-face'.
18409 (frame-background-mode): Refill docstring.
18410
18411 * emacs-lisp/lisp-mode.el (eval-defun-1):
18412 * emacs-lisp/edebug.el (edebug-eval-defun):
18413 Set `saved-face' temporarily to nil before calling form.
18414 Set `customized-face' to the new spec after that.
18415
18416 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18417
18418 * subr.el (1value, lambda, key-substitution-in-progress):
18419 Doc fixes.
18420
18421 * autoinsert.el (auto-insert-alist):
18422 * ses.el (ses-call-printer):
18423 * subr.el (noreturn):
18424 * emacs-lisp/lisp.el (check-parens):
18425 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18426 * net/browse-url.el (browse-url-mosaic):
18427 * progmodes/cc-defs.el (c-safe-scan-lists):
18428 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18429 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18430 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18431 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18432 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18433 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18434
18435 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18436
18437 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18438
18439 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18440
18441 * calendar/appt.el (appt-make-list): Activate the package, if
18442 not already active (for backwards compatibility).
18443
18444 2005-06-20 Kim F. Storm <storm@cua.dk>
18445
18446 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18447
18448 2005-06-20 Miles Bader <miles@gnu.org>
18449
18450 * faces.el (vertical-divider): New face.
18451
18452 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18453
18454 * simple.el (kill-whole-line): Doc fix.
18455 (next-error-buffer-p, next-error-find-buffer)
18456 (clone-indirect-buffer): Fix typos in docstrings.
18457 (comment-line-break-function): Doc fix: don't say variable
18458 is automatically buffer-local (it isn't).
18459
18460 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18461
18462 * net/tramp-ftp.el (top):
18463 * net/tramp-smb.el (top):
18464 * net/tramp-util.el (top):
18465 * net/tramp-uu.el (top):
18466 * net/tramp-vc.el (top):
18467 * net/tramp.el (top): Revert copyright years back to original
18468 ones. Tramp has a life outside GNU Emacs.
18469
18470 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18471
18472 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18473
18474 2005-06-18 Juri Linkov <juri@jurta.org>
18475
18476 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18477 end of first regexp to limit the match to the position between
18478 line number and source line with same separator character as used
18479 between file name and line number. In the second regexp limit
18480 mouse-face area to file name and line number by adding new group
18481 for them and referring it in HYPERLINK arg.
18482 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18483 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18484 previous line where grep markers may be already removed.
18485
18486 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18487
18488 * progmodes/ps-mode.el: Update version and maintainer's email address.
18489
18490 2005-06-18 Steve Youngs <steve@xemacs.org>
18491
18492 * net/browse-url.el (browse-url-browser-function)
18493 (browse-url-default-browser): Add firefox.
18494 (browse-url-firefox-program, browse-url-firefox-arguments)
18495 (browse-url-firefox-startup-arguments)
18496 (browse-url-firefox-new-window-is-tab): New defcustoms.
18497 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18498
18499 2005-06-17 Richard M. Stallman <rms@gnu.org>
18500
18501 * startup.el (command-line): Warn if specified user name has
18502 no home directory.
18503
18504 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18505 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18506
18507 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18508 Doc fixes.
18509
18510 * faces.el (underline): Try bold if terminal doesn't support underline.
18511
18512 * mail/sendmail.el (mail-setup-with-from): New variable.
18513 (mail-insert-from-field): New function.
18514 (sendmail-send-it): Call it.
18515 (mail-setup): Optionally call it here.
18516
18517 * term/linux.el: Call tty-no-underline.
18518
18519 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18520
18521 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18522
18523 2005-06-17 Miles Bader <miles@gnu.org>
18524
18525 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18526 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18527 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18528 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18529 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18530 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18531 Remove "-face" suffix from face names.
18532 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18533 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18534 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18535 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18536 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18537 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18538 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18539 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18540 New backward-compatibility aliases for renamed faces.
18541 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18542 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18543 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18544 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18545 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18546 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18547 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18548 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18549 Use renamed ediff faces.
18550
18551 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18552 Remove "-face" suffix from face names.
18553 (eshell-test-ok-face, eshell-test-failed-face):
18554 New backward-compatibility aliases for renamed faces.
18555 (eshell-run-test): Use renamed eshell-test faces.
18556
18557 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18558 face name.
18559 (eshell-prompt-face): New backward-compatibility alias for renamed
18560 face.
18561 (eshell-emit-prompt): Use renamed eshell-prompt face.
18562
18563 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18564 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18565 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18566 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18567 Remove "-face" suffix from face names.
18568 (eshell-ls-directory-face, eshell-ls-symlink-face)
18569 (eshell-ls-executable-face, eshell-ls-readonly-face)
18570 (eshell-ls-unreadable-face, eshell-ls-special-face)
18571 (eshell-ls-missing-face, eshell-ls-archive-face)
18572 (eshell-ls-backup-face, eshell-ls-product-face)
18573 (eshell-ls-clutter-face):
18574 New backward-compatibility aliases for renamed faces.
18575 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18576
18577 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18578 Remove "-face" suffix from face name.
18579 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18580 instead of literal face.
18581
18582 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18583
18584 * emacs-lisp/warnings.el (display-warning, lwarn)
18585 (warning-minimum-log-level): Doc fixes.
18586 (warning-minimum-level, warning-minimum-log-level):
18587 Add :debug to :type choices.
18588
18589 * progmodes/ada-mode.el (ada-format-paramlist)
18590 (ada-get-indent-case, ada-check-matching-start)
18591 (ada-check-defun-name, ada-goto-matching-decl-start)
18592 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18593 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18594 (ada-make-subprogram-body): Follow error conventions.
18595 (ada-case-exception-file, ada-indent-comment-as-code)
18596 (ada-indent-handle-comment-special, ada-indent-renames)
18597 (ada-indent-return, ada-search-directories-internal)
18598 (ada-tab-policy, ada-case-exception-substring)
18599 (ada-other-file-alist, ada-matching-start-re)
18600 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18601 (ada-imenu-generic-expression, ada-compile-goto-error)
18602 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18603 (ada-popup-menu, ada-add-extensions, ada-mode)
18604 (ada-region-selected, ada-create-case-exception)
18605 (ada-create-case-exception-substring, ada-after-keyword-p)
18606 (ada-activate-keys-for-case, ada-adjust-case-region)
18607 (ada-adjust-case-buffer, ada-format-paramlist)
18608 (ada-scan-paramlist, ada-insert-paramlist)
18609 (ada-indent-newline-indent)
18610 (ada-indent-newline-indent-conditional)
18611 (ada-justified-indent-current, ada-goto-previous-word)
18612 (ada-indent-current, ada-get-indent-open-paren)
18613 (ada-get-indent-paramlist, ada-get-indent-end)
18614 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18615 (ada-get-indent-block-start, ada-get-indent-subprog)
18616 (ada-get-indent-noindent, ada-get-indent-label)
18617 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18618 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18619 (ada-goto-stmt-end, ada-goto-next-word)
18620 (ada-check-matching-start, ada-check-defun-name)
18621 (ada-goto-matching-decl-start, ada-goto-matching-start)
18622 (ada-goto-matching-end, ada-search-ignore-string-comment)
18623 (ada-in-decl-p, ada-looking-at-semi-or)
18624 (ada-looking-at-semi-private, ada-in-paramlist-p)
18625 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18626 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18627 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18628 (ada-previous-package, ada-create-menu)
18629 (ada-fill-comment-paragraph-justify)
18630 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18631 (ada-other-file-name, ada-last-which-function-line)
18632 (ada-last-which-function-subprog, ada-which-function)
18633 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18634 (ada-gen-treat-proc, ada-check-emacs-version)
18635 (ada-continuation-indent, ada-align-region-separate):
18636 Fix typos in docstrings.
18637 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18638
18639 2005-06-16 Lute Kamstra <lute@gnu.org>
18640
18641 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18642 conditionally.
18643
18644 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18645
18646 * comint.el (comint-replace-by-expanded-filename)
18647 (comint-prompt-regexp, comint-delimiter-argument-list)
18648 (comint-preinput-scroll-to-bottom):
18649 * info.el (Info-hide-cookies-node):
18650 * ls-lisp.el (ls-lisp-classify):
18651 * find-file.el (ff-search-directories, ff-special-constructs)
18652 (ff-find-other-file):
18653 * font-lock.el (font-lock-keywords):
18654 * shell.el (shell-prompt-pattern)
18655 (shell-dynamic-complete-functions, shell-mode)
18656 (shell-delimiter-argument-list):
18657 * term.el (term-replace-by-expanded-filename)
18658 (term-prompt-regexp, term-delimiter-argument-list):
18659 * woman.el (woman-ignore, woman0-if):
18660 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18661 * emacs-lisp/elint.el (elint-init-env):
18662 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18663 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18664 * language/ethio-util.el (ethio-tilde-escape)
18665 (ethio-use-three-dot-question):
18666 * net/zone-mode.el (zone-mode-load-time-setup):
18667 * progmodes/cc-align.el (c-lineup-argcont):
18668 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18669 * progmodes/cperl-mode.el (cperl-set-style-back):
18670 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18671 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18672 Fix spellings in docstrings.
18673
18674 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18675 * progmodes/modula2.el (m2-for): Fix spellings.
18676
18677 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18678
18679 * simple.el (undo-more): Don't use `format' on `error' arguments.
18680 Improve argument/docstring consistency.
18681 (pending-undo-list): Doc fix.
18682
18683 * smerge-mode.el (smerge-ensure-match):
18684 * emulation/vip.el (vip-ex):
18685 * net/zone-mode.el (zone-mode-update-serial):
18686 * progmodes/idlwave.el (idlwave-complete):
18687 * progmodes/vhdl-mode.el (vhdl-visit-file)
18688 (vhdl-compose-wire-components):
18689 Don't use `format' on `error' arguments.
18690
18691 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18692 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18693 (tooltip-help-tips): Fix typos in docstrings.
18694
18695 2005-06-16 David Ponce <david@dponce.com>
18696
18697 * tree-widget.el (tree-widget-value-create): Simplify last change.
18698
18699 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18700
18701 * ido.el (ido-incomplete-regexp): New variable.
18702 (ido-set-matches-1): Handle invalid-regexp error and set
18703 ido-incomplete-regexp.
18704 (ido-incomplete-regexp): New face.
18705 (ido-completions): Use it.
18706 (ido-complete, ido-exit-minibuffer, ido-completions):
18707 Handle incomplete regexps.
18708 (ido-completions): Add check for complete match when entering a regexp.
18709
18710 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18713
18714 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18715
18716 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18717 by field delimiters.
18718
18719 2005-06-15 David Ponce <david@dponce.com>
18720
18721 * tree-widget.el: eval-and-compile inlined functions so they will
18722 be available at run-time too.
18723 (tree-widget-super-format-handler)
18724 (tree-widget-format-handler): Remove.
18725 (tree-widget-value-create): Handle the :indent property.
18726
18727 2005-06-15 Miles Bader <miles@gnu.org>
18728
18729 * progmodes/which-func.el (which-func): Only inherit
18730 `font-lock-function-name-face' when that makes sense against the
18731 default mode-line face, otherwise set the face color explicitly.
18732
18733 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18734 faces instead of (non-existent) variables.
18735
18736 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18737
18738 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18739 (iswitchb-get-matched-buffers): Likewise. Simplify.
18740
18741 2005-06-14 Miles Bader <miles@gnu.org>
18742
18743 * progmodes/ld-script.el (ld-script-location-counter):
18744 Remove "-face" suffix from face name.
18745 (ld-script-location-counter-face):
18746 New backward-compatibility alias for renamed face.
18747 (ld-script-location-counter-face): Use renamed face.
18748
18749 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18750 (cperl-hash): Remove "-face" suffix from face names.
18751 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18752 New backward-compatibility aliases for renamed faces.
18753 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18754 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18755
18756 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18757 name.
18758 (which-func-face): New backward-compatibility alias for renamed face.
18759 (which-func-format): Use renamed which-func face.
18760
18761 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18762 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18763 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18764 names.
18765 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18766 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18767 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18768 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18769 (vhdl-speedbar-architecture-selected)
18770 (vhdl-speedbar-configuration-selected)
18771 (vhdl-speedbar-package-selected)
18772 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18773 names.
18774 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18775 Use renamed faces.
18776 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18777 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18778 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18779 Use renamed faces.
18780 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18781 names.
18782 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18783 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18784 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18785 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18786 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18787 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18788
18789 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18790 face name.
18791 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18792 (sh-heredoc-face): Use renamed sh-heredoc face.
18793
18794 * progmodes/idlw-help.el (idlwave-help-link):
18795 Remove "-face" suffix from face name.
18796 (idlwave-help-link-face):
18797 New backward-compatibility alias for renamed face.
18798 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18799
18800 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18801 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18802 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18803 New backward-compatibility aliases for renamed faces.
18804 (idlwave-shell-disabled-breakpoint-face)
18805 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18806
18807 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18808 Remove "-face" suffix from face names.
18809 (flymake-errline-face, flymake-warnline-face):
18810 New backward-compatibility aliases for renamed faces.
18811 (flymake-highlight-line): Use renamed flymake faces.
18812
18813 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18814 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18815 (ebrowse-member-class, ebrowse-progress):
18816 Remove "-face" suffix from face names.
18817 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18818 (ebrowse-file-name-face, ebrowse-default-face)
18819 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18820 (ebrowse-progress-face):
18821 New backward-compatibility aliases for renamed faces.
18822 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18823 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18824 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18825 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18826
18827 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18828 antlr-syntax)
18829 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18830 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18831 names.
18832 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18833 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18834 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18835 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18836 backward-compatibility aliases for renamed faces.
18837 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18838 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18839 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18840 remove "font-lock-". Use renamed antlr-mode faces.
18841 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18842 literal face-names with face variable references.
18843
18844 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18845 face name.
18846 (Buffer-menu-buffer-face): New backward-compatibility alias for
18847 renamed face.
18848 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18849
18850 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18851
18852 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18853 Eliminate "-face" suffix.
18854 (makefile-targets): Inherit from font-lock-function-name-face and
18855 eliminate "-face" suffix.
18856 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18857 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18858 actions, instead of prepending, to make it less visible.
18859 (makefile-previous-dependency, makefile-match-dependency):
18860 Don't match a target on a continuation line.
18861
18862 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18863
18864 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18865
18866 * progmodes/gdb-ui.el (menu): Re-order menu items.
18867 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18868
18869 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18870 Define in tooltip.el.
18871 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18872 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18873 gud-tooltip-echo-area.
18874
18875 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18876 backward compatibility and make obsolete.
18877 (tooltip-help-tips): Use tooltip-use-echo-area.
18878 (tooltip-show-help-function): Rename to...
18879 (tooltip-show-help): ...this, because it is a function.
18880 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18881
18882 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18883
18884 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18885 (edebug-print-length, edebug-print-level, edebug-print-circle)
18886 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18887 (edebug-eval-print-last-sexp): Doc fixes.
18888
18889 2005-06-14 Kim F. Storm <storm@cua.dk>
18890
18891 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18892 as the coverage buffer/file/both may change.
18893
18894 2005-06-14 Lute Kamstra <lute@gnu.org>
18895
18896 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18897 and run-mode-hooks. Simplify.
18898
18899 * mail/rmailedit.el (rmail-edit-mode):
18900 * progmodes/octave-inf.el (inferior-octave-mode):
18901 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18902
18903 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18904 and run-mode-hooks.
18905 (recentf-edit-list, recentf-open-files): Don't call
18906 kill-all-local-variables directly.
18907
18908 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18909
18910 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18911
18912 * emacs-lisp/byte-run.el (make-obsolete)
18913 (define-obsolete-function-alias): Rename arguments FUNCTION and
18914 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18915 (make-obsolete-variable, define-obsolete-variable-alias):
18916 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18917 respectively.
18918
18919 * isearchb.el (isearchb-activate):
18920 * pcvs.el (cvs-mode):
18921 * ses.el (ses-load):
18922 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18923 * net/tramp.el (tramp-find-file-exists-command)
18924 (tramp-find-shell):
18925 * progmodes/ada-mode.el (ada-create-case-exception)
18926 (ada-create-case-exception-substring, ada-make-subprogram-body):
18927 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18928 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18929 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18930 * textmodes/org.el (org-promote, org-evaluate-time-range)
18931 (org-agenda-next-date-line, org-agenda-previous-date-line)
18932 (org-agenda-error, org-open-at-point, org-table-move-row)
18933 (org-format-table-table-html-using-table-generate-source)
18934 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18935 * textmodes/reftex.el (reftex-access-scan-info):
18936 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18937 (reftex-toc-promote-prepare): Follow error conventions.
18938
18939 * diff-mode.el (diff-mode): Fix typo in docstring.
18940
18941 * forms.el (forms--intuit-from-file): Fix reference to
18942 `forms-number-of-fields' in error message.
18943 (forms-print): Fix quoting in error message.
18944
18945 * forms.el (forms-mode):
18946 * emulation/vi.el (vi-goto-insert-state):
18947 * progmodes/flymake.el (flymake-new-err-info)
18948 (flymake-start-syntax-check-for-current-buffer)
18949 (flymake-simple-cleanup):
18950 * eshell/esh-var.el (eshell/export):
18951 * progmodes/gud.el (xdb):
18952 * textmodes/flyspell.el (flyspell-incorrect-hook)
18953 (flyspell-maybe-correct-transposition)
18954 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18955
18956 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18957
18958 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18959 minibuffer prompt.
18960
18961 2005-06-13 Kim F. Storm <storm@cua.dk>
18962
18963 * subr.el (add-to-ordered-list): New defun.
18964
18965 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18966 add cua--keymap-alist to emulation-mode-map-alists.
18967
18968 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * subr.el (complete-in-turn): New macro.
18971 (dynamic-completion-table, lazy-completion-table): Add debug info.
18972
18973 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18974 in preference to face aliases.
18975
18976 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18977 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18978 Remove unused vars `start' and `firstline'.
18979 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18980 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18981
18982 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18983
18984 * cus-start.el (all): Don't complain about missing GTK-related
18985 variables, unless either `gtk' is boundp or this isn't a
18986 `windows-nt' build.
18987
18988 2005-06-13 Lute Kamstra <lute@gnu.org>
18989
18990 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18991 run-mode-hooks.
18992
18993 * ediff-mult.el (ediff-meta-mode):
18994 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18995
18996 * ledit.el (ledit-mode): Use delay-mode-hooks.
18997
18998 * woman.el (woman-mode-line-format): Delete constant.
18999 (woman-mode-map): Initialize it properly.
19000 (woman-mode): Set mode-class property to special.
19001 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19002 Set major-mode and mode-name. Don't set mode-line-format directly.
19003 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19004
19005 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19006 string argument obsolete.
19007
19008 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19009
19010 * textmodes/org.el (org-CUA-compatible): New option.
19011 (org-disputed-keys): New variable.
19012 (org-key): New function.
19013 (orgtbl-make-binding): Add docstring to the created function.
19014 (org-mode): Set paragraph start/separate regexps.
19015 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19016 (org-archive-location, org-archive-mark-done)
19017 (org-archive-stamp-time): New options.
19018 (org-archive-subtree): New command.
19019 (org-fill-paragraph): New function.
19020 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19021 (org-fake-empty-table-line): Function removed.
19022 (org-format-org-table-html): Do not create empty table lines at
19023 separator lines. Improved table header treatment.
19024 (org-link-format): New option.
19025 (org-make-link): New function.
19026 (org-insert-link, org-store-link): Use org-make-link.
19027 (org-open-file): Quote file name for shell command, to allow
19028 spaces in file names.
19029 (org-link-regexp): Fix bug with mailto link.
19030 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19031 New constants.
19032 (org-export-as-html): Deal with the optional angles around a link.
19033 Better treatment of file: links.
19034 (org-open-at-point): Replace @{ and @} with < and >.
19035 (org-run-mode-hooks): Function removed.
19036 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19037
19038 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19039
19040 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19041 MI command -data-list-register-values.
19042 (gdb-post-prompt): Indent properly.
19043
19044 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19045
19046 * hilit-chg.el (highlight-changes-colors): Rename from
19047 `highlight-changes-colours'.
19048 (highlight-changes-colours): Keep as obsolete alias.
19049 (highlight-changes-face-list): Doc fix.
19050 (hilit-chg-make-list): Use `highlight-changes-colors'.
19051
19052 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19053
19054 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19055 defun-prompt-regexp.
19056
19057 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19058
19059 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19060 and cygwin.
19061
19062 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19063 Don't use an old loaddefs.el, as in Makefile.in.
19064
19065 2005-06-12 Lute Kamstra <lute@gnu.org>
19066
19067 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19068
19069 * man.el (Man-mode-map): Initialize it properly.
19070 (Man-mode): Set mode-class property to special.
19071
19072 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19073
19074 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19075
19076 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19077 A newline is needed in the docstring there.
19078
19079 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19080 Doc fixes.
19081
19082 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19083
19084 * printing.el: Doc fix. The menubar is no more changed when printing
19085 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19086 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19087 (pr-version): New version number (6.8.4).
19088 (pr-menu-bind): New command.
19089 (pr-update-menus): Docstring and code fix.
19090 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19091 Docstring fix.
19092 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19093 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19094
19095 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19096
19097 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19098 "Returns" to "return", document useful return values, etc.
19099
19100 2005-06-11 Alan Mackenzie <acm@muc.de>
19101
19102 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19103 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19104 (adaptive-file-function): Minor amendment to doc-string.
19105
19106 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19107
19108 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19109 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19110 Fix :type--it is `integer', not `string'.
19111
19112 * faces.el (modeline-highlight): Rename from (the erroneous)
19113 `modeline-higilight'.
19114
19115 2005-06-11 Lute Kamstra <lute@gnu.org>
19116
19117 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19118 lisp-interaction-mode-map but make it the parent.
19119 (edebug-eval-mode): Use define-derived-mode.
19120
19121 2005-06-11 Andreas Schwab <schwab@suse.de>
19122
19123 * bindings.el: Add binding of `ESC functionkey' for every
19124 `M-functionkey'.
19125 * hexl.el (hexl-mode-map): Likewise.
19126
19127 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19128
19129 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19130 [msft]: update regexp for newer msft compilers.
19131
19132 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19133
19134 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19135 ATTLIST portions of included DTDs.
19136 (xml-parse-dtd): Eliminate use of inefficient match-data.
19137
19138 2005-06-10 Miles Bader <miles@gnu.org>
19139
19140 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19141 (mpuz-text): Remove "-face" suffix from face names.
19142 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19143 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19144 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19145
19146 * play/gomoku.el (gomoku-O, gomoku-X):
19147 Remove "-face" suffix from face names.
19148 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19149 New backward-compatibility aliases for renamed faces.
19150 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19151
19152 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19153
19154 * thumbs.el: Fixes for changes of 2005-06-09.
19155 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19156 as a directory.
19157 (thumbs-thumbname): Remove directory separator from format string;
19158 `thumbs-thumbsdir' now returns a valid directory name.
19159 (thumbs-temp-dir): New defsubst.
19160 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19161 Use it.
19162
19163 * cus-edit.el (minibuffer):
19164 * files.el (make-backup-file-name-function):
19165 * filesets.el (filesets-external-viewers):
19166 * hilit-chg.el (highlight-changes-colours)
19167 (highlight-changes-face-list, highlight-changes-rotate-faces):
19168 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19169 * kmacro.el (kmacro-call-macro):
19170 * log-edit.el (log-edit-changelog-full-paragraphs):
19171 * mouse.el (mouse-1-click-follows-link):
19172 * skeleton.el (skeleton-autowrap):
19173 * subr.el (insert-for-yank-1):
19174 * tempo.el (tempo-insert-region):
19175 * terminal.el (terminal-emulator):
19176 * time.el (display-time-mail-face):
19177 * vc.el (vc-annotate):
19178 * vcursor.el (vcursor-copy-line):
19179 * woman.el (woman-bold-headings, woman-ignore)
19180 (woman-default-faces, woman-monochrome-faces):
19181 * calendar/todo-mode.el (todo-insert-threshold):
19182 * emulation/pc-select.el (pc-select-selection-keys-only)
19183 (pc-selection-mode):
19184 * emulation/vip.el (vip-find-char-forward):
19185 * emulation/viper-cmd.el (viper-find-char-forward):
19186 * international/mule-cmds.el
19187 (select-safe-coding-system-accept-default-p)
19188 (input-method-exit-on-invalid-key):
19189 * international/mule-diag.el (describe-coding-system):
19190 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19191 * net/browse-url.el (browse-url-xterm-program):
19192 * obsolete/lazy-lock.el (lazy-lock-mode):
19193 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19194 (cperl-mode):
19195 * progmodes/cpp.el (cpp-face-light-name-list)
19196 (cpp-face-dark-name-list):
19197 * progmodes/delphi.el (delphi-newline-always-indents):
19198 Fix spellings in docstrings.
19199
19200 * ido.el (ido-mode, ido-file-extensions-order)
19201 (ido-default-file-method, ido-default-buffer-method)
19202 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19203 (ido-decorations, ido-read-file-name-as-directory-commands)
19204 (ido-read-file-name-non-ido, ido-work-directory-list)
19205 (ido-ignore-item-temp-list, ido-current-directory)
19206 (ido-magic-forward-char, ido-enter-find-file)
19207 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19208 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19209
19210 2005-06-10 Lute Kamstra <lute@gnu.org>
19211
19212 * play/dunnet.el (dun-mode): Use define-derived-mode.
19213 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19214 obsolete alias.
19215
19216 * play/doctor.el (doctor-mode-map): Remove defvar.
19217 (doctor-mode): Use define-derived-mode.
19218
19219 * mail/mspools.el (mspools-mode):
19220 * net/eudc-hotlist.el (eudc-hotlist-mode):
19221 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19222
19223 2005-06-10 Miles Bader <miles@gnu.org>
19224
19225 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19226 Remove "-face" suffix from face names.
19227 (flyspell-incorrect-face, flyspell-duplicate-face):
19228 New backward-compatibility aliases for renamed faces.
19229 (flyspell-mode-on, make-flyspell-overlay)
19230 (flyspell-highlight-incorrect-region)
19231 (flyspell-highlight-duplicate-region)
19232 (flyspell-display-next-corrections)
19233 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19234
19235 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19236 from face name.
19237 (texinfo-heading-face): New backward-compatibility alias for
19238 renamed face.
19239 (texinfo-heading-face): Use renamed texinfo-heading face.
19240
19241 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19242 suffix from face names.
19243 (tex-math-face, tex-verbatim-face):
19244 New backward-compatibility aliases for renamed faces.
19245 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19246 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19247 literal face name.
19248
19249 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19250 name.
19251 (table-cell-face): New backward-compatibility alias for renamed face.
19252 (table--put-cell-face-property, table--update-cell-face):
19253 Use renamed table-cell face.
19254
19255 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19256 from face name.
19257 (sgml-namespace-face): New backward-compatibility alias for
19258 renamed face.
19259 (sgml-namespace-face): Use renamed sgml-namespace face.
19260
19261 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19262 (org-level-4, org-level-5, org-level-6, org-level-7)
19263 (org-level-8, org-warning, org-headline-done)
19264 (org-deadline-announce, org-scheduled-today)
19265 (org-scheduled-previously, org-link, org-done, org-table)
19266 (org-time-grid): Remove "-face" suffix from face names.
19267 (org-level-1-face, org-level-2-face, org-level-3-face)
19268 (org-level-4-face, org-level-5-face, org-level-6-face)
19269 (org-level-7-face, org-level-8-face, org-warning-face)
19270 (org-headline-done-face, org-deadline-announce-face)
19271 (org-scheduled-today-face, org-scheduled-previously-face)
19272 (org-link-face, org-done-face, org-table-face)
19273 (org-time-grid-face):
19274 New backward-compatibility aliases for renamed faces.
19275 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19276 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19277 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19278 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19279
19280 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19281 (viper-minibuffer-emacs, viper-minibuffer-insert)
19282 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19283 (viper-search-face, viper-replace-overlay-face)
19284 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19285 (viper-minibuffer-vi-face):
19286 New backward-compatibility aliases for renamed faces.
19287 (viper-search-face, viper-replace-overlay-face)
19288 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19289 (viper-minibuffer-vi-face): Use renamed viper faces.
19290
19291 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19292 Remove "-face" suffix from face names.
19293 (testcover-nohits-face, testcover-1value-face):
19294 New backward-compatibility aliases for renamed faces.
19295 (testcover-mark): Use renamed testcover faces.
19296
19297 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19298 face name.
19299 (diary-button-face): New backward-compatibility alias for renamed face.
19300 (diary-entry): Use renamed diary-button face.
19301
19302 * calendar/calendar.el (diary, calendar-today, holiday)
19303 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19304 (diary-face, calendar-today-face, holiday-face):
19305 New backward-compatibility aliases for renamed faces.
19306 (eval-after-load "facemenu", diary-entry-marker)
19307 (calendar-today-marker, calendar-holiday-marker, diary-face):
19308 Use renamed calendar faces.
19309
19310 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19311 (compare-windows-face): New backward-compatibility alias for
19312 renamed face.
19313 (compare-windows-highlight): Use renamed compare-windows face.
19314
19315 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19316 (strokes-char-face): New backward-compatibility alias for renamed face.
19317 (strokes-encode-buffer): Use renamed strokes-char face.
19318
19319 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19320 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19321 Remove "-face" suffix from face names.
19322 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19323 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19324 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19325 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19326 Use renamed pcvs faces.
19327 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19328 * pcvs-defs.el (cvs-mode-map): Likewise.
19329 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19330
19331 * info.el (info-title-1, info-title-2, info-title-3)
19332 (info-title-4): Remove "-face" suffix from and downcase face names.
19333 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19334 (Info-title-4-face):
19335 New backward-compatibility aliases for renamed faces.
19336 (Info-fontify-node): Use renamed info faces.
19337
19338 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19339 Remove "-face" suffix from face names.
19340 (highlight-changes-face, highlight-changes-delete-face):
19341 New backward-compatibility aliases for renamed faces.
19342 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19343 (hilit-chg-make-list): Use renamed highlight-changes faces.
19344
19345 * generic-x.el (show-tabs-tab, show-tabs-space):
19346 Remove "-face" suffix from face names.
19347 (show-tabs-tab-face, show-tabs-space-face):
19348 New backward-compatibility aliases for renamed faces.
19349 (show-tabs-generic-mode-font-lock-defaults-1)
19350 (show-tabs-generic-mode-font-lock-defaults-2):
19351 Use renamed show-tabs faces.
19352
19353 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19354 (smerge-markers): Remove "-face" suffix from face names.
19355 (smerge-mine-face, smerge-other-face, smerge-base-face)
19356 (smerge-markers-face):
19357 New backward-compatibility aliases for renamed faces.
19358 (smerge-mine-face, smerge-other-face, smerge-base-face)
19359 (smerge-markers-face): Use renamed smerge faces.
19360
19361 * log-view.el (log-view-file, log-view-message): Remove "-face"
19362 suffix from face names.
19363 (log-view-file-face, log-view-message-face):
19364 New backward-compatibility aliases for renamed faces.
19365 (log-view-file-face, log-view-message-face): Use renamed log-view
19366 faces.
19367
19368 * paren.el (show-paren-match, show-paren-mismatch):
19369 Remove "-face" suffix from face names.
19370 (show-paren-match-face, show-paren-mismatch-face):
19371 New backward-compatibility aliases for renamed faces.
19372 (show-paren-function): Use renamed show-paren faces.
19373
19374 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19375 (ruler-mode-margins, ruler-mode-fringes)
19376 (ruler-mode-column-number, ruler-mode-fill-column)
19377 (ruler-mode-comment-column, ruler-mode-goal-column)
19378 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19379 suffix from face names.
19380 (ruler-mode-default-face, ruler-mode-pad-face)
19381 (ruler-mode-margins-face, ruler-mode-fringes-face)
19382 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19383 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19384 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19385 New backward-compatibility aliases for renamed faces.
19386 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19387 (ruler-mode-column-number, ruler-mode-fill-column)
19388 (ruler-mode-comment-column, ruler-mode-goal-column)
19389 (ruler-mode-tab-stop, ruler-mode-current-column)
19390 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19391 faces.
19392
19393 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19394 face name.
19395 (whitespace-highlight-the-space): Use renamed face.
19396 (whitespace-highlight-face): New backward-compatibility alias for
19397 renamed face.
19398
19399 * woman.el (woman-italic, woman-bold, woman-unknown)
19400 (woman-addition, woman-symbol-face):
19401 Remove "-face" suffix from face names.
19402 (woman-italic-face, woman-bold-face, woman-unknown-face)
19403 (woman-addition-face):
19404 New backward-compatibility aliases for renamed faces.
19405 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19406 (woman-decode-region, woman-replace-match)
19407 (woman-display-extended-fonts, woman-special-characters)
19408 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19409 Use renamed woman faces.
19410
19411 * longlines.el (longlines-visible-face): Face removed.
19412
19413 * diff-mode.el (diff-header, diff-file-header, diff-index)
19414 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19415 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19416 suffix from face names.
19417 (diff-header-face, diff-file-header-face, diff-index-face)
19418 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19419 (diff-changed-face, diff-function-face, diff-context-face)
19420 (diff-nonexistent-face): New backward-compatibility aliases for
19421 renamed faces.
19422 (diff-header-face, diff-file-header-face)
19423 (diff-index, diff-index-face, diff-hunk-header)
19424 (diff-hunk-header-face, diff-removed, diff-removed-face)
19425 (diff-added, diff-added-face, diff-changed-face, diff-function)
19426 (diff-function-face, diff-context-face, diff-nonexistent)
19427 (diff-nonexistent-face): Use renamed diff-mode faces.
19428
19429 * progmodes/compile.el (compilation-warning-face)
19430 (compilation-info-face): Remove "-face" suffix from face names.
19431 (compilation-warning-face, compilation-info-face):
19432 New backward-compatibility aliases for renamed faces.
19433 (compilation-warning-face, compilation-info-face):
19434 Use renamed compilation faces.
19435
19436 * add-log.el (change-log-date, change-log-name)
19437 (change-log-email, change-log-file, change-log-list)
19438 (change-log-conditionals, change-log-function)
19439 (change-log-acknowledgement): Remove "-face" suffix from face names.
19440 (change-log-date-face, change-log-name-face)
19441 (change-log-email-face, change-log-file-face)
19442 (change-log-list-face, change-log-conditionals-face)
19443 (change-log-function-face, change-log-acknowledgement-face):
19444 New backward-compatibility aliases for renamed faces.
19445 (change-log-font-lock-keywords): Use renamed change-log faces.
19446
19447 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19448 (custom-set, custom-changed, custom-saved, custom-button)
19449 (custom-button-pressed, custom-documentation, custom-state)
19450 (custom-comment, custom-comment-tag, custom-variable-tag)
19451 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19452 (custom-group-tag): Remove "-face" suffix from face names.
19453 (custom-magic-alist, custom-magic-value-create)
19454 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19455 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19456 (custom-set-face, custom-changed-face, custom-saved-face)
19457 (custom-button-face, custom-button-pressed-face)
19458 (custom-documentation-face, custom-state-face)
19459 (custom-comment-face, custom-comment-tag-face)
19460 (custom-variable-tag-face, custom-variable-button-face)
19461 (custom-face-tag-face, custom-group-tag-face-1)
19462 (custom-group-tag-face):
19463 New backward-compatibility aliases for renamed faces.
19464
19465 * wid-edit.el (widget-documentation, widget-button)
19466 (widget-field, widget-single-line-field, widget-inactive)
19467 (widget-button-pressed): "-face" suffix removed from face names.
19468 (widget-documentation-face, widget-button-face)
19469 (widget-field-face, widget-single-line-field-face)
19470 (widget-inactive-face, widget-button-pressed-face):
19471 New backward-compatibility aliases for renamed faces.
19472 (widget-documentation-face, widget-button-face)
19473 (widget-button-pressed-face, widget-specify-field)
19474 (widget-specify-inactive): Use renamed widget faces.
19475
19476 2005-06-10 Kenichi Handa <handa@m17n.org>
19477
19478 * term/x-win.el (x-clipboard-yank): Remove condition-case
19479 wrapping.
19480
19481 2005-06-11 Kenichi Handa <handa@m17n.org>
19482
19483 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19484 date lines stricter.
19485
19486 2005-06-10 Zhang Wei <id.brep@gmail.com>
19487
19488 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19489 of x-get-selection.
19490
19491 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19492
19493 * comint.el (comint-mode, comint-snapshot-last-prompt):
19494 * frame.el (frame-current-scroll-bars):
19495 * term.el (term-mode, term-check-proc, term-input-sender)
19496 (term-simple-send, term-extract-string, term-word)
19497 (term-match-partial-filename):
19498 * window.el (window-current-scroll-bars):
19499 * emulation/cua-base.el (cua-normal-cursor-color)
19500 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19501 (cua-global-mark-cursor-color):
19502 * mail/undigest.el (rmail-forward-separator-regex):
19503 Fix typos in docstrings.
19504
19505 * comint.el (comint-check-proc, make-comint-in-buffer)
19506 (comint-source-default): Doc fixes.
19507
19508 * term.el (term-send-string): Improve argument/docstring consistency.
19509
19510 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19511
19512 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19513 call to `delete-region'.
19514 (comint-mode-hook): Do not enable Font Lock by default.
19515
19516 2005-06-09 Lute Kamstra <lute@gnu.org>
19517
19518 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19519 could be void.
19520
19521 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19524 (debug): Use it.
19525 (debugger-step-through, debugger-continue, debugger-jump)
19526 (debugger-return-value): Set it when needed.
19527 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19528 Use inhibit-read-only.
19529
19530 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19531
19532 * window.el (shrink-window-if-larger-than-buffer)
19533 (window-size-fixed): Fix typo in docstring.
19534
19535 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19536 thumbnails directory on loading.
19537 (thumbs-conversion-program): Use `eq' to check the system type,
19538 not `equal'.
19539 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19540 not "/tmp". Fix docstring.
19541 (thumbs-thumbsdir): New function to return the thumbnails
19542 directory, creating it if needed.
19543 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19544 (thumbs-temp-file): Delete variable and make it into a function.
19545 (thumbs-resize-image, thumbs-modify-image): Use it.
19546 (thumbs-kill-buffer): Simplify.
19547 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19548 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19549 docstrings.
19550
19551 2005-06-09 Kim F. Storm <storm@cua.dk>
19552
19553 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19554 set-match-data to free markers in match-data.
19555
19556 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19557 match-data to unchain markers in match-data.
19558
19559 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19562 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19563 unnecessary now.
19564
19565 2005-06-08 Richard M. Stallman <rms@gnu.org>
19566
19567 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19568 give the variable a doc string that doesn't say don't set it directly.
19569
19570 * textmodes/ispell.el (ispell-check-version):
19571 Use match-string-no-properties.
19572 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19573 (ispell-buffer-local-words): Likewise.
19574
19575 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19576 except on terminals with enough colors to really display it.
19577 (makefile-dependency-regex): Delete spurious `bb'.
19578
19579 * faces.el (escape-glyph): Use blue once again in last case.
19580 (no-break-space): Redefine so that it isn't invisible on a tty.
19581
19582 2005-06-08 Kim F. Storm <storm@cua.dk>
19583
19584 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19585 also when reading directory name.
19586
19587 2005-06-08 Lute Kamstra <lute@gnu.org>
19588
19589 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19590 (flyspell-mode-line-string): Remove autoload cookie.
19591 (flyspell-mode): Remove defvar.
19592
19593 2005-06-07 Lute Kamstra <lute@gnu.org>
19594
19595 * textmodes/org.el (org-run-mode-hooks): New function.
19596 (org-agenda-mode): Use it.
19597
19598 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19599
19600 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19601
19602 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19605
19606 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19607
19608 * font-lock.el (font-lock-add-keywords): Doc fix.
19609
19610 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19611
19612 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19613 (tex-compile-default): In the absence of any history, use the order in
19614 tex-compile-alist to choose the preferred command.
19615 (tex-compile-commands): Reorder a bit.
19616
19617 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19618 (flyspell-incorrect-face, flyspell-duplicate-face):
19619 Use (X)Emacs-agnostic code.
19620 (flyspell-mode-map): Don't overwrite at each load. Remove code
19621 redundant with the subsequent add-minor-mode. Merge Emacs and
19622 XEmacs code.
19623 (flyspell-word): Minor simplification.
19624 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19625 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19626 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19627 Merge the corresponding Emacs code.
19628 (flyspell-correct-word, flyspell-xemacs-popup):
19629 Use flyspell-do-correct.
19630
19631 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19632 a dedicated window.
19633
19634 * international/latexenc.el (latexenc-find-file-coding-system):
19635 Undo part of last patch, to turn off a compiler warning.
19636
19637 2005-06-06 Juri Linkov <juri@jurta.org>
19638
19639 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19640 Rename `tmm-inactive-face' to `tmm-inactive'.
19641
19642 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19643
19644 * iswitchb.el: Rename faces.
19645
19646 2005-06-06 Kim F. Storm <storm@cua.dk>
19647
19648 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19649 (cua-global-mark): Remove -face suffix from face names.
19650
19651 * emulation/cua-gmrk.el (cua--init-global-mark):
19652 Remove cua-global-mark face setup.
19653
19654 2005-06-06 Richard M. Stallman <rms@gnu.org>
19655
19656 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19657 just like other allowed characters.
19658 (makefile-match-dependency): Exclude leading and training whitespace
19659 from the range of regexp subexp 1.
19660 (makefile-macroassign-regex): Don't try to match the body,
19661 just the name of the macro being defined.
19662
19663 * info.el (Info-read-node-name-2): New function.
19664 (Info-read-node-name-1): Use that.
19665 Add a completion-base-size-function property.
19666
19667 * simple.el (completion-setup-function): Look for
19668 completion-base-size-function property of minibuffer-completion-table.
19669
19670 * files.el (locate-file-completion): Doc fix.
19671
19672 * printing.el: Don't call pr-update-menus; user must do that.
19673
19674 * emacs-lisp/debug.el (debugger-window): New variable.
19675 (debug): Use debugger-window if it is set and still alive.
19676 Record debugger-window for next entry.
19677
19678 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19679
19680 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19681
19682 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19683 (hack-one-local-variable, hack-local-variables)
19684 (hack-local-variables-prop-line): Pass that arg.
19685
19686 2005-06-06 Kim F. Storm <storm@cua.dk>
19687
19688 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19689 (ido-indicator): Remove -face suffix from face names.
19690
19691 2005-06-06 Juri Linkov <juri@jurta.org>
19692
19693 * font-lock.el (font-lock-regexp-backslash)
19694 (font-lock-regexp-backslash-construct): New faces.
19695 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19696 after `('. Add `while-no-input' to control structures.
19697
19698 * faces.el (no-break-space, shadow): New faces.
19699 (escape-glyph): Use less loud colors pink2 and red4.
19700
19701 * diff-mode.el (diff-context-face)
19702 * dired.el (dired-ignored)
19703 * rfn-eshadow.el (file-name-shadow)
19704 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19705
19706 * info.el (Info-title-1-face): Use green instead of yellow because
19707 bold yellow is not readable on light backgrounds.
19708
19709 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19710 before selecting the desired mode to not spend time fontifying
19711 old contents.
19712
19713 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19714
19715 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19716 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19717
19718 * ps-print.el (ps-default-fg, ps-default-bg):
19719 Fix typos in docstrings.
19720
19721 * isearchb.el (isearchb): Don't pass a spurious second argument to
19722 `iswitchb-completions'.
19723
19724 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19725
19726 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19727 to preserve point.
19728 (gdb-find-file-hook): Add doc string.
19729
19730 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19731 C dereferenced pointer expression.
19732 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19733
19734 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19735
19736 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19737 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19738 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19739 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19740 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19741 Make background transparent.
19742
19743 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19744
19745 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19746 (font-lock-remove-keywords): Doc fix.
19747 (font-lock-mode-major-mode): Compiler defvar.
19748 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19749
19750 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19751 (font-lock-mode): Update `font-lock-mode-major-mode'.
19752 (font-lock-set-defaults): Compiler defvar.
19753 (font-lock-default-function): Take `font-lock-mode-major-mode'
19754 into account.
19755
19756 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19757 keep track of which major mode it enabled the minor mode for.
19758 Use find-file-hook again. Update docstring.
19759
19760 * simple.el (eval-expression-print-level)
19761 (eval-expression-print-length, eval-expression-debug-on-error):
19762 Doc fixes.
19763
19764 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19765
19766 * iswitchb.el (iswitchb-single-match-face)
19767 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19768 (iswitchb-invalid-regexp-face): New faces.
19769 (iswitchb-completions): Use them.
19770 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19771 now marked as an obsolete alias.
19772 (iswitchb-read-buffer): Remove check for bound font variables.
19773 (iswitchb-invalid-regexp): New free variable.
19774 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19775 set iswitchb-invalid-regexp.
19776 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19777 invalid regexps.
19778 (iswitchb-completions): Add check for complete match when entering
19779 a regexp.
19780 (iswitchb-completions): Remove require-match argument.
19781 (iswitchb-exhibit): Fix caller.
19782 (iswitchb-common-match-inserted): New variable.
19783 (iswitchb-complete, iswitchb-completion-help): Use it.
19784
19785 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19786
19787 * url-http.el (url-http-chunked-encoding-after-change-function):
19788 Use `url-http-debug' instead of `message'.
19789
19790 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19791
19792 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19793 callback argument.
19794
19795 2005-06-04 Kim F. Storm <storm@cua.dk>
19796
19797 * simple.el (line-move): Only call sit-for when moving backwards.
19798
19799 * ido.el (ido-make-merged-file-list-1): New defun split from
19800 ido-make-merged-file-list.
19801 (ido-make-merged-file-list): Bind throw-on-input around call to
19802 ido-make-merged-file-list-1. Return input-pending-p if
19803 interrupted by more input available.
19804 (ido-read-internal): Handle input-pending-p return value from
19805 ido-make-merged-file-list.
19806
19807 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19810 compatibility code.
19811
19812 * international/latexenc.el (latexenc-find-file-coding-system):
19813 Don't inherit the EOL part of the coding-system from the
19814 tex-main buffer. Fit within 80 columns.
19815
19816 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19817
19818 * tmm.el (tmm-inactive-face): New face.
19819 (tmm-remove-inactive-mouse-face): New function.
19820 (tmm-prompt, tmm-add-one-shortcut)
19821 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19822 but not selectable.
19823
19824 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19825
19826 * faces.el (face-equal): Improve argument/docstring consistency.
19827
19828 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19829
19830 * progmodes/make-mode.el (makefile-targets-face)
19831 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19832 (makefile-bsdmake-dependency-regex)
19833 (makefile-makepp-rule-action-regex)
19834 (makefile-bsdmake-rule-action-regex): New constants.
19835 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19836
19837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19838 Allow (...) within `...' for makepp messages.
19839
19840 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19841
19842 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19843
19844 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19845 "." files are deleted from all file lists before comparison.
19846
19847 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19848 (viper-ESC-key): Made them customizable.
19849
19850 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19851
19852 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19853
19854 * autorevert.el (auto-revert-buffers): Use save-match-data.
19855
19856 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19859 menu items with a nil command binding.
19860
19861 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19862
19863 * emacs-lisp/cl-macs.el (defsetf):
19864 Improve argument/docstring consistency.
19865
19866 * faces.el (list-faces-display): Improve the formatting by
19867 computing the maximum length required for any face-name (reworked
19868 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19869 (internal-find-face): Remove redundant info in docstring.
19870
19871 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19872
19873 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19874 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19875 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19876 (gdb-assembler-custom): Improve regexps.
19877 (def-gdb-auto-update-handler): Use window point to preserve point.
19878
19879 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19882
19883 2005-05-31 Jay Belanger <belanger@truman.edu>
19884
19885 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19886 to calc-embedded.
19887 (calc-embedded-make-info): Have plain prefix argument select
19888 entire line.
19889
19890 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19891
19892 * faces.el (list-faces-display): Signal error if passed a regexp
19893 that matches no face name.
19894
19895 * simple.el (filter-buffer-substring): Fix typo in docstring.
19896
19897 2005-05-31 Richard M. Stallman <rms@gnu.org>
19898
19899 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19900 (vhdl-emacs-21): Doc fix.
19901 (vhdl-mode): Unconditionally set comment-padding.
19902 (vhdl-fixup-whitespace-region): Insert spaces only where
19903 there are none.
19904 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19905
19906 2005-05-30 John Wiegley <johnw@newartisans.com>
19907
19908 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19909 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19910 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19911 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19912 `string-to-number'.
19913
19914 2005-05-30 Jay Belanger <belanger@truman.edu>
19915
19916 * calc/calc.el (calc-bug-address): Fix docstring.
19917 (calc-window-hook, calc-trail-window-hook): New variables.
19918 (calc-trail-display): Restore use of calc-trail-window-hook.
19919 (calc): Restore use of calc-window-hook.
19920
19921 2005-05-31 Masatake YAMATO <jet@gyve.org>
19922
19923 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19924
19925 * help-fns.el (help-C-file-name): Add autoload mark for
19926 `find-function-noselect'.
19927
19928 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19929
19930 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19931 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19932
19933 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19934
19935 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19936 included diary buffer if it was not already being visited.
19937 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19938
19939 * calendar/icalendar.el (top-level): Do not require appt.
19940
19941 * mail/supercite.el (sc-select-attribution): Only use a list
19942 element from sc-attrib-selection-list if it returns a string.
19943 Reported by Davide G. M. Salvetti <salve@debian.org>.
19944
19945 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19946
19947 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19948 includes a hash value to improve its uniqueness, and has a ".jpg"
19949 extension. Also, it is now a valid filename on all systems.
19950 (thumbs-make-thumb): Use `let', not `let*'.
19951 (thumbs-show-thumbs-list): Check for JPEG availability.
19952
19953 2005-05-30 Richard M. Stallman <rms@gnu.org>
19954
19955 * filesets.el (filesets-menu-ensure-use-cached):
19956 Prevent warning when emacs-version>= is undefined.
19957
19958 * printing.el (pr-interactive-n-up): Use string-to-number.
19959
19960 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19961
19962 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19963 Warn only when name to be defined is quoted.
19964
19965 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19966
19967 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19968 Make regexp more robust.
19969 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19970 Force regeneration of disassembly.
19971
19972 2005-05-29 Jay Belanger <belanger@truman.edu>
19973
19974 * calc/calc.el (calc-user-invocation): Check if
19975 calc-invocation-macro is non-nil.
19976
19977 2005-05-29 Juri Linkov <juri@jurta.org>
19978
19979 * add-log.el (change-log-font-lock-keywords):
19980 Add `+' to e-mail regexp to accept mail address with keywords.
19981
19982 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19983
19984 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19985
19986 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19987
19988 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19989
19990 2005-05-29 Richard M. Stallman <rms@gnu.org>
19991
19992 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19993 Undo the change that moves to end of the current word.
19994
19995 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19996
19997 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19998 Throw error when count <= 0 to ensure input is a number.
19999 (gdb-read-memory-custom): Pick up address from buffer.
20000 (gdb-memory-mode): Allow user to increment and decrement
20001 memory address from header line.
20002
20003 2005-05-29 Richard M. Stallman <rms@gnu.org>
20004
20005 * flyspell.el (flyspell-version): Function deleted.
20006 (flyspell-auto-correct-previous-hook): Doc fix.
20007
20008 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20009 Do nothing if memory is full.
20010
20011 * font-lock.el (font-lock-fontify-syntactically-region):
20012 Pass t for GREEDY to looking-back.
20013
20014 * saveplace.el (save-place-alist-to-file): Write the file
20015 using write-region.
20016
20017 * subr.el (looking-back): New argument GREEDY.
20018
20019 * progmodes/compile.el (compilation-start): Set the mode
20020 before inserting the initial text.
20021
20022 * progmodes/which-func.el (which-func-update-1): Turn the mode
20023 off in case of error by setting which-func-mode.
20024
20025 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20026
20027 * flyspell.el (flyspell-auto-correct-previous-word):
20028 Narrow down to what's on the screen, and recenter overlays
20029 at the end of the next word.
20030
20031 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20032
20033 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20034 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20035 (flyspell-abbrev-p): Default to nil.
20036 (flyspell-use-global-abbrev-table-p): Doc fix.
20037 (flyspell-large-region): Allow nil as value.
20038 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20039
20040 (mail-mode-flyspell-verify): More robust handling
20041 of `mail-header-separator'. More efficient signature detection.
20042 Allow for regexp metacharacters in message-header-separator.
20043 Adding `To' not to be checked in mail-mode-flyspell-verify.
20044
20045 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20046 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20047 Bind flyspell-auto-correct-binding.
20048 Bind C-. and C-, .
20049 (flyspell-mode-map): Likewise.
20050 (flyspell-mode): Doc fix.
20051 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20052 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20053 (flyspell-word-cache-result): New var, always local.
20054 (flyspell-check-pre-word-p): Doc fix.
20055 (flyspell-check-changed-word-p): Handle spc like newline.
20056 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20057 (flyspell-word-search-backward, flyspell-word-search-forward):
20058 New functions.
20059 (flyspell-word): Return t if nothing to check.
20060 When parsing TeX code, check for after } or \.
20061 Use flyspell-word-search-backward to find previous word.
20062 Return nil if duplicated word.
20063 For word already checked, return same value as last time.
20064 Set flyspell-word-cache-result after checking.
20065 Don't clobber the return value.
20066 (flyspell-get-word): Major rewrite.
20067 (flyspell-external-point-words): New locals pword, pcount.
20068 Fix size used in progress message.
20069 Find the proper corresponding word in flyspell-large-region-buffer.
20070 (flyspell-region): Check for flyspell-large-region = nil.
20071 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20072 (flyspell-auto-correct-word): Check that WORD is a cons.
20073 (flyspell-correct-word): Likewise.
20074
20075 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20076
20077 * progmodes/make-mode.el (makefile-rule-action-regex)
20078 (makefile-macroassign-regex, makefile-makepp-mode)
20079 (makefile-bsdmake-mode): Continuation lines may be empty.
20080 Reported by Joshua Varner.
20081 (makefile-makepp-font-lock-keywords): Add $(stem).
20082
20083 2005-05-28 Karl Berry <karl@gnu.org>
20084
20085 * textmodes/tex-mode.el: Now that tex-send-command calls
20086 shell-quote-argument (2005-03-31 change), remove all calls to
20087 shell-quote-argument; they all end up invoking tex-send-command.
20088 The double quoting loses on filenames with non-safe characters,
20089 such as "@". Reported by Frederik Fouvry.
20090
20091 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20092
20093 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20094 about preserving point.
20095
20096 2005-05-27 Jay Belanger <belanger@truman.edu>
20097
20098 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20099 Info-goto-node.
20100
20101 * calc/calc-embed.el (calc-embed-arg): New variable.
20102 (calc-do-embedded-activate, calc-embedded-activate-formula)
20103 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20104 variable by new variable.
20105 (calc-embedded-make-info): Replace undeclared variable by new
20106 variable. When selecting region with positive prefix
20107 argument, use end of previous line instead of beginning of line.
20108
20109 * calc/calc-aent.el (calc-arg-values): Declare it.
20110
20111 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20112 Declare them.
20113
20114 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20115
20116 * calc/calc.el (calc-alg-map): Declare it.
20117
20118 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20119
20120 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20121
20122 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20123 (gdb-registers-buffer, toggle-gdb-all-registers):
20124 Toggle display of floating point registers.
20125 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20126
20127 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20128 (toggle-gud-tooltip-dereference):
20129 Rename from gud-toggle-tooltip-dereference.
20130
20131 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20132
20133 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20134
20135 2005-05-27 Jay Belanger <belanger@truman.edu>
20136
20137 * calc/calc-prog.el (calc-kbd-report): Remove.
20138 (calc-kbd-query): Rewrite.
20139
20140 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20141
20142 * image.el (image-library-alist): Move to image.c.
20143 (image-type-available-p): Doc fix.
20144
20145 2005-05-27 Lute Kamstra <lute@gnu.org>
20146
20147 * calc/calc.el (calc):
20148 * outline.el (outline-1, outline-2, outline-3, outline-4)
20149 (outline-5, outline-6, outline-7, outline-8):
20150 * textmodes/dns-mode.el (dns-mode):
20151 * textmodes/sgml-mode.el (sgml-namespace-face):
20152 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20153 (tex-verbatim-face, tex-use-reftex):
20154 * textmodes/texinfo.el (texinfo-heading-face):
20155 Specify customization group.
20156
20157 * longlines.el: Don't require easy-mmode.
20158 (longlines-visible-face): Specify customization group.
20159
20160 2005-05-27 Kenichi Handa <handa@m17n.org>
20161
20162 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20163 encoding table of windows-1251.
20164
20165 * international/ucs-tables.el (ucs-set-table-for-input):
20166 If translation-table-for-input of a coding system is a symbol, get
20167 its translation-table property.
20168
20169 * international/code-pages.el: Don't register a coding system into
20170 non-iso-charset-alist more than once.
20171 (cp-make-coding-system): Likewise.
20172
20173 2005-05-26 John Wiegley <johnw@newartisans.com>
20174
20175 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20176 `eshell-resume-eval' is wrapped in a list, it indicates that the
20177 command was run asynchronously. In that case, unwrap the value
20178 before checking the delimiter value.
20179
20180 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20181 character before a space at the end of a line is \, assume the space
20182 is part of the last argument rather than a final argument separator.
20183
20184 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20185 is in use, and the target is `t' or `nil' (which are the most common
20186 values), don't assume that the symbol target is a buffer.
20187
20188 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20189
20190 * calendar/calendar.el (calendar-mode-line-format):
20191 Use mode-line-highlight as mouse-face.
20192
20193 * time.el (display-time-string-forms, display-time-update):
20194 Use mode-line-highlight as mouse-face.
20195
20196 2005-05-26 Jay Belanger <belanger@truman.edu>
20197
20198 * calc/calc.el (calc-language-alist): Remove extra defvar.
20199
20200 2005-05-26 Lute Kamstra <lute@gnu.org>
20201
20202 * arc-mode.el (archive-mode):
20203 * bookmark.el (bookmark-read-annotation-mode)
20204 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20205 * bs.el (bs-mode):
20206 * calc/calc-yank.el (calc-edit-mode):
20207 * calc/calc.el (calc-mode, calc-trail-mode):
20208 * calculator.el (calculator-mode):
20209 * chistory.el (command-history-mode):
20210 * comint.el:
20211 * cus-edit.el (custom-mode):
20212 * descr-text.el (describe-text-mode):
20213 * ebuff-menu.el (Electric-buffer-menu-mode):
20214 * ediff-util.el (ediff-mode):
20215 * emacs-lisp/re-builder.el (reb-mode):
20216 * emulation/vi.el (vi-mode-setup):
20217 * emulation/ws-mode.el (wordstar-mode):
20218 * eshell/esh-mode.el (eshell-mode):
20219 * forms.el (forms-mode):
20220 * help-mode.el (help-mode):
20221 * hexl.el (hexl-mode):
20222 * ibuffer.el (ibuffer-mode):
20223 * ielm.el (inferior-emacs-lisp-mode):
20224 * info.el (Info-mode, Info-edit-mode):
20225 * international/swedish.el:
20226 * ledit.el (ledit-from-lisp-mode):
20227 * locate.el (locate-mode):
20228 * mail/rmail.el (rmail-mode):
20229 * mail/rmailedit.el (rmail-edit-mode):
20230 * mail/rmailsum.el (rmail-summary-mode):
20231 * mail/supercite.el (sc-electric-mode):
20232 * net/eudc.el (eudc-mode):
20233 * net/quickurl.el (quickurl-list-mode):
20234 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20235 * obsolete/ooutline.el (outline-mode):
20236 * obsolete/options.el (Edit-options-mode):
20237 * obsolete/rnews.el (news-mode):
20238 * obsolete/rnewspost.el (news-reply-mode):
20239 * play/5x5.el (5x5-mode):
20240 * play/decipher.el (decipher-mode, decipher-stats-mode):
20241 * play/gomoku.el (gomoku-mode):
20242 * play/snake.el (snake-mode):
20243 * play/solitaire.el (solitaire-mode):
20244 * play/tetris.el (tetris-mode):
20245 * progmodes/ada-mode.el (ada-mode):
20246 * progmodes/antlr-mode.el (antlr-mode):
20247 * progmodes/autoconf.el (autoconf-mode):
20248 * progmodes/dcl-mode.el (dcl-mode):
20249 * progmodes/delphi.el (delphi-mode):
20250 * progmodes/ebrowse.el (ebrowse-tree-mode)
20251 (ebrowse-electric-list-mode, ebrowse-member-mode)
20252 (ebrowse-electric-position-mode):
20253 * progmodes/f90.el (f90-mode):
20254 * progmodes/fortran.el (fortran-mode):
20255 * progmodes/icon.el (icon-mode):
20256 * progmodes/idlw-help.el (idlwave-help-mode):
20257 * progmodes/idlw-shell.el (idlwave-shell-mode):
20258 * progmodes/idlwave.el (idlwave-mode):
20259 * progmodes/inf-lisp.el (inferior-lisp-mode):
20260 * progmodes/m4-mode.el (m4-mode):
20261 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20262 * progmodes/modula2.el (modula-2-mode):
20263 * progmodes/octave-inf.el (inferior-octave-mode):
20264 * progmodes/octave-mod.el (octave-mode):
20265 * progmodes/pascal.el (pascal-mode):
20266 * progmodes/sh-script.el (sh-mode):
20267 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20268 * progmodes/vhdl-mode.el (vhdl-mode):
20269 * progmodes/xscheme.el (scheme-interaction-mode):
20270 * replace.el (occur-mode):
20271 * ses.el (ses-mode):
20272 * simple.el (completion-list-mode):
20273 * skeleton.el:
20274 * speedbar.el (speedbar-mode):
20275 * term.el (term-mode):
20276 * terminal.el (terminal-edit-mode):
20277 * textmodes/reftex-index.el (reftex-index-mode)
20278 (reftex-index-phrases-mode):
20279 * textmodes/reftex-sel.el (reftex-select-label-mode)
20280 (reftex-select-bib-mode):
20281 * textmodes/reftex-toc.el (reftex-toc-mode):
20282 * wdired.el (wdired-change-to-wdired-mode):
20283 * wid-browse.el (widget-browse-mode):
20284 Use run-mode-hooks.
20285
20286 * array.el (array-mode):
20287 * calendar/todo-mode.el (todo-mode):
20288 * man.el (Man-mode):
20289 * play/landmark.el (lm-mode):
20290 * play/mpuz.el (mpuz-mode):
20291 Use kill-all-local-variables and run-mode-hooks.
20292
20293 * subr.el (delay-mode-hooks): Specify indentation.
20294
20295 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20296
20297 * xml.el (xml-substitute-special): Don't die for undefined xml
20298 entities.
20299
20300 2005-05-26 Jay Belanger <belanger@truman.edu>
20301
20302 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20303 of nil.
20304
20305 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20306
20307 * progmodes/gdb-ui.el (gdb-frame-address):
20308 Rename from gdb-current-address.
20309 (gdb-previous-frame-address): Rename from gdb-previous-address.
20310 (gdb-selected-frame): Rename from gdb-current-frame.
20311 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20312 (gdb-frame-number): Rename from gdb-current-stack-level.
20313 (gdb-ann3): Match new mode-name for disassembly buffer.
20314 Extend initialization of variables.
20315 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20316 (gdb-memory-mode): Use mouse-face in header line.
20317 (gdb-assembler-buffer-name): Call it disassembly and give frame
20318 in mode line.
20319 (gdb-source-spec-regexp, gdb-assembler-custom)
20320 (gdb-invalidate-assembler, gdb-frame-handler):
20321 Make robust to leading zeroes in address format.
20322
20323 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20324
20325 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20326 define `org-mode'.
20327 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20328
20329 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * log-edit.el (log-edit-changelog-entries): Distinguish between
20332 filenames like xfns.c and fns.c.
20333
20334 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20335
20336 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20337 point after reverting.
20338 (Buffer-menu-make-sort-button): Handle the case where
20339 `Buffer-menu-use-header-line' is nil.
20340
20341 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20342
20343 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20344 New funcs. In minibuffer-local-completion-map bind `]', `/'
20345 and `:' to them.
20346
20347 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * startup.el (normal-top-level): Allow modification of load-path while
20350 we're iterating over it.
20351
20352 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20353
20354 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20355 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20356 (thumbs-resize-interactive, thumbs-insert-image)
20357 (thumbs-insert-thumb, thumbs-dired-show-marked)
20358 (thumbs-find-image-at-point, thumbs-delete-images)
20359 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20360 (thumbs-increment-image-size, thumbs-decrement-image-size):
20361 Fix typos in docstrings.
20362
20363 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20364
20365 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20366 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20367 (cperl-mode): Use them.
20368
20369 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20370
20371 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20372 Doc fixes.
20373
20374 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20375
20376 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20377 Bind C-d to gdb-inferior-io-eof.
20378
20379 * dired.el (dired-dnd-popup-notice): Use message-box.
20380
20381 2005-05-23 Masatake YAMATO <jet@gyve.org>
20382
20383 * bindings.el (mode-line-major-mode-keymap):
20384 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20385
20386 * faces.el (mode-line-highlight): New face.
20387
20388 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20389 as mouse-face.
20390
20391 * bindings.el (top-level, help-echo, mode-line-modified)
20392 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20393 as mouse-face.
20394
20395 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20396
20397 * progmodes/cc-engine.el (c-guess-basic-syntax):
20398 Remove spurious call to `zerop'.
20399
20400 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20401
20402 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20403
20404 CC Mode update to 5.30.10:
20405
20406 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20407 could go past the limit in decoration level 2, thereby causing
20408 errors during interactive fontification.
20409
20410 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20411 the file is evaluated interactively.
20412
20413 * cc-engine.el (c-guess-basic-syntax): Handle operator
20414 declarations somewhat better in C++.
20415
20416 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20417 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20418 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20419 (awk-mode): Use it.
20420 (make-local-hook): Suppress warning about obsoleteness.
20421
20422 * cc-engine.el, cc-align.el, cc-cmds.el
20423 (c-append-backslashes-forward, c-delete-backslashes-forward)
20424 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20425 Compensate for return value from `forward-line' when it has moved
20426 but not to a different line due to eob.
20427
20428 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20429 `objc-method-intro' and `objc-method-args-cont'.
20430
20431 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20432
20433 CC Mode update to 5.30.10:
20434
20435 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20436 in the copyright statement. Incidentally, change "along with GNU
20437 Emacs" to "along with this program" where it occurs.
20438
20439 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20440 so that it is interactive, hence can be found by M-x awk-mode
20441 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20442 <gmorris+emacs@ast.cam.ac.uk>.
20443
20444 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20445 Mode's regexps.
20446
20447 2005-05-23 Kevin Ryde <user42@zip.com.au>
20448
20449 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20450 c-parse-state, to avoid a lisp error (on bad code).
20451
20452 2005-05-23 Lute Kamstra <lute@gnu.org>
20453
20454 * subr.el (font-lock-defaults): Remove defvar as it's already
20455 defined in font-core.el.
20456
20457 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20458
20459 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20460
20461 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20462 more general and work when GDB variable "print pretty" is on,
20463 as with Emacs, for example.
20464
20465 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20466
20467 * font-core.el: Update comment.
20468
20469 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20470 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20471
20472 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20473
20474 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20475
20476 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20477 and `yank-handler' in the doc strings.
20478
20479 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20482
20483 2005-05-22 Richard M. Stallman <rms@gnu.org>
20484
20485 * help.el (describe-key): Move print-help-return-message call
20486 out of conditional.
20487
20488 * progmodes/etags.el (list-tags): Use with-no-warnings.
20489
20490 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20491 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20492 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20493
20494 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20495
20496 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20497 Add defvar.
20498
20499 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20500 Use defvar, not defconst.
20501
20502 * hexl.el (hexl-follow-line): Use with-no-warnings.
20503
20504 * emulation/tpu-extras.el: Use write-file-functions instead of
20505 write-file-hooks.
20506
20507 * dired.el (dired-font-lock-keywords): Fontify files with junk
20508 extensions even if marked by -F.
20509
20510 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20511
20512 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20513 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20514 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20515 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20516 (concatenate, list-length, get*, getf, cl-remprop):
20517 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20518 (etypecase, progv, lexical-let, lexical-let*)
20519 (multiple-value-bind, multiple-value-setq, shiftf):
20520 Improve argument/docstring consistency.
20521
20522 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20523
20524 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20525
20526 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20527 doesn't exist.
20528
20529 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20530 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20531
20532 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20533
20534 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20535 already deleted variables: auto-fill-hook, blink-paren-hook,
20536 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20537 suspend-hooks, comment-indent-hook, meta-flag,
20538 before-change-function, after-change-function,
20539 font-lock-doc-string-face.
20540
20541 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20542
20543 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20544
20545 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20546
20547 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20548 rmail-dont-reply-to.
20549
20550 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20551
20552 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20553 literal blank when splitting new-header-values.
20554
20555 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20556
20557 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20558 string so that tmm doesn't create a completion entry for it.
20559
20560 * textmodes/table.el (table-disable-menu): Ditto.
20561
20562 2005-05-21 Richard M. Stallman <rms@gnu.org>
20563
20564 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20565
20566 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20567
20568 * net/rcompile.el (remote-compile): Use compilation-start.
20569
20570 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20571
20572 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20573
20574 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20575 Default to makefile-bsdmake-mode on BSD systems.
20576
20577 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20578 REGEXP may also be a search function now. The part of doc-string
20579 for describing the structure was 95% identical to that of
20580 `imenu--generic-function'. Unify it there.
20581
20582 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20583 Use function to find dependencies, because regexp alone is so complex,
20584 it easily goes into an endless loop.
20585 (makefile-makepp-mode): Also add submenu for Perl functions
20586 defined in the makefile.
20587 (makefile-bsdmake-mode): Special imenu-generic-expression no
20588 longer needed, due to function call.
20589 (makefile-match-dependency): Take BOUND into account when checking
20590 if we're through.
20591
20592 2005-05-20 Jay Belanger <belanger@truman.edu>
20593
20594 * calc/calc-units.el (calc-invalidate-units-table):
20595 Use inhibit-read-only.
20596 (math-build-units-table-buffer): Use view-mode.
20597
20598 2005-05-20 David Kastrup <dak@gnu.org>
20599
20600 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20601 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20602
20603 2005-05-20 Lute Kamstra <lute@gnu.org>
20604
20605 * diff-mode.el (diff-header-face, diff-file-header-face)
20606 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20607 (diff-added-face, diff-changed-face, diff-function-face)
20608 (diff-context-face, diff-nonexistent-face): Put them in the
20609 diff-mode customization group.
20610
20611 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20614
20615 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20616
20617 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20618 Minor regexp-optimization.
20619
20620 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20621
20622 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20623 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20624 (org-agenda-add-time-grid-maybe): New function.
20625 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20626 (org-table-create): `dotimes' instead of `mapcar'.
20627 (org-xor): Simplify implementation.
20628 (org-agenda): `inhibit-redisplay' turned on.
20629 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20630 a consistent line after a state change.
20631 (org-agenda-remove-times-when-in-prefix): New option.
20632 (org-prefix-has-time): New variable.
20633 (org-parse-time-string): Optional argument NODEFAULT.
20634 (org-format-agenda-item): Parse items for time-of-day
20635 specifications and move these into the prefix if possible.
20636 (org-agenda-priority): Get current heading, not previous heading
20637 during agenda remote editing.
20638
20639 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20640
20641 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20642 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20643 (remove-duplicates, delete-duplicates, substitute)
20644 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20645 (nsubstitute-if-not, find, find-if, find-if-not, position)
20646 (position-if, position-if-not, count, count-if, count-if-not)
20647 (mismatch, search, sort*, stable-sort, merge, member*)
20648 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20649 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20650 (intersection, nintersection, set-difference, nset-difference)
20651 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20652 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20653 (nsublis, tree-equal): Improve argument/docstring consistency.
20654
20655 * subr.el (send-string, send-region): Remove obsolescence declaration.
20656 (window-dot, set-window-dot, read-input, show-buffer)
20657 (eval-current-buffer, string-to-int):
20658 Add release number to obsolescence declarations.
20659
20660 2005-05-19 Kim F. Storm <storm@cua.dk>
20661
20662 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20663 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20664
20665 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20666
20667 * faces.el (list-faces-display): Make back button respect optional
20668 regexp arg.
20669
20670 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20671
20672 * calculator.el (calculator-radix-grouping-mode)
20673 (calculator-radix-grouping-digits, calculator-displayer)
20674 (calculator-radix-grouping-separator, calculator-copy-displayer):
20675 * dabbrev.el (dabbrev-search-these-buffers-only):
20676 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20677 (diff-advance-after-apply-hunk, diff-mode-hook)
20678 (diff-minor-mode-prefix):
20679 * imenu.el (imenu-use-popup-menu):
20680 * jit-lock.el (jit-lock-context-time):
20681 * newcomment.el (comment-fill-column, comment-column)
20682 (comment-style, comment-padding, comment-multi-line)
20683 (comment-empty-lines, comment-auto-fill-only-comments):
20684 * reveal.el (reveal-around-mark):
20685 * uniquify.el (uniquify-buffer-name-style)
20686 (uniquify-after-kill-buffer-p)
20687 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20688 (uniquify-min-dir-content, uniquify-separator)
20689 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20690 * w32-vars.el (w32-fixed-font-alist):
20691 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20692 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20693 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20694 * progmodes/perl-mode.el (perl-indent-level)
20695 (perl-continued-statement-offset, perl-continued-brace-offset)
20696 (perl-brace-offset, perl-brace-imaginary-offset)
20697 (perl-label-offset, perl-indent-continued-arguments)
20698 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20699 * progmodes/tcl.el (tcl-indent-level)
20700 (tcl-continued-indent-level, tcl-auto-newline)
20701 (tcl-tab-always-indent, tcl-electric-hash-style)
20702 (tcl-help-directory-list, tcl-use-smart-word-finder)
20703 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20704 (inferior-tcl-source-command):
20705 * textmodes/fill.el (enable-kinsoku):
20706 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20707 * textmodes/table.el (table-yank-handler):
20708 Specify missing group (and type, if simple) in defcustom.
20709
20710 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20711
20712 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20713
20714 2005-05-19 Richard M. Stallman <rms@gnu.org>
20715
20716 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20717
20718 * subr.el (event-basic-type): Don't get an error.
20719 (left-fringe-p): Function deleted.
20720
20721 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20722 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20723
20724 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20725 in recursive copy.
20726
20727 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20728
20729 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20730
20731 * emacs-lisp/bytecomp.el
20732 (byte-compile-file-form-custom-declare-variable):
20733 Call byte-compile-nogroup-warn if appropriate.
20734
20735 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20736 (compilation-set-window): Don't call left-fringe-p; do it directly.
20737
20738 2005-05-19 Jay Belanger <belanger@truman.edu>
20739
20740 * calc/calc-graph.el (calc-graph-format-data): Make sure
20741 var-PlotRejects is bound before trying to check its value.
20742
20743 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20744
20745 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20746 definition of this variable from reftex-global.el to reftex.el,
20747 because it is needed in the menu.
20748
20749 2005-05-19 Lute Kamstra <lute@gnu.org>
20750
20751 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20752 years are fixed. Don't insert a space after a dash.
20753
20754 2005-05-19 Kim F. Storm <storm@cua.dk>
20755
20756 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20757
20758 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20759
20760 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20761 strings, because (eq ... ?\\) is fairly frequent.
20762
20763 * progmodes/make-mode.el (makefile-add-this-line-targets):
20764 Simplify and integrate into `makefile-pickup-targets'.
20765 (makefile-add-this-line-macro): Simplify and integrate into
20766 `makefile-pickup-macros.
20767 (makefile-pickup-filenames-as-targets): Simplify.
20768 (makefile-previous-dependency, makefile-match-dependency):
20769 Don't stumble over `::'.
20770
20771 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20772
20773 * subr.el (post-command-idle-hook, post-command-idle-delay):
20774 Remove obsoletion of post-command-idle-hook and
20775 post-command-idle-delay.
20776
20777 * faces.el (list-faces-display): Provide button when describe-face
20778 is called to take user back to the list of faces.
20779
20780 * help-fns.el (describe-variable): Remove hyperlinks in a
20781 variable's value as these are quite frequently inappropriate.
20782
20783 * follow.el (follow-submit-feedback, follow-mode):
20784 Remove references to post-command-idle-hook.
20785
20786 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20787
20788 * progmodes/make-mode.el (makefile-previous-dependency)
20789 (makefile-match-dependency): Check for := (and in bsd mode also
20790 !=) to give a better result, even when font-lock is not on.
20791
20792 2005-05-18 Jay Belanger <belanger@truman.edu>
20793
20794 * calc/calc-help.el (calc-s-prefix-help):
20795 Add `calc-copy-special-constant' to help string.
20796
20797 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20798
20799 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20800
20801 2005-05-18 Jay Belanger <belanger@truman.edu>
20802
20803 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20804 in linear factors are in proper order.
20805
20806 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20807
20808 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20809 Support for jurabib.
20810
20811 * textmodes/reftex.el (featurep): Define aliases for overlay
20812 commands, for XEmacs compatibility, and use these aliases in
20813 overlay initializations.
20814 (reftex-highlight): Use `reftex-move-overlay'.
20815 (reftex-unhighlight): Use `reftex-delete-overlay'.
20816 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20817 (reftex-access-search-path): Use `reftex-uniquify' instead of
20818 `reftex-uniq'
20819
20820 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20821 `before-string' property modification enables for Emacs as well.
20822 (reftex-select-item): Use `reftex-delete-overlay'.
20823 (reftex-select-mark): Use `reftex-make-overlay' and
20824 `reftex-overlay-put'.
20825 (reftex-select-unmark): Use `reftex-delete-overlay' and
20826 `reftex-overlay-put'.
20827
20828 2005-05-18 Lute Kamstra <lute@gnu.org>
20829
20830 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20831
20832 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20833
20834 * add-log.el (add-change-log-entry):
20835 * array.el (array-make-template, array-reconfigure-rows)
20836 (array-init-max-row, array-init-max-column)
20837 (array-init-columns-per-line, array-init-field-width):
20838 * replace.el (replace-match-maybe-edit, perform-replace):
20839 * textmodes/spell.el (spell-region):
20840 Replace `read-input' by `read-string'.
20841
20842 * forms.el (forms-mode):
20843 * finder.el (finder-compile-keywords):
20844 * shadowfile.el (shadow-read-files):
20845 Replace `eval-current-buffer' by `eval-buffer'.
20846
20847 * terminal.el (te-pass-through):
20848 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20849 (ange-ftp-raw-send-cmd):
20850 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20851 (send-process-next-char, telnet-initial-filter, telnet):
20852 Replace `send-string' by `process-send-string'.
20853
20854 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20855 (prolog-consult-region): Replace `send-string' by
20856 `process-send-string'; replace `send-region' by `process-send-region'.
20857
20858 * progmodes/delphi.el (delphi-log-msg):
20859 Replace `set-window-dot' by `set-window-point'.
20860
20861 * subr.el (window-dot, set-window-dot, read-input, send-string)
20862 (send-region, show-buffer, eval-current-buffer):
20863 Make really obsolete, as the comment says.
20864
20865 2005-05-17 Kim F. Storm <storm@cua.dk>
20866
20867 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20868 (cua--init-keymaps): Bind C-return instead of S-return to set
20869 rectangle mark.
20870
20871 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20872 instead of S-return to toggle/clear rectangle mark.
20873
20874 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20875
20876 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20877 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20878 Also fontify plain strings assigned to variables, mostly so that a
20879 colon has a face and is thus not taken as a dependency separator.
20880 (makefile-previous-dependency): Inline the new matcher, because it
20881 is too complex to work in both directions.
20882 (makefile-match-dependency): Eliminate `backward' arg (see above).
20883 Completely reimplemented so as to not sometimes go into an endless
20884 loop. It should also be more efficient, because first it only
20885 searches for `:', instead of applying the very complex regexp.
20886 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20887 to be fontified in one piece can be too long for JIT.
20888 Makefiles are never *that* big.
20889
20890 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20891
20892 * dired.el (dired-mode): Simplify.
20893
20894 2005-05-17 Lute Kamstra <lute@gnu.org>
20895
20896 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20897 defcustom for the mode hook variable.
20898
20899 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20900 Emacs Lisp Reference Manual.
20901
20902 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20903
20904 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20905 (evenp, list*):
20906 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20907 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20908
20909 * net/tramp-smb.el (tramp-smb-open-connection):
20910 Pass `tramp-chunksize' as fifth (required) argument.
20911
20912 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20913
20914 * font-lock.el (lisp-font-lock-keywords-1):
20915 Set `font-lock-negation-char-face' for [^...] char group.
20916 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20917
20918 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20919 a var, and refine it to mask one more level of nested vars.
20920 (makefile-rule-action-regex): Turn it into a var, and refine it so
20921 it recognizes backslashed continuation lines as belonging to the
20922 same command.
20923 (makefile-macroassign-regex): Refine it so it recognizes
20924 backslashed continuation lines as belonging to the same command.
20925 (makefile-var-use-regex): Don't look at the next char, because it
20926 might be the same one to be skipped by the initial [^$], leading
20927 to an overlooked variable use.
20928 (makefile-make-font-lock-keywords): Remove two parameters, which
20929 are now variables that some of the modes set locally.
20930 Handle dependency and rule action matching through functions, because
20931 regexps alone match too often. Dependency matching now comes
20932 last, so it can check, whether a colon already matched something else.
20933 (makefile-mode): Inform that font-lock improves makefile parsing
20934 capabilities.
20935 (makefile-match-dependency, makefile-match-action): New functions.
20936
20937 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20938
20939 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20940
20941 * align.el (align-regexp):
20942 * ansi-color.el (ansi-color-get-face):
20943 * array.el (array-reconfigure-rows, array-init-max-row)
20944 (array-init-max-column, array-init-columns-per-line)
20945 (array-init-field-width):
20946 * dired-aux.el (dired-trample-file-versions):
20947 * dired-x.el (dired-mark-sexp):
20948 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20949 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20950 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20951 * faces.el (face-read-integer):
20952 * files.el (backup-extract-version, insert-directory):
20953 * hexl.el (hexl-insert-decimal-char):
20954 * server.el (server-process-filter):
20955 * shell.el (shell-extract-num):
20956 * startup.el (command-line-1):
20957 * term.el (term-command-hook):
20958 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20959 (time-stamp-do-number):
20960 * time.el (display-time-update):
20961 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20962 (timezone-fix-time):
20963 * vms-patch.el (vms-suspend-resume-hook):
20964 * calendar/appt.el (appt-convert-time):
20965 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20966 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20967 * calendar/cal-islam.el (mark-islamic-diary-entries):
20968 * calendar/calendar.el (calendar-cursor-to-date)
20969 (calendar-star-date):
20970 * calendar/diary-lib.el (diary-attrtype-convert)
20971 (mark-diary-entries, diary-entry-time):
20972 * calendar/solar.el (solar-get-number):
20973 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20974 * emacs-lisp/re-builder.el (reb-display-subexp):
20975 * emulation/edt.el (edt-set-scroll-margins):
20976 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20977 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20978 (vip-get-ex-count):
20979 * emulation/viper-ex.el (viper-get-ex-token)
20980 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20981 * international/fontset.el (fontset-plain-name):
20982 * mail/feedmail.el (feedmail-look-at-queue-directory):
20983 * mail/mailalias.el (mail-get-names):
20984 * mail/rmail.el (rmail-convert-to-babyl-format):
20985 * mail/rmailsum.el (rmail-make-basic-summary-line)
20986 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20987 (rmail-summary-goto-msg):
20988 * mail/smtpmail.el (smtpmail-read-response):
20989 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20990 (ange-ftp-vms-add-file-entry):
20991 * play/gametree.el (gametree-looking-at-ply)
20992 (gametree-current-branch-score):
20993 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20994 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20995 * progmodes/cperl-mode.el (condition-case):
20996 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20997 (ebrowse-set-member-buffer-column-width)
20998 (ebrowse-select-1st-to-9nth):
20999 * progmodes/etags.el (etags-snarf-tag):
21000 * progmodes/flymake.el (flymake-parse-line):
21001 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21002 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21003 (idlwave-shell-menu-def):
21004 * progmodes/ps-mode.el (ps-run-goto-error):
21005 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21006 (vhdl-speedbar-contract-level):
21007 * term/mac-win.el (x-handle-numeric-switch):
21008 * term/sun-mouse.el (sun-get-frame-data):
21009 * term/w32-win.el (x-handle-numeric-switch):
21010 * term/x-win.el (x-handle-numeric-switch):
21011 * textmodes/ispell.el (ispell-parse-output):
21012 * textmodes/nroff-mode.el (nroff-outline-level):
21013 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21014 (reftex-bib-sort-year-reverse, reftex-format-citation):
21015 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21016 (reftex-section-number):
21017 * textmodes/texinfmt.el (texinfo-paragraphindent):
21018 Replace `string-to-int' by `string-to-number'.
21019
21020 * international/latexenc.el: Add page marker to force the "Local
21021 Variables:" string out of the last page.
21022
21023 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21024
21025 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21026 tooltip-change-major-mode.
21027 (gud-tooltip-print-command): Remove case where gud-minor-mode
21028 is gdb ("--fullname").
21029 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21030 explain to user.
21031
21032 2005-05-16 Jay Belanger <belanger@truman.edu>
21033
21034 * calc/calc-store.el (calc-copy-special-constant): New function.
21035
21036 * calc/calc-ext.el (calc-init-extensions): Add binding for
21037 `calc-copy-special-constant'.
21038
21039 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21040 for the `calc-copy-special-constant' command.
21041
21042 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21043
21044 * subr.el (left-fringe-p): New function.
21045
21046 * progmodes/compile.el (compilation-setup): Set local value of
21047 overlay-arrow-string to "" always.
21048 (compilation-set-window): Left fringe then don't scroll.
21049 No left fringe then no arrow and scroll message to top.
21050 (compilation-context-lines): Adjust doc string accordingly.
21051
21052 2005-05-16 Kim F. Storm <storm@cua.dk>
21053
21054 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21055 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21056 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21057 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21058 (ido-read-file-name): Handle commands with ido property value
21059 equal to find-file as reading a file name, to allow C-d to enter dired.
21060 (ibuffer-find-file): Add ido property with value find-file.
21061
21062 2005-05-15 Kim F. Storm <storm@cua.dk>
21063
21064 * subr.el (open-network-stream-nowait): Remove.
21065 (open-network-stream-server): Remove.
21066
21067 2005-05-15 Richard M. Stallman <rms@gnu.org>
21068
21069 * faces.el (describe-face): Output a definition link button.
21070
21071 * help-mode.el (help-face-def): New button type.
21072
21073 * emacs-lisp/copyright.el (copyright-fix-years):
21074 Match properly if the first year is 2-digit.
21075 Don't mess up the whitespace after the years by filling.
21076
21077 * dired-aux.el (dired-mark-confirm):
21078 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21079
21080 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21081 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21082 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21083
21084 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21085 Set font-lock-comment-start-skip.
21086
21087 * font-lock.el (font-lock-comment-start-skip): New variable.
21088 (font-lock-comment-end-skip): New variable.
21089 (font-lock-fontify-syntactically-region): Use them if non-nil.
21090
21091 2005-05-15 Jay Belanger <belanger@truman.edu>
21092
21093 * calc/calc-store.el (calc-store-value): Return a string rather
21094 than display it as a message.
21095 Use calc-var-name for variable name.
21096 (calc-store-into): Add the result of calc-store-value to message.
21097 (calc-copy-variable): Add a message.
21098 (calc-store-exchange): Improve error messages.
21099 (calc-store-binary, calc-store-map): Don't reset the values of
21100 special constants.
21101
21102 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21103
21104 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21105 manual to docstring.
21106
21107 * files.el (hack-local-variables-confirm): Add STRING argument.
21108 Make the function handle non file visiting buffers correctly.
21109 (hack-local-variables-prop-line, hack-local-variables)
21110 (hack-one-local-variable): Use STRING arg of
21111 `hack-local-variables-confirm'.
21112
21113 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21114
21115 Sync with Tramp 2.0.49.
21116
21117 * net/tramp.el (tramp-handle-dired-call-process)
21118 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21119 because the contents of the Tramp buffer is changed before
21120 insertion (`expand-file' and alike).
21121 (tramp-handle-insert-directory): If `localname' has an empty
21122 nondirectory name, it must not be quoted.
21123 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21124 variable `tramp-chunksize'. Change callees.
21125 (tramp-open-connection-setup-interactive-shell): Check remote host
21126 for buggy `send-process-string' implementation.
21127 Set `tramp-chunksize' if found. Reported by Michael Kifer
21128 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21129 (tramp-handle-shell-command): `insert-buffer' cannot be used
21130 because the contents of the Tramp buffer is changed before
21131 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21132 <frederic.bothamy@free.fr>.
21133 (tramp-set-auto-save): Actions should be done for Tramp file name
21134 handler only. Ange-FTP has its own auto-save mechanism.
21135 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21136 (tramp-set-auto-save-file-modes): Set file modes of
21137 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21138 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21139 (tramp-bug): Remove obsolete variable.
21140 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21141 for presence of `mml-mode'. Make it running for older Emacsen as well.
21142
21143 2005-05-14 John Paul Wallington <jpw@pobox.com>
21144
21145 * ibuf-ext.el (define-ibuffer-filter filename):
21146 If `dired-directory' is a list, use its car.
21147
21148 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21149
21150 * ibuffer.el (define-ibuffer-column filename):
21151 If `dired-directory' is a list, use its car.
21152
21153 2005-05-14 Richard M. Stallman <rms@gnu.org>
21154
21155 * subr.el (symbol-file): Doc fix.
21156
21157 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21158 (byte-compile-form): Call byte-compile-nogroup-warn.
21159 (byte-compile-warning-types): Doc fix.
21160
21161 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21162
21163 * progmodes/cc-engine.el (c-literal-faces):
21164 Add font-lock-comment-delimiter-face.
21165
21166 * net/net-utils.el (dig): Use with-no-warnings.
21167
21168 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21169 (sc-recite-frame-alist, sc-default-cite-frame)
21170 (sc-default-uncite-frame, sc-default-recite-frame)
21171 (sc-attrib-selection-list, sc-rewrite-header-list):
21172 Mark as risky-local-variable.
21173
21174 * international/ogonek.el (ogonek-jak, ogonek-how):
21175 Don't use beginning-of-buffer.
21176
21177 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21178
21179 * calendar/solar.el (solar-data-list): Move definition up.
21180
21181 * dnd.el (dnd-protocol-alist): Add autoload.
21182
21183 * progmodes/sh-script.el: Many doc usage fixes.
21184 (sh-indent-after-do): Change default to match common styles.
21185
21186 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21187
21188 * files.el (interpreter-mode-alist)
21189 (auto-mode-interpreter-regexp): Doc fixes.
21190
21191 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21192
21193 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21194
21195 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21196
21197 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21198
21199 * dired.el (dired-mode): make-variable-buffer-local =>
21200 make-local-variable.
21201
21202 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21203
21204 * term/mac-win.el (mac-select-convert-to-string): Try coding
21205 systems in mac-script-code-coding-systems if specified one cannot
21206 encode string for `com.apple.traditional-mac-plain-text'.
21207
21208 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21209
21210 * progmodes/make-mode.el (makefile-targets-face)
21211 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21212 (makefile-dependency-regex): Fix it to not make the colon in
21213 $(var:a=b) special.
21214 (makefile-rule-action-regex): New regexp for highlighting embedded
21215 Shell strings.
21216 (makefile-macroassign-regex): Handle != for highlighting as
21217 embedded Shell strings.
21218 (makefile-var-use-regex): New const.
21219 (makefile-statements, makefile-automake-statements)
21220 (makefile-gmake-statements, makefile-makepp-statements)
21221 (makefile-bsdmake-statements): New consts.
21222 (makefile-make-font-lock-keywords): New function.
21223 (makefile-automake-font-lock-keywords)
21224 (makefile-gmake-font-lock-keywords)
21225 (makefile-makepp-font-lock-keywords)
21226 (makefile-bsdmake-font-lock-keywords): New consts.
21227 (makefile-mode-map): Add switchers between the various submodes.
21228 (makefile-mode): Document the availability of the variants.
21229 (makefile-automake-mode, makefile-gmake-mode)
21230 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21231
21232 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21233 new variants of makefile-mode.
21234
21235 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21236
21237 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21238 the inheritance.
21239
21240 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21241
21242 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21243 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21244
21245 * files.el (normal-mode): Extend the scope of the
21246 `enable-local-variables' binding to include the `set-auto-mode' call.
21247 (magic-mode-alist): Doc fix.
21248
21249 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21250
21251 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21252 font-lock-comment-face rather than copying its setting.
21253
21254 2005-05-12 Andreas Schwab <schwab@suse.de>
21255
21256 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21257
21258 2005-05-12 Lute Kamstra <lute@gnu.org>
21259
21260 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21261 defcustom for the mode hook variable. Delete the last argument.
21262 * generic-x.el: Fix callers of define-generic-mode.
21263 (generic-x-modes): Delete group.
21264 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21265 generic-x customization group.
21266
21267 2005-05-12 Kim F. Storm <storm@cua.dk>
21268
21269 * font-lock.el (font-lock-negation-char-face): Default to "off".
21270
21271 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21272 font-lock-negation-char-face to ! in !=.
21273
21274 2005-05-12 Masatake YAMATO <jet@gyve.org>
21275
21276 * add-log.el (find-change-log): Fix typos in the docstring
21277 of function.
21278
21279 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21280
21281 * international/latexenc.el (latexenc-find-file-coding-system):
21282 Avoid `re-search-forward' when looking for input encoding because
21283 of speed and safety. Better regular expressions for recognizing
21284 input encoding. Limit a search for TeX-master/tex-main-file to
21285 the local variable section.
21286
21287 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21288
21289 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21290 syntax of $ to "'" (quote).
21291
21292 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21293
21294 * dnd.el (dnd-protocol-alist): Improve custom type.
21295
21296 * dired.el (dired-dnd-protocol-alist): New variable.
21297 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21298 `dired-mode-hook' to the end.
21299
21300 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21301
21302 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21303 comment-end if comment-start-skip is not set.
21304 Obey the font-lock-comment-delimiter-face variables.
21305
21306 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * files.el (executable-find): Move from executable.el. Use
21309 locate-file.
21310 * progmodes/executable.el (executable-find): Move to files.el.
21311
21312 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21313 when trying to ensure forward progress.
21314
21315 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21316
21317 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21318 (mouse-select, mouse-select-internal, mouse-extend-internal):
21319 Use it to implement mouse-1-click-follows-link functionality.
21320
21321 2005-05-11 Richard M. Stallman <rms@gnu.org>
21322
21323 * font-lock.el (font-lock-fontify-syntactically-region):
21324 Use font-lock-comment-delimiter-face for comment delimiters.
21325
21326 2005-05-10 Jay Belanger <belanger@truman.edu>
21327
21328 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21329 preserving embedded modes.
21330
21331 2005-05-10 Richard M. Stallman <rms@gnu.org>
21332
21333 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21334
21335 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21336 Move from ada-stmt.el.
21337 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21338
21339 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21340 Move to ada-mode.el.
21341 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21342
21343 * cus-edit.el (custom-file): Call file-chase-links.
21344
21345 * files.el (read-directory-name): Fix previous change.
21346 (hack-local-variables-confirm): New function.
21347 (hack-local-variables-prop-line, hack-local-variables)
21348 (hack-one-local-variable): Use it.
21349
21350 2005-05-10 Lute Kamstra <lute@gnu.org>
21351
21352 * font-lock.el (font-lock-keywords-alist)
21353 (font-lock-removed-keywords-alist): Clarify docstrings.
21354
21355 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21356
21357 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21358 (gdb-source-info): Check for preprocessor info.
21359 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21360 a macro for a function.
21361 (gdb-info-breakpoints-custom): Try to find file again if not already
21362 found (user might have used GDB dir command).
21363 (gdb-get-location): Update gdb-location-alist correctly for change
21364 to gdb-info-breakpoints-custom.
21365
21366 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21367 (gud-tooltip-print-command): Add gdbmi case.
21368 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21369 preprocessor info.
21370
21371 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21372
21373 * startup.el (fancy-splash-insert): Fix typo in doc string.
21374
21375 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21376
21377 * obsolete/float.el (string-to-float):
21378 * obsolete/hilit19.el (hilit-add-pattern):
21379 * obsolete/rnews.el (news-parse-range, news-select-message)
21380 (news-get-pruned-list-of-files): Replace `string-to-int' by
21381 `string-to-number'.
21382
21383 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21384 `find-file-not-found-hooks'; use `add-hook'.
21385 (uncompress-while-visiting): Set `write-file-functions', not
21386 `write-file-hooks'; use `add-hook'.
21387
21388 2005-05-09 Kim F. Storm <storm@cua.dk>
21389
21390 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21391 (cua-paste): Handle clipboard action.
21392 (cua--init-keymaps): Remap clipboard-kill-region and
21393 clipboard-kill-ring-save.
21394
21395 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21396
21397 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21398 Improve commentary.
21399
21400 * simple.el (next-error-overlay-arrow-position): Revert the change
21401 made on 2005-04-30.
21402
21403 2005-05-07 Jay Belanger <belanger@truman.edu>
21404
21405 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21406 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21407 `calc-sel-reselect'.
21408
21409 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21410 Calc is in embedded mode.
21411
21412 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21413
21414 * progmodes/compile.el (compilation-setup):
21415 Set overlay-arrow-string to an empty string on text terminals.
21416
21417 * textmodes/ispell.el (ispell-program-name): Try looking for
21418 "aspell" along exec-path, and if found, use it as the default
21419 speller program.
21420
21421 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21422
21423 * international/mule.el (sgml-xml-auto-coding-function):
21424 Recognize encoding='FOO' in single quotes as well as in double quotes.
21425
21426 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21427
21428 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21429 as well as `interactive', so that defmacro* would recognize
21430 `declare' forms.
21431
21432 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21433
21434 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21435 Explain more about the LIGHTER arg's usage in the doc string.
21436 Add commentary to clarify what the code does. Fix the regexp that
21437 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21438 since it could have characters special to regular expressions.
21439
21440 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21441
21442 * replace.el (occur-1): Bind inhibit-read-only so that
21443 erase-buffer doesn't barf on read-only text properties (likewise
21444 for add-text-properties in occur-engine). Mark buffer as unmodified.
21445 (occur-engine): Don't set buffer-read-only here.
21446
21447 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21448
21449 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21450 list-buffers-directory. This caused the *cvs-commit* buffer to be
21451 sometimes mistakenly reused as a *cvs* buffer.
21452
21453 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21454
21455 * tooltip.el: Move code for GUD tooltips into gud.el.
21456 (require): CL no longer needed to compile case.
21457 (tooltip-mode): Do not toggle functions for GUD tooltips.
21458 (tooltip-gud-tips-p): Remove. Replace with minor mode
21459 gud-tooltip-mode in gud.el.
21460 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21461 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21462 tooltip-gud prefix with gud-tooltip and obsolete.
21463 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21464 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21465 (tooltip-mouse-motion): Mouse movement functions/variable.
21466 Rename in gud.el by adding gud prefix.
21467 (tooltip-gud-original-filter, tooltip-gud-dereference)
21468 (tooltip-gud-event, tooltip-toggle-gud-tips)
21469 (tooltip-gud-process-output, tooltip-gud-print-command)
21470 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21471 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21472 (gdb-tooltip-print): Move to gdb-ui.el.
21473
21474 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21475 (require): CL needed to compile case.
21476 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21477 tooltip-gud-tips-p. Make it a minor-mode.
21478 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21479 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21480 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21481 (gud-tooltip-change-major-mode)
21482 (gud-tooltip-activate-mouse-motions-if-enabled)
21483 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21484 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21485 (gud-tooltip-original-filter, gud-tooltip-dereference)
21486 (gud-tooltip-event, tooltip-toggle-gud-tips)
21487 (gud-tooltip-process-output, gud-tooltip-print-command)
21488 (gud-tooltip-tips): Move from tooltip.el.
21489
21490 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21491 (gdb-cpp-define-alist-flags): Doc fix.
21492 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21493 gud-tooltip-mode is t.
21494
21495 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21496
21497 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21498 evaporate if their text is deleted.
21499 (goto-address-at-point): Make it work as a mouse binding as well.
21500 (goto-address-at-mouse): Obsolete it. Update users.
21501
21502 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21503
21504 * calendar/appt.el (top-level): No longer activate on load.
21505
21506 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21507
21508 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21509 * net/webjump.el (webjump):
21510 * progmodes/idlw-help.el (idlwave-do-context-help1)
21511 (idlwave-highlight-linked-completions):
21512 * textmodes/po.el (po-find-file-coding-system-guts):
21513 Replace `assoc-ignore-case' by `assoc-string'.
21514
21515 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21516
21517 * files.el (locate-file): Doc fix.
21518
21519 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21520 Remove the redundant test for ms-dos.
21521
21522 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21523 look for the preprocessor with exec-suffixes. If not found in
21524 standard places, look in exec-path. Remove most of the tests that
21525 used system-type.
21526
21527 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21528
21529 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21530
21531 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21532 file-name clash with jka-compr.el on 8+3 filesystems.
21533
21534 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21535
21536 * term/mac-win.el: Don't define or bind scroll bar functions if
21537 x-toolkit-scroll-bars is t.
21538 (x-select-text, x-get-selection-value): Clear
21539 x-last-selected-text-clipboard if x-select-enable-clipboard is
21540 nil.
21541 (PRIMARY): Put mac-scrap-name property.
21542 (mac-select-convert-to-file-url): New function.
21543 (public.file-url): New selection target type. Add to
21544 selection-converter-alist.
21545 (x-get-selection, x-selection-value): Handle it.
21546 (x-cut-buffer-or-selection-value): New alias.
21547
21548 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21549
21550 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21551 entry to avoid calling bibtex-find-entry with arg global
21552 being t. Remove arg key.
21553 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21554 (bibtex-copy-summary-as-kill): Change accordingly.
21555
21556 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21559 (org-agenda-date-later): Use with-current-buffer.
21560
21561 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21562
21563 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21564 (define-obsolete-variable-alias): Doc Fixes.
21565
21566 2005-05-06 Kim F. Storm <storm@cua.dk>
21567
21568 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21569 vertical-motion when selective-display is active.
21570
21571 * ido.el (ido-setup-hook): New hook.
21572 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21573 (ido-input-stack): New var.
21574 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21575 ido-next-work-file binding to M-O.
21576 Bind M-f to ido-wide-find-file-or-pop-dir.
21577 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21578 (ido-read-internal): Run ido-setup-hook.
21579 Catch quit in read-file-name and read-string to cancel edit.
21580 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21581 Automatically pop-all when completing a directory name (RET).
21582 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21583 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21584 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21585 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21586 New functions for M-b/M-f to move among the directory components.
21587 (ido-make-merged-file-list): Catch quit to cancel merge.
21588 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21589 (ido-completion-help): No warnings for ido-completion-buffer-full.
21590
21591 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21592
21593 * font-lock.el (font-lock-negation-char-face): New face and variable.
21594 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21595 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21596 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21597 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21598
21599 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21602 Fix typo in docstring.
21603
21604 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21605 (ebrowse-print-statistics-line)
21606 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21607
21608 * term/w32-win.el (image-library-alist): Add additional name for
21609 Xpm library.
21610
21611 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21612
21613 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21614 use gcc instead of cpp.
21615
21616 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21617 (gdb-create-define-alist): Use it.
21618 (gdb-cpp-define-alist-program): Update for MS-DOS.
21619
21620 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21621
21622 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21623
21624 2005-05-04 Richard M. Stallman <rms@gnu.org>
21625
21626 * help.el (describe-key): No error when UNTRANSLATED is nil.
21627
21628 * simple.el (line-move-1): Fix previous change to signal errors
21629 appropriately.
21630
21631 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21632
21633 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21634 (icalendar-duration-correction): Remove.
21635 (icalendar--get-event-properties): Split result at commas.
21636 (icalendar--decode-isoduration): New optional argument
21637 DURATION-CORRECTION.
21638 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21639 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21640 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21641 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21642 (icalendar--convert-anniversary-to-ical): New functions, extracted
21643 from icalendar-export-region, with bug fixes.
21644 (icalendar-export-region): Use the above functions.
21645 (icalendar-import-buffer): Check before saving diary file.
21646 (icalendar--convert-recurring-to-diary)
21647 (icalendar--convert-non-recurring-all-day-to-diary)
21648 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21649 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21650 (icalendar--convert-ical-to-diary): Use the above functions.
21651
21652 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21653
21654 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21655 Remove these recent additions.
21656 (c-mode): Restore to before 2005-04-28.
21657
21658 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21659 recent addition.
21660
21661 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21662 (gdb-define-alist): New variables.
21663 (gdb-create-define-alist): New function.
21664 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21665 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21666 with string-to-number.
21667 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21668
21669 * progmodes/gud.el: Replace string-to-int with string-to-number.
21670 (gud-find-file): Handle gdb-define-alist.
21671
21672 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21673
21674 2005-05-02 Jay Belanger <belanger@truman.edu>
21675
21676 * calc/calc-aent.el (math-read-token):
21677 * calc/calc-bin.el (calc-word-size):
21678 * calc/calc-ext.el (calc-read-number-fancy):
21679 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21680 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21681 * calc/calc-frac.el (calc-over-notation):
21682 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21683 (calc-graph-num-points, calc-graph-init):
21684 * calc/calc-prog.el (calc-read-parse-table-part)
21685 (calc-edit-macro-repeats):
21686 * calc/calc-yank.el (calc-do-grab-rectangle):
21687 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21688 Replace `string-to-int' by `string-to-number'.
21689
21690 2005-05-02 Kim F. Storm <storm@cua.dk>
21691
21692 * kmacro.el: Use executing-kbd-macro-index variable.
21693
21694 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21695
21696 * net/rlogin.el (rlogin-parse-words): Delete func.
21697 (rlogin): Use split-string, not rlogin-parse-words.
21698 Also, if there are option-like elements in the parsed args,
21699 take the host to be the first arg immediately following them.
21700 Suggested by Michael Mauger.
21701
21702 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21703
21704 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21705
21706 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21707
21708 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21709 (cc-mode-cpp-program): Rename to cc-define-list-program and
21710 move to cc-vars.el.
21711
21712 * progmodes/cc-vars.el (cc-define-list-program):
21713 Change to "gcc -E -dM -". Make customizable.
21714
21715 2005-05-02 Kim F. Storm <storm@cua.dk>
21716
21717 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21718
21719 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21720
21721 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21722
21723 * international/mule-util.el (truncate-string): Remove alias and
21724 obsolete declaration.
21725
21726 * international/mule-cmds.el (update-iso-coding-systems):
21727 Remove alias and obsolete declaration.
21728
21729 * international/mule.el (coding-system-parent): Remove alias and
21730 obsolete declaration.
21731
21732 * subr.el (define-function, sref): Remove aliases and obsolete
21733 declarations.
21734 (chars-in-region): Remove obsolete declaration.
21735
21736 2005-05-01 Richard M. Stallman <rms@gnu.org>
21737
21738 * info.el (Info-mode): Set widen-automatically to nil, locally.
21739
21740 * simple.el (widen-automatically): New variable.
21741 (pop-global-mark): Obey widen-automatically.
21742
21743 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21744
21745 * term/xterm.el (function-key-map): Call substitute-key-definition
21746 before the keymap size is increased by a lot of define-key calls.
21747
21748 2005-05-01 Richard M. Stallman <rms@gnu.org>
21749
21750 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21751 Rename ARG to ELEMENT. Doc fix.
21752
21753 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21754
21755 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21756 Remove references to allout-exposure/change to allout-new-exposure.
21757
21758 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21759 bytecode symbols.
21760
21761 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21762 (compiled-function-p, focus-frame, unfocus-frame):
21763 Remove aliases and obsolete declarations.
21764 Back out inadvertent changes from previous commit.
21765
21766 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21767
21768 * files.el (require-final-newline): Make Custom tags consistent
21769 with mode-require-final-newline.
21770 (mode-require-final-newline): Doc fix.
21771
21772 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21773
21774 * international/latexenc.el (latexenc-find-file-coding-system):
21775 Fix regular expressions.
21776
21777 2005-05-01 David Kastrup <dak@gnu.org>
21778
21779 * international/latexenc.el (latexenc-find-file-coding-system):
21780 Fix regular expressions.
21781
21782 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21783
21784 * subr.el (string-to-int): Make obsolete.
21785
21786 2005-04-30 Richard M. Stallman <rms@gnu.org>
21787
21788 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21789
21790 * loadup.el: load jka-comp-hook.
21791
21792 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21793 (jka-compr-handler): Add autoload. `put' calls moved
21794 to jka-comp-hook.el.
21795 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21796 (jka-compr-inhibit): Autoload.
21797
21798 * jka-comp-hook.el: New file.
21799 Enable the mode by default.
21800
21801 * files.el (backup-buffer-copy): Use copy-file instead
21802 of write-region, and put back the 'excl.
21803
21804 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * progmodes/flymake.el (flymake-split-string)
21807 (flymake-split-string, flymake-log, flymake-pid-to-names)
21808 (flymake-reg-names, flymake-get-source-buffer-name)
21809 (flymake-unreg-names, flymake-add-line-err-info)
21810 (flymake-add-err-info): Clarify docstrings.
21811 (flymake-popup-menu, flymake-make-emacs-menu)
21812 (flymake-make-xemacs-menu): Add docstrings.
21813 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21814 Set variables directly throughout.
21815
21816 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21817
21818 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21819 exists. Initialize cc-define-alist.
21820 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21821 If there is no file (Macroexpansion) don't create an alist.
21822
21823 2005-04-29 Sam Steingold <sds@gnu.org>
21824
21825 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21826 (cc-create-define-alist): Use it instead of the hard-coded string.
21827
21828 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21829
21830 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21831 for latexenc.
21832
21833 2005-04-29 Lute Kamstra <lute@gnu.org>
21834
21835 * emacs-lisp/generic.el: Improve commentary section.
21836 (define-generic-mode): Improve docstring.
21837
21838 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21839
21840 * textmodes/org.el (many places): Change to quiet the byte compiler.
21841 (org-prefix-format-compiled): New variable.
21842 (org-compile-prefix-format): New function.
21843 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21844 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21845 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21846 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21847 consistency with entries from `org-mode' files.
21848 (org-get-time-of-day): Fix bug with partial matches early in a line.
21849 (org-non-link-chars): New constant.
21850 (org-link-regexp): Respect `org-non-link-chars'.
21851 (org-agenda-day-view): Remove command.
21852 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21853 (org-follow-bbdb-link, org-store-link): Search also company field.
21854 (org-highlight-overlay): New variable.
21855 (org-highlight, org-unhighlight): New functions.
21856 (org-agenda-mode): Add pre-command-hook to remove highlight.
21857 (org-evaluate-time-range): Behavior depends upon whether time stamp
21858 contains a time or not.
21859 (org-show-subtree, org-show-entry): New functions.
21860 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21861
21862 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21863
21864 * comint.el (comint-output-filter-functions): Add autoload cookie.
21865
21866 2005-04-28 Kim F. Storm <storm@cua.dk>
21867
21868 * ido.el (ido-everywhere): Fix last change.
21869
21870 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21871
21872 * international/latexenc.el: New file.
21873 * international/mule-conf.el (file-coding-system-alist): For .tex,
21874 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21875
21876 2005-04-28 Lute Kamstra <lute@gnu.org>
21877
21878 * font-lock.el (font-lock-add-keywords)
21879 (font-lock-remove-keywords): Clarify docstring.
21880 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21881 Don't start docstrings with a `*'.
21882 (font-lock-update-removed-keyword-alist): Give it a docstring.
21883
21884 * generic-x.el: Update commentary section.
21885 Only require font-lock when compiling.
21886 Define all modes conditionally.
21887 Place all generic modes in the generic-x-modes customization group.
21888 (generic-x-modes): New customization group.
21889 (generic-default-modes, generic-mswindows-modes)
21890 (generic-unix-modes, generic-other-modes): New constants.
21891 (generic-define-mswindows-modes, generic-define-unix-modes):
21892 Update docstrings. Make them obsolete.
21893 (generic-extras-enable-list): New default value. Update docstring.
21894 Improve :type. Change :set function.
21895 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21896 Fix docstring.
21897
21898 * emacs-lisp/generic.el (generic-mode-internal):
21899 Simplify font-lock-defaults.
21900 (define-generic-mode): Fix docstring.
21901
21902 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21905 font-lock-face property to highlight matches.
21906
21907 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21908
21909 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21910 (cc-define-alist): New variable.
21911 (c-mode): Make it local and initialize it.
21912
21913 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21914 (gdb-exited): New function.
21915 (gdb-annotation-rules): Use it.
21916 (gdb-starting): Set gdb-active-process to t.
21917 (gdb-stopping): Amend doc string.
21918 (gdb-reset): Set gdb-active-process to nil.
21919
21920 * tooltip.el (tooltip-gud-tips): Show the associated #define
21921 directives when a C program under GDB is not executing.
21922
21923 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21926 font-lock-fontify-syntactic-keywords.
21927
21928 * font-lock.el (font-lock-default-fontify-region): Don't force
21929 parse-sexp-lookup-properties to nil.
21930
21931 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21932
21933 * man.el (man-mode-syntax-table): Set up `:' to have
21934 word-constituent syntax.
21935
21936 2005-04-27 Lute Kamstra <lute@gnu.org>
21937
21938 * novice.el (disable-command): Don't add spurious newlines to the
21939 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21940
21941 2005-04-26 Jay Belanger <belanger@truman.edu>
21942
21943 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21944 than one window before deleting window.
21945
21946 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21947
21948 * shell.el (shell-prompt-pattern): Doc fix.
21949 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21950
21951 * comint.el (comint-prompt-regexp, comint-get-old-input)
21952 (comint-use-prompt-regexp)
21953 (comint-use-prompt-regexp-instead-of-fields)
21954 (comint-replace-by-expanded-history, comint-send-input)
21955 (comint-output-filter, comint-get-old-input-default)
21956 (comint-line-beginning-position, comint-bol, comint-show-output)
21957 (comint-backward-matching-input, comint-forward-matching-input)
21958 (comint-next-prompt, comint-previous-prompt):
21959 Rename `comint-use-prompt-regexp-instead-of-fields' to
21960 `comint-use-prompt-regexp'. Keep old name as alias and declare
21961 obsolete.
21962 (comint-use-prompt-regexp): Shorten first line of doc string.
21963
21964 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21965 Set paragraph-separate buffer locally to "\\'".
21966
21967 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21968 Adapt to above name change.
21969
21970 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21971 (smbclient-prompt-regexp): Ditto.
21972
21973 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21974
21975 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21976
21977 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21978 gdb-location-list.
21979 Break lines that are over 80 characters wide.
21980
21981 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21982
21983 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21984 New fun and var, to preserve compatibility.
21985
21986 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21987
21988 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21989
21990 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21991 name to file-newer-than-file-p.
21992
21993 2005-04-26 Richard M. Stallman <rms@gnu.org>
21994
21995 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21996
21997 * progmodes/python.el (python-mode):
21998 Use new name eldoc-documentation-function.
21999
22000 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22001
22002 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22003 (eldoc-documentation-function):
22004 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22005
22006 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22007
22008 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22009
22010 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22011
22012 * term/xterm.el (function-key-map): Fix strings for
22013 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22014 {C,S,A,C-S}-{f1-f12}.
22015
22016 2005-04-26 Kenichi Handa <handa@m17n.org>
22017
22018 * international/mule-cmds.el (select-safe-coding-system):
22019 Fix previous change.
22020
22021 2005-04-26 Lute Kamstra <lute@gnu.org>
22022
22023 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22024
22025 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22026 (font-lock-comment-delimiter-face): Ditto.
22027
22028 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22029
22030 2005-04-25 Jay Belanger <belanger@truman.edu>
22031
22032 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22033 to t while inserting information; use help-mode.
22034
22035 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22036
22037 * term.el (ansi-term-color-vector): Use the xterm colors.
22038 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22039
22040 2005-04-25 Lute Kamstra <lute@gnu.org>
22041
22042 * font-core.el (font-lock-defaults): Fix docstring.
22043
22044 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22045
22046 2005-04-25 Kenichi Handa <handa@m17n.org>
22047
22048 * international/mule-cmds.el (select-safe-coding-system):
22049 Don't check consistency with coding: spec, etc if raw-text or
22050 no-conversion was found to be safe.
22051
22052 2005-04-24 Richard M. Stallman <rms@gnu.org>
22053
22054 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22055 citation markers at start of each line.
22056
22057 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22058 citation markers at start of each line.
22059
22060 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22061
22062 * files.el (mode-require-final-newline): Fix previous change.
22063 (require-final-newline): Fix type label.
22064
22065 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22066
22067 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22068 statement in buffer (broken by 2004-11-24 change).
22069
22070 2005-04-24 Kim F. Storm <storm@cua.dk>
22071
22072 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22073 and read-file-name-function values. Don't overwrite existing
22074 non-nil values if ido-mode is enabled without ido-everywhere.
22075
22076 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22077
22078 * files.el (mode-require-final-newline): Minor doc fix.
22079
22080 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22081
22082 * subr.el (syntax-after): Doc fix.
22083 (syntax-class): If argument is nil, return nil. Mask off upper 16
22084 bits, not 8 bits.
22085
22086 * files.el (mode-require-final-newline): Doc fix.
22087 (backup-buffer-copy): Fix last change.
22088
22089 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22090
22091 * term/mac-win.el: Require select. Set selection-coding-system to
22092 mac-system-coding-system. Call menu-bar-enable-clipboard.
22093 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22094 (x-select-enable-clipboard): New variables.
22095 (x-select-text, x-get-selection, x-selection-value)
22096 (x-get-selection-value, mac-select-convert-to-string)
22097 (mac-services-open-file, mac-services-open-selection)
22098 (mac-services-insert-text): New functions.
22099 (CLIPBOARD, FIND): Put mac-scrap-name property.
22100 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22101 (public.tiff): Put mac-ostype property.
22102 (selection-converter-alist): Add entries for them.
22103 (mac-application-menu-map): New keymap.
22104 (interprogram-cut-function, interprogram-paste-function): Set to
22105 x-select-text and x-get-selection-value, respectively.
22106 (split-window-keep-point): Set to t.
22107
22108 2005-04-23 Richard M. Stallman <rms@gnu.org>
22109
22110 * files.el (read-directory-name): Always pass non-nil
22111 DEFAULT-FILENAME arg to read-file-name.
22112 (backup-buffer-copy, basic-save-buffer-2): Take care against
22113 writing thru an unexpected existing symlink.
22114 (revert-buffer): In indirect buffer, revert the base buffer.
22115 (magic-mode-alist): Doc fix.
22116 (buffer-stale-function): Doc fix.
22117 (minibuffer-with-setup-hook): Avoid warning.
22118 (mode-require-final-newline): Doc and custom fix.
22119
22120 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22121
22122 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22123 use the default appearance.
22124 (font-lock-comment-delimiter-face): New face, new variable.
22125
22126 * imenu.el (imenu--generic-function): The official position of a
22127 definition is the start of the line that BEG is in.
22128
22129 * midnight.el (midnight-timer): Move defvar up.
22130
22131 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22132
22133 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22134
22135 * startup.el (command-line): Use with-no-warnings.
22136
22137 * window.el (window-size-fixed): New defvar.
22138
22139 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22140
22141 * mail/rmail.el (rmail-font-lock-keywords):
22142 Use font-lock-comment-delimiter-face.
22143
22144 * mail/sendmail.el (mail-font-lock-keywords):
22145 Use font-lock-comment-delimiter-face.
22146
22147 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22148
22149 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22150
22151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22152 Specify t for LAXMATCH when matching directories.
22153 Save match data around compilation-compat-error-properties form.
22154
22155 2005-04-23 David Kastrup <dak@gnu.org>
22156
22157 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22158 Mention that the autoloaded aliases should be kept for AUCTeX.
22159
22160 2005-04-23 Andreas Schwab <schwab@suse.de>
22161
22162 * isearch.el (isearch-forward): Doc fix.
22163
22164 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22165
22166 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22167 (jit-lock-stealth-nice): Change default value to 0.5.
22168
22169 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22170
22171 * abbrev.el (write-abbrev-file): Write table entries in
22172 alphabetical order by table name.
22173
22174 2005-04-22 Kim F. Storm <storm@cua.dk>
22175
22176 * ido.el (ido-read-internal): Fix `list' completion.
22177
22178 2005-04-22 Kenichi Handa <handa@m17n.org>
22179
22180 * recentf.el (recentf-save-file-coding-system): New variable.
22181 (recentf-save-list): Encode the file by
22182 recentf-save-file-coding-system and add coding: tag.
22183
22184 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22185
22186 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22187
22188 2005-04-21 Lute Kamstra <lute@gnu.org>
22189
22190 * loadhist.el (unload-feature): Don't remove a function from hooks
22191 if it is about to be restored to an autoload . Remove functions
22192 that will become unbound from auto-mode-alist. Simplify the code.
22193
22194 * subr.el (assq-delete-all): New implementation that is linear,
22195 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22196 (rassq-delete-all): New function.
22197
22198 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22199 Add size-indication-mode.
22200
22201 2005-04-21 Kenichi Handa <handa@m17n.org>
22202
22203 * international/mule-cmds.el: Add autoload for widget-value in
22204 eval-when-compile.
22205
22206 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22207
22208 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22209 Add tooltip-mode.
22210
22211 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22212
22213 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22214
22215 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22216 (inferior-lisp-filter-regexp, inferior-lisp-program)
22217 (inferior-lisp-load-command, inferior-lisp-prompt)
22218 (inferior-lisp-mode-hook, lisp-source-modes)
22219 (inferior-lisp-load-hook): defvar->defcustom.
22220 (inferior-lisp-program, inferior-lisp-prompt)
22221 (inferior-lisp-load-hook): Doc fixes.
22222 (inferior-lisp-install-letter-bindings): Small change in
22223 introductory comment.
22224
22225 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22226
22227 * vc.el (vc-annotate-color-map): Change some colors so that text
22228 using them as foreground is readable on both white and black
22229 backgrounds.
22230
22231 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22232
22233 * international/mule-conf.el (translation-table-for-input):
22234 Remove redundant declaration.
22235
22236 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22237
22238 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22239
22240 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22241 (tooltip-toggle-gud-tips): New function.
22242
22243 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22244
22245 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22246 right angle brackets.
22247
22248 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22249
22250 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22251
22252 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22255 Remove. Update callers to use expand-file-name instead.
22256
22257 * subr.el (syntax-class): New function.
22258
22259 * simple.el (blink-matching-open): Use it.
22260
22261 * paren.el (show-paren-function): Use it to recognize parens that are
22262 also used in 2-char comment markers.
22263
22264 2005-04-19 Lute Kamstra <lute@gnu.org>
22265
22266 * loadhist.el (unload-feature): Update for new format of
22267 load-history. Simplify the code.
22268
22269 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22270
22271 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22272 (mac-add-charset-info): New function. Initialize variable
22273 mac-charset-info-alist using it.
22274 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22275 for translation.
22276 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22277 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22278 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22279 New CCL programs.
22280
22281 2005-04-19 Kim F. Storm <storm@cua.dk>
22282
22283 * simple.el (next-buffer, prev-buffer, next-error)
22284 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22285 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22286
22287 * bindings.el (next-buffer, prev-buffer, next-error)
22288 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22289 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22290 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22291 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22292
22293 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22294
22295 * isearch.el (isearch-edit-string): Make the search-ring available for
22296 minibuffer history commands.
22297 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22298 the default history commands now work just as well.
22299 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22300
22301 2005-04-18 Kim F. Storm <storm@cua.dk>
22302
22303 * emulation/cua-base.el (cua--pre-command-handler): Add more
22304 elaborate check for shift modifier on non-window systems.
22305
22306 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22307
22308 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22309
22310 2005-04-18 Kim F. Storm <storm@cua.dk>
22311
22312 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22313 and make it optional. Don't test tooltip-gud-echo-area here.
22314 (tooltip-gud-process-output, gdb-tooltip-print):
22315 Pass tooltip-gud-echo-area to tooltip-show.
22316 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22317
22318 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22319
22320 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22321 `display-graphic-p' may not be bound yet.
22322
22323 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22324
22325 * startup.el (command-line): No longer enable Xterm Mouse mode by
22326 default in terminals compatible with xterm.
22327
22328 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22329
22330 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22331
22332 * tooltip.el (tooltip-gud-echo-area): Rename from
22333 tooltip-use-echo-area.
22334 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22335 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22336 area independently of where help tooltips are displayed.
22337
22338 2005-04-17 David Kastrup <dak@gnu.org>
22339
22340 * cus-theme.el (custom-theme-write-variables): Quote variables
22341 where necessary.
22342
22343 2005-04-17 Richard M. Stallman <rms@gnu.org>
22344
22345 * simple.el (yank-excluded-properties): Add follow-link to value.
22346
22347 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22348
22349 * startup.el (fancy-splash-max-time): Just 30 seconds.
22350 (fancy-splash-delay): Just 7.
22351 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22352
22353 * loadhist.el (unload-feature): Update for new format of load-history.
22354 Simplify the code.
22355
22356 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22357 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22358
22359 * mail/sendmail.el (mail-font-lock-keywords):
22360 Don't fontify subject text.
22361 Don't fontify the text of a citation.
22362
22363 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22364
22365 * comint.el (comint-output-filter): Run comint-output-filter-functions
22366 with point where the user had it.
22367
22368 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22369
22370 * international/ucs-tables.el (ucs-set-table-for-input):
22371 Disable when using unify-on-decoding.
22372
22373 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22374
22375 * emulation/cua-base.el (cua-global-mark-face): Add special case
22376 for displays supporting a high number of colors.
22377
22378 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22379
22380 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22381
22382 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22383
22384 * filesets.el (filesets-add-buffer): If user supplies a name of a
22385 non-existing fileset, create a new fileset.
22386
22387 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22388
22389 * textmodes/org.el (org-up-heading-all): Fix bug with
22390 `outline-up-heading-all'.
22391
22392 2005-04-16 Andreas Schwab <schwab@suse.de>
22393
22394 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22395 /etc/permissions.d/* and /etc/aliases.d/*.
22396
22397 2005-04-16 Kenichi Handa <handa@m17n.org>
22398
22399 * international/code-pages.el (cp-make-coding-system):
22400 Set `translation-table-for-input' property value to the symbol
22401 ucs-mule-to-mule-unicode, not to that value.
22402 (pt154): Escape guillemet by `\'.
22403
22404 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22405
22406 * loadup.el: Load tooltip if x-show-tip is fboundp.
22407
22408 * startup.el (command-line): Add comment.
22409
22410 * tooltip.el (tooltip-mode): Specify correct standard value for
22411 Custom in init-value.
22412
22413 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22414
22415 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22416 possible.
22417
22418 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22419
22420 * textmodes/org.el (org-agenda-date-prompt): Rename from
22421 `org-agenda-date-today'.
22422 (org-evaluate-time-range): Insert at point instead of directly
22423 after time range.
22424 (org-first-headline-recenter, org-subtree-end-visible-p)
22425 (org-optimize-window-after-visibility-change): New functions
22426 (org-agenda-post-command-hook): Don't allow point at end of line,
22427 to make sure it always hits the text properties.
22428 (org-agenda-next-date-line, org-agenda-previous-date-line):
22429 New commands.
22430 (org-set-regexps-and-options): Category may contain white space.
22431 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22432 Improve marker positions.
22433 (org-agenda-new-marker): Argument POS made optional.
22434 (org-agenda-get-timestamps): Deadlines which are done are listed
22435 in org-done-face now.
22436 (org-agenda-get-todos, org-agenda-get-timestamps)
22437 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22438 Set `undone-face' and `done-face' properties.
22439 (org-last-todo-state-is-todo): New variable.
22440 (org-todo): Set `org-last-todo-state-is-todo'.
22441 (org-agenda-todo): Change face according to
22442 `org-last-todo-state-is-todo'. And change other lines referring to
22443 the same entry.
22444 (org-calendar-goto-agenda): New command.
22445 (org-calendar-to-agenda-key): New option.
22446 (org-startup-folded): New allowed value `content'.
22447 (org-set-regexps-and-options): Accept new value `content' for
22448 `org-startup-folded'.
22449 (org-get-current-options): Handle new value `content' for
22450 `org-startup-folded'.
22451 (org-insert-todo-heading): New command.
22452 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22453 interactively in empty file and option
22454 `org-insert-mode-line-in-empty-file' has been set.
22455 (org-agenda-todo, org-agenda-priority): Modify to use
22456 `org-agenda-change-all-lines'.
22457 (org-warning-face): Change color on dark background
22458
22459 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22460
22461 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22462 use preferences AppleLocale and AppleLanguages, and variable
22463 mac-system-locale for default locale. On Mac OS Classic, use
22464 mac-system-coding-system for default coding systems.
22465
22466 * term/mac-win.el: Don't set file-name-coding-system.
22467 Decode variables system-name, emacs-build-system, user-login-name, and
22468 user-full-name by mac-system-coding-system on Mac OS Classic.
22469 (mac-system-coding-system): New variable.
22470
22471 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22472
22473 * startup.el (command-line): Handle `xterm-mouse-mode' before
22474 reading init file.
22475
22476 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22477
22478 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22479
22480 * progmodes/sh-script.el (sh-here-document-word): Make it a
22481 defcustom. Doc fix.
22482 (sh-add): Bash uses $(( )) for arithmetic.
22483 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22484 (sh-maybe-here-document): Remove quotes and leading whitespace
22485 from heredoc word when closing. Indent heredoc with tabs if word
22486 starts with "-".
22487
22488 2005-04-13 Richard M. Stallman <rms@gnu.org>
22489
22490 * simple.el (undo): Fix previous change.
22491
22492 * custom.el (defface): Doc fix.
22493
22494 2005-04-13 Lute Kamstra <lute@gnu.org>
22495
22496 * Makefile.in (DONTCOMPILE): Remove list.
22497 (compile, compile-always): Don't use DONTCOMPILE.
22498 (update-authors): Load the library in which batch-update-authors
22499 is defined.
22500 * makefile.w32-in (DONTCOMPILE): Remove list.
22501 (compile, compile-always): Fix comments.
22502 (update-authors): Load the library in which batch-update-authors
22503 is defined.
22504
22505 * generic-x.el (generic-mode-ini-file-find-file-hook):
22506 Rename to ini-generic-mode-find-file-hook.
22507 Keep generic-mode-ini-file-find-file-hook as an alias.
22508 (ini-generic-mode-find-file-hook): Rename from
22509 generic-mode-ini-file-find-file-hook. Fix docstring.
22510 (ini-generic-mode): Docstring change.
22511 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22512
22513 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22514 called from lisp.
22515
22516 * generic.el: Move to the emacs-lisp subdir.
22517
22518 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22519
22520 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22521 and C-S- function and cursor motion keys.
22522
22523 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22524
22525 * startup.el (command-line): Enable Xterm Mouse mode by default.
22526 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22527 for Custom. No longer show "Mouse" in mode line when enabled.
22528 Doc fix.
22529
22530 2005-04-12 Kim F. Storm <storm@cua.dk>
22531
22532 * emulation/cua-base.el (cua-rectangle-face)
22533 (cua-rectangle-noselect-face): Define face attributes here.
22534
22535 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22536
22537 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22538
22539 * startup.el (command-line): Turn off blinking cursor if
22540 cursorBlink in resources is off or false.
22541
22542 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22543
22544 * term/mac-win.el (dnd): Require dnd.
22545 (mac-drag-n-drop): Call dnd-handle-one-url.
22546 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22547 (kTextEncodingISOLatin2): Remove constants.
22548 (mac-script-code-coding-systems): New constant.
22549 (mac-handle-language-change): New function.
22550 (special-event-map): Bind it to `language-change' event.
22551 (mac-centraleurroman, mac-cyrillic): New coding systems.
22552 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22553 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22554 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22555 encode-mac-cyrillic, respectively.
22556
22557 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22558
22559 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22560 Don't set overlay-arrow-string to "=>" as this is done
22561 globally in C now.
22562
22563 2005-04-12 Lute Kamstra <lute@gnu.org>
22564
22565 * generic-x.el (rc-generic-mode, rul-generic-mode):
22566 Fix auto-mode-alist entries.
22567 (etc-fstab-generic-mode): Tweak fontification.
22568
22569 * generic.el (generic-make-keywords-list): Fix docstring.
22570 (generic-mode-internal): Simplify generic-font-lock-keywords.
22571
22572 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22573
22574 * whitespace.el (whitespace-buffer-leading)
22575 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22576 However, fix the highlight area for the leading and
22577 trailing whitespaces to show space.
22578
22579 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22580
22581 * whitespace.el (whitespace-version): Bump to 3.5
22582
22583 (whitespace-buffer-leading, whitespace-buffer-trailing):
22584 Invert sense of the test to highlight the whitespace.
22585
22586 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22587
22588 * progmodes/gud.el (gud-display-line): GUD uses its own
22589 overlay arrow now so don't set overlay-arrow-string.
22590 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22591
22592 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22593
22594 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22595 (term-ansi-current-reverse, term-ansi-current-invisible)
22596 (term-ansi-face-already-done): Change to boolean.
22597 (term-reset-terminal, term-handle-colors-array): Handle the above
22598 vars accordingly.
22599 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22600 (term-emulate-terminal): Use the new name.
22601
22602 * faces.el (secondary-selection): Use yellow1, not yellow.
22603 (trailing-whitespace): Use red1, not red.
22604
22605 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22606
22607 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22608 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22609 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22610
22611 * cus-edit.el (dnd): New group.
22612
22613 * term/w32-win.el (dnd): Require dnd
22614 (w32-drag-n-drop): Call dnd-handle-one-url.
22615
22616 * x-dnd.el: Require dnd.
22617 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22618 Call dnd-handle-one-url.
22619 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22620 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22621 to dnd-insert-text.
22622 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22623 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22624 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22625 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22626
22627 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22628
22629 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22630
22631 * wdired.el: Doc fixes.
22632 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22633 (wdired-use-dired-vertical-movement): Rename from
22634 wdired-always-move-to-filename-beginning.
22635 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22636 (wdired-change-to-wdired-mode): Change mode name.
22637 (wdired-newline): Delete.
22638
22639 2005-04-11 Richard M. Stallman <rms@gnu.org>
22640
22641 * whitespace.el (whitespace-highlight-the-space):
22642 Don't call whitespace-unhighlight-the-space here.
22643
22644 * simple.el (undo): Record t in undo-equiv-table
22645 for the redo record made by an undo-in-region.
22646
22647 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22648
22649 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22650 (gdb-frame-inferior-io-buffer): New Functions to control
22651 display of separate IO buffer.
22652 (menu): Add them to menu-bar.
22653 (gdb-display-buffer): Check for buffer another frame.
22654 Protect GUD buffer.
22655 (gdb-setup-windows): Create IO buffer if not already there.
22656 (gdb-memory-mode): Remove purecopy noops.
22657
22658 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22659
22660 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22661 and pass to self-insert-command.
22662
22663 2005-04-11 Lute Kamstra <lute@gnu.org>
22664
22665 * generic.el: Commentary section cleanup.
22666 (generic): Delete.
22667 (generic-use-find-file-hook, generic-lines-to-scan)
22668 (generic-find-file-regexp, generic-ignore-files-regexp)
22669 (default-generic-mode, generic-mode-find-file-hook)
22670 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22671 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22672 (generic-use-find-file-hook, generic-lines-to-scan)
22673 (generic-find-file-regexp, generic-ignore-files-regexp)
22674 (default-generic-mode, generic-mode-find-file-hook)
22675 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22676
22677 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22678
22679 * bookmark.el (bookmark-write-file): Catch errors writing file.
22680 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22681
22682 2005-04-10 Richard M. Stallman <rms@gnu.org>
22683
22684 * startup.el (fancy-splash-tail): Update copyright year.
22685 (command-line): Split part of -Q into -D.
22686 (emacs-basic-display): New defvar.
22687 (fancy-splash-text): Correct name of menu item.
22688
22689 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22690
22691 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22692 lines in one node.
22693
22694 * comint.el (comint-send-input): New arg ARTIFICIAL.
22695 Callers in this file changed.
22696
22697 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22698
22699 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22700
22701 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22702
22703 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22704 `ldap-search-internal'.
22705
22706 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22707
22708 * files.el (set-auto-mode-1): Use line-end-position.
22709
22710 * international/latin-1.el:
22711 * international/latin-2.el:
22712 * international/latin-3.el:
22713 * international/latin-4.el:
22714 * international/latin-5.el:
22715 * international/latin-8.el:
22716 * international/latin-9.el: Give punctuation syntax to NBSP.
22717
22718 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22719 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22720 Use char-classes to accept non-ascii letters, accepted in some recent
22721 bibtex implementations.
22722
22723 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22724
22725 * custom.el (custom-set-minor-mode): Any non-nil value for the
22726 variable should enable the mode when set through Custom.
22727
22728 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22729
22730 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22731 TAB binding so tab-always-indent is obeyed.
22732 (vhdl-minibuffer-local-map): Move initialization into declaration.
22733 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22734 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22735 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22736 (vhdl-current-line): Use line-beginning-position.
22737 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22738 with-output-to-temp-buffer, so the current position can be recorded.
22739
22740 2005-04-10 Masatake YAMATO <jet@gyve.org>
22741
22742 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22743 Add regexp for gcov.
22744
22745 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22746
22747 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22748 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22749 syntax which Emacs 20 doesn't support.
22750
22751 2005-04-09 Richard M. Stallman <rms@gnu.org>
22752
22753 * help.el (describe-key-briefly, describe-key):
22754 Replace strings as event types with "(any string)".
22755
22756 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22757
22758 * arc-mode.el (archive-mode-map): Move initialization into
22759 the declaration. Override *all* bindings of `undo'.
22760 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22761
22762 2005-04-09 Jay Belanger <belanger@truman.edu>
22763
22764 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22765
22766 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22767
22768 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22769 (xterm-register-default-colors): Update color values computation
22770 to match xterm-200.
22771
22772 2005-04-09 Kenichi Handa <handa@m17n.org>
22773
22774 * international/code-pages.el (iso-latin-7): Fix the map.
22775
22776 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22777
22778 * emacs-lisp/lisp.el (defun-prompt-regexp)
22779 (parens-require-spaces, buffer-end, end-of-defun)
22780 (insert-parentheses): Doc fixes.
22781
22782 2005-04-08 Kim F. Storm <storm@cua.dk>
22783
22784 * comint.el (comint-highlight-prompt): Fix face spec.
22785 * hi-lock.el (hi-green): Likewise.
22786
22787 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22788
22789 * cus-edit.el (custom-modified-face):
22790 * comint.el (comint-highlight-input): Fix previous changes.
22791 * term.el (term-handle-ansi-escape): Add a comment.
22792
22793 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22794
22795 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22796 in the buffer and in whitespace-highlighted-space.
22797 (whitespace-unhighlight-the-space): Simplify.
22798 (whitespace-buffer): Simplify.
22799
22800 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22801
22802 * textmodes/table.el (table-cell-face): Add special case for
22803 displays supporting a high number of colors.
22804 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22805 (vhdl-font-lock-reserved-words-face)
22806 (vhdl-speedbar-architecture-face)
22807 (vhdl-speedbar-instantiation-face)
22808 (vhdl-speedbar-architecture-selected-face)
22809 (vhdl-speedbar-instantiation-selected-face): Likewise.
22810 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22811 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22812 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22813 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22814 (ebrowse-progress-face): Likewise.
22815 * progmodes/compile.el (compilation-info-face): Likewise.
22816 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22817 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22818 * calendar/calendar.el (diary-face): Likewise.
22819 * woman.el (woman-italic-face, woman-bold-face)
22820 (woman-unknown-face): Likewise.
22821 * wid-edit.el (widget-button-pressed-face): Likewise.
22822 * whitespace.el (whitespace-highlight-face): Likewise.
22823 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22824 * pcvs-info.el (cvs-marked-face): Likewise.
22825 * info.el (info-xref): Likewise.
22826 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22827 * hilit-chg.el (highlight-changes-face)
22828 (highlight-changes-delete-face): Likewise.
22829 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22830 (hi-red-b): Likewise.
22831 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22832 * font-lock.el (font-lock-keyword-face)
22833 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22834 * cus-edit.el (custom-invalid-face, custom-modified-face)
22835 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22836 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22837 * comint.el (comint-highlight-prompt): Likewise.
22838
22839 2005-04-08 Lute Kamstra <lute@gnu.org>
22840
22841 * font-lock.el (font-lock-keywords): Docstring fixes.
22842
22843 2005-04-08 Kenichi Handa <handa@m17n.org>
22844
22845 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22846 chars are more than a limit, print " and more..." at the tail.
22847
22848 2005-04-08 Kim F. Storm <storm@cua.dk>
22849
22850 * emacs-lisp/authors.el (authors-aliases): Update list.
22851 (authors-ignored-files): New list.
22852 (authors-fixed-entries): Fix typo.
22853 (authors-renamed-files-alist): Update list.
22854 (authors-add): Check authors-ignored-files.
22855
22856 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22857
22858 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22859 optional, to ensure backward compatibility.
22860
22861 2005-04-08 Stephen Eglen <stephen@gnu.org>
22862
22863 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22864
22865 2005-04-08 Kim F. Storm <storm@cua.dk>
22866
22867 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22868
22869 * mouse.el (mouse-on-link-p): Doc fix.
22870
22871 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22872
22873 * ielm.el (ielm-prompt-read-only): Doc fix.
22874
22875 * comint.el (comint-prompt-read-only): Doc fix.
22876
22877 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22878
22879 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22880 ensure dired always handles wildcards passed to ffap.
22881 (find-file-at-point): Use it.
22882 (ffap-dired-wildcards): Doc fix.
22883
22884 2005-04-07 Juri Linkov <juri@jurta.org>
22885
22886 * simple.el (next-error-overlay-arrow-position): New defvar.
22887 Put "=>" on its property `overlay-arrow-string'. Add it to
22888 `overlay-arrow-variable-list'.
22889
22890 * progmodes/compile.el (compilation-setup):
22891 Set `next-error-overlay-arrow-position' to nil. Also set it to
22892 nil in the local hook `kill-buffer-hook'. Make local variable
22893 `overlay-arrow-string' and set it to "=>".
22894 (compilation-goto-locus): Set BOL position to
22895 `next-error-overlay-arrow-position' instead of
22896 `overlay-arrow-position'.
22897
22898 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22899 locally instead of adding it to the global hook.
22900 (Info-kill-buffer): Move up.
22901
22902 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22903
22904 * term/xterm.el (xterm-standard-colors): Update color values from
22905 xterm-200.
22906
22907 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22908
22909 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22910
22911 * fast-lock.el:
22912 * lazy-lock.el: Move them to the obsolete subdir.
22913
22914 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22915
22916 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22917 (wdired-add-replace-advice): Remove.
22918 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22919
22920 2005-04-06 Kim F. Storm <storm@cua.dk>
22921
22922 * startup.el (command-line): Add --bare-bones alias for -Q.
22923
22924 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22925
22926 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22927 create the startup fontset if a font specification ends with
22928 `mac-roman'.
22929
22930 2005-04-06 Lute Kamstra <lute@gnu.org>
22931
22932 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22933 change.
22934
22935 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22936 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22937
22938 2005-04-05 Lute Kamstra <lute@gnu.org>
22939
22940 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22941 (define-generic-mode): Ditto. Fix debug declaration.
22942
22943 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22944 Put them in the generic-x group.
22945
22946 * calendar/timeclock.el (timeclock): Doc fix.
22947
22948 * generic.el (define-generic-mode): Don't use custom-current-group.
22949 Document default :group value.
22950 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22951 (define-global-minor-mode): Don't use custom-current-group.
22952
22953 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22954
22955 * startup.el (command-line-1): Display startup-echo-area-message
22956 when fancy splash screen is in use.
22957
22958 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22959 (sh-escaped-newline): New face.
22960 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22961 newline, and use sh-escaped-newline face.
22962
22963 * progmodes/tcl.el (tcl-escaped-newline): New face.
22964 (tcl-builtin-list): New variable.
22965 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22966 newlines. Fix keywords subexpression number.
22967
22968 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22969
22970 * textmodes/org.el (org-diary-default-entry): Fix call to
22971 `add-to-diary-entry'.
22972
22973 2005-04-05 Kim F. Storm <storm@cua.dk>
22974
22975 * ediff-init.el: Use (featurep 'xemacs).
22976
22977 2005-04-05 David Ponce <david@dponce.com>
22978
22979 * cus-edit.el (face): Derive from symbol widget. Display sample
22980 of the current face on the fly.
22981 (widget-face-sample-face-get, widget-face-notify): New functions.
22982 (widget-face-value-create): Remove.
22983
22984 * wid-edit.el (widget-field-end): Temporarily remove field
22985 narrowing before to call `get-char-property'.
22986
22987 2005-04-04 Jay Belanger <belanger@truman.edu>
22988
22989 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22990 (math-read-subscripts): New variable.
22991 (math-read-preprocess-string): Process subscripts.
22992
22993 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22994
22995 * comint.el (comint-prompt-read-only): Doc fix.
22996
22997 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22998 `-1'. Doc fix.
22999
23000 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23001
23002 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23003 Change default value to nil.
23004
23005 2005-04-04 Lute Kamstra <lute@gnu.org>
23006
23007 * autorevert.el (auto-revert-mode): Specify :group.
23008 * battery.el (display-battery-mode): Specify :group.
23009 * diff-mode.el (diff-minor-mode): Specify :group.
23010 * font-core.el (font-lock-mode): Specify :group.
23011 * hl-line.el (hl-line-mode): Specify :group.
23012 * iimage.el (iimage): New customization group.
23013 (iimage-mode): Specify :group.
23014 * longlines.el (longlines-mode): Specify :group.
23015 * master.el: Don't require easy-mmode.
23016 (master): New customization group.
23017 (master-mode): Specify :group.
23018 * msb.el (msb-mode): Specify :group.
23019 * reveal.el (reveal-mode): Specify :group.
23020 * simple.el (next-error-follow-minor-mode): Specify :group.
23021 * smerge-mode.el (smerge-mode): Specify :group.
23022 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23023 * emulation/cua-base.el (cua-mode): Specify :group.
23024 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23025 * language/thai-util.el (thai-auto-composition-mode)
23026 (thai-word-mode): Specify :group.
23027 * mail/supercite.el (sc-minor-mode): Specify :group.
23028 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23029 * progmodes/flymake.el (flymake-mode): Specify :group.
23030 * progmodes/glasses.el (glasses-mode): Specify :group.
23031 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23032 * textmodes/enriched.el (enriched-mode): Specify :group.
23033 * textmodes/refill.el (refill-mode): Specify :group.
23034
23035 * add-log.el (change-log-font-lock-keywords): Names in
23036 parenthesized lists can contain spaces.
23037
23038 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23039
23040 * startup.el (fancy-splash-text): Shorten default text of
23041 "Emacs Tutorial" line. Also, if the current language env
23042 indicates an available tutorial file other than TUTORIAL,
23043 extract its title and append it to the line in parentheses.
23044 (fancy-splash-insert): If arg is a thunk, funcall it.
23045
23046 2005-04-04 Jay Belanger <belanger@truman.edu>
23047
23048 * calc.el (calc-language-alist): Add tags to customization type.
23049
23050 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23051
23052 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23053 Doc fix.
23054
23055 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23056
23057 * add-log.el (change-log-font-lock-keywords): The manual
23058 describing a Change Log entry, says: (...) "Aside from these
23059 header lines, every line in the change log starts with a space or
23060 a tab.". The font-lock was not highlighting lines started with
23061 spaces, added support for it.
23062
23063 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23064
23065 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23066 (bibtex-generate-url-list): Update docstring accordingly. Put the
23067 complex example in the docstring.
23068 (bibtex-font-lock-url): Use pop.
23069
23070 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23071
23072 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23073
23074 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23075
23076 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23077
23078 * filesets.el (filesets-set-default): Doc fix.
23079
23080 2005-04-03 Lute Kamstra <lute@gnu.org>
23081
23082 * generic.el (define-generic-mode): Add argument to specify
23083 keywords for defcustom.
23084 (default-generic-mode): Specify :group.
23085
23086 * generic-x.el: Specify :group for all generic modes.
23087
23088 * desktop.el (desktop-no-desktop-file-hook)
23089 (desktop-after-read-hook): Doc fix.
23090
23091 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23092
23093 * simple.el (visible-mode): Use explicit :group keyword.
23094 This changes the group of `visible-mode-hook' from paren-blinking
23095 to editing-basics.
23096
23097 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23098
23099 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23100 mailbox specifications as well as URLs.
23101 (rmail-insert-inbox-text): Remove unused conditional branches.
23102
23103 2005-04-01 Jay Belanger <belanger@truman.edu>
23104
23105 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23106 (calc-gnuplot-print-command): Move definitions to calc.el.
23107
23108 * calc/calc-embed.el (calc-embedded-announce-formula)
23109 (calc-embedded-open-formula, calc-embedded-close-formula)
23110 (calc-embedded-open-word, calc-embedded-close-word)
23111 (calc-embedded-open-plain, calc-embedded-close-plain)
23112 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23113 (calc-embedded-open-mode, calc-embedded-close-mode):
23114 Move definitions to calc.el.
23115
23116 * calc/calc.el (calc-settings-file, calc-language-alist):
23117 Make customizable.
23118 (calc-embedded-announce-formula, calc-embedded-open-formula)
23119 (calc-embedded-close-formula, calc-embedded-open-word)
23120 (calc-embedded-close-word, calc-embedded-open-plain)
23121 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23122 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23123 (calc-embedded-close-mode, calc-gnuplot-name)
23124 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23125 from other files and make customizable.
23126
23127 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23130 Use buffer-live-p.
23131 (cvs-mode-run): Don't call cvs-update-header here.
23132 (cvs-run-process): Call cvs-update-header.
23133 Use process properties for cvs-postprocess and cvs-buffer so that
23134 the sentinel can behave better if the temp buffer is killed.
23135 Use a pipe rather than a tty, to better handle unexpected prompts.
23136 (cvs-sentinel): Rewrite. Call cvs-update-header.
23137
23138 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23139
23140 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23141 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23142
23143 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23144
23145 * generic.el (define-generic-mode): Add indentation rule.
23146
23147 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23148
23149 * files.el (mode-require-final-newline): Make Custom correctly
23150 report a nil value and allow to set it to nil via Custom.
23151 Doc fix.
23152
23153 2005-04-01 Kenichi Handa <handa@m17n.org>
23154
23155 * international/characters.el: Enable the correct case setting for
23156 dotless-i and dotted-I.
23157
23158 2005-04-01 Kim F. Storm <storm@cua.dk>
23159
23160 * ido.el (ido-file-internal): Fall back to non-ido command if
23161 initial directory is on slow ftp (or tramp) host.
23162
23163 2005-03-31 Richard M. Stallman <rms@gnu.org>
23164
23165 * emacs-lisp/autoload.el (make-autoload):
23166 Handle define-global-minor-mode.
23167
23168 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23169 Rename from easy-mmode-define-global-mode.
23170 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23171
23172 * progmodes/scheme.el (scheme-mode-syntax-table):
23173 Update syntax of | and # for two-character comment syntax.
23174
23175 2005-03-31 Lute Kamstra <lute@gnu.org>
23176
23177 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23178 (define-minor-mode): Call custom-current-group at load-time.
23179
23180 * generic.el (define-generic-mode): Add debug declaration.
23181 Add defcustom for the mode hook.
23182 (generic-mode-internal): Use run-mode-hooks.
23183
23184 2005-03-31 Kim F. Storm <storm@cua.dk>
23185
23186 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23187 (mouse-fixup-help-message): New defun called by show_help_echo
23188 to fixup mouse-2 prefix in help messages when applicable.
23189
23190 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23191
23192 2005-03-31 Kenichi Handa <handa@m17n.org>
23193
23194 * language/thai-word.el (thai-find-word-ends): Pay attention to
23195 the case that we reach the end of buffer.
23196
23197 * textmodes/fill.el (fill-text-properties-at): New function.
23198 (fill-newline): Use fill-text-properties-at instead of
23199 text-properties-at.
23200
23201 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23202
23203 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23204 not comint-quote-filename.
23205
23206 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23207
23208 * help-fns.el (help-with-tutorial): Revert last change.
23209
23210 2005-03-31 Kim F. Storm <storm@cua.dk>
23211
23212 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23213
23214 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23215
23216 * calendar/cal-china.el: Update reference to "Calendrical
23217 Calculations" book; there's a new edition.
23218 * calendar/cal-coptic.el: Likewise.
23219 * calendar/cal-french.el: Likewise.
23220 * calendar/cal-hebrew.el: Likewise.
23221 * calendar/cal-islam.el: Likewise.
23222 * calendar/cal-iso.el: Likewise.
23223 * calendar/cal-julian.el: Likewise.
23224 * calendar/cal-mayan.el: Likewise.
23225 * calendar/cal-persia.el: Likewise.
23226 * calendar/calendar.el: Likewise.
23227 * calendar/holidays.el: Likewise.
23228 * calendar/lunar.el: Likewise.
23229 * calendar/solar.el: Likewise.
23230
23231 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23232 white space from doc string.
23233
23234 2005-03-30 Jay Belanger <belanger@truman.edu>
23235
23236 * calc/calc-help.el (calc-full-help): Remove email address.
23237
23238 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23239
23240 * help-fns.el (help-with-tutorial): Delete title line.
23241
23242 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23243
23244 * calendar/cal-x.el (calendar-one-frame-setup)
23245 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23246 rather than `symbol' for set-window-dedicated-p.
23247
23248 * calendar/appt.el (appt-buffer-name): Make it a constant.
23249 (appt-add): Doc fix.
23250
23251 * filesets.el (filesets-menu-path, filesets-menu-before)
23252 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23253 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23254 (filesets-add-submenu): Delete and use add-submenu instead.
23255
23256 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23257
23258 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23259 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23260 (org-diary-default-entry): New function.
23261 (org-get-entries-from-diary): Better parsing of diary entries.
23262 (org-agenda-check-no-diary): New function.
23263 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23264 linking to diary entries.
23265 (org-agenda-execute-calendar-command): New function.
23266 (org-agenda): Improve visible section in window.
23267 Use `org-fit-agenda-window'.
23268 (org-fit-agenda-window): New option.
23269 (org-move-subtree-down): Better handling of empty lines
23270 at end of subtree.
23271 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23272 levels up.
23273 (org-fontify-done-headline): New option.
23274 (org-headline-done-face): New face.
23275 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23276 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23277 When current field is non-empty, it is copied to next row.
23278 (org-table-copy-from-above): Fix bug which made it
23279 impossible to copy fields containing only a single non-white character.
23280
23281 2005-03-30 Kim F. Storm <storm@cua.dk>
23282
23283 * kmacro.el (kmacro-end-macro): Isearch may store this command
23284 into the macro -- so ignore it when executing keyboard macro.
23285
23286 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23287
23288 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23289
23290 2005-03-29 Kenichi Handa <handa@m17n.org>
23291
23292 * language/thai.el ("Thai"): Set setup-function and exit-function
23293 for Thai language environment.
23294
23295 * language/thai-util.el: Require thai-word.
23296 (thai-word-mode-map): New variable.
23297 (thai-word-mode): New minor mode.
23298 (setup-thai-language-environment-internal): New function.
23299 (exit-thai-language-environment-internal): New function.
23300
23301 * language/thai-word.el (thai-word-table): Declare it by defvar,
23302 use dolist to initialize it.
23303 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23304 (thai-fill-find-break-point): New functions.
23305
23306 2005-03-29 Richard M. Stallman <rms@gnu.org>
23307
23308 * simple.el (idle-update-delay): Move definition up.
23309 (set-mark): Doc fix.
23310
23311 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23312
23313 * longlines.el: New file.
23314
23315 * simple.el (buffer-substring-filters): New variable.
23316 (filter-buffer-substring): New function.
23317 (kill-region, copy-region-as-kill): Use it.
23318
23319 * register.el (copy-to-register, append-to-register)
23320 (prepend-to-register): Use filter-buffer-substring.
23321
23322 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23323
23324 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23325 (gud-filter-pending-text): Move in front of gdb.
23326 (gud-overlay-arrow-position): New variable.
23327 (gud-sentinel, gud-display-line): Use it in place of
23328 overlay-arrow-position.
23329
23330 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23331
23332 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23333 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23334 (fortran-font-lock-keywords-4): New variable.
23335 (fortran-blocks-re, fortran-end-block-re)
23336 (fortran-start-block-re): New constants, for hideshow.
23337 (hs-special-modes-alist): Add a Fortran entry.
23338 (fortran-mode-map): Bind fortran-end-of-block,
23339 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23340 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23341 (fortran-looking-at-if-then, fortran-end-of-block)
23342 (fortran-beginning-of-block): New functions, for hideshow.
23343
23344 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23345 Doc fix. Tweak regexp.
23346 (f90-beginning-of-block): Push mark first.
23347
23348 2005-03-29 Jay Belanger <belanger@truman.edu>
23349
23350 * calc/calc.el: Update copyright date.
23351 (calc-version): Increase to 2.1.
23352 (calc-version-date): Remove.
23353
23354 * calc/calc-help.el: Update copyright date.
23355 (calc-full-help): Remove reference to calc-version-date.
23356 Update copyright date.
23357
23358 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23359
23360 * vc.el (vc-do-command): Use a pipe for async processes, so password
23361 prompts don't show up at places where the user can't reply.
23362
23363 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23364
23365 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23366 on the file name we pass to the inferior shell.
23367
23368 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23369
23370 * progmodes/which-func.el (which-function): Be robust in the face of an
23371 imenu--make-index-alist failure.
23372
23373 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23376
23377 * progmodes/python.el (python-preoutput-filter): Fix last change.
23378
23379 2005-03-29 Lute Kamstra <lute@gnu.org>
23380
23381 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23382 functions and compiled macros.
23383 (debug-convert-byte-code): Handle macros too.
23384 (debug-on-entry-1): Don't signal an error when trying to clear a
23385 function that is not set to debug on entry.
23386
23387 2005-03-29 Jay Belanger <belanger@truman.edu>
23388
23389 * calc/calc-lang.el: Add functions to math-function-table
23390 properties of tex and math.
23391
23392 2005-03-29 Kenichi Handa <handa@m17n.org>
23393
23394 * ps-mule.el (ps-mule-plot-string): Translate characters by
23395 ps-print-translation-table.
23396 (ps-mule-begin-job): Call find-charset-region/string with
23397 ps-print-translation-table.
23398 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23399
23400 * ps-print.el (ps-print-translation-table): New variable.
23401 (ps-plot-region): Translate characters by ps-print-translation-table.
23402
23403 2005-03-29 Juri Linkov <juri@jurta.org>
23404
23405 * simple.el (next-error-highlight-timer): New variable.
23406
23407 * progmodes/compile.el (compilation-goto-locus):
23408 Use `next-error-highlight-timer' instead of `sit-for'.
23409
23410 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23411
23412 * mail/supercite.el (sc-mail-field): Use assoc-string.
23413 (sc-get-address): Simplify regexps.
23414
23415 * files.el (minibuffer-with-setup-hook): New macro.
23416 (find-file-read-args): Use it to avoid let-binding
23417 minibuffer-with-setup-hook (which breaks turning on/off
23418 file-name-shadow-mode while in the prompt).
23419
23420 * complete.el (PC-read-include-file-name-internal):
23421 Use test-completion.
23422
23423 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23424
23425 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23426
23427 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * window.el (window-buffer-height): Use count-screen-lines.
23430
23431 * progmodes/python.el (python-preoutput-leftover): New var.
23432 (python-preoutput-filter): Use it.
23433 (python-send-receive): Loop until all the result has been received.
23434
23435 2005-03-28 Juri Linkov <juri@jurta.org>
23436
23437 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23438
23439 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23440 "Recover Crashed Session".
23441 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23442 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23443 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23444 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23445 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23446 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23447 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23448 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23449
23450 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23451 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23452 Ediff Sessions", "Toggle use of separate control buffer frame",
23453 "Use separate frame for Ediff control buffer".
23454
23455 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23456 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23457 "Rename Bookmark", "Delete Bookmark".
23458
23459 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23460 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23461 Add `:active Info-index-alternatives' to "Next Matching Item".
23462
23463 * wdired.el (wdired-change-to-wdired-mode):
23464 Mention `wdired-abort-changes' key in the initial message.
23465
23466 * international/mule.el (auto-coding-alist): Associate non-ascii
23467 image filename extensions with `no-conversion'.
23468
23469 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23470
23471 * international/iso-acc.el:
23472 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23473
23474 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23475
23476 * textmodes/sgml-mode.el (html-mode): Doc update.
23477
23478 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23479
23480 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23481
23482 * term.el (term-move-columns): Fix face after extending a line.
23483 (term-insert-spaces): Likewise.
23484 (term-reset-terminal): Fix off by one error.
23485
23486 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23487
23488 * international/mule.el (auto-coding-alist): Add .xpi files.
23489
23490 * files.el (auto-mode-alist): Add .xpi files.
23491
23492 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23493
23494 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23495
23496 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23497
23498 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23499
23500 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23501
23502 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23503 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23504
23505 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23506 cursor to Jan 1 when needed.
23507 (calendar-end-of-year): Fix -/+ typo.
23508 Reported by Chong Yidong <cyd@stupidchicken.com>.
23509
23510 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23513
23514 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23515 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23516
23517 2005-03-25 Richard M. Stallman <rms@gnu.org>
23518
23519 * filesets.el (filesets-init): Add autoload.
23520
23521 * mail/mailalias.el (mail-directory): Doc fix.
23522
23523 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23524
23525 * mail/mailalias.el (mail-directory-process): Do nothing if
23526 mail-directory-process is an atom.
23527 (mail-get-names): Ignore mail-directory-names if it is an atom.
23528 (mail-directory-process defvar): Doc fix.
23529 (mail-names): Doc fix.
23530
23531 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23532
23533 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23534
23535 2005-03-26 Kenichi Handa <handa@m17n.org>
23536
23537 * international/mule-util.el (detect-coding-with-priority):
23538 Call update-coding-systems-internal before detect-coding-region.
23539
23540 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23541
23542 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23543 (gdb-frames-mode-map): Add follow-link property.
23544
23545 2005-03-25 Jay Belanger <belanger@truman.edu>
23546
23547 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23548 for variables.
23549
23550 2005-03-25 Juri Linkov <juri@jurta.org>
23551
23552 * image-mode.el: Optimize image filename extension regexps in
23553 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23554 in `auto-mode-alist'.
23555 (image-mode): Add `image-toggle-display-text' to local hook
23556 `change-major-mode-hook'. Display the image as an image by
23557 default. Set `cursor-type' and `truncate-lines' if the image
23558 is already displayed. Take into account the current mode (image
23559 or text) in message.
23560 (image-minor-mode): New minor mode.
23561 (image-mode-maybe, image-toggle-display-text): New functions.
23562 (image-toggle-display): Use called-interactively-p.
23563 Let-bind `inhibit-read-only' to t.
23564
23565 * image-mode.el (image-minor-mode): Set `cursor-type' and
23566 `truncate-lines' if the image is already displayed. Add turning
23567 image-minor-mode off to `change-major-mode-hook'. Add message.
23568 Call `image-toggle-display-text' after turning image-minor-mode off.
23569
23570 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23571
23572 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23573 Terminal.app, use utf-8.
23574 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23575 (set-locale-environment): Use it.
23576
23577 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23578
23579 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23580
23581 * progmodes/python.el (python-close-block-statement-p)
23582 (python-outdent-p, python-current-defun): Use symbol-end.
23583
23584 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23585
23586 * files.el (save-some-buffers): Doc fix.
23587
23588 2005-03-25 Werner Lemberg <wl@gnu.org>
23589
23590 * complete.el, thumbs.el: Replace `legal' with `valid'.
23591 * calendar/calendar.el: Replace `legal' with `valid'.
23592 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23593 * mail/supercite.el: Replace `legal' with `valid'.
23594 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23595 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23596 Replace `legal' with `valid'.
23597 * textmodes/reftex-vars.el, textmodes/reftex.el:
23598 Replace `legal' with `valid'.
23599
23600 2005-03-25 Werner Lemberg <wl@gnu.org>
23601
23602 * calc/calc-forms.el, calc/calc-sel.el
23603 * midnight.el, vc-cvs.el
23604 * emacs-lisp/cl-macs.el
23605 * emulation/vip.el
23606 * eshell/esh-io.el, eshell/esh-var.el
23607 * mail/supercite.el
23608 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23609 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23610 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23611 * progmodes/sh-script.el, progmodes/xscheme.el
23612 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23613 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23614 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23615 * textmodes/reftex.el, textmodes/org.el:
23616 Replace `illegal' with `invalid'.
23617
23618 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23621 (flymake-find-buildfile, flymake-find-possible-master-files)
23622 (flymake-check-include, flymake-parse-line): Replace loops over the
23623 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23624
23625 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23626 Substitute file-name-as-directory in the rest of the file.
23627 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23628 (flymake-replace-region): Remove unused arg `buffer'.
23629 (flymake-check-patch-master-file-buffer): Update calls to it.
23630 (flymake-add-err-info): Remove unused var `count'.
23631 (flymake-mode): Use define-minor-mode.
23632
23633 * progmodes/flymake.el: Use with-current-buffer.
23634 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23635 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23636 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23637 Avoid testing for `xemacs'.
23638 (flymake-nop): Move.
23639 (flymake-region-has-flymake-overlays): Return the computed value.
23640 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23641 Remove unused var `endline'.
23642 (flymake-get-line-count): Remove unused function.
23643 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23644
23645 * emulation/vi.el:
23646 * generic.el:
23647 * hilit-chg.el (global-highlight-changes):
23648 * hi-lock.el (hi-lock-mode):
23649 * follow.el: find-file-hooks -> find-file-hook.
23650
23651 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23652
23653 2005-03-24 Juri Linkov <juri@jurta.org>
23654
23655 * dired.el (dired-mode-map): Add menu item "Compare directories"
23656 for dired-compare-directories.
23657
23658 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23659 Doc fix. Replace `read-file-name' with `read-directory-name'.
23660
23661 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23662
23663 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23664
23665 2005-03-24 Jay Belanger <belanger@truman.edu>
23666
23667 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23668 relevant mode settings in calc-embedded-original-modes when modes
23669 are permanently changed.
23670
23671 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23672
23673 * autoinsert.el: find-file-hooks -> find-file-hook.
23674
23675 2005-03-24 Lute Kamstra <lute@gnu.org>
23676
23677 * generic.el (generic-font-lock-defaults): Make it obsolete.
23678 (generic-font-lock-keywords): New variable to replace
23679 generic-font-lock-defaults.
23680 (generic-mode-set-font-lock): Delete it.
23681 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23682 (generic-bracket-support): Add docstring.
23683
23684 * generic-x.el: Rename generic-font-lock-defaults to
23685 generic-font-lock-keywords throughout.
23686 (mailagent-rules-setup-function): Delete it.
23687 (mailagent-rules-generic-mode): Use anonymous function instead.
23688 (show-tabs-generic-mode-font-lock-defaults-1)
23689 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23690 Quote faces.
23691 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23692 not foreground.
23693
23694 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23695 Recognize define-generic-mode.
23696
23697 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23698
23699 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23700 if there's no completion table.
23701
23702 2005-03-23 Miles Bader <miles@gnu.org>
23703
23704 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23705 Remove tty-specific variants, as they're no longer needed.
23706
23707 2005-03-23 Lute Kamstra <lute@gnu.org>
23708
23709 * generic-x.el: Code cleanup: make args constant whenever possible.
23710 (installshield-statement-keyword-list)
23711 (installshield-system-functions-list)
23712 (installshield-system-variables-list, installshield-types-list)
23713 (installshield-funarg-constants-list): Make them constants.
23714
23715 * generic.el (generic-make-keywords-list): Add autoload cookie.
23716
23717 * calendar/time-date.el: Add comment on time value formats.
23718 Don't require parse-time.
23719 (with-decoded-time-value): New macro.
23720 (encode-time-value): New function.
23721 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23722 (days-to-time): Return a valid time value when arg is huge.
23723 (time-since): Use time-subtract.
23724 (time-to-number-of-days): Use time-to-seconds.
23725
23726 2005-03-23 David Ponce <david@dponce.com>
23727
23728 * recentf.el (recentf-keep): New option.
23729 (recentf-menu-action): Default to `find-file'.
23730 (recentf-keep-non-readable-files-flag)
23731 (recentf-keep-non-readable-files-p)
23732 (recentf-file-readable-p, recentf-find-file)
23733 (recentf-cleanup-remote): Remove.
23734 (recentf-include-p): More robust.
23735 (recentf-keep-p): New function.
23736 (recentf-remove-if-non-kept): Rename from
23737 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23738 All callers updated.
23739 (recentf-menu-items-for-commands): Fix help string.
23740 (recentf-track-closed-file): Update. Doc fix.
23741 (recentf-cleanup): Update. Count removed files. Doc fix.
23742
23743 2005-03-23 Kim F. Storm <storm@cua.dk>
23744
23745 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23746 Don't inherit from fringe face (now happens automatically).
23747
23748 2005-03-22 Kim F. Storm <storm@cua.dk>
23749
23750 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23751 position values.
23752
23753 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23754
23755 * menu-bar.el (showhide-date-time): Remove.
23756 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23757 (menu-bar-make-mm-toggle): Simplify.
23758
23759 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23760
23761 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23762 Accept qualified variable and function names.
23763
23764 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23765
23766 * bindings.el (completion-ignored-extensions):
23767 Remove ".lis" for `vax-vms'.
23768
23769 2005-03-22 Andreas Schwab <schwab@suse.de>
23770
23771 * generic-x.el: Revert last change.
23772 * ldefs-boot.el: Update.
23773
23774 2005-03-22 Jay Belanger <belanger@truman.edu>
23775
23776 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23777 (calc-embedded-save-original-modes)
23778 (calc-embedded-restore-original-modes): New functions.
23779 (calc-do-embedded): Save original modes when entering embedded mode
23780 and restore when leaving embedded mode.
23781 (calc-embedded-modes-change): Change the value of
23782 calc-embedded-original-modes to reflect permanent changes.
23783
23784 2005-03-22 Lute Kamstra <lute@gnu.org>
23785
23786 * generic-x.el: Require generic again.
23787
23788 2005-03-22 Miles Bader <miles@gnu.org>
23789
23790 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23791 Tweak details to look good on both ttys and bitmap displays, light
23792 or dark background, etc.
23793
23794 2005-03-21 Kim F. Storm <storm@cua.dk>
23795
23796 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23797 mouse position.
23798
23799 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23800
23801 * icomplete.el: Don't forcibly turn on the mode upon load.
23802 (icomplete-mode): Use define-minor-mode.
23803 (icomplete-eoinput): Default to nil.
23804 (icomplete-minibuffer-setup): Remove autoload.
23805 (icomplete-tidy): Simplify.
23806 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23807 in the initial state or if the user has modified the field.
23808 Fix handling of icomplete-max-delay-chars.
23809 Remove code that handles the oddball case where
23810 minibuffer-completion-table is an integer.
23811 Wrap icomplete-completions in while-no-input in case building
23812 completions takes more time than expected.
23813 (icomplete-completions): Simplify.
23814
23815 2005-03-21 Richard M. Stallman <rms@gnu.org>
23816
23817 * jka-compr.el (jka-compr-really-do-compress):
23818 Make variable buffer-local.
23819
23820 * image-mode.el: Handle .xpm files too.
23821 (image-toggle-display): Preserve modification flag.
23822
23823 * help.el (where-is): Don't mention aliases with no key bindings.
23824
23825 2005-03-21 Lute Kamstra <lute@gnu.org>
23826
23827 * generic.el: Fix commentary section. Don't require cl for
23828 compilation.
23829 (generic-mode-list): Add autoload cookie.
23830 (generic-use-find-file-hook, generic-lines-to-scan)
23831 (generic-find-file-regexp, generic-ignore-files-regexp)
23832 (generic-mode, generic-mode-find-file-hook)
23833 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23834 (define-generic-mode): Make it a defmacro. Fix docstring.
23835 (generic-mode-internal): Code cleanup. Add autoload cookie.
23836 (generic-mode-set-comments): Code cleanup.
23837 * generic-x.el: Don't prevent compilation. Don't require generic.
23838 Follow coding conventions. Minor code cleanup.
23839 (etc-fstab-generic-mode): Add some keywords.
23840 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23841 define-generic-mode like a function declaration.
23842
23843 2005-03-21 Jay Belanger <belanger@truman.edu>
23844
23845 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23846 changing modes.
23847
23848 2005-03-21 Sam Steingold <sds@gnu.org>
23849
23850 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23851
23852 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23853
23854 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23855 Add underscore to "f$ lexicals" regexp.
23856
23857 2005-03-20 Juri Linkov <juri@jurta.org>
23858
23859 * subr.el (progress-reporter-do-update): When `min-value' is equal
23860 to `max-value', set `percentage' to 0 and prevent division by zero.
23861
23862 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23863
23864 Sync with Tramp 2.0.48.
23865
23866 * net/tramp.el (all): Change all addresses to .gnu.org.
23867 (tramp-append-tramp-buffers): New defun.
23868 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23869 Catch `dont-send' signal.
23870 (tramp-set-auto-save-file-modes): Set always permissions, because
23871 there might be an old auto-saved file belonging to another
23872 original file. This could be a security threat. Reported by
23873 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23874 Check for Emacs 21.3.50 removed.
23875
23876 * net/tramp-smb.el (all): Remove debug construct for
23877 `with-parsed-tramp-file-name'.
23878 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23879 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23880 No error message if DIRECTORY or FILENAME doesn't exist.
23881 (tramp-smb-open-connection): Check existence of
23882 `tramp-smb-program'.
23883
23884 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23885
23886 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23887 Properly handle the case where the `m' or `s' command's argument is not
23888 yet terminated.
23889 (perl-indent-new-calculate): New function.
23890 (perl-indent-line): Use it.
23891
23892 2005-03-20 Miles Bader <miles@gnu.org>
23893
23894 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23895 in text-mode too. Change to new face names.
23896 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23897 Add `:weight bold' attribute.
23898 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23899
23900 2005-03-19 Juri Linkov <juri@jurta.org>
23901
23902 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23903
23904 * international/mule.el (auto-coding-alist): Sync with
23905 `auto-mode-alist' by adding upper case archive file extensions
23906 and adding ear/war to jar extension.
23907
23908 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23909
23910 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23911 running, restart it.
23912
23913 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23914
23915 * finder.el (finder-current-item): Throw an error on an empty line.
23916
23917 * man.el (Man-follow-manual-reference): If current-word returns
23918 nil, use "".
23919
23920 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23921
23922 * simple.el (goto-line): Doc fix.
23923
23924 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23925
23926 * files.el (save-buffer): Doc fix.
23927
23928 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23929
23930 * recentf.el (recentf-cleanup-remote): New variable.
23931 (recentf-cleanup): Use it to conditionally check availability of
23932 remote files.
23933
23934 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23935
23936 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23937 function names.
23938
23939 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23940
23941 * language/thai-word.el: New file.
23942
23943 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23944
23945 * files.el (backup-buffer): If the file's directory is not
23946 writable, use copy instead of move to backup the file.
23947
23948 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23949
23950 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23951
23952 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23953
23954 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23955 Use functionp instead of symbolp and fboundp. Reported by Drkm
23956 <darkman_spam@yahoo.fr>.
23957 (ps-print-version): New version 6.6.6.
23958
23959 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23960
23961 * textmodes/table.el (table--line-column-position): New idiom.
23962 (table--row-column-insertion-point-p): New function to test
23963 validity of row and column insertion operation at a location.
23964 (table-global-menu, table-cell-menu): Use above functions for
23965 deterministic test operation.
23966 (table--editable-cell-p): Behave in deterministic fashion.
23967
23968 2005-03-18 Juri Linkov <juri@jurta.org>
23969
23970 * isearch.el (isearch-lazy-highlight-new-loop):
23971 Make arguments beg and end optional.
23972 (isearch-update): Remove optional arguments nil from
23973 isearch-lazy-highlight-new-loop.
23974 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23975 isearch-lazy-highlight-case-fold-search instead of
23976 isearch-case-fold-search, and let-bind isearch-regexp to
23977 isearch-lazy-highlight-regexp.
23978 Use isearch-lazy-highlight-last-string instead of isearch-string.
23979
23980 * replace.el (perform-replace): Remove bindings of global
23981 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23982 Add three new arguments to `replace-highlight'.
23983 (replace-highlight): Add arguments string, regexp, case-fold.
23984 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23985 to allow isearch-lazy-highlight-new-loop to use these values
23986 to set corresponding isearch-lazy-highlight-* internal
23987 variables whose values lazy highlighting will use regardless of
23988 changes to global variables isearch-string, isearch-regexp,
23989 isearch-case-fold-search during lazy highlighting loop.
23990 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23991 to `lazy-highlight-cleanup'.
23992
23993 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23994 (ispell-highlight-face): Set default face to `isearch' when
23995 lazy highlighting is enabled.
23996 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23997 priority to 1. Add lazy highlighting.
23998 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23999 from `isearch-dehighlight'.
24000
24001 2005-03-18 David Ponce <david@dponce.com>
24002
24003 * files.el (hack-local-variables): Do a case-insensitive search
24004 for End.
24005
24006 2005-03-18 Juri Linkov <juri@jurta.org>
24007
24008 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24009 `isearch-lazy-highlight-cleanup', add alias to old name and
24010 declare obsolete. Add release numbers to other obsolete vars.
24011 (isearch-done, isearch-lazy-highlight-new-loop):
24012 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24013 (lazy-highlight-cleanup) <variable>: Doc fix.
24014 (isearch-lazy-highlight-update): Rename obsolete
24015 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24016
24017 2005-03-18 Kenichi Handa <handa@m17n.org>
24018
24019 * language/thai-util.el: Fix categorization of Thai characters in
24020 thai-category-table.
24021 (thai-composition-pattern): Adjust it for the above change.
24022 (thai-self-insert-command, thai-compose-syllable): New functions.
24023 (thai-compose-region): Use thai-compose-syllable.
24024 (thai-compose-string): Likewise.
24025 (thai-composition-function): Likewise.
24026 (thai-auto-composition): New function.
24027 (thai-auto-composition-mode): New minor mode.
24028
24029 * language/thai.el: Fix patterns to be registered in
24030 composition-function-table.
24031
24032 * international/quail.el (quail-input-method): Locally bind
24033 inhibit-modification-hooks to t.
24034
24035 2005-03-17 Richard M. Stallman <rms@gnu.org>
24036
24037 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24038 (perl-mode): Use run-mode-hooks.
24039
24040 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24041 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24042 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24043
24044 * mail/sendmail.el (sendmail-send-it): Reenable the code
24045 to compute resend-to-address and use it.
24046
24047 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24048
24049 * image-mode.el: New file.
24050
24051 * image.el (insert-sliced-image): Add autoload cookie.
24052
24053 * font-lock.el (font-lock-lines-before): New user option.
24054 (font-lock-after-change-function): Obey it.
24055
24056 * bindings.el (esc-map): Make M-g a prefix.
24057 Bind M-g g and M-g M-g to goto-line.
24058
24059 * faces.el (face-id): Doc fix.
24060
24061 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24062
24063 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24064 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24065 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24066
24067 * mail/sendmail.el (mail-yank-ignored-headers)
24068 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24069 Add Mail-Followup-To and Mail-Reply-To headers.
24070 (mail-citation-hook): Add autoload cookie.
24071 (mail-mode): Doc fix.
24072 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24073 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24074 (mail-mode-fill-paragraph): Handle those headers.
24075 (mail-mailing-lists): New variable.
24076 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24077
24078 2005-03-17 Juri Linkov <juri@jurta.org>
24079
24080 * isearch.el (isearch-fallback): Check for `(car previous)'
24081 before calling `isearch-other-end-state'.
24082
24083 2005-03-17 Kim F. Storm <storm@cua.dk>
24084
24085 * simple.el (move-beginning-of-line): Move to beginning of buffer
24086 line, as well as beginning of screen line.
24087
24088 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24089
24090 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24091 argument REDRAW rather than calendar-redrawing variable.
24092 * calendar/calendar.el (calendar-redrawing): Delete.
24093 (redraw-calendar): Do not bind calendar-redrawing.
24094
24095 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24096
24097 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24098 diary-file buffer.
24099
24100 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24101
24102 * help.el (describe-mode): Allow a :minor-mode-function property to
24103 specify a different minor mode toggle function than the variable.
24104 * simple.el (auto-fill-function):
24105 * subr.el (add-minor-mode): Use it.
24106
24107 2005-03-16 Kenichi Handa <handa@m17n.org>
24108
24109 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24110 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24111 (ethio-fidel-to-sera-buffer): Likewise.
24112
24113 2005-03-16 Juri Linkov <juri@jurta.org>
24114
24115 * emacs-lisp/find-func.el (find-function-regexp):
24116 Add defun-emitting macro `menu-bar-make-toggle'.
24117
24118 * isearch.el: Put `isearch-scroll' property to
24119 `split-window-horizontally'.
24120
24121 * info.el: Update error messages for `debug-ignored-errors'.
24122 (Info-isearch-search): Doc fix.
24123 (Info-find-node): Move up code to go into info buffer before
24124 recording the node to the history.
24125 (Info-fontify-node): Fontify titles only if the next line
24126 has two or more `*', `=', `-', `.'.
24127 Display "go to this node" for empty (match-string 3).
24128
24129 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24130
24131 * term/mac-win.el: Add mouse pointer shape constants.
24132
24133 2005-03-15 Kim F. Storm <storm@cua.dk>
24134
24135 * simple.el (move-beginning-of-line): Use vertical-motion.
24136
24137 2005-03-15 Juri Linkov <juri@jurta.org>
24138
24139 * isearch.el (isearch-error): New variable.
24140 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24141 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24142 (isearch-within-brackets-state): Remove.
24143 (isearch-case-fold-search-state, isearch-pop-fun-state):
24144 Decrease frame index.
24145 (isearch-mode, isearch-top-state, isearch-push-state)
24146 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24147 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24148 (isearch-search, isearch-lazy-highlight-new-loop):
24149 Replace `isearch-invalid-regexp' with `isearch-error'.
24150 Remove `isearch-within-brackets'.
24151 (isearch-search): Add `search-failed' handler to `condition-case'.
24152 (isearch-lazy-highlight-search): Add `condition-case' to catch
24153 errors and allow `isearch-lazy-highlight-update' to try
24154 highlighting from the beginning of the window.
24155 (isearch-repeat): Move up code to set isearch-wrapped to t
24156 before calling isearch-wrap-function.
24157
24158 * info.el (Info-isearch-initial-node): New internal variable.
24159 (Info-search): Signal an error in isearch mode when search leaves
24160 the initial node. Signal an error when `bound' is non-nil and
24161 nothing was found in the current subfile.
24162 (Info-isearch-search): Remove `condition-case'.
24163 (Info-isearch-wrap): Don't wrap when search failed during leaving
24164 the initial node. If `Info-isearch-search' is nil, wrap around
24165 the current node.
24166 (Info-isearch-start): New fun.
24167 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24168 `isearch-mode-hook'.
24169
24170 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24171
24172 * simple.el (normal-erase-is-backspace): Set default to t if
24173 running on Mac.
24174
24175 * term/mac-win.el (function-key-map): Sync with x-win.el.
24176
24177 2005-03-15 Kenichi Handa <handa@m17n.org>
24178
24179 * international/mule-cmds.el (locale-language-names): Modify the
24180 format of elements and add more entries.
24181 (locale-preferred-coding-systems): Add more entries.
24182 (set-locale-environment): Adjust for the change of
24183 locale-language-names.
24184
24185 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * pcvs.el (smerge-ediff): Remove bogus autoload.
24188
24189 2005-03-14 Lute Kamstra <lute@gnu.org>
24190
24191 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24192 Ignore a `*' at the beginning of a line.
24193
24194 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24195 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24196 subr.el.
24197 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24198 to specify indentation.
24199
24200 * generic.el (define-generic-mode): Let generic-mode-list be a
24201 list of strings; test membership with equal.
24202
24203 2005-03-14 Kim F. Storm <storm@cua.dk>
24204
24205 * simple.el (next-line, previous-line): Add optional try-vscroll
24206 arg to recognize interactive use. Pass it on to line-move.
24207 (line-move): Don't perform auto-window-vscroll when defining or
24208 executing keyboard macro to ensure consistent behavior.
24209
24210 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24211
24212 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24213
24214 2005-03-13 Lute Kamstra <lute@gnu.org>
24215
24216 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24217 debugger-setup-buffer so that backtrace marks the frames set to
24218 debug-on-exit and we don't have to do it manually. Set an extra
24219 debug-on-exit for macro's.
24220 (debugger-setup-buffer): Don't mark the top frame manually.
24221
24222 2005-03-12 Lute Kamstra <lute@gnu.org>
24223
24224 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24225 lisp-indent-function throughout.
24226 (with-no-warnings): Set lisp-indent-function property.
24227
24228 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24229
24230 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24231 Add entry for backslash.
24232
24233 2005-03-12 Juri Linkov <juri@jurta.org>
24234
24235 * info.el (Info-search): Four fixes for backward search.
24236
24237 2005-03-11 Jay Belanger <belanger@truman.edu>
24238
24239 * calc/calc.el (calc-language-alist): New variable.
24240 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24241 (calc-embedded-find-modes): Use calc-language-alist instead of
24242 calc-embedded-language-alist.
24243
24244 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24245
24246 * calendar/calendar.el (calendar-redrawing): New internal
24247 variable.
24248 (redraw-calendar): Remove bogus save-excursion from previous
24249 change. Bind calendar-redrawing to t for mark-diary-entries.
24250 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24251 calendar if that is why we were called.
24252
24253 2005-03-11 Kenichi Handa <handa@m17n.org>
24254
24255 * international/mule.el (make-coding-system): Set property
24256 coding-system-define-form to nil.
24257 (define-coding-system-alias): Likewise.
24258
24259 2005-03-11 Kenichi Handa <handa@m17n.org>
24260
24261 These changes are suggested by Dave Love <fx@gnu.org>.
24262
24263 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24264 coding: tag.
24265 (adaptive-fill-regexp): Add more bullets.
24266 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24267 regexps.
24268
24269 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24270
24271 * help.el (describe-mode): Properly handle non-trivial lighters.
24272 Don't ignore minor modes that are not listed in minor-mode-list.
24273
24274 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24275 feature ON when the user requests to turn it OFF.
24276
24277 2005-03-10 Lute Kamstra <lute@gnu.org>
24278
24279 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24280 (implement-debug-on-entry): New function to replace debug-entry-code.
24281 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24282 second argument as the 2005-03-07 change makes it obsolete.
24283 (debug-on-entry, cancel-debug-on-entry): Update call to
24284 debug-on-entry-1.
24285 (debug, debugger-setup-buffer): Comment update.
24286 (debugger-frame-number): Update to work with implement-debug-on-entry.
24287
24288 2005-03-10 Jay Belanger <belanger@truman.edu>
24289
24290 * calc/calc-embed.el (math-ms-args): Declare it.
24291 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24292 math-ms-args.
24293 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24294 variables.
24295
24296 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24297
24298 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24299 Use message-box.
24300
24301 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24302 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24303 (tooltip-gud-tips): Simplify.
24304 (tooltip-gud-tips-p): Remove superfluous :set.
24305 (tooltip-gud-modes): Add fortran-mode.
24306 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24307
24308 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24309
24310 2005-03-09 Kim F. Storm <storm@cua.dk>
24311
24312 * play/animate.el (animate-place-char): Use forward-line instead
24313 of next-line to improve performance.
24314
24315 2005-03-09 Simon Josefsson <jas@extundo.com>
24316
24317 * net/browse-url.el (browse-url-default-browser): Doc fix.
24318
24319 2005-03-09 Miles Bader <miles@gnu.org>
24320
24321 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24322 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24323
24324 2005-03-09 Kenichi Handa <handa@m17n.org>
24325
24326 * international/latin-1.el: Set case and syntax for 255 only if
24327 set-case-syntax-set-multibyte is nil.
24328
24329 * textmodes/ispell.el (ispell-insert-word): New function.
24330 (ispell-word): Use ispell-insert-word to insert a new word.
24331 (ispell-process-line): Likewise.
24332 (ispell-complete-word): Likewise.
24333
24334 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24335
24336 * calendar/calendar.el (redraw-calendar): Preserve point.
24337 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24338 (calendar-week-start-day): Move after definition of
24339 redraw-calendar. Delete buffer test, since redraw-calendar has
24340 that now.
24341
24342 * calendar/diary-lib.el (mark-diary-entries): Only call
24343 redraw-calendar in the first of any recursive calls.
24344 Reported by Alan Shutko <ats@acm.org>.
24345
24346 2005-03-08 Juri Linkov <juri@jurta.org>
24347
24348 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24349 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24350 (html-radio-buttons): Add a space before the trailing `/>' where
24351 sgml-xml-mode is non-nil.
24352 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24353 the subsequent tag of the empty XML tag.
24354 (html-href-anchor): Don't set initial input to "http:".
24355 (html-image): Ask for the image URL and set point inside alt="".
24356 (html-name-anchor): Duplicate the name in the `id' attribute when
24357 sgml-xml-mode is non-nil.
24358 (html-paragraph): Remove \n before <p>.
24359 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24360 instead of `checked' when sgml-xml-mode is non-nil.
24361
24362 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24363 Remove 1 space before #RRGGBB to not truncate it on terminal
24364 windows w/o fringes. Remove 1 space between bg and fg examples
24365 to get more space.
24366 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24367 avoid byte-compile warnings.
24368
24369 * image-file.el (image-file-handler): Put `safe-magic' property to
24370 `image-file-handler'.
24371
24372 * info.el (Info-isearch-search): Emulate word search in
24373 isearching through multiple Info nodes with Info-search.
24374 (Info-isearch-wrap): Allow isearch-word.
24375
24376 2005-03-08 Lute Kamstra <lute@gnu.org>
24377
24378 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24379 stepping into the debugger's code is not possible.
24380 (debugger-jumping-flag): Docstring update.
24381
24382 2005-03-08 Jay Belanger <belanger@truman.edu>
24383
24384 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24385 embedded mode begins.
24386 (calc-embedded-language-alist): New variable.
24387 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24388 set default language mode.
24389
24390 2005-03-08 Kenichi Handa <handa@m17n.org>
24391
24392 * international/ccl.el (define-ccl-program): Fix docstring about
24393 extra 256 bytes assured for the output buffer.
24394
24395 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24396 Fix BUFFER_MAGNIFICATION to 2.
24397 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24398
24399 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24400
24401 * align.el (align-rules-list): Added an alignment rule for CSS
24402 declarations (applies to css-mode and html-mode buffers).
24403
24404 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24405
24406 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24407
24408 2005-03-07 Kim F. Storm <storm@cua.dk>
24409
24410 * simple.el (move-beginning-of-line): New command.
24411
24412 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24413
24414 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24415
24416 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24417 and move-beginning-of-line.
24418
24419 * apropos.el (apropos-print): Omit command from M-x ... RET.
24420
24421 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24422
24423 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24424 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24425
24426 2005-03-06 Richard M. Stallman <rms@gnu.org>
24427
24428 * bindings.el (esc-map): Bind M-g to goto-line.
24429
24430 * facemenu.el (global-map): Bind M-o, not M-g.
24431
24432 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24433
24434 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24435 "Open Directory" as for "Open File".
24436
24437 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24438
24439 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24440 (push-mark-command): Run activate-mark-hook.
24441
24442 2005-03-06 Richard M. Stallman <rms@gnu.org>
24443
24444 * help-mode.el (help-mode-finish): Don't alter the element
24445 in view-return-to-alist if there already is one.
24446
24447 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24448 make sure the current buffer is the expected one.
24449
24450 * novice.el (disabled-command-function): Output in *Disabled Command*.
24451 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24452
24453 * textmodes/flyspell.el (flyspell-large-region):
24454 Pass args differently for aspell.
24455
24456 * files.el (mode-require-final-newline): Doc fix.
24457
24458 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24459
24460 * progmodes/which-func.el (which-function):
24461 Specify NOERROR when calling imenu--make-index-alist.
24462
24463 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24464
24465 * simple.el (normal-erase-is-backspace): Define default value.
24466
24467 * custom.el (custom-theme-set-variables): Remove unused var
24468 `immediate'.
24469 (custom-reevaluate-setting): Simple function to handle variables
24470 that are defined before their default value can really be
24471 computed.
24472
24473 * startup.el (command-line): Use it for temporary-file-directory,
24474 small-emporary-file-directory, auto-save-file-name-transforms,
24475 blink-cursor-mode, and normal-erase-is-backspace.
24476
24477 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24478 progress, even with buggy anchored keywords.
24479
24480 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24481
24482 * simple.el (goto-line): Remove unbalanced final parenthesis.
24483
24484 2005-03-05 Richard M. Stallman <rms@gnu.org>
24485
24486 * simple.el (goto-line): Use a number at point as the default.
24487 With C-u as arg, switch buffers.
24488
24489 2005-03-05 Juri Linkov <juri@jurta.org>
24490
24491 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24492 with `no-blinking-cursor'.
24493
24494 * startup.el (no-blinking-cursor): New defvar.
24495 (command-line): Add `--no-blinking-cursor' to longopts.
24496 Set `no-blinking-cursor' to t for command line arguments
24497 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24498 with `no-blinking-cursor' in the condition for calling
24499 `blink-cursor-mode'.
24500
24501 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24502
24503 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24504 (menu-bar-options-save): Add blink-cursor-mode.
24505 (menu-bar-options-menu): Add blink-cursor-mode.
24506
24507 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24508
24509 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24510 (icalendar-export-file, icalendar-export-region)
24511 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24512 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24513
24514 2005-03-04 Lute Kamstra <lute@gnu.org>
24515
24516 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24517 (debug-function-list): Ditto.
24518
24519 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24520
24521 * textmodes/texinfmt.el (texinfo-append-refill):
24522 Redefine the types of line to which @refill
24523 is not appended by replacing a search for `@refill\\|@bye' with
24524 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24525 itemize@refill' bug and the unfilled long lines bug.
24526 (texinfmt-version): Update number and date.
24527
24528 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24529
24530 * international/code-pages.el (windows-1250, windows-125[2-8])
24531 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24532
24533 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24534
24535 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24536 bound yet.
24537
24538 2005-03-02 Romain Francoise <romain@orebokech.com>
24539
24540 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24541 buffer after removing limits.
24542 (ibuffer-pop-filter): Ditto.
24543 Update copyright.
24544
24545 2005-03-02 Miles Bader <miles@gnu.org>
24546
24547 * button.el (make-text-button): If the user doesn't specify a
24548 type, use the default. Rewrite to use `add-text-properties' and
24549 plist functions.
24550
24551 2005-03-01 Lute Kamstra <lute@gnu.org>
24552
24553 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24554 (debugger-jumping-flag): New var.
24555 (debug-entry-code): Use it.
24556 (debugger-jump): Use debugger-jumping-flag and add
24557 debugger-reenable to post-command-hook.
24558 (debugger-reenable): Use debugger-jumping-flag and remove itself
24559 from post-command-hook.
24560 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24561 debugger-reenable.
24562
24563 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24564
24565 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24566 inclusion of "itemize\\|", which may be unnecessary, is certainly
24567 inelegant, and stops refilling in itemize lists when formatting
24568 Japanese Texinfo files to Info.
24569 Update copyright to 2005.
24570
24571 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24572
24573 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24574 of an error if GDB can't find the source file.
24575
24576 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24577
24578 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24579 not just the calendar.
24580
24581 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24582 first.
24583 (diary-redraw-calendar): New function.
24584 (make-diary-entry): Add diary-redraw-calendar to local
24585 write-contents-functions. Turn off selective display before
24586 inserting in diary.
24587
24588 2005-03-01 Kim F. Storm <storm@cua.dk>
24589
24590 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24591
24592 2005-03-01 Lute Kamstra <lute@gnu.org>
24593
24594 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24595 that debug-entry-code can be safely removed from a function while
24596 this code is being evaluated. Revert the 2005-02-27 change as the
24597 new implementation no longer requires it. Make sure that a
24598 function body containing just a string is not mistaken for a docstring.
24599 (debug): Skip one more frame in case of debug on entry.
24600 (debugger-setup-buffer): Delete one more frame line in case of
24601 debug on entry.
24602 (debugger-frame-number): Update to use the new text introduced by
24603 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24604
24605 2005-02-28 Kim F. Storm <storm@cua.dk>
24606
24607 * double.el (double-translate-key): Call force-window-update after
24608 read-event to avoid crash in redisplay.
24609
24610 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24611
24612 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24613 (debug): Use it. Move the inhibit-trace earlier.
24614 (debug-entry-code): New const.
24615 (debug-on-entry-1): Use it.
24616
24617 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24618
24619 * international/utf-16.el (ccl-encode-mule-utf-16le):
24620 Fix BUFFER_MAGNIFICATION to 2.
24621 (ccl-encode-mule-utf-16be): Likewise.
24622
24623 2005-02-28 Kenichi Handa <handa@m17n.org>
24624
24625 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24626 Fix BUFFER_MAGNIFICATION to 4.
24627 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24628
24629 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24630
24631 * speedbar.el (speedbar-update-flag): Doc fix.
24632 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24633 argument.
24634
24635 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24636
24637 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24638 have a non-nil `invisible' property but are actually visible.
24639
24640 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24641 for perldoc sections.
24642 (perl-outline-regexp, perl-outline-level): New var and function.
24643 (perl-mode): Use them.
24644
24645 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24646
24647 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24648 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24649
24650 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24651
24652 * cus-edit.el: Comment change.
24653 (custom-buffer-create-internal): Slightly reword text at top of
24654 Custom buffers. Mention there that saving an option edits the
24655 init file. Add link to Emacs manual node on `custom-file'.
24656 (custom-magic-alist): Rewrite individual State messages to use
24657 capitalized keywords. Doc fix.
24658
24659 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24660
24661 * calendar/calendar.el (calendar-buffer): Move above
24662 calendar-week-start-day.
24663 (calendar-week-start-day): Doc fix. Add :set function.
24664 (calendar-minimum-window-height): New variable.
24665 (generate-calendar-window): Only resize window if selected-window
24666 is displaying the calendar buffer. Use new variable
24667 calendar-minimum-window-height.
24668 (generate-calendar): Reword error message.
24669 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24670
24671 2005-02-27 Andreas Schwab <schwab@suse.de>
24672
24673 * vc.el (vc-do-command): Don't run command asynchronously when
24674 operating in a remote directory.
24675
24676 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24677 change from sync with Tramp 2.0.47.
24678
24679 2005-02-27 Richard M. Stallman <rms@gnu.org>
24680
24681 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24682
24683 * textmodes/flyspell.el (flyspell-mode-on):
24684 Call ispell-change-dictionary only if necessary.
24685
24686 * emacs-lisp/re-builder.el (regexp-builder): New function.
24687
24688 * register.el (describe-register-1): Explicitly handle
24689 yank-excluded-properties = t.
24690
24691 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24692 (custom-magic-alist): Change the status descriptions again.
24693 (face widget-type): Total rewrite based on `restricted-sexp'
24694 to eliminate the confusing double hiding levels.
24695
24696 * emacs-lisp/debug.el (debug-on-entry-1):
24697 If function body is empty, add nil as body form.
24698
24699 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24700
24701 * emacs-lisp/trace.el (inhibit-trace): New var.
24702 (trace-make-advice): Use it.
24703
24704 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24705
24706 2005-02-26 Kim F. Storm <storm@cua.dk>
24707
24708 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24709 (mouse-on-link-p, mouse-drag-region-1): Use it.
24710
24711 2005-02-25 Lute Kamstra <lute@gnu.org>
24712
24713 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24714
24715 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24716
24717 * frame.el (blink-cursor-mode): Add :group keyword.
24718
24719 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24720
24721 * calendar/icalendar.el (icalendar--decode-isodatetime):
24722 New optional argument DAY-SHIFT.
24723 (icalendar-export-region): Fix coding-system-for-write.
24724 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24725 events by one.
24726
24727 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24728
24729 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24730
24731 2005-02-24 Kim F. Storm <storm@cua.dk>
24732
24733 * international/iso-acc.el (iso-accents-compose): Fix crash
24734 during redisplay. Call force-window-update after read-event
24735 and delete-region to signal that window is not accurate.
24736
24737 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24738
24739 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24740 Remove unused and inexistent var `inhibit-trace'.
24741 (debugger-mode): Use run-mode-hooks.
24742 (debugger-list-functions): Add buttons; setup xref stack.
24743
24744 2005-02-23 Richard M. Stallman <rms@gnu.org>
24745
24746 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24747 appointment says it was explicitly made.
24748 (appt-add): Set the 3rd element.
24749 (appt-make-list): Preserve explicit appointments.
24750
24751 * subr.el (find-tag-default): Catch errors in forward-sexp.
24752
24753 2005-02-23 Juri Linkov <juri@jurta.org>
24754
24755 * info.el (Info-isearch-search): New defcustom.
24756 (Info-isearch-search): Call the default isearch function
24757 when Info-isearch-search is nil.
24758 (Info-isearch-wrap): Use variable Info-isearch-search.
24759
24760 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24761
24762 * cus-edit.el: Comment change.
24763
24764 2005-02-22 Kim F. Storm <storm@cua.dk>
24765
24766 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24767 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24768
24769 2005-02-22 Simon Josefsson <jas@extundo.com>
24770
24771 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24772 New variable.
24773 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24774 Oskarsson" <myrkraverk@users.sourceforget.net>.
24775
24776 2005-02-22 Kim F. Storm <storm@cua.dk>
24777
24778 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24779 check that window of that event is the selected window.
24780 (mouse-drag-region-1): Compare mouse event window to selected
24781 window before setting point.
24782
24783 * tooltip.el (tooltip-show-help-function): Pass event to
24784 mouse-on-link-p so it can check selected window.
24785
24786 2005-02-22 Kenichi Handa <handa@m17n.org>
24787
24788 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24789 (ps-mule-show-warning): New function.
24790 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24791 characters are found.
24792
24793 * ps-print.el (ps-header-footer-string): Return a list of header
24794 and footer strings.
24795
24796 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24797
24798 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24799
24800 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24801
24802 * frame.el (blink-cursor-mode): Use define-minor-mode.
24803
24804 * term/mac-win.el (function-key-map): Use char-names more consistently.
24805 (file-name-coding-system): Only set it for MacOS-9. The other case is
24806 already handled in mule-cmds.el (where it also works when mac-win.el
24807 is not used).
24808
24809 2005-02-21 Kenichi Handa <handa@m17n.org>
24810
24811 * international/mule.el (ctext-pre-write-conversion): Always use
24812 " *code-converting-work*" buffer for work.
24813
24814 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24815
24816 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24817
24818 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24819
24820 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24821
24822 * ses.el (undo-more): Restore defadvice, but only the part that
24823 allows changes outside the restricted area of the buffer.
24824
24825 2005-02-20 Kim F. Storm <storm@cua.dk>
24826
24827 * simple.el (line-move): Add fourth optional arg try-vscroll which
24828 must be set to perform auto-window-vscroll.
24829 When moving backwards and doing auto-window-vscroll, automatically
24830 vscroll to the last part of lines which are taller than the window.
24831 (next-line, previous-line): Set try-vscroll arg on line-move.
24832
24833 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24834
24835 * replace.el (query-replace, query-replace-regexp)
24836 (replace-string, replace-regexp): When operating on region, make
24837 the minibuffer prompt say so.
24838
24839 * isearch.el (isearch-forward): Document isearch-query-replace and
24840 isearch-query-replace-regexp keybindings.
24841
24842 2005-02-19 Jay Belanger <belanger@truman.edu>
24843
24844 * calc/calc-aent.el (math-read-token): Add local variable.
24845
24846 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24847 (calc-edit-top): Move declaration to earlier in file.
24848 (calc-edit-macro-repeats): Add local variables.
24849
24850 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24851 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24852 calcFunc-tanh.
24853 Adjust integration rule for calcFunc-tan.
24854
24855 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24856
24857 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24858 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24859 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24860 (viper-skip-separators): Bug fix.
24861 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24862 particular major mode.
24863 (viper-del-backward-char-in-replace): Don't put deleted char on the
24864 kill ring.
24865
24866 * viper-ex.el (viper-color-display-p): New function.
24867 (viper-has-face-support-p): Use viper-color-display-p.
24868
24869 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24870
24871 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24872
24873 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24874 (viper-file-remote-p): Make equivalent to file-remote-p.
24875
24876 * viper.el (viper-major-mode-modifier-list):
24877 Use viper-gnus-modifier-map.
24878
24879 2005-02-19 David Kastrup <dak@gnu.org>
24880
24881 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24882 quoting.
24883
24884 2005-02-19 Jay Belanger <belanger@truman.edu>
24885
24886 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24887 Remove extra definitions.
24888 (calc-coth): New function.
24889 (calcFunc-cot): Fix `let'.
24890
24891 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24892
24893 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24894 the reasons we use "type pc" in these faces.
24895
24896 * button.el (button): Ditto.
24897
24898 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24899
24900 * replace.el (query-replace-read-from): Set the value of
24901 query-replace-from-history-variable to handle the case of an empty
24902 string entered to accept the suggested default.
24903
24904 * net/tramp.el (tramp-file-name-for-operation):
24905 Use dired-call-process instead of dired-call-process-command.
24906
24907 2005-02-19 Jay Belanger <belanger@truman.edu>
24908
24909 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24910 (math-div-non-trig): New variables.
24911 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24912 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24913 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24914 trig expressions.
24915
24916 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24917
24918 * progmodes/gdb-ui.el (gdb-var-update-handler)
24919 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24920 for watch expressions,
24921 (gdb-var-create-handler): Don't set speedbar-update-flag.
24922 (gdb-post-prompt): Simplify test for speedbar.
24923
24924 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24925
24926 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24927 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24928 we use the syntax table of the correct buffer.
24929 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24930 Felix Gatzemeier.
24931
24932 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24933 (ediff-file-remote-p): Make synonymous with file-remote-p.
24934 In all deffaces ediff-*-face-*, use min-colors.
24935
24936 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24937 ediff-recurse-to-subdirectories.
24938 (ediff-mark-if-equal): Check that the arguments are strings, use
24939 ediff-same-contents (after to Felix Gatzemeier).
24940
24941 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24942 nil.
24943
24944 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24945
24946 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24947
24948 2005-02-18 David Kastrup <dak@gnu.org>
24949
24950 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24951 use `mark-active' when defined.
24952
24953 2005-02-18 Kenichi Handa <handa@m17n.org>
24954
24955 * ps-print.el (ps-font-info-database): New entry
24956 ZapfChancery-MediumItalic with correct font name. Fix font name
24957 of the entry Zapf-Chancery-MediumItalic.
24958
24959 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24960
24961 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24962
24963 2005-02-16 Kim F. Storm <storm@cua.dk>
24964
24965 * ido.el (ido-fallback-command): Pass user input to fallback command.
24966
24967 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24968
24969 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24970 (gdb-find-file-hook): Add server prefix.
24971
24972 2005-02-16 Richard M. Stallman <rms@gnu.org>
24973
24974 * replace.el (perform-replace): Pass new args to replace-highlight.
24975 (replace-highlight): Take region args,
24976 and pass them to isearch-lazy-highlight-new-loop.
24977
24978 * novice.el (disabled-command-hook): Autoload the defalias
24979 and the make-obsolete-variable call.
24980
24981 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24982
24983 * isearch.el (isearch-lazy-highlight-start-limit)
24984 (isearch-lazy-highlight-end-limit): New variables limit
24985 the region for highlighting.
24986 (isearch-lazy-highlight-new-loop): New args BEG and END.
24987 (isearch-lazy-highlight-search): Use the new vars.
24988 (isearch-lazy-highlight-update): Likewise.
24989
24990 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24991
24992 * cus-start.el (all): Use default-boundp.
24993
24994 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24995
24996 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24997
24998 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24999
25000 * autorevert.el (auto-revert-stop-on-user-input)
25001 (auto-revert-verbose): Doc fixes.
25002
25003 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25004
25005 * international/mule-cmds.el (set-locale-environment): Remove call
25006 to set-selection-coding-system on Windows.
25007
25008 2005-02-15 Jay Belanger <belanger@truman.edu>
25009
25010 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25011 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25012 calcFunc-coth.
25013 (math-simplify-sqrt): Add simplifications.
25014
25015 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25016 to list.
25017
25018 * calc/calc-ext.el: Add functions to autoloads.
25019
25020 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25021 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25022 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25023 (math-csc-raw, math-cot-raw): New functions.
25024
25025 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25026
25027 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25028 the variable name in a message.
25029
25030 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25031 calcFunc-csc, calcFunc-cot.
25032
25033 * calc/calcalg2.el: Add derivative and integration rules for
25034 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25035 calcFunc-csch, calcFunc-coth.
25036 (math-do-integral-methods): Add to checks for when to use
25037 substitutions.
25038
25039 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25040
25041 2005-02-15 Lute Kamstra <lute@gnu.org>
25042
25043 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25044 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25045 <monnier@iro.umontreal.ca>
25046 (lisp-outline-level): Improve efficiency. Suggested by David
25047 Kastrup <dak@gnu.org>.
25048
25049 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25050
25051 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25052 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25053 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25054 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25055 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25056
25057 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25058
25059 * cus-start.el (all): Comment change.
25060
25061 2005-02-14 Lute Kamstra <lute@gnu.org>
25062
25063 * cus-start.el (all): Check if symbol is void.
25064
25065 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25066
25067 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25068 optional argument to \cite.
25069
25070 2005-02-14 Richard M. Stallman <rms@gnu.org>
25071
25072 * cus-edit.el (custom-buffer-create-internal): Update help message.
25073 (custom-magic-alist): Update help messages.
25074
25075 * cus-start.el (all): Allow a var to specify a standard value.
25076
25077 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25078
25079 * custom.el (custom-theme-set-variables): Handle variable aliases.
25080
25081 * frame.el (blink-cursor-timer): Doc fix.
25082 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25083 declare obsolete.
25084 (blink-cursor-mode): Define with defcustom and use correct
25085 standard expression in that defcustom.
25086 * startup.el (command-line): Adapt to above changes in frame.el.
25087
25088 2005-02-11 Lute Kamstra <lute@gnu.org>
25089
25090 * apropos.el (apropos-score-doc): Prevent division by zero.
25091
25092 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25093
25094 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25095 (icalendar--get-event-property-attributes)
25096 (icalendar--get-event-properties)
25097 (icalendar--datetime-to-diary-date): New functions.
25098 (icalendar--split-value): Doc fix.
25099 (icalendar--datetime-to-noneuropean-date)
25100 (icalendar--datetime-to-european-date): New optional argument
25101 SEPARATOR. Return result as a string instead of a list.
25102 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25103 (icalendar--convert-string-for-export): Rename arg S to STRING.
25104 (icalendar-export-region): Doc fix. Change name of error buffer.
25105 Save output buffer.
25106 (icalendar-import-file): Add blank at end of prompt.
25107 (icalendar-import-buffer): Doc fix. Do not switch to error
25108 buffer. Indicate status in return value.
25109 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25110 buffer. Save output buffer. Handle exception from recurrence
25111 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25112 events. Fix problems with weekly all-day events.
25113
25114 2005-02-10 Richard M. Stallman <rms@gnu.org>
25115
25116 * simple.el (eval-expression-print-format):
25117 Avoid warning about edebug-active.
25118
25119 * help.el (help-for-help-internal): Rename from help-for-help.
25120 (help-for-help): Define with defalias.
25121
25122 * font-core.el (font-lock-default-function): Use with-no-warnings.
25123
25124 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25125
25126 * custom.el (defface): Doc fix.
25127
25128 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25129
25130 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25131 width 0" to prevent word wrapping problems.
25132
25133 2005-02-09 Kim F. Storm <storm@cua.dk>
25134
25135 * ido.el (ido-file-extensions-order): New defcustom.
25136 (ido-file-extension-lessp, ido-file-extension-aux)
25137 (ido-file-extension-order): New advanced file ordering.
25138 (ido-file-lessp): New simple file ordering.
25139 (ido-sort-list): Remove.
25140 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25141 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25142
25143 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25144
25145 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25146 that some versions of grep produce.
25147 (grep-mode-font-lock-keywords): Likewise.
25148
25149 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25150
25151 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25152 (gdb-cdir): Delete.
25153 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25154 (gdb-source-info): Treat case when source file is in another
25155 directory properly.
25156 (gdb-get-location): New function.
25157
25158 2005-02-07 Jay Belanger <belanger@truman.edu>
25159
25160 * calc/calc-prog.el (calc-write-parse-table-part)
25161 (calc-fix-token-name): Fix a check for language type.
25162
25163 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25164
25165 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25166
25167 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25168 as directory not writable.
25169
25170 2005-02-07 Kim F. Storm <storm@cua.dk>
25171
25172 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25173 (cua--standard-movement-commands): Remove list.
25174 Instead, set CUA property value to move for movement commands.
25175 (cua-movement-commands): Remove. Users must set CUA prop instead.
25176 (cua--pre-command-handler): Check CUA property.
25177 (cua--init-keymaps): Don't remap undo commands.
25178 (cua-mode): Don't call cua--rectangle-on-off.
25179
25180 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25181 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25182 (cua--rect-undo-set-point): New var.
25183 (cua--rectangle-undo-boundary): Setup undo apply entry.
25184 (cua--rect-undo-handler): New function for rectangle undo.
25185 (cua--rect-start-position, cua--rect-end-position): Add.
25186 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25187 for restored rectangle. Set point if cua--rect-undo-set-point.
25188
25189 2005-02-06 Jay Belanger <belanger@truman.edu>
25190
25191 * calc/calc-lang.el (calc-tex-language): Display more information
25192 in messages.
25193
25194 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25195 in TeX mode.
25196
25197 2005-02-06 Richard M. Stallman <rms@gnu.org>
25198
25199 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25200
25201 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25202
25203 * net/ldap.el (ldap-search-internal): Support attributes with
25204 optional descriptions separated by a semi-colon, as in
25205 "userCertificate;binary".
25206
25207 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25208
25209 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25210 isn't a cons (i.e. the version is 0).
25211
25212 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25213
25214 * help.el (help-for-help): Doc fix.
25215
25216 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25217
25218 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25219 GDB-Windows on the menu-bar as this works better.
25220
25221 2005-02-04 Jay Belanger <belanger@truman.edu>
25222
25223 * calc/calc-embed.el (calc-embedded-update): Don't put in
25224 unnecessary newlines. Adjust the end of formula marker.
25225
25226 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25227 (math-latex-parse-two-args): New function.
25228
25229 2005-02-03 Lute Kamstra <lute@gnu.org>
25230
25231 * help-fns.el (help-with-tutorial): Make sure that users cannot
25232 remove the entire text of the tutorial by means of `undo'.
25233
25234 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25237 in recent changes, where the ispell process was repeatedly
25238 killed & restarted.
25239
25240 * international/mule-cmds.el (set-locale-environment): Set file-name
25241 coding system to utf-8 on Darwin systems.
25242 (set-default-coding-systems): Don't set default-file-name-coding-system
25243 on Darwin systems.
25244
25245 2005-02-03 Richard M. Stallman <rms@gnu.org>
25246
25247 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25248
25249 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25250
25251 * faces.el (list-faces-display): Add optional argument.
25252
25253 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25254
25255 * font-core.el (font-lock-default-function): Handle the rare case where
25256 only font-lock-keywords is set.
25257
25258 2005-02-02 Kenichi Handa <handa@m17n.org>
25259
25260 * international/characters.el: Cancel previous change for
25261 I-WITH-DOT-ABOVE and DOTLESS-i.
25262
25263 * international/latin-5.el: Cancel previous change.
25264
25265 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25266
25267 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25268
25269 2005-02-02 Kenichi Handa <handa@m17n.org>
25270
25271 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25272 DOTLESS-i.
25273
25274 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25275 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25276
25277 * case-table.el (get-upcase-table): New function.
25278 (copy-case-table): Copy upcaes table too if non-nil.
25279 (set-case-syntax-delims): Maintain upcase table too.
25280 (set-case-syntax-pair): Likewise.
25281 (set-upcase-syntax, set-downcase-syntax): New functions.
25282 (set-case-syntax): Maintain upcase table too.
25283
25284 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25285
25286 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25287
25288 * progmodes/gud.el (gud-goto-info): New function.
25289 (gud-tool-bar-map): Use correct icon.
25290
25291 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25292
25293 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25294 When delegating, order args in the funcall correctly.
25295
25296 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25297
25298 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25299
25300 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25301
25302 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25303 buffer not visiting a file.
25304
25305 2005-01-31 Jay Belanger <belanger@truman.edu>
25306
25307 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25308 bound on the line with the formula.
25309
25310 2005-01-31 Kim F. Storm <storm@cua.dk>
25311
25312 * ses.el (ses-create-cell-variable-range)
25313 (ses-destroy-cell-variable-range, ses-reset-header-string)
25314 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25315 (ses-insert-row): Fix format of apply undo entries.
25316
25317 2005-01-31 Jay Belanger <belanger@truman.edu>
25318
25319 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25320 parts.
25321
25322 * calc/calc-embed.el (calc-embedded-open-formula)
25323 (calc-embedded-close-formula): Ignore matrix environments.
25324
25325 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25326 TeX mode.
25327
25328 * calc/calc-lang.el (math-function-table, math-oper-table)
25329 (math-variable-table): Adjust the LaTeX portions.
25330
25331 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25332 (math-latex-ignore-words): New constant.
25333
25334 2005-01-31 Richard M. Stallman <rms@gnu.org>
25335
25336 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25337 (ispell-local-dictionary): Doc fix.
25338 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25339 Don't reinitialize at run time. Don't defcustom.
25340 All uses changed to append ispell-local-dictionary-alist,
25341 or check it first.
25342 (ispell-current-dictionary): New variable for dictionary in use.
25343 (ispell-dictionary): Now used only for global default.
25344 (ispell-start-process): Set ispell-current-dictionary,
25345 not ispell-dictionary.
25346 (ispell-change-dictionary): Use this only for setting
25347 user preferences.
25348 (ispell-internal-change-dictionary): New function
25349 to change the current dictionary in use.
25350 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25351 Use ispell-current-dictionary.
25352 Handle ispell-local-dictionary-overridden.
25353 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25354
25355 2005-01-31 Jay Belanger <belanger@truman.edu>
25356
25357 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25358
25359 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25360 (calc-mode-map): Add calc-latex-language.
25361
25362 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25363 (math-latex-print-frac): New functions.
25364 (math-oper-table, math-function-table, math-variable-table)
25365 (math-complex-format, math-input-filter): Add latex properties.
25366 (calc-set-language): Set math-expr-special-function-mapping.
25367
25368 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25369 (calc-write-parse-table-part): Add LaTeX support.
25370
25371 * calc/calc.el (calc-language): Adjust docstring.
25372 (calc-set-mode-line): Add LaTeX support.
25373 (math-expr-special-function-mapping): New variable.
25374 (math-tex-ignore-words): Add to list.
25375
25376 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25377 Add LaTeX support.
25378 (math-compose-expr): Add support for special functions.
25379
25380 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25381
25382 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25383
25384 * progmodes/gdb-ui.el (gdb-memory-address)
25385 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25386 (gdb-memory-mode-map, gdb-memory-format-keymap)
25387 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25388 (gdb-memory-unit-menu): New variables for a buffer
25389 that lets the user examine program memory.
25390 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25391 (gdb-memory-format-binary, gdb-memory-format-octal)
25392 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25393 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25394 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25395 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25396 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25397 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25398 (gdb-memory-mode, gdb-memory-buffer-name)
25399 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25400 New functions for above buffer.
25401
25402 2005-01-30 Richard M. Stallman <rms@gnu.org>
25403
25404 * cus-edit.el (custom-bury-buffer): Function deleted.
25405 (custom-buffer-done-function): Option deleted.
25406 (custom-buffer-done-kill): New replacement option.
25407 (Custom-buffer-done): Call quit-window.
25408 (custom-buffer-create-internal): Update for above changes.
25409
25410 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25411
25412 * simple.el (undo-ask-before-discard): New var.
25413 (undo-outer-limit-truncate): Implement it.
25414 (undo-extra-outer-limit): Doc update.
25415
25416 2005-01-29 Richard M. Stallman <rms@gnu.org>
25417
25418 * ses.el (undo-more): Delete defadvice.
25419 (ses-begin-change): Doc fix.
25420
25421 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25422 instead of rebinding C-x u and C-_.
25423
25424 * files.el (normal-backup-enable-predicate): Return nil for files
25425 in /tmp, regardless of temporary-file-directory.
25426
25427 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25428
25429 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25430 (open-rectangle, delete-whitespace-rectangle-line)
25431 (clear-rectangle-line): If FILL, pass t instead of FILL
25432 for move-to-column's 2nd arg.
25433
25434 * simple.el (undo): Fix the test for continuing a series of undos.
25435 (undo-more): Set pending-undo-list to t when we reach end.
25436 (pending-undo-list): Move up defvar.
25437
25438 * wid-edit.el (widget-button-click):
25439 Shorten the range of the track-mouse binding.
25440
25441 * comint.el (comint-insert-input): Undo previous changes;
25442 use last-input-event in interactive spec.
25443
25444 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25445
25446 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25447 to nil before invoking call-process. Reset buffer's modified flag
25448 after fontifying it in the no-async branch.
25449
25450 * wid-edit.el (widget-specify-button): If mouse pointer shape
25451 cannot be changed, use mouse face instead.
25452
25453 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25454
25455 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25456 (gdb-goto-breakpoint): Make breakpoint handling work on template
25457 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25458 (gdb-assembler-custom): Update to recognize breakpoint information
25459 added on 2005-01-19.
25460
25461 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25462
25463 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25464 (dsssl-mode): Use define-derived-mode.
25465 (scheme-mode-initialize): Remove.
25466 (scheme-mode): Use run-mode-hooks.
25467
25468 * cus-edit.el (customize-group-other-window)
25469 (custom-buffer-create-other-window): Don't override special-display-*.
25470 (custom-mode-map): Make it dense.
25471
25472 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25473 sets the default value.
25474
25475 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25476
25477 * descr-text.el: Add more keywords.
25478
25479 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25480
25481 * speedbar.el: Avoid unnecessary use of locate-library.
25482
25483 * international/mule-cmds.el (standard-display-european-internal):
25484 Don't fiddle with latin-1 non-break space any more since it's now
25485 special cased in the C code.
25486 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25487
25488 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25489
25490 * cus-start.el (all): Add `undo-outer-limit'.
25491
25492 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25493
25494 * textmodes/bibtex.el (bibtex-format-entry):
25495 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25496 field lines.
25497 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25498 not on part of a buffer.
25499
25500 2005-01-25 Lute Kamstra <lute@gnu.org>
25501
25502 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25503 nonempty field text strings like "{letters\\macro{}more letters}".
25504 Clarify docstring.
25505 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25506 (bibtex-entry-offset, bibtex-parse-association)
25507 (bibtex-parse-field-name): Fix typos in docstrings.
25508 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25509
25510 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25511
25512 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25513 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25514 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25515 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25516
25517 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25518 isearch minor mode.
25519
25520 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25521
25522 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25523
25524 2005-01-24 Lute Kamstra <lute@gnu.org>
25525
25526 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25527 CASECHARS and NOT-CASECHARS regular expressions of the
25528 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25529 striding over charsets" error.
25530
25531 2005-01-24 Jay Belanger <belanger@truman.edu>
25532
25533 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25534 display variable name.
25535
25536 2005-01-24 Kenichi Handa <handa@m17n.org>
25537
25538 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25539 Fix setting of the element of encoded-kbd-iso2022-invocations.
25540
25541 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25542
25543 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25544 (gdb-threads-select): Change to also accept mouse events.
25545 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25546 (gdb-threads-mouse-select): Delete.
25547
25548 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25549
25550 * files.el (insert-directory): Take care of empty directory,
25551 listed without -a switch.
25552
25553 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25554
25555 * textmodes/refill.el (refill-post-command-function):
25556 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25557 to the list of functions that we should be careful not to undo.
25558 (refill-late-fill-paragraph-function): Remove.
25559 (refill-saved-state): New var.
25560 (refill-mode): Use it to save fill-paragraph-function.
25561 Save also the value of auto-fill-function.
25562
25563 * term/w32-win.el: Simplify code.
25564
25565 2005-01-23 Kim F. Storm <storm@cua.dk>
25566
25567 * simple.el (line-move): Adapt to new return value from
25568 pos-visible-in-window-p.
25569
25570 * simple.el (line-move): Fix last change. Check partial
25571 visibility at point rather than at window-start.
25572
25573 2005-01-22 Jason Rumney <jasonr@gnu.org>
25574
25575 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25576
25577 2005-01-22 David Kastrup <dak@gnu.org>
25578
25579 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25580
25581 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25582
25583 * type-break.el (type-break-mode): Add a test for
25584 type-break-file-name being non-nil.
25585
25586 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25587
25588 * net/eudc.el (top level): Call (message "") via progn, so that
25589 eudc-options-file is loaded.
25590
25591 2005-01-22 Kim F. Storm <storm@cua.dk>
25592
25593 * simple.el (line-move-1): Rename from line-move.
25594 (line-move): New function that adjusts vscroll for partially
25595 visible rows, and calls line-move-1 otherwise.
25596
25597 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25598
25599 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25600 since it's not a complete read-event implementation
25601
25602 2005-01-20 Jay Belanger <belanger@truman.edu>
25603
25604 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25605 for called function.
25606
25607 2005-01-20 Steven Tamm <steventamm@mac.com>
25608
25609 * term/mac-win.el (process-connection-type): Remove.
25610 Controlled now by s/darwin.h:PTY_ITERATION.
25611
25612 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25613
25614 * window.el (handle-select-window): Don't switch window when we're
25615 in the minibuffer.
25616
25617 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25618
25619 * subr.el (dotimes-with-progress-reporter): New macro.
25620
25621 * ses.el (ses-dotimes-msg): Remove macro.
25622 Use `dotimes-with-progress-reporter' instead.
25623
25624 2005-01-19 Steven Tamm <steventamm@mac.com>
25625
25626 * term/mac-win.el (process-connection-type): Use new
25627 operating-system-release variable to use ptys on Darwin 7 (OS X
25628 10.3) when using carbon build.
25629
25630 2005-01-19 Jay Belanger <belanger@truman.edu>
25631
25632 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25633 flags if the last command was a tab or M-tab.
25634
25635 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25636 in formula editing buffer.
25637
25638 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25639
25640 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25641 breakpoint image symbol in margin.
25642
25643 2005-01-19 Jay Belanger <belanger@truman.edu>
25644
25645 * calc/calc-prog.el (calc-execute-kbd-macro):
25646 Ignore calc-keep-arg-flag.
25647
25648 2005-01-19 Kenichi Handa <handa@m17n.org>
25649
25650 * textmodes/ispell.el (ispell-looking-at): New function.
25651 (ispell-process-line): Use ispell-looking-at to compare the ispell
25652 output and the buffer contents.
25653
25654 2005-01-18 Jay Belanger <belanger@truman.edu>
25655
25656 * calc/calc.el (calc-display-raw): Fix docstring.
25657
25658 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25659
25660 * simple.el (blink-matching-open): Strip extra info from syntax.
25661
25662 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25663 funny chars in the end-of-here-doc marker.
25664
25665 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25666
25667 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25668 that enable/disabled state of breakpoints is shown correctly in
25669 fringe and on ttys.
25670 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25671 Add breakpoint information as text properties.
25672 (gdb-mouse-toggle-breakpoint):
25673 Rename to gdb-mouse-set-clear-breakpoint.
25674 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25675 breakpoints in the margin.
25676 (gdb-remove-strings): Simplify.
25677
25678 2005-01-17 Jay Belanger <belanger@truman.edu>
25679
25680 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25681 erasing buffer.
25682
25683 2005-01-17 Richard M. Stallman <rms@gnu.org>
25684
25685 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25686 for calling grep-compute-defaults.
25687
25688 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25689 if buffer is empty.
25690
25691 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25692
25693 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25694
25695 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25696
25697 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25698 non-preloaded variables.
25699
25700 2005-01-17 Steven Tamm <steventamm@mac.com>
25701
25702 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25703 tex-shell cause to force interactivity when using pipes.
25704
25705 2005-01-17 Kim F. Storm <storm@cua.dk>
25706
25707 * simple.el (just-one-space): Make arg optional.
25708
25709 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25710
25711 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25712 posn-at-x-y to t to access left-margin.
25713
25714 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25715
25716 Sync with Tramp 2.0.47.
25717
25718 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25719 catching keep-date problems in cp/scp operations.
25720 (tramp-handle-copy-file): Don't call `set-file-modes'
25721 unconditionally. Specialized functions should know better what is
25722 necessary. This improves performance a little bit, and the
25723 functions could catch errors with `cp -p' and `scp -p'.
25724 (tramp-do-copy-or-rename-file-via-buffer)
25725 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25726 when appropriate.
25727 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25728 Call `set-file-modes' when appropriate.
25729 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25730 Johnsson <isak@hypergene.com>
25731 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25732 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25733 <joakim@verona.se>
25734 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25735 Emacs only.
25736
25737 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25738 `find-file-hooks' and `dired-mode-hook'.
25739 (tramp-minor-mode-map): Respective map. Add remapping for
25740 `compile' and `recompile'.
25741 (tramp-remap-command, tramp-recompile): New defuns.
25742 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25743 in buffer "*Compilation*". Call the commands asynchronously.
25744
25745 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25746 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25747 `shell-command', because it isn't magic in XEmacs. Reported by
25748 Adrian Aichner <adrian@xemacs.org>.
25749
25750 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25751 `substitute-in-file-name.
25752 (tramp-smb-handle-substitute-in-file-name): New defun.
25753 (tramp-smb-advice-PC-do-completion): Delete advice.
25754
25755 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25756
25757 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25758 Fix error in deleting region.
25759
25760 2005-01-15 Richard M. Stallman <rms@gnu.org>
25761
25762 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25763 In non-temp buffer, switch syntax table temporarily.
25764
25765 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25766
25767 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25768
25769 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25770
25771 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25772 (imenu--generic-function): Use START, not BEG, as pos of definition.
25773
25774 * simple.el (just-one-space): Argument specifies number of spaces.
25775
25776 * simple.el (eval-expression-print-format): Avoid warning
25777 about edebug-active.
25778
25779 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25780
25781 * progmodes/sh-script.el: Code copied from make-mode.el
25782 with small changes,
25783 (sh-mode-map): Bind C-c C-\.
25784 (sh-backslash-column, sh-backslash-align): New variables.
25785 (sh-backslash-region, sh-append-backslash): New functions.
25786
25787 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25788
25789 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25790 (rmail-pop-password, rmail-pop-password-required): Move to
25791 rmail-obsolete group.
25792 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25793 All callers updated.
25794 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25795 Take an argument specifying whether it is POP or IMAP mailbox we
25796 are using. All callers updated.
25797 (rmail-pop-password-error): Rename to
25798 rmail-remote-password-error. Added mailutils-specific error message.
25799 (rmail-movemail-search-path)
25800 (rmail-movemail-variant-in-use): New variables.
25801 (rmail-remote-password, rmail-remote-password-required):
25802 New customization variables.
25803 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25804 (rmail-parse-url): New function.
25805 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25806 with GNU mailutils movemail.
25807
25808 2005-01-15 Kevin Ryde <user42@zip.com.au>
25809
25810 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25811 suffix to space, $ or '$, to correctly position point when going
25812 to @table style constants like DBL_MAX.
25813
25814 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25815
25816 * type-break.el (type-break-mode, type-break-file-time)
25817 (type-break-file-keystroke-count, type-break-choose-file):
25818 Don't store data in or load data from the file if type-break-file-name
25819 is nil.
25820 (type-break-file-name): Doc update as per the above.
25821
25822 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25823
25824 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25825 lookup-key might return nil; handle that.
25826
25827 2005-01-15 Alan Mackenzie <acm@muc.de>
25828
25829 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25830 rather than the element found, thus enabling the tree to be setcar'd.
25831
25832 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25833
25834 * textmodes/org.el (org-show-following-heading): New option.
25835 (org-show-hierarchy-above): Use `org-show-following-heading'.
25836 (org-cycle): Documentation fix.
25837
25838 * textmodes/org.el (orgtbl-optimized): New option
25839 (orgtbl-mode): New command, a minor mode.
25840 (orgtbl-mode-map): New variable.
25841 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25842 (orgtbl-error, orgtbl-self-insert-command)
25843 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25844
25845 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25846 a local variable in each org-mode buffer.
25847
25848 * textmodes/org.el (org-set-regexps-and-options): Rename from
25849 `org-set-regexps'. Added checking for STARTUP keyword.
25850 (org-get-current-options): Add STARTUP options.
25851 (org-table-insert-row): Make mode intelligent about when
25852 realignment is needed.
25853 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25854 New commands.
25855 (org-enable-table-editor): New default value `optimized'.
25856 (org-table-blank-field): Support blanking regions if active.
25857
25858 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25859
25860 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25861 if the year is not given.
25862
25863 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25864 Add new escapes %m and %M, fixed bug with %F by adding
25865 save-match-data.
25866 (reftex-reference): Remove ?. from list of spaces.
25867 (reftex-label-info): Add automatic label prefix recognition.
25868
25869 * textmodes/reftex-index.el (reftex-index-next-phrase):
25870 Add slave parameter to call of `reftex-index-this-phrase'.
25871 (reftex-index-this-phrase): New optional argument.
25872 (reftex-index-region-phrases): Add slave parameter to call of
25873 `reftex-index-this-phrase'.
25874 (reftex-display-index): New argument redo.
25875 (reftex-index-rescan): Add `redo' to arguments of
25876 `reftex-display-index'.
25877 (reftex-index-Rescan, reftex-index-revert)
25878 (reftex-index-switch-index-tag): Add `redo' to arguments of
25879 `reftex-display-index'.
25880 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25881 indexing. Fix bug with matching is there is a quote before or
25882 after the word.
25883
25884 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25885 Fix bug when collecting citation keys in lines with comments.
25886 (reftex-citation): Prefix argument no longer rescans the document,
25887 but forces prompting for optional arguments of cite macros.
25888 (reftex-do-citation): Prompting for optional arguments implemented.
25889
25890 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25891 Add optional arguments to most cite commands.
25892 (reftex-cite-cleanup-optional-args): New option
25893 (reftex-cite-prompt-optional-args): New option.
25894 (reftex-trust-label-prefix): New option.
25895
25896 * textmodes/reftex-toc.el (reftex-toc-find-section):
25897 Add push-mark before changing the position in the buffer.
25898
25899 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25900 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25901
25902 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25903
25904 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25905 more carefully.
25906
25907 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25908
25909 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25910 (sgml-mode): Use it.
25911 (sgml-get-context): Better keep track of implicitly closed tags.
25912
25913 2005-01-13 Kenichi Handa <handa@m17n.org>
25914
25915 * textmodes/ispell.el: These changes are to fix misalignment error
25916 caused by equivalent characters of different Emacs charsets.
25917 (ispell-unified-chars-table): New variable.
25918 (ispell-get-decoded-string): New function.
25919 (ispell-get-casechars, ispell-get-not-casechars)
25920 (ispell-get-otherchars): Call ispell-get-decoded-string.
25921
25922 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25923
25924 * custom.el (custom-declare-variable): Just put symbol instead
25925 of (defvar . symbol) in `current-load-list'.
25926
25927 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25928
25929 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25930
25931 2005-01-12 Jay Belanger <belanger@truman.edu>
25932
25933 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25934 to create a Calc summary.
25935
25936 2005-01-12 Kim F. Storm <storm@cua.dk>
25937
25938 * mouse.el (mouse-on-link-p): Change functionality and doc
25939 string to comply with latest description in lisp ref.
25940
25941 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25942
25943 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25944 Enable mouse clicks on mode-line, header-line and margin.
25945 (event-type): Give mouse event symbols an `event-kind' property
25946 with value `mouse-click'.
25947
25948 2005-01-12 Juri Linkov <juri@jurta.org>
25949
25950 * facemenu.el (list-colors-display): Add new arg buffer-name.
25951 Use it. Fix docstring. Replace code for identifying duplicate
25952 colors by the name with call to `list-colors-duplicates' which
25953 identifies duplicate colors by the value unless the color
25954 is one of special Windows colors. Set truncate-lines to t.
25955 Print sorted duplicate color names on each line. Indent to 22
25956 \(the longest color name in rgb.txt) instead of 20. Optimize.
25957 (list-colors-duplicates): New function.
25958 (facemenu-color-name-equal): Delete function.
25959
25960 * facemenu.el (list-colors-print): New function created from code
25961 in list-colors-display. Print #RRGGBB at the window right edge.
25962 (list-colors-display): When temp-buffer-show-function is not
25963 defined, call list-colors-print from temp-buffer-show-hook
25964 to get the right value of window-width in list-colors-print
25965 after the buffer is displayed.
25966
25967 * simple.el (pop-mark): Move deactivate-mark out of conditional
25968 part to deactivate the active mark regardless of the state of the
25969 mark ring.
25970
25971 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25972 variables line in desktop files.
25973
25974 2005-01-12 Juri Linkov <juri@jurta.org>
25975
25976 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25977 Bring together isearch highlight related options.
25978 (lazy-highlight): Replace group `replace' by `matching'.
25979 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25980 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25981 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25982 and declare them obsolete.
25983 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25984 (isearch-faces): Remove defgroup.
25985 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25986 Move isearch highlighting code closer to lazy highlighting code.
25987
25988 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25989 (query-replace-highlight, query-replace-lazy-highlight)
25990 (query-replace): Move definitions to the beginning of the file.
25991
25992 2005-01-11 Juri Linkov <juri@jurta.org>
25993
25994 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25995 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25996 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25997
25998 * info.el (Info-history-forward): New variable.
25999 (Info-select-node): Reset Info-history-forward to nil.
26000 (Info-last): Turn into defalias.
26001 (Info-history-back): Rename from Info-last.
26002 Add current node to Info-history-forward.
26003 (Info-history-forward): New fun.
26004 (Info-mode-map): Replace Info-last by Info-history-back.
26005 Bind Info-history-forward to "r".
26006 (Info-mode-menu): Replace Info-last by Info-history-back.
26007 Fix menu item text. Add menu item for Info-history-forward.
26008 (info-tool-bar-map): Replace Info-last by Info-history-back.
26009 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26010 for Info-history-forward.
26011 (Info-mode): Replace Info-last by Info-history-back in docstring.
26012 Add local variable Info-history-forward.
26013 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26014
26015 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26016
26017 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26018 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26019 Ignore select-window events rather than fiddle with
26020 mouse-autoselect-window.
26021
26022 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26023
26024 * type-break.el (type-break-mode): Fix previous change.
26025
26026 2005-01-10 Jay Belanger <belanger@truman.edu>
26027
26028 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26029 calculator; only reset when point is inside a calculator.
26030 Don't adjust the window height if the window takes up the whole height
26031 of the frame.
26032
26033 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26034
26035 * ebuff-menu.el (Electric-buffer-menu-mode):
26036 Preserve value of buffer-local var header-line-format.
26037
26038 2005-01-09 Jay Belanger <belanger@truman.edu>
26039
26040 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26041 Make sure settings file exists before accessing it.
26042
26043 * calc/calc-embed.el (calc-embedded-subst):
26044 Replace math-multi-subst-rec, which is only supposed to be called
26045 by math-multi-subst, by math-multi-subst.
26046
26047 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26048
26049 * vc.el (vc-allow-async-revert): New user option.
26050 (vc-disable-async-diff): New internal variable.
26051 (vc-revert-buffer): Use them to disable asynchronous diff.
26052
26053 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26054 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26055 asynchronously if vc-disable-async-diff is t.
26056
26057 2005-01-09 Jay Belanger <belanger@truman.edu>
26058
26059 * calc/calc.el (defcalcmodevar): New macro.
26060 (calc-mode-var-list-restore-default-values)
26061 (calc-mode-var-list-restore-saved-values): New functions.
26062 (calc-mode-var-list): Use defcalcmodevar to define it.
26063 (calc-always-load-extensions, calc-line-numbering)
26064 (calc-line-breaking, calc-display-just, calc-display-origin)
26065 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26066 (calc-group-char, calc-point-char, calc-frac-format)
26067 (calc-prefer-frac, calc-hms-format, calc-date-format)
26068 (calc-float-format, calc-full-float-format, calc-complex-format)
26069 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26070 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26071 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26072 (calc-matrix-brackets, calc-language, calc-language-option)
26073 (calc-left-label, calc-right-label, calc-word-size)
26074 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26075 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26076 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26077 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26078 (calc-window-height, calc-display-trail, calc-show-selections)
26079 (calc-use-selections, calc-assoc-selections)
26080 (calc-display-working-message, calc-auto-why, calc-timing)
26081 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26082 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26083 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26084 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26085 (calc-gnuplot-geometry, calc-graph-default-resolution)
26086 (calc-graph-default-resolution-3d, calc-invocation-macro)
26087 (calc-show-banner): Use defcalcmodevar to declare them and set
26088 their default values.
26089
26090 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26091 instead of default values (but restore default values if there is
26092 an argument of 0).
26093
26094 2005-01-09 David Kastrup <dak@gnu.org>
26095
26096 * desktop.el (desktop-restore-eager): Fix typo in type.
26097
26098 2005-01-08 Richard M. Stallman <rms@gnu.org>
26099
26100 * cus-edit.el (customize): Delete :link.
26101
26102 2005-01-08 Jay Belanger <belanger@truman.edu>
26103
26104 * calc/calc.el (calc-mode): Remove the extension from the
26105 `calc-settings-file' file name when loading it.
26106
26107 2005-01-08 Kim F. Storm <storm@cua.dk>
26108
26109 * info.el (Info-mode-map, Info-next-link-keymap)
26110 (Info-prev-link-keymap, Info-up-link-keymap):
26111 Map follow-link to mouse-face.
26112 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26113
26114 2005-01-08 Jay Belanger <belanger@truman.edu>
26115
26116 * calc/calc.el (calc-settings-file): Change default value.
26117 Suggested by cgw in a comment in calc-mode.el.
26118
26119 * calc/calc-mode.el (calc-settings-file-name):
26120 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26121 Replace ~/.emacs in a prompt by calc-settings-file.
26122
26123 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26124
26125 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26126 (desktop-lazy-idle-delay): New customizable variables.
26127 (desktop-buffer-args-list): New variable.
26128 (desktop-append-buffer-args): New function.
26129 (desktop-save): Call desktop-append-buffer-args for some buffers.
26130 (desktop-lazy-create-buffer): New function.
26131 (desktop-idle-create-buffers): New function.
26132 (desktop-read): Add message about buffers to restore lazily.
26133 (desktop-lazy-abort): New command.
26134 (desktop-clear): Call desktop-lazy-abort.
26135 (desktop-lazy-complete): New command.
26136
26137 2005-01-06 Richard M. Stallman <rms@gnu.org>
26138
26139 * emacs-lisp/find-func.el (find-face-definition):
26140 Rename from find-face.
26141
26142 2005-01-06 Kim F. Storm <storm@cua.dk>
26143
26144 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26145
26146 * man.el (Man-xref-man-page, Man-xref-header-file)
26147 (Man-xref-normal-file): Add follow-link property.
26148
26149 2005-01-06 Jay Belanger <belanger@truman.edu>
26150
26151 * calc/calc-units.el: Make sure the proper macro definitions are
26152 available when compiling.
26153
26154 2005-01-06 Juri Linkov <juri@jurta.org>
26155
26156 * isearch.el (isearch-lazy-highlight-update):
26157 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26158
26159 2005-01-06 Miles Bader <miles@gnu.org>
26160
26161 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26162 (isearch-lazy-highlight-face): Use new name.
26163
26164 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26165
26166 * uniquify.el (uniquify-rationalize-file-buffer-names):
26167 Re-add an interactive spec.
26168 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26169 to the same name.
26170
26171 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26172 (isearch-update, isearch-done): Adjust calls accordingly.
26173
26174 2005-01-05 Richard M. Stallman <rms@gnu.org>
26175
26176 * custom.el (custom-set-variables, custom-theme-set-variables):
26177 Clarify documentation.
26178
26179 * emacs-lisp/find-func.el (find-variable)
26180 (find-variable-other-window, find-variable-other-frame):
26181 Fix the TYPE args to find-function-read and find-function-do-it.
26182 (find-function): Doc fix.
26183 (find-function-at-point): Replace function-at-point alias.
26184
26185 2005-01-04 Richard M. Stallman <rms@gnu.org>
26186
26187 * cus-face.el (custom-declare-face):
26188 Record defface in current-load-list.
26189
26190 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26191
26192 * emacs-lisp/find-func.el: Doc fixes.
26193 (find-face-regexp): New variable.
26194 (find-function-regexp-alist): New variable.
26195 (find-function-C-source): Third arg is now TYPE.
26196 (find-function-search-for-symbol): Handle general TYPE.
26197 (find-function-read, find-function-do-it): Handle general TYPE.
26198 (find-definition-noselect, find-face): New functions.
26199 (function-at-point): Alias deleted.
26200
26201 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26202
26203 * battery.el (display-battery-mode): Rename from display-battery.
26204 Handle the case where it gets turned off.
26205
26206 2005-01-04 Richard M. Stallman <rms@gnu.org>
26207
26208 * cus-edit.el (customize): Make :link point to user doc.
26209
26210 * man.el (Man-fontify-manpage): Turn off undo generation.
26211
26212 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26213
26214 2005-01-04 Andreas Schwab <schwab@suse.de>
26215
26216 * files.el (insert-directory): Only look for error lines in
26217 inserted text. Don't move too far after processing --dired markers.
26218
26219 2005-01-04 Richard M. Stallman <rms@gnu.org>
26220
26221 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26222 Don't expand if the character is @, period, dash, etc.
26223 (define-mail-abbrev): Quote names that contain problem characters.
26224
26225 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26226
26227 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26228
26229 2005-01-03 Richard M. Stallman <rms@gnu.org>
26230
26231 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26232 (query-replace-highlight, query-replace-lazy-highlight)
26233 (query-replace): Definitions moved up. Doc fix.
26234
26235 2005-01-03 Richard M. Stallman <rms@gnu.org>
26236
26237 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26238 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26239 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26240 (lazy-highlight-face): Rename from isearch-lazy-...
26241 Change all references to them.
26242
26243 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26244
26245 * cus-edit.el (custom-file): Doc fix for defcustom.
26246 (custom-file): The function no longer sets the variable
26247 `custom-file' to its return value.
26248
26249 * startup.el (command-line): No longer load `custom-file'.
26250
26251 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26252
26253 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26254
26255 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26256 Don't confuse module-prefixed identifiers for labels.
26257 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26258
26259 2005-01-02 Richard M. Stallman <rms@gnu.org>
26260
26261 * files.el (basic-save-buffer-1): Fix previous change.
26262
26263 * loadhist.el (file-loadhist-lookup): New function.
26264 (file-provides, file-requires): Use it.
26265
26266 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26267 instead of calculating the right size.
26268
26269 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26270
26271 * vc-svn.el (vc-svn-diff): Stay local if possible.
26272
26273 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26274
26275 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26276
26277 * files.el (hack-local-variables): Fix last change.
26278
26279 2005-01-02 Jay Belanger <belanger@truman.edu>
26280
26281 * calc/calc-yank.el (calc-edit-top): New variable.
26282 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26283 object. Change header properties.
26284 (calc-edit-finish, calc-edit-finish-stack-object)
26285 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26286 edited object.
26287 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26288 for the beginning of the edited object.
26289 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26290 for the beginning of the edited object.
26291 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26292 (calc-finish-formula-edit, calc-macro-repeats)
26293 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26294 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26295 beginning of the edited object.
26296 (calc-user-define-edit): Change the header for editing macros.
26297 Remove unnecessary variable.
26298
26299 2005-01-01 Jay Belanger <belanger@truman.edu>
26300
26301 * calc/calc-yank.el (calc-edit-mode): Change default header.
26302 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26303 * calc/calc-store.el (calc-edit-variable): Change title to match new
26304 header.
26305 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26306 mode to match new header.
26307 (calc-user-define-edit): Change titles to include names of commands.
26308 (calc-finish-formula-edit): Adjust to handle new header.
26309 (calc-finish-macro-edit): Remove.
26310 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26311 (calc-edit-macro-command, calc-edit-macro-command-type)
26312 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26313 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26314 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26315 (calc-edit-macro-finish-edit): New functions.
26316 (calc-user-define-edit): Use new functions to edit named calc macros.
26317
26318 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26319
26320 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26321
26322 * ses.el (copy-region-as-kill): Deactivate mark.
26323
26324 2005-01-01 Richard M. Stallman <rms@gnu.org>
26325
26326 * replace.el (occur-1): If the output buffer is also an input,
26327 don't kill it, rename it.
26328
26329 * faces.el (set-face-background, set-face-foreground): Doc fix.
26330
26331 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26332 for :foreground and :background.
26333
26334 * dired.el (dired-view-command-alist): Variable deleted.
26335 (dired-view-file, dired-mouse-find-file-other-window):
26336 Delete the code to use it.
26337
26338 2005-01-01 Kim F. Storm <storm@cua.dk>
26339
26340 * image.el (insert-sliced-image): Use t for line-height property.
26341
26342 See ChangeLog.11 for earlier changes.
26343
26344 ;; Local Variables:
26345 ;; coding: iso-2022-7bit
26346 ;; End:
26347
26348 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26349 Copying and distribution of this file, with or without modification,
26350 are permitted provided the copyright notice and this notice are preserved.
26351
26352 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1