]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(custom-theme-set-variables): Autoload packages before sorting the variables.
[gnu-emacs] / lisp / ChangeLog
1 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2
3 * custom.el (custom-theme-set-variables): Autoload packages before
4 sorting the variables.
5
6 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7
8 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9 chars if XEmacs.
10 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11
12 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * progmodes/python.el (python-eldoc-function): Re-enable quit while
15 waiting for process.
16
17 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18
19 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
20 results in ASCII-only string, encode original one directly.
21
22 2006-08-29 Romain Francoise <romain@orebokech.com>
23
24 * startup.el (normal-splash-screen, fancy-splash-screens):
25 Make buffer read-only and arrange to enter view mode if necessary.
26
27 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
28
29 * hl-line.el (hl-line): New face.
30 (hl-line-face): Use it.
31
32 * image-mode.el (image-mode): Fix last fix.
33 Suggested by Kim F. Storm.
34
35 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
36
37 Sync with Tramp 2.0.54.
38
39 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
40 of `=', because `tramp-get-remote-gid' might not always return an
41 integer when expected.
42 (tramp-register-file-name-handlers): `partial-completion-mode' is
43 unknown to XEmacs.
44 (tramp-time-diff): Don't use `floor', it might fail for large
45 differences.
46 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
47 `tramp-auto-save-directory' if unset in order to guarantee unique
48 auto-save file names.
49
50 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
51
52 * image-mode.el (image-mode): Display image as text on a terminal.
53
54 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * progmodes/python.el (python-send-command): Simplify.
57 (run-python): Don't generate a new buffer unless `new' was specified.
58 Make sure we send `import emacs' to the proper process.
59
60 * progmodes/python.el (python-send-command): Don't wait for the command
61 to terminate. Don't fiddle with compilation-parsing-end.
62
63 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
64
65 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
66 Insert commentary after first line summary.
67
68 * woman.el (woman-follow): New function, based on `man-follow'.
69 (woman-mode-map): Use it.
70
71 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
72 since ibuffer-do-sort-by-recency does not define a sorter.
73
74 2006-08-28 Kim F. Storm <storm@cua.dk>
75
76 * find-dired.el (find-dired): Use shell-quote-argument to properly
77 escape ( and ) args. Also use it on {} and ; args in default
78 value of find-ls-option string.
79 (find-grep-dired): Use shell-quote-argument on {} and ; args.
80
81 2006-08-27 Michael Olson <mwolson@gnu.org>
82
83 * emacs-lisp/tq.el: Small grammar fix in comments.
84 (tq-enqueue): Check for existence of queue rather than the
85 head queue item's question, which was a no-op.
86 (tq-filter, tq-process-buffer): Make sure the process buffer
87 exists before making it the current buffer.
88
89 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
90
91 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
92 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
93 (special-event-map): Apply 2006-08-16 change for x-win.el.
94
95 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * progmodes/python.el (python-send-receive): Wait in the
98 process's buffer so as to check the right buffer-local variables.
99
100 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
103 (defgroup checkdoc): Move to beginning.
104
105 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
106 (python-preoutput-continuation): Remove.
107 (python-preoutput-filter): Simplify correspondingly.
108 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
109 Loop around to catch embedded _emacs_out output.
110 (run-python): Send the import&print command on a single line.
111 (python-send-command): Send command&print on a single line.
112 (python-send-string): Only add double \n if needed.
113 (python-send-receive): Loop until the result comes.
114 (python-mode-running): Defvar it.
115 (python-setup-brm): Remove unused var `menu'.
116 Only bind py-mode-map and `features' around brm-init.
117 (python-calculate-indentation): Remove unused var `point'.
118 (python-beginning-of-defun): Remove unused var `def-line'.
119
120 2006-08-25 Richard Stallman <rms@gnu.org>
121
122 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
123
124 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
125
126 * viper.el (viper-set-hooks): Use frame bindings for
127 viper-vi-state-cursor-color.
128 (viper-non-hook-settings): Don't set default
129 mode-line-buffer-identification.
130
131 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
132 (viper-set-cursor-color-according-to-state)
133 (viper-get-saved-cursor-color-in-replace-mode)
134 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
135 viper-emacs-state-cursor-color.
136
137 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
138 (viper-undo): Use point if undo-beg-posn is nil.
139 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
140 (viper-after-change-undo-hook): Don't use
141 viper-emacs-state-cursor-color by default.
142 (viper-undo): More sensible positioning after undo.
143
144 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
145 (viper-emacs-state-cursor-color): Default to nil, since this feature
146 doesn't work well yet.
147
148 * ediff-mult.el (ediff-intersect-directories)
149 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
150 always expand filenames.
151
152 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * tumme.el: Remove * in defcustoms's docstrings.
155
156 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
157
158 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
159 Accept internal time format for SECS arg.
160 (timer-relative-time): Doc fix.
161
162 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
163 adapted from Martin Rudalics.
164 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
165 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
166 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
167 using sit-for.
168
169 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
170
171 * cus-start.el (all): Add `overline-margin' and
172 `x-underline-at-descent-line'.
173
174 2006-08-24 Kim F. Storm <storm@cua.dk>
175
176 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
177 to mean "use find -exec"; nil now unambiguously means auto-detect.
178 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
179 Use shell-quote-argument to build grep-find-command and grep-find-template.
180 (rgrep): Use shell-quote-argument to properly quote arguments to find.
181 Reported by Tom Seddon.
182
183 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
184
185 * startup.el (fancy-splash-head): Give instructions for dismissing
186 the splash screen for default startup too.
187 (display-startup-echo-area-message, fancy-splash-screens)
188 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
189 all splash text at once and keep the splash buffer around.
190 (command-line-1): Give display-startup-echo-area-message a t arg.
191
192 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
193
194 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
195 gnus frame is selected.
196
197 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
198
199 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
200
201 2006-08-22 Kim F. Storm <storm@cua.dk>
202
203 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
204 Add suffix matching for subdirs.
205
206 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
207
208 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
209 mouse-yank-at-point is non-nil.
210
211 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
212
213 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
214 a bit wider and remove fringes to fit initial output on line.
215
216 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * frame.el (blink-cursor-end): Only ignore the error we care about.
219 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
220
221 2006-08-21 Richard Stallman <rms@gnu.org>
222
223 * whitespace.el (whitespace-cleanup): Doc fix.
224
225 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
226
227 * net/rcirc.el (rcirc-show-maximum-output): New var.
228 (rcirc-buffer-process): If no buffer argument is supplied, use
229 current-buffer.
230 (rcirc-complete-nick): Complete to the last completed nick first.
231 (rcirc-mode): Preserve the value of `rcirc-urls' across
232 connections. Setup scroll function.
233 (rcirc-scroll-to-bottom): New function.
234 (rcirc-print): Use nick syntax around regexp work.
235 Notice dim-nicks speaking only if they say our nick.
236 (rcirc-update-activity-string): Do not show the modeline indicator
237 if there are no live rcirc processes.
238 (rcirc-cmd-ignore): Ignore case.
239 (rcirc-browse-url-at-point): Fix off-by-one error.
240
241 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * progmodes/python.el: Remove * in defcustom docstrings.
244 (run-python, python-proc, python-try-complete): Use derived-mode-p.
245 (python-mode): Set tab-width and indent-tabs-mode.
246
247 2006-08-20 Dave Love <fx@gnu.org>
248
249 * progmodes/python.el: Update to Dave Love's latest version.
250 (python-font-lock-keywords, python-mode): Don't use
251 font-lock-syntax-table, but match symbol elements explicitly instead.
252 (python-mode-map): Add help, and a few more key bindings.
253 (python-skip-comments/blanks): Move out of comments as well.
254 (python-continuation-line-p): Behave better with unbalanced parens.
255 (python-blank-line-p): New fun.
256 (python-open-block-statement-p): Don't use a heuristic.
257 (python-outdent-p): Better handle blocks-in-the-same-line.
258 (python-calculate-indentation): Misc improvements.
259 (python-comment-indent): Remove.
260 (python-block-pairs): New var.
261 (python-first-word): New fun.
262 (python-indentation-levels): Handle more common cases.
263 (python-indent-line-1): Add `leave' argument.
264 (python-indent-region): New fun.
265 (python-skip-out): New fun.
266 (python-beginning-of-statement, python-end-of-statement): Use it.
267 (python-next-statement): Return correct count even at eob.
268 (python-end-of-block): Fix paren-typo.
269 (python-imenu-create-index): Add module variables.
270 (run-python): Add `new' arg.
271 Check we're at a prompt before returning.
272 (python-send-command): Move to end of buffer.
273 Wait for prompt to return.
274 (python-set-proc): New fun.
275 (python-imports): New var.
276 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
277 (python-eldoc-function): Try to move out of arg list.
278 (python-outline-level): Offset by 1.
279 (python-find-imports): New fun.
280 (python-symbol-completions): Use python-imports.
281 (python-module-path, ffap-alist): Add support for ffap.
282 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
283 (pythin-insert-*, python-default-template, python-expand-template):
284 Add templates/skeletons.
285 (python-setup-brm): Support for Bicycle Repair Man.
286 (python-abbrev-syntax-table): New var.
287 (python-abbrev-pc-hook, python-pea-hook): New funs.
288
289 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
290
291 * frame.el (blink-cursor-start): Set timer first.
292 (blink-cursor-end): Ignore timer cancelling errors.
293 Suggested by Ken Manheimer.
294
295 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
296
297 * newcomment.el (comment-box): Call `comment-normalize-vars'.
298 Add autoload cookie.
299
300 2006-08-20 Richard Stallman <rms@gnu.org>
301
302 * simple.el (line-number-at-pos): Doc fix.
303
304 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
305 timer-activate-when-idle, so timer can run before Emacs becomes
306 non-idle again.
307
308 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
309
310 * whitespace.el (whitespace-cleanup-internal): New optional arg
311 REGION-ONLY. If it's non-nil, modify the message to the user
312 accordingly.
313 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
314 a non-nil argument.
315
316 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
317
318 * rect.el (spaces-string): Simplify and add doc string.
319
320 2006-08-17 Romain Francoise <romain@orebokech.com>
321
322 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
323
324 2006-08-17 Richard Stallman <rms@gnu.org>
325
326 * compare-w.el (compare-windows): lambda's take an arg and pass
327 it to compare-windows-skip-whitespace.
328
329 2006-08-17 Martin Rudalics <rudalics@gmx.at>
330
331 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
332 the right buffer.
333
334 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
337 removed files.
338
339 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
340
341 * progmodes/gdb-ui.el (gdb-locals-watch-map)
342 (gdb-locals-watch-map-1): Suppress keymap first.
343 (gdb-edit-locals-map-1): New variable.
344 (gdb-edit-locals-value): New function.
345 (gdb-stack-list-locals-handler): Use them.
346
347 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
350 cursor would normally be drawn in the fringe.
351
352 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
353 Reported by Martin Rudalics <rudalics@gmx.at>.
354
355 2006-08-16 Richard Stallman <rms@gnu.org>
356
357 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
358 (special-event-map): Process drag-n-drop events this way.
359
360 * simple.el (move-beginning-of-line): Test whether fields
361 would prevent motion back to line's first visible character.
362 If so, stop where the fields would stop the motion.
363
364 * newcomment.el (comment-indent): Fully update INDENT
365 before checking to see if it will change the text.
366
367 * cus-edit.el (custom-newline): New function.
368 (custom-mode-map): Bind newline to custom-newline.
369
370 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
371 into ignore-whitespace.
372 Check each buffer for its skip-function.
373 Handle compare-windows-skip-whitespace special-case test
374 by returning t from default skip function.
375
376 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
377
378 * textmodes/org.el (org-clock-special-range)
379 (org-clock-update-time-maybe): New functions.
380 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
381 not only a-z.
382 (org-agenda-get-blocks): Allow multiple blocks per headline.
383 (org-timestamp-change): Call `org-clock-update-time-maybe'.
384 (org-export-html-title-format)
385 (org-export-html-toplevel-hlevel): New options.
386 (org-export-language-setup): Add support for Czech.
387 (org-mode, org-insert-todo-heading, org-find-visible)
388 (org-find-invisible, org-invisible-p, org-invisible-p2)
389 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
390 (org-show-subtree, org-show-entry, org-make-options-regexp):
391 Remove compatibility support for old outline-mode.
392 (org-check-occur-regexp): Funtion removed.
393 (org-on-heading-p, org-back-to-heading): Made defalias.
394 (org-set-local): New defsubst.
395 (org-set-regexps-and-options, org-mode)
396 (org-set-font-lock-defaults, org-edit-agenda-file-list)
397 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
398 (org-remember-apply-template, org-table-edit-field)
399 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
400 (org-set-autofill-regexps): Use `org-set-local'.
401 (org-table-eval-formula): Fix bug with parsing of display flags.
402
403 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
404
405 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
406 frame with fringe arrow. Suggested by Simon Marshall
407 <simon.marshall@misys.com>.
408 (gdb-stack-position): New variable.
409 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
410 (gdb-frames-mode): Set gdb-stack-position to nil.
411 Add to overlay-arrow-variable-list
412 (gdb-reset): Delete gdb-stack-position from above list.
413
414 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
415
416 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
417 read only.
418
419 2006-08-13 Romain Francoise <romain@orebokech.com>
420
421 * cus-theme.el (customize-create-theme)
422 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
423
424 * filesets.el (filesets-add-buffer): Ditto.
425
426 * pcvs.el (cvs-change-cvsroot): Ditto.
427
428 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
429
430 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
431 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
432 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
433 expressions.
434 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
435 Only search till end of line.
436 Add face to function names in case of no filename.
437 Add face to variable names of watchpoints.
438
439 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
440
441 * cus-start.el <indent-tabs-mode>: Move to the `indent'
442 customization group.
443
444 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
445
446 * allout.el (allout-prior-bindings, allout-added-bindings):
447 Remove, after long deprecation.
448 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
449 Add customization vars controlling allout-beginning-of-line and
450 allout-end-of-line conveniences.
451 (allout-header-prefix, allout-use-mode-specific-leader)
452 (allout-use-mode-specific-leader, allout-mode-leaders):
453 Revise docstrings.
454 (allout-infer-header-lead): Change to be an alias for
455 allout-infer-header-lead-and-primary-bullet.
456 (allout-infer-header-lead-and-primary-bullet): New version of
457 allout-infer-header-lead which assigns the primary bullet to the
458 same as the header lead, when its being changed.
459 (allout-infer-body-reindent): Apply regexp-quote instead of
460 unconditionally prepending "\\", so that all literal
461 allout-header-prefix and allout-primary-bullet strings are
462 properly handled.
463 (allout-add-resumptions): Add optional qualifier for extending or
464 appending to existing values, rather than replacing them.
465 (allout-view-change-hook): Clarify docstring.
466 (allout-exposure-change-hook): Take explicit arguments, via
467 run-hook-with-args.
468 (allout-structure-added-hook)
469 (allout-structure-deleted-hook)
470 (allout-structure-shifted-hook): New hooks analogous to
471 allout-exposure-change-hook for other kinds of structural outline
472 edits.
473 (allout-encryption-plaintext-sanitization-regexps): New encryption
474 customization variable, by which cooperating modes can provde
475 massage of the plaintext without actually being passed it.
476 (allout-encryption-ciphertext-rejection-regexps)
477 (allout-encryption-ciphertext-rejection-ceiling): New encryption
478 customization variables, by which cooperating modes can prohibit
479 rare but possible ciphertext patterns from fouling their
480 operation, with actually being passed the ciphertext.
481 (allout-mode): Run activation and deactivation hooks after the
482 minor-mode variable has been toggled, to clarify the mode
483 disposition. The new encryption ciphertext rejection variable is
484 used to ensure that the ciphertext does not contain text that
485 would be recognized as outline structural elements by allout.
486 Substite allout-beginning-of-line and allout-end-of-line for
487 conventionall beginning-of-line and end-of-line bindings.
488 If allout-old-style-prefixes is non-nil, don't nullify it on mode
489 activation!
490 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
491 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
492 (allout-chart-subtree): Implement new mode, charting only the
493 visible items in the subtree, when new 'visible' parameter is non-nil.
494 (allout-end-of-subtree): Properly handle the last item in the buffer.
495 (allout-pre-command-business, allout-command-counter):
496 Increment an advertised counter so that cooperating enhancements can
497 track revisions of items.
498 (allout-open-topic): Run allout-structure-added-hook with suitable
499 arguments.
500 (allout-shift-in): Run allout-structure-shifted-hook with suitable
501 arguments.
502 (allout-shift-out): Fix doubling for negative args and ensure call
503 of allout-structure-shifted-hook by solely using allout-shift-in.
504 (allout-kill-line, allout-kill-topic):
505 Run allout-structure-deleted-hook with suitable arguments.
506 (allout-yank-processing): Run allout-structure-added-hook with
507 proper arguments.
508 (allout-yank): Enclose activity in allout-unprotected.
509 (allout-flag-region): Run allout-exposure-change-hook with
510 suitable arguments, instead of making the callee infer the arguments.
511 (allout-encrypt-string):
512 Support allout-encryption-plaintext-sanitization-regexps,
513 allout-encryption-ciphertext-rejection-regexps, and
514 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
515 en/de cryption mode in symmetric encryption failure message.
516 (allout-obtain-passphrase): Use copy-sequence to get a distinct
517 copy of the passphrase, and don't zero it or we'll corrupt the
518 stashed copy.
519 (allout-create-encryption-passphrase-verifier)
520 (allout-verify-passphrase): Respect the new signature for
521 allout-encrypt-string.
522 (allout-get-configvar-values): Convenience for getting a
523 configuration variable value and handling its absence gracefully.
524
525 2006-08-11 Romain Francoise <romain@orebokech.com>
526
527 * obsolete/zone-mode.el: Delete.
528
529 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
532
533 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
534
535 * emacs-lisp/bindat.el (bindat-ip-to-string):
536 Use `format-network-address' if possible.
537
538 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
539
540 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
541
542 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
543
544 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
545 restore unread-command-events here.
546 (edebug-display): Do it here, to detect sit-for interruptions.
547
548 2006-08-10 Romain Francoise <romain@orebokech.com>
549
550 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
551 (dns-mode-soa-auto-increment-serial): New user option.
552 (dns-mode-soa-maybe-increment-serial): New function.
553 (dns-mode): Add the latter to `write-contents-functions'.
554
555 * obsolete/zone-mode.el: Move to obsolete/ from net/.
556 Delete autoload cookies.
557
558 2006-08-10 John Wiegley <johnw@newartisans.com>
559
560 * eshell/em-glob.el (eshell-glob-chars-list)
561 (eshell-glob-translate-alist): Add support for [^g] in character globs.
562
563 2006-08-10 Richard Stallman <rms@gnu.org>
564
565 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
566 (facemenu-set-face): Doc fix.
567 (facemenu-listed-faces): Doc fix.
568
569 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
570
571 * avoid.el (mouse-avoidance-animating-pointer): New var.
572 (mouse-avoidance-nudge-mouse): Use it.
573 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
574 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
575 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
576 Don't activate if currently animating. All callers changed.
577
578 2006-08-09 John Wiegley <johnw@newartisans.com>
579
580 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
581 variable, which causes timeclock to report elapsed time worked,
582 instead of just work remaining.
583
584 2006-08-09 Kenichi Handa <handa@m17n.org>
585
586 * international/latexenc.el (latexenc-find-file-coding-system):
587 Fix for the case that the 2nd element of arg-list is a cons.
588
589 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
590
591 * info.el (Info-fontify-node): Handle preceding `in' for note
592 reference hiding rules.
593
594 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
597 mistake a closing " for an opening one.
598
599 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * term/xterm.el (terminal-init-xterm): Add more key bindings.
602
603 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * complete.el (PC-do-completion): Filter out completions matching
606 completion-ignored-extensions before checking whether there are
607 multiple completions.
608 Don't use `list' unnecessarily when building completion tables.
609
610 2006-08-06 Richard Stallman <rms@gnu.org>
611
612 * help.el (describe-mode): Make minor mode list more concise.
613
614 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
615
616 * bindings.el: Give mode-line-format, mode-line-modes, and
617 mode-line-position `standard-value' properties.
618
619 2006-08-05 Eli Zaretskii <eliz@gnu.org>
620
621 * buff-menu.el (list-buffers-noselect): For Info buffers, use
622 "(file)node" instead of the file name.
623
624 2006-08-05 Richard Stallman <rms@gnu.org>
625
626 * faces.el (escape-glyph): Doc fix.
627
628 2006-08-04 Kenichi Handa <handa@m17n.org>
629
630 * international/mule-diag.el (describe-font): Improve docstring
631 and error message. Use frame-parameter (not frame-parameters).
632
633 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
636 Correctly mark the end-of-docstring char.
637
638 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
639
640 * simple.el (line-move-to-column): Constrain move-to-column to
641 current field.
642
643 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * font-lock.el (font-lock-beg, font-lock-end)
646 (font-lock-extend-region-functions): New vars.
647 (font-lock-extend-region-multiline)
648 (font-lock-extend-region-wholelines): New functions.
649 (font-lock-default-fontify-region): Use them.
650 (font-lock-extend-jit-lock-region-after-change): Only round up
651 if font-lock-default-fontify-region will do it as well.
652
653 * font-lock.el (font-lock-extend-after-change-region-function):
654 Rename from font-lock-extend-region-function.
655 (font-lock-extend-region): Remove by inlining at call sites.
656 (font-lock-after-change-function): Don't needlessly round up to a whole
657 number of lines.
658 (font-lock-extend-jit-lock-region-after-change): Be more careful about
659 the boundary conditions and the interactions between the various ways
660 to extend the region.
661
662 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
665 modification status when forcing the second redisplay.
666
667 2006-08-03 Kim F. Storm <storm@cua.dk>
668
669 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
670
671 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
674 doesn't look like a file name.
675
676 * complete.el (PC-expand-many-files): Avoid signalling an error when
677 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
678
679 2006-08-02 Andreas Schwab <schwab@suse.de>
680
681 * bindings.el (mode-line-format): Simplify reference to vc-mode.
682
683 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
684
685 * bindings.el (map): Make mode-line-buffer-identification-keymap
686 before defining propertized-buffer-identification.
687
688 2006-08-01 Richard Stallman <rms@gnu.org>
689
690 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
691
692 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
693
694 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
695 default value.
696 (gdb-find-source-frame): New function.
697 (menu): Add to menu bar.
698
699 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * font-core.el (font-lock-extend-region-function)
702 (font-lock-extend-region): Move to font-lock.el.
703
704 * font-lock.el (font-lock-extend-region-function)
705 (font-lock-extend-region): Move from font-core.el. Simplify.
706
707 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
708 if needed.
709 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
710 (jit-lock-after-change-extend-region-functions): New hook.
711 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
712
713 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
714 (font-lock-turn-on-thing-lock): Use it.
715
716 * longlines.el (longlines-show-region): Make it work on read-only
717 buffers as well.
718
719 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
722
723 2006-07-31 Richard Stallman <rms@gnu.org>
724
725 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
726 (vhdl-speedbar-display-projects): Update old obsolete
727 speedbar variable names.
728
729 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
730
731 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
732 (gdb-stopped): Use it.
733
734 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
735
736 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
737
738 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
739 for load-history elements.
740
741 2006-07-29 Eli Zaretskii <eliz@gnu.org>
742
743 * files.el (convert-standard-filename): For Cygwin, replace
744 characters not allowed in Windows file names.
745 (make-auto-save-file-name): Add Cygwin to the list of systems
746 where the auto-save file name needs to be run through
747 convert-standard-filename.
748
749 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
750
751 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
752
753 2006-07-28 Richard Stallman <rms@gnu.org>
754
755 * bindings.el (mode-line-frame-identification)
756 (propertized-buffer-identification): Centralize the code
757 to initialize the variable.
758
759 * progmodes/grep.el (grep-default-command): Catch errors from
760 wildcard-to-regexp.
761
762 2006-07-29 Kim F. Storm <storm@cua.dk>
763
764 * progmodes/grep.el (grep-tag-default): New function.
765 (grep-default-command, grep-read-regexp): Use it.
766 (grep-read-files): Use car of grep-files-history or grep-files-aliases
767 as default if nothing else applies.
768
769 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
770
771 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
772 Throw error if buffer is not in Dired and Wdired mode, respectively.
773
774 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
775
776 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
777 self-insert-command keys don't activate buttons.
778 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
779
780 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
783 faces for enable character.
784
785 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
786
787 * Makefile.in (recompile): Update comment to reflect change
788 on 2004-04-21.
789
790 2006-07-27 Richard Stallman <rms@gnu.org>
791
792 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
793 (customize-package-emacs-version): Change msg when pkg has no entry.
794 (custom-no-edit): On a button, do like widget-button-press.
795
796 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
799 S-tab and C-S-tab.
800
801 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
802
803 * progmodes/which-func.el (which-function): Fix documentation/
804 comment typo.
805
806 2006-07-26 Richard Stallman <rms@gnu.org>
807
808 * textmodes/ispell.el (ispell-word): If we replace the word,
809 move point to the end. Insert before deleting.
810
811 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
812
813 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
814 a timer.
815
816 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
817
818 * tumme.el (tumme-backward-image): Add prefix argument. Add error
819 when at first image.
820 (tumme-forward-image): Add prefix argument. Add error when at last
821 image.
822
823 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * tabify.el (tabify-regexp): Use more specific regexps.
826 (tabify): Avoid modifying the buffer unnecessarily.
827
828 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
829
830 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
831 (tumme-format-properties-string): Handle empty `buf'.
832 (tumme-get-comment): Change variable names inside `let'.
833 Add missing `let' variable that cause font-lock problems.
834 (tumme-write-comments): Change variable names inside `let'.
835 Add missing `let' variable that cause font-lock problems.
836 (tumme-forward-image): Rename from `tumme-forward-char'.
837 (tumme-backward-image): Rename from `tumme-backward-char'.
838
839 2006-07-25 Masatake YAMATO <jet@gyve.org>
840
841 * progmodes/ld-script.el (ld-script-keywords)
842 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
843 and add comments.
844
845 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
846
847 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
848 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
849 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
850 for status indicator.
851
852 2006-07-24 Richard Stallman <rms@gnu.org>
853
854 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
855
856 * subr.el (dolist, dotimes): Use interned symbols for locals.
857 (--dotimes-limit--, --dolist-tail--): New defvars.
858 (looking-back): Doc fix.
859
860 * replace.el (replace-match-string-symbols): Handle dotted lists.
861
862 2006-07-24 mathias <mathias@mattis>
863
864 * tumme.el (tumme-write-tags): Add.
865 (tumme-write-comments): Add.
866 (tumme-tag-files): Change to use `tumme-write-tags'.
867 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
868 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
869 (tumme-save-information-from-widgets): Change to use
870 `tumme-write-comments' and `tumme-write-tags'.
871 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
872 (tumme-write-tag): Remove.
873 (tumme-write-comment): Remove.
874 (tumme-display-previous-thumbnail-original): Remove empty line.
875 (tumme-widget-list): Add punctuation.
876
877 2006-07-24 mathias <mathias.dahl@gmail.com>
878
879 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
880
881 2006-07-24 Daiki Ueno <ueno@unixuser.org>
882
883 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
884 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
885 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
886
887 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
888
889 * mouse.el (mouse-on-link-p): Doc fix.
890
891 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
892
893 * emacs-lisp/find-func.el (find-function-search-for-symbol):
894 Handle "C-h f `".
895
896 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
897
898 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
899 column.
900
901 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
902
903 * textmodes/table.el: Add move-beginning-of-line and
904 move-end-of-line to Point Motion Only Group.
905
906 2006-07-22 Eric Hanchrow <offby1@blarg.net>
907
908 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
909
910 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
911
912 * startup.el (user-mail-address): Initialize from the `EMAIL'
913 environment variable first. Document this.
914 (command-line): Ditto.
915
916 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
917
918 * help-mode.el (help-function-def, help-variable-def)
919 (help-face-def): Print a message in the minibuffer.
920
921 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * term/xterm.el (terminal-init-xterm): Fix key bindings
924 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
925
926 2006-07-21 Eli Zaretskii <eliz@gnu.org>
927
928 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
929 where `(nth 1 command)' is a cons cell. Doc fix.
930
931 * textmodes/po.el (po-find-charset): Doc fix.
932
933 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
934
935 * allout.el (allout-unprotected, allout-e-o-prefix-p)
936 (allout-beginning-of-current-line, allout-end-of-current-line)
937 (allout-next-visible-heading, allout-open-topic)
938 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
939 (allout-flag-current-subtree, allout-show-to-offshoot)
940 (allout-hide-current-entry, allout-show-current-branches)
941 (allout-hide-region-body, allout-old-expose-topic)
942 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
943 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
944 containing `beginning-of-line' and `end-of-line' with
945 `inhibit-field-text-motion' t.
946
947 2006-07-21 Eli Zaretskii <eliz@gnu.org>
948
949 * frame.el (focus-follows-mouse): Document that it doesn't have
950 any effect on MS-Windows.
951
952 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
955
956 2006-07-20 Jay Belanger <belanger@truman.edu>
957
958 * calc.el (calc-previous-alg-entry): Remove variable.
959
960 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
961 New variables.
962 (calc-alg-entry): Use `calc-alg-entry-history'.
963 (calc-do-quick-calc): Use `calc-quick-calc-history'.
964 Remove reference to `calc-previous-alg-entry'.
965 (calcAlg-edit, calcAlg-enter): Remove reference to
966 `calc-previous-alg-entry'.
967 (calcAlg-previous): Use `previous-history-element' instead of
968 `calc-previous-alg-entry'.
969 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
970 Change keybinding for `calcAlg-plus-minus', add keybindings for
971 `previous-history-element' and `next-history-element'.
972
973 * calc-rewr.el (calc-match): Remove reference to
974 `calc-previous-alg-entry'.
975
976 * calc-sel.el (calc-selection-history): New variable.
977 (calc-enter-selection, calc-sel-mult-both-sides)
978 (calc-sel-add-both-sides): Use `calc-selection-history'.
979
980 * calc-map.el (calc-get-operator-history): New variable.
981 (calc-get-operator): Use `calc-get-operator-history'.
982
983 * calcalg3.el (calc-curve-fit-history): New variable.
984 (calc-curve-fit): Use `calc-curve-fit-history'.
985
986 2006-07-20 Kenichi Handa <handa@m17n.org>
987
988 * international/mule-cmds.el (select-safe-coding-system): Fix the
989 way of deciding eol-type of the coding system.
990
991 2006-07-20 Alan Mackenzie <acm@muc.de>
992
993 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
994 (c-lang-setvar): New macro.
995 (c-make-init-lang-vars-fun): Use the initialization forms in
996 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
997 (comment-start, comment-end, comment-start-skip): Change these from
998 c-lang-defvar's to c-lang-setvar's.
999
1000 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1001 which calls make-local-variable on the elements of
1002 c-emacs-variable-inits.
1003 (c-init-language-vars-for): Call this new macro.
1004
1005 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1008 Try to rule out false positives due to time stamps.
1009 (compilation-mode-font-lock-keywords): Remove rules made redundant
1010 because of the above change. Add `segmentation fault' to the known and
1011 highlighted compilation termination messages.
1012
1013 2006-07-19 Kim F. Storm <storm@cua.dk>
1014
1015 * progmodes/grep.el (grep-find-ignored-directories):
1016 Add .svn and _darcs to list.
1017
1018 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1019
1020 * dired.el (dired-mode-map): Add key binding `C-te' for
1021 `tumme-dired-edit-comment-and-tags'.
1022
1023 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1024 image display buffer is displayed before call to
1025 `tumme-display-image.
1026 (tumme-dired-display-image): Make sure image display buffer is
1027 displayed before call to `tumme-display-image.
1028 (tumme-mouse-display-image): Make sure image display buffer is
1029 displayed before call to `tumme-display-image.
1030 (tumme-widget-list): Add.
1031 (tumme-dired-edit-comment-and-tags): Add.
1032 (tumme-save-information-from-widgets): Add.
1033
1034 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1037
1038 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1041 Revert inadvertently installed patch hunk.
1042
1043 * progmodes/compile.el (compilation-find-file): Handle the
1044 cases where the user selects a non-existent file.
1045
1046 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1049
1050 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * subr.el (sit-for): Just sleep-for if noninteractive.
1053
1054 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1057
1058 * custom.el (custom-autoload): Add `noset' argument.
1059 (custom-push-theme): Don't autoload the variable, let callers do it.
1060 (custom-theme-set-variables): Autoload the variable if necessary.
1061
1062 * cus-edit.el (custom-variable-state-set): If the variable was
1063 originally set outside custom, but to the same value as the default,
1064 consider it to be standard.
1065
1066 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1067 file *before* telling Emacs to add the autoloads, in case it fails.
1068
1069 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1070 Use `cond', push', and `dolist'.
1071
1072 2006-07-17 Richard Stallman <rms@gnu.org>
1073
1074 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1075 Add defvars to silence warnings.
1076
1077 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1080 Don't highlight "Compiling file" messages as error.
1081
1082 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1083 file already exists.
1084
1085 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1086
1087 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1088 entry, don't assign to free var; simply return the extracted filename.
1089 (ff-treat-as-special): Incorporate common preamble from callers.
1090 (ff-other-file-name, ff-find-the-other-file):
1091 Update call to ff-treat-as-special.
1092
1093 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1094
1095 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1096
1097 * tumme.el (tumme-get-comment): Fix bug.
1098
1099 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * files.el: Remove spurious * in docstrings.
1102
1103 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1104
1105 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1106 grammar.
1107 (allout-beginning-of-current-line): Beware beginning of buffer.
1108 Also, a comment is simplified.
1109 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1110 when appropriate. (This fix enables use for other than
1111 bullet-hotspot operation.)
1112 (allout-hide-current-subtree): While escalating to sibling-close,
1113 make sure to situate on a topic.
1114
1115 2006-07-14 Kim F. Storm <storm@cua.dk>
1116
1117 * emulation/cua-base.el (cua-delete-selection)
1118 (cua-toggle-set-mark): New defcustoms.
1119 (cua-rectangle-modifier-key): Add `alt' modifier.
1120 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1121 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1122 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1123
1124 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1125
1126 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1127
1128 * allout.el: Require 'cl during byte-compilation/interactive load,
1129 for the `assert' macro.
1130 (allout-mode-deactivate-hook): New hook, run when allout mode
1131 deactivates.
1132 (allout-developer): New allout customization subgroup.
1133 (allout-run-unit-tests-on-load): New allout-developer
1134 customization variable, when true allout unit tests are run towards
1135 end of file load/eval.
1136 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1137 auto-fill-mode.
1138 (allout-resumptions): Remove, to be replaced by...
1139 (allout-add-resumptions): Register variable settings to be
1140 reinstated by `allout-do-resumptions'. The settings are made
1141 buffer-local, but the locality/globality of the suspended setting
1142 is restored on resumption.
1143 (allout-do-resumptions): Reinstate all settings suspended using
1144 `allout-add-resumptions'.
1145 (allout-test-resumptions): Unit tests (and intermediate variables)
1146 for resumptions.
1147 (allout-tests-globally-unbound, allout-tests-globally-true)
1148 (allout-tests-locally-true): Intermediate variables for
1149 resumptions unit tests.
1150 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1151 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1152 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1153 instead of retired `allout-resumptions'. For hook functions, use
1154 `local' parameter so hook settings are created and removed as
1155 buffer-local settings. Revise (resumptions) setting
1156 auto-fill-function so it is set only if already active. (The
1157 related fill-function settings are all made in either case, so
1158 that activating auto-fill-mode activity will have the custom
1159 allout-mode behaviors (hanging indent on topics, if configured for it).
1160 Remove all allout-exposure-category overlays on mode deactivation.
1161 (allout-hotspot-key-handler): New function extracted from
1162 `allout-pre-command-business', so the functionality can be used
1163 for other purposes, eg as a binding in an overlay.
1164 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1165 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1166 customization variable.
1167 (allout-run-unit-tests): Run the (currently quite small)
1168 repertoire of unit tests. Called just before the provide iff user
1169 has customized `allout-run-unit-tests-on-load' non-nil.
1170
1171 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1172
1173 * emacs-lisp/authors.el (authors-aliases): Update.
1174
1175 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1176
1177 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1178 gdb-source-window. Add dedicated argument.
1179 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1180 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1181 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1182 (gdb-display-locals-buffer): Use it.
1183
1184 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1185 Set gdb-source-window.
1186
1187 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1190 minor modes, redundant with the custom-autoload line above.
1191
1192 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * longlines.el (longlines-post-command-function): Handle open-line too.
1195
1196 2006-07-12 Richard Stallman <rms@gnu.org>
1197
1198 * progmodes/grep.el (grep-last-buffer): Doc fix.
1199
1200 * info.el (Info-try-follow-nearest-node): Doc fix.
1201
1202 * emacs-lisp/edebug.el (edebug-instrument-function):
1203 Err if find-function-noselect gives no position.
1204
1205 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1206 If can't find definition, return nil for position.
1207 (find-function-do-it): Handle new return value
1208 of find-definition-noselect.
1209 (find-definition-noselect, find-variable-noselect): Doc fix.
1210 (find-function-noselect): Doc fix.
1211
1212 * help-mode.el (help-variable-def): Handle find-variable-noselect
1213 returning no position.
1214 (help-function-def): Likewise for find-function-search-for-symbol.
1215 (help-face-def): Likewise.
1216
1217 * help-fns.el (describe-variable): Handle find-variable-noselect
1218 returning no position.
1219
1220 * files.el (locate-file-completion): Avoid duplicates in result.
1221
1222 * cus-edit.el (custom-no-edit): New command.
1223 (custom-mode-map): Remap to custom-no-edit instead of
1224 using suppress-keymap.
1225
1226 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1229 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1230 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1231
1232 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1233
1234 2006-07-11 Kim F. Storm <storm@cua.dk>
1235
1236 * ido.el (ido-copy-current-file-name): Use buffer-name if
1237 buffer-file-name is nil.
1238
1239 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * simple.el (undo-ask-before-discard): Set to nil.
1242
1243 * vc.el (vc-exec-after): Don't delete process manually.
1244 (vc-print-log): Run log-view-mode in process sentinel inside
1245 inhibit-read-only. Don't shrink window due to timing issues.
1246
1247 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1248 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1249
1250 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1253 Fix ambiguity introduced by last change.
1254 (compilation-find-file): Move save-excursion to where it may
1255 make sense. Fix a left over `find-file'.
1256
1257 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1258
1259 * textmodes/texinfmt.el (texinfo-format-separate-node):
1260 Insert a string before point, which fits documentation, not after.
1261 (texinfo-multitable-item): In a multitable row, insert any
1262 additional needed @tabs and spaces.
1263
1264 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1265
1266 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1267 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1268 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1269 instead of shell-command.
1270 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1271 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1272 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1273 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1274 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1275 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1276
1277 2006-07-11 Kim F. Storm <storm@cua.dk>
1278
1279 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1280 Remove special case for seconds < 0. Use (redisplay t) instead.
1281
1282 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1285 avoid compilation error.
1286
1287 * subr.el (sit-for): New function.
1288
1289 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1290
1291 2006-07-10 Richard Stallman <rms@gnu.org>
1292
1293 * ldefs-boot.el (edebug): Update page.
1294
1295 2006-07-10 Kim F. Storm <storm@cua.dk>
1296
1297 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1298 to FOR-RELEASE and TODO.
1299
1300 2006-07-10 Romain Francoise <romain@orebokech.com>
1301
1302 * emacs-lisp/authors.el (authors-aliases): Update.
1303
1304 2006-07-10 Alan Mackenzie <acm@muc.de>
1305
1306 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1307 * cc-mode.el: Changes to eradicate eval-after-load.
1308
1309 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1312 on non-char events.
1313
1314 2006-07-09 Romain Francoise <romain@orebokech.com>
1315
1316 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1317 Don't highlight start/end markers as compilation messages.
1318
1319 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1320 to t.
1321
1322 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1325
1326 2006-07-08 Richard Stallman <rms@gnu.org>
1327
1328 * term/x-win.el (x-handle-display): Add doc string.
1329
1330 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1331
1332 * subr.el (def-edebug-spec): Move here.
1333 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1334
1335 * imenu.el (imenu-choose-buffer-index): Doc fix.
1336
1337 2006-07-08 Romain Francoise <romain@orebokech.com>
1338
1339 * term/x-win.el (x-display-name): Fix typo.
1340
1341 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1342
1343 * hexl.el (hexl-find-file): Doc fix.
1344
1345 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1346
1347 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * term/x-win.el (x-display-name): Doc fix.
1350
1351 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1354 long prefixes.
1355 (fill-region-as-paragraph): Don't round up to a whole line.
1356 (fill-comment-paragraph): Don't include the code-before-the-comment
1357 when calling fill-region-as-paragraph.
1358
1359 * international/mule.el (make-char): Remove redundancy.
1360
1361 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1362 property may contain an anonymous function rather than a symbol.
1363
1364 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1365
1366 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1367 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1368
1369 * dirtrack.el (dirtrack-default-directory-function): Remove.
1370 (dirtrack-directory-function): Use file-name-as-directory.
1371 (dirtrack-windows-directory-function): Simplify.
1372 (dirtrack-forward-slash, dirtrack-backward-slash)
1373 (dirtrack-replace-slash): Remove.
1374 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1375 (dirtrack): Fix wrong parenthesizing; use match-string.
1376
1377 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1378 (inferior-octave-mode): Only change the buffer-local value of
1379 comint-dynamic-complete-functions.
1380 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1381 Move the initialization to the declaration.
1382 (inferior-octave-complete): Remove unused var `filter'.
1383
1384 * shell.el (shell-mode): Only change the buffer-local value of
1385 comint-dynamic-complete-functions.
1386
1387 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1388
1389 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1390 entry is skipped because it has been scheduled.
1391 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1392 changing `:org-archived' and `:org-comment' properties.
1393
1394 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * server.el (server-select-display): Don't make the temp frame
1397 minibuffer-only, in case it's not a temp frame.
1398 (server-process-filter): Don't delete the temp frame if it's the
1399 only one we have on that display.
1400
1401 * files.el (find-alternate-file): Doc fix.
1402
1403 2006-07-05 Richard Stallman <rms@gnu.org>
1404
1405 * files.el (abbreviate-file-name): Add save-match-data.
1406
1407 2006-07-03 Richard Stallman <rms@gnu.org>
1408
1409 * faces.el (read-face-name): Doc fix.
1410
1411 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1412
1413 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1414
1415 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1416
1417 * vc.el (vc-diff-internal): Fix prev change.
1418
1419 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1420
1421 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1422 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1423
1424 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1427 fails if the symbol contains chars like ( or '.
1428 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1429 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1430 `short'.
1431
1432 2006-07-04 Kenichi Handa <handa@m17n.org>
1433
1434 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1435 the current one, don't call set-language-environment, but call one
1436 of set-language-environment-XXX to make INFO effective now.
1437 (set-language-environment): Call set-language-environment-XXX
1438 functions instead of doing the various setups directly.
1439 (set-language-environment-coding-systems): Delete argument eol-type.
1440 (set-language-environment-input-method)
1441 (set-language-environment-nonascii-translation)
1442 (set-language-environment-charset)
1443 (set-language-environment-fontset)
1444 (set-language-environment-unibyte): New functions.
1445
1446 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1447
1448 * locate.el (locate-update-when-revert): New option.
1449 (locate-update-path): New option (suggested by Michael Albinus).
1450 (locate-prompt-for-command): Whitespace change.
1451 (locate-update): No longer offer to update the locate database by
1452 default. Implement the two new options.
1453
1454 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * tooltip.el: Move comment about track-mouse...
1457
1458 * progmodes/gud.el: ...to here.
1459
1460 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * facemenu.el (facemenu-listed-faces): New var.
1463 (facemenu-unlisted-faces): Variable deleted.
1464 (facemenu-add-new-face): Use facemenu-listed-faces.
1465
1466 * emulation/viper-init.el, calendar/calendar.el:
1467 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1468
1469 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1470
1471 * textmodes/org.el (org-mode): Remove no invalid settings for
1472 calc embedded mode.
1473 (org-mode-p): New defsubst.
1474 (org-save-all-org-buffers): New function.
1475 (org-first-headline-recenter): Enclose outline-regexp in group
1476 delimiters.
1477 (org-set-tags): Keep single space after stars.
1478
1479 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * window.el (set-window-text-height): Only set window-min-height to
1482 1 if that's the requested size.
1483
1484 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1485 (diff-unified->context, diff-context->unified)
1486 (diff-reverse-direction): Make sure the end marker stays at the end.
1487 (diff-mode): Add the keymap table at the end of docstring.
1488 Use lexical-let rather than constructing a closure manually.
1489
1490 * files.el (find-file-noselect-1): Remove unused var assignment.
1491 (hack-local-variables-confirm): Print lists of strings as lists of
1492 strings rather than lists of symbols.
1493 (abbreviate-file-name, hack-local-variables-prop-line):
1494 Use match-string.
1495 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1496 (recover-session-finish): Use line-end-position.
1497
1498 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1501
1502 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1503
1504 * progmodes/make-mode.el (makefile-macroassign-regex):
1505 Accept preceding keyword.
1506 (makefile-gmake-statements): Reorganize, now that makepp has
1507 "override" and also handle forgotten "override define".
1508 (makefile-makepp-statements): Add new "global", "override export"
1509 and "override global".
1510
1511 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1514 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1515 (ada-no-auto-case): Fix typos in docstrings.
1516
1517 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1518
1519 * info.el (Info-find-node-2): Search for makeinfo version more
1520 carefully.
1521
1522 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1523
1524 * textmodes/org.el (org-prepare-agenda-buffers):
1525 Use `invisible-OK' argument for `org-end-of-subtree'.
1526 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1527 (org-beginning-of-item): Fix bug in regular expression for white line.
1528 (org-export-as-html): Enforce space after bullet in plain list items.
1529 (org-set-autofill-regexps): Require space after plain list bullet
1530 for paragraph-start.
1531 (org-ts-regexp3): New constant.
1532 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1533 (org-timestamp-up-day, org-timestamp-down-day)
1534 (org-timestamp-change): Work with inactive timestamps.
1535 (org-ts-regexp1): Don't allow brackets in time stamps.
1536
1537 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1538
1539 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1540 for ignoring links.
1541
1542 * faces.el (read-face-name): Use it.
1543
1544 2006-06-28 Juri Linkov <juri@jurta.org>
1545
1546 * buff-menu.el (list-buffers-noselect): Compare Info file
1547 with the string "dir" to detect Info directory.
1548
1549 * complete.el (partial-completion-mode): In lambda for
1550 `choose-completion-string-functions' use full function signature
1551 with 4 args, and move point to the end of the minibuffer only if arg
1552 `mini-p' is non-nil.
1553
1554 2006-06-28 John Paul Wallington <jpw@pobox.com>
1555
1556 * ibuffer.el (ibuffer-mode): Doc fix.
1557
1558 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1559
1560 * textmodes/org.el (org-context): New contexts :item-bullet,
1561 :latex-fragment, :latex-preview.
1562 (org-overlays-at, org-overlay-start, org-overlay-end):
1563 New compatibility functions.
1564 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1565 exact regexp that will be used during export.
1566 (org-latex-regexps): New variable.
1567 (org-cdlatex-mode): Improve advice for `texmathp'.
1568 (turn-on-org-cdlatex): New function.
1569
1570 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1571
1572 * term/mac-win.el (mac-handle-font-selection): Change keys of
1573 mac-atsu-font-table from strings to numbers.
1574 (mac-ts-caret-position): Use also when cursor-type is nil.
1575 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1576 Relax condition for using overlay strings.
1577 Use mac-ts-caret-position face when cursor-type is nil.
1578
1579 2006-06-26 Kim F. Storm <storm@cua.dk>
1580
1581 * help.el (view-emacs-news): Declare `res' in the right let* form.
1582
1583 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/rcompile.el (remote-compile): Replace ange-ftp based
1586 implementation by Tramp functions.
1587 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1588
1589 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1590
1591 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1592
1593 * international/fontset.el (setup-default-fontset): Fix a typo in
1594 the "Oriya-Akruti" registry name.
1595
1596 2006-06-23 Lars Hansen <larsh@soem.dk>
1597
1598 * desktop.el (desktop-full-file-name): New function.
1599 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1600 (desktop-revert): Use it.
1601 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1602 (desktop-after-read-hook): Add option list-buffers.
1603 (desktop-locals-to-save): Add tab-width.
1604 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1605 Fix docstring.
1606
1607 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1608
1609 * textmodes/org.el (org-cdlatex-mode-map)
1610 (org-cdlatex-texmathp-advice-is-done): New variables.
1611 (org-cdlatex-mode): New minor mode.
1612 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1613 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1614 (org-export-with-archived-trees): New option.
1615 (org-open-file): Remove the call to `convert-standard-filename'.
1616 (org-archive-tag, org-agenda-skip-archived-trees)
1617 (org-cycle-open-archived-trees)
1618 (org-sparse-tree-open-archived-trees): New options.
1619 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1620 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1621 New functions.
1622 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1623 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1624 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1625 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1626 Call `org-prepare-agenda-buffers'.
1627 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1628 (org-file-apps, org-file-apps-defaults-gnu)
1629 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1630 Handle remote files by forcing them to be opened in Emacs.
1631
1632 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1633
1634 * vc.el (vc-diff-knows-L): New variable.
1635 (vc-diff-internal): Use it to handle "diff" programs that don't
1636 understand -L. This works automatically, no user action is necessary.
1637
1638 2006-06-23 Daniel Brockman <daniel@brockman.se>
1639
1640 * net/rcirc.el (rcirc-default-user-full-name): Default to
1641 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1642 longer exists).
1643 (rcirc-process-list): Check `buffer-live-p' before attempting to
1644 switch to a buffer.
1645
1646 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1647
1648 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1649 based on rcirc-coding-system-alist.
1650
1651 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1652
1653 * cus-edit.el (customize-apropos): A better error message.
1654 (top level) <debug-ignored-errors>: Extend and update the list of
1655 ignored error messages.
1656
1657 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1658
1659 * complete.el (PC-do-completion): Retain capitalization of user
1660 input, when possible, even if completion-ignore-case is set.
1661
1662 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1663
1664 * generic-x.el (bat-generic-mode): Support .cmd files.
1665
1666 * dos-w32.el (top level): Use find-file-not-found-functions
1667 instead of the obsolete find-file-not-found-hooks.
1668
1669 2006-06-22 Kim F. Storm <storm@cua.dk>
1670
1671 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1672 to recognize mode name containing submodes, such as Grep/lw.
1673
1674 2006-06-21 Kim F. Storm <storm@cua.dk>
1675
1676 * simple.el (line-move-1): Check for move-end-of-line instead of
1677 end-of-line when setting temporary-goal-column.
1678
1679 2006-06-21 Miles Bader <miles@gnu.org>
1680
1681 * play/cookie1.el (cookie): Work properly when there's only one entry.
1682
1683 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1686 (gdb-frame-handler): Generalize frame regexp for templates.
1687
1688 2006-06-20 Glenn Morris <rgm@gnu.org>
1689
1690 * calendar/appt.el (appt-display-format): Default value must be
1691 one of the customize options.
1692
1693 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * term/xterm.el (terminal-init-xterm): Update key availability info.
1696 Bind C-return.
1697
1698 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1699
1700 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1703 whether or not a local variables list is defined.
1704
1705 * msb.el (msb): Move `sit-for' hack here to handle both
1706 "mouse-down and drag" and "mouse-up and select" situations.
1707 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1708
1709 2006-06-20 Kenichi Handa <handa@m17n.org>
1710
1711 * international/characters.el (word-combining-categories):
1712 Add entries for 2-byte Han characters.
1713
1714 2006-06-19 Richard Stallman <rms@gnu.org>
1715
1716 * bindings.el (mode-line-format): Save some mode line space.
1717
1718 * files.el (find-file-noselect): Improve the question wording.
1719 (basic-save-buffer-2): Mask UMASK against 666.
1720
1721 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1722 (mouse-drag-vertical-line): Call it.
1723
1724 * cus-edit.el (customize-option, customize-option-other-window):
1725 Error if SYMBOL is nil.
1726
1727 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1728
1729 * textmodes/org.el: Require noutline, also on XEmacs.
1730 (org-end-of-subtree): Return point.
1731 (org-dblock-start-re, org-dblock-end-re): New constants.
1732 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1733 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1734 (org-update-all-dblocks, org-find-dblock): New functions.
1735 (org-collect-clock-time-entries): New function.
1736 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1737 (org-fixup-indentation): Modify to deal correctly with lines
1738 starting with TAB. Only one argument DIFF now.
1739 (org-demote, org-promote): Call `org-fixup-indentation' with just
1740 one argument, DIFF.
1741 (org-mode): Don't mark buffer as modified when aligning tables.
1742 (org-clock-sum): Don't mark buffer modified when adding time sum
1743 properties.
1744 (org-export-as-html): Add support for a link validation function.
1745 (org-archive-all-done): New function.
1746 (org-archive-subtree): New prefix argument. When set, archive all
1747 done subtrees in this buffer.
1748 (org-remove-clock-overlays)
1749 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1750 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1751 (org-put-clock-overlay): Don't swallow last headline character
1752 when displaying overlay.
1753 (org-store-link): Link to `image-mode' with just the file name.
1754
1755 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1756
1757 * viper-cmd.el (viper-special-read-and-insert-char):
1758 Use read-key-sequence.
1759 (viper-after-change-undo-hook): Misc enhancements.
1760 (viper-after-change-undo-hook): New hook.
1761 (viper-undo): Use viper-after-change-undo-hook.
1762 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1763 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1764 clicking on that widget/button.
1765
1766 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1767
1768 * ediff-diff (ediff-test-patch-utility): Catch errors.
1769 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1770 (ediff-set-actual-diff-options): New function.
1771 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1772 Use ediff-set-actual-diff-options.
1773 (ediff-extract-diffs): Catch errors.
1774 (ediff-whitespace): Add non-breakable space.
1775 (ediff-same-file-contents): Catch errors.
1776
1777 * ediff-mult.el (ediff-collect-custom-diffs):
1778 Save coding-system-for-read.
1779
1780 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1781 (ediff-vc-internal, ediff-vc-merge-internal):
1782 Use ediff-delete-version-file.
1783 (ediff-delete-version-file): New function.
1784
1785 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1786
1787 * ediff.el (ediff-directories, ediff-directory-revisions)
1788 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1789 (ediff-directories-internal, ediff-merge-directory-revisions)
1790 (ediff-merge-directory-revisions-with-ancestor)
1791 (ediff-directories3): Use read-directory-name.
1792
1793 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1794
1795 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1796 Remove superfluous part of regexp for brace matching which is handled
1797 by `scan-lists' call.
1798
1799 2006-06-16 Richard Stallman <rms@gnu.org>
1800
1801 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1802
1803 * files.el (basic-save-buffer-2): For a new precious file,
1804 use the default modes in the return value.
1805
1806 * facemenu.el (facemenu-color-alist): Doc fix.
1807
1808 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1809
1810 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1811
1812 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1813
1814 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1815 (mac-utxt-to-string): Use it.
1816 (mac-ts-update-active-input-area): Use mac-ae-number.
1817
1818 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1819
1820 * term.el (term-handle-scroll, term-delete-lines)
1821 (term-insert-lines): Fix off by one errors.
1822
1823 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1824
1825 * net/tramp.el (tramp-touch): Use UTC to express time.
1826
1827 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * mail/sendmail.el (mail-send): Search explicitly for
1830 mail-header-separator when checking for corrupted header lines.
1831
1832 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1835 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1836 (gdb-init-1): Initialise them.
1837 (gdb-starting): Reset gdb-printing
1838 (gdb-starting): Save value of gud-overlay-arrow-position.
1839 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1840 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1841 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1842 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1843
1844 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1847
1848 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1849
1850 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1851 (ldap-search-internal): Keep error messages, and a regexp fix.
1852
1853 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1854
1855 * files.el (hack-local-variables-confirm):
1856 Display string value using its printed representation.
1857
1858 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * server.el (server-edit): No-op if no server buffers exist.
1861
1862 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1863
1864 * textmodes/page-ext.el (pages-directory-for-addresses):
1865 Including `pages-directory-address-mode' in the function results
1866 in the message "Buffer in which pages were found is deleted".
1867
1868 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1869
1870 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1871 clocking functions.
1872
1873 (org-agenda-clock-in, org-check-running-clock)
1874 (org-clock-out-if-current, org-remove-clock-overlays)
1875 (org-put-clock-overlay): New functions.
1876 (org-clock-marker, org-clock-file-total-minutes)
1877 (org-clock-overlays): New variables.
1878 (org-clock-display, org-clock-sum, org-clock-cancel)
1879 (org-clock-out, org-clock-in): New commands.
1880 (org-export): New function.
1881 (org-emph-re): New constant.
1882 (org-set-emph-re, org-do-emphasis-faces): New functions.
1883 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1884 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1885 (org-export-html-convert-emphasize): Use the configurable emphasis.
1886 (org-cleaned-string-for-export): Make multiline emphasis visible
1887 to the exporter. New optional argument PARAMETERS.
1888 (org-export-as-html): Specify :emph-multiline parameter to
1889 `org-cleaned-string-for-export'.
1890
1891 2006-06-10 Richard Stallman <rms@gnu.org>
1892
1893 * help.el (help-for-help-internal): Clean up help text.
1894
1895 2006-06-10 Andreas Schwab <schwab@suse.de>
1896
1897 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1898 in doc string.
1899
1900 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1901
1902 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1903
1904 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1905 spaces after the comment start.
1906
1907 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1908
1909 * play/pong.el (pong-init-buffer):
1910 Fill buffer with spaces instead of ^A.
1911
1912 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1913 launched asynchronously, delete its process instead of being cool.
1914 (ispell-async-processp): Check for `delete-process' existence
1915 instead of `kill-process' one for consistency.
1916
1917 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1918
1919 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1920 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1921 in mode line at startup.
1922
1923 2006-06-08 Kim F. Storm <storm@cua.dk>
1924
1925 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1926 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1927 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1928 (ido-file-internal): Pass full file name to write-file.
1929 (ido-read-internal): Only pop stack elements automatically if they
1930 actually match an existing directory or file name.
1931
1932 2006-06-07 Kenichi Handa <handa@m17n.org>
1933
1934 * international/mule.el (find-auto-coding): Don't handle the short
1935 name `char-trans'.
1936
1937 * files.el (hack-local-variables-prop-line)
1938 (hack-local-variables): Cancel the previous change.
1939
1940 2006-06-06 Jesper Harder <harder@phys.au.dk>
1941
1942 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1943
1944 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1947 diff-default-read-only is non-nil.
1948 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1949 (diff-refine-hunk): Set inhibit-read-only to t.
1950
1951 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1952 modifying the *Diff* buffer.
1953 (diff-process-filter): New filter function for diff process that
1954 sets inhibit-read-only to t when modifying the *Diff* buffer.
1955
1956 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1957
1958 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1959 insertion point and control the number of empty lines.
1960 (org-paste-subtree): Limit the number of empty lines at the end of
1961 the inserted tree.
1962 (org-agenda): Use buffer name of current file for narrowing.
1963 (org-export-as-xml): Command removed.
1964 (org-export-xml-type): Option removed.
1965 (org-mode-map): Call `org-export-as-xoxo' directly.
1966 (org-get-indentation): New optional argument LINE.
1967 (org-fix-indentation, org-remove-tabs): New functions.
1968 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1969 correct indentation for headlines that are converted it items.
1970 (org-skip-comments): Remove table lines that contain narrowing
1971 cookies but no other non-empty fields.
1972 (org-set-tags): Allow groups of mutually exclusive tags.
1973 (org-cmp-time): Sort 24:21 before items without time.
1974 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1975 (org-open-at-point): Require double colon also for numbers.
1976
1977 2006-06-06 Kim F. Storm <storm@cua.dk>
1978
1979 * ido.el (ido-default-file-method, ido-default-buffer-method):
1980 Make choice values consistent with corresponding command names.
1981 (ido-visit-buffer): Update accordingly. Default to selected-window.
1982
1983 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1984
1985 * progmodes/gud.el (gud-running): Fix doc string.
1986 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1987 (gud-tooltip-modes): Add python-mode.
1988 (gud-tooltip-print-command): Add pdb. Remove perldb.
1989
1990 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1991
1992 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1993 Quote $(EMACS).
1994
1995 2006-06-05 Richard Stallman <rms@gnu.org>
1996
1997 * faces.el (defined-colors): Doc fix.
1998
1999 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2000
2001 * vc.el (vc-process-filter): Inhibit undo info collection around
2002 call to insert.
2003 (vc-setup-buffer): Likewise for call to erase-buffer.
2004 (vc-do-command): Likewise for call to process-file.
2005
2006 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2007
2008 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2009 for gud-go.
2010 (gud-common-init): Other debuggers may trigger error.
2011
2012 2006-06-05 Kenichi Handa <handa@m17n.org>
2013
2014 * international/mule.el (find-auto-coding):
2015 Handle enable-character-translation in file header.
2016
2017 2006-06-04 Kim F. Storm <storm@cua.dk>
2018
2019 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2020 (authors-fixed-entries): Fix spelling.
2021 (authors-canonical-file-name): Don't report error for wildcards.
2022
2023 * help.el (view-emacs-news): Rewrite to support new NEWS,
2024 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2025 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2026 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2027
2028 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2029
2030 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2031 exec constructs like `foo bar`.
2032 (sh-quoted-subshell): New helper function to search for a possibly
2033 nested subshell (like `` or $()) within a "" quoted string.
2034 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2035 (sh-apply-quoted-subshell): Flag quote characters inside a
2036 subshell, which is itself already in a quoted region, as
2037 punctuation, since this is the closest to what they actually are.
2038 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2039 sh-apply-quoted-subshell.
2040 (sh-font-lock-syntactic-face-function): Apply the new face for
2041 text inside `` instead of the old font-lock-string-face.
2042
2043 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2044
2045 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2046 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2047 (mac-bytes-to-text-range, mac-ae-text-range-array)
2048 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2049 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2050 (mac-ts-unicode-for-key-event): New functions.
2051 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2052 (mac-handle-font-selection): Use mac-ae-number.
2053 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2054 New variables.
2055 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2056 (mac-ts-converted-text, mac-ts-selected-converted-text)
2057 (mac-ts-block-fill-text, mac-ts-outline-text)
2058 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2059 (mac-ts-hilite-style-faces): New constant.
2060 (mac-apple-event-map): Bind text input events.
2061 (mac-dispatch-apple-event): Use command-execute instead of
2062 call-interactively.
2063 (global-map): Don't bind mac-apple-event.
2064 (special-event-map): Bind mac-apple-event.
2065
2066 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2067
2068 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2069 file name.
2070 (emacs): Enclose the value of $(EMACS) in quotes.
2071
2072 2006-06-02 Juri Linkov <juri@jurta.org>
2073
2074 * international/mule.el (sgml-html-meta-auto-coding-function):
2075 Remove the condition `(search-forward "<html" size t)'.
2076 Replace `\"' with `[\"']?' in `re-search-forward'.
2077
2078 2006-06-02 Kenichi Handa <handa@m17n.org>
2079
2080 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2081 as well as `coding'.
2082 (hack-local-variables): Likewise.
2083
2084 * international/mule.el (enable-character-translation):
2085 Put permanent-local and safe-local-variable properties.
2086 (find-auto-coding): Handle char-trans: tag.
2087
2088 2006-06-02 Juri Linkov <juri@jurta.org>
2089
2090 * international/mule.el (sgml-html-meta-auto-coding-function):
2091 Limit the search by the end of the HTML header (if any).
2092
2093 2006-06-01 Richard Stallman <rms@gnu.org>
2094
2095 * subr.el (with-current-buffer): Doc fix.
2096
2097 2006-06-02 Masatake YAMATO <jet@gyve.org>
2098
2099 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2100 Almost rewrite. Underlines over all lines of gcov output are too
2101 uncomfortable to read. Suggested by Dan Nicolaescu.
2102
2103 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2104
2105 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2106
2107 * shell.el (shell-mode): Use shell-mode-map in docstring.
2108
2109 * comint.el (comint-send-input): Do not add help-echo and
2110 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2111
2112 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2113
2114 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2115
2116 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2119 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2120 look up the stack and pop up GUD buffer if necessary.
2121 (gdb-frames-select): Remove redundant call to gud-display-frame.
2122 (gdb-info-threads-custom): Keep point at start of buffer.
2123 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2124
2125 2006-05-31 Juri Linkov <juri@jurta.org>
2126
2127 * replace.el (query-replace-read-from, query-replace-read-to):
2128 Bind `history-add-new-input' to nil. Call `add-to-history'.
2129
2130 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2131
2132 * textmodes/table.el: Convert all HTML tags to lower case for
2133 XHTML compatibility.
2134
2135 2006-05-31 Masatake YAMATO <jet@gyve.org>
2136
2137 * progmodes/compile.el:
2138 (compilation-error-regexp-alist-alist::gcov-called-line):
2139 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2140
2141 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2142
2143 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2144 Revert inadvertent changes made with last commit.
2145
2146 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2147
2148 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2149 New functions.
2150
2151 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2152
2153 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2154
2155 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2156 only matches in the right place.
2157 (org-upcoming-deadline): New face.
2158 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2159 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2160 and make it an option.
2161 (org-export-ascii-bullets): New option.
2162 (org-export-as-html): Many changes to emit valid XHTML.
2163 (org-par-open): New variable.
2164 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2165 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2166 (org-timeline): Pass `org-timeline-show-empty-dates' to
2167 `org-get-all-dates'. Interpret empty dates returned by
2168 `org-get-all-dates'.
2169 (org-get-all-dates): New argument EMPTY. Add dates without
2170 entries to the list, mark large ranges of empty dates.
2171 (org-point-in-group, org-context): New functions.
2172
2173 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2174
2175 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2176
2177 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2178 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2179 to C-mouse-3 (for 2 button mice).
2180 (gdb-send): Do the right thing for C-d.
2181
2182 * speedbar.el (speedbar-detach): Delete.
2183 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2184 it breaks things.
2185 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2186
2187 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2188
2189 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2190 Makeppfile.
2191
2192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2193 Add makepp diagnostic.
2194
2195 2006-05-29 Richard Stallman <rms@gnu.org>
2196
2197 * window.el (fit-window-to-buffer): Doc fix.
2198
2199 * help.el (temp-buffer-max-height): Doc fix.
2200
2201 * subr.el (with-current-buffer): Doc fix.
2202
2203 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2204
2205 * term/x-win.el: Bind F10 to menu-bar-start if available.
2206
2207 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2208
2209 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2210 uses with a simple test.
2211 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2212 (term-send-raw-string, term-send-raw, term-mouse-paste)
2213 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2214 (term-handle-exit, term-read-input-ring)
2215 (term-previous-matching-input-string)
2216 (term-previous-matching-input-string-position)
2217 (term-previous-matching-input-from-input)
2218 (term-replace-by-expanded-history, term-send-input)
2219 (term-skip-prompt, term-bol, term-send-invisible)
2220 (term-kill-input, term-delchar-or-maybe-eof)
2221 (term-backward-matching-input, term-check-source)
2222 (term-proc-query, term-emulate-terminal)
2223 (term-handle-colors-array, term-process-pager, term-pager-line)
2224 (term-pager-bob, term-unwrap-line, term-word)
2225 (term-dynamic-complete-filename)
2226 (term-dynamic-complete-as-filename)
2227 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2228 unlesses.
2229
2230 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2233 during bootstrapping.
2234
2235 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2236 Basically undo the change of 2006-05-26: use extra arguments instead of
2237 dynamic scoping.
2238 (ewoc-locate): Remove unused var `footer'.
2239
2240 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2243
2244 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2245 (generate-file-autoloads): Obey it. Return whether autoloads were
2246 added at point or not.
2247 (update-file-autoloads): Use this new return value.
2248 Remove redundant test for the presence of an autoload cookie.
2249
2250 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2251 This one calls hack-local-variables.
2252 (generate-file-autoloads, update-file-autoloads): Use it.
2253
2254 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2255 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2256 (bibtex-sort-entry-class-alist): Don't set the global value.
2257 (bibtex-init-sort-entry-class-alist): New fun.
2258 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2259 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2260 of bibtex-init-sort-entry-class.
2261
2262 2006-05-28 Richard Stallman <rms@gnu.org>
2263
2264 * subr.el (load-history-regexp): If FILE is relative, insist
2265 entire last name component must match it.
2266 (load-history-filename-element, load-history-regexp): Doc fixes.
2267
2268 2006-05-29 Kim F. Storm <storm@cua.dk>
2269
2270 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2271 `pos' and `raw-data' for clarity, as eval forms may access these.
2272
2273 2006-05-28 Kim F. Storm <storm@cua.dk>
2274
2275 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2276
2277 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * progmodes/make-mode.el (makefile-browser-map)
2280 (makefile-mode-syntax-table): Move initialization inside declaration.
2281 (makefile-fill-paragraph): Use the default comment-filling code.
2282
2283 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * replace.el (query-replace-defaults): New variable.
2286 (query-replace-read-from): Use `query-replace-defaults' for
2287 default value, instead of history list.
2288 (query-replace-read-to): Update `query-replace-defaults'.
2289
2290 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2293 with no X toolkit.
2294
2295 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2296
2297 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2298 (tumme-show-all-from-dir): Add autoload.
2299
2300 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2301
2302 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2303 (tumme-remove-tag): Fix bug.
2304
2305 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2306
2307 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2308 FOOTER args. Update unique caller.
2309 (ewoc-delete): Compute last node once before looping.
2310 (ewoc--node-branch): Merge into unique caller.
2311 (ewoc--node): Don't define constructor make-ewoc--node for this
2312 structure.
2313 (ewoc): Add member `hf-pp' to this structure.
2314 (ewoc--wrap): New func.
2315 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2316 header/footer pretty-printers. Save header/footer pretty-printer.
2317 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2318
2319 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2320
2321 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2322
2323 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2324 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2325 Tag'. Change "Compare directories..." to "Change Directories...".
2326 Move tumme commands to Operate, Regexp and Immediate menus.
2327 Change "Add Comment" to "Add Image Comment". Change "Add Image
2328 Tag" to "Add Image Tags".
2329
2330 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2331 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2332 `tumme-delete-tag'.
2333
2334 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2335
2336 * shell.el (shell-mode): Call shell-dirtrack-mode after
2337 list-buffers-directory is made a local variable, to avoid setting
2338 the default value.
2339
2340 2006-05-26 Kevin Ryde <user42@zip.com.au>
2341
2342 * info.el (Info-index-next): Use where-is-internal to report
2343 actual binding of Info-index-next, rather than hard-coded `,'.
2344
2345 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2346
2347 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2348 and "Find Command in Manual" to here.
2349
2350 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2351 Info-current-file as the file name.
2352
2353 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2354
2355 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2356 overrides will now be done a different way.
2357 (ses-set-parameter): Reapply this function for undo.
2358 (ses-set-header-row): Reconstruct header row during undo.
2359 (ses-widen): New function.
2360 (ses-goto-data, ses-reconstruct-all): Use new function.
2361 (ses-command-hook): Widen buffer during undo, before unupdating
2362 the cells.
2363 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2364 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2365 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2366 formula hasn't been executed yet.
2367
2368 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2369
2370 * comint.el (comint-kill-whole-line): Rename arg to count.
2371 Fix doc string.
2372
2373 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2376 to copy-file.
2377
2378 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2379
2380 * simple.el (toggle-truncate-lines): Make arg optional for
2381 backward compatibility.
2382
2383 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2384
2385 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2386 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2387 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2388 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2389 (ewoc--adjust): Use ewoc--current-dll.
2390 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2391
2392 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2393
2394 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2395 compact error message.
2396 (org-tags-view): Refresh category table in each file.
2397 (org-table-justify-field-maybe): Remove superfluous arguments to
2398 `format'.
2399 (org-export-as-html): Insert "<p>" before postamble.
2400 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2401
2402 2006-05-26 Kenichi Handa <handa@m17n.org>
2403
2404 * textmodes/po.el (po-find-charset): Pay attention to the case
2405 FILENAME is a cons (NAME . BUFFER).
2406 (po-find-file-coding-system-guts): Likewise.
2407
2408 * arc-mode.el (archive-set-buffer-as-visiting-file):
2409 Call find-operation-coding-system with (FILENAME . BUFFER).
2410
2411 * tar-mode.el (tar-extract): Call find-operation-coding-system
2412 with (FILENAME . BUFFER).
2413
2414 * international/mule.el (decode-coding-inserted-region):
2415 Call find-operation-coding-system with (FILENAME . BUFFER).
2416
2417 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * image-mode.el (image-toggle-display): Use buffer contents to
2420 generate image for a remote file.
2421
2422 2006-05-25 Juri Linkov <juri@jurta.org>
2423
2424 * replace.el (query-replace-read-from, query-replace-read-to):
2425 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2426
2427 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2428
2429 * whitespace.el (whitespace-cleanup): Change to cleanup
2430 region if one is active.
2431 * whitespace.el (whitespace-cleanup-internal): New internal method.
2432
2433 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2434
2435 * dired.el (dired-mode-map): Add help-echo strings to tumme
2436 commands. Bind `tumme-dired-display-image' to C-t i.
2437
2438 * tumme.el (tumme-display-image): Change documentation string slightly.
2439 (tumme-dired-display-image): Add call to `display-buffer'.
2440
2441 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2442
2443 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2444 Signal error if RAW-DATA is a multibyte string.
2445
2446 2006-05-24 Richard Stallman <rms@gnu.org>
2447
2448 * subr.el (with-local-quit): When handling `quit' signal,
2449 make a chance for quit-flag to cause a quit.
2450
2451 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2452 (ad-disable-advice): Add autoloads.
2453
2454 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2455
2456 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2457
2458 * dired.el (dired-mode-map): Change menu items for tumme as per
2459 suggestions in emacs-devel.
2460
2461 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2462
2463 * dired.el (dired-mode-map): Fix breakage.
2464
2465 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2466
2467 * tumme.el (tumme-display-dired-image): Rename to...
2468 (tumme-dired-display-image): ...this.
2469 (tumme-track-movement): Change default value to t.
2470 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2471 used from `tumme-next-line-and-display' and similar commands.
2472
2473 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2474 Immediate menu. Add some tumme commands there.
2475
2476 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2477
2478 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2479
2480 2006-05-24 Chong Yidong <cyd@mit.edu>
2481
2482 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2483 menu entries that open submenus.
2484
2485 2006-05-24 Alan Mackenzie <acm@muc.de>
2486
2487 * startup.el (command-line): For names of preloaded files, don't
2488 append ".elc" (now done in Fload), and call file-truename on the
2489 lisp directory.
2490
2491 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2492 match ANY loaded file with the right name, not just those in
2493 load-path. Put a regexp matching the file name into
2494 after-load-alist, rather than the name itself.
2495
2496 * subr.el: New functions load-history-regexp,
2497 load-history-filename-element, do-after-load-evaluation.
2498
2499 * international/mule.el (load-with-code-conversion): Do the
2500 eval-after-load stuff by calling do-after-load-evaluation.
2501
2502 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2505 has not been killed.
2506
2507 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2508
2509 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2510 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2511 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2512 Optionally set error message in reply.
2513
2514 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2515
2516 * textmodes/org.el (org-open-at-point): Use renamed variable
2517 `org-confirm-shell-link-function'.
2518 (org-confirm-shell-link-function): Rename from
2519 `org-confirm-shell-links'.
2520 (org-export-directory): New function.
2521 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2522 (org-export-icalendar): Use `org-export-directory'.
2523 (org-indent-item): Keep cursor position.
2524 (org-link-file-path-type): New option.
2525 (org-export-as-html): Fix bug with plain lists starting in
2526 column 0.
2527 (org-export-as-html): Remove deadline formatting, this happens
2528 now already in `org-html-handle-time-stamps'.
2529 (org-export-html-style): Deadline class removed.
2530 (org-insert-labeled-timestamps-at-point): New option.
2531 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2532 of `hide-sublevels 1', in case the first headline is not level 1.
2533 (org-overview, org-content): New fuction.
2534 (org-cycle-global-status, org-cycle-subtree-status): Make these
2535 variables buffer-local.
2536 (org-global-cycle): New command.
2537 (org-shifttab): Use `org-global-cycle'.
2538 (org-insert-heading, org-insert-item): Go to end of new
2539 headline/item after creating it.
2540 (org-export-visible): Rename from `org-export-copy-visible'.
2541 Now creates a temporary org-file and applies an exporting command
2542 to it.
2543 (org-table-eval-formula): Support for lisp forms.
2544 (org-agenda-todo-ignore-scheduled): New option.
2545 (org-agenda-get-todos): Use new option
2546 `org-agenda-todo-ignore-scheduled'.
2547 (org-export-html-inline-images): New value `maybe'.
2548 (org-export-as-html): Inlining of images dependent on link description.
2549 (org-archive-subtree): Check for end-of-buffer before trying
2550 `kill-line'.
2551 (org-agenda-follow-mode): New option.
2552 (org-export-with-tags, org-export-with-timestamps): New options.
2553 (org-html-handle-time-stamps): New function.
2554 (org-keyword-time-regexp): New variable.
2555 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2556 (org-agenda-todo-list-sublevels): New option.
2557 (org-html-level-start): When TITLE is nil, just close all levels.
2558 (org-parse-key-lines, org-parse-export-options): Remove functions,
2559 replaced by `org-infile-export-plist'.
2560 (org-combine-plists, org-infile-export-plist)
2561 (org-default-export-plist): New functions.
2562 (org-export-html-preamble, org-export-html-postamble)
2563 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2564 New variables.
2565 (org-export-publishing-directory): New option.
2566 (org-export-as-html, org-export-as-ascii): Use the new property
2567 lists for settings.
2568 (org-export-copy-visible, org-export-as-xoxo):
2569 Respect `org-export-publishing-directory'.
2570 (org-link-search, org-store-link, org-file-apps): Support for
2571 links to BibTeX database entries..
2572 (org-get-current-options, org-set-regexps-and-options):
2573 Implement logging as a startup option.
2574 (org-store-link): Make sure context string is never empty
2575 (org-insert-link): Use relative path when possible.
2576 (org-at-item-checklet-p): New function.
2577 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2578 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2579 (org-metaright, org-metaup, org-metadown, org-shiftup)
2580 (org-shiftdown, org-shiftright, org-shiftleft)
2581 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2582 Dispatch using `call-interactively'.
2583 (org-call-with-arg): New defsubst.
2584 (org-tag-alist, org-use-fast-tag-selection): New options.
2585 (org-complete): Use `org-tag-alist'.
2586 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2587 (org-next-item, org-previous-item): New commands.
2588 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2589 make command.
2590 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2591
2592 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2593
2594 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2595 (ewoc-filter): Use `ewoc-delete'.
2596
2597 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2598
2599 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2602 Signal more user-friendly error messages.
2603
2604 * complete.el (PC-do-completion): Undo the addition of implicit
2605 wildcards if they did not lead to finding any match.
2606 (read-file-name-internal): Don't add the final > if the completion is
2607 not finished.
2608
2609 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2610
2611 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2612 Quote safe-local-variable predicate.
2613
2614 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2615
2616 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2617
2618 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2619
2620 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2621
2622 * progmodes/make-mode.el (makefile-special-targets-list)
2623 (makefile-macro-table, makefile-target-table): Mark as risky.
2624 (makefile-query-one-target-method): Make this the alias for the
2625 following variable.
2626 (makefile-query-one-target-method-function): Make this the real name.
2627
2628 * textmodes/artist.el (artist-text-renderer): Make this the alias
2629 for the following variable.
2630 (artist-text-renderer-function): Make this the real name.
2631
2632 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2633 the alias for the following variable.
2634 (flyspell-generic-check-word-predicate): Make this the real name.
2635
2636 * textmodes/ispell.el (ispell-format-word): Make this the alias
2637 for the following variable.
2638 (ispell-format-word-function): Make this the real name.
2639 (ispell-message-text-end): Mark as risky.
2640
2641 * skeleton.el (skeleton-transformation, skeleton-filter)
2642 (skeleton-pair-filter): Make these the aliases for the following
2643 variables.
2644 (skeleton-transformation-function, skeleton-filter-function)
2645 (skeleton-pair-filter-function): Make these the real names.
2646
2647 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2648 and skeleton-pair-filter-function.
2649
2650 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2651 alias for the following variable.
2652 (sgml-transformation-function): Make this the real name.
2653 (sgml-tag-alist): Mark as risky.
2654
2655 2006-05-21 Richard Stallman <rms@gnu.org>
2656
2657 * simple.el (kill-region): Interactively, pass point, then mark.
2658
2659 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2660
2661 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2662
2663 2006-05-21 Romain Francoise <romain@orebokech.com>
2664
2665 * dired-x.el (dired-mode-map): Don't bind M-g.
2666
2667 2006-05-20 Richard Stallman <rms@gnu.org>
2668
2669 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2670 (dired-goto-file): Doc fix.
2671
2672 2006-05-21 Kim F. Storm <storm@cua.dk>
2673
2674 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2675 way to enable built-in cua-mode if user loads older CUA-mode package.
2676
2677 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2678 if default-filename is specified.
2679
2680 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2681
2682 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2683
2684 * info.el (info-apropos): Make sure current-file and current-node
2685 have non-nil values. Speed up by using add-to-list instead of
2686 manual consing.
2687
2688 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2689
2690 * progmodes/make-mode.el (makefile-mode): Doc fix.
2691
2692 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2693
2694 * dired-aux.el (dired-do-shell-command): Doc fix.
2695
2696 2006-05-20 Kevin Ryde <user42@zip.com.au>
2697
2698 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2699 ``(custom-manual :tag "Foo" "(foo)Node")''.
2700
2701 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2702
2703 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2704 value is an integer.
2705
2706 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2707
2708 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2709 "format".
2710 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2711
2712 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2713
2714 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2715 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2716
2717 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2720 regexp for keywords.
2721
2722 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2723
2724 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2725 replace-regexp-in-string.
2726
2727 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2728 encode, and escape file name on conversion to URL.
2729
2730 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2731
2732 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2733 Don't unescape URL.
2734 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2735
2736 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2737 on conversion to URLs.
2738
2739 * net/browse-url.el (browse-url-file-url): Encode file name on
2740 conversion to URL.
2741
2742 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2743 conversion to URL.
2744
2745 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2746
2747 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2748
2749 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2750
2751 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2752 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2753
2754 2006-05-19 Glenn Morris <rgm@gnu.org>
2755
2756 * calendar/diary-lib.el (diary-bahai-date)
2757 (list-bahai-diary-entries, mark-bahai-diary-entries)
2758 (mark-bahai-calendar-date-pattern): Not interactive.
2759 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2760 (diary-entries-list): Change format of 4th element in each entry.
2761 (diary-list-entries): Use add-to-diary-list.
2762 (diary-goto-entry): Handle the case where the buffer visiting the
2763 diary has been killed.
2764 (fancy-diary-display): Add 'locator to button rather than 'marker.
2765 Only generate temp-face when there are marks to apply.
2766 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2767 (diary-fancy-date-pattern): New variable.
2768 (diary-time-regexp): Doc fix.
2769 (diary-anniversary, diary-time): New faces.
2770 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2771 diary-time-regexp. Add font-lock-multiline property where needed.
2772 Use new faces diary-anniversary and diary-time.
2773 (diary-fancy-font-lock-fontify-region-function): New function, to
2774 handle multiline font-lock pattern in fancy diary.
2775 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2776 (diary-font-lock-keywords): Tweak time regexp. Use new face
2777 diary-time.
2778
2779 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2780
2781 * international/code-pages.el (mik): Table corrected.
2782
2783 2006-05-18 Kim F. Storm <storm@cua.dk>
2784
2785 * progmodes/grep.el (grep-find): Don't check grep-find-command
2786 before running command (breaks non-interactive usage).
2787
2788 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2789
2790 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2791 (ewoc--insert-new-node): Don't insert trailing newline.
2792 Instead, adjust successor nodes's start markers.
2793 (ewoc--refresh-node): Delete all text from current node's start
2794 marker to the next one's; adjust successor nodes's start markers.
2795 (ewoc--create): Doc fixes.
2796 (ewoc--refresh): Don't insert newline.
2797 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2798 * pcvs.el (cvs-make-cvs-buffer):
2799 Specify extra newline for ewoc's header and footer.
2800 (cvs-update-header): Update initial header recognition.
2801 Append newline to final header and footer values.
2802 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2803
2804 2006-05-17 Richard Stallman <rms@gnu.org>
2805
2806 * files.el (file-name-extension): Doc fix.
2807
2808 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2811 we can explicitly enable/disable rather than toggle.
2812 (shell-mode): Use it.
2813 (shell-cd): Don't try to reproduce what `cd' does.
2814
2815 2006-05-17 Kim F. Storm <storm@cua.dk>
2816
2817 * ido.el (ido-read-internal): Use only nondirectory part of
2818 default item.
2819
2820 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2821
2822 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2823 (ewoc-nth): Doc fix.
2824
2825 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2826
2827 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2828
2829 * international/mule.el (auto-coding-alist): Add .lha to files
2830 read with no-conversion.
2831
2832 * files.el (auto-mode-alist): Add .lha files to archive file
2833 extensions.
2834
2835 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2836 Convert csize to integer when computing offsets within the
2837 compressed archive file.
2838
2839 2006-05-16 Kim F. Storm <storm@cua.dk>
2840
2841 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2842 with read-from-minibuffer.
2843
2844 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2845
2846 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2847 (byte-compile-warnings): Fix safe-local-variable property.
2848
2849 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2850
2851 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2852 (allout-stylish-prefixes, allout-numbered-bullet)
2853 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2854 predicates to qualify `safe-local-variable' property, when
2855 available, else use equivalent lambda.
2856 (allout-current-topic-collapsed-p): Do the right thing regarding
2857 trailing blank lines.
2858
2859 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * server.el (server-start): Only create a directory if needed.
2862 (server-edit, server-unload-hook): server-start => server-mode.
2863 (kill-emacs-hook): Cleanup upon exit.
2864
2865 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * hexl.el (hexlify-buffer): Encode process arguments manually.
2868
2869 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2872 call to gdb-tooltip-print.
2873
2874 2006-05-15 Romain Francoise <romain@orebokech.com>
2875
2876 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2877 systems, default to "tar" since those systems probably have GNU tar.
2878
2879 2006-05-14 Lars Hansen <larsh@soem.dk>
2880
2881 * desktop.el (desktop-missing-file-warning): Fix docstring.
2882 (desktop-restore-file-buffer): Correct question asked on missing file.
2883
2884 2006-05-14 Kim F. Storm <storm@cua.dk>
2885
2886 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2887 Add CUA move property.
2888
2889 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * custom.el (custom-push-theme): Load the variable before checking
2892 its `standard-value'.
2893
2894 2006-05-13 Lars Hansen <larsh@soem.dk>
2895
2896 * desktop.el (desktop-save): Use with-temp-buffer.
2897
2898 2006-05-12 Glenn Morris <rgm@gnu.org>
2899
2900 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2901 * calendar/calendar.el (calendar-mode-map):
2902 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2903 * calendar/appt.el (appt-check, appt-make-list): Refer to
2904 diary-view-entries, diary-list-entries, diary-show-all-entries
2905 rather than obsolete aliases.
2906
2907 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * simple.el (line-move-finish): Avoid calling point motion hooks
2910 while processing intangibility.
2911
2912 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2913
2914 * term/xterm.el (terminal-init-xterm): Fix typo.
2915
2916 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2917
2918 * allout.el (allout-view-change-hook): Mark as being deprecated,
2919 to be replaced by `allout-exposure-change-hook'.
2920 (allout-exposure-change-hook): New, replacing
2921 `allout-view-change-hook'.
2922 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2923 in addition to `allout-view-change-hook'.
2924 (allout-show-bodies, allout-old-style-prefixes)
2925 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2926 lambda forms to prevent their showing up in variable help
2927 presentations as inscrutable byte-compiled code.
2928 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2929 Use string-or-null-p to qualify safe-local-variable values.
2930 (allout-reindent-bodies): Use memq to qualify matches against
2931 valid safe-local-variable values. Also, quote the lambda as above.
2932 (allout-use-mode-specific-leader): Add missing candidate-value
2933 symbols, use memq, and quote the lambda.
2934 (allout-overlay-interior-modification-handler): Remove unused
2935 variables `msg' and 'opened'.
2936 (allout-hidden-p): Constrain invisibility consideration to allout's
2937 invisibility spec, disregarding invisibility for other reasons.
2938
2939 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2940
2941 * files.el (version-control): Correct safe values.
2942
2943 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2944
2945 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2946
2947 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2948 (ewoc--insert-new-node): New func.
2949 Update callers of deleted funcs to use it, instead.
2950
2951 2006-05-11 Glenn Morris <rgm@gnu.org>
2952
2953 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2954 obsolete alias `show-all-diary-entries'.
2955 (make-diary-entry): Not interactive.
2956 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2957 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2958 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2959 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2960 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2961 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2962
2963 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2964
2965 * calendar/calendar.el (calendar-french-date-string)
2966 (calendar-mayan-date-string, calendar-chinese-date-string)
2967 (calendar-astro-date-string, calendar-iso-date-string)
2968 (calendar-islamic-date-string, calendar-bahai-date-string)
2969 (calendar-hebrew-date-string, calendar-coptic-date-string)
2970 (calendar-ethiopic-date-string, calendar-persian-date-string):
2971 These functions are not interactive.
2972
2973 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * files.el: Balance parentheses.
2976
2977 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2978
2979 * files.el, newcomment.el, outline.el, simple.el,
2980 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2981 progmodes/cc-vars.el, progmodes/compile.el:
2982 Move `safe-local-variable' declarations to the respective files.
2983
2984 * help-fns.el (describe-variable): Don't print safe-var if it is
2985 byte-code. Improve wording as suggested by Luc Teirlinck.
2986
2987 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2988
2989 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2990 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2991 Use a token for pending-triggers to ensure gdb-var-update
2992 gets called once per user input again for pre-GDB 6.4.
2993 (gdb-var-delete): Match on more complex expressions.
2994 (gdb-var-list-children-handler, gdb-var-create-handler):
2995 Use a token for consistency.
2996
2997 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2998
2999 * textmodes/org.el (org-read-date, org-goto-calendar)
3000 (org-agenda-goto-calendar):
3001 Bind `view-calendar-holidays-initially' to nil.
3002
3003 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3004
3005 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3006 Update all callers to do it there, instead.
3007
3008 2006-05-10 Glenn Morris <rgm@gnu.org>
3009
3010 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3011 prefix arg case, to avoid view-diary-entries-initially error.
3012 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3013 (calendar-date-is-legal-p): Handle dates with no day part.
3014
3015 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * comint.el (comint-insert-input): Just make it when
3018 comint-use-prompt regexp is nil (default) and with the mouse.
3019 (comint-copy-old-input): Reinstate from 2004-06-23.
3020 (comint-mode-map): Bind C-c C-m to it.
3021
3022 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3023
3024 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3025 Remove spurious move to point-max (new comint behavior fixes).
3026
3027 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3028 compatibility function (Emacs 18/19).
3029 (idlwave-is-continuation-line): Always return point at start of
3030 previous non-blank continuation line.
3031 `keyword-parameters': Fix continued comment font-lock matcher.
3032 (idlwave-font-lock-fontify-region): Written, use as
3033 font-lock-fontify-region-function, to fix continued keyword
3034 fontification issues.
3035
3036 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3037
3038 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3039 (mac-service-selection, mac-service-open-file)
3040 (mac-service-open-selection, mac-service-mail-selection)
3041 (mac-service-mail-to, mac-service-insert-text): Rename from
3042 mac-services-*. All uses changed.
3043 (mac-apple-event-map): Rename event symbol `services' to `service'.
3044
3045 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3046
3047 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3048 (ewoc--node-enter-first, ewoc--node-enter-last)
3049 (ewoc--delete-node-internal): Merge funcs into unique callers.
3050
3051 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3054 return value of read-from-minibuffer for empty input.
3055
3056 2006-05-09 Miles Bader <miles@gnu.org>
3057
3058 * comint.el (comint-insert-input): Remove redundant calls to setq
3059 and goto-char.
3060
3061 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3062
3063 * comint.el (comint-insert-input): Make it work when
3064 comint-use-prompt-regexp is t.
3065
3066 2006-05-10 Miles Bader <miles@gnu.org>
3067
3068 * subr.el (field-at-pos): New function.
3069
3070 * comint.el (comint-insert-input): Use it.
3071
3072 2006-05-09 Juri Linkov <juri@jurta.org>
3073
3074 * battery.el (battery-linux-proc-acpi): Also try
3075 `/proc/acpi/thermal_zone/THR2/temperature'.
3076
3077 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3078 for now unused lambda `string-or-null'.
3079
3080 * add-log.el (change-log-default-name): Put `string-or-null-p'
3081 instead of lambda on `safe-local-variable' property.
3082
3083 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3084 `region-end' instead of `mark' and `point'.
3085 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3086 Operate on region in Transient Mark mode when the mark is active.
3087 Use `region-beginning' and `region-end' instead of `mark' and
3088 `point'.
3089 (diff-hunk-text, diff-goto-source): Doc fix.
3090
3091 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3092 face `mode-line-buffer-id' for mode-line buffer face instead of
3093 hard-coded `(:weight bold)'.
3094
3095 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3096 buffer-undo-list to t (undo-ask is reproducible by visiting
3097 nested archives).
3098
3099 2006-05-09 Kim F. Storm <storm@cua.dk>
3100
3101 * progmodes/grep.el (rgrep): Set default directory of *grep*
3102 buffer if we start M-x rgrep in the *grep* buffer and choose
3103 a different base directory.
3104
3105 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3108 completion also when ido is loaded.
3109
3110 2006-05-09 Masatake YAMATO <jet@gyve.org>
3111
3112 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3113 "warning" and "import".
3114 (cpp-font-lock-keywords): Added "warning".
3115
3116 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3117
3118 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3119
3120 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3123 pages at a time, if we signal the end, we should indeed reach that end.
3124
3125 2006-05-08 David Reitter <david.reitter@gmail.com>
3126
3127 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3128 output during execution of the body.
3129
3130 2006-05-08 Kim F. Storm <storm@cua.dk>
3131
3132 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3133
3134 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3135
3136 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3137 Use with-current-buffer.
3138
3139 2006-05-07 Kim F. Storm <storm@cua.dk>
3140
3141 * subr.el (add-to-history): Remove keep-dups arg.
3142
3143 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3144 to nil around call to add-to-history.
3145
3146 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3149 than after a buffer modification.
3150
3151 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3152
3153 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3154 call to...
3155 (gud-watch): ...here so speedbar is raised for already watched
3156 expressions.
3157 (gdb-speedbar-refresh): Delete function.
3158 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3159 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3160 earlier change).
3161 (gdb-var-evaluate-expression-handler)
3162 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3163
3164 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3165 Update localized contents for all buffers except ignored modes.
3166
3167 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3168
3169 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3170 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3171 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3172 (mac-handle-font-panel-closed, mac-handle-font-selection):
3173 New functions.
3174 (mac-font-panel-mode): New minor mode.
3175 (mac-apple-event-map): Add bindings for toolbar toggle button and
3176 font panel.
3177 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3178
3179 2006-05-07 John Paul Wallington <jpw@pobox.com>
3180
3181 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3182 Avoid `regexp-opt'; simplify regexp for readability.
3183
3184 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3185
3186 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3187 * files.el (buffer-stale-function):
3188 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3189 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3190 links to the main manual, not to emacs-xtra.
3191
3192 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3193
3194 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3195 MacJapanese if text is ASCII-only.
3196
3197 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3198
3199 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3200 unless so nil isn't returned.
3201 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3202
3203 2006-05-06 Kim F. Storm <storm@cua.dk>
3204
3205 * subr.el (add-to-history): New function.
3206
3207 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3208 (ediff-merge-files-with-ancestor):
3209 * env.el (setenv):
3210 * isearch.el (isearch-update-ring):
3211 * server.el (server-visit-files):
3212 * progmodes/grep.el (lgrep, rgrep):
3213 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3214 * progmodes/xscheme.el (xscheme-insert-expression):
3215 Use add-to-history.
3216
3217 * kmacro.el (kmacro-push-ring): Use add-to-history.
3218 (kmacro-ring-length): Remove unused defun.
3219 (kmacro-start-macro): Use kmacro-push-ring.
3220
3221 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3222
3223 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3224 directly instead of a lambda expression that calls it.
3225
3226 2006-05-06 Kim F. Storm <storm@cua.dk>
3227
3228 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3229 instead of compute-motion.
3230
3231 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3232
3233 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3234 change.
3235
3236 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3237
3238 * startup.el (command-line-1): Refer to "Pure Storage" on
3239 pure-space-overflow.
3240
3241 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3242
3243 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3244 provided faces once they all have been used up.
3245
3246 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3247
3248 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3249 reference to the Lisp manual to the warning about pure space
3250 overflow.
3251
3252 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3253
3254 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3255 argument to avoid the call to `ispell-internal-change-dictionary'
3256 when not needed.
3257 (ispell-change-dictionary): Use this argument and call
3258 `ispell-internal-change-dictionary' after the possible change
3259 to `ispell-local-dictionary'.
3260 (ispell-internal-change-dictionary): Check for a change in
3261 personal dictionary use too.
3262
3263 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3264
3265 * startup.el (command-line): On MS-Windows, probe "~", not
3266 "~USER", for warning about non-existent home directory
3267
3268 * arc-mode.el (archive-l-e): New optional argument `float' means
3269 generate a float value.
3270 (archive-arc-summarize, archive-lzh-summarize)
3271 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3272 with 3rd argument non-nil when file's size is being computed.
3273 Format the file sizes with %8.0f instead of %8d.
3274
3275 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3276
3277 * cus-start.el (all): Add mac-dnd-known-types.
3278
3279 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3280 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3281 (mac-TIFF-to-string): New functions.
3282 (x-get-selection, x-selection-value)
3283 (mac-select-convert-to-string): Use them.
3284 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3285 (mac-dnd-types-alist): New customization variable.
3286 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3287 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3288 (mac-dnd-handle-drag-n-drop-event): New functions.
3289 (mac-drag-n-drop): Remove function.
3290 (global-map): Bind drag-n-drop and M-drag-n-drop to
3291 mac-dnd-handle-drag-n-drop-event.
3292
3293 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3294
3295 * progmodes/perl-mode.el (perl-beginning-of-function):
3296 Skip anonymous subs.
3297
3298 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3299
3300 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3301 regexp-opt at run time.
3302
3303 * term.el (term-handle-ansi-escape): Fix off by one error.
3304
3305 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3306
3307 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3308 (gdb-init-1, gdb-post-prompt): ...and references to it.
3309 (gdb-frame-handler): Strip directory name from filename if present.
3310
3311 * progmodes/gud.el (gdb-force-update): Delete defvar
3312 (gud-speedbar-buttons): ...and references to it. Use window-start
3313 to try to keep positon in watch expression.
3314
3315 2006-05-03 Richard Stallman <rms@gnu.org>
3316
3317 * simple.el (next-history-element, previous-history-element): Doc fix.
3318
3319 * isearch.el (isearch-update-ring): Doc fix.
3320
3321 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3324 into consideration. Replace one arm ifs with whens.
3325
3326 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3329 (menu): Fix typo.
3330
3331 2006-05-02 Miles Bader <miles@gnu.org>
3332
3333 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3334
3335 2006-05-02 Jay Belanger <belanger@truman.edu>
3336
3337 * calc/calc-embed.el (calc-override-minor-modes-map)
3338 (calc-override-minor-modes): New variables.
3339 (calc-do-embedded): Make sure that Calc keystrokes aren't
3340 overwritten by minor modes.
3341
3342 2006-05-02 Chong Yidong <cyd@mit.edu>
3343
3344 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3345
3346 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3347
3348 * startup.el (command-line-1): Refer to Lisp manual when
3349 pure-space-overflow occurs.
3350
3351 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3352 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3353 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3354 (version-control): Don't use `t' for safe-local-variable declarations.
3355
3356 2006-05-01 Richard Stallman <rms@gnu.org>
3357
3358 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3359 M-r, M-R, M-A, M-SPC or M-DEL.
3360 (diff-mode-map): diff-refine-hunk now on C-c C-w
3361 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3362
3363 * help-mode.el (help-mode): view-exit-action calls delete-window
3364 only when it is safe and possible.
3365
3366 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3367 in messages.
3368
3369 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3370
3371 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3372 in the default tool-bar-map.
3373
3374 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3375
3376 * net/tramp.el (tramp-completion-file-name-handler-alist)
3377 (tramp-run-real-handler, tramp-completion-run-real-handler)
3378 (tramp-completion-handle-file-name-all-completions)
3379 (tramp-completion-handle-file-name-completion): Autoload them.
3380 (tramp-completion-handle-file-exists-p)
3381 (tramp-completion-handle-file-name-directory)
3382 (tramp-completion-handle-file-name-nondirectory)
3383 (tramp-completion-handle-expand-file-name): Remove them.
3384 (tramp-handle-file-name-directory): Return the real directory name.
3385 Returning "/" only doesn't need to be necessary any longer.
3386 (tramp-file-name-handler): Make special attention when in hostname
3387 completion mode.
3388 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3389 (tramp-register-file-name-handlers):
3390 Register `tramp-completion-file-name-handler' only when
3391 `partial-completion-mode' is enabled.
3392 (tramp-completion-handle-file-name-all-completions):
3393 Delete directory part from results.
3394 (tramp-get-completion-methods, tramp-get-completion-user-host):
3395 Discard deleting "/", it doesn't work after the change of
3396 `tramp-handle-file-name-directory' above.
3397
3398 2006-05-01 Kim F. Storm <storm@cua.dk>
3399
3400 * progmodes/grep.el (grep-expand-template): Use save-match-data
3401 and symbol-value.
3402
3403 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3404
3405 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3406 Use select-frame-set-input-focus instead of raise-frame.
3407 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3408
3409 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3410
3411 * progmodes/gud.el (gud-def): Add %c case.
3412 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3413 (gud-format-command): Make match case sensitive. Match on %F.
3414
3415 2006-04-30 Glenn Morris <rgm@gnu.org>
3416
3417 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3418 (cal-tex-preamble): Use cal-tex-preamble-extra.
3419 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3420 than alias `list-diary-entries'.
3421
3422 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3423
3424 * help-fns.el (describe-variable): Add info about safe local variables.
3425
3426 2006-04-29 Richard Stallman <rms@gnu.org>
3427
3428 * bindings.el (mode-line-format): help-echo doc fixes.
3429
3430 * net/tramp.el (tramp-file-name-handler-alist): Delete
3431 expand-file-name and other operations that can cause spurious loading.
3432
3433 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * files.el (safe-local-variable-p): Remove support for the special
3436 value t.
3437
3438 * textmodes/paragraphs.el (sentence-end-without-space):
3439 Fix safety predicate.
3440 (sentence-end-double-space, sentence-end-without-period)
3441 (paragraph-ignore-fill-prefix):
3442 * textmodes/fill.el (colon-double-space):
3443 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3444
3445 * subr.el (booleanp): New fun.
3446
3447 * textmodes/reftex-vars.el (reftex-guess-label-type):
3448 Tighten the safety predicate.
3449
3450 2006-04-28 Kim F. Storm <storm@cua.dk>
3451
3452 * progmodes/grep.el (defgroup grep): Doc fix.
3453 (grep-auto-highlight): Remove.
3454 (grep-template): New defcustom.
3455 (grep-find-template): Rename from grep-tree-template.
3456 (grep-files-aliases): Rename from grep-tree-files-aliases.
3457 Remove "all" alias, add "l" alias.
3458 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3459 (grep-find-ignored-directories): New defcustom to replace
3460 grep-tree-ignore-CVS-directories, to facilitate ignoring
3461 subdirectories for multiple version control systems.
3462 (grep-mode-map): Add Recursive grep item to GREP menu.
3463 (grep-regexp-history, grep-files-history): New defvars.
3464 (grep-probe): New helper function.
3465 (grep-compute-defaults): Use it to simplify code.
3466 Adapt to name changes.
3467 Use `.' as base in grep-find-template rather than <D>.
3468 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3469 Call grep-compute-defaults unconditionally.
3470 (grep-expand-keywords): New defconst.
3471 (grep-expand-template): Rename from grep-expand-command-macros.
3472 Simplify via grep-expand-keywords. Look at case-fold-search instead
3473 of grep-tree-ignore-case to add -i option.
3474 Bind case-fold-search to nil while matching keywords.
3475 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3476 (grep-read-regexp, grep-read-files): New helper functions.
3477 (rgrep): Rename from grep-tree. Rework to use proper histories.
3478 Adapt to changes in defcustoms and functions above.
3479 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3480
3481 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3482
3483 * net/tramp.el (tramp-completion-file-name-handler):
3484 Disable Tramp's functionality while loading Tramp itself.
3485 (tramp-register-file-name-handlers): That's a defsubst now.
3486 Code from `tramp-repair-jka-compr' moved here. Apply it via
3487 `after-init-hook'.
3488 (tramp-repair-jka-compr): Remove.
3489
3490 2006-04-27 Jay Belanger <belanger@truman.edu>
3491
3492 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3493 read expression when `math-read-big-expr' doesn't work.
3494
3495 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3496
3497 * startup.el (command-line-1): Display warning when
3498 pure-space-overflow is non-nil.
3499
3500 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3501
3502 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3503 risky.
3504
3505 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3506
3507 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3508 Return the URL or nil if none can be generated.
3509
3510 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3513 byte compiler warnings.
3514 (gud-basic-call, gud-find-expr): Let user select an expression
3515 for printing. Print expression as well as value in GUD buffer.
3516
3517 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3518
3519 * allout.el: Remove local autoload declaration for
3520 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3521 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3522 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3523 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3524 (allout-stylish-prefixes, allout-numbered-bullet)
3525 (allout-file-xref-bullet, allout-presentation-padding)
3526 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3527 safe-local-variable with suitable value spec, and add autoload
3528 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3529 (move-beginning-of-line, move-end-of-line): Repair so these compat
3530 functions now actually resituate the point, when appropriate.
3531
3532 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3535
3536 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3537 (add-log-iso8601-time-string): Fix call to format-time-string.
3538
3539 2006-04-26 Kim F. Storm <storm@cua.dk>
3540
3541 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3542
3543 2006-04-26 Masatake YAMATO <jet@gyve.org>
3544
3545 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3546 Add support for "//" style comments. Remove `b' flag
3547 from ?* in `asm-mode-syntax-table'.
3548
3549 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * follow.el: Use (featurep 'xemacs) everywhere.
3552 (follow-mode): Use define-minor-mode.
3553 (follow-mode-map): Move initialization into the declaration.
3554 Use command remapping.
3555 (follow-emacs-version-xemacs-p): Remove.
3556 (follow-submit-feedback): Remove.
3557
3558 * allout.el (allout-layout, allout-passphrase-verifier-string)
3559 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3560
3561 * textmodes/reftex-vars.el (reftex-vref-is-default)
3562 (reftex-fref-is-default, reftex-guess-label-type):
3563 Tighten up a bit the safety predicate.
3564
3565 * textmodes/paragraphs.el (sentence-end-double-space)
3566 (sentence-end-without-period, sentence-end-without-space)
3567 (page-delimiter, paragraph-ignore-fill-prefix):
3568 Tighten up a bit the safety predicate.
3569
3570 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3571
3572 * progmodes/python.el (python-continuation-line-p)
3573 (python-beginning-of-statement): syntax-ppss may return
3574 a negative depth.
3575 (python-mode): Don't forcefully enable font-lock.
3576
3577 * time-stamp.el (time-stamp-start, time-stamp-end)
3578 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3579
3580 * add-log.el: Remove spurious * in docstrings.
3581 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3582 (add-change-log-entry): Use it here, since it's not specific
3583 to iso8601.
3584 (add-log-iso8601-time-string): Don't use it here any more.
3585 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3586
3587 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3588
3589 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3590
3591 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3592 (rcirc-toggle-low-priority): Doc fix.
3593 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3594 ChanServ regexp.
3595 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3596 #emacs.
3597 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3598 (rcirc-decode-coding-system): Use utf-8 as the default.
3599 (rcirc-multiline-minor-mode): Set the fill-column.
3600 (rcirc-format-response-string): Display bright and dim nicks.
3601 (rcirc-browse-url): Update interactive spec to fill ARG.
3602 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3603 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3604
3605 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3606
3607 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3608 case for @Article, etc.
3609
3610 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3613 Added with autoload cookie.
3614 (tramp-unload-file-name-handlers): Rename from
3615 `tramp-unload-file-name-handler-alist'.
3616
3617 2006-04-23 Romain Francoise <romain@orebokech.com>
3618
3619 * comint.el (comint-match-partial-filename): Doc fix.
3620
3621 2006-04-21 Glenn Morris <rgm@gnu.org>
3622
3623 * calendar/cal-menu.el (calendar-mode-map): Refer to
3624 `diary-view-entries' rather than alias `view-diary-entries'.
3625 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3626
3627 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3628
3629 * progmodes/antlr-mode.el (antlr-default):
3630 * cus-edit.el (custom-documentation):
3631 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3632 in defface.
3633
3634 2006-04-21 Kim F. Storm <storm@cua.dk>
3635
3636 * image.el (image-type): New defun split out of create-image.
3637 (create-image): Use it.
3638
3639 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3640
3641 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3642 (org-open-at-point): Remove the "...done" message to keep output
3643 in the echo area visible.
3644 (org-export-as-xoxo): Fix call to `indent-region'.
3645
3646 2006-04-21 Kevin Ryde <user42@zip.com.au>
3647
3648 * international/mule.el (keyboard-coding-system): defcustom
3649 info-link fixes: "Specify Coding" has been split, keyboard now in
3650 "Terminal Coding", and "Single-Byte Character Support" is now
3651 "Unibyte Mode".
3652
3653 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3656 Use font-lock-warning-face for any errors e.g. no stack.
3657 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3658
3659 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3660
3661 * progmodes/sh-script.el (sh-shell): Mark as safe.
3662
3663 * newcomment.el (comment-start, comment-start-skip)
3664 (comment-end-skip, comment-end): Mark as safe.
3665
3666 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3667
3668 * textmodes/org.el (org-deadline-announce): Face removed.
3669 (org-level-faces, org-n-levels): Convert to constant.
3670 (org-compatible-face): New function.
3671 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3672 (org-level-5, org-level-6, org-level-7, org-level-8)
3673 (org-special-keyword, org-warning, org-headline-done, org-link)
3674 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3675 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3676 Face definition revised for better color tty support.
3677 (org-bold-re, org-italic-re, org-underline-re): New constants.
3678 (org-set-font-lock-defaults): Use the new constants.
3679 (org-agenda-highlight-todo): New function.
3680 (org-agenda-todo): Fix bug with point at end of line.
3681 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3682 Fontify TODO keywords.
3683 (org-insert-link): Preserve relative path in ../ links.
3684 (org-export-as-html): Convert links pointing to .org files into
3685 links that will work beteen the exported HTML files.
3686 (org-todo-list): Fix bug when arg=0.
3687 (org-insert-heading): More fine-tuning.
3688
3689 2006-04-19 Romain Francoise <romain@orebokech.com>
3690
3691 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3692 from `rmail-mime-charset-pattern'.
3693
3694 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3695
3696 * progmodes/python.el (python-mode): Fix typo.
3697
3698 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3699
3700 * comint.el (comint-previous-input): Don't clobber input line
3701 when moving off either end of the input history ring.
3702 (comint-delete-input): New function, used by
3703 `comint-previous-input' and others.
3704 (comint-previous-matching-input):
3705 Use `coming-delete-input'. Save the partial input if leaving the
3706 edit line. Goto point-max before deleting input to avoid
3707 partial input fragments hanging around.
3708 (comint-restore-input): New function, used by `comint-previous-input'.
3709
3710 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3711
3712 * imenu.el (imenu--index-alist): Balance parentheses.
3713
3714 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3715
3716 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3717
3718 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3719
3720 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3721 file is nil.
3722
3723 2006-04-18 Richard Stallman <rms@gnu.org>
3724
3725 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3726
3727 * imenu.el (imenu-create-index-function, imenu--index-alist)
3728 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3729 (imenu-default-create-index-function, imenu--generic-function):
3730 Doc fixes.
3731
3732 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3733
3734 * help-mode.el (help-mode): Set view-exit-action to delete window.
3735
3736 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3737 now works by passing nil as arg.
3738
3739 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3740
3741 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3742 (read-abbrev-file): Provide default when reading filename.
3743
3744 * files.el (enable-local-variables): Allow :all as value.
3745 (hack-local-variables): Implement that value.
3746 (safe-local-variable-values, safe-local-eval-forms)
3747 (enable-local-variables): Mark as risky.
3748 (find-file-visit-truename, kept-old-versions): Mark safe.
3749
3750 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3751 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3752 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3753
3754 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3757 Use forward-line so as to get to BOL even in the presence of fields.
3758 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3759 in return.
3760 (inferior-tcl): Tell tclsh to work in interactive mode.
3761
3762 * complete.el (partial-completion-mode):
3763 Use 'choose-completion-string-functions to make sure that
3764 choose-completion fills the minibuffer properly.
3765
3766 * complete.el (PC-old-read-file-name-internal): Remove.
3767 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3768 of read-file-name-internal.
3769 (partial-completion-mode): Enable/disable this advice.
3770
3771 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3774 of 2006-04-17.
3775
3776 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3777
3778 * textmodes/org.el (org-insert-heading): Insert heading before
3779 current if at beginning of line.
3780 (org-todo, org-date): New faces.
3781 (org-table-align): Make sure tooltip window contains full text.
3782 (org-no-properties): New defsubst.
3783 (org-set-font-lock-defaults): Use new faces.
3784
3785 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3786
3787 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3788 for root variables.
3789
3790 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3791 (gdb-frame-address): Re-use to identify frame for watch expression.
3792 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3793 variables.
3794 (gdb-init-1, gdb-source, gdb-post-prompt)
3795 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3796 (gdb-frame-handler): Get gdb-frame-address.
3797
3798 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3799
3800 Sync with Tramp 2.0.53.
3801
3802 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3803 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3804 (tramp-completion-file-name-handler): Add autoload cookie for
3805 adding to `file-name-handler-alist'.
3806
3807 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3808 the prompt. If it returns earlier (when detecting an error
3809 message), the rest of the output will merge accidently with the
3810 output of the next command. Reported by M Jared Finder
3811 <jared@hpalace.com>.
3812
3813 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3814 for `process-file', in order to let it work for older Emacsen too.
3815
3816 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3817
3818 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3819 (tex-font-lock-keywords-3): Use it.
3820
3821 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * newcomment.el (comment-add): New function.
3824 (comment-region-default, comment-dwim): Use it.
3825
3826 2006-04-15 Michael Olson <mwolson@gnu.org>
3827
3828 * emacs-lisp/tq.el: Improve comments.
3829 (tq-queue-head-question): New accessor function.
3830 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3831 Update for modified queue structure.
3832 (tq-queue-add): Accept `question' argument.
3833 (tq-queue-pop): If a question is pending, send it.
3834 (tq-enqueue): Accept new optional argument `delay-question'.
3835 If this is non-nil, and at least one other question is pending a
3836 response, queue the question rather than sending it immediately.
3837
3838 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3839
3840 * calendar/appt.el (appt-add): Check whether an appointment is
3841 already present in appt-time-msg-list. Simplify code.
3842
3843 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * progmodes/cc-langs.el (c-mode-menu):
3846 Don't presume c-subword-mode is bound.
3847
3848 2006-04-13 Bill Wohler <wohler@newt.com>
3849
3850 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3851 (customize-package-emacs-version): Use cdr instead of cadr now
3852 that alists use dotted pairs.
3853
3854 * custom.el (defcustom): Fix docstring for :package-version.
3855
3856 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3857
3858 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3859 (tramp-handle-shell-command): Display output buffer only when
3860 `tramp-display-shell-command-buffer' is true.
3861 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3862
3863 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3864
3865 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3866 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3867
3868 2006-04-13 Romain Francoise <romain@orebokech.com>
3869
3870 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3871 leaving temporary .cvsignore buffers behind.
3872
3873 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3874
3875 * textmodes/org.el (org-set-regexps-and-options)
3876 (org-get-current-options): Better names for the startup folding
3877 options.
3878
3879 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3880
3881 * vc.el (vc-annotate): Arrange for point to end up at the same
3882 line number as in the original, but only when using a new buffer.
3883
3884 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3885
3886 * files.el (hack-one-local-variable-eval-safep):
3887 Recognize `edebug-form-spec' for `put', but only if it passes
3888 `edebug-basic-spec'. Generalize `put' handling.
3889
3890 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3891 vetting file-local form specs.
3892
3893 * allout.el (allout-layout): Autoload its `safe-local-variable'
3894 property.
3895
3896 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3897
3898 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3899 (org-agenda-mouse-1-follows-link)
3900 (org-mouse-1-follows-link): New options.
3901 (org-format-agenda-item): Fix bug if TAGS is nil.
3902 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3903
3904 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3905
3906 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3907 GDB 6.1+ gives full filename for "info sources" so use
3908 file-name-nondirectory.
3909
3910 2006-04-12 Romain Francoise <romain@orebokech.com>
3911
3912 * subr.el (read-passwd): Bind `message-log-max' to nil.
3913
3914 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/perl-mode.el (perl-indent-new-calculate):
3917 Recompute parse-start after jumping backward by a whole sexp.
3918
3919 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3922 window configuration.
3923 (vc-annotate-display-select): Select the buffer so that current-buffer
3924 (and selected-window) is the output buffer at the end of vc-annotate.
3925
3926 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3927
3928 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3929 8-color terminals, to use all of the colors in a sensible order.
3930 256-color terminals work well with the standard map.
3931 (vc-annotate-lines): Only strip the first color character if it
3932 is "#", to allow for terminal-style named colors.
3933 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3934 the correct buffer is scrolled.
3935
3936 2006-04-11 Richard Stallman <rms@gnu.org>
3937
3938 * emacs-lisp/bytecomp.el (byte-compile-file):
3939 Bind enable-local-variables to :safe, and make normal-mode obey it.
3940
3941 * files.el (enable-local-variables): Allow value :safe.
3942 (normal-mode): Doc fix.
3943 (hack-local-variables): Implement enable-local-variables = :safe.
3944 (hack-local-variables-confirm): Don't prevent quitting.
3945
3946 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * loadhist.el (unload-feature): A bit of sanity check of
3949 load-history entries. Cancel timer-vars before unbinding them.
3950
3951 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3952 quote special chars, and make the trick work on the hex part of the
3953 buffer as well.
3954 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3955 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3956
3957 * startup.el (normal-splash-screen): Fix last change so we don't wait
3958 2 minutes if we don't show the splash screen.
3959
3960 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3961
3962 * textmodes/org.el (org-export-plain-list-max-depth)
3963 (org-table-spaces-around-separators)
3964 (org-radio-targets, org-activate-camels)
3965 (org-table-spaces-around-invisible-separators): Options removed.
3966 (org-time-stamp-rounding-minutes, org-remember-templates)
3967 (org-ellipsis, org-activate-links, org-descriptive-links):
3968 New options.
3969 (org-remember-apply-template, org-current-time)
3970 (org-finish-edit-table-field)
3971 (org-link-unescape, org-link-escape)
3972 (org-string-width, org-table-clean-line, org-html-do-expand)
3973 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3974 (org-read-agenda-file-list): New functions.
3975 (org-table-edit-field)
3976 (org-table-create-or-convert-from-region): New commands
3977 (org-table-toggle-vline-visibility): Command removed.
3978 (org-table-convert-region): Made a command.
3979 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3980 Replace with the normal org- functions.
3981 (org-self-insert-command): Don't trigger realign unnecessarily
3982 when blanking a field that is not full.
3983 (org-mode): `Set buffer-invisibility-spec' for links.
3984 (org-activate-links2): Hide link part and only show descriptive
3985 part of the link.
3986 (org-insert-link): Modify for new linking system.
3987 (org-store-link): Store description separately, for use by
3988 `org-insert-link'.
3989 (org-table-align): Use `org-string-width'.
3990 (defgroup): Completely new group structure for custom variables.
3991 (org-agenda-files): Option: Single file name allowed. Function:
3992 Optional argument unrestrited means ignore any restricitons.
3993 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3994 trying to modify the menu. Use generalized access to
3995 `org-agenda-files.'
3996 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3997 (org-agenda-file-to-front, org-remove-file, org-diary)
3998 (org-tags-view, org-export-icalendar-all-agenda-files)
3999 (org-export-icalendar-combine-agenda-files): Use generalized
4000 access to `org-agenda-files'.
4001 (org-remember-handler): Correctly preserve heading if present.
4002 (org-table-insert-row, org-table-insert-hline): Deal with
4003 invisible characters.
4004
4005 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4006
4007 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4008 (vc-annotate-color-map): New 18 element constant
4009 value/saturation, rotating hue colormap, from red->blue.
4010 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4011 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4012 (vc-annotate): To avoid killing the required local variables,
4013 set them before the end of `with-output-to-temp-buffer', and
4014 after first switching to annotate-mode.
4015 (vc-annotate-warp-version): Add buffer argument in goto-line to
4016 ensure annotation, not source, is scrolled.
4017
4018 2006-04-10 Bill Wohler <wohler@newt.com>
4019
4020 * custom.el (defcustom, custom-handle-keyword):
4021 Add :package-version keyword.
4022 (custom-add-package-version): New function. Sets value of new
4023 property 'custom-package-version from :package-version keyword.
4024 (defcustom): Create Common Keywords section in docstring.
4025 (defface, defgroup): Replace definitions of a select few keywords
4026 with a reference to the Common Keywords in defcustom.
4027 (defcustom, defface, defgroup): Replace reference to Customization
4028 chapter in manual with hyperlink.
4029
4030 * cus-edit.el (customize-package-emacs-version-alist):
4031 New variable.
4032 (customize-changed-options): Add check for custom-package-version.
4033 (customize-package-emacs-version): New function to look up Emacs
4034 version corresponding to the given package version.
4035
4036 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4037 defun name, in similar fashion to find-variable-regexp.
4038
4039 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4040
4041 * international/mule-cmds.el (set-locale-environment): Fix last
4042 change for when the locale's preferences don't specify any encoding.
4043
4044 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4047 so the defined var/fun doesn't need to be quoted.
4048
4049 2006-04-10 Richard Stallman <rms@gnu.org>
4050
4051 * finder.el (finder-mode-map): Add n and p bindings.
4052
4053 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4054
4055 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4056 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4057 (gdb-setup-windows): Put something in source window if we can't find
4058 the source file.
4059 (gdb-frame-handler): Make it work again with just assembly.
4060 (gdb-data-list-register-values-handler): Make it work when there is
4061 no stack.
4062
4063 2006-04-09 Richard Stallman <rms@gnu.org>
4064
4065 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4066 specs while looking for charset.
4067
4068 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4069
4070 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4071 Make them faces.
4072 (lm-font-lock-keywords): Update appropriately.
4073
4074 2006-04-10 Kim F. Storm <storm@cua.dk>
4075
4076 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4077 it can also replace buffer-substring-no-properties.
4078
4079 * emulation/cua-base.el (cua-delete-region, cua-paste)
4080 (cua-repeat-replace-region): Use filter-buffer-substring.
4081
4082 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4083 (cua-cut-region-to-global-mark): Likewise.
4084
4085 * emulation/cua-rect.el (cua--extract-rectangle)
4086 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4087
4088 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4089
4090 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4091 entry-type. Add field delimiters to numerical fields if they are
4092 not present.
4093
4094 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4095
4096 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4097 string-const to return value.
4098 (bibtex-remove-delimiters): Use it.
4099
4100 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4103 cl-byte-compile-compiler-macro unless it exists.
4104
4105 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4106
4107 * files.el (hack-local-variables-confirm) <offer-save>:
4108 Clarify message text. Suggested by Ralf Angeli.
4109
4110 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4111
4112 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4113 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4114 instead of `buffer-substring' and `delete-region'. (Most of the
4115 code actually copied from `kill-region'.)
4116
4117 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4118
4119 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4120 (rcirc-default-port): Rename from rcirc-port.
4121 (rcirc-default-nick): Rename from rcirc-nick.
4122 (rcirc-default-user-name): Rename from rcirc-user-name.
4123 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4124 (rcirc-low-priority-flag): New variable.
4125 (rcirc-decode-coding-system): New defcustom.
4126 (rcirc-encode-coding-system): New defcustom.
4127 (rcirc-coding-system-alist): New defcustom.
4128 (rcirc-multiline-major-mode): New defcustom.
4129 (rcirc-nick): New internal variable.
4130 (rcirc-process): Remove variable.
4131 (rcirc-server-buffer): New variable.
4132 (rcirc): Update to use rcirc-default-* variables above.
4133 (rcirc-connect): Do not add window-configuration-hook-here.
4134 (rcirc-server): New internal variable.
4135 (rcirc-connect): Do not send keepalive pings if
4136 rcirc-keepalive-seconds is nil.
4137 (with-rcirc-server-buffer): New macro.
4138 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4139 (rcirc-server-name): Rename from rcirc-server.
4140 (rcirc-buffer-process): New function.
4141 (rcirc-buffer-nick): New function.
4142 (rcirc-buffer-target): Remove function.
4143 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4144 New commands.
4145 (rcirc-mode-map): Change binding of C-c C-l to
4146 rcirc-toggle-low-priority.
4147 (rcirc-mode): Initialize coding system based on
4148 rcirc-coding-system-alist. New change-major-mode-hook to part the
4149 channel on a mode change. Make kill-buffer-hook buffer-local.
4150 (rcirc-change-major-mode-hook): New function.
4151 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4152 (rcirc-last-post-time): New variable.
4153 (rcirc-process-message): Store the last time user posted a message
4154 to this target.
4155 (rcirc-multiline-minor-mode): New mode.
4156 (rcirc-multiline-minor-mode-map): New mode map.
4157 (rcirc-edit-multiline): Put multiline-edit buffer in
4158 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4159 (rcirc-print): Ignore any line starting with an ignored nick.
4160 (rcirc-print): Decode using rcirc-decode-coding-system.
4161 (rcirc-track-minor-mode): Update global-mode-string when disabling
4162 this mode.
4163 (minor-mode-alist): Add LowPri indicator.
4164 (rcirc-toggle-low-priority): New function.
4165 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4166 next lowpriority buffer with activity.
4167 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4168 last time the user posted a message in to the target.
4169 (rcirc-update-activity-string): New formatting for low priority
4170 buffers.
4171 (rcirc-split-activity): New function.
4172 (rcirc-handler-PART, rcirc-handler-KICK)
4173 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4174 (rcirc-nick-away-alist): New variable.
4175 (rcirc-handler-301): New handler. Away messages are printed once
4176 per change.
4177
4178 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4179
4180 * info.el (Info-follow-nearest-node): Doc fix.
4181
4182 * international/mule-cmds.el (set-locale-environment): Make sure
4183 the coding-system preferred by the locale's language has the same
4184 EOL conversion type as the original buffer-file-coding-system.
4185 (locale-language-names): Add a few MS Windows language codes.
4186
4187 2006-04-07 Richard Stallman <rms@gnu.org>
4188
4189 * simple.el (eval-expression): Doc fix.
4190
4191 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4192 (eval-defun): Doc fixes.
4193
4194 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4195
4196 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4197
4198 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4199
4200 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4201 GDB list command without argument for greater generality.
4202
4203 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4204
4205 * subr.el (string-or-null-p): New function.
4206
4207 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4208
4209 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4210
4211 * files.el: Update comment about safe-local-variable declarations.
4212
4213 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4214
4215 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4216 See idlwave.org.
4217
4218 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4219 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4220
4221 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4222 See idlwave.org.
4223
4224 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4225 version 6.0 (minimal changes). See idlwave.org.
4226
4227 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4228 6.0 (minimal changes). See idlwave.org.
4229
4230 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4231
4232 2006-04-06 Romain Francoise <romain@orebokech.com>
4233
4234 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4235 symmetric encryption features and a new asynchronous interface to
4236 GnuPG. This new version is version 1.4, plus whitespace changes.
4237
4238 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4239
4240 * files.el: Move some `safe-local-variable' declarations to the
4241 respective files.
4242
4243 * textmodes/ispell.el (ispell-check-comments)
4244 (ispell-local-dictionary): Mark as safe.
4245
4246 * abbrev.el (abbrev-mode): Mark as safe.
4247
4248 * add-log.el (change-log-default-name): Mark as safe.
4249
4250 * textmodes/reftex-vars.el (reftex-vref-is-default)
4251 (reftex-fref-is-default, reftex-level-indent)
4252 (reftex-guess-label-type): Mark as safe.
4253
4254 * textmodes/fill.el (colon-double-space): Mark as safe.
4255
4256 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4257 (sentence-end-double-space, sentence-end-without-period)
4258 (sentence-end-without-space, sentence-end, sentence-end-base)
4259 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4260
4261 2006-04-06 Kim F. Storm <storm@cua.dk>
4262
4263 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4264 the :set-after list.
4265 (ido-downcase-unc-hosts): New user option. Default on.
4266 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4267 when it is set, as regexps are now applied on the fly.
4268 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4269 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4270 on the fly, but only when ido-process-ignore-lists is set.
4271 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4272 Only downcase names if ido-downcase-unc-hosts is set.
4273
4274 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4277
4278 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4279
4280 2006-04-05 Kim F. Storm <storm@cua.dk>
4281
4282 * ido.el (ido-mode): Set after ido-unc-hosts and
4283 ido-ignore-unc-host-regexps.
4284 (ido-save-history): Save ido-unc-hosts-cache.
4285 (ido-load-history): Load ido-unc-hosts-cache.
4286 (ido-reread-directory): Refresh unc hosts cache in // dir.
4287
4288 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4289 to nil while displaying slash screen.
4290
4291 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4292
4293 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4294 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4295
4296 2006-04-05 Kenichi Handa <handa@m17n.org>
4297
4298 * international/characters.el: Setup cases of Latin, Greek, and
4299 Cyrillic characters in CJK charsets.
4300
4301 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4302
4303 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4304 default-enable-multibyte-characters. This reverts the change from
4305 revision 6.17 which is no longer necessary because the passphrase
4306 is sent separately now. GnuPG messages are unreadable under
4307 multibyte locales with default-enable-multibyte-characters set to nil.
4308
4309 2006-04-04 Andreas Schwab <schwab@suse.de>
4310
4311 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4312 and `byte-compile-warnings' as `safe-local-variable'.
4313
4314 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * man.el (Man-mode-map): Restore the \r binding.
4317 (Man-abstract-xref-man-page): If Man-target-string is a function,
4318 call it.
4319 (Man-highlight-references): Use Man-default-man-entry to get the
4320 target. Deal with xrefs too.
4321 (Man-highlight-references0): Don't call the target function.
4322
4323 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4324 cannot deal with it.
4325
4326 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4327
4328 * pgg-gpg.el: Clean up process buffers every time gpg processes
4329 complete.
4330
4331 2006-04-04 Kenichi Handa <handa@m17n.org>
4332
4333 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4334 here.
4335 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4336 Temporarily bind inhibit-field-text-motion to t.
4337
4338 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * startup.el (normal-splash-screen): Only set mode-line-format in the
4341 splash buffer, so as not to interfere when debugging the code.
4342 Ignore errors when switching buffer.
4343
4344 2006-04-03 Romain Francoise <romain@orebokech.com>
4345
4346 * dired.el (dired-dnd-protocol-alist): Fix typo.
4347
4348 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4349
4350 * savehist.el (savehist): Add :version.
4351 (savehist-ignored-variables): New variable.
4352 (savehist-minibuffer-hook): Don't save variables listed in
4353 `savehist-ignored-variables'.
4354
4355 * dired.el (dired-dnd-protocol-alist): Mention that change does
4356 only apply to new buffers in doc string.
4357
4358 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4359
4360 * recentf.el (recentf-open-files-item): Include newline in button
4361 field, so opening a file will work, when the point is at the end
4362 of the file name. Allow, for example, to [i]search a file by
4363 extension and just push RET to open it.
4364
4365 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4366
4367 * pgg-gpg.el (pgg-gpg-process-filter)
4368 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4369
4370 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4371 lines, temporary fix.
4372
4373 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4376
4377 2006-04-02 Richard Stallman <rms@gnu.org>
4378
4379 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4380
4381 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4384 header-mouse-map.
4385
4386 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4387 (ibuffer-mode-header-map): New keymaps.
4388 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4389 and keybindings for column headers.
4390 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4391 property.
4392
4393 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4394
4395 * speedbar.el (speedbar-after-create-hook): Doc fix.
4396
4397 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4398
4399 * shell.el (shell-directory-tracker)
4400 (shell-dynamic-complete-command): Doc fixes.
4401
4402 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4403
4404 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4405 terminals.
4406
4407 2006-04-01 Kim F. Storm <storm@cua.dk>
4408
4409 * ido.el (ido-unc-hosts-cache): New defvar.
4410 (ido-unc-hosts): If value of defcustom is a function, call it to
4411 get list of UNC hosts. Add function-item choices to specify
4412 ido-unc-hosts-net-view or user function.
4413 (ido-ignore-unc-host-regexps): New defcustom.
4414 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4415 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4416 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4417
4418 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4421 wwidth.
4422
4423 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4426 (ido-max-work-file-list, ido-switch-buffer)
4427 (ido-read-file-name-as-directory-commands):
4428 Fix typos in docstrings.
4429
4430 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4431
4432 * term/mac-win.el (mac-system-coding-system): Define and use after
4433 Mac-specific coding systems are ready.
4434
4435 2006-03-27 Romain Francoise <romain@orebokech.com>
4436
4437 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4438
4439 * ldefs-boot.el: Update.
4440
4441 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4442
4443 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4444 passphrases when it is not needed.
4445 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4446 passphrase stuff from gpg, should only be necessary when you use
4447 gpg with a smartcard.
4448
4449 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4450
4451 * comint.el (comint-dynamic-list-completions): Allow user to
4452 select *Completions* buffer.
4453
4454 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4455
4456 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4457
4458 2006-03-26 Andreas Schwab <schwab@suse.de>
4459
4460 * progmodes/gud.el (gdb): Only complain about multiple debugging
4461 when the gdb process is still running.
4462
4463 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4464
4465 * mail/rmail.el (tool-bar-map): Defvar it.
4466 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4467 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4468
4469 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4470
4471 * help.el (print-help-return-message): Suggest to use
4472 display-buffer instead of switch-to-buffer-other-window to restore
4473 the previous window without selecting it.
4474
4475 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4476
4477 * frame.el (select-frame-by-name): Call x-focus-frame also when
4478 window-system is mac.
4479
4480 * term/mac-win.el: Adjust Courier font specifications in
4481 x-fixed-font-alist.
4482 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4483 when directly encoding to UTF-16 in native byte order, no BOM.
4484
4485 2006-03-25 Kim F. Storm <storm@cua.dk>
4486
4487 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4488 (cua--init-keymaps): Use it instead of fixed C-return.
4489 (cua-mode): Set after it.
4490
4491 * emulation/cua-rect.el (cua--init-rectangles):
4492 Use cua-rectangle-mark-key instead of fixed C-return.
4493
4494 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4495
4496 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4497 "run" in .gdbinit.
4498 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4499
4500 2006-03-24 Romain Francoise <romain@orebokech.com>
4501
4502 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4503 `display-buffer-other-frame'.
4504
4505 2006-03-24 Kim F. Storm <storm@cua.dk>
4506
4507 * apropos.el (apropos-synonyms): Add selection => region.
4508
4509 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4512 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4513 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4514 (gdb-data-list-register-values-regexp)
4515 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4516 Future proof against new fields being added to MI output.
4517 (gdb-send): Don't treat backslashes for program input as
4518 continuations.
4519 (gdb-assembler-handler): Don't use window-start for this handler.
4520 (gdb-frame-handler): Don't change to hollow arrow if overlay
4521 arrow doesn't move to new frame.
4522
4523 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4526 prevent compiler warnings.
4527 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4528 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4529 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4530 buffer too.
4531
4532 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4533
4534 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4535 make-network-process, so we can use the same code in Gnus v5-10
4536 too and have this file fully synchronized with that release.
4537
4538 2006-03-23 Romain Francoise <romain@orebokech.com>
4539
4540 * ibuf-ext.el (ibuffer-read-filter-group-name):
4541 Use `ibuffer-generate-filter-groups' to make completion list match
4542 the filter groups that are really displayed in the Ibuffer buffer.
4543 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4544
4545 2006-03-23 Kenichi Handa <handa@m17n.org>
4546
4547 * international/mule-cmds.el (sort-coding-systems): Describe that
4548 the argument is modified in docstring.
4549
4550 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4551
4552 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4553 (pgg-gpg-update-agent): New function.
4554 (pgg-gpg-use-agent-p): New function.
4555 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4556 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4557 (pgg-gpg-sign-region): Use it.
4558
4559 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4560
4561 * cus-edit.el (custom-face-set): Call custom-push-theme before
4562 face-spec set so that `changed' theme is correctly saved.
4563 (custom-face-reset-standard): Reset to recalculated face rather
4564 than defface spec.
4565
4566 * custom.el (custom-push-theme): Only save `changed' theme if the
4567 current face does not match the defface specs.
4568
4569 2006-03-21 Simon Josefsson <jas@extundo.com>
4570
4571 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4572 <wilde@sha-bang.de>.
4573 (pgg-gpg-use-agent): New variable.
4574 (pgg-gpg-process-region): Use it.
4575 (pgg-gpg-encrypt-region): Likewise.
4576 (pgg-gpg-encrypt-symmetric-region): Likewise.
4577 (pgg-gpg-decrypt-region): Likewise.
4578 (pgg-gpg-sign-region): Likewise.
4579 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4580
4581 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4582
4583 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4584 bracket links.
4585
4586 2006-03-21 Kim F. Storm <storm@cua.dk>
4587
4588 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4589 fringe-indicator-alist instead of modifying global value.
4590 (gdb-frame-handler): Likewise.
4591
4592 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4593
4594 * diff-mode.el (diff-function): Make it inherit from diff-header
4595 instead of diff-context.
4596
4597 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4598 bitmap.
4599 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4600 change names in macro above for consistency.
4601 (gdb-frame-handler): Use hollow-right-triangle for all selected
4602 frames which except the innermost (where execution has stopped).
4603 (gdb-reset): Reset buffer-local values of overlay-arrow.
4604
4605 2006-03-20 Richard Stallman <rms@gnu.org>
4606
4607 * simple.el (set-mark-command): Doc fix.
4608
4609 * files.el (display-buffer-other-frame): New command.
4610 (ctl-x-4-map): Bind C-x 5 C-o to it.
4611
4612 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4615 rather than just defer-time, in case defer-time has been changed but
4616 the timer isn't running yet.
4617 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4618
4619 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4620
4621 * help-mode.el (help-follow-symbol): New function.
4622 Essentially identical to the old `help-follow', but do not let
4623 `push-button' do the work when on an xref.
4624 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4625
4626 2006-03-19 Richard Stallman <rms@gnu.org>
4627
4628 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4629 preceded by the word `program'.
4630 (help-follow-mouse, help-follow): Throw error if not on xref.
4631 Delete no longer used args.
4632
4633 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4636 annotation ensure gud-overlay-arrow-position is redisplayed.
4637
4638 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4639
4640 * textmodes/bibtex.el (bibtex-include-OPTkey)
4641 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4642 (bibtex-autokey-name-case-convert)
4643 (bibtex-autokey-titleword-case-convert): Make these the aliases
4644 for the following two variables.
4645 (bibtex-autokey-name-case-convert-function)
4646 (bibtex-autokey-titleword-case-convert-function): Make these the
4647 real names.
4648 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4649 bibtex-font-lock-crossref sublists.
4650 (bibtex-mode): Revert 2005-12-30 change (which made
4651 completion-ignore-case buffer-local).
4652 (bibtex-url): Simplify.
4653
4654 2006-03-19 Kim F. Storm <storm@cua.dk>
4655
4656 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4657 cursor property value to 2 (to align with C level change).
4658
4659 2006-03-19 Bill Wohler <wohler@newt.com>
4660
4661 * image.el (image-load-path-for-library): Shorten first line in
4662 docstring.
4663
4664 2006-03-18 Richard Stallman <rms@gnu.org>
4665
4666 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4667
4668 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4669
4670 * isearch.el (isearch-other-meta-char): Handle user bindings for
4671 shifted control characters.
4672
4673 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4674
4675 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4676 part that matches email addresses, file names, etc.
4677
4678 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4679
4680 * term/w32-win.el (mouse-set-font):
4681 Mention w32-list-proportional-fonts in the doc string.
4682
4683 2006-03-18 Kim F. Storm <storm@cua.dk>
4684
4685 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4686 (ido-unc-hosts): New user option to explicitly define list of know
4687 UNC-style hosts for completion.
4688 (ido-cache-unc-host-shares-time): New user option.
4689 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4690 New helper functions for UNC file-name support.
4691 (ido-may-cache-directory): Check for UNC host. Simplify.
4692 (ido-wash-history): Clean out old UNC hosts.
4693 (ido-nonreadable-directory-p): UNC hosts are always readable.
4694 (ido-directory-too-big-p): UNC hosts are never too big.
4695 (ido-set-current-directory): Handle UNC root path.
4696 (ido-file-name-all-completions): Complete UNC host names from
4697 ido-unc-hosts list. Cache UNC host shares.
4698 (ido-make-file-list-1): Don't filter UNC root.
4699 (ido-exhibit): Check for // in root directory, and switch to UNC
4700 mode by setting ido-current-directory to //.
4701
4702 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4703
4704 * cus-edit.el (customize-changed-options): Mention explicit
4705 version number as default in prompt.
4706
4707 2006-03-17 Bill Wohler <wohler@newt.com>
4708
4709 * image.el (image-load-path-for-library): Minor docstring fix.
4710
4711 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4712
4713 * textmodes/org.el (org-read-date): Include subgroup 5 into
4714 replacement text.
4715 (org-popup-calendar-for-date-prompt): Fix customization type.
4716
4717 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4720 (gdb-continuation): New variable.
4721 (gdb-send): Deal with continuation lines.
4722
4723 * progmodes/gud.el (gud-gdb-complete-command)
4724 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4725 expressions.
4726 (gud-tooltip-mode): Use buffer-local value.
4727
4728 2006-03-16 Kim F. Storm <storm@cua.dk>
4729
4730 * ido.el (ido-edit-input): Use selected match, if any.
4731
4732 2006-03-16 Bill Wohler <wohler@newt.com>
4733
4734 * image.el (image-load-path-for-library): Prefer user's images in
4735 image-load-path.
4736
4737 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4738
4739 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4740 when checking for attempt to drag leftmost or rightmost scrollbar.
4741
4742 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4745 (gdb-force-mode-line-update): New function.
4746 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4747 (gdb-exited): Use them.
4748 (gdb-signal): New function.
4749 (gdb-annotation-rules): Provide a rule for it.
4750
4751 2006-03-16 Kenichi Handa <handa@m17n.org>
4752
4753 * international/mule.el (auto-coding-regexp-alist): Add entries
4754 for Unicode BOM.
4755
4756 * sort.el (sort-build-lists): Temporarily bind
4757 inhibit-field-text-motion to t.
4758
4759 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4760
4761 * locate.el (locate-command, locate-make-command-line)
4762 (locate-fcodes-file, locate-update-command)
4763 (locate-prompt-for-command, locate, locate-with-filter)
4764 (locate-get-file-positions): Doc fixes.
4765 (locate-buffer-name, locate-header-face): Remove leading `*' in
4766 defcustom.
4767 (locate-filter-output): Use `keep-lines' instead of its alias
4768 `delete-non-matching-lines'.
4769 (locate-get-filename, locate-get-dirname): Add introductory comment.
4770 (locate-find-directory-other-window): Give appropriate error
4771 message if used outside main listing.
4772
4773 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4776 the new extend-region feature.
4777 (font-lock-after-change-function): Update correspondingly.
4778 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4779 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4780
4781 2006-03-15 Bill Wohler <wohler@newt.com>
4782
4783 * image.el (image-load-path-for-library): Fix example by not
4784 recommending that one binds image-load-path. Just defvar it to
4785 placate compiler and only use it if previously defined.
4786
4787 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4788
4789 * textmodes/org.el (org-insert-centered): Use `string-width' to
4790 make underlining work for wide characters.
4791 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4792 TAB to `org-cycle', to make sure that no binding in
4793 `outline-mode-map' can supercede it.
4794
4795 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4796
4797 * allout.el: Increment version to 2.2.1 in file commentary.
4798
4799 (allout-version): Increment to 2.2.1.
4800
4801 (allout-default-layout): New customization variable, used when the
4802 file lacks a specific allout-layout. Uses allout-layout-type for
4803 recursively nested definition.
4804
4805 (allout-layout-type): Widget defining allout layouts, necessary for
4806 self-recursive definition.
4807
4808 (allout-mode): Incorporate allout-default-layout as fallback for
4809 allout-layout.
4810
4811 (allout-layout): Mark as 'safe-local-variable', and refer mention
4812 fallback to `allout-default-layout' in absence of a specified value.
4813 (allout-passphrase-verifier-string)
4814 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4815
4816 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4817
4818 (allout-get-encryption-passphrase-verifier): Use correct name of
4819 passphrase verifier in docstring.
4820
4821 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4822
4823 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4824 elements.
4825 (gdb-find-watch-expression): Make it work for arrays too.
4826 Follow change to gdb-var-list.
4827 (gud-watch): Allow the user to enter variable name with a prexix
4828 arg. Create keybindings.
4829 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4830 (gdb-var-list-children-handler, gdb-var-update-handler)
4831 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4832 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4833 Follow change to gdb-var-list.
4834 (gdb-starting): Don't show the overlay arrows when program is running.
4835
4836 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4837 gdb-var-list.
4838
4839 2006-03-14 Bill Wohler <wohler@newt.com>
4840
4841 * image.el (image-load-path-for-library): Pass value of path
4842 rather than symbol. Always return list of directories.
4843 Guarantee that image directory comes first.
4844
4845 2006-03-14 Alan Mackenzie <acm@muc.de>
4846
4847 * font-core.el (font-lock-extend-region\(-function\)?.):
4848 New function/variable.
4849
4850 * font-lock.el (font-lock-after-change-function):
4851 Call font-lock-extend-region. Obey font-lock-lines-before.
4852 (font-lock-default-fontify-region): Remove reference to
4853 font-lock-lines-before.
4854
4855 * jit-lock.el (jit-lock-after-change):
4856 Call font-lock-extend-region. Obey font-lock-lines-before.
4857
4858 2006-03-14 David Ponce <david@dponce.com>
4859
4860 * tree-widget.el (tree-widget-themes-load-path)
4861 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4862
4863 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4864
4865 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4866 (rcirc-print): Mark the start of text at the end of the prompt.
4867 (rcirc-track-minor-mode): Add autoload cookie.
4868 (rcirc-update-activity-string): Add space to front of mode-line
4869 indicator.
4870
4871 2006-03-13 Miles Bader <miles@gnu.org>
4872
4873 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4874 (rcirc-abbrev-nick): Remove function.
4875 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4876
4877 2006-03-13 David Ponce <david@dponce.com>
4878
4879 * tree-widget.el: Handle themes across all occurrences of the main
4880 themes sub-directory found in tree-widget-themes-load-path.
4881 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4882 (tree-widget--locate-sub-directory): Return all occurrences.
4883 (tree-widget-themes-path): New function.
4884 Replace tree-widget-themes-directory, and return a list of directories.
4885 (tree-widget-set-parent-theme)
4886 (tree-widget-lookup-image): Use it.
4887
4888 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4889
4890 * textmodes/org.el (org-link-search): Avoid self-matching of
4891 links, allow target text to be distributed over several lines.
4892 (org-search-not-link): New function.
4893 (org-set-regexps-and-options, org-get-current-options):
4894 New startup options.
4895 (org-export-as-html): Take odd-level setting from local variable.
4896 (org-fontify-emphasized-text): New option.
4897 (org-set-font-lock-defaults): Include emphasized text.
4898 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4899 (org-font-lock): Customize group renamed from `org-faces'.
4900
4901 2006-03-13 John Paul Wallington <jpw@pobox.com>
4902
4903 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4904 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4905
4906 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4907
4908 * cus-start.el (all): Delete :version keyword for members of the
4909 fringe group, since the entire group is new in 22.1.
4910
4911 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4912
4913 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4914 map if value is hexadecimal (an address).
4915 (gud-watch): Only search roots for existing watch expressions.
4916 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4917 prevent caching problems with speedbar-update-directory-contents.
4918
4919 2006-03-12 Juri Linkov <juri@jurta.org>
4920
4921 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4922 before comparing with `low' and `warn'.
4923
4924 * info.el (Info-dir-remove-duplicates): Move point to the
4925 beginning of the current line after deleting the entries from
4926 redundant heading. Use marker for `limit' and compare it with
4927 point before calling `re-search-forward'.
4928
4929 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4930
4931 * simple.el (yank): Fix typo in docstring.
4932
4933 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4934
4935 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4936 messages, where "D" is the 6th character.
4937
4938 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4939
4940 * simple.el (yank): Fix last change.
4941
4942 2006-03-11 David Ponce <david@dponce.com>
4943
4944 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4945 merging elements from the standard ispell-dictionary-alist.
4946 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4947 alist, and return the new alist.
4948
4949 2006-03-11 Richard Stallman <rms@gnu.org>
4950
4951 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4952
4953 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4954 the way it is implemented is too unclean.
4955
4956 * simple.el (kill-region, yank): Doc fix.
4957
4958 * battery.el (battery-echo-area-format): Doc fix.
4959 (battery-mode-line-format): Likewise.
4960 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4961 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4962
4963 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4964
4965 * progmodes/octave-mod.el (octave-indent-for-comment):
4966 Behave according to do string.
4967
4968 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4969
4970 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4971 Be visible only if major mode is Mail Mode.
4972
4973 * textmodes/flyspell.el (flyspell-external-point-words)
4974 (flyspell-process-localwords): Fix last changes.
4975
4976 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4977
4978 * calendar/holidays.el (list-holidays): Doc fix.
4979
4980 * international/mule.el (auto-coding-alist): Add .odt
4981 (OpenOffice's open document) files.
4982
4983 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4984 document) files. Mention in the doc string the need to sync with
4985 auto-coding-alist.
4986
4987 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4990 enable-local-variables is set to always query, or there is no
4991 savable variable.
4992
4993 2006-03-10 Bill Wohler <wohler@newt.com>
4994
4995 * image.el (image-load-path-for-library): Merge at least three
4996 functions from Gnus and MH-E into this one function that can now
4997 be shared.
4998
4999 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5002 gdb-remove-mouse-face and remove help-echo too.
5003 (gdb-enqueue-input): Correct conditional clause.
5004
5005 2006-03-10 Glenn Morris <rgm@gnu.org>
5006
5007 * calendar/calendar.el (calendar-holidays): Doc fix.
5008 * calendar/holidays.el (list-holidays): Doc fix.
5009
5010 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5013 it gets called in gdb-prompt anyway.
5014 (gdb-use-separate-io-buffer): Only restore window arrangement for
5015 gdb-many-windows.
5016 (gdb-enqueue-input): Make it harder to send GDB input when program
5017 is running.
5018 (gdb-buffer-list): New variable.
5019 (gdb-remove-mouse-face): New function.
5020 (gdb-starting): Use it when GDB input won't get sent.
5021
5022 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * help.el (view-lossage): Remove trailing whitespace before
5025 inserting "\n".
5026
5027 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * files.el (hack-local-variables-confirm):
5030 Set coding-system-for-read to nil before writing to .emacs.
5031
5032 * arc-mode.el (archive-extract): Check if an existing buffer name
5033 comes from a different archive.
5034
5035 * help.el (describe-key-briefly): If KEY is a down event, read and
5036 discard the up event.
5037
5038 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5041 be edited and use font-lock-warning-face for any changes.
5042
5043 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5044 (gdb-edit-value): Use it to report any errors.
5045
5046 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * help.el (describe-key): Remove leftover test code.
5049
5050 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5051
5052 * textmodes/org.el: Move defvars out of eval-when-compile.
5053 Use buffer-file-name variable.
5054 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5055 arg `file'.
5056 (org-level-faces): Remove startup dependency.
5057 (org-cycle, org-map-tree, org-scan-tags)
5058 (org-remember-handler): Don't call `outline-level' directly.
5059 (org-mhe-search-all-folders): New option.
5060 (org-mhe-get-message-folder-from-index)
5061 (org-mhe-get-message-folder): Fix indexing search.
5062 (org-format-agenda-item): Handle nil TAGS argument.
5063 (org-cleaned-string-for-export, org-activate-target-links)
5064 (org-make-target-link-regexp): Deal with empty radio target list.
5065 (org-tag): New face.
5066 (org-get-level-face): New function.
5067 (org-set-font-lock-defaults): Simplify setup for headlines.
5068 (org-complete): Pass common substring to `display-completion-list'.
5069
5070 2006-03-06 David Ponce <david@dponce.com>
5071
5072 * tree-widget.el: Update Commentary header.
5073 (tree-widget-theme-name): Ignore parent themes.
5074 (tree-widget-set-parent-theme): New function.
5075 (tree-widget-set-theme): Use it.
5076 (tree-widget-set-image-properties): Move definition. Does nothing
5077 if image properties have already been set.
5078 (tree-widget-image-properties): Move definition. Receive an image
5079 name. Set the :pointer property.
5080 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5081 Don't set the :pointer image property.
5082 (tree-widget-convert-widget): New function. Handle :dynargs
5083 compatibility here.
5084 (tree-widget): Use it to :convert-widget. Add the :expander-p
5085 predicate to control when the :expander function is entered.
5086 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5087 (tree-widget-value-create): Handle :expander-p. widget-apply
5088 :expander.
5089 (tree-widget-expander-p): New function. Default value of the
5090 :expander-p property.
5091
5092 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * help.el (describe-key): Properly handle the return value of
5095 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5096 remaps. Handle string and vector `follow-link' values.
5097
5098 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * complete.el (PC-expand-many-files): Try be more careful when parsing
5101 the shell's output.
5102
5103 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * outline.el (hide-sublevels): Provide better interactive default.
5106
5107 2006-03-06 Kenichi Handa <handa@m17n.org>
5108
5109 * international/fontset.el (create-fontset-from-fontset-spec):
5110 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5111
5112 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5113
5114 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5115 backslashes instead of one in regexp.
5116 (gud-tooltip-dereference): Add missing optional argument.
5117
5118 2006-03-04 John Paul Wallington <jpw@pobox.com>
5119
5120 * wdired.el (toplevel): Require `cl' at compile-time.
5121
5122 2006-03-04 Andreas Schwab <schwab@suse.de>
5123
5124 * server.el (server-process-filter): Handle errors during
5125 evaluation of the argument.
5126
5127 2006-03-03 John Paul Wallington <jpw@pobox.com>
5128
5129 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5130 escape parentheses at beginning of line.
5131 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5132 (t-mouse-mode): Remove period from end of error message.
5133
5134 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5135
5136 * textmodes/flyspell.el (flyspell-process-localwords):
5137 Be case-sensitive.
5138
5139 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5140
5141 * cus-edit.el (custom-quote): Remove function, since it has been
5142 moved to custom.el.
5143
5144 * font-lock.el (lisp-font-lock-keywords-2)
5145 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5146 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5147 they have no special meaning.
5148
5149 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5150 indirect buffer gets killed before indirect buffer. Use dolist.
5151
5152 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5153
5154 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5155 value instead of a literal constant (1) on more pauses.
5156
5157 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5158
5159 * textmodes/flyspell.el (flyspell-external-point-words):
5160 Be case-sensitive.
5161
5162 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5163
5164 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5165 with "www".
5166
5167 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5168
5169 * allout.el: Restablish intermediate missing comment header to
5170 preserve outline structure.
5171 (allout-beginning-of-current-entry): Skip invisible text.
5172 (allout-open-topic): Fix opening a topic at end-of-buffer.
5173 (allout-minor-mode): Move nearer to allout-mode function.
5174
5175 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5176
5177 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5178
5179 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5180
5181 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5182 is nil.
5183
5184 * progmodes/gud.el (gud-speedbar-menu-items):
5185 Use buffer-local-value and add missing :visible keyword.
5186
5187 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5188
5189 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5190
5191 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5192 must be `follow-link'.
5193
5194 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5195
5196 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5197 formatting: No nested anchors.
5198 (org-all-targets): Fix bug with XEmacs compatibility.
5199 (org-read-date): Add (require 'parse-time).
5200 (org-set-tags): Fix bug with extra inserted space.
5201 (org-export-html-style): Define a style class for targets.
5202 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5203 (org-hide-leading-stars): New option.
5204 (org-hide): New face.
5205 (org-set-font-lock-defaults): Allow to hide leading stars.
5206 (org-get-legal-level, org-tr-level): New functions.
5207 (org-odd-levels-only): New option.
5208 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5209 (org-demote, org-promote): Deal with double-star levels.
5210 (org-convert-to-odd-levels): New command.
5211
5212 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5213
5214 * speedbar.el (speedbar-update-localized-contents): Try to
5215 preserve window-start.
5216 (speedbar-update-directory-contents): Try to preserve window-start
5217 and window-point.
5218 (speedbar-update-special-contents): Don't move back to start of window.
5219
5220 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5221 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5222 speedbar-timer-fn.
5223 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5224 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5225 instead of gdb-speedbar-timer-fn.
5226
5227 2006-02-28 Jay Belanger <belanger@truman.edu>
5228
5229 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5230 (math-compose-expr): Use latex option when calling
5231 `math-compose-tex-matrix' for latex mode.
5232
5233 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * speedbar.el: Re-instate comments about developing for speedbar
5236 [this is what info and gdb-ui use even if better methods exist now].
5237
5238 * t-mouse.el: New file.
5239 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5240 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5241 (t-mouse-make-event-element): Use posn-at-x-y instead.
5242 (t-mouse-make-event): Deal with Fedora Core 3.
5243 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5244 (t-mouse-mouse-position-function): New function. Use it instead
5245 of advising mouse-position.
5246 (t-mouse-mode): New minor mode.
5247 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5248
5249 2006-02-27 Glenn Morris <rgm@gnu.org>
5250
5251 * calendar/calendar.el (calendar-holidays): Doc fix.
5252
5253 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5254
5255 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5256 Re-introduce the concept of a source window.
5257 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5258 consistency with get-buffer-create.
5259 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5260 (gdb-data-list-register-values-handler)
5261 (gdb-stack-list-locals-handler): Try to preserve window-start as
5262 well as window-point.
5263 (gdb-display-source-buffer): New function (old concept).
5264 (gdb-goto-breakpoint): Use it.
5265
5266 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5267 for gdb-ui/gdb-mi (old concept).
5268
5269 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5270
5271 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5272 binding.
5273
5274 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5275
5276 * textmodes/reftex-sel.el (reftex-select-label-map)
5277 (reftex-select-bib-map): Add `follow-mouse' binding.
5278
5279 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5280
5281 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5282 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5283 Give :set functions to provide automatic updating.
5284 Update docstring. Give compiler defvars early in the file
5285 and move the defcustoms to a later spot where all called functions
5286 are defined.
5287 (jka-compr-file-name-handler-entry): Doc fix.
5288 (jka-compr-compression-info-list--internal)
5289 (jka-compr-mode-alist-additions--internal)
5290 (jka-compr-load-suffixes--internal): New variables.
5291 (jka-compr-install): Set the three above variables.
5292 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5293 (jka-compr-update, jka-compr-set): New functions.
5294 (auto-compression-mode): Doc fix.
5295
5296 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5297 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5298 Use jka-compr-compression-info-list--internal,
5299 jka-compr-mode-alist-additions--internal and
5300 jka-compr-load-suffixes--internal.
5301
5302 * files.el (load-library):
5303 * loadhist.el (file-loadhist-lookup):
5304 * startup.el (command-line):
5305 * subr.el (locate-library):
5306 * emacs-lisp/autoload.el (update-directory-autoloads):
5307 * emacs-lisp/find-func.el (find-library-suffixes):
5308 Use `get-load-suffixes' instead of `load-suffixes'.
5309
5310 * subr.el (locate-library):
5311 * emacs-lisp/find-func.el (find-library-name):
5312 Use `load-file-rep-suffixes' instead of '("").
5313
5314 2006-02-26 Kim F. Storm <storm@cua.dk>
5315
5316 * ido.el (ido-save-history, ido-load-history): Simplify.
5317 Don't use find-file-noselect to avoid interference from other modes.
5318
5319 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5320
5321 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5322 to use the default shell if filename is not available.
5323 Reported by Giorgos Keramidas.
5324
5325 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5326
5327 * progmodes/etags.el (tags-completion-table): Do completion from
5328 all the tables in the current list, as documented in the manual.
5329
5330 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5331
5332 * CC Mode Update to 5.31.3.
5333
5334 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5335
5336 * progmodes/cc-mode.el (c-postprocess-file-styles):
5337 Bind inhibit-read-only to t, around the call to
5338 c-remove-any-local-eval-or-mode-variables, so that it works on a
5339 RO file.
5340
5341 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5342
5343 * progmodes/cc-awk.el: Correct a typo.
5344
5345 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5346
5347 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5348 c-hungry-delete-backwards, at the request of RMS. Leave the old
5349 name as an alias.
5350
5351 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5352
5353 * progmodes/cc-mode.el: Correct a typo.
5354
5355 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5356
5357 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5358
5359 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5360
5361 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5362 brace-else-brace (error due to mbeg, mend being undefined).
5363
5364 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5365
5366 * progmodes/cc-mode.el: File Local variables: Solve the problem
5367 where both `mode' and c-file-offsets are specified: `mode' will
5368 overwrite c-f-o's settings:
5369 (c-remove-any-local-eval-or-mode-variables): New function.
5370 (c-postprocess-file-styles): Call the above new function, within
5371 c-tentative-buffer-change, to splat `mode' and `eval' before the
5372 second hack-local-variables.
5373
5374 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5375
5376 * progmodes/cc-mode.el:
5377 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5378 (c-after-change): Protect the match data with save-match-data.
5379 It was getting corrupted by c-after-change-check-<>-operators.
5380
5381 * cc-defs.el: [Supersedes patch V1.38]:
5382 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5383 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5384
5385 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5386 with save-match-data. It was being corrupted when Font Lock was
5387 not enabled.
5388
5389 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5390
5391 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5392 Mode and Subword Mode.
5393
5394 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5395 real labels ("case 1:" or "foo:") from non-labels ("public:").
5396 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5397 coding; c-f-t-2 doesn't move over a token at EOB.
5398
5399 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5400
5401 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5402 (c-update-modeline): Concatenate the minor mode indicators
5403 directly onto mode-name, removing c-submode-indicators.
5404 Sometimes, c-s-i got separated from the mode name on the mode line.
5405
5406 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5407 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5408
5409 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5410
5411 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5412 error message when there's an evaluation error to show whether
5413 it's loaded from source or not.
5414 (c-filter-ops): Make it available at runtime too to work when
5415 `c-make-init-lang-vars-fun' needs to evaluate from source.
5416
5417 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5418
5419 * help.el (help): Revert last part of 2006-02-23 change (deletion
5420 of the `provide' call).
5421
5422 2006-02-23 Juri Linkov <juri@jurta.org>
5423
5424 * compare-w.el (compare-windows-highlight): Add new value
5425 `persistent' and change :type from `boolean' to `choice'.
5426 (compare-windows-overlays1, compare-windows-overlays2):
5427 New internal variables.
5428 (compare-windows-highlight): If compare-windows-highlight is
5429 `persistent', add current overlays to compare-windows-overlays[12]
5430 instead of adding compare-windows-dehighlight to pre-command-hook.
5431 (compare-windows-dehighlight): Delete all overlays from
5432 compare-windows-overlays[12].
5433
5434 * info.el (Info-search): Don't bind search-spaces-regexp to
5435 Info-search-whitespace-regexp in non-regexp isearch mode.
5436
5437 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5440
5441 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5442
5443 * textmodes/org.el (org-xemacs-p)
5444 (org-export-html-show-new-buffer, org-table-may-need-update)
5445 (org-insert-item, org-mhe-get-message-real-folder)
5446 (org-mhe-get-message-folder-from-index)
5447 (org-mhe-get-message-folder, org-mhe-get-message-num)
5448 (org-mhe-get-header, org-make-org-heading-search-string)
5449 (org-make-org-heading-camel, org-table-sort-lines)
5450 (org-format-org-table-html, org-format-table-table-html):
5451 Fix typos in docstrings.
5452
5453 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5454
5455 * textmodes/org.el (org-cleaned-string-for-export)
5456 (org-solidify-link-text): New function.
5457 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5458 XEmacs, just to silence the compiler.
5459 (org-export-as-ascii, org-export-as-html-and-open):
5460 Use `org-cleaned-string-for-export' and create internal links.
5461 (org-follow-mhe-link): Require mh-e, use folder.
5462
5463 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5464
5465 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5466
5467 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5468 gdb-debug-log-length.
5469 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5470 it a real ring but...
5471 (gud-gdba-marker-filter): ...make it work like mark-ring.
5472 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5473 (gdb-mouse-jump): New function. Add bindings.
5474
5475 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5476
5477 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5478 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5479 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5480 (gdb-debug-log-length): Customize it's length.
5481 (gud-watch, gdb-var-create-handler): Display function::var format
5482 but don't use to create variable object.
5483 (gdb-var-create-handler): Use message-box in place of message.
5484 (gdb-stopped): Call gdb-exited if signalled.
5485
5486 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5487
5488 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5489
5490 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5491
5492 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5493 if `reftex-try-all-extensions' is set.
5494
5495 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5496 fail silently when there is no valid argument at point.
5497 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5498 `fail-silently' argument. From a patch by David Reiter.
5499
5500 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5501 New commands.
5502 (org-mark-ring): New variable.
5503 (org-mark-ring-length): New option.
5504 (org-open-at-point, org-goto, org-open-file): Push old position
5505 onto the mark ring.
5506 (org-add-hook): New function.
5507 (org-export-table-remove-special-lines): New option.
5508 (org-skip-comments, org-format-org-table-html): Respect new
5509 option `org-export-table-remove-special-lines'.
5510 (org-open-file): Allow special command configuration for
5511 directory link.
5512 (org-file-apps): Fix bugs in customize type, added setting
5513 for directories.
5514 (org-activate-tags, org-format-agenda-item, org-complete)
5515 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5516 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5517 (org-link-search, org-make-org-heading-search-string)
5518 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5519 (org-radio-targets, org-file-link-context-use-camel-case)
5520 (org-activate-camels): New options.
5521 (org-update-radio-target-regexp, org-all-targets)
5522 (org-make-target-link-regexp, org-activate-target-links):
5523 New functions.
5524 (org-make-org-heading-search-string): New function.
5525 (org-store-link, org-insert-link): Use new option
5526 `org-file-link-context-use-camel-case'.
5527 (org-activate-camels): Use new option `org-activate-camels'.
5528 (org-link-regexp): Add mhe prefix.
5529 (org-open-at-point, org-store-link): Support for mhe links.
5530 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5531 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5532 (org-mhe-get-header, org-follow-mhe-link): New functions.
5533 (org-remove-angle-brackets, org-add-angle-brackets):
5534 New functions.
5535 (org-bracket-link-regexp): New constant.
5536 (org-read-date): Fix bug that was rejecting all typed dates.
5537 (org-link-search): Make hierarchy above visible after a match.
5538 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5539 (org-store-link): Fix bug with link creation when cursor is in
5540 an empty line.
5541 (org-open-at-point): Fix bug with matching a link.
5542 Fixed buggy argument sequence in call to `org-view-tags'.
5543 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5544 (org-prefix-has-tag): New variable.
5545 (org-format-agenda-item): Remove tags from headline
5546 if appropriate.
5547 (org-agenda-remove-tags-when-in-prefix): New option.
5548
5549 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5550
5551 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5552 Fix the regular expressions.
5553
5554 2006-02-21 Richard M. Stallman <rms@gnu.org>
5555
5556 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5557 if there's no other specific basis.
5558
5559 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5560 as variables at all.
5561 (unsafep-variable): Rename arg; doc fix.
5562
5563 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5564
5565 * calendar/appt.el (diary-selective-display): Add defvar.
5566
5567 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5568
5569 * isearch.el (search-whitespace-regexp): Fix custom type.
5570
5571 * help.el (describe-key-briefly): Compute interactive args
5572 in same was as before previous change.
5573
5574 * files.el (enable-local-variables): Doc fix.
5575
5576 2006-02-21 Kim F. Storm <storm@cua.dk>
5577
5578 * fringe.el: Cleanup as file is now pre-loaded.
5579 (fringe-bitmaps): Initialize unconditionally.
5580 (fringe-mode, set-fringe-style): Remove autoload cookies.
5581
5582 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5583
5584 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5585 `horizontal-bar'.
5586 (fringe-cursor-alist): Use `horizontal-bar'.
5587
5588 2006-02-20 Kim F. Storm <storm@cua.dk>
5589
5590 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5591 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5592
5593 * loadup.el: Load "fringe" on window systems.
5594
5595 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5598 out of scope components.
5599
5600 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5601 default.
5602
5603 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * custom.el (customize-mark-to-save, customize-mark-as-set):
5606 Load the symbol first.
5607
5608 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5609
5610 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5611 strech spec so it doesn't display as "^J" on the header line
5612 when `Buffer-menu-use-header-line' is t.
5613
5614 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5615
5616 * speedbar.el (speedbar-make-button): Keep text properties
5617 of string arguments if desired.
5618
5619 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5620 expessions.
5621
5622 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5623 of speedbar.
5624
5625 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5626
5627 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5628 to value of `read-file-name-completion-ignore-case'.
5629
5630 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * custom.el (customize-mark-as-set): Push to `user' theme.
5633
5634 * cus-edit.el (custom-save-variables): Allow unthemed values.
5635 (customize-set-variable): Push setting to `user' theme.
5636
5637 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5638
5639 * progmodes/gud.el: Don't require font-lock as it's now
5640 automatically loaded.
5641 (gud-speedbar-buttons): Replace gdb-var-changed with
5642 gdb-force-update.
5643
5644 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5645 gdb-var-changed.
5646 (gdb-post-prompt): Use it.
5647 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5648 (gdb-var-update-handler, gdb-var-delete)
5649 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5650 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5651 gdb-force-update in gdb-post-prompt.
5652 (gdb-reset): Clear watch expressions from speedbar when quitting.
5653
5654 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5655
5656 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5657 (viper-change-state-to-vi, viper-change-state-to-emacs):
5658 Make aware of cursor coloring in the Emacs state.
5659 (viper-special-read-and-insert-char): Use read-char-exclusive.
5660 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5661
5662 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5663
5664 * viper-util.el (viper-save-cursor-color)
5665 (viper-get-saved-cursor-color-in-replace-mode)
5666 (viper-get-saved-cursor-color-in-insert-mode)
5667 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5668 state.
5669 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5670
5671 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5672 (ediff-ignore-case-option3, ediff-actual-diff-options)
5673 (ediff-actual-diff3-options): New variables to control case sensitivity.
5674 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5675 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5676 (ediff-toggle-ignore-case): New function.
5677 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5678
5679 * ediff-help.el (ediff-long-help-message-narrow2)
5680 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5681 (ediff-long-help-message-word-mode): Add ignore-case command.
5682 (ediff-help-for-quick-help): Add ignore-case command.
5683
5684 * ediff-merg.el: Move provide to the end.
5685
5686 * ediff-ptch.el: Move provide to the end.
5687
5688 * ediff-wind.el: Move provide to the end.
5689
5690 * ediff-mult.el: Move provide to the end.
5691 (ediff-set-meta-overlay): Enable follow-link.
5692
5693 * ediff.el: Move provide to the end.
5694 Break recursive load cycle in eval-when-compile.
5695 (ediff-patch-buffer): Better heuristics.
5696
5697 * ediff-util.el: Move provide to the end.
5698 Break recursive load cycle in eval-when-compile.
5699 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5700 defuns.
5701 (ediff-submit-report): Pass the values of ediff-diff3-program,
5702 ediff-diff3-options.
5703
5704 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5707 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5708 `' (for example, in the docstring of `windmove-default-keybindings').
5709
5710 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5713 shadow face. Don't provide binding to edit variable when it is
5714 out of scope.
5715
5716 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5717 (gdb-var-update-handler): Detect out of scope variables with pre
5718 GDB 6.4 too.
5719 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5720 Reset status of variable objects to nil in update handlers.
5721 (gdb-var-update-handler-1): Detect when a variable object comes
5722 in scope. setcar on var changes gdb-var-list directly.
5723
5724 2006-02-17 Juri Linkov <juri@jurta.org>
5725
5726 * ffap.el (ffap) <defface>: Add explicit face declaration.
5727 (ffap-highlight): Use face `ffap' directly instead of checking
5728 for its existence.
5729
5730 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5731 `visible-ok' of `other-buffer' to find the right original buffer.
5732
5733 * info.el (Info-search): Skip `Local Variables' node.
5734
5735 2006-02-17 Juri Linkov <juri@jurta.org>
5736
5737 * info.el (Info-find-file): Check for symbols `apropos', `history',
5738 `toc' in the input filename, and return these symbols as is.
5739 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5740 `history', `toc' instead of strings.
5741 (Info-set-mode-line): For non-string Info-current-file use the
5742 symbol's name inside **.
5743 (Info-isearch-push-state): Add quote before Info-current-file and
5744 Info-current-node.
5745 (Info-isearch-pop-state): Use `equal' instead of `string='.
5746 (Info-extract-pointer, Info-following-node-name): Use
5747 `match-string-no-properties' instead of `match-string'.
5748 (Info-up): Check `old-file' for `stringp'.
5749 (Info-history): Use `equal' instead of `string-equal'.
5750 Check `file' for `stringp'.
5751 (Info-history): Use symbol `history' instead of string as first arg
5752 of `Info-find-node'.
5753 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5754 `toc' instead of string.
5755 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5756 instead of `buffer-substring', and `match-string-no-properties'
5757 instead of `match-string'.
5758 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5759 instead of strings.
5760 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5761 Use symbol `apropos' instead of string.
5762 (Info-copy-current-node-name): Check `Info-current-file' for
5763 `stringp' and construct a command with `Info-find-node' from it.
5764 (Info-fontify-node): Use `match-string-no-properties' instead of
5765 `match-string' and check file names for `stringp'.
5766 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5767 `history', `toc' instead of strings.
5768
5769 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * files.el: Rearrange functions and variables in the file local
5772 variables section.
5773
5774 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5775
5776 * files.el: Add truncate-lines, ispell-check-comments and
5777 ispell-local-dictionary as safe local variables.
5778
5779 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5782 out of scope variables.
5783 (gud-speedbar-buttons): Use unless.
5784
5785 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5786 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5787 (gdb-show-changed-values): Also use for out of scope variables.
5788 (gdb-var-update-handler-1): Note if variable goes out of scope.
5789
5790 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5791
5792 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5793 default to global variable values for unsupplied args.
5794 (rcirc-get-buffer-create): Fix bug with setting the target.
5795 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5796 test for rcirc-always-use-server-buffer-flag here.
5797 (rcirc-response-formats): Add %N, which is a facified nick. %n
5798 uses the default face. Change the ACTION format string. If the
5799 "nick" is the server, don't print anything for that field.
5800 Comment fixes.
5801 (rcirc-target-buffer): Don't test
5802 rcirc-always-use-server-buffer-flag here.
5803 (rcirc-print): Squeeze extra spaces out of the text before message.
5804 (rcirc-put-nick-channel): Strip potential "@" char from nick
5805 before adding them to nick table.
5806 (rcirc-url-regexp): Improve to match address like "foo.com".
5807
5808 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5809
5810 * allout.el (allout-hidden-p): Move this defsubst before
5811 allout-overlay-interior-modification-handler, where it is first
5812 used.
5813
5814 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5815
5816 * allout.el: Use allout invisible-text overlays instead of
5817 selective display for concealed text. Also, lots of general
5818 cleanup, and improved compatibility code.
5819
5820 (allout-version) Incremented, corrected, revised, and refined
5821 module commentary.
5822
5823 (provide 'allout): Moved to the bottom, added a require of overlay.
5824
5825 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5826 `except-current'.
5827 (allout-write-file-hook-handler): Minimize delay.
5828 (count-trailing-whitespace-region): New function so
5829 auto-encryption of current topic can resituate cursor exactly.
5830 PGP/GPG encryption trims trailing whitespace from lines, which
5831 must be accounted for across encryption then decryption.
5832
5833 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5834 just plain "\C-c", to avoid intruding on user's keybinding space.
5835
5836 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5837 parameter, so user request to provide a new password is done.
5838
5839 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5840 Refined mechanism for auto-filling behavior while in allout mode.
5841
5842 (allout-mode): Explicitly specify the mode map in the docstring.
5843 Clarify provision for various write-file hook var names.
5844 Adjusted for invisible-text overlays instead of selective-display.
5845
5846 (allout-depth): Really return 0 if not within any topic. This
5847 rectifies `allout-beginning-of-level' and sequence numbering
5848 errors that occur when cutting and pasting numbered topics.
5849 Changed from a in-line subst to a regular function, as well.
5850
5851 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5852
5853 (allout-end-of-subtree, allout-end-of-subtree)
5854 (allout-end-of-entry, allout-end-of-current-heading)
5855 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5856 (allout-show-children, allout-show-to-offshoot)
5857 (allout-hide-current-entry, allout-show-current-entry): Rectified
5858 handling of trailing blank lines between items.
5859
5860 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5861 (allout-current-depth, allout-unprotected, allout-hidden-p)
5862 (allout-on-current-heading-p, allout-listify-exposed)
5863 (allout-chart-subtree, allout-goto-prefix)
5864 (allout-back-to-current-heading, allout-get-body-text)
5865 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5866 (allout-hide-region-body, allout-toggle-subtree-encryption)
5867 (allout-encrypt-string, allout-encrypted-key-info)
5868 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5869 (allout-file-vars-section-data): Adjusted for use with
5870 invisible-text overlays instead of selective-display.
5871
5872 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5873 Reworked for use with invisible text overlays.
5874
5875 (allout-current-topic-collapsed-p): New function.
5876
5877 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5878 to know when to close the containing topic.
5879
5880 (allout-pre-command-business, allout-post-command-business):
5881 Simplify undo-batching and dynamic isearch exposure.
5882
5883 (allout-set-overlay-category): New for invisible-text overlays.
5884 Sets properties of allout-overlay-category, used by
5885 allout-flag-region to set invisible-text overlay properties.
5886 (allout-get-invisibility-overlay): Get the first qualifying
5887 invisibility overlay, so we can find the extent of it.
5888 (allout-back-to-visible-text): Get to just before the beginnining
5889 of the current invisibility overlay, if any.
5890
5891 (allout-overlay-insert-in-front-handler)
5892 (allout-overlay-interior-modification-handler)
5893 (allout-before-change-handler, allout-isearch-end-handler): New
5894 functions to handle extraordinary actions affecting concealed
5895 text.
5896
5897 (allout-flag-region): Use overlays instead of selective-display
5898 for invisible text - by inheritence from the properties of
5899 allout-overlay-category in mainline Emacs, and applied
5900 property-by-property in XEmacs, some recent versions of which
5901 don't inherit the properties from the category. Provisions to
5902 respond to concealed-text edits simplified drastically.
5903
5904 (allout-isearch-rectification, allout-isearch-was-font-lock)
5905 (allout-isearch-expose, allout-enwrap-isearch)
5906 (allout-isearch-abort, allout-pre-was-isearching)
5907 (allout-isearch-prior-pos, allout-isearch-did-quit)
5908 (allout-isearch-dynamic-expose)
5909 (allout-hide-current-entry-completely): Functions deleted.
5910
5911 (allout-undo-aggregation): Explicit undo aggregation no longer
5912 necessary due to transition away from selective-display.
5913
5914 (set-allout-regexp, allout-up-current-level)
5915 (allout-next-visible-heading, allout-forward-current-level)
5916 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5917 (allout-kill-line, allout-yank-processing, allout-show-children)
5918 (allout-expose-topic, allout-old-expose-topic)
5919 (allout-listify-exposed, allout-insert-latex-header)
5920 (allout-toggle-subtree-encryption, allout-encrypt-string)
5921 (remove-from-invisibility-spec, allout-hide-current-subtree):
5922 Ditched unused variables.
5923
5924 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5925
5926 * textmodes/ispell.el (ispell-change-dictionary): Call
5927 ispell-buffer-local-dict instead of
5928 ispell-accept-buffer-local-defs.
5929 (ispell-local-dictionary-alist): Accept as valid any coding-system
5930 supported by Emacs.
5931 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5932 changed to iso-8859-3.
5933
5934 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5935
5936 * speedbar.el (speedbar-frame-width): Make an inline function
5937 instead of a macro. Use frame-width.
5938 (speedbar-try-completion, speedbar-update-contents)
5939 (speedbar-timer-fn): Use consp.
5940 (speedbar-update-localized-contents): Try to preserve point.
5941
5942 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5943 (menu): Re-order menu items.
5944 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5945 field.
5946 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5947 (gdb-post-prompt): Speed things by not forcing update.
5948
5949 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5952 press and perform default action if we get a mouse movement event.
5953
5954 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * calendar/icalendar.el (icalendar--get-event-property)
5957 (icalendar--get-event-property-attributes): Fix typos in
5958 docstrings.
5959
5960 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5961 docstring.
5962
5963 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * bs.el (bs-mode): Use `buffer-disable-undo'.
5966 (bs--get-file-name): Simplify.
5967 (bs-show-in-buffer): Mark the buffer as not modified.
5968
5969 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5972 widget-button-click.
5973
5974 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5975 (custom-mode): Update docstring.
5976
5977 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5978 binding.
5979
5980 * files.el (hack-local-variables-confirm): Allow scrolling if the
5981 file variable list is too long. Kill temp buffer after use.
5982
5983 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5984
5985 * progmodes/gud.el (gdb): Improve doc string.
5986 (gdb-script-font-lock-keywords): Expand allowed character set.
5987
5988 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5989 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5990 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5991 (gdb-separate-io-stop, gdb-separate-io-eof):
5992 Rename from gdb-inferior-* to gdb-separate-*.
5993 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5994
5995 2006-02-14 Jay Belanger <belanger@truman.edu>
5996
5997 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5998 expression is a symbol before checking that it is bound.
5999
6000 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6001 test to see if equation can be solved.
6002
6003 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * wid-edit.el (widget-button-click): Use :pressed-face property
6006 for overlay face, if it exists.
6007
6008 * cus-edit.el (custom-manual, custom-add-see-also)
6009 (custom-add-parent-links, custom-group-link): Add :pressed-face
6010 property to links.
6011
6012 * files.el (hack-local-variables): Remove ignored variables before
6013 checking if any variables need setting.
6014
6015 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6016
6017 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6018
6019 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6020
6021 * help.el (where-is): Fix message for remapped commands.
6022
6023 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6024 Fix typos in docstrings.
6025
6026 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * files.el (safe-local-variable-values): New option.
6029 (hack-local-variables-prop-line): Return a list of variable-value
6030 pairs if MODE-ONLY is non-nil.
6031 (hack-local-variables): Construct list of variable-value pairs,
6032 and apply or reject them in one go. Ask for confirmation if
6033 variables are not known safe.
6034 (hack-local-variables-confirm): Complete rewrite. Support
6035 `safe-local-variable-values'.
6036 (enable-local-variables): Update docstring to reflect new
6037 behavior.
6038 (ignored-local-variables): Ignore ignored-local-variables and
6039 safe-local-variable-values.
6040 (safe-local-variable-p): New function.
6041 (risky-local-variable-p): `safe-local-variable' property check
6042 moved to safe-local-variable-p.
6043 (hack-one-local-variable): Checks moved to hack-local-variables.
6044
6045 (byte-compile-dynamic, c-basic-offset, c-file-style)
6046 (c-indent-level, comment-column, fill-column, fill-prefix)
6047 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6048 (no-update-autoloads, outline-regexp, page-delimiter)
6049 (paragraph-start, paragraph-separate, sentence-end)
6050 (sentence-end-double-space tab-width, version-control):
6051 Add `safe-local-variable' property.
6052
6053 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6054
6055 * icomplete.el, play/landmark.el: Change nonexistent
6056 `outline-layout' file variable to `allout-layout'.
6057
6058 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6061 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6062 to gud-comint-buffer.
6063 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6064 gdb-ui.el for gdb-mi.el.
6065 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6066 registers buffer to gdb-get-changed-registers.
6067 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6068 deletion of catchpoints (throw and catch).
6069 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6070 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6071 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6072 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6073 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6074
6075 2006-02-13 Jay Belanger <belanger@truman.edu>
6076
6077 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6078 expression is a symbol before checking that it is bound.
6079
6080 2006-02-13 Richard M. Stallman <rms@gnu.org>
6081
6082 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6083 for the minibuffer too, but not if resize-mini-windows will interfere.
6084
6085 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6086 inside `interactive' spec.
6087 (describe-key-briefly-internal, describe-key-internal):
6088 Functions merged back into their callers.
6089
6090 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6091
6092 * info.el (info-xref-visited): Inherit from info-xref too.
6093 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6094 when propertizing Info-current-file and Info-current-node.
6095
6096 2006-02-13 Juri Linkov <juri@jurta.org>
6097
6098 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6099 (tumme-thumb-name): Fix per-directory format.
6100
6101 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6104
6105 2006-02-12 Miles Bader <miles@gnu.org>
6106
6107 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6108
6109 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6110
6111 * tumme.el: Remove history section. If someone needs the it, it
6112 can always be found in CVS.
6113
6114 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6115
6116 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6117 about the Thumbnail Managing Standard option.
6118
6119 2006-02-12 Richard M. Stallman <rms@gnu.org>
6120
6121 * subr.el (substitute-key-definition): Doc fix.
6122
6123 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6124
6125 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6126
6127 * info.el (Info-mode): Doc fix.
6128
6129 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6130
6131 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6134 because on Solaris a POSIX compatible "id" is needed. Reported by
6135 Magnus Henoch <mange@freemail.hu>.
6136
6137 2006-02-12 Juri Linkov <juri@jurta.org>
6138
6139 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6140 (tumme) <defgroup>: Change :group to `multimedia'.
6141 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6142 Managing Standard.
6143 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6144 Fix dostring.
6145 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6146 and %y. Fix docstring.
6147 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6148 (tumme-cmd-create-standard-thumbnail-command): New user options.
6149 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6150 is `standard'. Fix docstring.
6151 (tumme-thumb-width, tumme-thumb-height): New user options.
6152 (tumme-external-viewer): Try to find various viewers.
6153 (tumme-get-thumbnail-image): Use `create-image' instead of
6154 constructing the `image' structure.
6155 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6156 `standard'.
6157 (tumme-thumb-name): Add file name generation for standard storage.
6158 Simplify code for other storages.
6159 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6160 Add modification time %m and thumbnail-nq8 %q.
6161 Use `tumme-cmd-create-standard-thumbnail-command' if
6162 tumme-thumbnail-storage is `standard'.
6163 (tumme-dired-insert-marked-thumbs): New autoload command.
6164 (tumme-dired-after-readin-hook): New function.
6165 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6166 `tumme-thumb-size'.
6167 (tumme-display-image): Replace size-x %x and size-y %y with
6168 width %w and height %h.
6169
6170 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6171 `tumme-dired-insert-marked-thumbs'.
6172
6173 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6174
6175 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6176 include path).
6177 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6178 matching tag.
6179
6180 2006-02-12 Miles Bader <miles@gnu.org>
6181
6182 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6183 New variables.
6184 (rcirc-abbrev-nick): New function.
6185 (rcirc-format-response-string): Rewrite to use the formats in
6186 `rcirc-response-formats' and expand escape sequences therein.
6187 A text-property `rcirc-text' is added over the actual response
6188 text to make easy to find inside the returned string.
6189 (rcirc-print): When filling, just look for the `rcirc-text'
6190 text-property to find the appropriate fill prefix, instead of
6191 using hardwired patterns.
6192
6193 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6194
6195 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6196 Managing Standard.
6197
6198 2006-02-11 Kim F. Storm <storm@cua.dk>
6199
6200 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6201 Don't use insert-buffer; do insert-buffer-substring directly.
6202 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6203
6204 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6205
6206 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6207 with inhibit-read-only. Suggested by Stefan Monnier.
6208 (revert-buffer): Let insert-file-contents discard
6209 buffer-undo-list. Simplify code.
6210 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6211
6212 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6213
6214 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6215
6216 * help.el (describe-key-briefly): Now a wrapper for
6217 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6218 to t. Populate yank-menu if empty.
6219 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6220 (describe-key): Now a wrapper for describe-key-internal. Bind
6221 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6222 (describe-key-internal): Renamed from describe-key.
6223
6224 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6225
6226 * progmodes/glasses.el (glasses-separator): Doc fix.
6227 (glasses-original-separator): New defcustom.
6228 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6229
6230 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6231
6232 * mwheel.el (mouse-wheel-up-event): Doc fix.
6233
6234 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6235
6236 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6237 (tumme-dir): New function. Copied from thumbs.el.
6238
6239 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * desktop.el (desktop-outvar): Fix typo.
6242 (desktop-save-buffer-p): Doc fix.
6243
6244 * subr.el (substitute-key-definition): Fix typo.
6245
6246 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6247
6248 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6249 when window-system is mac.
6250
6251 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6252
6253 2006-02-10 Kim F. Storm <storm@cua.dk>
6254
6255 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6256 indirect-function instead of using condition-case.
6257
6258 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6259
6260 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6261 less `colloquial'...
6262
6263 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6264
6265 * tumme.el: Add a couple of todo items.
6266
6267 2006-02-09 Lars Hansen <larsh@soem.dk>
6268
6269 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6270 (highlight-changes-mode): Don't change desktop-locals-to-save.
6271
6272 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * image-mode.el (image-toggle-display): Clear image cache if using
6275 filename.
6276
6277 2006-02-09 Masatake YAMATO <jet@gyve.org>
6278
6279 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6280 a `dired-man' target.
6281
6282 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6283 boundary of symbols.
6284
6285 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6286
6287 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6288
6289 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6292 `mapcar'; return nil.
6293
6294 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6297 some other event.
6298
6299 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6300
6301 * net/rcirc.el (rcirc-startup-channels-alist):
6302 Add irc.freenode.net and #emacs as defaults.
6303 (rcirc-ignore-all-activity-flag): Remove variable.
6304 (rcirc-authinfo): New variable.
6305 (rcirc-authinfo-filename): Remove variable.
6306 (rcirc-always-use-server-buffer-flag): New flag.
6307 (rcirc): M-x rcirc will automatically connect without prompting.
6308 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6309 connection in lisp.
6310 (rcirc-process-server-response-1): Remove everything but the nick
6311 portion of the sender so it doesn't need to be done everywhere
6312 else. Update related code.
6313 (global-map): Remove global keybindings.
6314 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6315 (rcirc-send-input): Split into several functions.
6316 (rcirc-process-input-line, rcirc-process-message)
6317 (rcirc-process-command): New functions.
6318 (rcirc-target-buffer): New function to determine where to route
6319 messages.
6320 (rcirc-user-nick): Save match data.
6321 (rcirc-toggle-ignore-buffer-activity)
6322 (rcirc-update-activity-string): Remove global ignore functionality,
6323 which can be done now by toggling rcirc-track-minor-mode.
6324 (rcirc-track-minor-mode-map): New keymap.
6325 (rcirc-track-minor-mode): New minor-mode.
6326 (ignore): Make the ignore output nicer. Always print it when
6327 adding or removing nicks.
6328 (rcirc-url-regexp): Improve.
6329 (rcirc-mangle-text): Remove properties before using text in the
6330 modeline.
6331 (rcirc-authenticate): Authentication data comes from
6332 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6333 (rcirc-server-prefix): Inherit from rcirc-server.
6334
6335 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6336
6337 * Makefile.in (compile): Append "|| true" to the end of the `find'
6338 command, like compile-always does.
6339
6340 2006-02-08 Sam Steingold <sds@gnu.org>
6341
6342 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6343 output from a dead connection.
6344
6345 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6346
6347 * dired.el (dired-mode-map): Add more bindings for tumme.
6348
6349 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * wdired.el (wdired-mode-map): Use remap.
6352 (wdired-get-filename): Massage.
6353 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6354 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6355 `keymap' property rather than `local-map'.
6356
6357 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6358
6359 * tumme.el (tumme-get-thumbnail-image): New utility function.
6360 Suggested by from Chong Yidong.
6361 (tumme-dired-with-window-configuration): Rename from
6362 `tumme-dired'. Add code to save window configuration.
6363 (tumme-restore-window-configuration): New command to restore the
6364 window configuration that `tumme-dired-with-window-configuration'
6365 saves before it changes the window configuration.
6366 (tumme-show-all-from-dir): New command to display thumbnails for
6367 all files in a directory entered by the user, like M-x thumbs.
6368 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6369 have been created.
6370 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6371 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6372 Remove obsolete test function.
6373
6374 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * vc.el (small-temporary-file-directory): Remove defvar; there's
6377 a defcustom for it in files.el.
6378
6379 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6380 Fix typo in message.
6381 (tumme-gallery-generate): Fix typo in `error' message.
6382 (tumme-display-window-height-correction)
6383 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6384 (tumme-line-up-interactive): Dox fixes.
6385 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6386 (tumme-restore-window-configuration, tumme-format-properties-string)
6387 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6388 Fix typos in docstrings.
6389
6390 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6391
6392 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6393
6394 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6395
6396 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6397 User should use hook if desired.
6398
6399 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6400 buffer if necessary.
6401 (gdb-delete-frame-or-window): New function.
6402 (gdb-breakpoints-mode-map): Bind "q" to it.
6403
6404 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * textmodes/nroff-mode.el: Clean up name space.
6407 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6408 (nroff-mode): Obey the global setting of nroff-electric-mode.
6409 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6410
6411 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6412
6413 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6414
6415 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6416
6417 2006-02-06 Lars Hansen <larsh@soem.dk>
6418
6419 * generic-x.el (etc-fstab-generic-mode): Add file system types
6420 cifs and usbdevfs. Allow special chars in file names.
6421
6422 2006-02-05 Jay Belanger <belanger@truman.edu>
6423
6424 Update copyright notices of the files in lisp/calc.
6425
6426 2006-02-05 Romain Francoise <romain@orebokech.com>
6427
6428 Update copyright notices of all files in the lisp/play directory.
6429
6430 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6431
6432 * ldefs-boot.el: Regenerate.
6433
6434 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6435
6436 2006-02-05 Kim F. Storm <storm@cua.dk>
6437
6438 * files.el (magic-mode-regexp-match-limit): New defvar.
6439 (set-auto-mode): Use it to limit magic-mode-alist matching.
6440
6441 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6442
6443 * simple.el (display-message-or-buffer): Compare the number of
6444 characters to the frame width when determining whether a 1-line
6445 message string will fit in the echo area. Count screen lines
6446 instead of buffer lines when determining whether a multi-line
6447 message will fit in the echo area/minibuffer window.
6448
6449 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6450
6451 * info.el (Info-index, Info-mode): Improve the description of the
6452 `i' command.
6453
6454 * ldefs-boot.el: Regenerate.
6455
6456 2006-02-03 Werner Lemberg <wl@gnu.org>
6457
6458 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6459 greedy to find the closing bracket in \*[...] and similar
6460 expressions. This is a first rough fix -- many additional
6461 refinements are necessary to make nroff mode really usable with groff.
6462
6463 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6464
6465 * international/mule-cmds.el (set-locale-environment):
6466 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6467 libX11.
6468
6469 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6470
6471 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6472 archive are created in archive-tmpdir.
6473
6474 2006-02-02 John Paul Wallington <jpw@pobox.com>
6475
6476 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6477 (ibuffer-fontification-alist): Use it.
6478 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6479 to "* z" and the Ibuffer Mark menu.
6480
6481 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6482
6483 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * textmodes/table.el (*table--cell-describe-mode)
6486 (*table--cell-describe-bindings): Undo last change since
6487 print-help-return-message is not obsoleted by anything at all.
6488
6489 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * emulation/cua-base.el (cua-mode): Doc fix.
6492
6493 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6494
6495 * dframe.el (dframe-handle-make-frame-visible)
6496 (dframe-handle-iconify-frame, dframe-get-focus)
6497 (dframe-select-attached-frame, dframe-power-click)
6498 (dframe-frame-mode): Fix typos in docstrings.
6499
6500 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6501 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6502 Fix typos in docstrings.
6503
6504 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6505 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6506 (hi-lock-archaic-interface-message-used)
6507 (hi-lock-file-patterns-range): Fix typos in docstrings.
6508
6509 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6510 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6511
6512 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6513 Fix typo in docstring.
6514
6515 * net/newsticker.el (newsticker--decode-iso8601-date)
6516 (newsticker--set-customvar, newsticker--buffer-insert-item)
6517 (newsticker--do-run-auto-mark-filter)
6518 (newsticker--parse-generic-feed): Doc fixes.
6519 (newsticker--retrieval-timer-list, newsticker-url-list)
6520 (newsticker-hide-immortal-items-in-echo-area)
6521 (newsticker-hide-obsolete-items-in-echo-area)
6522 (newsticker-new-item-face, newsticker--enclosure)
6523 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6524 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6525 (newsticker--parse-generic-feed, newsticker--cache-contains)
6526 (newsticker--stat-num-items, newsticker-download-enclosures):
6527 Fix typos in docstrings.
6528
6529 * net/rcirc.el (rcirc-debug): Doc fix.
6530 (rcirc-fill-column, rcirc-receive-message-hooks)
6531 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6532 (rcirc-mode, rcirc-generate-new-buffer-name)
6533 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6534 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6535 Fix typos in docstrings.
6536 (rcirc-print): "?\ " -> "?\s".
6537 (rcirc-cmd-join): Improve argument/docstring consistency.
6538
6539 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6540
6541 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6542 before narrow-to-region.
6543
6544 2006-02-01 Richard M. Stallman <rms@gnu.org>
6545
6546 * simple.el (move-beginning-of-line): Scan properly for invis change.
6547
6548 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6549
6550 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6551
6552 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6553 change bit only when id-format is 'integer. Reported by Matt
6554 Hodges <M.P.Hodges@rl.ac.uk>.
6555
6556 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * hilit-chg.el (highlight-changes-initial-state)
6559 (highlight-changes-global-initial-state): Doc fixes.
6560 (highlight-changes-global-modes, global-highlight-changes):
6561 Fix typos in docstrings.
6562
6563 2006-02-01 Kim F. Storm <storm@cua.dk>
6564
6565 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6566 transient-mark-mode in doc string.
6567
6568 2006-01-31 Richard M. Stallman <rms@gnu.org>
6569
6570 * replace.el (multi-occur): Doc fix.
6571 (multi-occur-in-matching-buffers): Rename from
6572 multi-occur-by-filename-regexp. Prefix arg says match
6573 buffer names instead of file names.
6574
6575 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6576
6577 * bs.el: Allow non-default values of `bs-header-lines-length'.
6578 (bs--running-in-xemacs): Remove (not needed anymore).
6579 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6580 instead of `shrink-window', thus avoiding having to compute the
6581 height of the window.
6582 (bs--up): Wrap around even when there's no header.
6583 (bs--down): Use `forward-line' instead of `next-line'.
6584
6585 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * image-mode.el (image-toggle-display): Use file name if possible,
6588 instead of unnecessarily allocating a (possibly huge) lisp string.
6589
6590 2006-01-30 John Paul Wallington <jpw@pobox.com>
6591
6592 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6593 because the `assert' macro signals it at runtime.
6594
6595 * emacs-lisp/cl.el (toplevel): Remove definition of
6596 `cl-assertion-failed' condition.
6597
6598 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * thumbs.el (thumbs-marked-list): Make buffer-local and
6601 permanent-local.
6602 (thumbs-insert-thumb): Make help-echo non-sticky.
6603 (thumbs-file-alist): Use eolp as check for (non)-image.
6604
6605 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6606
6607 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6608 (ediff-before-session-group-setup-hooks)
6609 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6610 Fix typos in docstrings.
6611
6612 * window.el (bw-dir, bw-eqdir, balance-windows)
6613 (split-window-keep-point): Fix typos in docstrings.
6614
6615 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6616 (org-quote-string, org-calendar-to-agenda-key)
6617 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6618 (org-show-following-heading, org-tags-column)
6619 (org-use-tag-inheritance, org, org-allow-space-in-links)
6620 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6621 (org-enable-table-editor, org-calc-default-modes)
6622 (org-table-allow-automatic-line-recalculation)
6623 (org-export-html-style, org-export-with-fixed-width)
6624 (org-export-with-sub-superscripts, org-special-keyword)
6625 (org-formula, org-time-grid, org-table-may-need-update)
6626 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6627 (org-goto-quit, org-get-indentation, org-end-of-item)
6628 (org-move-item-down, org-move-item-up)
6629 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6630 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6631 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6632 (org-agenda-log-mode, org-agenda-toggle-diary)
6633 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6634 (org-agenda-file-to-end, org-agenda-no-heading-message)
6635 (org-agenda-get-closed, org-format-agenda-item)
6636 (org-cmp-priority, org-cmp-category, org-cmp-time)
6637 (org-agenda-change-all-lines, org-agenda-diary-entry)
6638 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6639 (org-link-search, org-camel-to-words, org-open-file)
6640 (org-remember-handler, org-table-convert-region)
6641 (org-table-move-row-down, org-table-move-row-up)
6642 (org-table-copy-region, org-table-wrap-region)
6643 (org-table-toggle-vline-visibility)
6644 (org-table-get-vertical-vector, org-table-modify-formulas)
6645 (org-table-get-specials, org-recalc-commands)
6646 (org-table-rotate-recalc-marks, org-table-eval-formula)
6647 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6648 (org-level-color-stars-only, org-insert-heading):
6649 Fix typos in docstrings.
6650 (last-arg): Add defvar.
6651
6652 * makefile.w32-in (WINS): Add erc.
6653 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6654
6655 2006-01-29 Bill Wohler <wohler@newt.com>
6656
6657 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6658 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6659 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6660 (mh-autoloads): Don't use comments on otherwise empty lines.
6661
6662 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6663
6664 * emulation/viper.el (viper-major-mode-modifier-list): Add
6665 insert-state and vi-state entries for erc-mode.
6666 (viper-go-away, viper-set-hooks): Add and remove
6667 viper-comint-mode-hook from erc-mode-hook as appropriate.
6668
6669 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6670
6671 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * bs.el (bs--format-aux): Implement `middle' alignment as
6674 described in the docstring for `bs-attributes-list'.
6675 (bs--get-name): Simplify. Don't pad the buffer name.
6676
6677 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6678
6679 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6680 English aspell dictionary is installed, use the first entry of
6681 ispell-dictionary-alist-1.
6682
6683 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6684
6685 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6686 Doc fix.
6687
6688 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6689
6690 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6691 for `process-file', in order to let it work for older Emacsen too.
6692
6693 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6694
6695 * international/latexenc.el: Add a suitable `coding:' tag.
6696 (latexenc-find-file-coding-system): Undo last change.
6697
6698 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6699
6700 * international/latexenc.el (latexenc-find-file-coding-system):
6701 Make sure latexenc-main-file is a regular file and is readable.
6702
6703 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6704
6705 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6706 Pass FILE to vc-user-login-name.
6707
6708 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6709
6710 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6711
6712 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6713 there are no more images to display.
6714 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6715 the next image.
6716
6717 2006-01-26 Richard M. Stallman <rms@gnu.org>
6718
6719 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6720
6721 * wid-edit.el (advertised-widget-backward): New alias.
6722 (widget-keymap): Use advertised-widget-backward for S-TAB.
6723
6724 * tumme.el: Correct the keywords.
6725 (tumme-dir-max-size): Use defvar.
6726 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6727
6728 * simple.el (move-beginning-of-line): Take account of fields.
6729 (clone-indirect-buffer-other-window): Take args like
6730 clone-indirect-buffer, and work like it.
6731
6732 * help-fns.el (describe-function): Don't pass `nil' as default.
6733
6734 * files.el (risky-local-variable-p): Follow var aliases.
6735
6736 * subr.el (lazy-completion-table): Doc fix.
6737
6738 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6739 global binding of `line'.
6740
6741 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6742
6743 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6744 Tramp.
6745
6746 * vc.el (vc-default-dired-state-info): Pass FILE to
6747 vc-user-login-name.
6748 (vc-default-update-changelog): Don't use vc-user-login-name, we
6749 don't need it here.
6750
6751 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6752 no longer necessary.
6753
6754 2006-01-25 Kenichi Handa <handa@m17n.org>
6755
6756 * international/mule.el (decode-char): Avoid the overhead of
6757 calling utf-lookup-subst-table-for-decode if
6758 utf-translate-cjk-mode is nil.
6759 (encode-char): Avoid the overhead of calling
6760 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6761 nil.
6762
6763 2006-01-22 Kenichi Handa <handa@m17n.org>
6764
6765 * international/mule.el (make-subsidiary-coding-system): Reset
6766 `coding-system-define-form' property of subsidiaries to nil.
6767 Avoid duplicated entry in coding-system-alist.
6768 (make-coding-system): Avoid duplicated entry in
6769 coding-system-alist.
6770 (define-coding-system-alias): Likewise.
6771
6772 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6773
6774 * completion.el: Minor fixes in introductory comment.
6775 (completion-def-wrapper): Fix alist.
6776
6777 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * thumbs.el (thumbs-new-image-size): New function.
6780 (thumbs-increment-image-size-element)
6781 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6782 (thumbs-decrement-image-size): Delete.
6783 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6784 temp files and use to resize.
6785 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6786 Use increment argument to enlarge/shrink. Preserve point.
6787 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6788 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6789 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6790 (thumbs-mark, thumbs-unmark): Preserve point.
6791 (thumbs-modify-image): Keep old temp files and use to modify.
6792 Cleanup old temp files at load time. Preserve point.
6793 (thumbs-view-image-mode-map): Use new command names.
6794
6795 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6798
6799 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6800 the nastiest part of the cyclic dependency.
6801 (cal-menu-update): Use dotimes and calendar-increment-month.
6802
6803 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6804 (calendar-week-start-day): Add an :initializer.
6805 (calendar-mode-map): Use suppress-keymap, and command remapping.
6806 (describe-calendar-mode): Setup xref-stack info for the back button.
6807 (calendar-star-date): Insert before delete.
6808 (calendar-set-mode-line): Add file-modified info if applicable.
6809 (calendar-increment-month): New function.
6810
6811 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6812
6813 * font-lock.el (lisp-font-lock-keywords-2):
6814 Recognize "& keywords" only at word boundaries.
6815
6816 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6819 and permanent-local.
6820 (thumbs-max-image-number): New variable.
6821 (thumbs-do-thumbs-insertion): Use them.
6822 (thumbs-per-line): Change default to 4.
6823 (thumbs-marked-list): Rename from thumbs-markedL.
6824 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6825 (thumbs-rename-images): Use -list instead of L for internal variables.
6826 (thumbs-call-convert): Use call-process instead of shell-command.
6827 (thumbs-insert-thumb): Add filename as help-echo to each image.
6828 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6829 Give dir to thumbs-show-thumbs-list.
6830 (thumbs-show-thumbs-list): Set default-directory to that of images.
6831 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6832 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6833 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6834 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6835
6836 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * ses.el (ses-read-cell): Provide a default value.
6839
6840 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * term/w32-win.el (image-library-alist): Add additional names for
6843 GIF library.
6844
6845 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6846
6847 * international/latexenc.el (latexenc-find-file-coding-system):
6848 Add file-regular-p check.
6849
6850 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * simple.el (clone-buffer): Don't show the new buffer in the same
6853 window.
6854
6855 2006-01-23 Juri Linkov <juri@jurta.org>
6856
6857 * faces.el (link, link-visited): New faces based on default values
6858 of `info-xref' and `info-xref-visited'.
6859
6860 * info.el (info-xref): Inherit from `link'.
6861 (info-xref-visited): Inherit from `link-visited'.
6862
6863 * cus-edit.el (custom-buffer-create-internal): Use widget type
6864 `custom-manual' instead of `info-link' and don't set properties
6865 `button-face' and `mouse-face' explicitly.
6866 (custom-browse-group-tag, custom-browse-variable-tag)
6867 (custom-browse-face-tag): Inherit from widget class
6868 `custom-group-link' instead of `push-button'.
6869 (custom-button-unraised): Inherit from `underline' face.
6870 (custom-link): Inherit from `link' face. Fix doc and group.
6871 (custom-add-parent-links, custom-group-value-create): Don't set
6872 properties `button-face' and `mouse-face' explicitly for
6873 `custom-group-link' widget.
6874 (custom-group-link): Add properties `button-face' and `mouse-face'
6875 to widget definition.
6876 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6877 editable-field's :keymap property.
6878 (custom-mode): Fix docstring: substitute keybindings for
6879 `widget-forward' and `widget-backward' from `widget-keymap',
6880 `widget-complete' from `custom-field-keymap', replace old
6881 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6882
6883 * desktop.el (desktop-load-file): Check for `fboundp' before
6884 calling `symbol-function'.
6885
6886 * simple.el (clone-buffer, clone-indirect-buffer)
6887 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6888 `read-string'. Fix prompts.
6889
6890 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6891
6892 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6895
6896 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * startup.el (inhibit-splash-screen, initial-scratch-message):
6899 Doc fixes.
6900
6901 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6902
6903 Sync with Tramp 2.0.52.
6904
6905 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6906 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6907 `tramp-unload-tramp' for checklist.
6908
6909 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6910 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6911 (tramp-unload-file-name-handler-alist)
6912 (tramp-unload-tramp): New defuns.
6913 (tramp-advice-PC-expand-many-files): New defadvice.
6914 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6915 removed.
6916 (tramp-handle-expand-file-name): Remove double slash.
6917 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6918 It doesn't matter, because it will be converted later on.
6919 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6920 implementation was just heuristic.
6921 (tramp-post-connection): Set uid and gid properties.
6922 (tramp-convert-file-attributes): Set file's gid change bit.
6923 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6924 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6925 in case of su(do)? methods. The home directory of the local user
6926 will be taken else.
6927 (tramp-open-connection-telnet)
6928 (tramp-open-connection-rsh, tramp-open-connection-su)
6929 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6930 local shell prompt could hurt. Reported by Romain Francoise
6931 <romain@orebokech.com>.
6932 (tramp-let-maybe): Add `edebug-form-spec' property.
6933 (tramp-handle-expand-file-name): Bind `default-directory' locally
6934 to "/" in order to avoid problems with UNC shares or Cygwin
6935 mounts.
6936 (tramp-md5-function): Fix typo in error message.
6937
6938 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6939
6940 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6941 for byte-compiler pacification.
6942
6943 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6944
6945 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6946 ID-FORMAT `string'. This allows us to get rid of
6947 `vc-user-login-name UID'.
6948
6949 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6950
6951 2006-01-22 John Paul Wallington <jpw@pobox.com>
6952
6953 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6954
6955 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6956
6957 * emacs-lisp/find-func.el (find-definition-noselect)
6958 (find-variable-noselect): Search variables in C source code too.
6959 (find-function-C-source, find-function-noselect, find-function)
6960 (find-function-other-frame, find-variable-noselect, find-variable)
6961 (find-variable-other-frame, find-variable-at-point):
6962 Fix docstrings.
6963
6964 2006-01-21 Francesco Potorti` <pot@gnu.org>
6965
6966 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6967
6968 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6969
6970 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6971 Default to disabling the "Save affix" question.
6972
6973 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6974
6975 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6976 the first arg to run-python.
6977
6978 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6979
6980 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6981 is not loaded.
6982
6983 2006-01-20 Jay Belanger <belanger@truman.edu>
6984
6985 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6986 limit is 0.
6987
6988 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6989 the correct variable.
6990
6991 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6992
6993 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6994 link. Fixed buggy argument sequence in call to `org-view-tags'.
6995 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6996 (org-prefix-has-tag): New variable.
6997 (org-format-agenda-item): Remove tags from headline if
6998 appropriate.
6999 (org-agenda-remove-tags-when-in-prefix): New option.
7000 (org-get-tags-at): New function.
7001
7002 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7005 (thumbs-find-image): Move image name and number from buffer name
7006 to mode name. Set thumbs-buffer. Preserve point so that large
7007 images remain visible.
7008 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7009 order.
7010 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7011 mode name.
7012 (thumbs-next-image, thumbs-previous-image): Make them work.
7013
7014 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7015
7016 * cus-edit.el (custom-buffer-create-internal): State in the text above
7017 the whole buffer buttons that they do not operate on hidden items.
7018 (custom-face-menu): Use `custom-face-save' instead of
7019 `custom-face-save-command'.
7020 (custom-face-save-command): Make it an alias for `custom-face-save'
7021 and declare it obsolete.
7022 (custom-face-save): Doc fix.
7023
7024 * dired.el (dired-no-confirm): Add quote.
7025 (dired-subdir-alist-pre-R): Add quote in
7026 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7027
7028 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * textmodes/table.el (table-mode-indicator): Typo in last change.
7031
7032 2006-01-19 Richard M. Stallman <rms@gnu.org>
7033
7034 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7035 Fixes bug reported in Nov 2005.
7036
7037 * isearch.el (isearch-forward): Doc fix.
7038
7039 * dired.el (dired-move-to-filename-regexp): Define as alias.
7040 (dired-no-confirm): Use defcustom.
7041 (dired-subdir-alist-pre-R): Put defvar at top level.
7042
7043 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7044
7045 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7046 Mark as risky.
7047
7048 * simple.el (set-mark-command): Doc fix.
7049 (clone-indirect-buffer-other-window):
7050 Read arg like clone-indirect-buffer.
7051 (move-beginning-of-line): Skip invisible newlines.
7052
7053 2006-01-19 Masatake YAMATO <jet@gyve.org>
7054
7055 * progmodes/cpp.el (cpp-edit-load): Make the order of
7056 listed conditions in a base C code buffer and its associate
7057 CPP Edit buffer the same.
7058
7059 2006-01-19 Kenichi Handa <handa@m17n.org>
7060
7061 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7062 (rmail-mime-feature): Likewise.
7063 (rmail-require-mime-maybe): Use display-warning to show a warning
7064 message.
7065
7066 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7067 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7068
7069 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * array.el: Move defvars out of eval-when-compile.
7072 (array-make-template): Replace undeclared global var with a local one.
7073 (array-mode): Inline initialization functions.
7074 (array-init-local-variables, array-init-max-row)
7075 (array-init-max-column, array-init-columns-per-line)
7076 (array-init-field-width, array-init-rows-numbered)
7077 (array-init-line-length, array-init-lines-per-row): Remove.
7078
7079 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7080 (doc-mode-map): Define explicitly.
7081 (doctor-txtype): Use mapc.
7082
7083 * textmodes/table.el: Move defvars out of eval-when-compile.
7084 Remove harmful code meant to avoid byte-compiler warnings.
7085 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7086 specification that checks table-fixed-width-mode directly.
7087 (table-recognize-region, table-recognize-cell):
7088 Use restore-buffer-modified-p.
7089 (table-fixed-width-mode): Remove code that refreshes
7090 table-fixed-mode-indicator.
7091 (*table--cell-describe-bindings, *table--cell-describe-mode):
7092 Avoid obsolete name print-help-return-message.
7093 (table--test-cell-list): Don't use replace-regexp from elisp.
7094 (table--point-entered-cell-function, table--point-left-cell-function):
7095 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7096
7097 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7098 that was after the end of file. Use buffer-file-name variable.
7099 (org-timestamp-change): Use with-current-buffer.
7100 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7101 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7102 `file'.
7103
7104 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7105 (fortran-break-line): Remove unused var `opoint'.
7106 (fortran-abbrev-start): Obey help-event-list.
7107
7108 2006-01-18 Jesper Harder <harder@phys.au.dk>
7109
7110 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7111
7112 2006-01-18 Masatake YAMATO <jet@gyve.org>
7113
7114 * progmodes/make-mode.el (makefile-imake-mode): New mode
7115 derived from makefile-mode.
7116 (makefile-imake-mode-syntax-table): New syntax table
7117 derived from makefile-mode-syntax-table.
7118 (makefile-mode): Write about makefile-imake-mode in doc string.
7119 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7120 (makefile-imake-font-lock-keywords): New font lock keywords.
7121
7122 * files.el (auto-mode-alist): Add Imakefile.
7123
7124 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7125
7126 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7127 loading the file rather than when turning on flyspell-mode.
7128
7129 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * cus-edit.el (customize-rogue): Minor doc fix.
7132
7133 2006-01-17 Juri Linkov <juri@jurta.org>
7134
7135 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7136 instead of the file at the mark as default if the file at the mark
7137 is the same as the file at point or if dired-dwim-target-directory
7138 is not the same as the current directory and the mark is not active.
7139
7140 * log-view.el (log-view-minor-wrap): Use the same logic to get
7141 revisions as `log-view-diff'.
7142
7143 * info.el (Info-revert-find-node): Check for Info-current-file
7144 before preserving new-history.
7145
7146 * man.el (Man-heading-regexp): Add `/'.
7147
7148 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7149 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7150
7151 2006-01-16 Juri Linkov <juri@jurta.org>
7152
7153 * faces.el (mode-line-faces): New defgroup.
7154 (mode-line-highlight): Move definition after new defgroup.
7155 (mode-line, mode-line-inactive, mode-line-highlight):
7156 Replace :group `modeline' with `mode-line-faces'.
7157 (mode-line-buffer-id): New face.
7158 (modeline-buffer-id): New face alias.
7159 (vertical-border): Remove :group `modeline'.
7160
7161 * bindings.el (propertized-buffer-identification): Use face
7162 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7163 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7164 (mode-line-buffer-identification-keymap): For mouse-1 replace
7165 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7166 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7167 mouse-3.
7168
7169 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7170 Buffer-menu-buffer. Doc fix.
7171 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7172 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7173 `Buffer-menu-buffer'.
7174
7175 * info.el (Info-mode-line-node-keymap): New defvar.
7176 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7177 Propertize Info-current-node with `mode-line-buffer-id' and
7178 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7179
7180 * time.el (display-time-mail-face): Replace :group `faces' with
7181 `mode-line-faces'.
7182
7183 2006-01-16 Kenichi Handa <handa@m17n.org>
7184
7185 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7186
7187 * language/european.el (cp1252): New alias for windows-1252.
7188
7189 * international/mule.el (autoload-coding-system): Prepare for EOL
7190 variants.
7191
7192 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7193
7194 * term.el (term-raw-map): Add mapping for insert.
7195 (term-send-insert): New.
7196 (term-mode): Make variables local here instead of doing it in
7197 `term-emulate-terminal'.
7198 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7199 Scroll reverse needs to take into account the scroll region.
7200 Saving and restoring the cursor should save the color attributes too.
7201 (term-reset-terminal): Reset the scroll region.
7202 (term-handle-ansi-escape): Cursor up and down should take into
7203 account the scroll region.
7204 (term-set-scroll-region): Rename from `term-scroll-region'.
7205 Move to 0,0 after setting the region.
7206 (term-handle-scroll): Handle scroll up.
7207 (term-down): Fix off by one error.
7208 (term-delete-lines): Do not delete outside the scroll region.
7209 (term-insert-lines): Take into account the scroll region.
7210
7211 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * textmodes/ispell.el (ispell-internal-change-dictionary)
7214 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7215 (start, end): Move declaration outside of eval-when-compile.
7216
7217 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7218 (flyspell-mode-on): Use it.
7219
7220 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7221 ispell-kill-ispell-hook.
7222
7223 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7226 (Custom-reset-saved): Do not ask for confirmation in single option
7227 buffers.
7228
7229 2006-01-13 Richard M. Stallman <rms@gnu.org>
7230
7231 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7232
7233 2006-01-13 Romain Francoise <romain@orebokech.com>
7234
7235 * add-log.el (add-change-log-entry, change-log-merge):
7236 Conditionally use `hard-newline'.
7237
7238 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7239
7240 * wid-edit.el (widget-field-end): If the overlay is no longer
7241 associated with a buffer, behave as if the overlay didn't exist.
7242
7243 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7244 Make sure the links use the `custom-link' face.
7245
7246 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7249 (ld-script-mode): Don't set indent-line-function since we don't
7250 have one.
7251
7252 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7253
7254 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7255 application.
7256 (org-file-apps-defaults-gnu): Use mailcap as the default for
7257 selecting an application on a UNIX system.
7258 (org-agenda-show-tags): New command.
7259 (org-table-insert-hline): Keep cursor in current table line.
7260 (org-table-convert): Offset effect of modifying
7261 `org-table-insert-hline'.
7262 (org-format-agenda-item): New optional argument TAG.
7263 (org-compile-prefix-format): Handle %T format for the tag.
7264 (org-expand-wide-chars): New function.
7265 (org-table-insert-row, org-table-insert-hline):
7266 Use `org-expand-wide-chars'.
7267 (org-open-file): Fix bug in program launch.
7268 (org-get-time-of-day): Fix bug with times before 1am.
7269 (org-agenda-menu): Add tags commands.
7270
7271 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7272
7273 * textmodes/ispell.el (ispell-init-process): Include the used
7274 dictionary in ispell process start message.
7275 (ispell-internal-change-dictionary): When flyspell-mode is active
7276 and dictionary is changed, make sure ispell process is restarted
7277 and flyspell word cache cleared out for the current buffer.
7278 (ispell-change-dictionary): Make sure flyspell word cache is
7279 cleared out in all buffers with active flyspell mode when
7280 dictionary is globally changed.
7281 Call ispell-internal-change-dictionary after dictionary change.
7282
7283 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7284
7285 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7286
7287 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7288 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7289 years. Fix small differences wrt Makefile.in.
7290 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7291 Makefile.in does.
7292
7293 2006-01-12 Bill Wohler <wohler@newt.com>
7294
7295 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7296 mh-search.el.
7297
7298 2006-01-12 Masatake YAMATO <jet@gyve.org>
7299
7300 * progmodes/ld-script.el: Update copyright year.
7301
7302 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7305 Don't add widget if setting undefined.
7306
7307 2006-01-12 John Paul Wallington <jpw@pobox.com>
7308
7309 * help-fns.el (describe-variable): Remove newlines from void
7310 variable output.
7311
7312 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * wdired.el (wdired-mode-map): Add help echo for
7315 wdired-abort-changes.
7316
7317 * man.el (Man-file-name-regexp): Adjust for a list of files.
7318
7319 2006-01-12 Masatake YAMATO <jet@gyve.org>
7320
7321 * progmodes/ld-script.el (auto-mode-alist): Support
7322 suffix conventions used in netbsd and eCos.
7323
7324 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7327 (custom-variable-menu, custom-face-menu, custom-group-menu)
7328 (Custom-mode-menu): Change names of menu items. (As discussed on
7329 emacs-devel.)
7330 (custom-face-menu): Add "Undo Edits" item.
7331
7332 * startup.el (init-file-user): defcustom -> defvar.
7333
7334 * tooltip.el (tooltip-mode): Doc fix.
7335
7336 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * reveal.el (reveal-post-command): window-buffer signals an error on
7339 dead windows rather than returning nil.
7340 (reveal-open-new-overlays): An overlay might die while we open others.
7341
7342 2006-01-11 Bill Wohler <wohler@newt.com>
7343
7344 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7345 phrasing in docstring.
7346
7347 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7348 can give some systems gas. Add new file mh-buffers.el.
7349
7350 2006-01-06 Masatake YAMATO <jet@gyve.org>
7351
7352 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7353 C preprocessor forward ported from GNU Emacs 21.2.
7354
7355 * progmodes/asm-mode.el (asm-font-lock-keywords):
7356 Use `cpp-font-lock-keywords'.
7357
7358 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7359
7360 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7361 of $ for "\\.ld[s]?".
7362
7363 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7366 (tcl-indent-line): Return `noindent' if inside a string.
7367
7368 * progmodes/flymake.el (flymake-split-string): Remove more than one
7369 empty string at beg/end of the result.
7370 (flymake-find-buildfile, flymake-find-possible-master-files):
7371 Use expand-file-name.
7372 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7373 since expand-file-name does it for us. Use directory-file-name.
7374 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7375 (flymake-ler-get-type, flymake-ler-get-text)
7376 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7377 (flymake-current-line-no): Remove spurious interactive spec.
7378 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7379 (flymake-check-include): Remove arg inc-path merged into inc-name.
7380 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7381 Arg regexp-list replaced by a simple regexp.
7382 (flymake-master-make-header-init, flymake-master-tex-init):
7383 Correspondingly replace regexp-list with a regexp. Fix regexp.
7384
7385 2006-01-10 Simon Josefsson <jas@extundo.com>
7386
7387 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7388 describing AUTH PLAIN fix.
7389
7390 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7391
7392 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7393 (report-emacs-bug): Don't record initial prompt text.
7394 Instead, add text properties to prompting text.
7395 (report-emacs-bug-hook): Delete prompting text.
7396
7397 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7400 `dirs'. Adjust callers.
7401
7402 2006-01-09 John Paul Wallington <jpw@gnu.org>
7403
7404 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7405
7406 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * reveal.el (reveal-open-new-overlays): New extracted fun.
7409 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7410 using them. Simplify the code.
7411 (reveal-post-command): Use them. Fix up obsolete windows in
7412 reveal-open-spots.
7413
7414 * progmodes/flymake.el: Use `require' rather than autoload for
7415 XEmacs's overlays.
7416 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7417 Delete. Use file-relative-name instead.
7418 (flymake-get-syntax-check-program-args, flymake-perl-init):
7419 Simplify the resulting code.
7420
7421 * log-view.el (log-view-file-re, log-view-message-re): Add support
7422 for DaRCS output.
7423
7424 2006-01-09 Alex Schroeder <alex@gnu.org>
7425
7426 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7427 identifiers sometimes added in square brackets at the beginning of
7428 subject lines.
7429
7430 2006-01-07 Richard M. Stallman <rms@gnu.org>
7431
7432 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7433 (Custom-reset-current, Custom-reset-saved): Change question text.
7434 (Custom-reset-standard): Likewise.
7435 (custom-variable-reset-saved): Doc fix.
7436
7437 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7438
7439 * startup.el (init-file-user): Doc fix.
7440
7441 2006-01-07 Alex Schroeder <alex@gnu.org>
7442
7443 * mail/rmail.el (rmail-current-subject): New function.
7444 (rmail-current-subject-regexp): New function.
7445 (rmail-next-same-subject): Use it.
7446
7447 * mail/rmailsum.el (rmail-summary-by-topic):
7448 Use rmail-current-subject and rmail-current-subject-regexp.
7449 (rmail-summary-next-same-subject): Ditto.
7450
7451 * net/rcirc.el (rcirc-send-input): No longer check whether the
7452 process is open, since not all commands need an open process.
7453 (rcirc-send-string): Check whether the process is open before
7454 sending anything.
7455 (rcirc-ignore-list): New option.
7456 (rcirc-ignore-list-automatic): New variable.
7457 (rcirc-print): Take rcirc-ignore-list into account.
7458 (rcirc-cmd-ignore): New command.
7459 (rcirc-ignore-update-automatic): New function.
7460 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7461 list if ignored nicks.
7462 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7463
7464 2006-01-06 David Reitter <david.reitter@gmail.com>
7465
7466 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7467 reflect the address to which the report will be sent.
7468
7469 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7470
7471 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7472 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7473
7474 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7475
7476 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7477
7478 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7479 the doc string: "functoin" => "function".
7480 * ldefs-boot.el: Likewise.
7481
7482 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7483 message text: "Duplicat" => "Duplicate".
7484
7485 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7486
7487 * files.el (basic-save-buffer-2): If backing-up failed, reset
7488 buffer-backed-up to nil.
7489
7490 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * progmodes/gud.el (gdb-script-skip-to-head)
7493 (gdb-script-calculate-indentation): Indent for breakpoint command
7494 lists also.
7495
7496 2006-01-05 Bill Wohler <wohler@newt.com>
7497
7498 * Makefile.in (compile-always): Add mh-autoloads dependency.
7499 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7500 provides it.
7501 (updates): Remove mh-autoloads dependency, since it probably has
7502 already run recently (via recompile).
7503
7504 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7507 argument `force' to disable the flyspell-last-buffer optimization.
7508 (flyspell-mode-on): Use it.
7509
7510 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7511 flymake-simple-cleanup.
7512 (flymake-allowed-file-name-masks): Use this new default.
7513 All the functions are now called in the right buffer rather than
7514 passing the buffer as argument.
7515 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7516 (flymake-parse-err-lines): Remove redundant buffer arg.
7517 (flymake-get-program-dir): Comment out unused function.
7518 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7519 Remove redundant buffer argument.
7520 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7521 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7522
7523 2006-01-05 Richard M. Stallman <rms@gnu.org>
7524
7525 * info.el (Info-find-node): Don't record previous node if have none.
7526 (info): Go to directory only if history is empty.
7527
7528 * simple.el (mark): Doc fix.
7529
7530 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7531
7532 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7533 already of desired type.
7534 (mac-ae-list): Coerce parameter to "list" type.
7535 (mac-dispatch-apple-event): Replace cadr part of event with a
7536 dummy position so that event-start returns it.
7537
7538 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7539
7540 * textmodes/org.el (org-end-of-subtree): New function.
7541 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7542 Use `org-end-of-subtree'.
7543 (org-agenda, org-agenda-convert-date): Protect calls to
7544 `fit-window-to-buffer'.
7545 (org-tags-view): Force matching of sublevels when doing a
7546 todo-only search. Define the correct redo command, including the
7547 arguments.
7548 (org-agenda-redo): Display message.
7549 (org-check-for-org-mode): New function.
7550 (org-agenda-type): New variable.
7551 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7552 Set `org-agenda-type'.
7553 (org-agenda-check-type): New function.
7554 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7555 (org-agenda-week-view, org-agenda-day-view)
7556 (org-agenda-next-date-line, org-agenda-previous-date-line)
7557 (org-agenda-log-mode, org-agenda-toggle-diary)
7558 (org-agenda-toggle-time-grid, org-agenda-date-later)
7559 (org-agenda-date-prompt, org-agenda-diary-entry)
7560 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7561 (org-agenda-convert-date, org-agenda-menu):
7562 Use `org-agenda-check-type'.
7563 (org-make-overlay, org-delete-overlay)
7564 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7565 New compatibility functions.
7566 (org-calendar-select-mouse): New command.
7567
7568 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7569
7570 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7571 (Custom-reset-standard): Fix y-or-n-p messages.
7572 (custom-link): New face for links.
7573 (custom-buffer-create-internal, custom-manual): Use it.
7574 (custom-face-save): Push to theme-face before setting face spec.
7575
7576 * wid-edit.el (widget-default-mouse-face-get): New function.
7577 (widget-specify-button): Handle mouse-face like button-face.
7578
7579 * custom.el (load-theme): Clear old theme settings if reloading.
7580
7581 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7584 "Erase Customization" button back to same position it occupies in
7585 the individual State menus.
7586
7587 2006-01-04 Kim F. Storm <storm@cua.dk>
7588
7589 * wid-edit.el (key-sequence): Rework widget to read key binding
7590 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7591 (widget-key-sequence-default-value): Default value for empty sequence.
7592 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7593 (widget-key-sequence-read-event): New command for C-q.
7594 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7595 (widget-key-sequence-value-to-external): New functions.
7596
7597 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7600 Use expand-file-name.
7601 (flymake-delete-temp-directory): Use expand-file-name,
7602 file-name-directory, and directory-file-name.
7603 (flymake-strrchr): Delete.
7604 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7605 to the init-f function.
7606 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7607 (flymake-init-find-buildfile-dir)
7608 (flymake-init-create-temp-source-and-master-buffer-copy)
7609 (flymake-simple-make-init-impl, flymake-simple-make-init)
7610 (flymake-master-make-init, flymake-master-make-header-init)
7611 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7612 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7613 (flymake-xml-init): Remove corresponding redundant buffer argument.
7614 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7615 the default anyway. Clean up regexps.
7616
7617 * progmodes/flymake.el (flymake-temp-source-file-name)
7618 (flymake-master-file-name, flymake-temp-master-file-name)
7619 (flymake-base-dir): New buffer-local vars.
7620 (flymake-buffer-data, flymake-get-buffer-value)
7621 (flymake-set-buffer-value): Replace those hash-tables by the new
7622 buffer-local vars. Update callers.
7623
7624 * progmodes/flymake.el (flymake-check-start-time)
7625 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7626 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7627 Move definition, so we can remove redundant earlier declaration.
7628 (flymake-replace-regexp-in-string, flymake-split-string)
7629 (flymake-get-temp-dir): Use defalias.
7630 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7631 (flymake-xemacs-window-edges): Remove unused function.
7632 (flymake-get-point-pixel-pos): Move.
7633 (flymake-pid-to-names, flymake-reg-names)
7634 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7635 Replace by a simple list flymake-processes and by process-buffer.
7636 Update callers. Other than simplify the code, it uses buffers rather
7637 than buffer-names so it doesn't get confused by uniquify.
7638 (flymake-buffer-data): The global value should just be nil.
7639
7640 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7641 Optimize the body of a defalias like any other code.
7642
7643 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7644 Make sure we've setup font-lock's vars. It may influence which
7645 function we then call.
7646 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7647 here since it's too late anyway.
7648
7649 2006-01-03 Romain Francoise <romain@orebokech.com>
7650
7651 * startup.el (fancy-splash-tail, normal-splash-screen):
7652 Update copyright year.
7653
7654 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7655
7656 * mouse.el (mouse-drag-track): Rename, from
7657 `mouse-drag-region-1'. Includes optional argument required to
7658 enable post-drag event processing (e.g. delete region keys).
7659 Can be used without this argument to track a mouse region and operate
7660 on it as soon as the drag completes.
7661 (mouse-drag-region): Use `mouse-drag-track'.
7662
7663 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7666 Move to `custom-buffer' group.
7667
7668 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7669 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7670 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7671 (custom-theme-face-menu): New variables.
7672 (custom-theme-add-variable, custom-theme-variable-action)
7673 (custom-variable-reset-theme, custom-theme-delete-variable)
7674 (custom-face-reset-theme, custom-theme-face-action)
7675 (custom-theme-delete-face, custom-theme-merge-theme)
7676 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7677
7678 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7679
7680 * custom.el: Move Custom Themes commentary to start of theme code.
7681 (custom-known-themes): Rename `standard' theme to `changed'.
7682 (custom-push-theme): Caller no longer specifies what theme to use
7683 when doing `reset'---the setting is simply removed from the theme.
7684 Delete MODE from `theme-value' and `theme-settings' properties.
7685 (custom-declare-theme): Ignore &rest args since we don't use them.
7686
7687 (custom-loaded-themes): Delete variable.
7688 (custom-theme-load-themes, custom-theme-loaded-p)
7689 (custom-theme-value): Delete functions.
7690
7691 (custom-declare-theme): Signal error on invalid theme names.
7692 (provide-theme): custom-loaded-themes was deleted.
7693 (load-theme): Load the file unconditionally.
7694 (enable-theme): Call `load-theme' if theme is undefined.
7695 (custom-enabled-themes): Only update value for successful loads.
7696 (disable-theme): Complete from enabled themes when interactive.
7697 (custom-variable-theme-value): Calculate theme value directly.
7698
7699 (custom-theme-reset-variables, custom-reset-variables): Mark as
7700 XEmacs compatibility functions. We don't actually use these.
7701
7702 * cus-edit.el (custom-variable-state-set):
7703 Use custom-variable-theme-value instead of custom-theme-value.
7704 (custom-face-state-set): Rename `standard' theme to `changed'.
7705 (custom-save-variables, custom-save-faces): Delete unneeded
7706 references to custom-reset-variables.
7707 (custom-save-resets): Delete function.
7708 (custom-save-variables, custom-save-faces): MODE argument deleted.
7709 (custom-save-variables, custom-save-faces): Ignore theme values.
7710
7711 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7712 compatibility function.
7713
7714 2006-01-01 Richard M. Stallman <rms@gnu.org>
7715
7716 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7717 (Custom-reset-current, Custom-reset-saved): Likewise.
7718 (Custom-reset-standard): Show message if aborted.
7719 (custom-mode): Doc fix, describing those commands.
7720
7721 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7722 put on event-kind property.
7723
7724 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7725
7726 * custom.el (provide-theme): Ban `user' theme name.
7727 (custom-enabling-themes): New variable.
7728 (enable-theme): Don't enable user if custom-enabling-themes is t.
7729 (custom-enabled-themes): Make it a defcustom.
7730 (custom-theme-recalc-face): No-op if face is undefined.
7731
7732 * cus-edit.el (custom-button-mouse): New variable.
7733 (custom-button-mouse): New face.
7734 (custom-raised-buttons, custom-mode): Use it.
7735
7736 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7737
7738 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7739
7740 * progmodes/gud.el (gud-display-line): Support hl-line in the
7741 source buffer.
7742
7743 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7744
7745 * mouse.el (mouse-drag-window-above): Verify that the found window
7746 overlaps with the given window in the horizontal dimension.
7747
7748 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7749
7750 * Makefile.in (cvs-update): New target.
7751
7752 * makefile.w32-in (cvs-update): Ditto.
7753
7754 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7757 (custom-new-theme-mode-map): New variable.
7758
7759 2005-12-30 Richard M. Stallman <rms@gnu.org>
7760
7761 * custom.el (custom-load-themes): Function deleted.
7762
7763 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7764 (custom-save-variables): Don't delete or add custom-load-themes call.
7765
7766 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * cus-start.el: Add `visible-cursor'.
7769
7770 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7771 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7772 (flymake-process-filter): Switch to buffer before calling it instead.
7773 (flymake-post-syntax-check, flymake-highlight-err-lines)
7774 (flymake-delete-own-overlays, flymake-parse-err-lines)
7775 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7776 (flymake-count-lines, flymake-parse-residual):
7777 Remove constant buffer argument.
7778 (flymake-start-syntax-check-for-current-buffer): Remove.
7779 Update callers to use flymake-start-syntax-check instead.
7780 (flymake-display-err-menu-for-current-line):
7781 Remove unused var `mouse-pos'.
7782 (flymake-restore-formatting): Comment out unused function.
7783 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7784 argument, use current-buffer instead. Update callers.
7785
7786 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7787
7788 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7789 buffer-local because choose-completion-delete-max-match requires
7790 that we set completion-ignore-case (i.e., binding via let is not
7791 sufficient).
7792 (bibtex-complete): Always set completion-ignore-case and
7793 choose-completion-string-functions. The latter is needed because
7794 choose-completion-string-functions keeps its value if we quit the
7795 *Completions* buffer without requesting a completion.
7796
7797 2005-12-30 Andreas Schwab <schwab@suse.de>
7798
7799 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7800
7801 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7802
7803 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7804
7805 2005-12-30 Juri Linkov <juri@jurta.org>
7806
7807 * locate.el (locate-fcodes-file, locate-header-face)
7808 * progmodes/delphi.el (delphi-other-face)
7809 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7810
7811 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7812 group `paren-showing-faces'.
7813
7814 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7815 (goto-address): Fix docstring.
7816
7817 * net/webjump.el (webjump-sample-sites): Update URLs.
7818
7819 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7820
7821 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7822
7823 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * font-lock.el (font-lock-compile-keywords): Signal an error when
7826 font-lock-set-defaults hasn't been called.
7827
7828 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7829
7830 * subr.el (noreturn, 1value): Doc fixes.
7831
7832 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7833
7834 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7835 that assoc-string returns nil.
7836
7837 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7838
7839 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7840 (bibtex-entry-type-str, bibtex-empty-field-re)
7841 (bibtex-search-backward-string, bibtex-preamble-prefix)
7842 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7843 (bibtex-any-valid-entry-type): New variable.
7844 (bibtex-parse-field-name): Simplify.
7845 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7846 (bibtex-preamble-prefix): Include left delimiter.
7847 (bibtex-search-forward-field, bibtex-search-backward-field):
7848 Allow unbounded search past entry boundaries (required by bibtex-pop).
7849 (bibtex-text-in-field-bounds): Use push.
7850 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7851 (bibtex-parse-preamble, bibtex-valid-entry)
7852 (bibtex-beginning-first-field): New functions.
7853 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7854 (bibtex-map-entries): Fix docstring.
7855 (bibtex-flash-head): New arg prompt. Simplify.
7856 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7857 (bibtex-insert-kill): Simplify. Always insert text past the
7858 current field or entry.
7859 (bibtex-format-entry): Use bibtex-parse-field.
7860 (bibtex-pop): Use bibtex-beginning-of-entry and
7861 bibtex-end-of-entry to initiate the search. Insert empty field if
7862 we found ourselves.
7863 (bibtex-print-help-message): New args field and comma.
7864 Handle entry keys.
7865 (bibtex-make-field): Use bibtex-beginning-of-entry.
7866 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7867 invalid entry.
7868 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7869 Handle preambles. Simplify code for thorough test.
7870 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7871 New arg comma. Handle entry heads.
7872 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7873 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7874 New arg comma.
7875 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7876 (bibtex-fill-field): Simplify.
7877 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7878 bibtex-parse-field.
7879 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7880 (bibtex-complete): Use bibtex-parse-preamble.
7881
7882 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7883
7884 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7885 Display name of expression instead of convenience variable.
7886 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7887
7888 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7889 toggle-gud-tooltip-dereference.
7890 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7891 (gud-tooltip-tips): ...here when dereferencing.
7892
7893 2005-12-28 Bill Wohler <wohler@newt.com>
7894
7895 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7896
7897 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7900 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7901 (vc-annotate-display-autoscale): Adjust call.
7902 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7903 Fix interactive spec.
7904 (vc-annotate-time-span): Remove.
7905 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7906 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7907 (vc-annotate-display-select): Use new name.
7908
7909 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7910 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7911 Correct the construction of span entries. Simplify.
7912 (vc-annotate-display-select): Fix the nil case.
7913 (vc-annotate): Remove obsolete (and now broken) code.
7914 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7915 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7916
7917 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7918
7919 * subr.el (lazy-completion-table): Correct typo in docstring.
7920
7921 * startup.el (command-line): Use `custom-reevaluate-setting' for
7922 `send-mail-function'.
7923
7924 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7925
7926 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7927
7928 * mail/smtpmail.el (smtpmail-try-auth-methods):
7929 Send credentials together with "AUTH PLAIN" command.
7930
7931 2005-12-27 Richard M. Stallman <rms@gnu.org>
7932
7933 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7934 mouse-2, go back to previously selected window, so it's selected
7935 when mouse-2 command runs.
7936
7937 2005-12-27 Juri Linkov <juri@jurta.org>
7938
7939 * descr-text.el (describe-text-sexp): Use square brackets for
7940 button [Show] to distinguish it from the property value `show'.
7941 (describe-property-list): Use `insert-text-button' with
7942 `help-face' type instead of putting face in quotes, because button
7943 is not created automatically for a list of faces.
7944 (describe-text-properties-1): Put button-type value in quotes to
7945 distinguish from plain text "button".
7946 (describe-char): Display code point values in hex. Don't use
7947 `symbol-name' for `current-input-method' because it is a string.
7948 Use `insert-text-button' with `help-face' type instead of putting
7949 hardcoded face in quotes, because button is not created automatically.
7950
7951 2005-12-27 Richard M. Stallman <rms@gnu.org>
7952
7953 * progmodes/glasses.el (glasses-face): More specific custom type.
7954
7955 * files.el (set-visited-file-name): Doc fix.
7956
7957 * textmodes/flyspell.el (flyspell-external-point-words):
7958 Use local var buffer-scan-pos to advance scan for next misspelling.
7959 Advance it only after we find the misspelling.
7960
7961 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7962
7963 * textmodes/flyspell.el (flyspell-external-point-words):
7964 New criteria for finding the misspelling in the buffer.
7965
7966 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7967
7968 * help-mode.el (help-insert-string): Set help-xref-stack-item
7969 rather than call help-setup-xref.
7970
7971 * descr-text.el (describe-char): Revert previous changes for
7972 optional buffer argument.
7973
7974 2005-12-27 Juri Linkov <juri@jurta.org>
7975
7976 * help-mode.el (help-insert-string): New function. Save buffer
7977 contents in cases where it is impossible to recompute the old contents.
7978
7979 * descr-text.el (describe-char): Set help-xref-stack-item
7980 explicitly after buffer has been generated.
7981
7982 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7983
7984 * cus-start.el (all): Add x-gtk-show-hidden-files.
7985
7986 2005-12-26 Richard M. Stallman <rms@gnu.org>
7987
7988 * replace.el (perform-replace): Calculate match-again
7989 before skipping read-only matches.
7990
7991 * paren.el (paren-showing-faces): New group.
7992 (show-paren-match, show-paren-mismatch): Move to that group.
7993
7994 * button.el (button): Put into group `basic-faces'.
7995
7996 * progmodes/make-mode.el: Remove faces from group `faces'.
7997
7998 * apropos.el (apropos, apropos-value): Doc fix.
7999 (apropos-documentation): Doc fix.
8000
8001 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * subr.el (lazy-completion-table): Remove argument `args'.
8004
8005 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8006 Don't use the `args' argument of lazy-completion-table.
8007
8008 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8009
8010 * descr-text.el (describe-char): Add optional argument for buffer.
8011 Set buffer appropriately. Call help-setup-xref.
8012 Suggested by Stefan Monnier.
8013
8014 2005-12-26 Juri Linkov <juri@jurta.org>
8015
8016 * descr-text.el: Require `help-fns' at runtime. Don't require
8017 `button' for byte compilation.
8018 (describe-text-widget): Add `help-echo' for first button.
8019 Use `help-info' for second.
8020 (describe-property-list): Use `help-argument-name' instead of `italic'.
8021 (describe-text-category): Add prompt to interactive spec.
8022 Call `help-setup-xref'.
8023 (describe-char): Use `help-character-set'. Add `help-echo' for
8024 code point. Use `help-input-method'. Remove superfluous insert.
8025
8026 2005-12-25 Richard M. Stallman <rms@gnu.org>
8027
8028 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8029 at point, in case of narrowing.
8030
8031 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8032
8033 * locate.el (locate-header-face): Allow nil in type.
8034
8035 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8036
8037 2005-12-25 Romain Francoise <romain@orebokech.com>
8038
8039 * battery.el (battery-linux-proc-acpi): Also try
8040 `/proc/acpi/thermal_zone/THM0/temperature'.
8041
8042 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * custom.el (custom-push-theme): Fix docstring.
8045
8046 * cus-edit.el (custom-variable-set, custom-variable-save)
8047 (custom-variable-save): Custom-quote widget values.
8048 (customize-save-variable): Fix custom-push-theme call.
8049
8050 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8051
8052 * w32-fns.el (w32-batch-update-autoloads): New function.
8053
8054 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8055 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8056 from the command line.
8057
8058 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8059
8060 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8061 reset means to remove setting from theme entirely. Don't keep
8062 expanding theme-settings list; delete old entries if necessary.
8063
8064 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8065 customization" button one line up.
8066 (custom-themed): New face.
8067 (custom-magic-alist): New value, THEMED, for theme settings.
8068 (custom-variable-state-set, custom-face-state-set):
8069 Check theme-value instead of saved-value.
8070 (custom-variable-reset-standard, custom-face-reset-standard):
8071 Remove theme setting entirely. Recalculate new values.
8072 (custom-variable-set, custom-variable-set)
8073 (custom-variable-reset-saved, custom-variable-reset-backup)
8074 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8075 (custom-variable-save): Fix typos.
8076
8077 2005-12-23 Juri Linkov <juri@jurta.org>
8078
8079 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8080 Add autoload cookies.
8081 (edebug-outside-d-c-i-n-s-w): New variable.
8082 (edebug-display, edebug-outside-excursion): Use it to save the
8083 original value of default-cursor-in-non-selected-windows.
8084 Set default-cursor-in-non-selected-windows to t while Edebug
8085 is active.
8086 (edebug-mode, edebug-eval-mode): Doc fix.
8087
8088 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8089 with `buffer-substring-no-properties' to remove common substring
8090 highlighting.
8091
8092 * info.el (info-other-window, info): Rename function argument
8093 `file' to `file-or-node'.
8094 (Info-complete-menu-item): Use local variable `complete-nodes' to
8095 keep the global value of `Info-complete-nodes' unchanged for
8096 subsequent completions.
8097 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8098
8099 * simple.el (get-next-valid-buffer, last-buffer)
8100 (next-error-buffer-p, next-error-find-buffer)
8101 (minibuffer-history-sexp-flag): Doc fix.
8102
8103 * savehist.el (savehist-mode-hook): Add `:group'.
8104
8105 * log-view.el: Call autoload for vc-find-version.
8106 (log-view-current-file): Adjust subgroup numbers.
8107 (log-view-current-tag): Add `length'.
8108
8109 2005-12-23 Richard M. Stallman <rms@gnu.org>
8110
8111 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8112
8113 2005-12-23 Juri Linkov <juri@jurta.org>
8114
8115 * hi-lock.el (hi-lock-archaic-interface-message-used)
8116 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8117 (hi-lock-mode): Display "Hi" in the mode line only when
8118 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8119 (hi-lock-write-interactive-patterns):
8120 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8121 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8122 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8123 font-lock-add-keywords to t.
8124
8125 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8126
8127 * hi-lock.el (hi-lock-highlight-range): New variable.
8128 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8129 only if font-lock-fontified is non-nil. Remove overlays.
8130 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8131 font-lock-fontified is non-nil, otherwise use overlays (instead of
8132 text properties).
8133 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8134 New variables.
8135 (hi-lock-string-serialize) New function.
8136
8137 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8138
8139 * menu-bar.el (menu-find-file-existing): New function.
8140 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8141
8142 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8143
8144 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * vc.el: Remove unnecessary leading * in docstrings.
8147 (vc-annotate-mode-map): Move initialization into declaration.
8148 (vc-static-header-alist): Nitpick on the regexp.
8149 (vc-default-init-version): New fun.
8150 (vc-register): Use it.
8151 (vc-insert-headers): Use dolist.
8152 (vc-annotate-get-backend): Remove unused function.
8153 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8154 (vc-annotate-mode): Remove corresponding call.
8155 (vc-annotate-car-last-cons): Simplify.
8156 (vc-annotate-buffers): Remove var.
8157 (vc-annotate-backend): Make it buffer-local.
8158 (vc-annotate): Move the interaction to the interactive spec.
8159 Add a `buf' argument.
8160 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8161 killing&creating a vc-annotate buffer, which is very disruptive when
8162 the buffers are shown in dedicated frames.
8163
8164 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * descr-text.el: Add FSF as maintainer.
8167 (describe-text-mode, describe-text-mode-map)
8168 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8169 help-mode.
8170 (describe-text-widget, describe-text-sexp)
8171 (describe-property-list, describe-text-category)
8172 (describe-text-properties, describe-text-properties-1)
8173 (describe-char): Use help buttons instead of widgets.
8174 (describe-char-unicodedata-file): Make URL link in doc string.
8175
8176 2005-12-22 Richard M. Stallman <rms@gnu.org>
8177
8178 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8179 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8180 Don't include buttons that write a file when there's no file.
8181 (custom-variable-menu, custom-face-menu, custom-group-menu):
8182 Don't include commands that write a file when there's no file.
8183 (customize-browse): Reword the top-of-buffer help intro.
8184 (custom-buffer-create-internal): Fix previous change.
8185 (customize-changed-options-previous-release): Prev release is 21.1.
8186 (customize-changed-options): Doc fix.
8187 (customize-changed): New alias.
8188 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8189 Say "standard values".
8190 (Custom-reset-standard): Doc fix.
8191 (custom-face-reset-standard): Doc fix.
8192
8193 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8196 even if font-lock-mode is non-nil since it may be t without having
8197 turned on font-lock-mode-internal.
8198 (font-lock-choose-keywords): Minor optimization.
8199 (font-lock-add-keywords, font-lock-remove-keywords)
8200 (font-lock-set-defaults): Don't call make-local-variable on a variable
8201 that we know to already be local.
8202
8203 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8204
8205 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8206 messages if in the minibuffer.
8207
8208 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8211 (tex-mode-flyspell-verify, flyspell-get-word)
8212 (flyspell-external-point-words): Don't use point-min/max uselessly.
8213
8214 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8215 by Kevin Rodgers. Instead, just hide the completions buffer if we
8216 don't need to show it.
8217
8218 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8219
8220 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8221
8222 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8225 delete-windows-on with an inexistent buffer.
8226
8227 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8230 Delete defcustom variable :tag names.
8231
8232 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8235 (log-view-font-lock-keywords): Ajust subgroup numbers.
8236 (log-view-current-tag): Don't hard code the number of subgroups.
8237
8238 2005-12-20 Juri Linkov <juri@jurta.org>
8239
8240 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8241 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8242
8243 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8244 (menu-bar-non-minibuffer-window-p): Instead of checking
8245 display-multi-frame-p, use selected-frame when menu-updating-frame
8246 is nil.
8247
8248 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8249
8250 * align.el (align-rules-list): Use [ \t] instead of \s-
8251 for column separators in text mode.
8252
8253 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8254
8255 * help-mode.el (help-customize-variable, help-customize-face):
8256 Don't pop help-xref-stack as help-follow no longer pushes
8257 anything on to it.
8258
8259 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8260
8261 * textmodes/org.el (org-agenda-custom-commands): New option.
8262 (org-agenda): Offer custom commands on splash screen.
8263 (org-make-tags-matcher): Parser for Boolean logic added.
8264 (org-agenda-set-tags): New command.
8265 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8266 (org-set-tags): Efficiency improvements.
8267 (org-auto-align-tags): New option.
8268 (org-todo, org-demote, org-promote): Realign tags.
8269 (org-tags-completion-function): Use also "&" and "|" as separators.
8270 (org-org-menu): Agenda commands simplified.
8271
8272 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * cus-edit.el (customize-apropos, customize-apropos-options):
8275 Docstring changes.
8276
8277 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8278
8279 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * longlines.el (longlines-mode): Wrap while widened.
8282 (longlines-decode-region, longlines-encode-region): Compute max
8283 just once.
8284
8285 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8286
8287 * cus-edit.el (mac): New group.
8288
8289 * cus-start.el (all): Add user options in macterm.c. Add test for
8290 Mac-related built-ins. Fix test for GTK-related built-ins.
8291
8292 * term/mac-win.el (mac-handle-language-change)
8293 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8294 (mac-services-open-selection, mac-services-mail-selection)
8295 (mac-services-mail-to, mac-services-insert-text)
8296 (mac-dispatch-apple-event): Add docstrings.
8297 (x-get-selection, mac-select-convert-to-string): Select coding
8298 system from `utf-16be' and `utf-16le' using `byteorder'.
8299
8300 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8303 a "list" (lambda ...) rather than a real completion list.
8304
8305 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8306 lexical-let when encountering ((lambda (...) ...) ...).
8307
8308 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * progmodes/sh-script.el (sh-mode):
8311 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8312 * textmodes/picture.el (picture-mode): Update docstrings.
8313
8314 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8315
8316 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8317 commands enclosed in $(ARGQUOTE)s should not be split between two
8318 lines, as that will break with GNU Make >3.80, when sh.exe is used
8319 and arg quoting is with '..'.
8320 (autoloads): Don't break the quoted --eval expression between
8321 several lines.
8322
8323 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8326 Capture error from printing circular structures.
8327
8328 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8329
8330 * wid-edit.el (widget-checkbox-action): Clear undo info.
8331
8332 2005-12-16 Bill Wohler <wohler@newt.com>
8333
8334 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8335 bar, not menubar in comment.
8336
8337 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8340 After-change-functions should not clobber the match data.
8341
8342 2005-12-16 Juri Linkov <juri@jurta.org>
8343
8344 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8345 instead of `buffer-substring'.
8346 (completion-common-substring): Doc fix.
8347 (completion-setup-function): Use minibuffer-completion-contents
8348 instead of minibuffer-contents. Don't set common-string-length
8349 initially. Remove special handling of partial-completion-mode.
8350 Move computation of completion-base-size into one cond.
8351 Call completion-base-size-function in mainbuf. In computation of
8352 completion-base-size for file name completion don't move point to
8353 the end of the minibuffer. Move computation of common-string-length
8354 into one cond. Start putting faces only when common-string-length>=0.
8355 Add condition to put completions-common-part when
8356 common-string-length>0.
8357
8358 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8359 place point at the first different character in the minibuffer
8360 even if this position is at the beginning of the minibuffer.
8361
8362 * info.el (Info-read-node-name-1): In completion-base-size-function's
8363 lambda return 1 if common-substring or minibuffer-completion-contents
8364 starts with (, and 0 otherwise.
8365
8366 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8367 Use `crm-current-element' for second arg of `display-completion-list'.
8368
8369 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8370
8371 * files.el (set-auto-mode): Look for an interpreter specified on
8372 the first line also if search for mode specification succeeded,
8373 but the mode is not known.
8374
8375 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8376
8377 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8378 (org-open-at-point): Implement tag searches as links.
8379 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8380 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8381 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8382 (org-agenda-dispatch): New commands.
8383 (org-use-tag-inheritance, org-tags-column): New options.
8384 (org-tab-follows-link, org-return-follows-link): New options.
8385 (org-tags): New customize group.
8386 (org-start-icalendar-file): Get local time zone.
8387 (org-tags-completion-function): New function.
8388 (org-set-font-lock-defaults): Make sure links will also be
8389 highlighted inside headlines.
8390
8391 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8392
8393 * term.el (term-emulate-terminal):
8394 Let term-handle-ansi-terminal-messages override what Bash says about
8395 its current directory.
8396
8397 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8398
8399 * bindings.el (last-buffer): Move to simple.el.
8400 * simple.el (last-buffer): Move here.
8401 (get-next-valid-buffer): New function.
8402 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8403 (prev-buffer): Ditto. Rename to `previous-buffer'.
8404
8405 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8406 * bindings.el (global-map): Ditto.
8407
8408 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8409
8410 * cus-edit.el: Introductory comment change.
8411 (custom-magic-alist): Change message string for the `rogue' state.
8412
8413 2005-12-15 Richard M. Stallman <rms@gnu.org>
8414
8415 * tooltip.el: Delete defcustom variable :tag names.
8416
8417 * complete.el (partial-completion-mode): Doc fix.
8418
8419 * textmodes/flyspell.el (flyspell-external-point-words):
8420 Use save-excursion to ensure we don't move backward in the
8421 search loop, not even one character.
8422 (flyspell-delete-all-overlays): Use remove-overlays directly.
8423
8424 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8425 (ispell-start-process): Set that variable.
8426 Clear ispell-buffer-local-name.
8427 (ispell-internal-change-dictionary):
8428 Set ispell-current-dictionary after killing process.
8429 (ispell-buffer-local-dict):
8430 Don't set spell-personal-dictionary after killing process.
8431 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8432 (ispell-tex-skip-alists, ispell-html-skip-alists)
8433 (ispell-skip-region-alist): Mark as risky.
8434
8435 * net/newsticker.el (newsticker--retrieval-timer-list)
8436 (newsticker--display-timer, newsticker-running-p)
8437 (newsticker-ticker-running-p): Definitions moved up.
8438
8439 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8440
8441 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8442
8443 2005-12-15 David Ponce <david@dponce.com>
8444
8445 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8446 (recentf-edit-list, recentf-open-files): Signal an error when
8447 there is no recent file.
8448
8449 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8450
8451 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8452 read-only except for texinfo-format-region evaluation.
8453
8454 2005-12-14 Richard M. Stallman <rms@gnu.org>
8455
8456 * vc.el (vc-default-previous-version, vc-default-next-version)
8457 (vc-do-command): Doc fixes.
8458
8459 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8460
8461 * textmodes/bibtex.el (bibtex-expand-strings)
8462 (bibtex-autokey-expand-string, bibtex-name-part)
8463 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8464 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8465 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8466 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8467 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8468 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8469 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8470 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8471 (bibtex-beginning-of-last-entry): Remove.
8472 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8473 message if comma is missing but buffer is read-only.
8474 (bibtex-parse-field-text): Handle whitespaces at the end of field
8475 text. Return 3-element list with beginning and end of field text
8476 and end of field.
8477 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8478 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8479 (bibtex-search-forward-field, bibtex-search-backward-field):
8480 Search always delimited by limits of entry. Use more efficient
8481 search algorithms.
8482 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8483 bibtex-end-of-name-in-field.
8484 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8485 extracting the content of a field.
8486 (bibtex-text-in-field): Use search limits.
8487 (bibtex-parse-string-prefix): Handle empty string keys based on
8488 bibtex-string-empty-key.
8489 (bibtex-parse-string): Fix docstring.
8490 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8491 (bibtex-preamble-prefix, bibtex-strings): New functions.
8492 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8493 BibTeX entries (consistent with other BibTeX functions).
8494 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8495 (bibtex-search-entry): Fix docstring. Simplify.
8496 (bibtex-flash-head, bibtex-complete-string-cleanup)
8497 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8498 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8499 (bibtex-parse-entry): New optional arg content.
8500 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8501 Use bibtex-text-in-field-bounds.
8502 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8503 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8504 bibtex-parse-string-postfix.
8505 (bibtex-find-text-internal): New function.
8506 (bibtex-remove-delimiters): Use it.
8507 (bibtex-find-text): Use it. New optional arg help.
8508 (bibtex-complete): Handle BibTeX string and preamble entries.
8509 (bibtex-Preamble): Fix order of closing delimiters.
8510
8511 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * vc.el (vc-default-revert): New fun.
8514
8515 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8516
8517 2005-12-14 Romain Francoise <romain@orebokech.com>
8518
8519 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8520 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8521 (font-lock-remove-keywords): Likewise.
8522
8523 2005-12-14 Juri Linkov <juri@jurta.org>
8524
8525 * log-view.el (log-view-diff): Doc fix.
8526
8527 * isearch.el (isearch-query-replace): Use (mark) instead of
8528 isearch-opoint if mark is active in transient-mark-mode.
8529
8530 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8531
8532 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8533
8534 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8535
8536 * progmodes/cpp.el (cpp-face): New widget.
8537 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8538
8539 2005-12-14 Juri Linkov <juri@jurta.org>
8540
8541 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8542 around `erase-buffer' and `insert'.
8543
8544 * descr-text.el (describe-text-properties): Replace buffer name
8545 "*Help-2*" with "*Help*<2>".
8546 (describe-char): Add functions print-help-return-message,
8547 toggle-read-only. Use help-setup-xref with nil to not store
8548 describe-char in help-xref-stack. Use help-make-xrefs to
8549 make [back] button.
8550
8551 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8552
8553 * wdired.el (wdired-old-point): New internal variable.
8554 (wdired-change-to-wdired-mode): Set it buffer-locally.
8555 (wdired-abort-changes): Restore point after aborting changes.
8556
8557 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * vc.el (vc-do-command): Add a new value t for okstatus.
8560
8561 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8562 frame in case of errors.
8563
8564 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8565
8566 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8567 so it comes after "On the Left" in the menu.
8568
8569 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * cus-edit.el (customize-apropos, customize-apropos-options)
8572 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8573
8574 2005-12-12 Bill Wohler <wohler@newt.com>
8575
8576 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8577 non-writable Subversion-controlled files by saving window
8578 configuration before calling vc-do-command. vc-do-command calls
8579 pop-to-buffer on error which is unexpected during registration.
8580
8581 2005-12-12 Jay Belanger <belanger@truman.edu>
8582
8583 * calc/README: Update the summary of changes.
8584
8585 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * descr-text.el (describe-char): Rework last fix to solve the problem
8588 is the same way it's solved for everything else in that function
8589 (i.e. by extracting the info before setting up the *Help* buffer).
8590
8591 2005-12-12 Kim F. Storm <storm@cua.dk>
8592
8593 * subr.el (version-regexp-alist): Allow space as separator before
8594 non-numeric part, e.g. "1.0 alpha".
8595 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8596
8597 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8598
8599 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8600 Implement Logging and the keep-modes setting.
8601 (org-get-category): Make sure a string is returned.
8602 (org-log-done): New function.
8603 (org-log-done, org-closed-string): New options.
8604
8605 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8606
8607 * tooltip.el (tooltip-y-offset): Change default to 20.
8608
8609 2005-12-12 Richard M. Stallman <rms@gnu.org>
8610
8611 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8612
8613 * frame.el (display-hourglass): Doc fix.
8614
8615 * help.el (help-for-help-internal): Simplify entry for `a'.
8616
8617 * info.el (Info-on-current-buffer): Doc fix.
8618 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8619
8620 * startup.el (inhibit-splash-screen): Make this the real name.
8621 (inhibit-startup-message): Make this the alias.
8622 (command-line): Find only simple.el, and use its directory
8623 to fill in other preloaded files' names.
8624 (command-line): Deactivate the mark if deactivate-mark is set.
8625
8626 * international/mule.el (load-with-code-conversion):
8627 Bind deactivate-mark.
8628
8629 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8630
8631 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * cus-edit.el (customize-apropos): Avoid listing an option more
8634 than once under different aliases. No longer list user options
8635 that are not defined with defcustom (unless a prefix arg is given).
8636 Doc fix.
8637 (customize-apropos-options): Doc fix.
8638
8639 2005-12-11 Juri Linkov <juri@jurta.org>
8640
8641 * frame.el (set-background-color, set-foreground-color)
8642 (set-cursor-color, set-mouse-color, set-border-color):
8643 Add explicit prompts to read colors by `facemenu-read-color'.
8644 (show-trailing-whitespace, blink-cursor-delay)
8645 (blink-cursor-interval, display-hourglass, hourglass-delay):
8646 Remove tags.
8647 (display-hourglass, hourglass-delay): Doc fix.
8648 (cursor-in-non-selected-windows): Capitalize words in tag.
8649
8650 * faces.el (frame-background-mode): Replace `choice-item' keywords
8651 with `const' to not make [default] button. Change default value tag
8652 from `default' to `automatic'. Doc fix.
8653 (trailing-whitespace) <defface>: Change group `whitespace' to
8654 `whitespace-faces'.
8655
8656 2005-12-11 Richard M. Stallman <rms@gnu.org>
8657
8658 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8659
8660 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8661
8662 * term/mac-win.el: Create keymap for mac-apple-event-map.
8663
8664 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8665
8666 * tooltip.el (tooltip-mode): Move to start of file so that it
8667 appears at top of customize buffer.
8668
8669 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8670 Add the gud groupname.
8671 (gud-tooltip-mode): Add the tooltip groupname.
8672 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8673 avoid conflict with tooltip-use-echo-area.
8674
8675 2005-12-10 Romain Francoise <romain@orebokech.com>
8676
8677 * help.el (help-for-help-internal): Add `r' in doc string.
8678
8679 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8680
8681 * align.el (align-regexp, align-highlight-rule):
8682 Use region-beginning and region-end instead of point and mark, so that
8683 repetition (with `repeat-complex-command') recomputes the region
8684 bounds.
8685
8686 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8687
8688 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8689 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8690 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8691 (balance-windows): Rewrite using the above new functions.
8692
8693 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8694
8695 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8696 react if global-hi-lock-mode seems intended.
8697 (global-hi-lock-mode) Renamed from hi-lock-mode.
8698 (hi-lock-archaic-interface-message-used)
8699 (hi-lock-archaic-interface-deduce): New variables.
8700 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8701 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8702 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8703 Replace hi-lock-buffer-mode with hi-lock-mode.
8704
8705 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8706
8707 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8708 completion list, even after a partial completion has been
8709 inserted in the current buffer. If there are more than 1
8710 completion, redisplay the *Completions* buffer; if the
8711 completion is unique, delete the *Completions* window.
8712
8713 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8714
8715 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8716 strings and long subject lines that were broken into multiple
8717 lines at arbitrary places. Handle subjects that have "Re: " in
8718 the middle.
8719
8720 2005-12-10 John W. Eaton <jwe@octave.org>
8721
8722 * emacs/octave-mod.el (octave-electric-space): Don't indent
8723 comments or strings if octave-auto-indent is nil.
8724
8725 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8726
8727 * term/mac-win.el: Require url when compiling.
8728 Call mac-process-deferred-apple-events after loading init files.
8729 (mac-apple-event-map): New defvar. Define event handlers in it.
8730 (core-event, internet-event): New Apple event class symbols.
8731 (open-application, reopen-application, open-documents)
8732 (print-documents, open-contents, quit-application)
8733 (application-died, show-preferences, autosave-now, get-url):
8734 New Apple event ID symbols.
8735 (about): New HICommand ID symbol.
8736 (mac-event-spec, mac-event-ae): New macros.
8737 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8738 (mac-ae-selection-range, mac-ae-text-for-search)
8739 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8740 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8741 and Services menu events are now defined in mac-apple-event-map.
8742 (mac-drag-n-drop): Remove selection range handling.
8743
8744 2005-12-10 Kenichi Handa <handa@m17n.org>
8745
8746 * simple.el (zap-to-char):
8747 * isearch.el (isearch-process-search-char): Translate CHAR by
8748 translation-table-for-input.
8749
8750 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * foldout.el (foldout-exit-fold): Properly hide subtree.
8753
8754 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8755
8756 * files.el (save-buffer):
8757 * international/ucs-tables.el (ucs-set-table-for-input):
8758 * mail/mail-extr.el (mail-extract-address-components):
8759 * mail/sendmail.el (mail-mode): Reformat doc string.
8760
8761 2005-12-09 Juri Linkov <juri@jurta.org>
8762
8763 * isearch.el (isearch-highlight): Change main overlay priority
8764 from 1 to 1001. Simplify.
8765 (isearch-lazy-highlight-update): Change lazy overlay priority
8766 from 0 to 1000.
8767
8768 * replace.el (replace-highlight): Change overlay priority from
8769 1 to 1001.
8770
8771 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8772 Change overlay priority from 1 to 1001. Reuse existing overlay.
8773
8774 * compare-w.el (compare-windows-highlight): Change overlay
8775 priority from 1 to 1000.
8776
8777 * menu-bar.el (menu-bar-edit-menu): Add listp around
8778 pending-undo-list to disable menu item "undo" when pending
8779 undo list is empty.
8780
8781 * locate.el (locate): Disable undo in *Locate* buffer.
8782
8783 2005-12-09 Kim F. Storm <storm@cua.dk>
8784
8785 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8786
8787 2005-12-09 David Ponce <david@dponce.com>
8788
8789 * recentf.el: Improvement of the menu code.
8790 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8791 instead of menu hook.
8792 (recentf-show-menu, recentf-hide-menu): New functions.
8793 (recentf-menu-customization-changed, recentf-mode): Use them.
8794 (recentf-menu-action, recentf-max-menu-items)
8795 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8796 (recentf-arrange-by-rule-others)
8797 (recentf-arrange-by-rules-min-items)
8798 (recentf-arrange-by-rule-subfilter) : Don't use
8799 `recentf-menu-customization-changed'.
8800 (recentf-arrange-rules): Likewise. Accept functions to compute
8801 sub-menu titles.
8802 (recentf-menu-filter): Likewise. Doc fix.
8803 (recentf-menu-value-shortcut): Doc fix.
8804 (recentf-dump-variable): Quote atom value.
8805 (recentf-make-menu-items): Update to use it as a menu filter.
8806 (recentf-match-rule): New function.
8807 (recentf-arrange-by-rule): Use it.
8808 (recentf-indirect-mode-rule): New function.
8809 (recentf-build-mode-rules): Use it.
8810 (recentf-dir-rule): New function.
8811 (recentf-arrange-by-dir): Use it.
8812 (recentf-filter-changer-current): Rename from
8813 `recentf-filter-changer-state'. All references updated.
8814 (recentf-filter-changer-alist): Update filter names.
8815 (recentf-filter-changer-select): New function.
8816 (recentf-filter-changer): Use it. Make a sub-menu from filters
8817 available in `recentf-filter-changer-alist'.
8818 (recentf-data-cache, recentf-clear-data)
8819 (recentf-update-menu): Remove. All references updated.
8820 (recentf-match-rule-p, recentf-build-dir-rules)
8821 (recentf-filter-changer-goto-next)
8822 (recentf-filter-changer-get-current)
8823 (recentf-filter-changer-get-next): Remove.
8824
8825 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8828 buffer "Reset" button to "Reset to Current" for consistency with
8829 the State buttons.
8830
8831 2005-12-08 John Paul Wallington <jpw@pobox.com>
8832
8833 * ibuf-ext.el (define-ibuffer-filter filename):
8834 If `dired-directory' is a list then really use its car.
8835
8836 2005-12-08 Kim F. Storm <storm@cua.dk>
8837
8838 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8839 Fix indention of text on right side of replaced rectangle.
8840
8841 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8842
8843 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8844 No need to check gud-comint-buffer is bound.
8845 (gdb): Prevent multiple debugging when first session uses gdba.
8846
8847 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8848
8849 CC Mode update to 5.31.
8850
8851 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8852 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8853 We might do this function properly in the future).
8854
8855 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8856 New macros c-sentence-end and c-default-value-sentence end, to cope
8857 with Emacs 22's new function `sentence-end'.
8858
8859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8860
8861 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8862 compat issue using `c-put-overlay' and `c-delete-overlay'.
8863
8864 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8865 New compat macros to handle overlays/extents.
8866
8867 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8868
8869 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8870 (for GNU Emacs 20.4)
8871
8872 * progmodes/cc-defs.el:
8873 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8874
8875 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8876 highlighting mechanism so it will work in XEmacs too.
8877
8878 * progmodes/cc-defs.el: Insert c-int-to-char.
8879
8880 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8881 call to the new macro c-int-to-char. This solves XEmacs's
8882 regarding characters as different from integers.
8883
8884 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8885
8886 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8887 New internal helper.
8888
8889 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8890 construct to make the indirect face lookup work in XEmacs.
8891
8892 (c-cpp-matchers): Append the negation char face to the existing
8893 fontification, so that the cpp face doesn't disappear.
8894 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8895 and strings.
8896
8897 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8898 to map to `font-lock-negation-char-face' in emacsen where it exists.
8899
8900 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8901
8902 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8903
8904 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8905 Rename "c-subword-move-mode" as "c-subword-mode".
8906
8907 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8908 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8909
8910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8911
8912 * progmodes/cc-mode.el: Added autoload directive for
8913 `c-subword-move-mode' for use in older emacsen.
8914
8915 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8916
8917 * progmodes/cc-mode.el:
8918 (i) Insert a binding for C-c C-backspace into
8919 c-bind-special-erase-keys which works in TTYs.
8920 (ii) Make sure that when file styles are used, any explicitly
8921 given style variables take priority over those in the style.
8922 Do this by calling `hack-local-variables' a second time.
8923
8924 * progmodes/cc-vars.el: Add language specific customization
8925 widgets for AWK to c-doc-comment-style, c-require-final-newline
8926 and c-default-style. Add a defcustom for awk-mode-hook.
8927 Give c-syntactic-element and c-syntactic-context doc-strings by
8928 directly setting their `variable-documentation' propery.
8929 This allows Emacs 22.1 to read these with C-h v.
8930
8931 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8932
8933 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8934
8935 * progmodes/cc-fonts.el, cc-vars.el
8936 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8937 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8938 Masatake YAMATO.
8939
8940 (c-doc-comment-style): Made GtkDoc default in C mode.
8941
8942 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8943 and C-c C-<delete>.
8944
8945 (c-bind-special-erase-keys): New function for use on
8946 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8947
8948 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8949 <delete> key behavior in XEmacs according to `delete-forward-p'.
8950 C.f. `c-electric-delete'.
8951
8952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8953
8954 * progmodes/cc-mode.el: Give c-hungry-backspace and
8955 c-hungry-delete-forward permanent key bindings.
8956
8957 * progmodes/cc-cmds.el (c-electric-semi&comma):
8958 Bind c-syntactic-context for calls to "criteria functions", for
8959 consistency with other calls to user functions.
8960
8961 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8962 `current-prefix-arg', since this might be the prefix arg to a
8963 command which calls c-indent-command as a function. Change the
8964 interactive spec from "p" to "P".
8965
8966 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8967 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8968 was difficult to understand.
8969
8970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8971
8972 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8973 first char of an identifier.
8974
8975 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8976 +" syntax in C++.
8977
8978 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8979
8980 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8981 auto-fill doesn't split a c-comment's last word from a hanging
8982 "*/" when a space is typed between them after fill-column.
8983
8984 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8985
8986 * progmodes/cc-styles.el (c-set-style)
8987 (c-setup-paragraph-variables): Abort the command if we're not in a
8988 CC Mode buffer.
8989
8990 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8991 with blank comment-prefix, and a blank line as the comment's
8992 second line.
8993
8994 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8995
8996 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8997 Incorporate the patterns added in the Emacs development branch
8998 for the new Emacs 22 face `font-lock-negation-char-face'.
8999
9000 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9001 of "red" since it stands out better in xterms and DOS terminals.
9002
9003 * progmodes/cc-engine.el (c-literal-faces):
9004 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9005
9006 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9007
9008 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9009 forcibly enable c-electric-flag.
9010
9011 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9012 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9013 after the comment-prefix of a C-style comment will close that comment.
9014
9015 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9016
9017 * progmodes/cc-fonts.el (c-basic-matchers-before)
9018 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9019 in Pike.
9020
9021 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9022 digraphs.
9023
9024 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9025 (c-cpp-message-directives, c-cpp-include-directives)
9026 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9027 (c-cpp-expr-directives): Introduce new language constants to
9028 control cpp syntax in a cleaner way.
9029
9030 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9031
9032 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9033
9034 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9035 (c-multiline-string-start-char): New language constants and
9036 variables to specify how newlines in string literals work.
9037
9038 (c-font-lock-invalid-string): Use them.
9039
9040 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9041 unbalanced close brace is entered. Optimization by avoiding going
9042 back over arbitrarily large blocks. Removed hints that this
9043 function only would be relevant/useful in AWK.
9044
9045 (c-electric-brace): Indent syntactically after the cleanups since
9046 lineup functions might do it differently then.
9047
9048 * progmodes/cc-engine.el, cc-langs.el
9049 (c-opt-op-identifier-prefix): New language constant and variable.
9050
9051 (c-just-after-func-arglist-p, c-after-special-operator-id)
9052 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9053
9054 * progmodes/cc-align.el, cc-engine.el
9055 (c-after-special-operator-id): New helper to handle C++ operator
9056 identifiers.
9057
9058 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9059 (c-guess-basic-syntax): Handle C++ operator identifiers in
9060 declarations.
9061
9062 * progmodes/cc-langs.el (c-assignment-operators): Add the
9063 trigraph version of ^= too.
9064
9065 * progmodes/cc-langs.el (c-assignment-operators): Add the
9066 trigraph version of |= in C++.
9067
9068 * progmodes/cc-fonts.el (c-font-lock-declarators):
9069 Handle `c-decl-hangon-kwds' after the identifier name.
9070
9071 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9072 whether an arglist is "nonempty", ignore a comment after the open
9073 paren if it isn't followed by a non-comment token on the same line.
9074
9075 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9076 Enable heuristics below the point to cope with classes inside special
9077 brace lists in Pike.
9078
9079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9080
9081 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9082
9083 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9084
9085 * progmodes/cc-guess.el (cc-guess-install): New function to
9086 install an already guessed style in another buffer.
9087
9088 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9089 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9090 anyway if the change always is undone.
9091
9092 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9093
9094 Implement togglable electricity:
9095
9096 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9097 saying when it should be used.
9098
9099 * progmodes/cc-engine.el: Add the new buffer-local variable,
9100 c-electric-flag.
9101
9102 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9103 c-toggle-auto-newline.
9104
9105 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9106 c-toggle-auto-newline. Remove the binding for
9107 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9108 c-toggle-electric-state.
9109
9110 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9111
9112 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9113 c-\(forward\|backward\)-subword.
9114 (c-update-modeline): Add the new modeline flag `l' for
9115 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9116 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9117 Make the old name an alias of the new name.
9118 (c-toggle-electric-state): New function.
9119 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9120 Adapt these functions to do electric things only when
9121 c-electric-flag is non-nil.
9122 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9123 new functions from c-electric-brace.
9124 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9125 mode, so that the tentative extra newline doesn't change the
9126 syntax of the following brace.
9127 (c-electric-brace): Restructure by extracting the above functions.
9128 Tidy up the coding somewhat.
9129 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9130 restructure a bit.
9131
9132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9133
9134 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9135 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9136
9137 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9138 (c-submode-indicators): Change name from `c-auto-hungry-string'
9139 since it's now used to track another submode.
9140
9141 (c-update-modeline): Convert to function and extended to check
9142 `c-subword-move-mode'.
9143
9144 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9145 Convert to compat aliases for `c-forward-subword' and
9146 `c-backward-subword'.
9147
9148 * progmodes/cc-subword.el: New functions and minor mode to handle
9149 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9150
9151 (c-forward-subword, c-backward-subword, c-mark-subword)
9152 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9153 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9154 Functions corresponding to the standard word handling functions.
9155
9156 (c-subword-move-mode): Minor mode that replaces all the standard
9157 word handling functions with their subword equivalences.
9158
9159 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9160
9161 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9162 entry for one-liner-defun.
9163
9164 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9165 name in its def-edebug-spec.
9166
9167 * progmodes/cc-cmds.el (c-electric-brace): Make the
9168 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9169 compacts space before a comment, if this will make things fit on
9170 one line.
9171
9172 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9173
9174 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9175
9176 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9177 clean-up one-liner-defun.
9178
9179 * progmodes/cc-styles.el: Add the new "awk" style.
9180
9181 * progmodes/cc-vars.el: Add description of one-liner-defun to
9182 c-cleanup-list's doc-string. New user options,
9183 c-max-one-liner-length. In c-default-style, set the default style
9184 for AWK to "awk".
9185
9186 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9187
9188 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9189 macros inside labels.
9190
9191 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9192 `c-at-statement-start-p' and `c-at-expression-start-p'.
9193
9194 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9195 error if the mark isn't set.
9196
9197 * progmodes/cc-engine.el (c-guess-continued-construct)
9198 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9199 accurately detect functions inside functions.
9200
9201 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9202 like `c-at-statement-start-p' that additionally recognizes commas
9203 and expression parentheses as delimiters.
9204
9205 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9206 to avoid heuristics that doesn't work for unclosed blocks.
9207 (c-at-statement-start-p): New function.
9208
9209 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9210 Objective-C directives, e.g. directives spanning lines should work
9211 reasonably well now.
9212
9213 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9214
9215 (c-forward-objc-directive): New function to move over any ObjC
9216 directive.
9217
9218 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9219 (c-basic-matchers-before): Use it.
9220
9221 (c-font-lock-objc-iip-decl): Remove.
9222
9223 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9224 in the template arglist recognition.
9225
9226 * progmodes/cc-styles.el (c-style-alist): Fix several
9227 inconsistencies in the Whitesmith style.
9228
9229 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9230 New lineup function to get lines after Whitesmith style blocks
9231 correctly indented.
9232
9233 (c-lineup-whitesmith-in-block): Back out the compensation for
9234 opening parens since it's done using `add' lists in the style
9235 definition instead. Don't use the anchor position since it varies
9236 too much between the syntactic symbols. :P
9237
9238 * progmodes/cc-vars.el (c-valid-offset): Update.
9239
9240 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9241 lists where the offsets are combined according to several
9242 different methods: `first', `min', `max', and `add'.
9243 Report offset evaluation errors with `c-benign-error' so that some kind
9244 of reindentation still is done.
9245
9246 * progmodes/cc-engine.el (c-guess-basic-syntax):
9247 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9248 `arglist-close'.
9249
9250 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9251 situations for `arglist-cont-nonempty' and `arglist-close'.
9252
9253 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9254
9255 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9256 cc-bytecomp-boundp' in a number of places.
9257
9258 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9259 macro related issue.
9260
9261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9262
9263 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9264 list is now [asdf], a char class [:alpha:].
9265 Include code for char classes.
9266 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9267 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9268
9269 Remove (nearly all of) the cruft associated with AWK Mode's former
9270 concept of "virtual semicolons":
9271
9272 Adapt c-beginning-of-statement, c-end-of-statement (together with
9273 subfunctions) to use the new notion of "virtual semicolon" in
9274 place of the old awkward special handling for AWK. There remains
9275 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9276 * progmodes/cc-cmds.el:
9277 (c-ascertain-adjacent-literal): In the backwards direction, now
9278 recognises AWK regexp delimiters as string delimiters.
9279 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9280 check more rigorously for "end of macro".
9281 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9282 virtual semicolons;
9283 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9284 out the code for forward movement into ...
9285 (c-end-of-statement): Now contains the code for forward movement,
9286 adapted for virtual semicolons.
9287
9288 * progmodes/cc-engine.el:
9289 (c-ws*-string-limit-regexp): New regexp.
9290 (c-forward-single-comment, c-backward-single-comment): Comment out
9291 the (now redundant) "special" AWK stuff.
9292
9293 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9294 c-string-par-start, c-string-par-separate to be more like Text
9295 Mode than Fundamental Mode.
9296
9297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9298
9299 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9300 to the fontified region so that fontification doesn't occur
9301 outside it (could happen e.g. when fontifying a line with an
9302 unfinished declaration).
9303
9304 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9305
9306 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9307 start of the file. ^L now separate sections of the file.
9308 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9309 (c-awk-one-line-possibly-open-string-re)
9310 (c-awk-regexp-one-line-possibly-open-char-class-re)
9311 (c-awk-one-line-possibly-open-regexp-re)
9312 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9313 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9314
9315 Amend the concept of "virtual semicolons" (in the indentation
9316 engine) for languages like AWK, such that they are now
9317 conceptually attached to end of the last token of a statement, not
9318 the end of the line. (In AWK Mode, however, the pertinent text
9319 property is still physically set on the EOL.) Remove the specific
9320 tests for awk-mode, thus facilitating the introduction of other
9321 language modes where EOLs can end statements.
9322 (Note: The funtionality in cc-cmds.el, specifically
9323 c-beginning/end-of-statement has yet to be amended.)
9324
9325 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9326 New macros.
9327
9328 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9329 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9330 c-vsemi-status-unknown-p-fn (in a new page).
9331
9332 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9333 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9334 numerous awkward forms like
9335 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9336 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9337 variable before-ws-ip, the place just after char-before-ip appears.
9338
9339 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9340 a comment.
9341
9342 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9343
9344 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9345 `c-tentative-buffer-changes'.
9346
9347 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9348 convert to macro to choose between Emacs and XEmacs at compile time.
9349
9350 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9351
9352 (c-tentative-buffer-changes): New macro to handle temporary buffer
9353 changes in a convenient way.
9354
9355 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9356 for `c-tentative-buffer-changes'.
9357
9358 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9359 the checks for paren sexps between the point and the keyword, to
9360 avoid some false alarms.
9361
9362 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9363 Fixed a situation where an error could be thrown for unbalanced
9364 parens. Changed to make use of c-keyword-member' to avoid some
9365 repeated regexp matches.
9366
9367 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9368 These language variable are no longer necessary.
9369
9370 (c-block-stmt-kwds): New language constant used by
9371 c-looking-at-inexpr-block'.
9372
9373 (c-guess-basic-syntax): Remove an optional check that looked at
9374 the existence of the now removed language variables.
9375
9376 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9377 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9378 object instantiation expressions as declarations in some contexts.
9379 This bug only affected languages where the declarator can't be
9380 enclosed in parentheses.
9381
9382 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9383 insert newlines before and after substatement braces.
9384
9385 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9386 function declaration headers and the handling of C++ style member
9387 init lists.
9388
9389 (c-just-after-func-arglist-p): Rewritten to use
9390 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9391
9392 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9393
9394 (c-guess-basic-syntax): Adapt case 5B for the new
9395 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9396 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9397 covers all cases now).
9398
9399 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9400
9401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9402
9403 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9404 c-string-par-start/separate c-sentence-end-with-esc-eol,
9405 initialised in c-setup-paragraph-variables, used in string
9406 scanning subroutines of c-beginning-of-statement.
9407
9408 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9409 which precedes the newly inserted `{'.
9410
9411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9412
9413 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9414 function for declaration level blocks. It should now cope with
9415 templates better and also be a lot more comprehensible.
9416
9417 (c-looking-at-decl-block): The new function.
9418
9419 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9420 for compatibility.
9421
9422 (c-add-class-syntax, c-guess-continued-construct)
9423 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9424
9425 (c-decl-block-key): Change to tell apart ambiguous and
9426 unambiguous keywords. Pike specials are now handled directly in
9427 the code instead.
9428
9429 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9430 New language constants and variables to make the backward skip in
9431 `c-looking-at-decl-block' as tight as possible.
9432
9433 (c-nonsymbol-token-char-list): New language constant.
9434
9435 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9436 find balanced template arglists backwards.
9437
9438 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9439 making char classes for `c-syntactic-skip-backward'.
9440
9441 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9442 16D - can't be a class-close at that point.
9443
9444 * progmodes/cc-engine.el (c-guess-basic-syntax)
9445 (c-add-class-syntax): Don't narrow out the enclosing declaration
9446 level. This makes everything a lot easier, and it was actually
9447 only four small places that needed it to work. Some places that
9448 previously did `widen' are removed now, which has the effect that
9449 `c-guess-basic-syntax' never will look at things outside the
9450 current narrowment now. The anchor position for `topmost-intro'
9451 is affected by this, but it was so bogus it was basically useless
9452 before, and now it's equally bogus but in a slightly different way.
9453
9454 (c-narrow-out-enclosing-class): Gone.
9455
9456 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9457 the narrowed region.
9458
9459 (c-least-enclosing-brace): Remove silly optional argument.
9460
9461 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9462 the point could be left directly after an open paren when finding
9463 the beginning of the first decl in the block.
9464
9465 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9466 Specify which submatch to use.
9467
9468 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9469
9470 (c-decl-start-re): No longer any need for special treatment of
9471 ObjC due to the above.
9472
9473 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9474 presumably follows C in that regard.
9475
9476 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9477 New language constants to specify operator tokens inside
9478 identifiers in a more high level way.
9479
9480 (c-opt-identifier-prefix-key): New internal language constant.
9481
9482 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9483 (c-identifier-start, c-identifier-key): Now completely calculated
9484 from other constants.
9485
9486 (c-identifier-last-sym-match): Decommission since it's no longer used.
9487
9488 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9489
9490 * progmodes/cc-engine.el (c-forward-name): Remove the
9491 optimization when c-identifier-key is equal to c-symbol-key since
9492 it doesn't work in byte compiled files. Don't record empty
9493 regions as identifiers.
9494
9495 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9496 simplify access to `c-operators' and its likes.
9497
9498 (c-operator-list, c-all-op-syntax-tokens)
9499 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9500 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9501 (c-primary-expr-regexp, c-cast-parens): Use it.
9502
9503 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9504 an explicit language in functions.
9505
9506 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9507 variant of adornment.
9508
9509 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9510 variable.
9511
9512 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9513 the Pike value.
9514
9515 * progmodes/cc-engine.el (c-on-identifier)
9516 (c-simple-skip-symbol-backward): Small fix for handling "-"
9517 correctly in `skip-chars-backward'. Affected the operator lfun
9518 syntax in Pike.
9519
9520 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9521 diagnostic message about precompiled language vars not being used.
9522
9523 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9524 "__attribute__" is followed by a parenthesis.
9525
9526 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9527 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9528 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9529
9530 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9531 Internal cleanups to properly detect the declared identifiers in
9532 various declarations.
9533
9534 (c-decl-start-kwds): New language constant to recognize
9535 declarations that can start anywhere. Used for class declarations
9536 in Pike.
9537
9538 (c-specifier-key, c-not-decl-init-keywords)
9539 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9540 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9541
9542 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9543 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9544 handling of the compiler specific extension keywords into a new
9545 language constant `c-decl-hangon-kwds' that defines keyword
9546 clauses to be ignored in declarations.
9547
9548 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9549 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9550 Necessary to stop at the declared identifier in e.g. IDL valuetype
9551 declarations.
9552
9553 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9554 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9555 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9556 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9557 class and enum declarations as such and not as part of the type.
9558
9559 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9560 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9561
9562 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9563 declarations when there's some syntax error later on.
9564
9565 (c-complex-decl-matchers): Did away with a reference to
9566 `c-specifier-key'.
9567
9568 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9569 value - this variable is always dynamically bound.
9570
9571 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9572 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9573 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9574 functions that might do hidden buffer changes: All such internal
9575 functions are now marked instead of those that don't.
9576
9577 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9578 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9579 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9580 (c-literal-type): Allow these functions to make hidden buffer changes,
9581 so that they are free to use text property caching later on.
9582
9583 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9584 (c-electric-brace, c-electric-slash, c-electric-star)
9585 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9586 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9587 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9588 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9589 with the changed semantics of the functions above.
9590
9591 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9592 when macros occur in obscure places. Optimized the sexp movement
9593 a bit.
9594
9595 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9596
9597 Enhancements for c-beginning-of-statement to work in AWK Mode:
9598
9599 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9600 (completed statement) with `}' (statement completed by closing
9601 brace or semicolon) and `$' (statement completed by EOL).
9602
9603 (c-awk-virtual-semicolon-ends-prev-line-p)
9604 (c-awk-virtual-semicolon-ends-line-p)
9605 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9606 (c-awk-at-statement-end-p): New functions.
9607
9608 * progmodes/cc-cmds.el: Simplify the structure of functions
9609 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9610 two functions and c-beginning-of-statement to handle AWK Mode.
9611
9612 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9613 c-backward-single-comment for AWK mode. Attempt to clarify their
9614 doc-strings.
9615
9616 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9617
9618 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9619
9620 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9621 label handling. Labels are now recognized in a uniform and more
9622 robust way, regardless of context. Text properties are put on all
9623 labels to recognize the following declarations better.
9624 Multiword labels are handled both in indentation and fontification for
9625 the benefit of language extensions like Qt. For consistency, keywords
9626 in labels are now fontified with the label face instead.
9627 That also applies to "case" and "default".
9628
9629 (c-beginning-of-statement-1): Fix some bugs in the label
9630 handling. Disregard `c-nonlabel-token-key' in labels that begin
9631 with `c-label-kwds'.
9632
9633 (c-find-decl-spots): Support that the callback adds more
9634 `c-decl-end' spots to find.
9635
9636 (c-forward-decl-or-cast-1): Don't treat a list of plain
9637 identifiers followed by a colon as a declaration.
9638
9639 (c-forward-label): New function to recognize labels.
9640
9641 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9642 `c-forward-label'. Moved the label recognition cases (14 and 15)
9643 earlier since they aren't so context sensitive now. Handle labels
9644 on the top level gracefully. Moved access label recognition to
9645 the generic label case (CASE 15) - removed CASE 5E.
9646
9647 (c-font-lock-declarations): Add recognition of labels in the
9648 same round since we need to handle labels in parallell with other
9649 declarations to recognize both accurately. It should also improve
9650 speed.
9651
9652 (c-simple-decl-matchers, c-basic-matchers-after):
9653 Move `c-font-lock-labels' so that it only is used on decoration level 2
9654 since `c-font-lock-declarations' handles it otherwise.
9655
9656 (c-complex-decl-matchers): Remove the simplistic recognition of
9657 access labels.
9658
9659 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9660 with labels earlier.
9661
9662 (c-decl-start-re): New language variable to make
9663 `c-font-lock-declarations' stop for the special protection labels
9664 in Objective-C that start with `@'.
9665
9666 (c-label-key): Remove since it's no longer used.
9667
9668 (c-recognize-colon-labels, c-label-prefix-re): New language
9669 constants to support recognition of generic colon-terminated labels.
9670
9671 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9672 are colon terminated labels.
9673
9674 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9675 first argument starts with a special brace list.
9676
9677 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9678 (c-font-lock-declarations): Break out the declaration and cast
9679 recognition from `c-font-lock-declarations' to a new function, so
9680 that it can be used in the indentation engine.
9681
9682 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9683 up to the start of the literal. Fixed bug with the point on the
9684 wrong side of the search limit that could happen when the start
9685 position is inside a literal.
9686
9687 * progmodes/cc-engine.el (c-parse-state)
9688 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9689 so that it's kept a little bit back to increase the hit rate.
9690
9691 (c-parse-state): Change the macro handling and fixed some
9692 glitches. Macro context is checked more often than necessary now,
9693 but otoh less garbage conses are generated.
9694
9695 * progmodes/cc-engine.el (c-parse-state)
9696 (c-invalidate-state-cache): Cache the last position where
9697 `c-state-cache' applies. This can speed up refontification quite
9698 a bit in blocks where there are many non-brace parens before the point.
9699
9700 (c-state-cache-end): New variable for this.
9701
9702 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9703 cache variable.
9704
9705 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9706 get close initial continue positions when the start position is
9707 inside a literal or macro. Do not call the callback for spots
9708 before the start position (which can happen e.g. for `c-decl-end'
9709 spots inside comments). Optimize better in special cases when the
9710 region is a single line inside a literal or macro (typically when
9711 the current line is refontified).
9712
9713 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9714 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9715 entries from the paren state.
9716
9717 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9718 special case for "else if" clauses.
9719
9720 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9721 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9722
9723 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9724 New language variable to recognize the gcc extension with statement
9725 blocks inside expressions.
9726
9727 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9728 it somewhat more comprehensible. The argument AT-BLOCK-START is
9729 no longer used and hence removed.
9730
9731 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9732 to `c-add-stmt-syntax'.
9733
9734 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9735 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9736 This fixes bogus label recognition.
9737
9738 * progmodes/cc-engine.el (c-add-type, c-check-type)
9739 (c-forward-name, c-forward-type): Improve storage of template
9740 types in `c-found-types' so that they can be recognized better.
9741
9742 (c-syntactic-content): Add option to skip past nested parens.
9743
9744 * progmodes/cc-engine.el (c-forward-name):
9745 Set `c-last-identifier-range' all the time. It's less work that way.
9746 Handle that there might not be an identifier to store in
9747 `c-last-identifier-range'.
9748
9749 (c-forward-type): Handle that `c-last-identifier-range' might be
9750 nil from `c-forward-name'.
9751
9752 * progmodes/cc-defs.el (c-safe-scan-lists)
9753 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9754
9755 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9756 to work even if the form fails.
9757
9758 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9759 down in a large file in one go.
9760
9761 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9762
9763 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9764 function which is like `c-lineup-math' but returns nil instead of
9765 `c-basic-offset' when it doesn't match.
9766
9767 (c-lineup-math): Change to use `c-lineup-assignments'.
9768
9769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9770
9771 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9772 c-beginning-of-statement. New subfunctions
9773 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9774
9775 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9776
9777 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9778 hardcoded char classes whereever possible. Changed a couple of
9779 places to use skip by syntax instead of skip by char class.
9780
9781 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9782 Fix a bug in the regexp that caused extreme backtracking.
9783
9784 * progmodes/cc-langs.el (c-block-comment-starter)
9785 (c-block-comment-ender): New language constants to specify in a
9786 single place how block comments look.
9787
9788 (c-comment-start-regexp, c-block-comment-start-regexp)
9789 (comment-start, comment-end, comment-start-skip)
9790 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9791 (c-syntactic-ws, c-nonempty-syntactic-ws)
9792 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9793 `c-line-comment-starter', `c-block-comment-starter' and
9794 `c-block-comment-ender'.
9795
9796 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9797 New language constants to break up things a bit.
9798
9799 (c-simple-ws): New language constant for simple whitespace.
9800
9801 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9802
9803 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9804 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9805 newlines. Allow and ignore nil elements in the list.
9806
9807 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9808
9809 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9810 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9811
9812 * progmodes/cc-cmds.el: Tidy up the comments in
9813 c-beginning-of-statement and subfunctions.
9814
9815 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9816 more flexible c-put-char-property and c-clear-char-properties.
9817 Add the author's email address.
9818
9819 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9820
9821 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9822 closing "*/" of a block comment.
9823
9824 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9825 subfunctions) so that it works at BOB and EOB.
9826
9827 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9828 c-beginning-of-statement, including new variable
9829 c-block-comment-start-regexp.
9830
9831 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9832
9833 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9834 symbols from `*-font-lock-extra-types' so that there's no need to
9835 use `regexp-opt' on those lists.
9836
9837 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9838 `c-type-modifier-kwds' is empty.
9839
9840 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9841 there are several strings on the same line.
9842
9843 * progmodes/cc-engine.el (c-literal-limits): Remove the
9844 compatibility function for older emacsen. `c-literal-limits-fast'
9845 has now taken the place of this function.
9846
9847 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9848 with older emacsen: We now require `pps-extended-state'.
9849
9850 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9851
9852 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9853 which obviates the need to hack sentence-end. This now handles
9854 escaped newlines in strings correctly. Correct minor bugs in
9855 c-move-over-sentence and in c-beginning-of-statement.
9856
9857 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9858 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9859 that movement over macros and code are rigorously separated from
9860 eachother. Correct a few incidental bugs.
9861
9862 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9863 Improve its doc-string. Improve the handling of certain specific cases.
9864
9865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9866
9867 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9868 (c-guess-basic-syntax): Change the way class-level labels are
9869 recognized; they can now contain essentially any symbols.
9870
9871 (c-opt-extra-label-key): New language variable to cope with the
9872 special protection label syntax in Objective-C.
9873
9874 (c-opt-access-key): Remove; this is now handled better by
9875 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9876
9877 (c-complex-decl-matchers): Update to handle that
9878 `c-opt-access-key' no longer exists.
9879
9880 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9881 improved label recognition in `c-beginning-of-statement-1'.
9882
9883 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9884 Recognize bitfields better.
9885
9886 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9887 Remove some cruft and fixed a bug that could cause it to go to a
9888 position further down.
9889
9890 * progmodes/cc-langs.el, cc-engine.el
9891 (c-beginning-of-statement-1): Improve detection of labels in
9892 declaration contexts.
9893
9894 (c-beginning-of-decl-1): Use it.
9895
9896 (c-nonlabel-token-key): New language constant and variable needed
9897 by `c-beginning-of-statement-1'.
9898
9899 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9900 manifested itself due to the correction in `c-forward-sexp'.
9901
9902 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9903 Make these behave as documented when used at the buffer limits.
9904
9905 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9906 (c-type-decl-end-used): Made this a language variable.
9907
9908 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9909 correctly when `combine-after-change-calls' is used together with
9910 temporary narrowings.
9911
9912 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9913 Report labels correctly when the start point is immediately after the
9914 colon.
9915
9916 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9917 Remove since it isn't used anymore.
9918
9919 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9920 bracket arglists such as template parens in C++.
9921
9922 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9923 in the last check-in. Some optimization.
9924
9925 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9926 where it could stop at the same level in a preceding sexp when
9927 PAREN-LEVEL is set.
9928
9929 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9930 text property lookup only when it's needed.
9931
9932 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9933 Change the policy for paren marked angle brackets to be more
9934 persistent; once marked they remain marked even when they're found
9935 to be unbalanced in the searched region. This should keep the
9936 paren syntax around even when individual lines are refontified in
9937 multiline template arglists.
9938
9939 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9940 to control markup so that incorrect angle bracket arglists aren't
9941 marked in contexts where the correct value for
9942 `c-disallow-comma-in-<>-arglists' isn't known.
9943
9944 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9945 argument has become `c-parse-and-markup-<>-arglists'.
9946
9947 (c-remove-<>-arglist-properties): Remove - no longer used.
9948
9949 (c-after-change-check-<>-operators): New function used on
9950 `after-change-functions' to avoid that "<" and ">" characters that
9951 are part of longer operators have paren syntax.
9952
9953 (c-<>-multichar-token-regexp): New language variable used by
9954 `c-after-change-check-<>-operators'.
9955
9956 (c-after-change): Call `c-after-change-check-<>-operators'.
9957
9958 (c-font-lock-<>-arglists): Use the context properties set by
9959 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9960 correctly to avoid doing invalid markup.
9961
9962 (c-font-lock-declarations): Remove code that undoes the invalid
9963 markup done by `c-font-lock-<>-arglists'.
9964
9965 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9966 after `c-font-lock-declarations'.
9967
9968 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9969 Add paren-level feature.
9970
9971 (c-guess-basic-syntax): Improve the anchor position for
9972 `template-args-cont' in nested template arglists. There's still
9973 much to be desired in this area, though.
9974
9975 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9976
9977 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9978 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9979
9980 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9981
9982 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9983 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9984
9985 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9986 it doesn't work no longer are supported.
9987
9988 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9989 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9990 requires support for the syntax-table' text property, which rules
9991 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9992 cruft associated with those versions.
9993
9994 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9995 for the `syntax-table' text property, which rules out Emacs 19 and
9996 XEmacs < 21.4. Removed various compatibility cruft associated
9997 with those versions.
9998
9999 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10000 support for the `syntax-table' text property.
10001
10002 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10003 variable and use an extra quoted face name instead. All the
10004 emacsen flavors handle that correctly.
10005
10006 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10007 (c-font-lock-declarators, c-font-lock-declarations)
10008 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10009 property to mark the items in in declarator lists to handle
10010 refontification inside multiline declarations better.
10011
10012 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10013 construct like "a * b = c;" as a declaration.
10014
10015 2005-12-08 Kim F. Storm <storm@cua.dk>
10016
10017 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10018 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10019 select either meta, hyper, or super modifier for rectangle commands.
10020 (cua--rectangle-modifier-key): New defvar.
10021 (cua--M/H-key): Use it. Remove special case for `space'.
10022 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10023 on X, to meta otherwise. Always bind C-return to toggle
10024 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10025
10026 * emulation/cua-rect.el (cua-help-for-rectangle):
10027 Use cua--rectangle-modifier-key. Handle super modifier too.
10028 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10029 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10030
10031 * ido.el: Move Acknowledgements and History after Commentary.
10032 Minor changes to Commentary.
10033
10034 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10035 keymap if cua--prefix-override-timer is `shift'.
10036 (cua--shift-control-prefix): New function; emulate "type prefix
10037 key twice" functionality to handle shifted prefix key override.
10038 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10039 New commands.
10040 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10041
10042 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10043
10044 * textmodes/org.el (org-insert-heading): Try to do items before
10045 headings.
10046 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10047 (org-insert-item): New function.
10048 (org-renumber-ordered-list): Don't skip to higher level lists.
10049
10050 2005-12-08 Juri Linkov <juri@jurta.org>
10051
10052 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10053
10054 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10055
10056 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10057
10058 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10059 the constructed function name fun-1.
10060
10061 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10062 because such links don't lead to parent documentation.
10063
10064 2005-12-08 Kenichi Handa <handa@m17n.org>
10065
10066 * descr-text.el (describe-char): Use *Help-2* buffer if the
10067 current buffer is *Help*. Call describe-text-properties while
10068 setting the original buffer.
10069
10070 2005-12-07 Bill Wohler <wohler@newt.com>
10071
10072 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10073 and causes problems with non-MH users (such as Gnus users).
10074
10075 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10078 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10079 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10080 command "info sources". Move calls to GDB command "list".
10081 (gdb-find-file-hook): Just use gdb-source-file-list.
10082 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10083 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10084 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10085 (gdb-data-list-register-values-handler): Use correct trigger name.
10086
10087 2005-12-07 Kim F. Storm <storm@cua.dk>
10088
10089 * ido.el (ido-completion-map): Rename from ido-mode-map.
10090 (ido-common-completion-map, ido-file-completion-map)
10091 (ido-file-dir-completion-map, ido-buffer-completion-map):
10092 Rename from ido-mode-....-map.
10093 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10094 (ido-setup-completion-map): Rename from ido-define-mode-map.
10095 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10096 to ido-completion-map.
10097
10098 2005-12-07 Kenichi Handa <handa@m17n.org>
10099
10100 * international/mule-cmds.el
10101 (set-display-table-and-terminal-coding-system): If the coding
10102 system specified in `unibyte-display' property is different from
10103 the arg coding-system, don't setup standard-display-table.
10104
10105 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10108 that comments end at \n, regardless of selective-display.
10109
10110 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10111
10112 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10113 (gdb-version): New variables.
10114 (gdb-source-file-list, gdb-register-names)
10115 (gdb-changed-registers): New variables for use with GDB 6.4+.
10116 (gdb-ann3): Replace with...
10117 (gdb-init-1, gdb-init-2): ...two new functions.
10118 (gdba, gdb-prompt): Call gdb-init-1.
10119 (gdb-get-version): New function. Call gdb-init-2 from here.
10120 (gud-watch): Make it work with mouse events too.
10121 (gdb-post-prompt): Don't add to queue until GDB version is known.
10122 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10123 (gdb-locals-mode): Use gdb-version.
10124 (gdb-memory-format-map, gdb-memory-unit-map)
10125 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10126 (gdb-locals-font-lock-keywords-1)
10127 (gdb-locals-font-lock-keywords-2): New variables.
10128 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10129 (gdb-set-gud-minor-mode-existing-buffers-1)
10130 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10131 (gdb-var-update-1, gdb-var-update-handler-1)
10132 (gdb-data-list-register-values-handler)
10133 (gdb-data-list-register-values-custom)
10134 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10135 (gdb-stack-list-locals-handler, gdb-get-register-names):
10136 New functions for use with GDB 6.4+.
10137 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10138 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10139 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10140 (gdb-stack-list-locals-regexp)
10141 (gdb-data-list-register-names-regexp): New regexps for use with
10142 GDB 6.4+.
10143
10144 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10147
10148 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10149
10150 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10151 prompts work for AUTH PLAIN. Also reported by Steve Allan
10152 <seallan@verizon.net>.
10153
10154 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10155
10156 * frame.el (set-frame-parameter): Add doc string.
10157
10158 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10159
10160 * textmodes/org.el (org-occur-highlights): New variable.
10161 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10162 (org-highlight-sparse-tree-matches): New option.
10163 (org-do-occur): New function.
10164 (org-get-heading): Make it work also at beginning of line.
10165 (org-category-table): New variable.
10166 (org-get-category-table, org-get-category)
10167 (org-camel-to-words, org-link-search): New functions.
10168 (org-select-this-todo-keyword): New variable.
10169 (org-todo-list): New command.
10170 (org-shiftright, org-shiftleft): New commands.
10171 (org-agenda-todo): Add prefix argument.
10172 (org-show-hierarchy-above): New option.
10173 (org-show-todo-tree): Numerical prefix creates tree for specific
10174 TODO keyword.
10175 (org-outline-level): New function, to assign a level to plain
10176 lists items.
10177 (org-cycle-include-plain-lists): New option.
10178 (org-mode): Use `org-outline-level' as value of `outline-level'.
10179 (org-cycle): Temporarily switch `outline-regexp' if
10180 `org-cycle-include-plain-lists' is non-nil.
10181 (org-start-icalendar-file): Fix format bug.
10182 (org-agenda-get-day-entries): Create category table.
10183 (org-agenda-get-todos, org-agenda-get-timestamps)
10184 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10185 (org-agenda-get-blocks): Use `org-get-category'.
10186 (org-context-in-file-links): Rename from
10187 `org-line-numbers-in-file-links'.
10188
10189 2005-12-06 Romain Francoise <romain@orebokech.com>
10190
10191 * window.el (balance-windows): Delete extraneous third arg in call
10192 to `enlarge-window'.
10193
10194 2005-12-06 Kenichi Handa <handa@m17n.org>
10195
10196 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10197
10198 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10199
10200 * progmodes/gdb-ui.el (gdb-var-create-handler)
10201 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10202 (gdb-var-list-children-handler, gdb-var-update-handler):
10203 Current buffer is already gdb-partial-output-buffer, don't
10204 make it current again.
10205
10206 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10209 (list-buffers-noselect): Use it.
10210
10211 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10214 (mail-yank-ignored-headers): Use regexp-opt.
10215 (mail-mode-map): Move initialization into declaration.
10216 (mail-sent-via): Remove unused shadowed var `to-line'.
10217 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10218 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10219 (mail-do-fcc): Use dolist and push.
10220 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10221 (mail-yank-ignored-headers): Don't autoload.
10222
10223 2005-12-05 Kenichi Handa <handa@m17n.org>
10224
10225 * international/mule-cmds.el (set-language-info-internal): New fun.
10226 (set-language-info): Call set-language-info-internal to update
10227 language-info-alist. If LANG-ENV is the current one, call
10228 set-language-environment to make INFO effective now.
10229 (set-language-info-alist): Likewise.
10230 (locale-language-names): With locale "en", use English
10231 lang. env. but set the default codings to iso-8859-1.
10232
10233 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10234
10235 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10236 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10237 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10238 for plain strings.
10239 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10240 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10241 Create registers buffer if necessary. Echo new state in minibuffer.
10242 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10243
10244 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10245
10246 * info.el (Info-fontify-node): Match external links using
10247 non-directory part of filename.
10248
10249 2005-12-04 Juri Linkov <juri@jurta.org>
10250
10251 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10252 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10253 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10254 because there is no customization option for it.
10255
10256 * font-lock.el (lisp-font-lock-keywords-1):
10257 Add define-global-minor-mode.
10258
10259 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10260
10261 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10262 properties on the constructed variable names.
10263
10264 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10265 Put `definition-name' properties on the constructed function names
10266 next-sym and prev-sym.
10267
10268 * emacs-lisp/find-func.el (find-function-regexp):
10269 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10270 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10271 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10272 and easy-menu-define.
10273
10274 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10275 easy-mmode-define-global-mode and define-global-minor-mode.
10276 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10277
10278 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10279 instead of easy-mmode-define-global-mode.
10280
10281 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10282 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10283
10284 * cus-edit.el (customize-group, customize-group-other-window):
10285 Filter out autoloaded options from the group completion list by
10286 using heuristics that autoloaded groups don't have `custom-autoload'
10287 property on their symbols (they have only `custom-loads').
10288
10289 * simple.el (completion-setup-function): Put completions-common-part
10290 face on complete completion string too (i.e. completion string
10291 without completions-first-difference face).
10292
10293 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10294
10295 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10296
10297 * view.el (view-mode): Doc fix.
10298
10299 * disp-table.el (standard-display-european): Add to the warning
10300 message a reference to the doc string.
10301
10302 * play/yow.el (apropos-zippy): Call print-help-return-message,
10303 similar to other Help and Apropos commands.
10304
10305 * help.el (print-help-return-message): If pop-up-frames is
10306 non-nil, set up help-return-method to delete the help window and,
10307 possibly, its frame as well, and don't display message about
10308 scrolling the help window. Doc fix.
10309 (help-return-method): Doc fix.
10310
10311 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10312
10313 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10314 whereby names of length one or names starting with a
10315 symbol-constituent character would not be returned.
10316
10317 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10318
10319 * subr.el (atomic-change-group): Add edebug and indentation spec.
10320
10321 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * completion.el (save-completions-file-name): Fix typo in last change.
10324
10325 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10326
10327 * info.el: Move back/forward history to the beginning of the tool bar.
10328
10329 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10330
10331 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10332 Add fset of allout-real-isearch-abort during compile to fix
10333 byte-compilation warnings.
10334 (allout-mode-p): Move definition of this macro above all uses, or
10335 byte compilation in barren emacs (eg, during emacs build) will
10336 lack the definition.
10337 (allout-mode): Move this variable above any uses, or byte
10338 compilation will fail.
10339 (allout-resolve-xref): Remove use of personal file-reference function.
10340 (allout-toggle-current-subtree-encryption): Do the current (ie,
10341 visible containing) topic, rather than nearest around point. Doc fix.
10342 (allout-toggle-subtree-encryption): New function, workhorse that
10343 works on nearest topic containing point.
10344 (allout-encrypt-string): Signal requirement for newer version of pgg.
10345 (allout-resumptions): Doc fix.
10346
10347 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10348
10349 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10350
10351 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10352
10353 * textmodes/flyspell.el (flyspell-external-point-words):
10354 Consider a misspelling as found in the string search if: (a) misspelling
10355 and found string lengths match, or (b) misspelling is found as
10356 element in a boundary-chars separated longer string, or (c)
10357 ispell-program-name is really ispell and misspelling is found as
10358 part of a TeX string. After successful match move beginning of
10359 search region to end of match. Warn about not found misspellings
10360 once the process is done.
10361 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10362
10363 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10364
10365 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10366 tool bar (removed inadvertently).
10367
10368 2005-12-02 Juri Linkov <juri@jurta.org>
10369
10370 * log-view.el (log-view-diff): Clarify doc string.
10371
10372 2005-12-01 Bill Wohler <wohler@newt.com>
10373
10374 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10375 triggers lm-verify errors.
10376
10377 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10378
10379 * simple.el (transient-mark-mode, line-number-mode)
10380 (column-number-mode, size-indication-mode): Remove `:require nil'.
10381
10382 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10383
10384 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10385 in the margin also.
10386 (gdb-breakpoints-mode-map): Use D instead of d for
10387 gdb-delete-breakpoint.
10388 (gdb-get-frame-number): Require a number to match on.
10389 (gdb-threads-mode-map): Add follow-link binding.
10390
10391 2005-11-30 Jason Rumney <jasonr@gnu.org>
10392
10393 * isearch.el (isearch-mode-map): Avoid exiting search on
10394 language-change event.
10395
10396 2005-11-30 Romain Francoise <romain@orebokech.com>
10397
10398 * speedbar.el (speedbar-default-position): New defcustom.
10399 (speedbar-frame-reposition-smartly): Use it.
10400
10401 * dframe.el (dframe-reposition-frame-emacs): Fix position
10402 computation for `left' location.
10403 Update copyright year.
10404
10405 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * help.el (help-map): Move initialization into declaration.
10408
10409 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10410
10411 * help-fns.el (help-argument-name): Don't autoload.
10412 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10413 to be re-loaded when customizing the `help' group.
10414
10415 2005-11-30 John Paul Wallington <jpw@gnu.org>
10416
10417 * help-fns.el (describe-function-1): Fill arglist output.
10418
10419 2005-11-30 Kim F. Storm <storm@cua.dk>
10420
10421 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10422 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10423 after revert-buffer (or anything else which kills all local variables).
10424
10425 * apropos.el (apropos-parse-pattern): Doc fix.
10426 Set apropos-regexp directly, rather than expecting callers to do so.
10427 (apropos-command, apropos, apropos-value, apropos-documentation):
10428 Simplify calls to apropos-parse-pattern.
10429
10430 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10433 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10434 (hi-lock-write-interactive-patterns): Use comment-region.
10435
10436 * longlines.el (longlines-mode): Add mail-setup-hook.
10437
10438 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10439
10440 * simple.el (sendmail-user-agent-compose, next-line):
10441 Conditionally use hard-newline.
10442
10443 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10444
10445 * international/latexenc.el (latex-inputenc-coding-alist):
10446 Reword doc string.
10447
10448 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * help.el (describe-key-briefly, describe-key): Recognize default
10451 bindings.
10452
10453 2005-11-29 Romain Francoise <romain@orebokech.com>
10454
10455 * view.el (view-inhibit-help-message): New defcustom.
10456 (view-mode-enter): Use it.
10457
10458 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10459
10460 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10461 Preserve user position.
10462
10463 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10464
10465 * font-lock.el: Throw error if facemenu is not loaded to prevent
10466 accidental change of loading order in loadup.el. (Suggested by RMS.)
10467
10468 * loadup.el: Add comment explaining why facemenu must be loaded
10469 before font-lock.
10470
10471 2005-11-28 Jay Belanger <belanger@truman.edu>
10472
10473 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10474 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10475
10476 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10477
10478 * calc/calc-embed.el (calc-do-embedded): Update help message.
10479
10480 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10481
10482 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10485
10486 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10487 called-interactively-p.
10488 (elp-profilable-p): Rename from elp-not-profilable-p.
10489 Invert result and take into account macros and autoloaded functions.
10490 (elp-instrument-function): Update call.
10491 (elp-instrument-package): Update call. Add completion.
10492 (elp-pack-number): Use match-string.
10493 (elp-results-jump-to-definition-by-mouse): Merge into
10494 elp-results-jump-to-definition and then remove.
10495 (elp-output-insert-symname): Make help echo text single-line.
10496
10497 * replace.el (query-replace-map): Move initialization into declaration.
10498 (occur-engine): Use with-current-buffer.
10499 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10500 (occur-mode-mouse-goto): Replace with an alias.
10501
10502 2005-11-28 Juri Linkov <juri@jurta.org>
10503
10504 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10505
10506 * term/w32-win.el: Bind [S-tab] to [backtab].
10507
10508 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10509 `Info-find-file' to t.
10510
10511 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10512 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10513 and same-window-regexps.
10514 (occur-next-error): Don't move point for arg 0.
10515
10516 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10517
10518 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10519
10520 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * log-edit.el (log-edit-changelog-use-first): New var.
10523 (log-edit-changelog-ours-p): Use it.
10524 (log-edit-insert-changelog): Set it with new arg `use-first'.
10525 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10526 (log-edit-hook): Add them to the list of suggested options.
10527
10528 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10529 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10530 redundant work.
10531 (flyspell-mode-on): Use add-hook for after-change-functions.
10532 (flyspell-mode-off): Use remove-hook for after-change-functions.
10533 (flyspell-changes): Make it buffer-local.
10534 (flyspell-after-change-function): Make it non-interactive. Use push.
10535 (flyspell-post-command-hook): Check input-pending-p while processing
10536 the potentially long list of buffer changes.
10537
10538 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10539
10540 * buff-menu.el (list-buffers-noselect): Display the selected
10541 frame's buffer list, not the global one.
10542
10543 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10544
10545 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10546 that (list last-input-event) works as in interactive spec.
10547
10548 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10549
10550 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10551 `facemenu-keymap' needs to be defined when font-lock is loaded.
10552 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10553
10554 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * completion.el: Remove useless leading * in defcustom docstrings.
10557 (save-completions-file-name): Use ~/.emacs.d if available.
10558 (completion-standard-syntax-table): Rename from
10559 cmpl-standard-syntax-table and fold initialization into declaration,
10560 thus removing cmpl-make-standard-completion-syntax-table.
10561 (completion-lisp-syntax-table, completion-c-syntax-table)
10562 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10563 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10564 (symbol-under-point, symbol-before-point)
10565 (symbol-under-or-before-point, symbol-before-point-for-complete)
10566 (add-completions-from-c-buffer): Use with-syntax-table.
10567 (make-completion): Don't return a list of completion entries.
10568 Update callers.
10569 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10570 (completion-initialize): Rename from initialize-completions.
10571 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10572 (kill-emacs-save-completions): Collect stats here.
10573 (save-completions-to-file, load-completions-from-file):
10574 Use with-current-buffer.
10575 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10576 into a function. Move all calls to toplevel.
10577 (completion-lisp-mode-hook): New fun.
10578 (completion-c-mode-hook, completion-setup-fortran-mode):
10579 Set the syntax-table here. Use local-set-key.
10580 (completion-saved-bindings): New var.
10581 (dynamic-completion-mode): Make it into a proper minor mode.
10582 (load-completions-from-file): Remove unused var `num-uses'.
10583
10584 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10585 constructor if it is explicitly overridden.
10586
10587 * complete.el (PC-completion-as-file-name-predicate):
10588 Use minibuffer-completing-file-name.
10589 (partial-completion-mode): Use find-file-not-found-functions.
10590 (PC-lisp-complete-symbol): Use with-syntax-table.
10591 (PC-look-for-include-file): Remove dead setq.
10592 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10593 (PC-complete): Use with-current-buffer.
10594
10595 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10596 escape single quotes.
10597
10598 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10599
10600 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10601 of `if' whose condition always returned nil. Doc fix.
10602
10603 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10604 window's buffer the current buffer around the call to
10605 `list-buffers-noselect'. This is necessary to mark that buffer
10606 with a `.' in the Buffer Menu when called from Lisp, for instance
10607 by Auto Revert Mode.
10608
10609 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10610
10611 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10612 attaching to it.
10613 (gdb-pre-prompt): Make sure gdb-error is reset.
10614
10615 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10616 with a child process, detect it.
10617 (gud-speedbar-buttons): Match regexp more carefully.
10618
10619 2005-11-27 Richard M. Stallman <rms@gnu.org>
10620
10621 * mouse.el (mouse-drag-move-window-bottom):
10622 Use adjust-window-trailing-edge.
10623
10624 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10625
10626 * simple.el (blink-matching-open): Ignore
10627 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10628 (blink-matching-paren-on-screen): Update docstring.
10629
10630 * paren.el (show-paren-mode): No longer change
10631 `blink-matching-paren-on-screen'.
10632
10633 2005-11-27 John Paul Wallington <jpw@pobox.com>
10634
10635 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10636 (gdb-threads-select, gdb-edit-register-value):
10637 Use `posn-set-point' instead of `mouse-set-point' because the
10638 latter is not fbound when configured without X.
10639
10640 2005-11-27 Kim F. Storm <storm@cua.dk>
10641
10642 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10643 existing face when partially highlighting a TAB in a rectangle.
10644
10645 2005-11-26 Kim F. Storm <storm@cua.dk>
10646
10647 * ido.el (ido-mode-map): Doc fix.
10648 (ido-mode-common-map, ido-mode-file-map)
10649 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10650 (ido-define-mode-map): Rewrite. Select one of the new maps as
10651 parent for ido-mode-map instead of building from scratch.
10652 (ido-init-mode-maps): New defun to initialize new maps.
10653 (ido-mode): Call it.
10654 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10655 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10656
10657 2005-11-26 John Paul Wallington <jpw@pobox.com>
10658
10659 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10660 `mouse-set-point' because the latter is not fbound when configured
10661 without X.
10662
10663 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10664
10665 * files.el (file-relative-name): Doc fix.
10666
10667 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10668
10669 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10670 non-empty string for secondary prompt PS2.
10671
10672 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * progmodes/compile.el (compilation-setup): Fix last change.
10675
10676 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10677
10678 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10679 (gdb-mouse-toggle-breakpoint-margin)
10680 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10681 Add gdb-server-prefix to keep out of command history.
10682 (gdb-edit-register-value): New function.
10683 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10684 (gdb-info-registers-custom): Use above map.
10685
10686 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * custom.el (enable-theme): Signal error if argument is not a
10689 theme. Don't recalculate a face if it's not loaded yet.
10690
10691 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10692 the `user' theme is in effect.
10693
10694 * info.el (Info-on-current-buffer): Record actual filename in
10695 Info-current-file, instead of t, or a fake filename if a non-file
10696 buffer. Make autoload.
10697 (Info-find-node, Info-revert-find-node): No need to check for
10698 Info-current-file nil.
10699 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10700 Info-current-file is now never `t'.
10701 (Info-fontify-node): Many simplifications due to Info-current-file
10702 always being valid. Use Info-find-file to find node filename.
10703
10704 2005-11-25 David Kastrup <dak@gnu.org>
10705
10706 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10707 new character, then delete" in order to preserve markers.
10708
10709 2005-11-25 David Ponce <david@dponce.com>
10710
10711 * recentf.el (recentf-arrange-by-rule): Handle a special
10712 `auto-mode-alist'-like "strip suffix" rule.
10713 (recentf-build-mode-rules): Handle second level auto-mode entries.
10714
10715 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10716
10717 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10718 window modes.
10719
10720 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10721 jde-javadoc-checker-report-mode.
10722
10723 * ediff-wind (ediff-make-wide-display): Slight simplification.
10724
10725 * ediff.el (ediff-date): Change the date of last update.
10726
10727 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10728
10729 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10730 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10731 (hi-lock-mode): New global minor mode.
10732 (turn-on-hi-lock-if-enabled): New function.
10733 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10734 Change arguments to regexp and face instead of a font-lock pattern.
10735 Directly set face property, instead of refontifying.
10736 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10737 (hi-lock-find-patterns): Use line-number-at-pos.
10738
10739 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10740 arguments for hi-lock-set-pattern.
10741 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10742 Call font-lock-fontify-buffer.
10743 (hi-lock-find-file-hook, hi-lock-current-line)
10744 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10745
10746 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10747 turned off.
10748
10749 * progmodes/compile.el (compilation-setup): Don't fiddle with
10750 font-lock-defaults.
10751
10752 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/gdb-ui.el (gdb-var-create-handler)
10755 (gdb-var-list-children-handler): Find values for all variable
10756 objects. gud-speedbar-buttons decides whether to display them.
10757
10758 2005-11-24 Romain Francoise <romain@orebokech.com>
10759
10760 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10761 buffer name with a space.
10762
10763 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10764
10765 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10766 `org-export-local-list-max-depth'. Change default value to 3.
10767 (org-auto-renumber-ordered-lists)
10768 (org-plain-list-ordered-item-terminator): New options.
10769 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10770 (org-get-indentation, org-get-string-indentation)
10771 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10772 New functions.
10773 (org-move-item-down, org-move-item-up): New commands.
10774 (org-export-as-html): New classes for CSS support. Bug fix in
10775 regular expression detecting fixed-width regions. Respect
10776 `org-local-list-ordered-item-terminator'.
10777 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10778 also a list item.
10779 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10780 New item moving functions.
10781
10782 2005-11-24 Juri Linkov <juri@jurta.org>
10783
10784 * isearch.el (isearch-repeat): With empty search ring set
10785 `isearch-error' to the error string instead of signaling error
10786 with the function `error'.
10787
10788 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10789
10790 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10791
10792 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10795 and variable.
10796 (gdb-var-create-handler, gdb-var-list-children-handler):
10797 Don't match on "char **...".
10798 (gdb-var-update-handler): Find values for all variable objects.
10799 (gdb-info-frames-custom): Identify frames by leading "#".
10800
10801 * progmodes/gud.el (gud-speedbar-menu-items): Add
10802 gdb-speedbar-auto-raise as radio button.
10803 (gud-speedbar-buttons): Raise speedbar if requested.
10804 Don't match on "char **...".
10805 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10806 Make it editable.
10807
10808 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10809
10810 * info.el (Info-fontify-node): Handle the case where
10811 Info-current-file is t.
10812
10813 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * simple.el (blink-matching-open): Fix off-by-one in last change.
10816
10817 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10818
10819 * term/mac-win.el: Don't change default directory.
10820
10821 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10822
10823 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10824 buffers correctly. (It used to throw an error in such buffers.)
10825 Make it ask for confirmation in group buffers and other Custom
10826 buffers containing more than one customization item.
10827
10828 2005-11-22 John Paul Wallington <jpw@gnu.org>
10829
10830 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10831 property on mail and url overlays.
10832 (goto-address-at-point): Use `posn-set-point' instead of
10833 `mouse-set-point' because the latter is not fbound when configured
10834 without X.
10835
10836 2005-11-22 Lars Hansen <larsh@soem.dk>
10837
10838 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10839 (ls-lisp-classify, ls-lisp-format): Delete call to
10840 ls-lisp-parse-symlink.
10841 (ls-lisp-handle-switches): Handle symlinks to directories as
10842 directories when ls-lisp-dirs-first in non-nil.
10843
10844 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10845
10846 * startup.el (command-line): Make sure that loaddefs.el is handled
10847 correctly in load-history.
10848
10849 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10850
10851 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10852 (gdb-struct-string, gdb-array-string): New constants.
10853 (gdb-info-locals-handler): Use them.
10854 (gdb-reset): Reset gdb-var-list to nil.
10855
10856 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10859 in patterns.
10860
10861 2005-11-21 Juri Linkov <juri@jurta.org>
10862
10863 * custom.el (defcustom): Update link types in docstring.
10864
10865 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10866
10867 * custom.el (defgroup): Add doc-string-elt info.
10868
10869 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10870
10871 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * newcomment.el (comment-enter-backward): Fix last fix.
10874
10875 * simple.el (blink-matching-open):
10876 * paren.el (show-paren-function): Allow new paren-class info.
10877
10878 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10881 handled automagically.
10882
10883 2005-11-20 Andreas Schwab <schwab@suse.de>
10884
10885 * descr-text.el (describe-char): When copying overlays put them
10886 over the full char description instead of just the first character
10887 of it.
10888
10889 2005-11-20 Juri Linkov <juri@jurta.org>
10890
10891 * simple.el (what-cursor-position):
10892 * descr-text.el (describe-char): Use Lisp-readable syntax
10893 for octal and hex. Reorder decimal, octal and hex values.
10894 Remove excess whitespace in the output. Use `=' in `column='
10895 like in `point=' and `Hscroll='.
10896
10897 * international/mule-cmds.el (encoded-string-description):
10898 Use Lisp-readable syntax for hex.
10899
10900 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * newcomment.el (comment-enter-backward): Handle the case where the
10903 comment is closed by EOB.
10904
10905 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10906
10907 * longlines.el (longlines-before-revert-hook)
10908 (longlines-after-revert-hook): New functions.
10909 (longlines-mode): Turn off longlines temporarily when reverting.
10910 Add a message-setup-hook.
10911 (longlines-decode-buffer): New function.
10912 (longlines-wrap-line): Preserve marker positions.
10913
10914 2005-11-19 Andreas Schwab <schwab@suse.de>
10915
10916 * emacs-lisp/shadow.el: Handle compressed files.
10917
10918 2005-11-19 Romain Francoise <romain@orebokech.com>
10919
10920 * net/browse-url.el (browse-url-default-browser): Signal an error
10921 if no usable browser can be found, rather than try to load w3.
10922
10923 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10924
10925 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10926 replacing existing properties.
10927 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10928 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10929 tty specs.
10930 (rcirc-server-prefix, rcirc-server): New faces.
10931 (rcirc-url-regexp): Generate with rx macro.
10932 (rcirc-last-server-message-time): New variable.
10933 (rcirc-filter): Record time of last message.
10934 (rcirc-keepalive): Kill processes that did not send a message
10935 since the last ping.
10936 (rcirc-mode): Give rcirc-topic a local binding here.
10937
10938 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10939
10940 * subr.el (read-passwd): Fontify the prompt as we do with other
10941 prompts.
10942
10943 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10944
10945 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10946 binding buffer-read-only to nil.
10947
10948 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10949
10950 * complete.el (partial-completion-mode):
10951 Mention completion-auto-help in the doc string.
10952
10953 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10954 more Lisp-ish way.
10955
10956 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10957
10958 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10959 digits, not 8, to avoid misalignment for files larger than 100MB.
10960
10961 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10962
10963 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10964 Mention "keyboard shortcuts" in the help text.
10965
10966 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10967
10968 * startup.el (fancy-splash-default-action): Discard only
10969 mouse-down and succeeding mouse-up events in the splash screen
10970 window so that drag-n-drop event can be processed.
10971
10972 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * longlines.el (longlines-mode): Add hacks for mail-mode and
10975 message-mode.
10976
10977 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10978
10979 * textmodes/org.el (org-table-sort-lines): New command.
10980 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10981 (org-add-file): Command removed, use `org-agenda-file-to-front'
10982 instead.
10983 (org-export-icalendar): Use `org-icalendar-combined-name'.
10984 (org-cycle-agenda-files, org-agenda-file-to-end)
10985 (org-agenda-file-to-front): New commands.
10986 (org-table-tab-jumps-over-hlines, org-export-html-style):
10987 New options.
10988 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10989 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10990 New functions.
10991 (org-fill-paragraph): Call `org-table-align' in tables.
10992 (org-mode): Call `org-set-autofill-regexps'.
10993 (org-export-as-html): Support for local handformatted lists.
10994 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10995 (org-export-local-list-max-depth): New option.
10996 (org-html-expand): Use `org-html-protect'.
10997
10998 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10999
11000 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11001 to "p".
11002 (gdb): Move definition of gud-pp to...
11003
11004 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11005 speedbar.
11006 (gdb-find-watch-expression): New function.
11007
11008 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11009
11010 * faces.el (face-attribute, set-face-attribute): Mention existence
11011 of `:ignore-defface' setting in docstring.
11012
11013 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * simple.el (completion-setup-function): Fix last change.
11016
11017 2005-11-17 John Paul Wallington <jpw@pobox.com>
11018
11019 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11020 Use `posn-set-point' instead of `mouse-set-point' because the
11021 latter is not fbound when configured without X.
11022
11023 * comint.el (comint-insert-input): Likewise.
11024
11025 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * simple.el (hard-newline): New variable.
11028 (sendmail-user-agent-compose, next-line): Use it.
11029
11030 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11031 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11032 (mail-mail-reply-to, mail-mail-followup-to)
11033 (mail-position-on-field, mail-signature, mail-yank-original)
11034 (mail-attach-file): Likewise.
11035
11036 * mail/mailheader.el (mail-header-format)
11037 (mail-header-format-function): Likewise.
11038
11039 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11040
11041 2005-11-17 Juri Linkov <juri@jurta.org>
11042
11043 * font-lock.el (font-lock-faces): Rename this defgroup from
11044 `font-lock-highlighting-faces'.
11045 (font-lock-comment-face, font-lock-comment-delimiter-face)
11046 (font-lock-string-face, font-lock-doc-face)
11047 (font-lock-keyword-face, font-lock-builtin-face)
11048 (font-lock-function-name-face, font-lock-variable-name-face)
11049 (font-lock-type-face, font-lock-constant-face)
11050 (font-lock-warning-face, font-lock-negation-char-face)
11051 (font-lock-preprocessor-face)
11052 (font-lock-regexp-grouping-backslash)
11053 (font-lock-regexp-grouping-construct): Rename :group from
11054 `font-lock-highlighting-faces' to `font-lock-faces'.
11055
11056 * cus-edit.el (lisp, c, tex):
11057 * progmodes/ada-mode.el (ada):
11058 * progmodes/asm-mode.el (asm):
11059 * progmodes/cperl-mode.el (cperl-faces):
11060 * progmodes/cpp.el (cpp):
11061 * progmodes/dcl-mode.el (dcl):
11062 * progmodes/f90.el (f90):
11063 * progmodes/fortran.el (fortran):
11064 * progmodes/icon.el (icon):
11065 * progmodes/idlwave.el (idlwave-misc):
11066 * progmodes/m4-mode.el (m4):
11067 * progmodes/make-mode.el (makefile):
11068 * progmodes/meta-mode.el (meta-font):
11069 * progmodes/modula2.el (modula2):
11070 * progmodes/octave-mod.el (octave):
11071 * progmodes/pascal.el (pascal):
11072 * progmodes/perl-mode.el (perl):
11073 * progmodes/prolog.el (prolog):
11074 * progmodes/ps-mode.el (PostScript-edit):
11075 * progmodes/scheme.el (scheme):
11076 * progmodes/sh-script.el (sh-script):
11077 * progmodes/simula.el (simula):
11078 * progmodes/tcl.el (tcl):
11079 * textmodes/nroff-mode.el (nroff):
11080 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11081 * textmodes/sgml-mode.el (sgml):
11082 * textmodes/texinfo.el (texinfo):
11083 Add :link (custom-group-link font-lock-faces) to defgroup.
11084
11085 * hi-lock.el (hi-lock): Rename this defgroup from
11086 `hi-lock-interactive-text-highlighting'. Change parent group from
11087 `faces' to `font-lock'. Add link to the manual.
11088 (hi-lock-mode, hi-lock-file-patterns-range)
11089 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11090 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11091 (hi-lock-faces): Add :group `faces'.
11092
11093 * cus-edit.el (custom-variable-prompt): Clarify the code.
11094
11095 * faces.el (face-read-string): Set the default value arg of
11096 completing-read.
11097
11098 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11099
11100 * rfn-eshadow.el (file-name-shadow-properties)
11101 (file-name-shadow-tty-properties, file-name-shadow-mode):
11102 Remove autoloads, because the file is now preloaded.
11103
11104 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * printing.el (easy-menu-intern): Don't define.
11107 (pr-get-symbol): Use easy-menu-intern only if defined.
11108
11109 * simple.el (blink-matching-open): Simplify a bit.
11110 (completion-setup-function): Fix the case of partial-completion-mode
11111 when the minibuffer's contents start with "-".
11112 Obey completion-base-size-function even when
11113 minibuffer-completing-file-name is non-nil.
11114
11115 2005-11-16 Richard M. Stallman <rms@gnu.org>
11116
11117 * net/eudcb-ph.el (eudc-ph-open-session):
11118 Use set-process-query-on-exit-flag.
11119
11120 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11121
11122 * international/ucs-tables.el (ucs-set-table-for-input):
11123 Use make-local-variable, not make-variable-buffer-local.
11124
11125 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11126 Improve warning message text.
11127
11128 * savehist.el (savehist-save-hook): Add :group.
11129
11130 * menu-bar.el (menu-bar-help-menu):
11131 Rename Find Extra Packages to External Packages.
11132
11133 * cus-edit.el (Custom-reset-standard): Verify that
11134 :custom-standard-value prop exists before calling it.
11135
11136 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11137
11138 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11139
11140 * wid-edit.el (color): Enclose %t in %{...%}.
11141
11142 * cus-edit.el (face): Enclose %t in %{...%}.
11143
11144 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11145
11146 * savehist.el (savehist-mode-hook): Re-add the var.
11147 (savehist-mode): Use it.
11148
11149 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * textmodes/flyspell.el: Fix commenting convention.
11152 Remove unnecessary leading * in custom docstrings.
11153 (flyspell-emacs): Remove unused var.
11154 (flyspell-delete-region-overlays): Use remove-overlays.
11155 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11156 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11157 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11158 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11159 (make-flyspell-overlay): Don't locally reuse a global name.
11160 (flyspell-highlight-incorrect-region)
11161 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11162 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11163 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11164 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11165 Wrap calls to accept-process-output inside with-local-quit since it's
11166 often called from a post-command-hook.
11167 (flyspell-correct-word, flyspell-auto-correct-word):
11168 Use ispell-send-string.
11169 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11170
11171 * calendar/diary-lib.el (diary-list-entries): Also hide the
11172 terminating newline.
11173
11174 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11175
11176 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11177 window-system, to allow fonts on tty.
11178
11179 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11180
11181 * progmodes/gud.el (gud-speedbar-item-info): New function.
11182 (gud-install-speedbar-variables): Use it to display data type
11183 of watch expression as a tooltip in speedbar.
11184
11185 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11186
11187 * font-core.el (global-font-lock-mode): Add :version keyword,
11188 because default was changed.
11189
11190 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11191
11192 * startup.el (command-line): Use `custom-reevaluate-setting' for
11193 `file-name-shadow-mode'.
11194
11195 * loadup.el: Preload rfn-eshadow.
11196
11197 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11198 Add :version keyword.
11199 (file-name-shadow-properties, file-name-shadow-tty-properties)
11200 (file-name-shadow): Add :version keyword.
11201
11202 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11203 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11204 in the custom-group property of the symbol frames and the fringe
11205 group got no link to its parent group frames.
11206 Doc fix.
11207
11208 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11209
11210 * progmodes/gud.el (gud-stop-subjob): New function.
11211 (gud-menu-map, gud-tool-bar-map): Use it.
11212
11213 2005-11-16 Kim F. Storm <storm@cua.dk>
11214
11215 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11216 than kill it.
11217 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11218 to a more useful/logical place.
11219
11220 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11221
11222 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11223 go buttons complementary.
11224
11225 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11228 (rfn-eshadow-sifn-equal): New function.
11229 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11230
11231 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11232
11233 * viper-utils.el (viper-non-word-characters-reformed-vi):
11234 Quote `-' in string.
11235
11236 * viper.el (viper-emacs-state-mode-list): Ensure that
11237 rcirc-mode buffers come up in Emacs state.
11238
11239 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11240 operation.
11241
11242 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11243
11244 * term.el (term-termcap-format): Fix typos.
11245 (term-down): Fix the negative argument case.
11246
11247 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11248
11249 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11250 2005-08-15.
11251 (gdb-ann3): New command gud-go.
11252 (menu): Accomodate gdb-mi.el.
11253 (gdb-assembler-custom): Make buffer of selected window current
11254 so that set-window-point works.
11255
11256 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11257 buttons and include new ones.
11258
11259 2005-11-16 Kim F. Storm <storm@cua.dk>
11260
11261 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11262 (gud-menu-map): Use it.
11263
11264 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11265
11266 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11267 that works correctly for Custom and that does not override a user
11268 who disables it.
11269
11270 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11271 (help-xref-interned, help-follow): Make hyperlinks for variables
11272 that are unbound, but have a non-nil variable-documentation property.
11273
11274 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11275 mode hook. (It conflicted with defcustoms for some mode hooks.)
11276 Use the `variable-documentation' property to give the mode hook a
11277 docstring and expand that docstring.
11278
11279 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11280
11281 * savehist.el (savehist-mode): Don't bother with
11282 `custom-set-minor-mode'.
11283 (savehist-coding-system): Check XEmacs version.
11284 (history-length): Declare also at run time.
11285 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11286 Don't set the customize state.
11287 (savehist-minibuffer-hook): Special case for when
11288 minibuffer-history-variable is equal to t.
11289
11290 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * files.el (write-file): Refresh VC status.
11293
11294 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11295 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11296 than fundamental-mode to see if the mode was set.
11297
11298 2005-11-14 Romain Francoise <romain@orebokech.com>
11299
11300 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11301 dummy function in `eval-when-compile' to avoid compiler warning.
11302 Require `man' at compile time.
11303
11304 2005-11-14 Jay Belanger <belanger@truman.edu>
11305
11306 * calc-alg.el (calcFunc-write-out-power): Rename it to
11307 calcFunc-powerexpand.
11308 (math-write-out-power): Rename it to math-powerexpand; have it
11309 handle negative exponents.
11310 (calc-writeoutpower): Rename it to calc-powerexpand.
11311
11312 * calc-ext.el: Change calcFunc-writeoutpower and
11313 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11314 autoloads.
11315 Add calcFunc-ldiv to autoloads.
11316
11317 * calc-arith.el (calcFunc-ldiv): New function.
11318
11319 * calc.el (calc-left-divide): New function.
11320
11321 2005-11-14 Juri Linkov <juri@jurta.org>
11322
11323 * cus-edit.el (custom-variable-prompt): Set the default value arg
11324 of completing-read.
11325
11326 * cus-dep.el (custom-make-dependencies): Reverse the list of
11327 found dependencies.
11328
11329 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11332 Highlighting" entry, it is on by default now.
11333 (menu-bar-options-save): Do not save global-font-lock-mode.
11334
11335 2005-11-13 Richard M. Stallman <rms@gnu.org>
11336
11337 * textmodes/flyspell.el (flyspell-large-region):
11338 Call flyspell-accept-buffer-local-defs.
11339
11340 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11341
11342 * textmodes/flyspell.el (flyspell-notify-misspell):
11343 Fix misspelling of "Misspelling".
11344 (flyspell-process-localwords): New function.
11345 (flyspell-large-region): Call flyspell-process-localwords and
11346 flyspell-delete-region-overlays.
11347 (flyspell-delete-region-overlays): New function.
11348 (flyspell-delete-all-overlays): Call that.
11349
11350 2005-11-13 Richard M. Stallman <rms@gnu.org>
11351
11352 * help.el (help-for-help-internal): Improve doc of C-h a.
11353 (describe-key): Improve prompt; doc fix.
11354
11355 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * vc-svn.el (vc-svn-registered): Catch all errors.
11358
11359 * cus-dep.el (custom-make-dependencies): Typo.
11360
11361 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * net/tramp-util.el (top): Fix compilation warning.
11364
11365 2005-11-13 Kim F. Storm <storm@cua.dk>
11366
11367 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11368
11369 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11370
11371 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11372 (gud-speedbar-buttons): Match on "const char *" too.
11373
11374 * progmodes/gdb-ui.el (gdb-var-create-handler)
11375 (gdb-var-list-children-handler): Match on "const char *" too.
11376 (gdb-var-evaluate-expression-handler): Match on empty string.
11377 (gdb-var-update-handler): Only call
11378 gdb-var-evaluate-expression-handler when required.
11379
11380 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11381
11382 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11383 selected window. This still doesn't work for speedbar.
11384 (gud-speedbar-buttons): Handle string expressions properly.
11385
11386 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11387 (gdb-var-create-handler): Handle string expressions properly.
11388 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11389 Handle string expressions properly. Move "type" field into regexp.
11390
11391 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11392
11393 * bookmark.el (bookmark-maybe-message): New function to reduce
11394 code duplication: invokes `message' iff baud-rate is high enough.
11395 (bookmark-write-file): Use above instead of an inline conditional.
11396 (bookmark-load): Same.
11397
11398 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11399
11400 * bookmark.el (bookmark-write-file): Don't visit the destination
11401 file, just write the data to it using write-region. This is
11402 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11403 change to avoid visiting the file in the first place.
11404
11405 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11406
11407 * hi-lock.el (hi-lock-mode): Set the default value of
11408 font-lock-defaults.
11409
11410 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11411
11412 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11413 arg to `file-attributes'.
11414 (find-lisp-format): The UID and GID can now be strings.
11415
11416 2005-11-12 Kim F. Storm <storm@cua.dk>
11417
11418 * help.el (help-map): Bind C-h d to apropos-documentation.
11419
11420 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11421 when point is at end-of-buffer.
11422
11423 * apropos.el (apropos-match-face): Doc fix.
11424 (apropos-sort-by-scores): Add new choice `verbose'.
11425 (apropos-documentation-sort-by-scores): New defcustom.
11426 (apropos-pattern): Now contains the pattern entered by the user.
11427 (apropos-pattern-quoted): New defvar.
11428 (apropos-regexp): New defvar, containing the regexp corresponding
11429 to apropos-pattern.
11430 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11431 (apropos-read-pattern): New defun. Use it to read pattern arg in
11432 interactive calls; returns list of words for a word list, and
11433 string for a regexp.
11434 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11435 parses a list of words or regexp as returned by apropos-read-pattern.
11436 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11437 (apropos-score-doc): Return a very high score if the string
11438 entered by the user matches literally.
11439 (apropos-variable): Doc fix. Use apropos-read-pattern.
11440 (apropos-command): Doc fix. Use apropos-read-pattern and
11441 apropos-parse-pattern. Call apropos-print with nosubst=t.
11442 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11443 apropos-parse-pattern.
11444 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11445 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11446 apropos-documentation-sort-by-scores. Call apropos-print with
11447 nosubst=t.
11448 (apropos-documentation-internal): Pass doc string through
11449 substitute-key-definition before adding text properties.
11450 Highlight substring matching literal user input if possible.
11451 (apropos-documentation-check-doc-file): Remove locals beg and end.
11452 Fix calculation of score (as added twice). Pass doc string through
11453 substitute-key-definition before adding text properties.
11454 (apropos-documentation-check-elc-file): Pass doc string through
11455 substitute-key-definition before adding text properties.
11456 Highlight substring matching literal user input if possible.
11457 (apropos-print): Add new arg NOSUBST; if set, command and variable
11458 doc strings have already been passed through substitute-key-definition.
11459 Add code to handle apropos-accumulator items without score element
11460 for backwards compatibility (e.g. with woman package).
11461 Only show scores if apropos-sort-by-scores is `verbose'.
11462
11463 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11466 Add jka-compr-load-suffixes to load-suffixes.
11467
11468 * jka-compr.el: Require jka-cmpr-hook.
11469 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11470 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11471 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11472 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11473 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11474 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11475 (jka-compr-uninstall): Remove entries from
11476 jka-compr-added-to-file-coding-system-alist after they are used.
11477 (jka-compr-error): Remove unused var `curbuf'.
11478 (jka-compr-file-local-copy): Remove unused var `notfound'.
11479
11480 2005-11-10 Romain Francoise <romain@orebokech.com>
11481
11482 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11483
11484 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11485
11486 * progmodes/gud.el (gud-menu-map): Move parentheses.
11487 (gdb): New command gud-pv.
11488
11489 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * tar-mode.el: Remove spurious or unnecessary leading stars
11492 in docstrings.
11493 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11494 (tar-parse-octal-integer-safe): Use mapc.
11495 (tar-header-block-summarize): Remove unused var `ck'.
11496 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11497 cleared before. Obey default-enable-multibyte-characters.
11498 Use mapconcat. Simplify setting of tar-header-offset.
11499 (tar-mode-map): Move initialization inside delcaration.
11500 (tar-flag-deleted): Use `abs'.
11501 (tar-expunge-internal): Remove unused var `line'.
11502 (tar-expunge-internal): Don't hardcode point-min==1.
11503 (tar-expunge): Widen while doing set-buffer-multibyte.
11504 (tar-rename-entry): Use file-name-coding-system.
11505 (tar-alter-one-field): Don't hardcode point-min==1.
11506 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11507 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11508
11509 2005-11-10 Masatake YAMATO <jet@gyve.org>
11510
11511 * add-log.el (add-log-current-defun): Handle class::method
11512 notation of c++. Fix incorrect comment.
11513
11514 2005-11-10 Alan Mackenzie <acm@muc.de>
11515
11516 * help-fns.el (describe-variable): Make C-h v work when a variable
11517 has variable documentation yet is unbound.
11518
11519 2005-11-10 Masatake YAMATO <jet@gyve.org>
11520
11521 * man.el (Man-highlight-references): Set an empty
11522 string to `Man-arguments' if it is nil.
11523 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11524
11525 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11528 commenting conventions.
11529
11530 * cus-dep.el (custom-make-dependencies): Simplify.
11531 Better follow the commenting conventions.
11532
11533 2005-11-09 Richard M. Stallman <rms@gnu.org>
11534
11535 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11536 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11537 All uses changed.
11538 (apropos-rewrite-regexp): Doc fix.
11539 (apropos-variable, apropos-command, apropos, apropos-value):
11540 Change prompt; carry through the argument renaming.
11541
11542 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11543
11544 * find-lisp.el: Require dired.
11545 (find-lisp-find-dired-internal): Do not call
11546 `abbreviate-file-name' on DIR.
11547
11548 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11549
11550 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11551
11552 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11553
11554 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11555 when using the speedbar.
11556 (gdb): New command gud-pp.
11557 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11558
11559 2005-11-09 Juri Linkov <juri@jurta.org>
11560
11561 * replace.el (occur-excluded-properties): New defcustom.
11562 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11563
11564 2005-11-08 Jay Belanger <belanger@truman.edu>
11565
11566 * calc/calc-units.el (math-convert-units): Replace any composite
11567 unit by its definition.
11568
11569 2005-11-08 Lars Hansen <larsh@soem.dk>
11570
11571 * emacs-lisp/autoload.el (update-directory-autoloads):
11572 Add obsolete function alias.
11573
11574 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11577 comment-indent-function.
11578 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11579
11580 * reveal.el (reveal-post-command): Rework the handling of
11581 reveal-open-spots, so as to be more reliable. There were several
11582 tricky corner cases where an open spot might be lost, or where
11583 a closed spot might end up on the list of open spots.
11584 Only reveal text that's ellipsised.
11585
11586 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11587
11588 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11589
11590 2005-11-07 John Paul Wallington <jpw@gnu.org>
11591
11592 * ibuffer.el (ibuffer): Search iconified frames too when
11593 getting Ibuffer buffer's window.
11594
11595 2005-11-06 Richard M. Stallman <rms@gnu.org>
11596
11597 * progmodes/compile.el (compilation-internal-error-properties):
11598 save-excursion around the computation of MARKER.
11599
11600 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11601
11602 * textmodes/flyspell.el (flyspell-external-point-words):
11603 flyspell-get-word returns a list, not just a string.
11604
11605 2005-11-06 John Paul Wallington <jpw@pobox.com>
11606
11607 * ibuffer.el (ibuffer): Search all visible frames when getting
11608 Ibuffer buffer's window.
11609
11610 2005-11-07 Masatake YAMATO <jet@gyve.org>
11611
11612 * man.el (Man-reference-regexp): Accept spaces between
11613 `Man-name-regexp' and `Man-section-regexp'.
11614 (Man-apropos-regexp): New variable.
11615 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11616 if available.
11617 (Man-highlight-references, Man-highlight-references0):
11618 Handle the case when `Man-arguments' includes "-k".
11619 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11620 `TARGET'. `TARGET' can be a number, function or nil.
11621
11622 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11623
11624 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11625 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11626 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11627 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11628 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11629 (gdb-send-item): Use buffer-local-value and simplify.
11630
11631 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11632
11633 * startup.el (command-line): Use `custom-reevaluate-setting' for
11634 `global-font-lock-mode'.
11635
11636 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11637 by default, except in batch mode or when the -D option is given.
11638
11639 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11640 specified keyword args on to `define-minor-mode'. Update docstring.
11641
11642 2005-11-05 Romain Francoise <romain@orebokech.com>
11643
11644 * replace.el (occur-engine): Add marker at end of line, too.
11645
11646 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11647
11648 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11649 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11650 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11651 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11652 argument to all these routines, so the passphrase can be managed
11653 externally and passed in to the system.
11654 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11655 pgg-add-passphrase-to-cache function.
11656
11657 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11658 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11659 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11660 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11661 argument to all these routines, so the passphrase can be managed
11662 externally and passed in to the system.
11663 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11664 function.
11665
11666 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11667
11668 * font-lock.el: Don't deal with font-lock-face-attributes here,
11669 move the code ...
11670
11671 * startup.el (command-line): ... here. Use face-spec-set instead
11672 of custom-declare-face.
11673
11674 * faces.el (face-spec-set): Reset the face if spec is not nil.
11675
11676 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * newcomment.el (comment-region-internal): Box more tightly in the
11679 common case where there's no TAB in the boxed text.
11680
11681 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11682
11683 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11684 up-node.
11685
11686 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11687
11688 * newsticker.el: Commentary updated. Code formatting changed.
11689 (newsticker-version): Change to "1.9".
11690 (newsticker, newsticker-feed): Doc fix.
11691 (newsticker-url-list): Doc fix. Add option "Weekly".
11692 (newsticker-retrieval-interval): Add option "Weekly".
11693 (newsticker-headline-processing): Doc fix.
11694 (newsticker-auto-mark-filter): Remove.
11695 (newsticker-auto-mark-filter-list): New.
11696 (newsticker-layout, newsticker-sort-method): Doc fix.
11697 (newsticker-hide-old-items-in-newsticker-buffer)
11698 (newsticker-heading-format, newsticker-item-format)
11699 (newsticker-desc-format): Doc fix.
11700 (newsticker-show-all-rss-elements): Remove.
11701 (newsticker-show-all-news-elements): New.
11702 (newsticker-faces, newsticker-ticker): Doc fix.
11703 (remove-from-invisibility-spec): Code formatting.
11704 (newsticker--process-ids): New.
11705 (newsticker-mode): Doc fix.
11706 (newsticker-mode): Change mode-line-format.
11707 (newsticker-start): Remove debug output.
11708 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11709 (newsticker-w3m-show-inline-images): Code formatting.
11710 (newsticker-next-item): Call `force-mode-line-update'.
11711 (newsticker-previous-item): Call `force-mode-line-update'.
11712 (newsticker-next-feed): Call `force-mode-line-update'.
11713 (newsticker-previous-feed): Call `force-mode-line-update'.
11714 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11715 (newsticker-show-old-items): Do not show descs.
11716 (newsticker-hide-entry): Hide too much.
11717 (newsticker-hide-entry, newsticker-show-entry)
11718 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11719 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11720 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11721 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11722 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11723 (newsticker-get-news): Call `force-mode-line-update'.
11724 Collect process ids.
11725 (newsticker--sentinel): Change coding system handling.
11726 Move image retrieval to new functions newsticker--get-logo-url-*.
11727 Move feed parsing to new functions newsticker--parse-*.
11728 Update list of process ids.
11729 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11730 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11731 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11732 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11733 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11734 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11735 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11736 (newsticker--decode-coding-string): Remove.
11737 (newsticker--decode-numeric-entities): Check input. Format code.
11738 (newsticker--remove-whitespace): Check input.
11739 (newsticker--do-forget-preformatted): Doc fix.
11740 (newsticker--decode-rfc822-date): Allow for missing time.
11741 (newsticker--update-process-ids): New.
11742 (newsticker--image-sentinel): Change comment.
11743 (newsticker--image-read): Change error message.
11744 (newsticker--imenu-goto): Doc fix. Show headline title.
11745 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11746 (newsticker--buffer-do-insert-text): Clean whitespace in
11747 html-rendered headline title. Code formatting.
11748 Call `newsticker--buffer-print-extra-elements'.
11749 (newsticker--buffer-print-extra-element): Remove.
11750 (newsticker--buffer-print-extra-elements): New.
11751 (newsticker--buffer-do-print-extra-element): New.
11752 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11753 large sizes.
11754 (newsticker--run-auto-mark-filter)
11755 (newsticker--do-run-auto-mark-filter):
11756 Use `newsticker-auto-mark-filter-list'.
11757
11758 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11759
11760 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11761 (rcirc-print): Force redisplay before running hooks. Do long
11762 buffer truncation after making new text read-only. Deal with nil
11763 text when decoding strings. If TARGET is nil, use either the
11764 currently selected buffer, if it is an rcirc buffer and of the
11765 same process or the process buffer.
11766 (rcirc-mode): Remove header-line. Recompute short buffer names.
11767 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11768 (rcirc-short-buffer-name): Add variable.
11769 (rcirc-kill-buffer-hook): Recompute short buffer names.
11770 Remove nick from private channel.
11771 (rcirc-send-input): Send command text to current-buffer.
11772 Don't clear overlay arrow here.
11773 (rcirc-short-buffer-name): Return a short buffer name.
11774 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11775 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11776 buffer-name abbreviations.
11777 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11778 Do not touch nick-table when killing a parted channel.
11779 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11780 Clear arrow from current buffer if it is now hidden.
11781 (rcirc-current-buffer): Add variable.
11782 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11783 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11784 Remove -face from names.
11785 (rcirc-update-activity-string): Print "DND" when globally ignoring
11786 activity.
11787 (rcirc-ignore-buffer-activity-flag): Rename from
11788 rcirc-ignore-channel-activity.
11789 (rcirc-ignore-all-activity-flag): Doc fix.
11790 (rcirc-channels): Remove variable.
11791 (rcirc-kill-buffer-hook):
11792 (rcirc-get-buffer-create): Add nick to private channel.
11793 (rcirc-multiline-edit-submit): Remove tabs.
11794 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11795 folded.
11796 (rcirc-remove-nick-channel): Bug fix.
11797 (rcirc-toggle-ignore-buffer-activity): Rename from
11798 rcirc-toggle-ignore-channel-activity.
11799 (rcirc-record-activity): Add buffers to the front of the list.
11800 (rcirc-update-activity): Remove killed buffers from list.
11801 (rcirc-process-server-response-1): Remove last argument if it is
11802 null before calling handler.
11803 (rcirc): Add "rcirc" defcustom prefix.
11804 (rcirc-prompt): Simplify default prompt.
11805 Use custom-initialize-default.
11806 (rcirc-private-chats): Remove variable.
11807 (rcirc-prompt): Change initialization.
11808 (rcirc-version): Remove function.
11809 (rcirc-id-string): Add constant.
11810 (rcirc-last-buffer): Remove variable.
11811 (rcirc-buffer-alist): Add variable.
11812 (rcirc-connect): Update variable setup.
11813 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11814 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11815 default.
11816 (rcirc-handler-generic): Trigger activity.
11817 (rcirc-send-message): Create the buffor of the target.
11818 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11819 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11820 (rcirc-multiline-edit-cancel): Remove function.
11821 (rcirc-set-last-buffer): Remove function.
11822 (rcirc-get-any-buffer): Add function.
11823 (rcirc-join-channels): Don't print /join text.
11824 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11825 messages.
11826 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11827 (rcirc-handler-NOTICE): Recognize CTCP responses.
11828 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11829 constructing TOPIC string for buffers we are not JOINed.
11830 (rcirc-handler-CTCP-response): Add handler.
11831 (rcirc-multiline-edit-submit): Restore the window-configuration
11832 before adjusting point.
11833 (rcirc): Add customization group.
11834 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11835 (rcirc-user-full-name, rcirc-startup-channels-alist)
11836 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11837 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11838 (rcirc-input-ring-size, rcirc-read-only-flag)
11839 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11840 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11841 Change defvar to defcustom.
11842 (rcirc-update-prompt): Add optional ALL arg, which will update
11843 prompts in all rcirc buffers. Regexp quote replacement text.
11844 (rcirc-fill-column): Accept frame-width as a value.
11845 (rcirc-set-changed): Add function.
11846 (rcirc-next-active-buffer): Write more meaningful messages.
11847 (rcirc-faces): Add customization group.
11848 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11849 (rcirc-nick-in-message-face, rcirc-prompt-face)
11850 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11851 (with-rcirc-process-buffer): Move before first usage.
11852 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11853 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11854 (rcirc-debug): Rename from `rcirc-log'.
11855 (rcirc-format-response-string): Do not print `-' chars for a
11856 NOTICE with no sender. Simplify output of server responses.
11857
11858 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11859
11860 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11861 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11862 Make urls mouse and RET clickable.
11863
11864 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11865
11866 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11867
11868 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11869
11870 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11871 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11872 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11873 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11874 argument to all these routines, so the passphrase can be managed
11875 externally and passed in to the system.
11876 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11877 pgg-add-passphrase-to-cache function.
11878
11879 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11880 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11881 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11882 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11883 argument to all these routines, so the passphrase can be managed
11884 externally and passed in to the system.
11885 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11886 function.
11887
11888 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11889
11890 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11891 from goto-address-url-regexp.
11892
11893 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11894
11895 * textmodes/org.el (org-read-date, org-goto-calendar)
11896 (org-recenter-calendar, org-agenda-goto-calendar):
11897 Temporarily clear `calendar-move-hook'.
11898
11899 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11900
11901 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11902 merging.
11903
11904 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11905 have merge clashes.
11906
11907 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11908
11909 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11910 Undo previous change.
11911
11912 * startup.el (command-line): Use `custom-reevaluate-setting' for
11913 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11914 tty-register-default-colors on Mac.
11915
11916 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11917
11918 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11919 (gdb-buffer-type): Make it automatically buffer local...
11920 (gdb-get-create-buffer): ...and set it accordingly.
11921 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11922 actually work.
11923
11924 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11925
11926 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11927 not red.
11928
11929 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11930
11931 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11932 case GUD buffer is not visible.
11933 (gdb-goto-breakpoint): Try to force display in source buffer.
11934 (gdb-frame-gdb-buffer): Copy other similar functions.
11935 (gdb-restore-windows): Don't display source if not asked for.
11936 (gdb-assembler-buffer-name): Don't capitalise.
11937
11938 2005-11-03 Richard M. Stallman <rms@gnu.org>
11939
11940 * wid-edit.el (key-sequence): New widget type.
11941
11942 * simple.el (set-mark-command-repeat-pop): New variable.
11943 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11944 if set-mark-command-repeat-pop is true.
11945
11946 * info.el (Info-fontify-node): Don't display extra "see" if there
11947 already is one here.
11948
11949 * mouse.el: Fix special handling of DEL after dragging a region:
11950 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11951 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11952
11953 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11954
11955 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11956 not to assume it pertains to an affix.
11957
11958 * textmodes/flyspell.el (flyspell-post-command-hook):
11959 Bind deactivate-mark to prevent deactivation.
11960
11961 2005-11-03 Lars Hansen <larsh@soem.dk>
11962
11963 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11964 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11965 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11966
11967 2005-11-03 Romain Francoise <romain@orebokech.com>
11968
11969 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11970 Update copyright years.
11971
11972 2005-11-03 Sam Steingold <sds@gnu.org>
11973
11974 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11975 Use system-type instead of window-system because window-system is not
11976 correctly defined during loadup.
11977
11978 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11979
11980 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11981 (xml-parse-tag): Join strings separated by a comment properly.
11982
11983 2005-11-02 Andreas Schwab <schwab@suse.de>
11984
11985 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11986
11987 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11990 (byte-optimize-pure-func): Quote the eval'd value.
11991
11992 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11993 Rename from perl-font-lock-syntactic-face-function.
11994 Change the calling convention so it can be used as a font-lock MATCHER.
11995 Do the parse-partial-sexp loop outselves.
11996 (perl-font-lock-syntactic-keywords): Use it.
11997 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11998
11999 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12000
12001 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12002 disassembly buffer too.
12003 (gdb-exited): Remove overlay arrows when execution has finished.
12004 (gdb-info-frames-custom, gdb-info-threads-custom)
12005 (gdb-info-registers-custom): Don't add inappropriate text
12006 properties if inferior is not active.
12007
12008 2005-11-02 Glenn Morris <rgm@gnu.org>
12009
12010 * progmodes/fortran.el (fortran-blink-match):
12011 Use `blink-matching-delay'.
12012
12013 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12014
12015 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12016
12017 2005-11-02 Lars Hansen <larsh@soem.dk>
12018
12019 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12020 "Permission denied".
12021
12022 2005-11-01 Richard M. Stallman <rms@gnu.org>
12023
12024 * textmodes/flyspell.el (flyspell-external-point-words):
12025 Pass nil to flyspell-get-word.
12026
12027 2005-11-02 Kim F. Storm <storm@cua.dk>
12028
12029 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12030 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12031
12032 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12035 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12036 (calendar-mouse-print-dates): Add optional `event' argument.
12037 Update interactive-spec.
12038 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12039 Use `calendar-event-to-date' instead of `event'.
12040
12041 2005-11-02 Masatake YAMATO <jet@gyve.org>
12042
12043 * progmodes/ld-script.el (ld-script-builtins):
12044 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12045 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12046 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12047
12048 2005-11-01 Romain Francoise <romain@orebokech.com>
12049
12050 * vc-sccs.el: Update copyright year.
12051 * ezimage.el: Likewise.
12052
12053 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12054
12055 * info.el (Info-fontify-node): Use `string-width' for fontifying
12056 underlined titles.
12057
12058 2005-11-01 Juri Linkov <juri@jurta.org>
12059
12060 * info.el (Info-fontify-node): Downcase node header keywords Node,
12061 Prev, Next, Up before comparison.
12062 (Info-history): Insert absolute directory name, and put invisible
12063 property on it.
12064
12065 2005-11-01 Juri Linkov <juri@jurta.org>
12066
12067 * info.el (Info-file-supports-index-cookies): New variable.
12068 (Info-find-node-2): Check makeinfo version for index cookie support.
12069 (Info-index-nodes): Search for nodes with index cookies only when
12070 Info-file-supports-index-cookies is t. Otherwise, search nodes
12071 with "Index" in the node name.
12072 (Info-index-node): Search index cookie in the current node only when
12073 Info-file-supports-index-cookies is t. Otherwise, check the word
12074 "Index" in the node name.
12075 (Info-find-emacs-command-nodes): Remove code that searches nodes
12076 with "Index" node name in the top menu.
12077
12078 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * progmodes/scheme.el (scheme-mode-variables): Use the default
12081 comment-indent-function.
12082
12083 * faces.el (face-attribute): Handle the case where a face inherits from
12084 a non-existent face.
12085
12086 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12087 for octal and hexa output, and merge the char into the paren.
12088 (kill-new): Use push.
12089 (copy-to-buffer): Use with-current-buffer.
12090 (completion-setup-function): Move code in loop to remove redundancy.
12091 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12092 those inherited from minibuffer-local-completion-map.
12093
12094 * savehist.el (savehist-mode) <defcustom>:
12095 Use custom-set-minor-mode if available.
12096 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12097 and emit a message if applicable.
12098
12099 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12100
12101 * savehist.el: Sync up to version 19.
12102 (savehist-mode): New minor mode.
12103 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12104 (savehist-length): Remove (use history-length instead).
12105 (savehist-file-modes): Rename from savehist-modes.
12106 (savehist-save-hook, savehist-loaded): New vars.
12107 (savehist-load): Use savehist-mode. Try to smooth up transition from
12108 old format to new format.
12109 (savehist-install): Allow savehist-autosave-interval to be nil.
12110 (savehist-save): Run the new hook. Be more careful to only trim the
12111 history variables.
12112 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12113 (savehist-printable): Print into a buffer rather than char-by-char.
12114
12115 2005-11-01 John Wiegley <johnw@newartisans.com>
12116
12117 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12118 toggle-ignore keybinding (C-a). The author said it had been
12119 disabled much earlier due to a possible incompatibility, but after
12120 many months of usage I have encountered no problems (and it is a
12121 rather useful option, especially for switching to " *temp*").
12122
12123 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12124 support for OS/X's AddressBook, by calling out to the open source
12125 program "contacts" (installable through Fink).
12126
12127 * net/eudc.el (eudc-expand-inline): If the
12128 `eudc-multiple-match-handling-method' is set to `all', delete the
12129 query string before inserting the query result.
12130
12131 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12132 flag, to prevent Eshell from using the system ls when
12133 `eshell-ls-insert-directory' is in used.
12134 (eshell-ls-insert-directory): Disable font-lock in directory
12135 buffer so that Eshell's own fontification is seen. This broke
12136 recently due to changes in font-lock, so this goes back to version
12137 21 behavior.
12138
12139 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12140
12141 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12142 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12143 (gdb-many-windows): Doc fix.
12144
12145 2005-10-31 Romain Francoise <romain@orebokech.com>
12146
12147 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12148
12149 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12150
12151 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12152 that global-font-lock-mode can be enabled by default.
12153
12154 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12155 (font-lock-add-keywords, font-lock-remove-keywords)
12156 (font-lock-fontify-buffer): Remove autoload cookies.
12157
12158 * jit-lock.el (jit-lock-register): Likewise.
12159
12160 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12161
12162 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12165 intact if there is no gud-comint-buffer.
12166
12167 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12170 old prompt comint-prompt-read-only is t and GDB commands are
12171 issued from tool bar etc.
12172
12173 2005-10-31 Masatake YAMATO <jet@gyve.org>
12174
12175 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12176
12177 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12180 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12181
12182 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12183
12184 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12185 starting at beginning of line. Fontification is messed up when
12186 `open-paren-in-column-0-is-defun-start' set to t.
12187 Reported by John Paul Wallington <jpw@pobox.com>.
12188
12189 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12190
12191 * comint.el (comint-send-input): Call `comint-update-fence' when
12192 `comint-process-echoes' and `comint-prompt-read-only' are both
12193 non-nil, to avoid leftover read-only newline.
12194
12195 2005-10-30 Richard M. Stallman <rms@gnu.org>
12196
12197 * textmodes/flyspell.el (flyspell-external-point-words):
12198 Detect when WORD can't be checked properly because
12199 flyspell-get-word finds just part of it, and move on.
12200
12201 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12202 boundarychar for Polish.
12203 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12204 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12205
12206 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12207
12208 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12209 (gdb-registers-font-lock-keywords): Delete.
12210 (gdb-registers-mode): Don't fontify.
12211 (gdb-info-registers-custom): Use text properties instead as, in
12212 future, changed register values will use font-lock-warning-face.
12213 (gdb-local-font-lock-keywords): Rename to...
12214 (gdb-locals-font-lock-keywords): ...for consistency.
12215
12216 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12217
12218 * vc.el (vc-switch-backend): Better error message if the buffer is
12219 not visiting a file under version control.
12220
12221 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12222
12223 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12226 ~/.emacs.d/.emacs.
12227
12228 2005-10-29 Richard M. Stallman <rms@gnu.org>
12229
12230 * replace.el (occur-mode-mouse-goto): Always go to other window.
12231 (occur-mode-goto-occurrence): Always switch in same window.
12232
12233 * simple.el (undo): Display message at end, not at start.
12234
12235 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12236 New arg REUSE-CELL.
12237 (cancel-timer-internal): New function.
12238 (timer-event-handler): Use cancel-timer-internal,
12239 and pass the cell it returns to timer-activate...
12240
12241 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12242 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12243 (jit-lock-after-change): Test memory-full.
12244
12245 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12246
12247 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12248 part of the decoded armor to find the key-identifier.
12249 (pgg-gpg-lookup-key-owner): New function to return the
12250 human-readable identifier of a key owner.
12251 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12252 key itself.
12253 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12254 the key value) if we have a key and can match it against a secret
12255 key. Also, added a note pointing out fact that the prompt only
12256 indicates the first matching key.
12257
12258 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12259 pgg-decrypt-region.
12260 (pgg-pending-timers): A new hash for tracking the passphrase cache
12261 timers, so that new ones supercede old ones.
12262 (pgg-add-passphrase-to-cache): Rename from
12263 `pgg-add-passphrase-cache' to reduce confusion (all callers
12264 changed). Modified to cancel old timers when new ones are added.
12265 (pgg-remove-passphrase-from-cache): Rename from
12266 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12267 changed). Modified to cancel old timers when their keys are
12268 removed from the cache.
12269 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12270 XEmacs, an indirection to delete-itimer.
12271 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12272 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12273 users can only check cache without risk of prompting. Correct bug in
12274 notruncate behavior.
12275 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12276 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12277 Add informative docstrings.
12278 (pgg-decrypt): Convey provided passphrase in subordinate call to
12279 pgg-decrypt-region.
12280
12281 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12282 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12283 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12284 `passphrase' argument, so the passphrase can be managed externally
12285 and then passed in to the system.
12286
12287 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12288 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12289 so the passphrase cache can be used reliably with identifiers
12290 besides a pgp packet's key id.
12291
12292 * pgg-gpg.el (pgg-pgp-encrypt-region)
12293 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12294 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12295 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12296 argument to all these routines, so the passphrase can be managed
12297 externally and passed in to the system.
12298
12299 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12300 `notruncate' argument, so the passphrase cache can be used
12301 reliably with identifiers besides a pgp packet's key id.
12302
12303 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12304
12305 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12306 symmetric encryption.
12307 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12308 encrypted session key.
12309 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12310 message ask for the passphrase in a proper way.
12311
12312 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12313 New user commands for symmetric encryption.
12314
12315 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12316
12317 * textmodes/conf-mode.el (conf-assignment-sign)
12318 (conf-assignment-regexp): Fix docstrings.
12319 (conf-mode-initialize): New function.
12320 (conf-mode): Remove optional args. Use delay-mode-hooks to
12321 recognize recursive calls.
12322 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12323 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12324 (conf-xdefaults-mode): Use define-derived-mode and
12325 conf-mode-initialize.
12326
12327 2005-10-29 Romain Francoise <romain@orebokech.com>
12328
12329 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12330
12331 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12332
12333 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12334 part of the decoded armor to find the key-identifier.
12335 (pgg-gpg-lookup-key-owner): New function to return the
12336 human-readable identifier of a key owner.
12337 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12338 key itself.
12339 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12340 the key value) if we have a key and can match it against a secret
12341 key. Also, added a note pointing out fact that the prompt only
12342 indicates the first matching key.
12343
12344 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12345 pgg-decrypt-region.
12346 (pgg-pending-timers): A new hash for tracking the passphrase cache
12347 timers, so that new ones supercede old ones.
12348 (pgg-add-passphrase-to-cache): Rename from
12349 `pgg-add-passphrase-cache' to reduce confusion (all callers
12350 changed). Modified to cancel old timers when new ones are added.
12351 (pgg-remove-passphrase-from-cache): Rename from
12352 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12353 changed). Modified to cancel old timers when their keys are
12354 removed from the cache.
12355 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12356 XEmacs, an indirection to delete-itimer.
12357 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12358 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12359 users can only check cache without risk of prompting. Correct bug in
12360 notruncate behavior.
12361 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12362 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12363 Add informative docstrings.
12364 (pgg-decrypt): Convey provided passphrase in subordinate call to
12365 pgg-decrypt-region.
12366
12367 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12368
12369 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12370 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12371 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12372 `passphrase' argument, so the passphrase can be managed externally
12373 and then passed in to the system.
12374
12375 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12376 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12377 so the passphrase cache can be used reliably with identifiers
12378 besides a pgp packet's key id.
12379
12380 * pgg-gpg.el (pgg-pgp-encrypt-region)
12381 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12382 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12383 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12384 argument to all these routines, so the passphrase can be managed
12385 externally and passed in to the system.
12386
12387 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12388 `notruncate' argument, so the passphrase cache can be used
12389 reliably with identifiers besides a pgp packet's key id.
12390
12391 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12392
12393 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12394 symmetric encryption.
12395 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12396 encrypted session key.
12397 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12398 message ask for the passphrase in a proper way.
12399
12400 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12401 New user commands for symmetric encryption.
12402
12403 2005-10-28 Bill Wohler <wohler@newt.com>
12404
12405 * help-mode.el (help-url): New button type. Calls browse-url.
12406 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12407 Similar to Info nodes: URL `url'.
12408 (help-make-xrefs): Create help-url buttons for
12409 help-xref-url-regexp matches.
12410
12411 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12412
12413 * tool-bar.el (tool-bar-add-item-from-menu)
12414 (tool-bar-local-item-from-menu): Fix doc strings.
12415
12416 2005-10-28 Romain Francoise <romain@orebokech.com>
12417
12418 * ldefs-boot.el: Update.
12419
12420 * subr.el (locate-library): Move from help-fns.el.
12421 * help-fns.el (locate-library): Move to subr.el.
12422
12423 2005-10-28 Richard M. Stallman <rms@gnu.org>
12424
12425 * net/tramp.el (tramp-completion-mode): defvar moved up.
12426
12427 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12428
12429 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12430
12431 * files.el (find-file-noselect): Use %d to format large file size.
12432
12433 * bindings.el (mode-line-format): Add %e.
12434
12435 * loadup.el ("facemenu"): Load unconditionally.
12436 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12437 ("x-dnd"): Load, when appropriate.
12438
12439 * startup.el (command-line): Call before-init-hook earlier.
12440 Warn about some bad characters in -u user name.
12441
12442 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12443 (flyspell-external-point-words): Error if misspelled word is not found.
12444 Set flyspell-large-region-beg at end of word.
12445
12446 2005-10-28 Andreas Schwab <schwab@suse.de>
12447
12448 * view.el (View-revert-buffer-scroll-page-forward):
12449 Use view-page-size-default.
12450
12451 2005-10-28 Juri Linkov <juri@jurta.org>
12452
12453 * international/quail.el (quail-get-current-str): Translate last
12454 raw character for deterministic input methods.
12455
12456 2005-10-27 Jay Belanger <belanger@truman.edu>
12457
12458 * calc/calc-ext.el: Add functions to autoloads.
12459 (math-identity-matrix-p, math-ident-row-p): New functions.
12460
12461 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12462 multiplication by an identity matrix; don't turn multiplication by
12463 an inverse matrix into division.
12464 (math-div-symbol-fancy): Replace division by matrices with
12465 multiplication by inverse.
12466
12467 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12468
12469 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12470 (calc-writeoutpower): New functions.
12471
12472 2005-10-27 Romain Francoise <romain@orebokech.com>
12473
12474 * replace.el (occur-engine): Include colon in mouse-face highlight.
12475
12476 * dired-x.el: Change Maintainer field.
12477
12478 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * longlines.el (longlines-mode): Bind after-change-functions to
12481 nil during initial decoding and final encoding.
12482
12483 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 * term.el (term-emulate-terminal, term-handle-colors-array)
12486 (term-handle-ansi-escape): Specify the terminfo capabilities
12487 implemented.
12488
12489 2005-10-26 Richard M. Stallman <rms@gnu.org>
12490
12491 * info.el (Info-fontify-node): Fix detection of sentence-break
12492 before *Note.
12493
12494 2005-10-26 Romain Francoise <romain@orebokech.com>
12495
12496 * smerge-mode.el: Add `tools' to file keywords.
12497
12498 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12499
12500 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12501 when the fringe is not available.
12502
12503 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12504 (def-gdb-auto-update-trigger): Simplify construction.
12505 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12506 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12507 defined explicitly.
12508 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12509 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12510 defined explicitly.
12511 (gdb-info-locals-custom): Remove as it's a no-op.
12512
12513 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12514
12515 * longlines.el (longlines-mode): Remove narrowing before
12516 performing the initial decoding or final encoding.
12517
12518 2005-10-25 Romain Francoise <romain@orebokech.com>
12519
12520 * emacs-lisp/find-func.el (find-library-name): Also strip
12521 extension if library name ends in .el, to take advantage of
12522 `find-library-suffixes'.
12523
12524 2005-10-25 Richard M. Stallman <rms@gnu.org>
12525
12526 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12527
12528 2005-10-25 Juri Linkov <juri@jurta.org>
12529
12530 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12531 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12532
12533 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12536 (blackbox-redefine-key): Add argument `map'.
12537
12538 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12539 regions when moving the jit-lock-context-unfontify-pos boundary.
12540
12541 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12542
12543 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12544
12545 2005-10-25 Masatake YAMATO <jet@gyve.org>
12546
12547 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12548
12549 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12550
12551 * play/blackbox.el (blackbox-redefine-key): New function.
12552 (blackbox-mode-map): Use it to remap existing bindings for cursor
12553 motion instead of binding literal keys.
12554
12555 2005-10-25 Glenn Morris <rgm@gnu.org>
12556
12557 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12558 diary does not end in a newline. Do not assume a blank line at
12559 the start of the diary file.
12560
12561 2005-10-25 Kenichi Handa <handa@m17n.org>
12562
12563 * international/quail.el (quail-translate-key): If the input
12564 method is deterministic and failed to handle the last key, restart
12565 the key handling loop from an appropriate key.
12566
12567 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12568
12569 * vc.el (vc-dired-mode): Extend comment for binding of
12570 `directory-listing-before-filename-regexp'.
12571
12572 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * textmodes/texinfo.el (texinfo-mode):
12575 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12576 not to unnecessarily expose emacs-mule's internal char codes.
12577
12578 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12579
12580 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12581 Display hand pointer and help-echo on disabled icon too.
12582 (gdb-mouse-until): New function.
12583 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12584
12585 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12586
12587 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12588 with 2005-10-23 change to doctor.el.
12589
12590 * finder.el (finder-mode-map): Add follow-link binding.
12591
12592 2005-10-25 Kim F. Storm <storm@cua.dk>
12593
12594 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12595 to gdb-mouse-toggle-breakpoint-fringe.
12596 (gdb-mouse-toggle-breakpoint-margin): Rename from
12597 gdb-mouse-toggle-breakpoint. Fix doc.
12598 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12599 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12600 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12601 string properties also for fringe breakpoint bitmaps.
12602
12603 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12604
12605 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12606
12607 2005-10-25 Masatake YAMATO <jet@gyve.org>
12608
12609 * simple.el (completion-common-substring):
12610 Use `completion-common-substring' prior to `completion-base-size'.
12611
12612 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12613
12614 * savehist.el: Require CL while compiling.
12615 (savehist-history-variables): Remove.
12616 (savehist-save-minibuffer-history, savehist-additional-variables)
12617 (savehist-minibuffer-history-variables): New vars.
12618 (savehist-save): Use them.
12619 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12620 (savehist-install): New fun, extracted from savehist-load.
12621 (savehist-load): Use them.
12622
12623 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12626 a dummy doc-string-elt property.
12627 (defalias, defvaralias, define-category): Add a docstring property.
12628
12629 * image.el (defimage):
12630 * widget.el (define-widget):
12631 * custom.el (defface, defcustom): Add `doc-string' declaration.
12632
12633 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12634 (defadvice): Add `doc-string' declaration.
12635
12636 * emacs-lisp/byte-run.el (macro-declaration-function):
12637 Handle `doc-string' declarations.
12638 (define-obsolete-function-alias, define-obsolete-variable-alias):
12639 Add `doc-string' declaration.
12640
12641 2005-10-24 Kenichi Handa <handa@m17n.org>
12642
12643 * international/utf-7.el (utf-7): Add autoload cookie.
12644
12645 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12646
12647 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12648
12649 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12650 list of directories passed to batch-update-autoloads. Add "." to
12651 the list of the echoed directories.
12652
12653 * pgg-def.el:
12654 * pgg-gpg.el:
12655 * pgg-parse.el:
12656 * pgg-pgp.el:
12657 * pgg-pgp5.el:
12658 * pgg.el: Moved here from the gnus subdirectory.
12659
12660 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12661
12662 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12663 in case comint-prompt-read-only is set to t.
12664
12665 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12666 in case comint-prompt-read-only is set to t.
12667
12668 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12669
12670 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12671 Now a string.
12672 (icalendar-import-format): Handle CLASS, STATUS, URL.
12673 Rename `subject' to `summary'.
12674 (icalendar-import-format-summary): Rename from
12675 `icalendar-import-format-subject'.
12676 (icalendar-import-format-url, icalendar-import-format-status)
12677 (icalendar-import-format-class): New variables.
12678 (icalendar--rris): Take variable argument list.
12679 (icalendar--datestring-to-isodate): Remove unnecessary
12680 calendar-style check when converting dates with explicit month names.
12681 (icalendar-export-region): Change return type of conversion
12682 subroutines. Bury current buffer unless error occurred.
12683 (icalendar--convert-to-ical)
12684 (icalendar--parse-summary-and-rest): New functions.
12685 (icalendar--convert-ordinary-to-ical)
12686 (icalendar--convert-weekly-to-ical)
12687 (icalendar--convert-yearly-to-ical)
12688 (icalendar--convert-block-to-ical)
12689 (icalendar--convert-cyclic-to-ical)
12690 (icalendar--convert-anniversary-to-ical): Change return type.
12691 Strip trailing blanks from subject.
12692 (icalendar--convert-sexp-to-ical): Change return type.
12693 Strip trailing blanks from subject. Handle simple sexp
12694 entries as generated by icalendar.el.
12695 (icalendar--convert-float-to-ical)
12696 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12697 (icalendar-import-file): Doc fix.
12698 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12699 Correct call to icalendar--rris.
12700 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12701 `summary'.
12702 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12703
12704 2005-10-24 Romain Francoise <romain@orebokech.com>
12705
12706 * server.el (server-sentinel): Set query-on-exit flag to nil on
12707 new client processes (it isn't inherited from the server process).
12708
12709 * replace.el (occur-engine): Rearrange text properties.
12710
12711 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12714 case-fold-search is nil.
12715 (debug-help-follow): Use help-xref-interned directly.
12716
12717 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12718
12719 * thumbs.el (thumbs-image-type): Add .pbm.
12720
12721 2005-10-23 Richard M. Stallman <rms@gnu.org>
12722
12723 * faces.el (inhibit-face-set-after-frame-default): New variable.
12724 (set-face-attribute): Bind it.
12725 (face-set-after-frame-default): Test it.
12726
12727 * help-fns.el (describe-simplify-lib-file-name): New function.
12728 (describe-function-1, describe-variable): Use it.
12729
12730 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12731
12732 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12733 Eliminate nil as possible value.
12734 (tooltip-hide-delay): Reduce internal-border-width.
12735
12736 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12737 (menu-bar-file-menu) <new-file>: Likewise.
12738
12739 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12740
12741 * international/mule.el (load-with-code-conversion):
12742 Pass full file name to `eval-buffer' unless preloading.
12743
12744 * textmodes/flyspell.el (flyspell-large-region):
12745 Call ispell-check-version.
12746
12747 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12748 Fix the make-variable-buffer-local call that was supposed
12749 to be for this variable.
12750 (ispell-aspell-supports-utf8): Doc fix.
12751 (ispell-find-aspell-dictionaries): Preserve elements of
12752 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12753 (ispell-aspell-find-dictionary): Return nil on error.
12754
12755 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12756 (doctor-symptoms): Likewise.
12757
12758 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12759
12760 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12761
12762 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12763 (custom-raised-buttons): Add :set spec.
12764 (custom-button-unraised, custom-button-pressed-unraised):
12765 New faces, so that custom-raised-buttons actually does something.
12766 (custom-mode): Use custom-button and custom-button-pressed.
12767
12768 * wid-edit.el (widget-specify-button): Don't ignore
12769 widget-mouse-face on graphic terminals.
12770 (widget-move-and-invoke): Cleanup.
12771
12772 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12773
12774 * whitespace.el (whitespace-cleanup): Doc fix.
12775
12776 2005-10-23 Romain Francoise <romain@orebokech.com>
12777
12778 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12779 `eval-after-load' to avoid evaluating their result.
12780
12781 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12782
12783 * files.el (directory-listing-before-filename-regexp):
12784 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12785
12786 * dired.el (dired-move-to-filename-regexp): Remove.
12787 All occurences replaced by `directory-listing-before-filename-regexp'.
12788
12789 * dired-x.el, locate.el, vc.el:
12790 Replace `dired-move-to-filename-regexp' by
12791 `directory-listing-before-filename-regexp'. In vc.el it is
12792 overwritten locally; maybe this can be handled in files.el too.
12793
12794 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12795 replaced by `directory-listing-before-filename-regexp'.
12796
12797 2005-10-23 Andreas Schwab <schwab@suse.de>
12798
12799 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12800 and eval-next-after-load.
12801
12802 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12803
12804 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12805 exist, create it.
12806
12807 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12808
12809 * allout.el: Remove autoloads for mailcrypt and crypt++.
12810 Require pgg, pgg-gpg during compilation.
12811 (allout-version): Increment version number to 2.1, and use a literal
12812 rather than RCS Id.
12813 (allout-default-encryption-scheme): Remove.
12814 (allout-passphrase-verifier-handling)
12815 (allout-passphrase-verifier-string)
12816 (allout-file-passphrase-verifier-string)
12817 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12818 (allout-passphrase-hint-handling): Rename and simplify.
12819 (allout-init): Use `find-file-hook' if available, otherwise
12820 `find-file-hooks'.
12821 (allout-mode): Use `write-file-functions' if available, otherwise
12822 `local-write-file-hooks' and, instead of making auto-save-hook
12823 buffer local, make the write-file-hook activity contingent to
12824 allout-mode.
12825 (allout-mode): Use key-binding substitution in the docstring.
12826 (allout-kill-line): Spell-out kill ring data structure mutation
12827 instead of using byte-compiler-complaint-provoking `pop'.
12828 (allout-insert-listified): Use `insert' rather than `insert-string'
12829 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12830 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12831 (allout-encrypt-string): Totally revamped vis new underlying
12832 encryption facilities.
12833 (allout-mc-activate-passwd): Remove.
12834 (allout-obtain-passphrase): New, more or less replaces
12835 allout-mc-activate-passwd.
12836 (allout-encrypted-key-info): More or less replaces
12837 allout-encrypted-text-type.
12838 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12839 (my-mark-marker): Use `(featurep 'xemacs)'.
12840
12841 2005-10-23 Lars Hansen <larsh@soem.dk>
12842
12843 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12844 (byte-compile-file-form-defmumble, byte-compile-defun)
12845 (byte-compile-defmacro): Use it.
12846 (byte-compile-form): Don't call byte-compile-set-symbol-position
12847 when a byte-compile handler is called.
12848
12849 2005-10-22 Romain Francoise <romain@orebokech.com>
12850
12851 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12852
12853 * subr.el (eval-after-load): Convert library name to an absolute
12854 file name using locate-library, since load-history no longer has
12855 library names in it.
12856
12857 2005-10-22 Richard M. Stallman <rms@gnu.org>
12858
12859 * files.el (make-temp-file): Move from subr.el.
12860 * subr.el (make-temp-file): Move to files.el.
12861
12862 * window.el (get-buffer-window-list): Move from subr.el.
12863 * subr.el (get-buffer-window-list): Move to window.el.
12864
12865 * image.el (image-load-path): Use eval-at-startup to initialize.
12866
12867 * subr.el (eval-at-startup): New macro.
12868
12869 * subr.el: Much rearrangement of functions and division
12870 into pages. No code changes.
12871
12872 2005-10-22 Kenichi Handa <handa@m17n.org>
12873
12874 * tar-mode.el (tar-extract): Be sure to call
12875 find-operation-coding-system if set-auto-coding doesn't find a
12876 coding system.
12877
12878 2005-10-22 Kim F. Storm <storm@cua.dk>
12879
12880 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12881 Change users.
12882 (image-type-file-name-regexps): New defconst.
12883 (image-type-from-data): Simplify loop.
12884 (image-type-from-buffer): New defun.
12885 (image-type-from-file-header): Use it instead of image-type-from-data.
12886 Use image-search-load-path instead of only looking in data-directory.
12887 (image-type-from-file-name): New defun.
12888 (image-search-load-path): Change `pathname' to `filename'.
12889 Make PATH arg optional, default to image-load-path.
12890
12891 2005-10-21 Richard M. Stallman <rms@gnu.org>
12892
12893 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12894
12895 * textmodes/paragraphs.el (sentence-end-base): New variable.
12896 (sentence-end): Use sentence-end-base.
12897
12898 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12901 property independently from the font-lock-multiline variable.
12902
12903 2005-10-21 Richard M. Stallman <rms@gnu.org>
12904
12905 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12906
12907 * startup.el (command-line): Convert library names
12908 in `load-history' to absolute file names.
12909
12910 * subr.el (symbol-file): Doc fix.
12911
12912 * loadhist.el (file-loadhist-lookup): Call locate-library
12913 instead of find-library-name. Don't try converting
12914 abs file names to library names, since load-history no longer
12915 has library names in it.
12916 (file-dependents, file-provides, file-requires): Doc fixes.
12917
12918 2005-10-21 Juri Linkov <juri@jurta.org>
12919
12920 * progmodes/etags.el (tags-table-mode): New function.
12921 (tags-verify-table): Replace initialize-new-tags-table with
12922 tags-table-mode.
12923
12924 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12925 default value.
12926 (desktop-modes-not-to-save): Add tags-table-mode to the
12927 default value.
12928
12929 * info.el (Info-index-next): Add total number of index
12930 alternatives to the message.
12931
12932 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12933 backward only space (instead of space and period) before looking
12934 at sentence end.
12935
12936 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12937 Add the old variable value as 4th default-value arg of read-string.
12938
12939 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12940
12941 * cus-face.el (custom-declare-face): Make face from X resources
12942 also on Mac.
12943
12944 * disp-table.el (standard-display-g1, standard-display-graphic):
12945 Refuse to use string glyphs also on Mac.
12946 (standard-display-european): Don't set terminal coding system also
12947 on Mac.
12948
12949 * frame.el (display-screens): Use x-display-screens also on Mac.
12950
12951 2005-10-21 Romain Francoise <romain@orebokech.com>
12952
12953 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12954
12955 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12958 and $? into sexps.
12959
12960 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12961 warning face on open-paren-in-column-0.
12962
12963 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12964 boundary case. Fix typo.
12965 Suggested by Martin Rudalics <rudalics@gmx.at>.
12966
12967 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12968
12969 * textmodes/org.el (org-combined-agenda-icalendar-file)
12970 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12971 (org-export-icalendar-this-file)
12972 (org-export-icalendar-all-agenda-files)
12973 (org-export-icalendar-combine-agenda-files): New commands.
12974 (org-export-icalendar, org-print-icalendar-entries)
12975 (org-start-icalendar-file, org-finish-icalendar-file)
12976 (org-ical-ts-to-string): New functions.
12977 (org-read-date, org-goto-calendar)
12978 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12979 call to `calendar'.
12980 (orgtbl-setup): Remove the :keys arguments from the menu description.
12981 (org-after-save-iCalendar-file-hook): New variable.
12982
12983 2005-10-21 Kenichi Handa <handa@m17n.org>
12984
12985 * language/vietnamese.el (tcvn-5712): Make it an alias of
12986 vietnamese-tcvn coding-system.
12987
12988 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12991 group id is given.
12992
12993 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12996 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12997 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12998 whose line is either continued or ends with a comment.
12999
13000 2005-10-20 Romain Francoise <romain@orebokech.com>
13001
13002 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13003
13004 * replace.el (occur-engine): Add follow-link property.
13005
13006 * font-core.el (font-lock-mode): Doc fix.
13007
13008 2005-10-20 Richard M. Stallman <rms@gnu.org>
13009
13010 * net/rcirc.el: New file.
13011
13012 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13013
13014 * term.el (term-term-name): Initialize to "eterm-color".
13015
13016 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13017
13018 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13019 for encryption functionality.
13020 Move allout customization subgroup from `editing' to `outlines' group.
13021 Fix commentary keywords to legitimate ones.
13022 Update author info (using my current email address, obscurified).
13023 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13024 (allout-encrypted-topic-p, allout-encrypted-text-type)
13025 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13026 (allout-situate-encryption-key-verifier)
13027 (allout-get-encryption-key-verifier, allout-verify-key)
13028 (allout-next-topic-pending-encryption)
13029 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13030 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13031 (outline-key-verifier-handling, outline-key-hint-handling)
13032 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13033 (allout-file-key-verifier-string, allout-encryption-scheme)
13034 (allout-key-verifier-string, allout-key-hint-string)
13035 (allout-after-save-decrypt): New variables.
13036 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13037 (allout-after-saves-handler): New hook functions.
13038 (allout-post-command-business): Do allout-after-save-decrypt.
13039 (allout-enable-file-variable-adjustment): Custom var to enable
13040 mechanism for adding and adjusting settings of Emacs file variables.
13041 (allout-adjust-file-variable, allout-file-vars-section-data):
13042 New functions, implement the mechanism.
13043 (outlineify-sticky): Use the file vars mechanism.
13044 (allout-inhibit-protection, allout-during-write-cue)
13045 (allout-override-protect, allout-before-change-protect): Remove.
13046 (allout-flag-region, allout-open-topic): Adjust read-only text.
13047 (allout-open-line-not-read-only): Add to facilitate read-only
13048 text based protection.
13049 (allout-kill-line): Revise to adjust read-only text, clue the
13050 user about the inhibition.
13051 (allout-unprotected): Use unwind-protect.
13052 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13053 topic deeper than the offspring depth of the previous topic -
13054 avoiding confusing "containment discontinuities".
13055 (allout-reindent-bodies): Fix retention of body relative hanging
13056 indent during promotion of collapsed bodies.
13057 (allout-open-topic): Make it easy to open new topic with same
13058 bullet as current topic - topic creation functions provided with
13059 any universal argument provokes now prompt for bullet, defaulting
13060 to the bullet of the previous topic.
13061 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13062 Plain bullet alternates `.' period and `,' comma only. All other
13063 bullets are relegated to special status (but customizable).
13064 (allout-end-of-entry): Rename from allout-end-of-current-entry
13065 since it actually operates w.r.t. most immediately containing
13066 entry, visible or not.
13067 (allout-hide-current-entry, allout-show-current-entry): Use the
13068 revised version.
13069 (allout-old-expose-topic): Solidify deprecation.
13070 (allout-end-of-subtree): Add so we can span concealed as well
13071 as visible topics.
13072 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13073 (allout-end-of-current-heading): Tweak to just respect the first line.
13074 (allout-get-body-text): Add.
13075 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13076 when invoked interactively.
13077 (allout-up-current-level): Use `interactive-p'.
13078 (allout-mode, allout-init): Miscellaneous docstring and
13079 operational refinements, as well as hookups of new encryption stuff.
13080 (allout-beginning-of-current-entry): Now works as advertised.
13081 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13082 (allout-isearch-rectification): Refine condition for isearching.
13083 (allout-isearch-abort, allout-enwrap-isearch)
13084 (allout-flag-region, my-region-active-p): Relocate some macros.
13085 (allout-title): Fallback title is (buffer-name), not
13086 non-existing (current-buffer-name).
13087 (subst-char-in-string): Define if absent (for some XEmacs versions).
13088
13089 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13090
13091 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13092 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13093 (mail-citation-prefix-regexp, mail-signature-file)
13094 (mail-default-headers, mail-bury-selects-summary)
13095 (mail-send-nonascii): Add autoload cookies.
13096
13097 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13098
13099 * frame.el (blink-cursor-mode): Add `mac' to the list of
13100 window-system's that support blinking cursor.
13101
13102 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13103
13104 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13105
13106 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13107
13108 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13109 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13110 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13111
13112 2005-10-20 Kim F. Storm <storm@cua.dk>
13113
13114 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13115 (ido-set-current-directory): Don't add / after final @.
13116 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13117 Explicitly handle ange-ftp completion oddities.
13118 (ido-make-file-list): Don't rotate list at tramp root to avoid
13119 triggering tramp file handler for expand-file-name via get-file-buffer.
13120
13121 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13124
13125 2005-10-19 Jay Belanger <belanger@truman.edu>
13126
13127 * calc/calc-units.el (math-standard-units): Add units, adjust
13128 symbols and update values.
13129 (math-unit-prefixes): Add more prefixes.
13130
13131 2005-10-19 Romain Francoise <romain@orebokech.com>
13132
13133 * bookmark.el (bookmark-menu-heading): New face.
13134 (bookmark-bmenu-list): Use it.
13135 Don't fiddle with `baud-rate' at top-level.
13136
13137 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13138
13139 * image.el (create-image, find-image): Mention max-image-size in
13140 docstring.
13141
13142 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * savehist.el (savehist-load): Revert to checking XEmacs.
13145
13146 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13147 Various docstring and line-width fixups.
13148 (conf-mode): Use cond.
13149 Set font-lock-defaults. Don't set comment-use-syntax.
13150
13151 2005-10-18 David Ponce <david@dponce.com>
13152
13153 * tree-widget.el (tree-widget-button-click): New function.
13154 (tree-widget-button-keymap): Use it.
13155
13156 2005-10-18 Romain Francoise <romain@orebokech.com>
13157
13158 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13159 (bookmark-bmenu-hide-filenames): Add follow-link property.
13160 Improve help-echo text.
13161
13162 * ffap.el (find-file-at-point): Doc fix.
13163
13164 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13165
13166 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13167
13168 2005-10-18 Masatake YAMATO <jet@gyve.org>
13169
13170 Install to the CVS repository what I forgot to install in my
13171 2005-10-16 changes.
13172
13173 * progmodes/python.el (python-complete-symbol): Pass the common
13174 prefix substring of completion to `display-completion-list'.
13175
13176 * textmodes/org.el (org-complete): Ditto.
13177
13178 2005-10-18 Masatake YAMATO <jet@gyve.org>
13179
13180 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13181
13182 * woman.el (WoMan-xref-man-page): New button type derived
13183 from `Man-abstract-xref-man-page'.
13184 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13185
13186 * man.el (Man-abstract-xref-man-page): New button type.
13187 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13188 (Man-highlight-references): Add new optional argument `xref-man-type'.
13189
13190 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13191
13192 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13193
13194 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13195
13196 * cus-edit.el (Custom-move-and-invoke): Delete.
13197 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13198
13199 * wid-edit.el (widget-move-and-invoke): New function, from
13200 Custom-move-and-invoke.
13201
13202 2005-10-17 Bill Wohler <wohler@newt.com>
13203
13204 Move all remaining images from lisp/toolbar to etc/images, move
13205 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13206 the low resolution images in their own directory (low-color).
13207
13208 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13209 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13210 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13211 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13212 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13213 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13214 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13215
13216 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13217 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13218 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13219 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13220 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13221 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13222 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13223 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13224 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13225 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13226 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13227 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13228 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13229 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13230 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13231
13232 To conform with convention, replace the underscore (_) in the
13233 following image names with dash (-) or (/) as appropriate.
13234
13235 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13236 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13237 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13238 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13239 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13240 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13241 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13242 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13243 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13244 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13245 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13246 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13247 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13248 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13249 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13250
13251 * info.el (info-tool-bar-map): Replace underscores in image names
13252 with dashes.
13253
13254 * makefile.w32-in (WINS): Remove toolbar.
13255
13256 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13257
13258 * tool-bar.el: Move to lisp from toolbar. Now that
13259 toolbar is empty, it should be deleted when folks run "cvs up -P".
13260
13261 2005-10-18 Jay Belanger <belanger@truman.edu>
13262
13263 * calc/calc-store.el (calc-store-into): Get the proper variable name
13264 to display in message.
13265
13266 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13267
13268 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13269 expressions display in speedbar for all buffers when debugging.
13270 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13271
13272 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13273 (speedbar-insert-button, speedbar-make-button):
13274 Use add-text-properties.
13275 (speedbar-update-localized-contents)
13276 (speedbar-update-directory-contents)
13277 (speedbar-update-special-contents): Use dolist.
13278 (speedbar-buffer-easymenu-definition): Add a menu separator.
13279
13280 2005-10-17 Jason Rumney <jasonr@gnu.org>
13281
13282 * makefile.w32-in: Use $(lisp) consistently.
13283 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13284 for shell specific generation of mh-autoloads.
13285
13286 2005-10-17 Richard M. Stallman <rms@gnu.org>
13287
13288 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13289
13290 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * jit-lock.el (jit-lock-fontify-now):
13293 Move jit-lock-context-unfontify-pos to avoid wasted work.
13294
13295 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13298 `tramp-completion-mode' for checking if we are in completion mode.
13299 (tramp-completion-handle-file-name-all-completions): Reorder code
13300 in order to complete for file names only in case there are no
13301 method/user/host completions. This is necessary for cooperation
13302 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13303
13304 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13305
13306 * longlines.el (longlines-search-forward)
13307 (longlines-search-backward): Match any number of spaces.
13308
13309 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13310
13311 * diff-mode.el (diff-mode): Doc fix.
13312
13313 2005-10-16 David Reitter <david.reitter@gmail.com>
13314
13315 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13316 as default on darwin and windows systems.
13317
13318 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13319
13320 * arc-mode.el (archive-zip-extract): Doc fix.
13321
13322 2005-10-16 Romain Francoise <romain@orebokech.com>
13323
13324 * mouse.el (mouse-1-click-follows-link): Doc fix.
13325
13326 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * savehist.el: Don't require CL at runtime.
13329 (savehist-xemacs): Remove.
13330 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13331 (savehist-no-conversion): Use (featurep 'xemacs).
13332 (savehist-load): Check existence of start-itimer rather than XEmacs.
13333 Use an idle timer.
13334 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13335 `delete-if-not'.
13336
13337 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13338
13339 * savehist.el: Newer version.
13340 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13341 (savehist-last-checksum, savehist-no-conversion): New vars.
13342 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13343 New functions.
13344 (savehist-load, savehist-save): Use them.
13345 (savehist-delimit): Remove.
13346
13347 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * progmodes/compile.el (compilation-goto-locus): Display the
13350 compilation buffer first and the source buffer second, in case they're
13351 in overlapping frames. Don't raise the compilation frame if it was the
13352 selected window upon entry. Pass the `other-window' arg to
13353 pop-to-buffer.
13354
13355 * info.el (Info-fontify-node): Use dolist.
13356 Change add-text-properties to put-text-property.
13357
13358 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13359
13360 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13361 bound of search.
13362
13363 2005-10-16 Masatake YAMATO <jet@gyve.org>
13364
13365 * dabbrev.el (dabbrev-completion): Pass the common
13366 prefix substring of completion to `display-completion-list'.
13367
13368 * filecache.el (file-cache-minibuffer-complete)
13369 (file-cache-complete): Ditto.
13370
13371 * tempo.el (tempo-display-completions): Ditto.
13372
13373 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13374
13375 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13376
13377 * eshell/em-hist.el (eshell-list-history): Ditto.
13378
13379 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13380
13381 * mail/mailalias.el (mail-complete): Ditto.
13382
13383 * progmodes/etags.el (complete-tag): Ditto.
13384
13385 * progmodes/make-mode.el (makefile-complete): Ditto.
13386
13387 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13388
13389 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13390
13391 * progmodes/pascal.el (pascal-complete-word)
13392 (pascal-show-completions): Ditto.
13393
13394 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13395
13396 * simple.el (completion-common-substring): New variable.
13397 (completion-setup-function): Use `completion-common-substring'
13398 to put faces.
13399
13400 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13401
13402 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13403 (x-get-selection, mac-select-convert-to-string): Convert from/to
13404 UTF-16 clipboard data as in native byte order, no BOM.
13405
13406 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13407
13408 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13409 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13410 (gud-sentinel): Use speedbar-frame to check for speedbar.
13411
13412 2005-10-15 Richard M. Stallman <rms@gnu.org>
13413
13414 * savehist.el: New file.
13415
13416 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13417
13418 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13419 Fix bug in \bf fontification.
13420
13421 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * pcvs.el (cvs-edit-log-files): New var.
13424 (cvs-mode-edit-log): New arg `file'.
13425 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13426 Instead force the use of the original file and nothing else.
13427 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13428 the cvs-minor-wrap-function is set.
13429 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13430
13431 2005-10-14 Bill Wohler <wohler@newt.com>
13432
13433 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13434 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13435 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13436 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13437 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13438 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13439 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13440 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13441 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13442 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13443 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13444 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13445 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13446 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13447 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13448
13449 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13450 appropriately (for example, gud-break to gud/break).
13451
13452 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13453
13454 * longlines.el (longlinges-search-function)
13455 (longlines-search-forward, longlines-search-backward): New functions.
13456 (longlines-mode): Set isearch-search-fun-function to
13457 longlinges-search-function.
13458
13459 * mouse.el (mouse-drag-region-1): Handle the case where a
13460 double-click event is bound to an arbitrary function.
13461
13462 2005-10-14 David Ponce <david@dponce.com>
13463
13464 * recentf.el (recentf-track-opened-file)
13465 (recentf-track-closed-file, recentf-update-menu)
13466 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13467 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13468 mouse-1-click-follows-link.
13469
13470 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13471
13472 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13473 Gnome file-manager.png. Suggested by
13474 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13475
13476 * toolbar/README: Add diropen.xpm.
13477
13478 2005-10-13 Bill Wohler <wohler@newt.com>
13479
13480 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13481 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13482
13483 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13486 Don't waste the byte-compiler's time on constant data.
13487
13488 2005-10-13 Kenichi Handa <handa@m17n.org>
13489
13490 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13491 byte with `escape-glyph' face.
13492
13493 * international/fontset.el (ccl-encode-unicode-font):
13494 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13495 Handle the case that ucs-mule-to-mule-unicode translates a character to
13496 ASCII (usually for IPA characters).
13497
13498 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13501 Don't hide the underline of titles if font-lock-mode is disabled.
13502
13503 2005-10-12 Bill Wohler <wohler@newt.com>
13504
13505 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13506 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13507 files in MH-E-SRC have been updated.
13508 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13509
13510 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13513 (mixal-mode-syntax-table): Add \n as end-comment.
13514 (mixal-operation-codes-alist): Immediately initialize to full value.
13515 (mixal-add-operation-code): Remove.
13516 (mixal-describe-operation-code): Make the arg non-optional.
13517 Use the interactive spec instead.
13518 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13519 (mixal-font-lock-keywords): Don't highlight comments here any more.
13520 (mixal-font-lock-syntactic-keywords): New var.
13521 (mixal-mode): Use it. Fix comment-start-skip.
13522
13523 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13524
13525 * startup.el (command-line-x-option-alist): -nb => -nbi
13526
13527 2005-10-12 Kim F. Storm <storm@cua.dk>
13528
13529 * startup.el (fancy-splash-default-action): Discard mouse click in
13530 the splash screen window, as it has no sensible meaning in the
13531 next window to be selected. Fixes error reported by Jan D.
13532
13533 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13534
13535 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13536
13537 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13540 Try to fix up minor layout issues like indentation, line break, etc...
13541 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13542 because it doesn't work.
13543 (mixal-operation-codes): Add some more codes.
13544 (mixal-font-lock-keywords): Process comments here.
13545 (mixal-mode): mixasm no longer needs -g option.
13546
13547 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13548
13549 * progmodes/sh-script.el (sh-tmp-file):
13550 Use mktemp -t. Finish support for es and rc shells.
13551
13552 2005-10-11 Jay Belanger <belanger@truman.edu>
13553
13554 * calc/calcalg2.el (calc-integral): With an argument, compute the
13555 definite integral.
13556
13557 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13558
13559 * mouse.el (mouse-drag-region-1): Don't try to catch a
13560 double-click when doing follow-link (it's overridden anyway).
13561
13562 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13563
13564 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13565 (autoload-print-form-outbuf): Add docstring.
13566
13567 2005-10-11 Juri Linkov <juri@jurta.org>
13568
13569 * info.el (Info-mode-menu): Delete menu item "Edit".
13570 (Info-mode): Delete description of Info-edit from docstring,
13571 and rearrange descriptions of Info commands in the order
13572 they are documented in the Info manual.
13573
13574 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * calendar/appt.el (appt-check): Use diary-selective-display var.
13577
13578 2005-10-10 Richard M. Stallman <rms@gnu.org>
13579
13580 * net/newsticker.el (newsticker-start, newsticker-show-news):
13581 Add autoload cookies.
13582
13583 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13584
13585 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13586
13587 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13588
13589 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13590
13591 2005-10-10 Jay Belanger <belanger@truman.edu>
13592
13593 * calc/calc-arith.el (math-check-known-scalarp)
13594 (math-check-known-matrixp): Check the values of arguments that are
13595 variables.
13596 (math-check-known-square-matrixp): New function.
13597 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13598 (math-super-types): Add sqmatrix type.
13599
13600 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13601 mode name `square' to `sqmatrix'.
13602
13603 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13604 mode name `square' to `sqmatrix'.
13605
13606 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * progmodes/etags.el (select-tags-table-mode): Don't use
13609 selective-display.
13610 (tags-select-tags-table): Pass `button' to the action function.
13611 (select-tags-table): Place the side-info on button properties rather
13612 than in hidden text. Abbreviate file names.
13613 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13614 (select-tags-table-select): Add `button' argument.
13615 Get side-info from the button property rather than from hidden text.
13616
13617 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13618
13619 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13620 (gud-speedbar-buttons): Preserve point if possible.
13621 (gud-sentinel): Restore previous speedbar display type.
13622
13623 * progmodes/gdb-ui.el (gdba): Improve diagram.
13624 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13625 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13626 Call get-buffer-window once.
13627
13628 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13631 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13632 (pascal-indent-command): Remove unused var `ind'.
13633 (pascal-indent-case): Remove unused var `oldpos'.
13634 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13635 since it's now used as a proper minor mode map.
13636 (pascal-outline): Rename to pascal-outline-mode.
13637 (pascal-outline-mode): Use define-minor-mode.
13638 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13639 selective-display.
13640
13641 2005-10-10 Andreas Schwab <schwab@suse.de>
13642
13643 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13644 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13645
13646 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13647 outside source directory.
13648
13649 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13650
13651 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13652 C-x' as a prefix.
13653 (orgtbl-mode-map): Full keymap instead of sparse, because all
13654 `self-insert-command' keys are redefined in this map.
13655 (org-export-as-html): Specify charset for HTML file, by taking it
13656 from the coding system.
13657
13658 2005-10-10 Kenichi Handa <handa@m17n.org>
13659
13660 * textmodes/flyspell.el (flyspell-check-word-p):
13661 If unread-command-events is non-empty, don't call sit-for.
13662
13663 2005-10-09 Richard M. Stallman <rms@gnu.org>
13664
13665 * font-lock.el (font-lock-syntactic-keywords)
13666 (font-lock-keywords): Doc fixes.
13667
13668 * textmodes/flyspell.el (flyspell-external-point-words):
13669 Simplify logic, and don't try to check for consecutive appearances
13670 of one incorrect word.
13671
13672 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13673
13674 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13675 separator.
13676
13677 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13678 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13679 (gud-expansion-speedbar-buttons): New function.
13680 (gud-speedbar-buttons): Check for gud-comint-buffer.
13681
13682 2005-10-09 Bill Wohler <wohler@newt.com>
13683
13684 * Makefile.in (updates): Add mh-loaddefs dependency.
13685
13686 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13687
13688 * speedbar.el (speedbar-file-key-map): Fix typo.
13689
13690 2005-10-09 Daniel Brockman <daniel@brockman.se>
13691
13692 * cus-start.el (line-spacing): Add custom spec.
13693
13694 2005-10-09 Romain Francoise <romain@orebokech.com>
13695
13696 * textmodes/ispell.el (ispell-check-version): Fix last change.
13697
13698 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13699
13700 * term/x-win.el: Remove -i, --icon-type from comment.
13701
13702 * startup.el (command-line-x-option-alist): Remove options -i,
13703 -itype, --icon-type, added -nb, --no-bitmap-icon
13704
13705 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13706
13707 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13708 instead of :active.
13709
13710 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13711
13712 * textmodes/ispell.el (ispell-check-version):
13713 Ignore hyphen, and all that follows, in aspell's version text.
13714
13715 2005-10-08 Jay Belanger <belanger@truman.edu>
13716
13717 * calc/calc-arith.el (math-known-square-matrixp): New function.
13718 (math-pow-fancy): Check for matrices before distributing exponent
13719 across products.
13720
13721 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13722 fullscreen keypad. Suggested by Luc Teirlinck.
13723 (calc-keypad-show-input): Add space for formatting.
13724
13725 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13726 Add square matrix option.
13727
13728 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13729 of checking calc-matrix-mode when deciding how to expand.
13730
13731 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13732
13733 2005-10-08 Lars Hansen <larsh@soem.dk>
13734
13735 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13736 Add error handling.
13737 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13738
13739 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13740
13741 Sync with Tramp 2.0.51.
13742
13743 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13744 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13745 Insert special handling for `last-coding-system-used', again
13746 it still seems to be necessary (unlike stated before).
13747 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13748 (tramp-password-prompt-regexp): There might be other words before
13749 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13750 (tramp-chunksize): Improve docstring.
13751 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13752 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13753 Christian Joergensen <bugs@razor.dk>.
13754
13755 2005-10-07 Glenn Morris <rgm@gnu.org>
13756
13757 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13758 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13759 precision'.
13760
13761 2005-10-07 Romain Francoise <romain@orebokech.com>
13762
13763 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13764 (ibuffer-do-shell-command-pipe-replace)
13765 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13766 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13767 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13768 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13769 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13770 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13771 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13772 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13773 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13774 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13775 Autoload file sans suffix.
13776
13777 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13778
13779 2005-10-07 David Ponce <david@dponce.com>
13780
13781 * recentf.el (recentf-menu-open-all-flag): New option.
13782 (recentf-digit-shortcut-command-name): New function.
13783 (recentf--shortcuts-keymap): New variable.
13784 (recentf-menu-shortcuts): New variable.
13785 (recentf-make-menu-items): Initialize it. Replace the "More..."
13786 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13787 (recentf-menu-value-shortcut): New function.
13788 (recentf-make-menu-item): Use it. No more in-lined.
13789 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13790 (recentf-open-most-recent-file): Rename from
13791 `recentf-open-file-with-key'. Don't depend on key binding.
13792 (recentf-mode-map): New variable.
13793 (recentf-mode): Use it.
13794
13795 2005-10-06 Bill Wohler <wohler@newt.com>
13796
13797 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13798
13799 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13800 (MH-E-SRC): New. Used by mh-autoloads.
13801 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13802 files in MH-E-SRC have been updated.
13803 (compile, recompile, bootstrap): Depend on mh-autoloads.
13804
13805 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13808 gud-break and gud-remove icons when the fringe is not available.
13809
13810 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13811 Typo.
13812
13813 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13814
13815 * play/zone.el (zone): Wrap body with save-window-excursion.
13816
13817 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13820 Use the new `list-only' arg to diary-list-entries.
13821
13822 * calendar/diary-lib.el: Use overlays rather than selective-display.
13823 (diary-selective-display): New var.
13824 (diary-header-line-format): Use it.
13825 (diary-list-entries): Add argument `list-only'.
13826 Put the buffer in diary-mode. Don't add \^M at beg and end.
13827 Replace \^M by invisible overlays.
13828 (diary-unhide-everything): Replace \^M by invisible overlays.
13829 (print-diary-entries): Look for overlays rather than \^M.
13830 Add a space to the temp buffer name.
13831 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13832 Put the buffer in diary-mode.
13833 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13834 (diary-anniversary): Make the year arg optional.
13835 (diary-time-regexp): New const.
13836 (diary-font-lock-keywords): Use it to accept a few more time formats.
13837
13838 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13839
13840 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13841
13842 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13843 Fix bug introduced 2005-07-03: Use (car (last ...))
13844 to faithfully reproduce replaced artist-last.
13845 (artist-set-arrow-points-for-poly): Likewise.
13846 Suggested by Johan Bockg\e,Ae\e(Brd.
13847
13848 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13851 * wid-edit.el (widget):
13852 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13853 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13854
13855 2005-10-06 Kenichi Handa <handa@m17n.org>
13856
13857 * international/mule-cmds.el (set-language-environment):
13858 Fix setting up of case-table for unibyte mode.
13859
13860 * simple.el (what-cursor-position): If the character is displayed
13861 by some `display' text property, show that. Don't use
13862 single-key-description for eight-bit characters in multibyte mode.
13863
13864 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13865
13866 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13867 (gdb-ann3): Set it.
13868 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13869 (gdb-info-frames-custom): Use inverse-video for first five
13870 characters of selected frame only.
13871 (gdb-get-frame-number): Select frame even when point is on frame
13872 number.
13873
13874 2005-10-06 Masatake YAMATO <jet@gyve.org>
13875
13876 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13877 Put `font-lock-function-name-face'.
13878 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13879 and `font-lock-variable-name-face'
13880 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13881 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13882 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13883 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13884 (gdb-local-font-lock-keywords): New font lock keywords definition.
13885 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13886 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13887 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13888
13889 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13890
13891 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13892 (ediff-merge-region-is-non-clash-to-skip): Previously called
13893 ediff-merge-region-is-non-clash.
13894
13895 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13896 Use insert-buffer-substring.
13897
13898 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13899 selecting files to patch. Also bug fixes.
13900
13901 * ediff-util.el (ediff-setup): Bug fix.
13902 (ediff-next-difference): Never skip clashes that differ in white
13903 space only.
13904
13905 * ediff-wind.el (ediff-setup-control-frame)
13906 (ediff-destroy-control-frame): Check the menubar feature.
13907
13908 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13909 (viper-refresh-mode-line): Use make-local-variable to localize
13910 some vars instead of make-variable-buffer-local. Suggested by
13911 Stefan Monnier.
13912
13913 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13914 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13915 Use make-local-variable instead of make-variable-buffer-local.
13916 Suggested by Stefan Monnier.
13917
13918 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13919 (viper-comint-mode-hook): Use make-local-variable on
13920 require-final-newline.
13921 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13922
13923 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13924
13925 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13926 also the second char of a comment-start sequence.
13927 (scheme-sexp-comment-syntax-table): New var.
13928 (lambda, define): Set their scheme-doc-string-elt property.
13929 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13930 Use lisp-font-lock-syntactic-face-function now that it properly
13931 handles |...| symbols.
13932 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13933 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13934
13935 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13936 bit from # to |.
13937 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13938
13939 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13940 (lisp-doc-string-elt-property): New var.
13941 (lisp-font-lock-syntactic-face-function): Use it.
13942 Rewrite to recognize docstrings even for forms not at toplevel.
13943
13944 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13945 annotation on the | part of #| rather than on the # part.
13946 (scheme-font-lock-syntactic-face-function): New function, to
13947 distinguish strings from |...| symbols.
13948 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13949 syntax-table so that #|...|# is properly highlighted.
13950
13951 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13952 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13953
13954 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13957 and C-e.
13958
13959 * emacs-lisp/eldoc.el: Move comments into docstrings.
13960 (eldoc-message-commands): Initialize in its declaration.
13961 Add move-beginning-of-line and move-end-of-line.
13962 (eldoc-add-command, eldoc-add-command-completions)
13963 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13964
13965 * outline.el (outline-mark-subtree): Activate the mark.
13966
13967 * calendar/appt.el (appt-time-regexp): New var.
13968 (appt-add, appt-make-list): Use it.
13969 (appt-convert-time): Clean up.
13970
13971 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13972 Don't set any syntax-table property here.
13973 (tex-font-lock-verb): New function. Do it here.
13974 (tex-font-lock-syntactic-keywords): Use it.
13975
13976 2005-10-04 Richard M. Stallman <rms@gnu.org>
13977
13978 * wid-edit.el (widget-file-complete): Get the widget start point
13979 the right way. Default directory to `/' if file has none.
13980
13981 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13982
13983 * textmodes/flyspell.el (flyspell-mode-on):
13984 Call ispell-maybe-find-aspell-dictionaries.
13985
13986 * textmodes/ispell.el (ispell-word, ispell-region):
13987 Call ispell-maybe-find-aspell-dictionaries.
13988 (ispell-accept-buffer-local-defs):
13989 Don't call ispell-maybe-find-aspell-dictionaries
13990
13991 2005-10-04 Richard M. Stallman <rms@gnu.org>
13992
13993 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13994
13995 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13996
13997 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13998 instead of `fboundp' in order to allow for anonymous functions.
13999
14000 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14001
14002 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14003 case the user clicks on the link while another window is selected.
14004 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14005
14006 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14007 functionality.
14008 (dframe-help-echo): Save point in case mouse tracking is off.
14009
14010 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14011
14012 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14013
14014 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14017 not change the global value of those vars.
14018
14019 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14020 make-local-variable which we do not need any more.
14021
14022 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14023
14024 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14025 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14026 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14027 (speedbar-path-line): Define obsolete aliases.
14028 (speedbar-line-directory): Doc fix.
14029
14030 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14031 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14032 instead of speedbar-line-path.
14033
14034 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14035
14036 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14037 to nil if dropping on a window. Handle dropping on a minibuffer window
14038 like dropping on a non-window part of Emacs.
14039
14040 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * net/ange-ftp.el: Use with-current-buffer.
14043 (ange-ftp-insert-directory): Do not follow symlinks any more.
14044
14045 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14046 Remove interactive spec.
14047
14048 2005-10-03 Kim F. Storm <storm@cua.dk>
14049
14050 * ido.el (ido-mode): Use custom-initialize-set.
14051
14052 2005-10-02 Richard M. Stallman <rms@gnu.org>
14053
14054 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14055 Use insert-buffer-substring.
14056
14057 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14058 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14059
14060 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14063 in last change.
14064 (ange-ftp-insert-directory): Fix up the search for the case where
14065 `file' is absolute.
14066
14067 2005-10-02 Romain Francoise <romain@orebokech.com>
14068
14069 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14070
14071 2005-10-02 Andreas Schwab <schwab@suse.de>
14072
14073 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14074 directory component in the session info.
14075
14076 2005-10-01 Richard M. Stallman <rms@gnu.org>
14077
14078 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14079
14080 * simple.el (next-error-internal): New function.
14081
14082 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14083 (compilation-start): Pass new arg to compilation-buffer-name.
14084 (compile-goto-error): Use next-error-internal.
14085
14086 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14087
14088 * speedbar.el: Remove RCS tag.
14089 (speedbar-check-read-only): Handle non-existent files.
14090
14091 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14092
14093 * info.el (Info-speedbar-hierarchy-buttons)
14094 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14095
14096 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14097
14098 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14099 Do not match newline.
14100 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14101 (bibtex-summary): Remove unnecessary save-excursion.
14102 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14103
14104 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14105
14106 * term/mac-win.el: Add charset info for "iso10646-1".
14107 Modify default fontset to use ATSUI-compatible fonts for some charsets
14108 if available.
14109
14110 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14111
14112 * speedbar.el: Re-apply arch tag.
14113 (speedbar-version): Rename to version 1.0. Suggested by Eric
14114 M. Ludlam.
14115 Reapply two changes from Emacs CVS' version of speedbar lost
14116 during the merge:
14117 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14118 (speedbar-frame-parameters): Improve customize type.
14119
14120 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14123 (ange-ftp-file-directory-p): Fix the symlink case.
14124 (ange-ftp-insert-directory): When listing a single file, get a list of
14125 the parent buffer and extract the relevant line. Inspired from a patch
14126 by Katsumi Yamaoka <yamaoka@jpl.org>.
14127 (ange-ftp-file-name-sans-versions): Simplify.
14128
14129 2005-09-30 Bill Wohler <wohler@newt.com>
14130
14131 Move MH-E image files from toolbar and mail directories into
14132 etc/images.
14133
14134 * mail/reply2.*: Move to etc/images/mail/reply*.
14135
14136 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14137 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14138 etc/images.
14139
14140 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14141 * toolbar/reply*: Move to etc/images/mail.
14142
14143 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14144
14145 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14146
14147 * speedbar.el: New version 1.0pre3.
14148
14149 Frame management code (including timer, and mouse click specifics)
14150 moved to dframe.el:
14151 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14152 (speedbar-timer): Removed. Use dframe-timer.
14153 (speedbar-close-frame): Removed. Use dframe-close-frame.
14154 (speedbar-activity-change-focus-flag): Removed. Use
14155 dframe-activity-change-focus-flag.
14156 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14157 dframe-update-speed.
14158
14159 (speedbar-current-frame): New macro. Use this instead of the
14160 variable speedbar-frame.
14161
14162 (speedbar-use-images, speedbar-expand-image-button-alist)
14163 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14164
14165 (speedbar-find-image-on-load-path): Removed. Replaced by
14166 defezimage in ezimage.el.
14167 (speedbar-expand-image-button-alist): Removed. Replaced by
14168 ezimage-expand-image-button-alist in ezimage.el.
14169
14170 (speedbar-ignored-directory-regexp)
14171 (speedbar-add-ignored-directory-regexp)
14172 (speedbar-ignored-directory-expressions)
14173 (speedbar-line-directory, speedbar-buffers-line-directory)
14174 (speedbar-directory-line, speedbar-buffers-line-directory):
14175 Renamed, replacing `path' with `directory'.
14176
14177 (speedbar-create-directory, speedbar-expand-line-descendants)
14178 (speedbar-toggle-line-expansion)
14179 (speedbar-contract-line-descendants): New commands.
14180
14181 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14182 (speedbar-use-tool-tips-flag): New options.
14183
14184 (speedbar-check-read-only, speedbar-require-version)
14185 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14186 (speedbar-handle-delete-frame, speedbar-try-completion)
14187 (speedbar-update-localized-contents): New functions.
14188
14189 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14190 (speedbar-object-read-only-indicator): New variables.
14191
14192 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14193 New hooks.
14194
14195 (speedbar-separator-face): New face.
14196
14197 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14198 (speedbar-ignored-modes): Add fundamental-mode.
14199 (speedbar-directory-unshown-regexp): Add . directories.
14200
14201 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14202 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14203 `]' for full expand/close.
14204 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14205
14206 (speedbar-check-vc): Support hidden files.
14207 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14208 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14209 state is nil, it is not checked out.
14210
14211 (speedbar-line-text, speedbar-line-token): Support expand buttons
14212 with no text.
14213 (speedbar-refresh): Universal argument acts as power-click.
14214 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14215 that buffer to get variable values.
14216
14217 And many other bugfixes.
14218
14219 * dframe.el, ezimage.el, sb-image.el: New files.
14220
14221 * sb-*.xpm: Remove files. New image files installed into
14222 etc/images/ezimage.
14223
14224 2005-09-30 Kenichi Handa <handa@m17n.org>
14225
14226 * ps-mule.el (ps-mule-show-warning): If a character is in
14227 ps-print-translation-table, don't treat it as non-printable.
14228
14229 2005-09-30 David Ponce <david@dponce.com>
14230
14231 * tree-widget.el (tree-widget-themes-load-path): New variable.
14232 (tree-widget-themes-directory): Doc fix.
14233 (tree-widget-image-formats) [Emacs]: Doc fix.
14234 (tree-widget--locate-sub-directory): New function.
14235 (tree-widget-themes-directory): Use it.
14236
14237 * recentf.el (recentf-filename-handlers): Rename from
14238 `recentf-filename-handler'. Allow a list of functions.
14239 (recentf-menu-items-for-commands): Fix :help strings.
14240 (recentf-apply-filename-handlers): New function.
14241 (recentf-expand-file-name): Use it.
14242 (recentf-cleanup): Remove duplicates too.
14243
14244 2005-09-29 Juri Linkov <juri@jurta.org>
14245
14246 * faces.el: Rearrange face definitions to be in the same order as
14247 their face descriptions in "(emacs)Standard Faces".
14248
14249 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14250
14251 * tooltip.el (tooltip): Add group `basic-faces'.
14252
14253 * buff-menu.el (Buffer-menu-buffer): Remove group
14254 `font-lock-highlighting-faces'.
14255
14256 * progmodes/compile.el (compilation-error, compilation-warning)
14257 (compilation-info, compilation-line-number, compilation-column-number):
14258 Change group from `font-lock-highlighting-faces' to `compilation'.
14259
14260 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14261 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14262 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14263 (vhdl-font-lock-reserved-words-face)
14264 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14265 `font-lock-highlighting-faces'.
14266
14267 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14268
14269 2005-09-28 Kim F. Storm <storm@cua.dk>
14270
14271 * emulation/cua-base.el: Set CUA move property on additional commands:
14272 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14273 forward-sexp, backward-sexp, forward-list, backward-list.
14274
14275 2005-09-28 Romain Francoise <romain@orebokech.com>
14276
14277 * comint.el (comint-show-output): Really set point at the
14278 beginning of the output when not using `comint-use-prompt-regexp'.
14279
14280 2005-09-27 Jay Belanger <belanger@truman.edu>
14281
14282 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14283 in TeX mode.
14284
14285 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14286
14287 * textmodes/org.el (org-table-sum): Fix format string.
14288
14289 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14290 Quote face names.
14291
14292 2005-09-26 Romain Francoise <romain@orebokech.com>
14293
14294 * isearch.el (isearch-forward-regexp): Close doc string.
14295
14296 2005-09-25 Richard M. Stallman <rms@gnu.org>
14297
14298 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14299
14300 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14301
14302 * progmodes/compile.el (compilation-error-properties):
14303 When getting the file from the previous error message,
14304 correctly decode the new data format.
14305
14306 * progmodes/cc-cmds.el (c-electric-paren):
14307 Call old-blink-paren only for close-paren.
14308
14309 2005-09-24 Andreas Schwab <schwab@suse.de>
14310
14311 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14312 condition.
14313
14314 2005-09-25 Romain Francoise <romain@orebokech.com>
14315
14316 * dired-aux.el (dired-copy-file-recursive):
14317 * dired.el (dired-delete-file):
14318 * ediff-mult.el (ediff-dir-diff-copy-file):
14319 * ediff-util.el (ediff-test-save-region):
14320 * forms.el (forms-mode):
14321 * ido.el (ido-file-internal, ido-delete-file-at-head):
14322 * log-edit.el (log-edit-done):
14323 * ses.el (ses-yank-resize):
14324 * play/gomoku.el (gomoku-human-plays, gomoku)
14325 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14326 (gomoku-offer-a-draw):
14327 * play/landmark.el (lm-human-resigns, lm):
14328 * net/eudcb-ldap.el (eudc-ldap-check-base):
14329 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14330 * progmodes/ebrowse.el (ebrowse-find-pattern):
14331 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14332 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14333 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14334
14335 * vc.el (vc-delete-file):
14336 * play/gomoku.el (gomoku-terminate-game, gomoku)
14337 (gomoku-prompt-for-move, gomoku-human-takes-back):
14338 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14339 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14340
14341 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14342
14343 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14344 color rxvt terminals by using the code xterm.el used to use before
14345 2005-04-09 in order to match the colors used by rxvt.
14346
14347 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14348
14349 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14350 colors rxvt-unicode terminals by using the same code as xterm.el.
14351
14352 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14353
14354 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14355 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14356 new symbol used for the tex-verbatim face.
14357
14358 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14359
14360 * woman.el (woman-file-name):
14361 * wid-edit.el (widget-file-prompt-value)
14362 (widget-coding-system-prompt-value):
14363 * w32-fns.el (set-w32-system-coding-system):
14364 * vc.el (vc-version-diff, vc-annotate):
14365 * textmodes/reftex-auc.el (reftex-arg-cite)
14366 (reftex-arg-index-tag):
14367 * textmodes/refer.el (refer-get-bib-files):
14368 * textmodes/artist.el (artist-figlet-choose-font):
14369 * terminal.el (terminal-emulator):
14370 * replace.el (occur-read-primary-args):
14371 * rect.el (string-rectangle, string-insert-rectangle):
14372 * ps-print.el (ps-print-preprint):
14373 * progmodes/pascal.el (pascal-goto-defun):
14374 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14375 * progmodes/compile.el (compilation-find-file):
14376 * printing.el (pr-interactive-n-up):
14377 * play/animate.el (animate-birthday-present):
14378 * net/rcompile.el (remote-compile):
14379 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14380 * mail/rmailsum.el (rmail-summary-search-backward)
14381 (rmail-summary-search):
14382 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14383 (rmail-output-read-file-name):
14384 * mail/rmail.el (rmail-search, rmail-search-backwards):
14385 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14386 * locate.el (locate):
14387 * international/quail.el (quail-show-keyboard-layout):
14388 * international/mule.el (set-buffer-file-coding-system)
14389 (revert-buffer-with-coding-system, set-file-name-coding-system)
14390 (set-terminal-coding-system, set-keyboard-coding-system)
14391 (set-next-selection-coding-system):
14392 * international/mule-diag.el (describe-coding-system)
14393 (describe-font, describe-fontset):
14394 * international/mule-cmds.el (universal-coding-system-argument)
14395 (search-unencodable-char, describe-input-method)
14396 (set-language-environment, describe-language-environment):
14397 * international/codepage.el (codepage-setup):
14398 * international/code-pages.el (codepage-setup):
14399 * info.el (Info-search, Info-follow-reference)
14400 (Info-search-backward):
14401 * emacs-lisp/advice.el (ad-read-advised-function)
14402 (ad-read-advice-class, ad-clear-cache, ad-activate)
14403 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14404 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14405 (ad-read-regexp):
14406 * ediff-util.el (ediff-toggle-regexp-match):
14407 * ediff-ptch.el (ediff-prompt-for-patch-file):
14408 * dired-aux.el (dired-diff):
14409 * diff.el (diff):
14410 * cus-edit.el (custom-variable-prompt):
14411 * calendar/timeclock.el (timeclock-ask-for-project):
14412 * calc/calcalg3.el (calc-get-fit-variables):
14413 * calc/calc-store.el (calc-edit-variable)
14414 (calc-permanent-variable):
14415 * vc-mcvs.el (vc-mcvs-register):
14416 * shadowfile.el (shadow-define-literal-group):
14417 * woman.el (woman-file-name):
14418 * vc.el (vc-version-diff, vc-merge):
14419 * textmodes/reftex-index.el (reftex-index-complete-tag):
14420 * format.el (format-decode-buffer, format-decode-region):
14421 * emulation/viper-cmd.el (viper-read-string-with-history):
14422 * emacs-lisp/debug.el (cancel-debug-on-entry):
14423 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14424 * ediff.el (ediff-merge-revisions)
14425 (ediff-merge-revisions-with-ancestor, ediff-revision):
14426 * completion.el (interactive-completion-string-reader):
14427 * calc/calc-prog.el (calc-user-define-formula):
14428 Follow convention for reading with the minibuffer.
14429
14430 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14431
14432 * progmodes/python.el (python-describe-symbol): Add globals() and
14433 locals() to the arguments of emacs.ehelp.
14434
14435 2005-09-24 Magnus Henoch <mange@freemail.hu>
14436
14437 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14438 New function, code extracted from ispell-valid-dictionary-list.
14439 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14440 Call it.
14441
14442 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14443
14444 * subr.el (version-regexp-alist): Extend valid syntax for version
14445 strings: allow any of the characters -,_,+ to separate the
14446 alpha/beta/rc part from the version part. Doc fix.
14447 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14448
14449 2005-09-23 David Reitter <david.reitter@gmail.com>
14450
14451 * mail/mailclient.el: New file.
14452
14453 2005-09-23 Richard M. Stallman <rms@gnu.org>
14454
14455 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14456 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14457 Doc fixes.
14458
14459 * progmodes/cc-mode.el (c-font-lock-init):
14460 Specify font-lock-lines-before.
14461
14462 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14465 whole conflict.
14466
14467 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14468
14469 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14470 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14471 of `remap' feature when available. Additional key bindings for
14472 better tty support.
14473 (org-mode-restart, org-force-self-insert): New commands.
14474 (org-time-stamp-inactive): New command.
14475 (org-remap): New function.
14476 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14477 (org-enable-fixed-width-editor): Move to `org-structure'
14478 customization group.
14479 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14480 blank field after field motion commands.
14481
14482 2005-09-23 Kenichi Handa <handa@m17n.org>
14483
14484 * international/mule-cmds.el (set-language-environment):
14485 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14486 have to call utf-translate-cjk-load-tables.
14487
14488 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * mouse.el (mouse-move-drag-overlay): Fix last change.
14491
14492 2005-09-22 David Ponce <david@dponce.com>
14493
14494 * tree-widget.el (tree-widget-value-create): Fix previous change.
14495
14496 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14497
14498 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14499
14500 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * mouse.el (mouse-move-drag-overlay): New function.
14503 (mouse-drag-region-1): Use it.
14504 Try to simplify a bit the state handling. Handle clicks on links
14505 inside intangible areas.
14506 (mouse-save-then-kill): Minor simplification.
14507 (mouse-secondary-overlay): Make it always non-nil instead of
14508 recreating it each time.
14509 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14510 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14511 Simplify accordingly.
14512
14513 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14514
14515 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14516
14517 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14518
14519 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14520 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14521 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14522 to patch.
14523
14524 * ediff-util.el: Use insert-buffer-substring.
14525
14526 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14527
14528 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14529 field boundaries in the minibuffer.
14530 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14531 (viper-minibuffer-post-command-hook): New hook.
14532 (viper-line): Don't move cursor at bolp.
14533
14534 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14535
14536 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14537 avoid compiler warnings.
14538
14539 * emulation/viper-macs.el (ex-map): Better messages.
14540
14541 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14542
14543 * emulation/viper.el: Replace make-variable-buffer-local with
14544 viper-make-variable-buffer-local everywhere, to avoid warnings.
14545
14546 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14549 Delete unused var `old-selected-window'.
14550 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14551 (mouse-drag-secondary): Delete unused var `start-frame'.
14552
14553 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14554
14555 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14556
14557 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14560 Re-indent within 80 columns. Use inhibit-read-only.
14561
14562 2005-09-19 Romain Francoise <romain@orebokech.com>
14563
14564 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14565
14566 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14569 unconditionally, since the after-change-function already did it.
14570
14571 2005-09-19 Miles Bader <miles@gnu.org>
14572
14573 * net/newsticker.el: Get rid of CVS keyword.
14574
14575 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14576
14577 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14578 The prompt is formatted later.
14579
14580 2005-09-19 David Ponce <david@dponce.com>
14581
14582 * tree-widget.el (tree-widget-value-create): Save the converted
14583 tree :node widget.
14584
14585 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14588 variable `message'.
14589
14590 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14591
14592 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14593 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14594 <slawomir.nowaczyk.847@student.lu.se>.
14595
14596 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14597
14598 * image.el (image-load-path): Use symbol `data-directory' instead
14599 of its value, for backward compatibility with packages that bind
14600 it during `find-image'. Suggested by Katsumi Yamaoka.
14601 (image-search-load-path): Handle symbols whose values are strings.
14602
14603 2005-09-18 Romain Francoise <romain@orebokech.com>
14604
14605 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14606 with-current-buffer form in save-excursion.
14607
14608 2005-09-18 Deepak Goel <deego@gnufans.org>
14609
14610 * apropos.el (apropos-command): Fix `message' call: first arg
14611 should be a format spec. In this and all other cases that appear
14612 below and elsewhere in the source code, I made a change only when
14613 two conditions were satisfied: [1] I can think of a possibility
14614 that the arguments would cause an error, for example, the code in
14615 question relies on external variables such as filenames. [2] I
14616 was sure that the arg to `message' could not have been nil in the code.
14617
14618 * textmodes/tildify.el (tildify-region): Ditto.
14619
14620 * textmodes/reftex-index.el (reftex-index-change-entry)
14621 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14622 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14623 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14624 (org-priority, org-table-sum):
14625 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14626 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14627 (flyspell-word, flyspell-display-next-corrections):
14628 * textmodes/bibtex.el (bibtex-print-help-message):
14629 * textmodes/artist.el (artist-key-set-point-poly):
14630 * term/mac-win.el (mac-services-insert-text):
14631 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14632 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14633 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14634 (vhdl-compose-configuration):
14635 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14636 (sh-set-indent, sh-learn-line-indent):
14637 * progmodes/ps-mode.el (ps-mode-target-column):
14638 * progmodes/idlwave.el (idlwave-make-tags)
14639 (idlwave-scan-library-catalogs):
14640 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14641 * progmodes/gud.el (gud-jdb-analyze-source):
14642 * progmodes/flymake.el (flymake-log):
14643 * progmodes/ebnf2ps.el (ebnf-generate-region):
14644 * progmodes/cmacexp.el (c-macro-expansion):
14645 * progmodes/ada-xref.el (ada-treat-cmd-string):
14646 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14647 (ada-justified-indent-current, ada-batch-reformat):
14648 * play/zone.el (zone):
14649 * play/landmark.el (lm-move):
14650 * play/decipher.el (decipher-show-alphabet):
14651 * net/newsticker.el (newsticker--display-jump)
14652 (newsticker--display-scroll):
14653 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14654 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14655 * mail/feedmail.el (feedmail-dump-message-to-queue):
14656 * eshell/esh-proc.el (eshell-remove-process-entry):
14657 * emulation/ws-mode.el (ws-last-error):
14658 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14659 (viper-record-kbd-macro):
14660 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14661 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14662 * emacs-lisp/find-func.el (find-function-noselect):
14663 * calendar/timeclock.el (timeclock-status-string)
14664 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14665 (timeclock-when-to-leave-string):
14666 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14667 * calc/calc-units.el (calc-enter-units-table):
14668 * calc/calc-mode.el (calc-mode-record-mode):
14669 * woman.el (woman-mini-help):
14670 * wdired.el (wdired-change-to-wdired-mode):
14671 * vc.el (vc-retrieve-snapshot):
14672 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14673 * startup.el (display-startup-echo-area-message):
14674 * simple.el (set-goal-column):
14675 * ses.el (ses-command-hook, ses-recalculate-cell):
14676 * server.el (server-process-filter):
14677 * printing.el (pr-interface-txt-print, pr-interface-printify)
14678 (pr-interface-ps):
14679 * pcvs.el (cvs-help):
14680 * log-edit.el (log-edit, log-edit-mode-help):
14681 * iswitchb.el (iswitchb-possible-new-buffer):
14682 * isearch.el (isearch-edit-string):
14683 * image-mode.el (image-mode, image-minor-mode):
14684 * ibuf-macs.el (define-ibuffer-filter):
14685 * hi-lock.el (hi-lock-find-patterns):
14686 * files.el (toggle-read-only):
14687 * ediff-util.el (ediff-copy-diff)
14688 (ediff-write-merge-buffer-and-maybe-kill):
14689 * echistory.el (Electric-history-undefined):
14690 * dnd.el (dnd-insert-text):
14691 * dired-aux.el (dired-query):
14692 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14693 * bookmark.el (bookmark-bmenu-locate):
14694 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14695 Fix `message' calls to ensure first arg is a format string.
14696 The change was made only when these two conditions were satisfied:
14697 [1] when there is a possibility that the arguments would cause an error
14698 for example, if the code in question relies on external variables
14699 such as filenames, and
14700 [2] if the arg to `message' could not have been nil in the code.
14701
14702 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14703 Not having a %s would be weird, though not technically wrong.
14704
14705 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14706
14707 * term/mac-win.el (mac-add-charset-info): Doc fix.
14708
14709 2005-09-17 Romain Francoise <romain@orebokech.com>
14710
14711 * shell.el (shell-resync-dirs): Handle echoing processes more
14712 reliably. Don't insert resync command if `comint-process-echoes'
14713 is non-nil.
14714
14715 2005-09-17 Magnus Henoch <mange@freemail.hu>
14716
14717 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14718 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14719 aspell versions >= 0.60.
14720 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14721 only if ispell-aspell-supports-utf8 is non-nil.
14722
14723 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14724
14725 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14726 buffer-local value to lisp-indent-function.
14727
14728 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14729
14730 * progmodes/glasses.el (glasses-make-readable): If
14731 glasses-separator differs from underscore, put appropriate
14732 overlays over underscore characters.
14733 (glasses-convert-to-unreadable): If glasses-separator differs from
14734 underscore, try to convert glasses-separator characters to
14735 underscores.
14736
14737 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14740 Use with-syntax-table and dolist.
14741
14742 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14743
14744 * textmodes/reftex-auc.el:
14745 * textmodes/reftex-cite.el:
14746 * textmodes/reftex-dcr.el:
14747 * textmodes/reftex-global.el:
14748 * textmodes/reftex-parse.el:
14749 * textmodes/reftex-ref.el:
14750 * textmodes/reftex-sel.el:
14751 * textmodes/reftex-toc.el:
14752 * textmodes/reftex-vars.el:
14753 * textmodes/reftex.el: Small changes to remove compiler warnings.
14754
14755 * textmodes/reftex-index.el: Likewise.
14756 (reftex-query-index-phrase): More efficient use of markers.
14757
14758 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14759
14760 * image.el (image-load-path): New variable.
14761 (image-search-load-path): New function.
14762 (find-image): Search for images in `image-load-path'.
14763
14764 2005-09-15 Richard M. Stallman <rms@gnu.org>
14765
14766 * follow.el: Change Maintainer field.
14767
14768 2005-09-15 David Ponce <david@dponce.com>
14769
14770 * recentf.el (recentf-save-file-modes): New option.
14771 (recentf-save-list): Use it.
14772
14773 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14776 (mode-line-mule-info, mode-line-modified): Move bindings from
14777 mouse-3 to mouse-1.
14778
14779 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14780
14781 * simple.el (sendmail-user-agent-compose): Revert last change.
14782
14783 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14786 Use with-current-buffer.
14787 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14788 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14789 (ange-ftp-insert-directory): Remove unused var `short'.
14790 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14791
14792 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14793 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14794
14795 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14796 (check-calendar-holidays, diary-list-entries): Autoload.
14797 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14798 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14799
14800 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14801 which mistakenly removed a call to display-buffer.
14802
14803 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14804
14805 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14806
14807 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14808
14809 * progmodes/hideshow.el
14810 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14811 (hs-allow-nesting): New user var.
14812 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14813 (hs-hide-block-at-point): When nesting allowed,
14814 if there is already an overlay in place, delete it.
14815 (hs-safety-is-job-n): Delete func; remove call sites.
14816 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14817 (hs-overlay-at): New func.
14818 (hs-already-hidden-p, hs-show-block): Use it.
14819 (hs-hide-all): Don't pre-clean if nesting allowed.
14820 (hs-show-all): Temporarily disallow
14821 nesting around call to `hs-discard-overlays'.
14822
14823 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14824
14825 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14826 Delete unused local var.
14827
14828 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14829
14830 * help-fns.el (describe-categories): "?\ " -> "?\s".
14831 (help-do-arg-highlight): Recognize also ARG-n, as in
14832 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14833
14834 * international/codepage.el (dos-unsupported-char-glyph):
14835 * net/newsticker.el (tool-bar-map, w3-mode-map)
14836 (w3m-minor-mode-map):
14837 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14838 (ent-alist):
14839 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14840
14841 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14842
14843 * custom.el (custom-push-theme): Handle the case where a symbol is
14844 bound but face properties have not yet been assigned.
14845
14846 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14847 Fix behavior if noerase is `t' and there is no mail buffer.
14848
14849 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14850 if `continue' is nil, rather than signal an error.
14851
14852 2005-09-12 Richard M. Stallman <rms@gnu.org>
14853
14854 * font-lock.el (font-lock-keywords): Add autoload.
14855
14856 * help-fns.el (describe-variable): Rearrange to put source link
14857 in a predictable place.
14858
14859 * net/newsticker.el: New file.
14860
14861 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14864 (calendar-basic-setup): Use the new nil arg.
14865 (number-of-diary-entries): Move to diary-lib.el.
14866
14867 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14868 (diary-list-entries): Use with-syntax-table and dolist.
14869 Rename from list-diary-entries.
14870 Use number-of-diary-entries if `number' is nil.
14871 (diary, diary-view-entries): Use this new name and new nil arg value.
14872 (number-of-diary-entries): Move from calendar.el.
14873 (diary-unhide-everything): New function.
14874 (include-other-diary-files, fancy-diary-display)
14875 (diary-show-all-entries, make-diary-entry): Use it.
14876 (diary-mail-entries): Use buffer-string.
14877 (mark-diary-entries): Fix long standing paren typo.
14878 (diary-sexp-entry): Use count-lines.
14879 (make-diary-entry): Avoid `previous-line'.
14880 (diary-mode-map): New var.
14881 (diary-mode): Redraw cal after saving. Setup header-line.
14882 (fancy-diary-display-mode): Use local-set-key.
14883
14884 * startup.el (command-line): Try calling various terminal-init-foo-bar
14885 functions by stripping hyphenated suffixes from $TERM.
14886
14887 * files.el (normal-mode): Check boundness of font-lock-keywords.
14888
14889 2005-09-12 Richard M. Stallman <rms@gnu.org>
14890
14891 * progmodes/compile.el: Don't decide a file's directory
14892 until the user actually tries to go there.
14893 (compilation-next-error-function):
14894 Pass compilation-find-file the directory from the file-struct.
14895 (compilation-internal-error-properties): Separate local FILE-STRUCT
14896 from FILE. Doc the args better. Rename arg FMT to FMTS.
14897 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14898 Expand it, and if nil, use default-directory.
14899 (compilation-get-file-structure): Don't mix specified directory
14900 with default directory. Put specified directory into
14901 file-struct. Don't make the file name absolute.
14902
14903 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14904 (compile-command): Add autoload.
14905 (compilation-disable-input): Add autoload.
14906
14907 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14908
14909 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14910 strings of the variables it can override.
14911 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14912 %Q and %q, for fully-qualified domain name and unqualified host name.
14913
14914 2005-09-11 Kim F. Storm <storm@cua.dk>
14915
14916 * emacs-lisp/authors.el (authors-aliases): Update list.
14917 (authors-fixed-entries): Update mldrag.el entry.
14918
14919 2005-09-10 Alan Mackenzie <acm@muc.de>
14920
14921 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14922 from the region narrowed to.
14923
14924 2005-09-10 Magnus Henoch <mange@freemail.hu>
14925
14926 * textmodes/ispell.el (ispell-check-version): Signal an error if
14927 aspell version is less than 0.60.
14928
14929 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14930
14931 * progmodes/octave-inf.el (inferior-octave-startup):
14932 Resync current dir at the end.
14933
14934 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14935
14936 * woman.el (woman-topic-at-point-default):
14937 Rename to woman-use-topic-at-point-default.
14938 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14939 (woman-file-name): Reflect renames above. Automatically use the
14940 word at point as topic if woman-use-topic-at-point is non-nil.
14941 Otherwise offer it as default but don't insert it in the
14942 minibuffer. Also use `test-completion' instead of `assoc' as
14943 suggested by Stefan Monnier.
14944
14945 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14946
14947 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14948 the attempt to do it over Tramp. This is not yet supported.
14949
14950 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14951
14952 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14953 (menu-bar-non-minibuffer-window-p): New functions.
14954 ("Split Window", "Save As..."): Use them.
14955 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14956 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14957 Use menu-bar-menu-frame-live-and-visible-p.
14958 ("Save Buffer", "Insert File", "Open Directory...")
14959 ("Open File...", "Visit New File..."):
14960 Use menu-bar-non-minibuffer-window-p.
14961 (kill-this-buffer-enabled-p, dired <menu-enable>):
14962 Use menu-bar-non-minibuffer-window-p.
14963
14964 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14965
14966 * cus-start.el (all): Don't complain about fringe-related
14967 built-ins if fringes are not supported. Ditto about
14968 selection-related built-ins. Fix the test for GTK-related built-ins.
14969
14970 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14971 ("Postscript Print Buffer", "Print Region", "Save As...")
14972 ("Save", "Insert File...", "Open Directory...")
14973 ("Open File...", "Visit New File..."")
14974 ("Truncate Long Lines in this Buffer"): Don't look at
14975 menu-updating-frame if this display does not support multiple frames.
14976
14977 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14978
14979 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14980
14981 2005-09-09 Emilio Lopes <eclig@gmx.net>
14982
14983 * woman.el: Format- and whitespace-related changes.
14984
14985 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14986
14987 * woman.el: Fix my email address.
14988
14989 2005-09-08 Richard M. Stallman <rms@gnu.org>
14990
14991 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14992 (sh-mode): Locally set skeleton-pair-default-alist.
14993
14994 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14995
14996 * progmodes/flymake.el: Require `compile' unconditionally.
14997
14998 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14999
15000 * woman.el (woman-file-name): Provide a default, not initial input.
15001
15002 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15003
15004 * font-lock.el (font-lock-support-mode): Doc fix.
15005
15006 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15007
15008 2005-09-08 Richard M. Stallman <rms@gnu.org>
15009
15010 * simple.el (blink-matching-open): Get rid of text props from
15011 the string shown in echo area. Don't permanently set point.
15012 Some rearrangements.
15013
15014 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15015
15016 * recentf.el (recentf-filename-handler): Add custom choice
15017 `abbreviate-file-name'.
15018
15019 * msb.el (msb--very-many-menus): Fix typo.
15020
15021 * disp-table.el (standard-display-european): Don't set
15022 enable-multibyte-characters to nil.
15023
15024 2005-09-08 David Ponce <david@dponce.com>
15025
15026 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15027 (recentf-expand-file-name): Doc fix.
15028 (recentf-dialog-mode-map): Define digit shortcuts.
15029 (recentf--files-with-key): New variable.
15030 (recentf-show-digit-shortcut-filter): New function.
15031 (recentf-open-files-items): New function.
15032 (recentf-open-files): Use it.
15033 (recentf-open-file-with-key): New command.
15034
15035 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15038 Suggested by Kim F. Storm.
15039 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15040 (Buffer-menu-make-sort-button): Use global keymap.
15041
15042 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15043
15044 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15045 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15046 necessary any longer with the remapped command.
15047 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15048 formatting time only.
15049
15050 * net/tramp.el (tramp-action-password)
15051 (tramp-multi-action-password): Compile the password prompt from
15052 `method', `user' and `host'. Sometimes it isn't obvious which
15053 password to enter, for example with remote files offered by
15054 recentf.el, or with multiple steps. Suggested by Robert Marshall
15055 <robert@chezmarshall.freeserve.co.uk>.
15056
15057 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15058
15059 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15060 Fix regexp for when "s///" is at the beginning of line.
15061
15062 2005-09-07 Jay Belanger <belanger@truman.edu>
15063
15064 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15065 when in matrix mode.
15066
15067 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15070 non-anonymous functions.
15071
15072 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15073
15074 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15075 when using a header line. Otherwise, use mouse-1-click-follows-link.
15076
15077 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15078 can't be moved; don't signal an error.
15079
15080 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * cus-theme.el (custom-theme-write-faces): Save the current face
15083 spec, not the defface spec.
15084
15085 * custom.el (custom-known-themes): Clarify meaning of "standard".
15086 (custom-push-theme): Save old values in the standard theme.
15087 (disable-theme): Correct typo.
15088 (custom-face-theme-value) Deleted unused function.
15089 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15090
15091 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15092
15093 * progmodes/compile.el (compilation-goto-locus): Take into account
15094 iconified frames when determining whether the buffer is
15095 already visible.
15096 Don't reset window height if the window already existed.
15097
15098 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15099
15100 * custom.el (load-theme): Rename from require-theme.
15101 Add interactive spec.
15102 (enable-theme): Rename from custom-enable-theme.
15103 Add interactive spec.
15104 (disable-theme): Rename from custom-disable-theme.
15105 Add interactive spec.
15106 (custom-make-theme-feature): Doc fix.
15107 (custom-theme-directory): Doc fix.
15108 (provide-theme): Call enable-theme.
15109
15110 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15111
15112 * obsolete/lazy-lock.el (lazy-lock-mode):
15113 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15114 font-lock-mode if it's off. Print a warning instead.
15115
15116 * progmodes/compile.el (compilation-start): Ignore errors if the
15117 process died before we get to send-eof.
15118
15119 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15120 Undo last change. Enclosing the result in quotes broke things on Unix
15121 since tex-send-command passes it through shell-quote-argument.
15122 (tex-send-command): Pass `file' through convert-standard-filename
15123 when possible.
15124 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15125 info in a transcript.
15126
15127 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15128
15129 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15130 fix compilation warning. Reorder the key definitions to group
15131 together keys emitted by the current version of xterm.
15132
15133 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15134 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15135 Reorder predicates to correct min-color usage.
15136
15137 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15138
15139 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15140 Kill local variables when longlines-mode is turned off.
15141
15142 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15143
15144 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15145
15146 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15147
15148 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15149
15150 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15151 (font-lock-lines-before): Change default to being inactive.
15152 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15153 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15154
15155 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15156
15157 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15158 Deactivate temporarily advice if active (not needed for Emacs 22,
15159 but for backwards compatibility).
15160 (tramp-exists-file-name-handler): Rewrite. First implementation
15161 was too simple.
15162 (tramp-advice-make-auto-save-file-name):
15163 Call `tramp-handle-make-auto-save-file-name' (again, just for
15164 backwards compatibility).
15165
15166 2005-08-31 Reto Zimmermann <reto@gnu.org>
15167
15168 * progmodes/vhdl-mode.el
15169 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15170 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15171 (vhdl-set-default-project): New function (easier setting of default).
15172 (vhdl-port-copy): Handle extended identifiers for generics.
15173 (vhdl-compiler-alist): Better description for error message regexp.
15174 (vhdl-make): Query for target, use previous as default.
15175 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15176 (vhdl-font-lock-keywords-2): Fix fontification for record
15177 el. assign.
15178 (vhdl-speedbar-make-subpack-line): Add package body link.
15179 (vhdl-generate-makefile-1): Not include itself as dependency.
15180 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15181 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15182 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15183 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15184 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15185 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15186 (vhdl-import-project): Add string argument for `error'.
15187 (vhdl-compose-configuration)
15188 (vhdl-compose-configuration-architecture): Add configuration
15189 declaration generation.
15190 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15191 (vhdl-trailer-re): Add "record" keyword (better indentation).
15192 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15193 "[^ \t-\"]+".
15194 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15195 (vhdl-testbench-entity-file-name)
15196 (vhdl-testbench-architecture-file-name): Allow separate
15197 customization of testbench file names.
15198 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15199 (vhdl-get-visible-signals): Allow newline within alias declaration.
15200 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15201 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15202 (member-ignore-case): Alias for missing function in XEmacs.
15203 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15204 (vhdl-update-sensitivity-list): Ignore case on read signals.
15205 (vhdl-replace-string): Adjust case only for file names.
15206 (vhdl-update-sensitivity-list): Fix search for read signals.
15207 (vhdl-update-sensitivity-list): Exclude formal parameters.
15208 (vhdl-get-visible-signals): Include aliases of signals.
15209 (vhdl-get-visible-signals): Fix signal name searching.
15210 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15211 (vhdl-fixup-whitespace-region): Fix for character
15212 literals (e.g. `:').
15213
15214 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * ansi-color.el (comint-last-output-start):
15217 * bs.el (font-lock-verbose):
15218 * diff-mode.el (add-log-buffer-file-name-function):
15219 * dired-x.el (vm-folder-directory):
15220 * faces.el (help-xref-stack-item):
15221 * files.el (font-lock-keywords):
15222 * find-lisp.el (dired-buffers, dired-subdir-alist):
15223 * ido.el (cua-inhibit-cua-keys):
15224 * log-view.el (cvs-minor-wrap-function):
15225 * outline.el (font-lock-warning-face):
15226 * simple.el (compilation-current-error):
15227 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15228 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15229 * tooltip.el (comint-prompt-regexp):
15230 * w32-fns.el (explicit-shell-file-name):
15231 * term/mac-win.el (mac-charset-info-alist)
15232 (mac-services-selection, mac-system-script-code):
15233 * term/tty-colors.el (msdos-color-values):
15234 * term/w32-win.el (xlfd-regexp-registry-subnum):
15235 * term/x-win.el (x-keysym-table, x-selection-timeout)
15236 (x-session-id, x-session-previous-id):
15237 * textmodes/ispell.el (mail-yank-prefix):
15238 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15239 * textmodes/org.el (calc-embedded-close-formula)
15240 (calc-embedded-open-formula)
15241 (font-lock-unfontify-region-function):
15242 * textmodes/reftex-global.el (isearch-next-buffer-function)
15243 (TeX-master):
15244 * textmodes/reftex.el (font-lock-keywords):
15245 * textmodes/tex-mode.el (font-lock-comment-face)
15246 (font-lock-doc-face):
15247 * textmodes/texinfo.el (outline-heading-alist):
15248 Add defvars.
15249
15250 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15251 (artist-spray-chars, artist-mode-init, artist-replace-string)
15252 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15253 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15254 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15255
15256 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15257 (conf-align-assignments): "?\ " -> "?\s".
15258
15259 * textmodes/reftex-index.el (TeX-master): Add defvar.
15260 (reftex-index-phrases-marker): Move up defvar.
15261
15262 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15263 (reftex-toc-include-labels-indicator)
15264 (reftex-toc-include-index-indicator)
15265 (reftex-toc-max-level-indicator): Move up declarations.
15266
15267 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15268 of args to `tramp-run-real-handler', even if it's empty in this case.
15269
15270 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15271
15272 * dired.el (dired-move-to-filename-regexp): Add date format for
15273 Mac OS X 10.3 in East Asian locales.
15274
15275 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15276
15277 * files.el (make-auto-save-file-name): Add file name handler call
15278 if applicable.
15279
15280 * net/tramp.el (tramp-file-name-handler-alist)
15281 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15282 (tramp-handle-make-auto-save-file-name): Rename from
15283 `tramp-make-auto-save-file-name'.
15284 (tramp-exists-file-name-handler): New defun.
15285 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15286 `make-auto-save-file-name' is not a magic file name operation.
15287
15288 2005-08-30 Richard M. Stallman <rms@gnu.org>
15289
15290 * files.el (risky-local-variable-p):
15291 Match `-predicates' and `-commands.
15292
15293 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15294 (custom-save-all): Visit the file if necessary;
15295 kill the buffer if we created it.
15296 (custom-save-delete): Don't visit file or kill buffer here.
15297
15298 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15299
15300 * textmodes/org.el (org-special-keyword): New face.
15301 (org-table-copy-down, org-table-eval-formula)
15302 (org-table-recalculate, org-init-section-numbers):
15303 Use `string-to-number' instead of `string-to-int'.
15304 (org-get-location): Use `insert-buffer-substring' instead of
15305 `insert-buffer'.
15306 (org-modify-diary-entry-string): New function.
15307 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15308 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15309 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15310 active region.
15311 (org-export-as-html): Handle QUOTE keyword.
15312 (org-quote-string): New option.
15313 (org-bookmark-jump-unhide): New function, used for
15314 `bookmark-after-jump-hook'.
15315 (org-diary-default-entry): Apply only when not called through
15316 `org-agenda'.
15317
15318 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15319
15320 * net/eudc.el (mode-popup-menu):
15321 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15322 * progmodes/ada-mode.el (compile-auto-highlight)
15323 (skeleton-further-elements):
15324 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15325 * progmodes/cmacexp.el (msdos-shells):
15326 * progmodes/compile.el (font-lock-extra-managed-props)
15327 (font-lock-keywords, font-lock-maximum-size)
15328 (font-lock-support-mode):
15329 * progmodes/grep.el (font-lock-lines-before):
15330 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15331 * progmodes/mixal-mode.el (compile-command):
15332 * progmodes/perl-mode.el (font-lock-comment-face)
15333 (font-lock-doc-face, font-lock-string-face):
15334 * progmodes/prolog.el (comint-prompt-regexp):
15335 * progmodes/sh-script.el (font-lock-comment-face)
15336 (font-lock-set-defaults, font-lock-string-face):
15337 * progmodes/sql.el (font-lock-keyword-face)
15338 (font-lock-set-defaults, font-lock-string-face):
15339 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15340 (itimer-version, lazy-lock-defer-contextually)
15341 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15342 Add defvars.
15343
15344 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15345 (cperl-electric-keyword, cperl-electric-pod)
15346 (cperl-electric-backspace, cperl-forward-re)
15347 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15348 (vc-rcs-header, vc-sccs-header): Add defvars.
15349
15350 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15351 (font-lock-syntactic-keywords, gud-find-expr-function):
15352 Add defvars.
15353
15354 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15355 (gdb-frame-parameters): Declare before use.
15356
15357 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15358 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15359 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15360 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15361
15362 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15363 (idlwave-help-with-source): Use `insert-buffer-substring', not
15364 `insert-buffer'.
15365
15366 2005-08-29 Juri Linkov <juri@jurta.org>
15367
15368 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15369 Put outline-back-to-heading function call inside save-excursion.
15370
15371 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15372
15373 * man.el (Man-init-defvars, Man-translate-references)
15374 (Man-support-local-filenames, Man-highlight-references):
15375 * progmodes/sql.el (sql-interactive-mode):
15376 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15377
15378 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15379 (compilation-mode-font-lock-keywords): Add defvars.
15380 (checkdoc-interactive-loop): "?\ " -> "?\s".
15381
15382 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15383 (font-lock-doc-face, font-lock-string-face)
15384 (font-lock-keywords-case-fold-search): Add defvars.
15385 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15386
15387 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15388 Don't pass X and Y (they are ignored anyway).
15389 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15390 (mouse-delete-window): Make arguments optional.
15391
15392 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15393 (caesar-translate-table, minor-modes, news-buffer-save)
15394 (news-group-name, news-minor-modes): Add defvars.
15395
15396 * emacs-lisp/lselect.el (mouse-highlight-priority)
15397 (x-lost-selection-functions, zmacs-regions):
15398 * emacs-lisp/pp.el (font-lock-verbose):
15399 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15400 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15401 (ses-mode-map):
15402 * emacs-lisp/tcover-unsafep.el (safe-functions):
15403 * international/mule-cmds.el (mac-system-coding-system)
15404 (mac-system-locale):
15405 * language/ethio-util.el (rmail-current-message)
15406 (rmail-message-vector):
15407 * language/thai-util.el (thai-auto-composition-mode):
15408 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15409 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15410 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15411 (vm-primary-inbox, vm-spool-files):
15412 * mail/rmail.el (deleted-head, font-lock-fontified)
15413 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15414 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15415 (total-messages):
15416 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15417 (rmail-summary-mode-map):
15418 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15419 (rmail-last-label, rmail-last-multi-labels)
15420 (rmail-summary-vector, rmail-total-messages):
15421 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15422 * mail/rmailsum.el (msgnum):
15423 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15424 (rmail-current-message):
15425 * obsolete/fast-lock.el (font-lock-face-list):
15426 * obsolete/rnewspost.el (mail-reply-buffer):
15427 * obsolete/scribe.el (compile-command):
15428 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15429
15430 2005-08-28 John Paul Wallington <jpw@gnu.org>
15431
15432 * ibuf-ext.el (ibuffer-auto-update-changed):
15433 Use `frame-or-buffer-changed-p' to check whether we need to update.
15434 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15435 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15436 as a `frame-or-buffer-changed-p' state vector instead.
15437
15438 2005-08-27 Romain Francoise <romain@orebokech.com>
15439
15440 * textmodes/makeinfo.el (makeinfo-compile):
15441 Use `compilation-start'. Set `next-error-function' according to
15442 `disable-errors'.
15443 (makeinfo-next-error): New function.
15444 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15445 (makeinfo-buffer): Likewise.
15446
15447 * progmodes/compile.el (compilation-start): Add autoload cookie.
15448
15449 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15450 * textmodes/sgml-mode.el: Likewise.
15451 * progmodes/python.el: Likewise.
15452
15453 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15454
15455 * simple.el (blink-matching-paren-distance): Document the meaning
15456 of nil value, and allow to customize to nil.
15457
15458 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15459 command.com, not command.exe.
15460
15461 2005-08-26 John Wiegley <johnw@newartisans.com>
15462
15463 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15464 code around a bit so that an extraneous nil argument is not added
15465 to a command when no args are given.
15466
15467 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15468 double-quoted argument resolves to nil, return it as an empty
15469 string rather than as nil. This made it impossible to pass "" to
15470 a shell script as a null string argument.
15471
15472 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * outline.el (outline-invent-heading): New fun.
15475 (outline-promote, outline-demote): Use it.
15476 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15477 (outline-end-of-subtree): Remove unused var `opoint'.
15478
15479 2005-08-26 David Reitter <david.reitter@gmail.com>
15480
15481 * menu-bar.el (truncate-lines, write-file, print-buffer)
15482 (ps-print-buffer-faces, ps-print-buffer, split-window):
15483 Disable menu items when the frame they refer to is invisible, or when
15484 they refer to a buffer and the minibuffer is selected.
15485
15486 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15487
15488 * progmodes/flymake.el (flymake-highlight-err-lines):
15489 Use save-excursion around flymake-highlight-line to preserve point.
15490
15491 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15492
15493 * progmodes/octave-mod.el: Change Author and Maintainer address.
15494 (octave-maintainer-address): Change Kurt's email address.
15495 * progmodes/octave-inf.el: Change Author and Maintainer address.
15496 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15497
15498 2005-08-26 Kim F. Storm <storm@cua.dk>
15499
15500 * subr.el (version-list-<, version-list-<=, version-list-=):
15501 Rename from integer-list-*.
15502 (version-list-not-zero): Likewise. Fix while loop.
15503 (version=): Use version-list-= instead of string-equal.
15504
15505 2005-08-26 Richard M. Stallman <rms@gnu.org>
15506
15507 * outline.el (outline-promote): Try shortening the heading.
15508 As last resort, read the heading to use.
15509 (outline-demote): As last resort, read the heading to use.
15510
15511 2005-08-26 Romain Francoise <romain@orebokech.com>
15512
15513 * progmodes/compile.el (compilation-start): Doc fix.
15514
15515 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15516 (antlr-font-lock-additional-keywords): Fix reference to
15517 `antlr-font-lock-literal-regexp' erroneously changed during the
15518 mass face rename.
15519 (antlr-run-tool): Use `compilation-start'.
15520
15521 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15522 instead of the obsolete `compile-internal'.
15523
15524 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15527 (number, original-date):
15528 * calendar/cal-china.el (date):
15529 * calendar/cal-coptic.el (date):
15530 * calendar/cal-french.el (date):
15531 * calendar/cal-hebrew.el (date, entry, number, original-date):
15532 * calendar/cal-islam.el (date, number, original-date):
15533 * calendar/cal-iso.el (date):
15534 * calendar/cal-julian.el (date):
15535 * calendar/cal-mayan.el (date):
15536 * calendar/cal-menu.el (date, event):
15537 * calendar/cal-persia.el (date):
15538 * calendar/lunar.el (date):
15539 * calendar/solar.el (date): Add defvars.
15540
15541 * emerge.el:
15542 * ibuffer.el:
15543 * info-xref.el:
15544 * obsolete/bg-mouse.el:
15545 * obsolete/sun-curs.el:
15546 * obsolete/swedish.el: Move the `defvar's to the top level.
15547
15548 * smerge-mode.el (smerge-refined-change): Add :group.
15549
15550 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15553 (smerge-keep-n): Remove props.
15554 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15555 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15556 now that it's done in smerge-keep-n.
15557 (smerge-refined-change): New face.
15558 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15559 (smerge-refine): New funs.
15560 (smerge-basic-map): Bind smerge-refine.
15561
15562 2005-08-25 Juri Linkov <juri@jurta.org>
15563
15564 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15565 compilation-process-setup-function and compilation-disable-input
15566 in grep-mode instead of let-bindings in grep.
15567
15568 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15569 Delete "Automatic File De/compression" (auto-compression-mode).
15570
15571 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15572
15573 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15574 Silence warning about non-existent variable.
15575
15576 2005-08-25 Richard M. Stallman <rms@gnu.org>
15577
15578 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15579 Rename "Describe Key" to "Describe Key or Mouse Operation".
15580
15581 * mail/mailalias.el (build-mail-aliases): Delete comments
15582 from the contents before processing them.
15583
15584 * isearch.el (isearch-edit-string): Erase the Search prompt
15585 if user enters an empty string and there is no default.
15586
15587 * comint.el (comint-file-name-prefix): Add autoload.
15588
15589 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15590
15591 * subr.el (play-sound): Rearrange to avoid warning.
15592
15593 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15594
15595 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15596 New hook.
15597 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15598
15599 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15600
15601 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15602
15603 * custom.el (custom-theme-set-variables): Sort minor modes last.
15604
15605 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15606
15607 * subr.el (version-separator, version-regexp-alist): New vars used by
15608 version comparison funs.
15609 (integer-list-<, integer-list-=, integer-list-<=)
15610 (integer-list-not-zero): New funs for integer list comparison.
15611 (version-to-list, version=, version<, version<=): New funs for version
15612 comparison.
15613
15614 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15617 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15618 time to silence the byte-compiler.
15619
15620 * ibuffer.el (ibuffer-compile-make-eliding-form)
15621 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15622 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15623 so it's silly to get warnings for it).
15624 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15625 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15626 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15627 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15628 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15629 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15630 Defvar at compile time.
15631 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15632 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15633 Declare them before use.
15634
15635 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15636 (info-xref-good, info-xref-bad): Defvar at compile time.
15637
15638 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15639 Use `let*' instead of `let'.
15640
15641 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15642 (*mouse-y*, menu, char): Defvar at compile time.
15643 (sc::menu): Declare it before use.
15644 (sc::pack-one-line): Use `let', not `let*'.
15645
15646 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15647 (mail-send-hook): Defvar at compile time.
15648
15649 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15650 Defvar at compile time.
15651
15652 * term/sun-mouse.el (current-global-mousemap)
15653 (current-local-mousemap): Declare them before use.
15654
15655 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15656
15657 * bookmark.el (bookmark-after-jump-hook): New hook.
15658 (bookmark-jump): Run `bookmark-after-jump-hook'.
15659
15660 2005-08-23 Juri Linkov <juri@jurta.org>
15661
15662 * faces.el (minibuffer-prompt): Doc fix.
15663
15664 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15665
15666 * progmodes/xscheme.el: Trivial changes to silence warnings.
15667 (xscheme-previous-mode, xscheme-previous-process-state):
15668 Add defvars.
15669 (xscheme-last-input-end, xscheme-process-command-line)
15670 (xscheme-process-name, xscheme-buffer-name)
15671 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15672 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15673 (xscheme-control-g-synchronization-p)
15674 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15675 (default-xscheme-runlight, xscheme-runlight)
15676 (xscheme-runlight-string, xscheme-process-filter-state)
15677 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15678 Move to beginning of file.
15679 (scheme-interaction-mode-commands-alist)
15680 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15681 Declare them before use. Note: the initialization code for the variables
15682 has not been moved because it uses functions that reference the variables.
15683 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15684 (xscheme-prompt-for-expression-map): Declare them before use.
15685 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15686
15687 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15688
15689 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15690
15691 2005-08-22 Juri Linkov <juri@jurta.org>
15692
15693 * faces.el (set-face-underline): Delete this duplicate function
15694 and make an obsolete alias to set-face-underline-p.
15695 (set-face-underline-p): Use docstring of set-face-underline.
15696 (describe-face): Create hyperlink to parent face.
15697
15698 * info.el (Info-insert-dir): Use save-excursion around
15699 insert-buffer-substring.
15700 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15701 (Info-escape-percent): Delete function.
15702 (Info-fontify-node): Replace Info-escape-percent by
15703 replace-regexp-in-string with REP arg set to lambda that
15704 duplicates `%' and preserves text properties.
15705
15706 * progmodes/compile.el (compilation-disable-input): Doc fix.
15707 (define-compilation-mode): Doc fix and refill.
15708 (kill-compilation): Use `mode-name' in the error message.
15709 (compilation-find-file): Use `compilation-error' in the
15710 read-file-name's prompt.
15711
15712 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15713
15714 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15715 (smerge-auto-leave): Make undo re-enable the mode.
15716 (debug-ignored-errors): Add the user-error of impossible resolution.
15717 (smerge-resolve): Move things around a bit, in preparation for later.
15718 (smerge-diff): Don't fail if the buffer has no associated file.
15719 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15720 (smerge-conflict-overlay): New function.
15721 (smerge-match-conflict): Don't add text properties here.
15722 (smerge-find-conflict): Instead, add an overlay here.
15723 Also check for the case where we're inside a conflict already, so as to
15724 obviate the need for font-lock-multiline, which is unbearably slow with
15725 large conflicts and ciomplex font-lock patterns.
15726 (smerge-remove-props): Remove overlay rather than text-properties.
15727 (smerge-mode): Don't set font-lock-multiline.
15728 Remove overlays when turned off.
15729
15730 2005-08-21 Kim F. Storm <storm@cua.dk>
15731
15732 * ido.el (ido-ignore-item-p): Use save-match-data.
15733 Bind case-fold-search to ido-case-fold locally.
15734
15735 2005-08-20 Richard M. Stallman <rms@gnu.org>
15736
15737 * files.el (normal-mode): If font lock is on, turn it off and on.
15738
15739 * subr.el (replace-regexp-in-string): Doc fix.
15740
15741 * startup.el (command-line-1): Don't suppress startup screen
15742 due to existing processes.
15743
15744 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15745
15746 * progmodes/compile.el (compilation-disable-input): Default to nil.
15747
15748 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15749
15750 * progmodes/compile.el (compilation-disable-input): New defcustom.
15751 (compilation-start): If compilation-disable-input is non-nil, send
15752 EOF to the compilation process.
15753
15754 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15755
15756 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15757 Run the argument of tex-shell-cd-command through
15758 convert-standard-filename, to get the correct style of slashes on
15759 Windows, and enclose the result in quotes, in case the file name
15760 includes whitespace or other special characters.
15761
15762 2005-08-19 Andreas Schwab <schwab@suse.de>
15763
15764 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15765 process.
15766
15767 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15768
15769 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15770
15771 2005-08-18 Kim F. Storm <storm@cua.dk>
15772
15773 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15774
15775 2005-08-18 Richard M. Stallman <rms@gnu.org>
15776
15777 * scroll-lock.el: New file.
15778
15779 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15780
15781 * dired.el (dired-move-to-end-of-filename):
15782 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15783
15784 2005-08-18 Kim F. Storm <storm@cua.dk>
15785
15786 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15787 rather than toggle mode when custom value is nil.
15788 (ido-everywhere): Fix defun doc string.
15789
15790 2005-08-17 Richard M. Stallman <rms@gnu.org>
15791
15792 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15793 as tag instead of "Inviolable".
15794
15795 2005-08-17 Kim F. Storm <storm@cua.dk>
15796
15797 * windmove.el (windmove-coordinates-of-position): Remove.
15798 (windmove-coordinates-of-window-position): Remove.
15799 (windmove-reference-loc): Use posn-at-point instead.
15800
15801 * subr.el (insert-for-yank-1): Doc fix.
15802
15803 * ido.el (ido-enter-matching-directory): Rename from
15804 ido-enter-single-matching-directory. Change `slash' choice to
15805 `only'. Add `first' choice.
15806 (ido-exhibit): Adapt to above changes.
15807
15808 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15809
15810 * Makefile.in: Expand comment about building loaddefs.el.
15811
15812 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15813
15814 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15815 Comment use of defadvice.
15816
15817 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15818
15819 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15820
15821 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15822 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15823 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15824 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15825 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15826 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15827 for backward compatibility for faces that did not appear in the
15828 previous Emacs release.
15829
15830 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15831
15832 2005-08-15 Kim F. Storm <storm@cua.dk>
15833
15834 * emulation/cua-base.el (cua-delete-region): Return t if
15835 deleted region was non-empty.
15836 (cua-replace-region): Inhibit overwrite-mode for
15837 self-insert-command if replaced region was non-empty.
15838 (cua--explicit-region-start, cua--status-string): Make them
15839 buffer-local at top-level...
15840 (cua-mode): ...rather than when mode is enabled.
15841
15842 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15843
15844 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15845 Set t for Emacs 21, 22, and so on.
15846
15847 2005-08-15 David Ponce <david@dponce.com>
15848
15849 * tree-widget.el: Update Commentary header.
15850 (tree-widget-theme): Doc fix.
15851 (tree-widget-space-width): New option.
15852 (tree-widget-image-properties): Look up in the default theme too.
15853 (tree-widget--cursors): Only for images with arrow pointer shape.
15854 (tree-widget-lookup-image): Pointer shape is hand by default.
15855 (tree-widget-icon): Rename generic icon widget from
15856 `tree-widget-control'.
15857 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15858 derive from `tree-widget-icon'.
15859 (tree-widget-handle): Improve default look and feel of the text
15860 representation.
15861 (tree-widget): Rename :*-control properties to :*-icon properties.
15862 Add :action and :help-echo properties.
15863 (tree-widget-after-toggle-functions): Move.
15864 (tree-widget-close-node, tree-widget-open-node): Remove.
15865 (tree-widget-before-create-icon-functions): New hook.
15866 (tree-widget-value-create): Update to allow customization of icons
15867 and nodes at run-time via that new hook.
15868 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15869 (tree-widget-icon-action, tree-widget-icon-help-echo)
15870 (tree-widget-action, tree-widget-help-echo): New functions.
15871
15872 2005-08-15 Kim F. Storm <storm@cua.dk>
15873
15874 * ido.el (ido-buffer-internal): Use with-no-warnings.
15875 (ido-make-merged-file-list): Use while-no-input.
15876
15877 2005-08-15 Richard M. Stallman <rms@gnu.org>
15878
15879 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15880 (flyspell-large-region): Fix doc and custom type.
15881
15882 2005-08-14 Richard M. Stallman <rms@gnu.org>
15883
15884 * files.el (interpreter-mode-alist): Doc fix.
15885
15886 * mail/rmail.el (rmail-nonignored-headers): New variable.
15887 (rmail-clear-headers): Use it.
15888 (rmail-reply): Better handling of mail-followup-to header.
15889
15890 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15891 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15892 don't try to refer to executable-font-lock-keywords.
15893 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15894 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15895 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15896 (sh-mode): Set comment-start-skip, local-abbrev-table,
15897 imenu-case-fold-search.
15898 (sh-set-shell): Don't set them here.
15899 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15900 Don't cache the results in the original alist; don't ever modify
15901 that alist.
15902
15903 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15904
15905 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15906 empty.
15907
15908 2005-08-15 Andreas Schwab <schwab@suse.de>
15909
15910 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15911
15912 * dired.el, info.el, mail/rmail.el: Revert last change.
15913
15914 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15915
15916 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15917 modification in `eval-after-load' form.
15918 * info.el: Likewise.
15919 * mail/rmail.el: Likewise.
15920
15921 2005-08-14 Juri Linkov <juri@jurta.org>
15922
15923 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15924 Remove highlighting of "Compilation started". Highlight only
15925 the word "finished" in "Compilation finished". Add highlighting
15926 of "interrupt", "killed", "terminated" and the exit code.
15927 (compilation-start): Add newline after header. Use exactly the
15928 same time stamp format as the finishing message.
15929 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15930
15931 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15932 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15933 Add highlighting of "interrupt", "killed", "terminated".
15934
15935 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15936 enabled and the current command is self-insert-command, call it
15937 explicitly with overwrite-mode bound to nil, to not allow it
15938 to delete the character after the selected region.
15939
15940 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15941
15942 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15943 move-end-of-line, end-of-line, and beginning-of-line to the list
15944 of commands after which the echo area is updated.
15945
15946 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15947
15948 * cus-edit.el (custom-save-all, custom-save-delete):
15949 Bind recentf-exclude to exclude custom-file.
15950
15951 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15952
15953 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15954 to go to the bottom of the mail message. Added to
15955 `rmail-summary-mode-map' with key "/".
15956 (rmail-summary-show-message): New (internal) function for use by
15957 both `rmail-summary-beginning/end-of-message'.
15958 (rmail-summary-beginning-of-message): Change to use
15959 rmail-summary-show-message.
15960
15961 * mail/rmail.el (rmail-end-of-message): New command to go to the
15962 end of the current message. Added to `rmail-mode-map' with key "/".
15963 (rmail-beginning-of-message): Fix to work as documented.
15964 (rmail-mode): Change documentation.
15965
15966 * progmodes/compile.el (compilation-start): Add the line
15967 "Compilation started" with compilation start time.
15968 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15969
15970 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15971
15972 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15973 of menu items.
15974
15975 2005-08-11 Richard M. Stallman <rms@gnu.org>
15976
15977 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15978
15979 * battery.el (battery-status-function): Don't use ignore-errors.
15980
15981 2005-08-11 Lute Kamstra <lute@gnu.org>
15982
15983 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15984 define-obsolete-variable-alias.
15985
15986 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15987
15988 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15989 (ange-ftp-send-cmd): Revert last change, and expand
15990 the comment explaining the problem.
15991
15992 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15993
15994 * ldefs-boot.el: Update.
15995
15996 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15997 item to "Time, Load and Mail". Change help echo text.
15998
15999 * time.el (display-time-use-mail-icon, display-time-format)
16000 (display-time-string-forms): Shorten first line of docstrings.
16001
16002 2005-08-10 Lars Hansen <larsh@soem.dk>
16003
16004 * desktop.el (desktop-buffer-mode-handlers):
16005 Make non-customizable. Add autoload cookie. Change initial value to
16006 nil; add elements in respective modules instead. Fix doc string.
16007 (desktop-load-file): New function.
16008 (desktop-minor-mode-handlers): New autoloaded variable.
16009 (desktop-create-buffer): Call minor mode handlers.
16010 Use desktop-load-file to load major and minor mode modules prior to
16011 checking for a handler.
16012 (desktop-save): Don't add nil to desktop-minor-modes for minor
16013 modes with nil function in desktop-minor-mode-table. Don't delete
16014 desktop file before rewriting it.
16015 (desktop-locals-to-save): Add autoload cookie. Don't make
16016 automatically buffer-local. Add variables column-number-mode,
16017 size-indication-mode, indent-tabs-mode,
16018 indicate-buffer-boundaries, indicate-empty-lines and
16019 show-trailing-whitespace.
16020 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16021 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16022 (desktop-clear-preserve-buffers-regexp): Delete.
16023 (desktop-clear-preserve-buffers): Update initial value and docstring.
16024 (desktop-save-buffer): Fix doc string.
16025
16026 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16027 (hilit-chg-desktop-restore): New function.
16028 (highlight-changes-mode): Add highlight-changes-mode to
16029 desktop-locals-to-save.
16030
16031 * dired.el: Add handler to desktop-buffer-mode-handlers.
16032 (dired-restore-desktop-buffer): Remove autoload cookie.
16033 (dired-mode): Add autoload cookie.
16034
16035 * info.el: Add handler to desktop-buffer-mode-handlers.
16036 (Info-restore-desktop-buffer): Remove autoload cookie.
16037 (Info-mode): Add autoload cookie.
16038
16039 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16040 (mh-restore-desktop-buffer): Remove autoload cookie.
16041 (mh-folder-mode): Add autoload cookie.
16042
16043 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16044 (rmail-restore-desktop-buffer): Remove autoload cookie.
16045
16046 2005-08-11 Masatake YAMATO <jet@gyve.org>
16047
16048 * hexl.el (hexl-address-region):
16049 (hexl-ascii-region, hexl-font-lock-keywords):
16050 (hexl-highlight-line-range): Use the term "region"
16051 instead of "area" for consistency with the other symbols
16052 defined in hexl.el.
16053
16054 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16055
16056 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16057 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16058 out by Juri Linkov). Add `display-battery-mode'.
16059
16060 2005-08-09 Juri Linkov <juri@jurta.org>
16061
16062 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16063 Remove `-text' from face variable names.
16064 (compilation-error-file-name, compilation-warning-file-name)
16065 (compilation-info-file-name): Delete faces.
16066 (compilation-line-number, compilation-column-number):
16067 Remove face underlining.
16068 (compilation-message-face): Set to `underline' value by default.
16069 (compilation-error-face, compilation-warning-face)
16070 (compilation-info-face): Remove `-file-name' from face names.
16071 (compilation-error-text-face, compilation-warning-text-face)
16072 (compilation-info-text-face): Delete face variables.
16073 (compilation-text-face): Delete function.
16074
16075 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16076 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16077 (grep-error-face): Set to `compilation-error' instead of
16078 `compilation-error-face' (which is redefined to `grep-hit-face' in
16079 grep buffers).
16080 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16081 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16082
16083 * dired-aux.el (dired-do-query-replace-regexp):
16084 Use `query-replace-read-args'.
16085
16086 * replace.el (query-replace-read-from, query-replace-read-to)
16087 (query-replace-read-args): Rename arg `string' to `prompt'.
16088
16089 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16090
16091 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16092
16093 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16094 uploading files.
16095 (ange-ftp-canonize-filename): Handle file names beginning with ~
16096 correctly.
16097
16098 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16099
16100 * textmodes/fill.el (canonically-space-region)
16101 (fill-context-prefix, fill-french-nobreak-p)
16102 (fill-delete-newlines, fill-comment-paragraph)
16103 (justify-current-line): "?\ " -> "?\s".
16104
16105 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16106
16107 * textmodes/fill.el (fill-nonuniform-paragraphs):
16108 Improve argument/docstring consistency.
16109
16110 2005-08-09 Richard M. Stallman <rms@gnu.org>
16111
16112 * textmodes/ispell.el (ispell-word): More fboundp checks.
16113
16114 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16115 (find-file-noselect-1): Call it here, only if RAWFILE.
16116 (normal-mode): Always set some major mode.
16117 (save-some-buffers-action-alist): Change some explanation strings.
16118 (file-name-non-special): In the `quote' method, use unwind-protect.
16119
16120 2005-08-09 Magnus Henoch <mange@freemail.hu>
16121
16122 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16123 (ispell-have-aspell-dictionaries): New variable.
16124 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16125 (ispell-get-aspell-config-value): New function.
16126 (ispell-aspell-find-dictionary): New function.
16127 (ispell-aspell-add-aliases): New function.
16128 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16129 appropriate. Don't look for ispell dictionaries if we use aspell.
16130 (ispell-menu-map): Don't build a submenu of dictionaries.
16131
16132 2005-08-09 Richard M. Stallman <rms@gnu.org>
16133
16134 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16135 (sql-read-passwd): Use read-passwd.
16136
16137 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16138 (idlwave-toolbar-is-possible): Add defvars.
16139
16140 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16141 Avoid warnings.
16142
16143 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16144 (idlwave-system-class-info, idlwave-executive-commands-alist):
16145 Use defvar.
16146
16147 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16148
16149 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16150 Avoid warnings.
16151
16152 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16153 and content-type: headers.
16154
16155 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16156
16157 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16158 and rename some of them to be more self-explanatory.
16159
16160 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16161
16162 * startup.el (command-line-1): Implement -scriptload.
16163
16164 * replace.el (occur-engine): Initial *Occur* output not undoable.
16165
16166 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16167 and improve help strings.
16168
16169 * isearch.el (isearch-repeat): When changing direction,
16170 mark search successful.
16171
16172 * ediff-init.el: Use (featurep 'xemacs).
16173
16174 * comint.el (send-invisible): Identify buffer, if not selected.
16175
16176 * align.el: Delete autoload for c-guess-basic-syntax.
16177
16178 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16179
16180 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16181 Improve argument/docstring consistency. Doc fixes.
16182 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16183 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16184 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16185 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16186 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16187 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16188 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16189 Defvar at compile time.
16190
16191 2005-08-09 Juri Linkov <juri@jurta.org>
16192
16193 * info.el: Replace `info' with upper-case `Info' where appropriate.
16194 (info-title-1, info-title-2, info-title-3, info-title-4)
16195 (info-menu-header): Move up face definitions.
16196 (info-menu-star): Rename from `info-menu-5'.
16197 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16198 (Info-fontify-visited-nodes): Fix docstring.
16199 (Info-hide-note-references): Fix docstring.
16200 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16201 menu items in the same way as on cross-references.
16202 (info-apropos): Fix sorting order and formatting to be like in the
16203 stand-alone Info browser. Display error messages for 1 sec.
16204 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16205 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16206 from the menu bar.
16207 (Info-insert-dir): Restore point after calling
16208 `insert-buffer-substring'.
16209
16210 2005-08-08 Richard M. Stallman <rms@gnu.org>
16211
16212 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16213 (recompute-lucid-menubar): Add defvars.
16214
16215 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16216
16217 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16218
16219 * net/net-utils.el (run-dig): Rename from `dig'.
16220
16221 * play/gametree.el (gametree-mode): Use make-local-variable,
16222 not make-variable-buffer-local.
16223
16224 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16225
16226 * ansi-color.el (ansi-color-make-extent)
16227 (ansi-color-set-extent-face): Use fboundp, not functionp.
16228
16229 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16230 not make-variable-buffer-local.
16231
16232 * bookmark.el (Info-current-file): Add defvar.
16233 (bookmark-jump-noselect): Use with-no-warnings.
16234
16235 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16236
16237 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16238
16239 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16240
16241 * find-file.el (ada-procedure-start-regexp)
16242 (ada-package-start-regexp): Add defvars.
16243
16244 * info.el (Info-insert-dir): Use insert-buffer-substring.
16245
16246 * xml.el (xml-att-def-re): Add defvar.
16247
16248 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16249 calling convention.
16250
16251 * subr.el (while-no-input): Return t if there is input.
16252
16253 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16254
16255 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16256
16257 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16258
16259 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16260 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16261
16262 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16263
16264 * cmuscheme.el (scheme-start-file): Replace reference to
16265 `user-emacs-directory' by "~/.emacs.d/".
16266
16267 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16268
16269 * info.el (Info-dir-remove-duplicates): Avoid case folding
16270 in loop; instead, keep downcased strings for comparison.
16271 Suggested by Helmut Eller.
16272
16273 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16274
16275 Sync with Tramp 2.0.50.
16276
16277 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16278 XEmacs case; not necessary anymore.
16279 (tramp-user-regexp): Allow "@" as part of user name.
16280 (tramp-handle-set-visited-file-modtime)
16281 (tramp-handle-insert-file-contents)
16282 (tramp-handle-write-region): No special handling for
16283 `last-coding-system-used, because this is done in
16284 `tramp-accept-process-output' now.
16285 (tramp-accept-process-output): New defun.
16286 (tramp-process-one-action, tramp-process-one-multi-action)
16287 (tramp-wait-for-regexp, tramp-wait-for-output)
16288 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16289 Howells <dhowells@redhat.com>.
16290 (clear-visited-file-modtime): Defadvice removed. The check for
16291 unset buffer's modtime does not need to be based on
16292 `tramp-buffer-file-attributes'. Suggested by RMS.
16293 (tramp-message): Insert "\n" if not being at beginning of line.
16294 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16295 sequence with same logic.
16296 (tramp-completion-handle-expand-file-name): Discard call of
16297 `tramp-drop-volume-letter'. It is not necessary, and there have
16298 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16299 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16300 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16301 should always be visible.
16302 (tramp-handle-insert-directory, tramp-setup-complete)
16303 (tramp-set-process-query-on-exit-flag)
16304 (tramp-append-tramp-buffers): Pacify byte-compiler.
16305 (tramp-bug): Delete non-existing variables from list.
16306 Apply `tramp-load-report-modules' as pre-hook.
16307 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16308 `shell-prompt-pattern' because of non-7bit characters.
16309 Reported by Sebastian Luque <sluque@mun.ca>.
16310 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16311 (tramp-match-string-list): Remove function.
16312 (tramp-wait-for-regexp): Remove call of that function.
16313 Suggested by Kim F. Storm <storm@cua.dk>.
16314 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16315 instead of octal character code ?\600. The latter resulted in a
16316 syntax error with XEmacs.
16317
16318 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16319 XEmacs case; not necessary anymore.
16320 (tramp-smb-handle-write-region): No special handling for
16321 `last-coding-system-used, because this is done in
16322 `tramp-accept-process-output' now.
16323 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16324
16325 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16326
16327 * wid-edit.el (widget-choice-value-create):
16328 Unconditionally respect user choice. Set :explicit-choice back to nil
16329 when no longer needed.
16330 (widget-choice-action): Unconditionally respect user choice.
16331 Eliminate :explicit-choice-value.
16332
16333 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16334
16335 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16336 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16337 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16338 running new function `toggle-indicate-empty-lines'.
16339 Rename "Customize" item to "Customize fringe".
16340 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16341 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16342 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16343 Delete "Empty lines only" item.
16344 (menu-bar-showhide-fringe-ind-customize): New function.
16345 (menu-bar-showhide-fringe-ind-mixed)
16346 (menu-bar-showhide-fringe-ind-box)
16347 (menu-bar-showhide-fringe-ind-right)
16348 (menu-bar-showhide-fringe-ind-left)
16349 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16350 instead of `fringe-indicators'.
16351
16352 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16353
16354 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16355 Change the date of last update.
16356
16357 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16358
16359 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16360 (viper-exec-yank, viper-put-back): Don't display modification msg
16361 if in the minibuffer.
16362
16363 * viper-init.el (viper-replace-overlay-cursor-color)
16364 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16365 Make variables frame local.
16366
16367 * viper-util.el (viper-append-filter-alist): Use append instead of
16368 nconc.
16369
16370 * viper.el (viper-vi-state-mode-list)
16371 (viper-emacs-state-mode-list): Move help-mode and
16372 completion-list-mode from the first list to the second.
16373 (viper-mode): Docstring.
16374 (viper-go-away, viper-non-hook-settings): Don't localize
16375 minor-mode-alist in newer Emacsen. Add advice to
16376 set-cursor-color. Don't bind "\C-c\\".
16377
16378 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16379
16380 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16381 (scheme-macro-expand-command): New user options.
16382 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16383 (scheme-form-at-point, scheme-start-file)
16384 (scheme-interactively-start-process): New functions.
16385 (scheme-get-process): New function, extracted from `scheme-proc'.
16386 (run-scheme): Call `scheme-start-file' to get start file, and pass
16387 it to `make-comint'.
16388 (switch-to-scheme, scheme-proc):
16389 Call `scheme-interactively-start-process' if no Scheme buffer/process
16390 is available.
16391
16392 2005-08-06 Juri Linkov <juri@jurta.org>
16393
16394 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16395 Use `compilation-text-face', `compilation-info-text-face' and
16396 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16397 (compilation-error): New face.
16398 (compilation-error-file-name): Inherit from
16399 `compilation-error' instead of `font-lock-warning-face'.
16400 (compilation-warning-file-name): Inherit from
16401 `compilation-warning' instead of `font-lock-warning-face'.
16402 (compilation-info, compilation-error-file-name)
16403 (compilation-warning-file-name, compilation-info-file-name)
16404 (compilation-line-number, compilation-column-number): Doc fix.
16405 (compilation-error-text-face, compilation-warning-text-face)
16406 (compilation-info-text-face): New face variables.
16407 (compilation-line-face, compilation-column-face)
16408 (compilation-enter-directory-face)
16409 (compilation-leave-directory-face): Doc fix.
16410 (compilation-text-face): New function.
16411
16412 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16413 instead of 1 to display binary file names as info file links.
16414 (grep-error-face): Use `compilation-error-face' instead of
16415 `font-lock-keyword-face'.
16416 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16417 and `compilation-warning-text-face' instead of
16418 `font-lock-keyword-face'. Use `compilation-error-text-face'
16419 instead of `grep-error-face'.
16420
16421 2005-08-05 Kenichi Handa <handa@m17n.org>
16422
16423 * international/code-pages.el: Add autoload cookies for all coding
16424 systems.
16425
16426 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16427
16428 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16429
16430 2005-08-04 Juri Linkov <juri@jurta.org>
16431
16432 * progmodes/compile.el (compilation-mode-map):
16433 * progmodes/grep.el (grep-mode-map):
16434 Bind TAB to `compilation-next-error' and [backtab] to
16435 `compilation-previous-error'.
16436
16437 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16438 matching line numbers, column numbers and their ranges with regexp
16439 matching only line numbers.
16440 (grep-context-face): New face variable.
16441 (grep-mode-font-lock-keywords): Use it.
16442
16443 * faces.el (read-face-name): Delete duplicate faces.
16444
16445 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16446
16447 * thumbs.el (thumbs-find-image): Don't make variables
16448 automatically buffer local.
16449 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16450 (thumbs-image-num): Make automatically buffer local.
16451 (thumbs-show-thumbs-list): Use `make-local-variable', not
16452 `make-variable-buffer-local'.
16453 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16454
16455 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16456 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16457 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16458 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16459 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16460 (feelings-about, foullst, found, hello, history, howareyoulst)
16461 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16462 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16463 (neglst, obj, object, owner, please, problems, qlist)
16464 (random-adjective, relation, remlst, repetitive-shortness)
16465 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16466 (shortlst, something, sportslst, stallmanlst, states, subj)
16467 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16468 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16469 Defvar at compile time.
16470
16471 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16472 not `make-variable-buffer-local'.
16473
16474 2005-08-02 Kim F. Storm <storm@cua.dk>
16475
16476 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16477 rectangle overlay in selected window.
16478
16479 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16480
16481 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16482 instead of display group. Make `indicate-buffer-boundaries'
16483 customizable through Custom.
16484
16485 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16488 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16489 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16490 (gdb-put-string): Fix typos in docstrings.
16491
16492 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16493
16494 Update copyright notices of files in progmodes directory for
16495 release of Emacs 22.1.
16496
16497 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16498
16499 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16500 Don't barf if the GUD buffer has been killed.
16501
16502 2005-08-01 Kim F. Storm <storm@cua.dk>
16503
16504 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16505
16506 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16507
16508 * simple.el (next-error-follow-minor-mode):
16509 make-variable-buffer-local -> make-local-variable.
16510
16511 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16512
16513 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16514 (byte-compile-form-make-variable-buffer-local): New functions to warn
16515 about misuses of make-variable-buffer-local where make-local-variable
16516 was meant.
16517
16518 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16519
16520 * bs.el (bs-attributes-list): Doc fix.
16521 (bs): Update url-link.
16522
16523 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16524 (desktop-load-default): Simplify.
16525
16526 * ibuffer.el (ibuffer-columnize-and-insert-list)
16527 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16528 (ibuffer-unmark-all, ibuffer-toggle-marks)
16529 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16530 (ibuffer-compile-make-format-form, ibuffer-format-column)
16531 (ibuffer-current-buffers-with-marks)
16532 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16533 (ibuffer): Doc fix.
16534 (ibuffer-mode): Fix typo in docstring.
16535 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16536 with `define-obsolete-variable-alias'.
16537 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16538
16539 2005-07-29 Kenichi Handa <handa@m17n.org>
16540
16541 * international/mule-cmds.el (select-message-coding-system):
16542 Be sure to use LF for end-of-line. If no coding system is decided,
16543 return iso-8859-1-unix.
16544
16545 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16546
16547 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16548 (ange-ftp-pending-error-line): New vars.
16549 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16550 to handle the non-fatal no-route-to-host messages.
16551 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16552
16553 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16554
16555 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16556 (isearch-quote-char, isearch-printing-char)
16557 (isearch-text-char-description): "?\ " -> "?\s".
16558 (isearch-lazy-highlight-cleanup)
16559 (isearch-lazy-highlight-initial-delay)
16560 (isearch-lazy-highlight-interval)
16561 (isearch-lazy-highlight-max-at-a-time)
16562 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16563 Declare with define-obsolete-*-alias macros.
16564 (isearch-forward): Fix typo in docstring.
16565 (search-invisible, search-ring-yank-pointer)
16566 (regexp-search-ring-yank-pointer): Doc fixes.
16567
16568 * recentf.el (recentf-menu-append-commands-p): Declare with
16569 `define-obsolete-variable-alias'.
16570 (recentf-max-saved-items, recentf-menu-filter)
16571 (recentf-arrange-by-rule-subfilter): Doc fixes.
16572 (recentf-menu-append-commands-flag)
16573 (recentf-initialize-file-name-history, recentf-expand-file-name)
16574 (recentf-clear-data): Fix typos in docstrings.
16575
16576 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16577
16578 * progmodes/gdb-ui.el: Smarten comments.
16579 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16580
16581 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16582
16583 * term/apollo.el (terminal-init-apollo): New function containing
16584 all former top level forms in the file.
16585 * term/bobcat.el (terminal-init-bobcat):
16586 * term/cygwin.el (terminal-init-cygwin):
16587 * term/iris-ansi.el (terminal-init-iris-ansi):
16588 * term/linux.el (terminal-init-linux):
16589 * term/news.el (terminal-init-news):
16590 * term/rxvt.el (terminal-init-rxvt):
16591 * term/sun.el (terminal-init-sun):
16592 * term/tvi970.el (terminal-init-tvi970):
16593 * term/vt100.el (terminal-init-vt100):
16594 * term/vt102.el (terminal-init-vt102):
16595 * term/vt125.el (terminal-init-vt125):
16596 * term/vt200.el (terminal-init-vt200):
16597 * term/vt201.el (terminal-init-vt201):
16598 * term/vt220.el (terminal-init-vt220):
16599 * term/vt240.el (terminal-init-vt240):
16600 * term/vt300.el (terminal-init-vt300):
16601 * term/vt320.el (terminal-init-vt320):
16602 * term/vt400.el (terminal-init-vt400):
16603 * term/vt420.el (terminal-init-vt420):
16604 * term/wyse50.el (terminal-init-wyse50):
16605 * term/xterm.el (terminal-init-xterm): Likewise.
16606
16607 * term/README: Describe the terminal-init-* functionality.
16608
16609 * startup.el (command-line): After loading the terminal initialization
16610 file call the corresponding terminal initialization function.
16611
16612 2005-07-27 Kenichi Handa <handa@m17n.org>
16613
16614 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16615 negative.
16616
16617 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16618 (ps-mule-composition-prologue): Fix for the case that
16619 RelativeCompose is false.
16620
16621 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16622
16623 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16624
16625 * descr-text.el (describe-char): Handle the case where the list of
16626 chars is displayed in a separate frame.
16627 Be a bit more discriminating when looking for the char.
16628
16629 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16630
16631 * bookmark.el (bookmark-automatically-show-annotations)
16632 (bookmark-read-annotation-text-func): Doc fixes.
16633 (bookmark-save): Improve argument/docstring consistency.
16634 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16635 (bookmark-alist-from-buffer)
16636 (bookmark-upgrade-file-format-from-0)
16637 (bookmark-grok-file-format-version)
16638 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16639 (bookmark-read-annotation-mode)
16640 (bookmark-insert-current-bookmark, bookmark-jump)
16641 (bookmark-exit-hook): Fix typos in docstrings.
16642 (bookmark-exit-hooks): Define as obsolete alias.
16643 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16644 not `bookmark-exit-hooks'. Fix docstring.
16645 (bookmark-bmenu-select): "?\ " -> "?\s".
16646
16647 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16648
16649 * startup.el (command-line): Fix typo.
16650
16651 2005-07-24 Richard M. Stallman <rms@gnu.org>
16652
16653 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16654 not emacs-quick-startup.
16655
16656 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16659 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16660 instead of `reb-with-current-window'.
16661 (reb-prev-match): Likewise. Also, don't move left if the search
16662 was unsuccessful.
16663 (reb-initialize-buffer): New function.
16664 (re-builder, reb-change-syntax): Use it.
16665
16666 * man.el (Man-goto-page): Make second argument NOERROR optional.
16667
16668 2005-07-23 Richard M. Stallman <rms@gnu.org>
16669
16670 * man.el (Man-bgproc-sentinel): Check here for failure to find
16671 any man page in the output, and report the error here.
16672 (Man-arguments): Make it permanent local.
16673 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16674 (Man-mode): Pass t for NOERROR.
16675
16676 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16677 (grep-mode-font-lock-keywords):
16678 Don't use compilation-...-face for messages that are not file names.
16679
16680 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16681 Don't use compilation-...-face for messages that are not file names.
16682
16683 2005-07-22 Juri Linkov <juri@jurta.org>
16684
16685 * startup.el (normal-splash-screen): Update menu name.
16686
16687 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16688
16689 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16690
16691 * term/xterm.el: Load term/rxvt if the terminal is actually an
16692 rxvt terminal.
16693 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16694
16695 * term/rxvt.el (function-key-map): Use substitute-key-definition
16696 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16697
16698 * term/cygwin.el: New file.
16699
16700 2005-07-22 Kim F. Storm <storm@cua.dk>
16701
16702 * image-file.el (insert-image-file, image-file-yank-handler):
16703 Fix last change to maintain a (unique) yank-handler on yanked images.
16704
16705 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16706
16707 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16708 of the file size (as in "177B" for 177 bytes). This happens with
16709 "ls -lh" on FreeBSD.
16710
16711 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16712
16713 * hilit-chg.el (highlight-changes-global-initial-state)
16714 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16715 (hilit-chg-fixup, highlight-changes-mode):
16716 Fix typos in docstrings.
16717 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16718 Doc fixes.
16719
16720 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16721
16722 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16723 mode function using `eval-after-load'.
16724
16725 2005-07-21 Kim F. Storm <storm@cua.dk>
16726
16727 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16728 included when reporting an emacs crash, and tell about the DEBUG file.
16729
16730 * image-file.el (insert-image-file): Add yank-handler.
16731 (image-file-yank-handler): Yank handler to make unique copies of
16732 images when they are yanked into a buffer next to each other.
16733
16734 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * comint.el (comint-use-prompt-regexp, comint-send-input)
16737 (comint-source-default, comint-extract-string)
16738 (comint-get-source, comint-word, comint-completion)
16739 (comint-source, comint-prompt-read-only, comint-update-fence):
16740 Fix typos in docstrings.
16741 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16742 Declare with define-obsolete-*-alias macros.
16743 (comint-previous-matching-input-from-input)
16744 (comint-next-matching-input-from-input)
16745 (comint-previous-matching-input, comint-next-matching-input)
16746 (comint-forward-matching-input):
16747 Improve argument/docstring consistency.
16748
16749 * desktop.el (desktop-clear-preserve-buffers-regexp):
16750 Also preserve the *server* buffer.
16751
16752 * simple.el (clone-indirect-buffer): Doc fix.
16753 (fixup-whitespace, just-one-space)
16754 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16755 (next-error, next-error-highlight)
16756 (next-error-highlight-no-select, next-error-last-buffer)
16757 (next-error-buffer-p, next-error-find-buffer, next-error)
16758 (previous-error, next-error-no-select, previous-error-no-select)
16759 (open-line, split-line, minibuffer-prompt-width, kill-new)
16760 (binary-overwrite-mode): Fix typos in docstrings.
16761 (set-fill-column): Fix typo in message.
16762
16763 * skeleton.el (skeleton-proxy-new): Doc fix.
16764
16765 * strokes.el (strokes-load-hook): Doc fix.
16766 (strokes-grid-resolution, strokes-get-grid-position)
16767 (strokes-renormalize-to-grid, strokes-read-stroke)
16768 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16769 (strokes-global-map): Fix typos in docstrings.
16770 (strokes-help): Doc fix. Fix help message and pass it through
16771 `substitute-command-keys'.
16772
16773 * tempo.el (tempo-insert-prompt, tempo-interactive)
16774 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16775 (tempo-insert-string-functions, tempo-local-tags)
16776 (tempo-define-template, tempo-insert-template)
16777 (tempo-insert-prompt-compat, tempo-is-user-element)
16778 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16779 Fix typos in docstrings.
16780
16781 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16782 (vcursor-key-bindings, vcursor-use-vcursor-map)
16783 (vcursor-find-window, vcursor-scroll-down)
16784 (vcursor-disable, vcursor-beginning-of-buffer)
16785 (vcursor-end-of-buffer): Fix typos in docstrings.
16786 (vcursor-relative-move, vcursor-get-char-count):
16787 Improve argument/docstring consistency.
16788
16789 * version.el: "?\ " -> "?\s".
16790
16791 * wid-edit.el (widget-default-create, widget-after-change)
16792 (widget-default-format-handler, widget-checklist-add-item)
16793 (widget-radio-add-item, widget-choose, widget-specify-secret)
16794 (widget-field-value-create, widget-field-value-get)
16795 (widget-editable-list-format-handler)
16796 (widget-editable-list-entry-create, widget-group-value-create)
16797 (widget-documentation-link-add)
16798 (widget-documentation-string-value-create): "?\ " -> "?\s".
16799 (widget-convert-text): Doc fix.
16800 (widget-narrow-to-field, widget-field-find)
16801 (widget-url-link-action, widget-emacs-library-link-action)
16802 (widget-color-notify): Fix typos in docstrings.
16803
16804 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16805 (x-select-text, set-w32-system-coding-system)
16806 (w32-add-charset-info): Fix typos in docstrings.
16807
16808 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16809 (cua-enable-cua-keys, cua-use-hyper-key)
16810 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16811 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16812
16813 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16814
16815 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16816 `defalias' instead of faking it.
16817
16818 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16819 (eshell-ls-missing, eshell-ls-dired-initial-args)
16820 (eshell-ls-use-in-dired): Fix typos in docstrings.
16821
16822 2005-07-20 Kim F. Storm <storm@cua.dk>
16823
16824 * emulation/cua-base.el (cua-mode): Improve doc string.
16825
16826 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16827
16828 * abbrev.el (expand-region-abbrevs): Doc fix.
16829 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16830 Improve argument/docstring consistency.
16831
16832 * arc-mode.el (archive-get-descr, archive-alternate-display):
16833 Doc fixes.
16834 (archive-l-e): Improve argument/docstring consistency.
16835 (archive-tmpdir, archive-unixdate, archive-unixtime)
16836 (archive-chmod-entry): Fix typos in docstrings.
16837 (archive-unflag, archive-unflag-backwards)
16838 (archive-unmark-all-files): "?\ " -> "?\s".
16839
16840 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16841 (Buffer-menu-not-modified, Buffer-menu-execute)
16842 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16843 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16844
16845 * composite.el (compose-string, encode-composition-rule)
16846 (compose-last-chars): Fix typos in docstrings.
16847
16848 * desktop.el (desktop-enable, desktop-basefilename):
16849 Declare with `define-obsolete-variable-alias'.
16850 (desktop-internal-v2s): Don't quote keywords.
16851 (desktop-clear): "?\ " -> "?\s".
16852
16853 * dired.el (dired-align-file, dired-flag-backup-files)
16854 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16855 (dired-listing-switches, dired-ls-F-marks-symlinks)
16856 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16857 (dired-directory, dired-faces, dired, dired-revert)
16858 (dired-mode, dired-summary, dired-view-file)
16859 (dired-copy-filename-as-kill, dired-delete-file)
16860 (dired-no-confirm, dired-unmark-all-marks)
16861 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16862 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16863 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16864 Fix typos in message strings.
16865
16866 * dired-x.el (virtual-dired): Declare with `defalias'.
16867 (dired-mark-unmarked-files, dired-local-variables-file)
16868 (dired-omit-here-always): Doc fix.
16869 (dired-omit-mode, dired-find-subdir)
16870 (dired-enable-local-variables, dired-clean-up-buffers-too)
16871 (dired-extra-startup, dired-mark-extension, dired-jump)
16872 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16873 (dired-smart-shell-command, dired-guess-shell-alist-user)
16874 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16875 (dired-x-bind-find-file, dired-x-submit-report):
16876 Fix typos in docstrings.
16877 (dired-mark-unmarked-files): "?\ " -> "?\s".
16878
16879 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16880
16881 * faces.el (describe-face): "?\ " -> "?\s".
16882 (read-all-face-attributes, read-face-font, modify-face)
16883 (face-attr-construct, italic): Fix typos in docstrings.
16884 (frame-update-face-colors): Declare with
16885 `define-obsolete-function-alias'.
16886
16887 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16888 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16889 (magic-mode-alist, buffer-file-numbers-unique)
16890 (write-file-functions, get-free-disk-space):
16891 Fix typos in docstrings.
16892 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16893 (write-contents-hooks, write-file-hooks):
16894 Declare with `define-obsolete-variable-alias'.
16895
16896 * forms-d2.el (arch-rj): Fix typo in docstrings.
16897 (arch-tocol): Likewise. "?\ " -> "?\s".
16898
16899 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16900 Fix typo in docstring.
16901 (set-screen-width, set-screen-height): Delete redundant info in
16902 doctrings.
16903 (new-frame, screen-height, screen-width): Declare with
16904 `define-obsolete-function-alias'.
16905 (delete-frame-hook, blink-cursor): Declare with
16906 `define-obsolete-variable-alias'.
16907
16908 * paths.el (prune-directory-list): Fix typos in docstring.
16909
16910 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16911 (cvs-prefix-get): Fix typos in docstrings.
16912
16913 * ps-print.el (ps-extend-face-list, ps-extend-face)
16914 (ps-print-background-image): Fix typos in docstrings.
16915 (ps-default-fg, ps-default-bg): Doc fixes.
16916
16917 * s-region.el (s-region-bind): Doc fix.
16918 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16919
16920 * textmodes/org.el (org-table-formula-substitute-names)
16921 (org-table-get-vertical-vector): Doc fixes.
16922 (org-table-recalculate): Remove unused argument to `message'.
16923
16924 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16925
16926 * textmodes/org.el (org-table-column-names)
16927 (org-table-column-name-regexp)
16928 (org-table-named-field-locations): New variables.
16929 (org-archive-subtree): Protect `this-command' when calling
16930 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16931 the kill buffer.
16932 (org-complete): Remove fixed-formula completion.
16933 (org-edit-formulas-map): New variable.
16934 (org-table-edit-formulas): New command.
16935 (org-finish-edit-formulas, org-abort-edit-formulas)
16936 (org-show-variable, org-table-get-vertical-vector): New functions.
16937 (org-table-maybe-eval-formula): Handle `:=' fields.
16938 (org-table-get-stored-formulas, org-table-store-formulas)
16939 (org-table-get-formula, org-table-modify-formulas)
16940 (org-table-replace-in-formulas): Handle named field formulas.
16941 (org-table-get-specials): Store locations of named fields.
16942
16943 2005-07-19 Juri Linkov <juri@jurta.org>
16944
16945 * progmodes/grep.el (grep-regexp-alist)
16946 (grep-mode-font-lock-keywords, grep-process-setup):
16947 Use default GNU grep match color "01;31m" instead of "01;41m".
16948 (grep-regexp-alist, grep-mode-font-lock-keywords):
16949 Use `\\[[0-9]*m' instead of `\\[00m'.
16950 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16951 sgr_start where its handling is more important. Use the real
16952 length of sgr_start instead of constant 8.
16953 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16954 specially. Delete all remaining escape sequences.
16955 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16956 (grep-regexp-alist): Make hyperlink only for binary file name
16957 instead of the whole line.
16958 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16959 (grep-mode): Add autoload.
16960
16961 * emacs-lisp/find-func.el (find-function-regexp):
16962 Add `define-compilation-mode'.
16963
16964 2005-07-19 Juri Linkov <juri@jurta.org>
16965
16966 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16967 (compare-windows-sync-string-size, compare-windows-recenter)
16968 (compare-windows-highlight, compare-windows): Add version 22.1.
16969 (compare-windows) <defface>: Inherit from lazy-highlight instead
16970 of duplicating its default value.
16971
16972 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16973 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16974
16975 * descr-text.el (describe-char): Create link buttons for `charset'
16976 and `code point'. Add the current input method name with a link
16977 button to `to input' field. Print face names of display table
16978 characters in `The display table entry is displayed by' section
16979 instead of printing face-id in the `display' field.
16980 Guess hardcoded faces and create a link button for them.
16981 Skip empty fields when calculating max-width.
16982 Treat `widget-create' specially while inserting strings from the
16983 collected field list.
16984 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16985
16986 * diff-mode.el (diff-file-header): Change foreground color from
16987 yellow to green on light backgrounds.
16988 (diff-context): Inherit from `shadow' only for color/grayscale
16989 with more than 88 colors.
16990 (diff-indicator-removed, diff-indicator-added)
16991 (diff-indicator-changed): New faces.
16992 (diff-font-lock-keywords): Use new faces. Regroup rules.
16993 Add "^---$" for `normal' diff format. Fontify `#' lines with
16994 font-lock-comment-delimiter-face and font-lock-comment-face.
16995 Add `#' to ^[^...] in the rule for `diff-context-face'.
16996
16997 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16998 a button-like box. Inherit from `highlight' on low colors.
16999 (shadow): Use shades of gray only for color/grayscale with
17000 more than 88 colors. Use green for light backgrounds with
17001 8 colors, and yellow for dark backgrounds with 8 colors.
17002
17003 * font-lock.el (font-lock-regexp-grouping-backslash):
17004 Don't inherit from escape-glyph (use bold for all cases).
17005
17006 * info.el (info-xref-visited): Use light foreground color `violet'
17007 for dark backgrounds instead of dark color `magenta3'.
17008 (info-title-1): Use `yellow' color for dark backgrounds.
17009
17010 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17011 too-light magenta2.
17012
17013 * replace.el (match): Use slightly more light RoyalBlue3 instead
17014 of dark RoyalBlue4.
17015
17016 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17017
17018 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * novice.el (disabled-command-hook): Declare it with
17021 `define-obsolete-variable-alias'.
17022
17023 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17024 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17025 (desktop-load-default): Add release to obsolescence info.
17026 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17027 (desktop-append-buffer-args, desktop-read):
17028 Fix typos in docstrings.
17029 (desktop-kill): Fix typo in message.
17030 (desktop-save): Doc fix.
17031
17032 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17033
17034 * viper-cmd.el (viper-escape-to-state): Bug fix.
17035 (viper-envelop-ESC-key): Change the definition of fast
17036 keysequence so it'll work with keyboard macros.
17037
17038 * ediff.el (ediff-patch-buffer): Change the docstring.
17039
17040 2005-07-19 Kenichi Handa <handa@m17n.org>
17041
17042 * international/mule-cmds.el (select-safe-coding-system): Try to
17043 use an auto-coding (if any) before anything else. If the found
17044 auto-coding is invalid, show a warning message.
17045
17046 * international/mule.el (find-auto-coding): New function created
17047 by modifying the body of set-auto-coding.
17048 (set-auto-coding): Use find-auto-coding to find a coding.
17049
17050 2005-07-18 Richard M. Stallman <rms@gnu.org>
17051
17052 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17053 not isearch-mode-end-hook-error.
17054 (allout-before-change-protect): Fix error message.
17055
17056 2005-07-18 Juri Linkov <juri@jurta.org>
17057
17058 * allout.el (allout-mode):
17059 * calculator.el (calculator-copy):
17060 * custom.el (custom-known-themes):
17061 * dired.el (dired-desktop-buffer-misc-data)
17062 (dired-restore-desktop-buffer):
17063 * dired-x.el (dired-omit-marker-char):
17064 * files.el (basic-save-buffer):
17065 * font-core.el (font-lock-mode):
17066 * calendar/calendar.el (calendar-goto-hebrew-date)
17067 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17068 (calendar-goto-persian-date):
17069 * language/ethio-util.el (ethio-sera-to-fidel-region):
17070 * textmodes/picture.el (picture-mode):
17071 Delete duplicate duplicate words.
17072
17073 2005-07-18 Juri Linkov <juri@jurta.org>
17074
17075 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17076 chars * ? } |.
17077 (isearch-fallback): Don't call `isearch-process-search-char'.
17078 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17079 (isearch-process-search-char): Call `isearch-fallback' for regexp
17080 chars * ? } |.
17081 (isearch-return-char): Make obsolete with `make-obsolete' instead
17082 of simply documenting it as obsolete in the docstring.
17083 (isearch-fallback): Refill docstring.
17084
17085 * international/isearch-x.el
17086 (isearch-process-search-multibyte-characters): Remove unneeded
17087 `concat'. Add intermediate values to `junk-hist' instead of
17088 `minibuffer-history'. Test the length of `str'.
17089
17090 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17091
17092 * allout.el (allout-resolve-xref): Fix typos in error strings.
17093 (allout-before-change-protect): Remove unneeded `concat'.
17094
17095 * array.el (array-mode, array-reconfigure-rows)
17096 (untabify-backward): Fix typos in docstrings.
17097 (array-reconfigure-rows): Use `insert-buffer-substring', not
17098 `insert-buffer'.
17099
17100 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17101 * progmodes/ada-mode.el (ada-make-body):
17102 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17103
17104 * dired.el (dired-log):
17105 * tar-mode.el (tar-subfile-save-buffer):
17106 * play/zone.el (zone-pgm-stress-destress):
17107 Use `insert-buffer-substring', not `insert-buffer'.
17108
17109 2005-07-17 Simon Josefsson <jas@extundo.com>
17110
17111 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17112
17113 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17114
17115 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17116 Add plain auth method.
17117 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17118
17119 2005-07-17 Kim F. Storm <storm@cua.dk>
17120
17121 * ido.el (dired-other-window): Add ido property.
17122
17123 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17124
17125 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17126 Fix typo in docstring.
17127 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17128 `insert-file-literally'.
17129
17130 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17131 info and delete redundant message. Doc fix.
17132 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17133 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17134
17135 2005-07-16 Richard M. Stallman <rms@gnu.org>
17136
17137 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17138 (byte-compile-and): Use byte-compile-and-recursion.
17139 (byte-compile-or-recursion): New function.
17140 (byte-compile-or): Use that.
17141 (byte-compile-if): Guard the else-clause too.
17142 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17143
17144 * isearch.el (isearch-mode-end-hook-quit): New variable.
17145 (isearch-done): Bind it.
17146 (isearch-mode-end-hook): Doc fix.
17147
17148 * allout.el (allout-isearch-did-quit): Variable deleted.
17149 (allout-real-isearch-abort): Function name no longer used.
17150 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17151 (allout-isearch-rectification): isearch-mode always exists.
17152 Don't set allout-isearch-did-quit.
17153 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17154 allout-isearch-did-quit.
17155 (allout-enwrap-isearch): Just add the hook.
17156 (allout-isearch-abort): Function deleted.
17157 (allout-pre-command-business): Avoid warning.
17158
17159 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17160 Correctly avoid warnings.
17161 (pascal-outline): Likewise.
17162
17163 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17164
17165 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17166
17167 * play/tetris.el (tetris-mode): Avoid warning.
17168
17169 * play/snake.el (snake-mode): Avoid warning.
17170
17171 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17172 (gamegrid-set-display-table): Avoid warning.
17173 (gamegrid-set-timer): Likewise.
17174 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17175 (gamegrid-add-score-with-update-game-score-1): Take FILE
17176 as argument.
17177 (gamegrid-add-score-with-update-game-score): Pass that argument.
17178 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17179
17180 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17181
17182 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17183 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17184
17185 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17186 and insert-file.
17187
17188 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17189 (sc-ask): Avoid warnings.
17190
17191 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17192 (eshell-hist-initialize): Use that var the natural way.
17193
17194 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17195
17196 * emacs-lisp/re-builder.el (reb-cook-regexp):
17197 Avoid warning calling lre-compile-string.
17198 (reb-color-display-p): Avoid warning.
17199
17200 * calculator.el (calculator-last-input): Guard uses
17201 of event-key and key-press-event-p.
17202 (event-key, key-press-event-p): Delete definitions.
17203
17204 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17205 (find-gc-source-directory, find-gc-subrs-callers)
17206 (find-gc-noreturn-list, find-gc-source-files)
17207 (find-gc-subrs-called): Vars renamed and defvar'd.
17208
17209 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17210 (checkdoc-overlay-put, checkdoc-delete-overlay)
17211 (checkdoc-overlay-start, checkdoc-overlay-end)
17212 (checkdoc-mode-line-update, checkdoc-char=):
17213 Define such that compiler knows they are defined.
17214 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17215 (checkdoc-read-event): Delete. Use read-event directly.
17216
17217 * whitespace.el (whitespace-make-overlay)
17218 (whitespace-overlay-put, whitespace-delete-overlay)
17219 (whitespace-overlay-start, whitespace-overlay-end):
17220 Define such that compiler knows they are defined.
17221 (whitespace): Move conditional inside.
17222
17223 * tempo.el (tempo-insert-template): Suppress warning.
17224
17225 * ediff-diff.el (longlines-mode): Add defvar.
17226
17227 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17228
17229 * server.el: Bind "C-x #" in a way that works even if C-x is
17230 redefined to a command key, not a prefix key.
17231
17232 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17233
17234 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17235 cl-make-type-test till execution time.
17236
17237 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17238
17239 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17240 arg ARG and use it.
17241
17242 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17243
17244 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17245
17246 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17247
17248 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17249 a defcustom with two :set or :type keywords.
17250
17251 2005-07-15 Richard M. Stallman <rms@gnu.org>
17252
17253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17254 Don't give ^M comment-end syntax.
17255
17256 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17257
17258 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17259 Don't consider gdbmi (gdb-mi.el has its own update functions).
17260 (gdb-var-delete): Make it work for gdbmi as well.
17261 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17262
17263 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17264 (gud-speedbar-menu-items): Correct logic for enabling items.
17265
17266 2005-07-15 Kim F. Storm <storm@cua.dk>
17267
17268 * ido.el: Fix commentary.
17269 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17270 Use with-no-warnings around ffap-guesser.
17271 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17272 Let bind minibuffer-completing-file-name to t.
17273
17274 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17275
17276 * startup.el (site-run-file, keyboard-type): Doc fixes.
17277 (command-line): Check for "--basic-display" argument; also for
17278 "--quick", not "--bare-bones" (which was renamed).
17279 (fancy-splash-text): Add missing item "Getting New Versions".
17280 (normal-splash-screen): Fix typos and improve consistency with
17281 `fancy-splash-text'. Update copyright year.
17282
17283 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17284 valid binding for `help-char'.
17285
17286 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17287
17288 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17289
17290 * term.el (term-mode): Disable cua-mode for term buffers.
17291
17292 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17293
17294 * add-log.el (add-log-mailing-address, change-log-merge):
17295 Doc fixes.
17296 (change-log-get-method-definition): Fix typo in docstring.
17297
17298 2005-07-14 Kim F. Storm <storm@cua.dk>
17299
17300 * emulation/cua-base.el:
17301 (cua--pre-command-handler-1, cua--pre-command-handler)
17302 (cua--post-command-handler-1, cua--post-command-handler):
17303 Split in two. Check (buffer local) value of cua-mode.
17304 (cua-selection-mode): New command.
17305
17306 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17307
17308 * custom.el (custom-initialize-safe-set)
17309 (custom-initialize-safe-default): Doc fixes.
17310
17311 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17312 and simplify :init-value again.
17313
17314 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17315 and simplify :init-value again. Delete autoload.
17316
17317 * startup.el (command-line): Use `custom-reevaluate-setting' again
17318 for tooltip-mode.
17319
17320 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17321 a defcustom with two :initialize keywords.
17322
17323 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17324
17325 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17326 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17327 (allout-post-command-business, allout-flag-region)
17328 (isearch-reenable-font-lock, allout-yank)
17329 (allout-insert-latex-header, allout-insert-latex-trailer)
17330 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17331 (allout-latex-verb-quote): Fix typos in docstrings.
17332 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17333 (allout-unprotected, allout-prefix-data):
17334 Improve argument/docstring consistency.
17335 (allout-chart-subtree): Fix argument spec.
17336 (allout-open-topic): Rename `use_sib_bullet' argument to
17337 `use-sib-bullet'. Doc fix.
17338
17339 * whitespace.el (whitespace-check-buffer-leading)
17340 (whitespace-check-buffer-trailing)
17341 (whitespace-check-buffer-indent)
17342 (whitespace-check-buffer-spacetab)
17343 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17344 (whitespace-check-leading-whitespace)
17345 (whitespace-check-trailing-whitespace)
17346 (whitespace-check-spacetab-whitespace)
17347 (whitespace-check-indent-whitespace)
17348 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17349 (whitespace-modes): Fix typos in docstrings.
17350 (defgroup, defcustom): Doc fixes.
17351
17352 * winner.el (winner-mode, winner-boring-buffers)
17353 (winner-pending-undo-ring): Doc fixes.
17354 (winner-ring): Remove unneeded `progn'.
17355 (winner-equal): `defsubst' it.
17356 (winner-redo): Fix message.
17357
17358 2005-07-13 Kim F. Storm <storm@cua.dk>
17359
17360 * simple.el (line-move-1): Always use vertical-motion to
17361 do the last (or only) line move to ensure some movement.
17362 Undo 2005-06-23 change--don't check for overlays.
17363
17364 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17365
17366 * term/mac-win.el (ccl-encode-mac-roman-font)
17367 (ccl-encode-mac-centraleurroman-font)
17368 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17369 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17370 Change charset-id boundary of dimension to ?\xef.
17371 (mac-char-fontspec-list): New constant.
17372 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17373 argument. Nil uses itself as family in font-spec. Previous
17374 behavior for nil is now provided by non-nil non-string argument.
17375 All callers changed. Add font-specs for Mac fonts to
17376 "fontset-default" unless iso8859-1 fonts are installed.
17377
17378 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17381 a continuation line if the \ is preceded by SPC or TAB.
17382 (sh-get-indent-info): Simplify.
17383 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17384 Use with-current-buffer.
17385
17386 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17387 when the matched text is empty.
17388
17389 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17390
17391 * startup.el (command-line): Revert to previous handling of
17392 tooltip-mode. Explain in comment why the complexity is needed.
17393
17394 * tooltip.el (tooltip-mode): Revert to previous implementation of
17395 its defcustom.
17396
17397 * frame.el (blink-cursor-mode): Revert to previous implementation
17398 of its defcustom. Update comment.
17399
17400 2005-07-12 Lars Hansen <larsh@soem.dk>
17401
17402 * desktop.el: Update e-mail address.
17403
17404 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17405
17406 * term/mac-win.el (mac-services-mail-selection)
17407 (mac-services-mail-to): New functions.
17408 (mac-application-menu-map): Bind them.
17409
17410 2005-07-12 wulei <milton@wulei.net> (tiny change)
17411
17412 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17413
17414 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17415
17416 * custom.el (custom-reevaluate-setting): Doc fix.
17417
17418 2005-07-11 Jay Belanger <belanger@truman.edu>
17419
17420 * calc/calc.el (calc-embedded-announce-formula-alist)
17421 (calc-embedded-open-close-plain-alist)
17422 (calc-embedded-open-close-mode-alist): Add checks for additional
17423 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17424
17425 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17426
17427 * custom.el (custom-enable-theme): Don't add theme to
17428 `custom-enabled-themes' with `push' because there is no
17429 setf-method for `delq'.
17430
17431 2005-07-11 Richard M. Stallman <rms@gnu.org>
17432
17433 * custom.el (custom-declare-variable): Doc fix.
17434
17435 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17436 from the alists.
17437
17438 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17439 Do nothing if edebug-active.
17440
17441 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17442 (edebug-display): Do it here instead.
17443
17444 2005-07-10 Richard M. Stallman <rms@gnu.org>
17445
17446 * cus-face.el (custom-theme-set-faces): Make it work.
17447 (custom-reset-faces): Doc fix.
17448 (custom-theme-reset-internal-face, custom-theme-face-value):
17449 Functions deleted.
17450
17451 * custom.el (custom-push-theme): Maintain list of the settings
17452 of a given theme in its theme-settings property.
17453 Maintain position of old settings in the theme-value
17454 or theme-face property.
17455 (custom-enabled-themes): New variable.
17456 (custom-theme-enabled-p): New function.
17457 (provide-theme): Update custom-enabled-themes.
17458 Disable and reenable the `user' theme.
17459 (require-theme): Doc fix.
17460 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17461 (custom-theme-value, custom-theme-variable-value): Likewise.
17462 (custom-theme-reset-internal): Likewise.
17463 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17464 (custom-enable-theme, custom-disable-theme): New functions.
17465 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17466 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17467 (custom-theme-reset-variables): Simplify.
17468 (deftheme, custom-declare-theme, custom-make-theme-feature):
17469 Definitions moved.
17470
17471 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17472
17473 * longlines.el (longlines-show-region)
17474 (longlines-unshow-hard-newlines): Recognize hard newlines by
17475 non-nil hard property, instead of t.
17476
17477 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17478
17479 * viper-cmd.el (viper--key-maps): New variable.
17480 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17481 emulation-mode-map-alists.
17482 (viper-envelop-ESC-key): Use viper-subseq.
17483 (viper-search-forward/backward/next): Disable debug-on-error.
17484
17485 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17486 (viper-ESC-key): New defcustoms.
17487
17488 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17489
17490 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17491 (viper-subseq): Copy of subseq from cl.el.
17492
17493 * viper.el (viper-go-away, viper-set-hooks): Use
17494 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17495
17496 * viper-mous.el (viper-current-frame-saved): Use defvar.
17497
17498 * viper-init.el: Get rid of -face in face names.
17499
17500 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17501 Make it work with longlines mode
17502
17503 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17504
17505 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17506
17507 * ediff-init.el: Get rid of -face in face names.
17508
17509 2005-07-10 Richard M. Stallman <rms@gnu.org>
17510
17511 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17512 and with-timeout-unsuspend.
17513
17514 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17515 and with-timeout-unsuspend.
17516
17517 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17518 (with-timeout): Bind that variable to record timers.
17519 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17520
17521 * emacs-lisp/debug.el (debug-help-follow): New function.
17522 (debugger-mode-map): Use that instead of help-follow.
17523 (debugger-setup-buffer): Use eval-buffer-list
17524 to handle eval-buffer frames.
17525
17526 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17527
17528 * timezone.el (timezone-parse-date): Change first regexp
17529 so it will not mistakenly match dates with no time zone.
17530
17531 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17532
17533 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17534
17535 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17536
17537 * custom.el (custom-initialize-safe-set)
17538 (custom-initialize-safe-default): New functions.
17539
17540 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17541 and simplify :init-value.
17542
17543 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17544 and simplify :init-value. Delete obsolete comment.
17545
17546 * startup.el (command-line): Use `custom-reevaluate-setting' to
17547 handle `tooltip-mode'. Delete obsolete comment.
17548
17549 * files.el (set-visited-file-name): Avoid calling
17550 `file-name-nondirectory' with a nil argument.
17551
17552 2005-07-09 Richard M. Stallman <rms@gnu.org>
17553
17554 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17555 was called with nil for the buffer, handle the read position right.
17556 Handle read position for eval-region, too.
17557
17558 2005-07-09 Juri Linkov <juri@jurta.org>
17559
17560 * fringe.el (fringe-mode): Add period in docstring.
17561 (fringe-query-style): Build prompt depending on `all-frames' arg.
17562
17563 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17564 to not create links to unrelated functions in the Help buffer.
17565
17566 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17567 Doc fix.
17568
17569 * simple.el (next-error-hook): New variable.
17570 (next-error): Use it. Doc fix.
17571
17572 * textmodes/ispell.el (ispell-command-loop): Add current
17573 dictionary name and program name to mode-line-format.
17574 (ispell-region, ispell-process-line): Add current dictionary name
17575 and program name to messages.
17576
17577 2005-07-08 Jay Belanger <belanger@truman.edu>
17578
17579 * calc/calc.el (calc-embedded-announce-formula-alist)
17580 (calc-embedded-open-close-formula-alist)
17581 (calc-embedded-open-close-word-alist)
17582 (calc-embedded-open-close-plain-alist)
17583 (calc-embedded-open-close-new-formula-alist)
17584 (calc-embedded-open-close-mode-alist)
17585 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17586 (calc-embedded-mode-hook): New variables.
17587
17588 * calc/calc-embed.el (calc-embedded-firsttime)
17589 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17590 New variables.
17591 (calc-do-embedded): Use calc-embedded-firsttime,
17592 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17593 determine whether or not to run hooks.
17594 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17595 calc-embedded-firsttime-formula appropriately.
17596 Set calc-embedded delimiter variables according to mode.
17597
17598 2005-07-08 Richard M. Stallman <rms@gnu.org>
17599
17600 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17601 Check for "emacs", etc., as entire symbol, not just as word.
17602 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17603
17604 * files.el (set-visited-file-name): Report the error
17605 for "empty filename" earlier.
17606 (kill-some-buffers): Ignore buffers already dead.
17607
17608 * fringe.el (fringe-mode): Doc fix.
17609
17610 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17611 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17612 Use unwind-protect to ensure byte-compile-unresolved-functions
17613 is updated.
17614
17615 * whitespace.el (whitespace-buffer-leading-cleanup):
17616 Simplify w/ skip-chars-forward.
17617 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17618
17619 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17620 Unconditionally try to leave point at the same old place.
17621
17622 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17623
17624 * comint.el (comint-postoutput-scroll-to-bottom)
17625 (comint-show-maximum-output): Take scroll-margin into consideration.
17626
17627 2005-07-08 Kim F. Storm <storm@cua.dk>
17628
17629 * ido.el (ido-use-filename-at-point): New choice `guess'.
17630 (ido-file-internal): Try ffap-guesser if selected.
17631
17632 * ido.el (ido-before-fallback-functions): New hook.
17633 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17634 (ido-read-file-name): Run it.
17635
17636 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17637
17638 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17639 strings rather than a list of symbols to the completion function.
17640
17641 2005-07-07 Jay Belanger <belanger@truman.edu>
17642
17643 * calc/calc-units.el (math-apply-units): Change the places in
17644 which units are simplified.
17645
17646 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17647
17648 * cus-edit.el (customize-option, customize-option-other-window):
17649 Make them handle aliases.
17650
17651 * custom.el (custom-variable-p): Make it recursively follow
17652 aliases. Mention that in the docstring.
17653
17654 2005-07-07 Richard M. Stallman <rms@gnu.org>
17655
17656 * cus-start.el (exec-path): Use `directory' instead of `file'.
17657 Fix tag for nil.
17658
17659 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17660
17661 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17662 when called non-interactively. Doc fix.
17663
17664 2005-07-07 Lute Kamstra <lute@gnu.org>
17665
17666 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17667 new address as well.
17668
17669 2005-07-07 Kenichi Handa <handa@m17n.org>
17670
17671 * international/mule.el (make-coding-system):
17672 Describe `ascii-incompatible' property in the docstring.
17673 (set-file-name-coding-system): Signal an error if coding-system is
17674 ascii-incompatible.
17675 (set-keyboard-coding-system): Likewise.
17676
17677 * international/mule-cmds.el (set-default-coding-systems):
17678 Don't set default-file-name-coding-system and
17679 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17680
17681 * international/utf-16.el: Declare that all UTF-16-based coding
17682 systems are ASCII-incompatible.
17683
17684 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17685
17686 * progmodes/gud.el: Require font-lock for displaying errors.
17687 Used by gdb-ui.el.
17688
17689 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17690
17691 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17692 values for the pattern lists which are `read'able but not
17693 `append'able (like symbols).
17694
17695 2005-07-06 Richard M. Stallman <rms@gnu.org>
17696
17697 * progmodes/flymake.el (flymake-float-time): Instead of
17698 with-no-warnings, test for xemacs.
17699 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17700 to avoid warning.
17701
17702 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17703
17704 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17705
17706 2005-07-05 Lute Kamstra <lute@gnu.org>
17707
17708 * battery.el: Add support for Darwin (with much debugging help
17709 from Samuel Lauber <sam124@operamail.com>).
17710 (battery-status-function, battery-echo-area-format)
17711 (battery-mode-line-format): Add support for pmset on Darwin.
17712 (battery-load-low, battery-load-critical): New user options.
17713 (battery-pmset): New function.
17714
17715 2005-07-05 Lute Kamstra <lute@gnu.org>
17716
17717 Update FSF's address in GPL notices.
17718
17719 * textmodes/page-ext.el: Update FSF's address.
17720
17721 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17722
17723 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17724 filling from using prefix when filling a single-line docstring.
17725
17726 * progmodes/flymake.el: Remove useless eval-when-compile.
17727
17728 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17729
17730 2005-07-04 Richard M. Stallman <rms@gnu.org>
17731
17732 * textmodes/org.el (org-file-apps-defaults-gnu):
17733 Rename from org-file-apps-defaults-linux.
17734 (org-default-apps): Don't test system-type for `linux'.
17735 (org-file-apps): Doc fix.
17736
17737 2005-07-04 David Ponce <david@dponce.com>
17738
17739 * tree-widget.el: Improve header Commentary section.
17740 (tree-widget) [defgroup]
17741 (tree-widget-image-enable, tree-widget-themes-directory)
17742 (tree-widget-theme, tree-widget-image-properties-emacs)
17743 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17744 (tree-widget-image-formats, tree-widget-control)
17745 (tree-widget-empty-control, tree-widget-leaf-control
17746 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17747 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17748 (tree-widget-keep, tree-widget-after-toggle-functions)
17749 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17750 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17751 :help-echo message.
17752 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17753 (tree-widget-image-properties): Doc fix. Clearer implementation.
17754 (tree-widget--cursors): New constant.
17755 (tree-widget-lookup-image): New function split from
17756 `tree-widget-find-image'. Clearer implementation.
17757 (tree-widget-find-image): Use it.
17758 (tree-widget-button-keymap): Use `set-keymap-parent'.
17759 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17760 Define the sub-widgets here.
17761 (tree-widget-node): Check that :node is not a tree-widget.
17762 (tree-widget-get-super, tree-widget-open-control)
17763 (tree-widget-close-control, tree-widget-empty-control)
17764 (tree-widget-leaf-control, tree-widget-guide)
17765 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17766 (tree-widget-no-handle, tree-widget-value-delete)
17767 (tree-widget-map): Remove.
17768 (tree-widget-children-value-save): Doc fix. Simplified.
17769 (tree-widget-value-create): Update according to previous changes.
17770
17771 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17772
17773 * textmodes/org.el: Leading space replaced by TABS.
17774 (org-recalc-marks, org-table-rotate-recalc-marks)
17775 (org-table-get-specials): Treat "^" and "_" marks.
17776 (org-table-justify-field-maybe): Optional argument NEW.
17777 (org-table-eval-formula): Parsing of the format simplified.
17778 New modes C,I. Honor the %= parameter in the current table.
17779 Avoid unnecessary re-align by using the NEW argument to
17780 `org-table-justify-field-maybe'.
17781 (org-calc-default-modes): Default for date-format mimicks org-mode.
17782 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17783
17784 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17785
17786 * cus-face.el (custom-theme-set-faces): Make it handle face
17787 aliases whose alias declarations are pre- or autoloaded.
17788
17789 2005-07-04 Juri Linkov <juri@jurta.org>
17790
17791 * faces.el (read-face-name): Put the code for getting a face name
17792 from the buffer before adding the faces from the `face' property.
17793 Use `completing-read-multiple' instead of `completing-read'.
17794 Require `crm'. Add default value and post-process the returned
17795 list of faces.
17796
17797 * emacs-lisp/crm.el (crm-find-current-element)
17798 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17799
17800 * emacs-lisp/lisp-mode.el (eval-defun-1):
17801 * emacs-lisp/edebug.el (edebug-eval-defun):
17802 Remove unnecessary quotes.
17803
17804 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17805
17806 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17807 (prolog-indent-level): Fix typo in docstring.
17808
17809 * info.el (Info-history, Info-history-forward)
17810 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17811
17812 * add-log.el (add-change-log-entry):
17813 * comint.el (comint-dynamic-list-input-ring)
17814 (comint-dynamic-list-completions):
17815 * dabbrev.el (dabbrev-expand):
17816 * delim-col.el (delimit-columns-rectangle-line):
17817 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17818 (diff-unified->context):
17819 * ediff-init.el (ediff-abbrev-jobname):
17820 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17821 (ediff-replace-session-activity-marker-in-meta-buffer):
17822 * info.el (Info-summary):
17823 * lpr.el (printify-region):
17824 * printing.el (pr-create-interface):
17825 * ps-print.el (ps-print-quote):
17826 * ses.el (ses-column-widths, ses-print-cell)
17827 (ses-adjust-print-width, ses-center):
17828 * shell.el (shell-file-name-quote-list):
17829 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17830 (strokes-fill-current-buffer-with-whitespace)
17831 (strokes-xpm-for-stroke, strokes-list-strokes)
17832 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17833 * term.el (term-dynamic-list-input-ring)
17834 (term-dynamic-list-completions):
17835 * calc/calc.el (math-format-stack-value):
17836 * emacs-lisp/edebug.el (edebug-display-freq-count):
17837 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17838 (delphi-new-comment-line):
17839 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17840 * progmodes/executable.el (executable-set-magic):
17841 * progmodes/python.el (inferior-python-mode):
17842 * progmodes/scheme.el (scheme-mode-syntax-table):
17843 * progmodes/sh-script.el (sh-maybe-here-document):
17844 * progmodes/sql.el (sql-copy-column):
17845 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17846 * textmodes/bibtex.el (bibtex-mode):
17847 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17848 (sgml-auto-attributes):
17849 * textmodes/table.el (table-insert, table-shorten-cell)
17850 (table--generate-source-scan-lines, table-delete-row)
17851 (*table--cell-delete-char, table--spacify-frame)
17852 (table--horizontally-shift-above-and-below)
17853 (table--cell-insert-char, table--cell-blank-str)
17854 (table--fill-region-strictly):
17855 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17856 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17857
17858 * add-log.el (change-log):
17859 * apropos.el (apropos):
17860 * comint.el (comint-completion, comint-source):
17861 * dabbrev.el (dabbrev):
17862 * delim-col.el (columns):
17863 * diff-mode.el (diff-mode):
17864 * ediff.el (ediff):
17865 * ediff-diff.el (ediff-diff):
17866 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17867 * ediff-mult.el (ediff-mult):
17868 * ediff-ptch.el (ediff-ptch):
17869 * ediff-wind.el (ediff-window):
17870 * facemenu.el (facemenu):
17871 * indent.el (indent):
17872 * info.el (info):
17873 * jka-cmpr-hook.el (compression, jka-compr):
17874 * lpr.el (lpr):
17875 * outline.el (outlines):
17876 * pcmpl-cvs.el (pcmpl-cvs):
17877 * pcmpl-rpm.el (pcmpl-rpm):
17878 * printing.el (printing):
17879 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17880 (ps-print-vertical, ps-print-headers, ps-print-font)
17881 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17882 (ps-print-background, ps-print-printer, ps-print-page)
17883 (ps-print-miscellany):
17884 * ses.el (ses):
17885 * shell.el (shell, shell-directories, shell-faces):
17886 * startup.el (initialization):
17887 * strokes.el (strokes):
17888 * term.el (term):
17889 * uniquify.el (uniquify):
17890 * w32-vars.el (w32):
17891 * calc/calc.el (calc):
17892 * emacs-lisp/bytecomp.el (bytecomp):
17893 * emacs-lisp/cl-indent.el (lisp-indent):
17894 * emacs-lisp/edebug.el (edebug):
17895 * emacs-lisp/elp.el (elp):
17896 * emacs-lisp/testcover.el (testcover):
17897 * emacs-lisp/trace.el (trace):
17898 * emulation/viper-ex.el (viper-ex):
17899 * emulation/viper-mous.el (viper-mouse):
17900 * mail/mailalias.el (mailalias):
17901 * mail/supercite.el (supercite, supercite-frames)
17902 (supercite-attr, supercite-cite, supercite-hooks):
17903 * net/rcompile.el (remote-compile):
17904 * net/rlogin.el (rlogin):
17905 * obsolete/ooutline.el (outlines):
17906 * progmodes/delphi.el (delphi):
17907 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17908 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17909 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17910 (ebnf-optimization):
17911 * progmodes/etags.el (etags):
17912 * progmodes/executable.el (executable):
17913 * progmodes/idlwave.el (idlwave):
17914 * progmodes/pascal.el (pascal):
17915 * progmodes/prolog.el (prolog):
17916 * progmodes/python.el (python):
17917 * progmodes/scheme.el (scheme):
17918 * progmodes/sh-script.el (sh, sh-script):
17919 * progmodes/sql.el (SQL):
17920 * progmodes/tcl.el (tcl):
17921 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17922 * textmodes/enriched.el (enriched):
17923 * textmodes/makeinfo.el (makeinfo):
17924 * textmodes/sgml-mode.el (sgml):
17925 * textmodes/table.el (table-hooks):
17926 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17927 * textmodes/texinfo.el (texinfo):
17928 * textmodes/two-column.el (two-column):
17929 Finish `defgroup' description with period.
17930
17931 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17932 * eshell/esh-var.el (eshell-var):
17933 * progmodes/vhdl-mode.el (vhdl-testbench):
17934 * textmodes/org.el (org): Fix typos in docstrings.
17935
17936 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17937 consistency.
17938
17939 * progmodes/flymake.el (flymake-find-file): Remove.
17940 (flymake-float-time): Use `with-no-warnings'.
17941 (flymake-check-start-time, flymake-check-was-interrupted)
17942 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17943 (flymake-new-err-info): `defvar' at compile time.
17944
17945 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17946
17947 * replace.el (occur-hook): Doc fix.
17948 (occur-1): Don't call `occur-hook' if there are no matches.
17949
17950 2005-07-03 Richard M. Stallman <rms@gnu.org>
17951
17952 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17953 global-map, save the same map.
17954 (global-map): Don't alter it at top level.
17955 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17956 Then alter it here instead.
17957 (tpu-edt-off): Set global-map to the saved one.
17958
17959 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17960 All references simplified.
17961 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17962 (zmacs-regions): Add defvar.
17963 (repeat-complex-command-map): Everything about that deleted.
17964
17965 * textmodes/artist.el (artist-key-is-drawing)
17966 (artist-key-endpoint1, artist-key-poly-point-list)
17967 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17968 (artist-key-compl-table, artist-rb-save-data)
17969 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17970 Don't put them in eval-when-compile.
17971 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17972
17973 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17974 Use with-no-warnings.
17975
17976 * net/browse-url.el (dos-windows-version): Add defvar.
17977
17978 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17979
17980 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17981 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17982 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17983 Add defvar.
17984 (rmail-summary-beginning-of-message): Use with-no-warnings.
17985 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17986
17987 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17988 Use with-no-warnings.
17989
17990 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17991 (c-mark-function): Add point-moving-unit property.
17992 (vi-goto-line): Use with-no-warnings.
17993
17994 * emulation/edt.el (edt-last-copied-word): Add defvar.
17995 (zmacs-region-stays): Likewise.
17996 (edt-mark-section-wisely): Use c-mark-function for C.
17997 Use makr-defun for Fortran.
17998 (time-string): defvar deleted.
17999 (edt-display-the-time): Don't set time-string.
18000
18001 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18002
18003 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18004 Don't warn when name is not constant
18005 or for defining the group `emacs'.
18006
18007 * tooltip.el (gud-tooltip-mode): Add defvar.
18008
18009 * startup.el (default-frame-background-mode): Add defvar.
18010
18011 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18012
18013 * info.el (tool-bar-map): Add defvar.
18014
18015 * dired.el (dnd-protocol-alist): Add defvar.
18016
18017 * dired-aux.el (dired-query): Display question with answer, when
18018 the user answers.
18019
18020 * custom.el (custom-add-option): Doc fix.
18021
18022 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18023
18024 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18025
18026 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18027 bogus name from the last change.
18028
18029 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18030
18031 * custom.el (custom-declare-variable): Fix typos in comment.
18032 (custom-known-themes): Doc fix.
18033 (custom-theme-directory): New defcustom.
18034 (require-theme): Make it check `custom-theme-directory'.
18035
18036 * cus-theme.el (custom-new-theme-mode): New function.
18037 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18038 (custom-theme-description): Add compiler defvars.
18039 (customize-create-theme): Add doc to the "*New Custom Theme*"
18040 buffer. Use `custom-new-theme-mode'.
18041 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18042 and save it to the `custom-theme-directory'. Make this the
18043 default directory of the buffer.
18044
18045 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18046
18047 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18048 Fix unbalanced parentheses.
18049
18050 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18051
18052 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18053 into flymake-mode and delegate to flymake-mode.
18054
18055 * find-file.el (ff-which-function-are-we-in): Clean up.
18056
18057 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18058
18059 * replace.el (occur-rename-buffer): Fix docstring.
18060
18061 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18062 (edt-last-copied-word, edt-learn-macro-count)
18063 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18064 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18065 (time-string, zmacs-region-stays):
18066 * emulation/edt-mapper.el (edt-save-function-key-map)
18067 (EDT-key-name): `defvar' to silence the byte-compiler.
18068
18069 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18070
18071 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18072 font-lock-regexp-backslash. Doc fix.
18073 (font-lock-regexp-backslash-grouping-construct): Rename from
18074 font-lock-regexp-backslash-construct. Doc fix.
18075 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18076 grouping constructs.
18077
18078 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18079
18080 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18081 updating all the prerequisites.
18082
18083 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18084
18085 * textmodes/org.el (org-agenda-start-on-weekday)
18086 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18087 (org-agenda-use-time-grid, org-archive-location)
18088 (org-allow-space-in-links, org-usenet-links-prefer-google)
18089 (org-enable-table-editor, org-export-default-language)
18090 (org-export-html-show-new-buffer, org-fill-paragraph)
18091 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18092 (org-goto-quit, org-occur, org-eval-in-calendar)
18093 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18094 (org-agenda-diary-entry, org-remember-help)
18095 (org-table-convert-region, org-at-table-p)
18096 (org-table-move-row-down, org-table-move-row-up)
18097 (org-table-copy-region, org-table-toggle-vline-visibility)
18098 (org-table-get-stored-formulas, org-table-get-specials)
18099 (org-recalc-commands, org-table-eval-formula)
18100 (org-table-formula-substitute-names, orgtbl-make-binding)
18101 (org-format-org-table-html, org-format-table-table-html)
18102 (org-format-table-table-html-using-table-generate-source)
18103 (org-customize): Fix typos in docstrings.
18104 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18105 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18106 (org-back-to-heading): Doc fixes.
18107 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18108 (org-agenda-change-all-lines, org-get-header):
18109 Improve argument/docstring consistency.
18110 (orgtbl-error): Fix error message.
18111
18112 * progmodes/flymake.el (flymake-find-possible-master-files)
18113 (flymake-master-file-compare, flymake-get-line-err-count)
18114 (flymake-highlight-line, flymake-gui-warnings-enabled):
18115 Fix typos in docstrings.
18116 (flymake-parse-line, flymake-get-project-include-dirs-function)
18117 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18118 Doc fixes.
18119 (flymake-get-project-include-dirs-function)
18120 (flymake-make-err-menu-data):
18121 Improve argument/docstring consistency.
18122
18123 2005-07-01 Lute Kamstra <lute@gnu.org>
18124
18125 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18126 Catch errors with ignore-errors. Use temporary buffer.
18127 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18128
18129 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18130 background color faces.
18131 (facemenu-set-foreground, facemenu-set-background):
18132 Use facemenu-set-face-from-menu.
18133 (facemenu-set-face-from-menu): Treat face names that start with
18134 "fg:" or "bg:" as special.
18135 (facemenu-add-new-color): Don't create faces. Simplify.
18136
18137 2005-06-30 Richard M. Stallman <rms@gnu.org>
18138
18139 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18140 (crm-find-current-element): Likewise.
18141
18142 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18143
18144 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18145
18146 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18149 (archive-mouse-extract): Make it an obsolete alias.
18150 (archive-mode-map): Don't use archive-mouse-extract any more.
18151 (archive-mode, archive-extract): write-contents-hooks ->
18152 write-contents-functions.
18153 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18154 first arg.
18155 (archive-rename-entry): Update the call.
18156 (archive-zip-summarize): Remove unused var `method'.
18157 (archive-lzh-summarize): Remove unused var `creator'.
18158
18159 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18160 dedicated frame upon exit.
18161
18162 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18163 (archive-zip-extract, archive-zip-expunge)
18164 (archive-zip-update, archive-zip-update-case): Use executable-find.
18165 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18166 Use restore-buffer-modified-p.
18167 (archive-extract, archive-add-new-member, archive-write-file-member):
18168 Use with-current-buffer.
18169 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18170
18171 2005-06-30 Andreas Schwab <schwab@suse.de>
18172
18173 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18174
18175 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18176
18177 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18178
18179 2005-06-30 Juri Linkov <juri@jurta.org>
18180
18181 * faces.el (vertical-border): Inherit from mode-line-inactive
18182 only on tty.
18183
18184 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18185
18186 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18187 example, -NLINES in the `occur' docstring).
18188
18189 * replace.el (occur-1): When no matches are found, do not set the
18190 `buffer-read-only' and modified flags for the occur buffer,
18191 because it is deleted.
18192
18193 * emulation/cua-base.el (cua-check-pending-input)
18194 (cua-repeat-replace-region, cua-mode, cua-debug)
18195 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18196 Fix typos in docstrings.
18197
18198 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18199 (cua-cut-region-to-global-mark)
18200 (cua--cut-rectangle-to-global-mark):
18201 Remove period from end of messages.
18202
18203 * emulation/cua-rect.el (cua-do-rectangle-padding):
18204 Remove period from end of messages.
18205 (cua--rectangle-seq-format): Fix typo in docstring.
18206 (cua-sequence-rectangle, cua-fill-char-rectangle):
18207 Improve argument/docstring consistency.
18208
18209 2005-06-29 Juri Linkov <juri@jurta.org>
18210
18211 * faces.el (default-frame-background-mode): New internal variable.
18212 (frame-set-background-mode): Use it.
18213
18214 * startup.el (normal-top-level): Set default-frame-background-mode
18215 instead of frame-background-mode. Before setting it, test for its
18216 nil value. Remove tests for frame-background-mode and frame
18217 parameter `reverse'. Add test for "unspecified-fg".
18218
18219 * term/xterm.el (xterm-rxvt-set-background-mode):
18220 * term/rxvt.el (rxvt-set-background-mode):
18221 Set default-frame-background-mode instead of frame-background-mode.
18222
18223 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18224
18225 * simple.el (set-variable): Warn about obsolete user variables.
18226
18227 * imenu.el (imenu--completion-buffer):
18228 * mouse.el (mouse-buffer-menu-alist):
18229 * msb.el (msb-invisible-buffer-p):
18230 * calendar/diary-lib.el (diary-header-line-format):
18231 * emacs-lisp/pp.el (pp-buffer):
18232 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18233 * textmodes/picture.el (picture-replace-match):
18234 Change space constants followed by a sexp to "?\s ".
18235
18236 * play/decipher.el (decipher-loop-with-breaks):
18237 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18238 constants "protected" from end of line by a comment to "?\s".
18239
18240 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * font-lock.el (save-buffer-state): Use `declare'.
18243
18244 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18245 reset the syntax-table to cperl-mode-syntax-table.
18246 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18247 "foo_print_bar" is not matched as a reserved keyword.
18248
18249 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18250
18251 * textmodes/org.el (orgtbl-setup): New function, for delayed
18252 setup for the orgtbl commands.
18253 (org-calc-default-modes): New option.
18254 (orgtbl-make-binding): Use `defun' to get better help display.
18255 (org-diary): Call `org-compile-prefix-format'.
18256 (org-table-formula-substitute-names): New function.
18257 (org-agenda-day-view, org-agenda-week-view): New commands.
18258 (org-agenda-toggle-week-view): Command removed.
18259 (org-tbl-menu): Split off from org-org-menu.
18260 (org-mode): Move removal of outline-mode menus to here.
18261 (org-table-formula-debug): New option.
18262 (org-table-insert-row): Keep first field if just "#" or "*".
18263 (org-mode): Paragraph regexps fixed.
18264 (org-table-recalculate-regexp): New constant.
18265 (org-table-justify-field-maybe): Avoid replace if not necessary.
18266 (org-copy-special, org-cut-special): Use `call-interactively'.
18267 (org-table-copy-region): Take region from `interactive' call.
18268 (org-trim): Return string even if no match.
18269 (org-formula): New face.
18270 (org-set-font-lock-defaults): No longer highlight "FIXME".
18271 But highlight formula-related fields in table.
18272 (org-table-p): Use regexp, not fontification.
18273 (org-table-align): Handle white space at end of line.
18274 (org-table-formula-evaluate-inline): New option.
18275 (org-mode): Auto-wrapping in comment lines turned off.
18276 (org-table-copy-down): Evaluate only in copied field, not in
18277 destination.
18278 (org-table-current-formula): Variable removed.
18279 (org-table-store-formulas, org-table-get-stored-formulas)
18280 (org-table-modify-formulas, org-table-replace-in-formulas)
18281 (org-table-maybe-eval-formula): New functions.
18282 (org-table-get-formula): Modify to use stored formulas.
18283 (org-table-insert-column, org-table-delete-column)
18284 (org-table-move-column): Call `org-table-modify-formulas'.
18285 (org-complete): Add completion for keyword formulas.
18286 (orgtbl-mode): Pull orgtbl-mode-map to start of
18287 minor-mode-map-alist.
18288
18289 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * progmodes/python.el (python-check): Require `compile' before
18292 modifying its variables.
18293
18294 * newcomment.el (comment-indent-default): Don't get fooled by an early
18295 end of buffer.
18296
18297 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18298
18299 * ps-print.el (ps-print-version): Fix version number.
18300
18301 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18302
18303 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18304
18305 2005-06-28 Richard M. Stallman <rms@gnu.org>
18306
18307 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18308 (flyspell-local-mouse-map): Declaration deleted.
18309 (flyspell-mouse-map): Bind only mouse-2.
18310 (flyspell-mode-map): Don't test flyspell-use-local-map.
18311 (flyspell-overlay-keymap-property-name): Var deleted.
18312 (flyspell-mode-on): Don't make local bindings for
18313 flyspell-mouse-map and flyspell-mode-map.
18314 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18315
18316 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18317
18318 * progmodes/compile.el (compilation-next-error-function):
18319 Don't switch buffers; operate on the current buffer.
18320
18321 * progmodes/compile.el (compilation-error-file-name)
18322 (compilation-warning-file-name, compilation-info-file-name)
18323 (compilation-line-number, compilation-column-number): New faces.
18324 (compilation-error-face, compilation-warning-face)
18325 (compilation-info-face, compilation-line-face)
18326 (compilation-column-face): Use them.
18327
18328 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18329
18330 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18331
18332 * bindings.el (global-map): Bind insertchar and its variants.
18333
18334 2005-06-27 Richard M. Stallman <rms@gnu.org>
18335
18336 * textmodes/artist.el (artist-text-overwrite)
18337 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18338
18339 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18340
18341 * ps-print.el: It was not working the page selection for printing.
18342 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18343 (ps-print-version): New version 6.6.7.
18344 (ps-end-sheet): New fun.
18345 (ps-header-sheet, ps-end-job): Call it.
18346
18347 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18348
18349 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18350
18351 2005-06-27 Lute Kamstra <lute@gnu.org>
18352
18353 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18354 background color faces.
18355 (facemenu-get-face): Delete function.
18356 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18357 (facemenu-add-new-color): Make second argument mandatory.
18358 Create the appropriate face and return it. Simplify.
18359 (facemenu-set-foreground, facemenu-set-background): Don't check if
18360 color is defined. Use return value of facemenu-add-new-color.
18361
18362 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18363
18364 * progmodes/gud.el (gud-filter): Add missing argument to
18365 with-selected-window.
18366
18367 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18370 a :require to the defcustom.
18371
18372 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18373 defcustoms corresponding to minor modes.
18374
18375 2005-06-26 David Ponce <david@dponce.com>
18376
18377 * recentf.el: Require tree-widget instead of wid-edit.
18378 (recentf-filename-handler): Fix widget :type.
18379 (recentf-cancel-dialog, recentf-open-more-files)
18380 (recentf-open-files-action): Doc fix.
18381 (recentf-dialog-goto-first): New function.
18382 (recentf-dialog-mode-map): Set parent keymap first.
18383 (recentf-dialog-mode): Define with define-derived-mode.
18384 Don't display continuation lines in dialogs.
18385 (recentf-edit-list): Rename from recentf-edit-selected-items.
18386 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18387 Simplify.
18388 (recentf-edit-list-validate): New function.
18389 (recentf-edit-list): Update accordingly.
18390 (recentf-open-files-item-shift): Remove.
18391 (recentf-open-files-item): Convert menu elements into tree and
18392 link widgets. Don't create the widgets.
18393 (recentf-open-files): Update accordingly.
18394 (recentf-save-list): Untabify.
18395
18396 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18397
18398 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18399 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18400 partially contained in the active region. Do not take active
18401 region into account when called from Lisp, unless INTERACTIVE arg
18402 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18403 avoid trouble with fields. Make marker point nowhere when no
18404 longer used. Always return nil. Doc fix.
18405 (flush-lines): Add INTERACTIVE arg. Do not take active region
18406 into account when called from Lisp, unless INTERACTIVE arg is
18407 non-nil. Use `forward-line' instead of `beginning-of-line' to
18408 avoid trouble with fields. Make marker point nowhere when no
18409 longer used. Always return nil. Doc fix.
18410 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18411 interchangeable. Do not take active region into account when
18412 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18413 message in echo area when called from Lisp, unless INTERACTIVE arg
18414 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18415 Return the number of matches. Doc fix.
18416 (occur): Doc fix.
18417 (perform-replace): Make comment follow double space convention for
18418 the sake of `outline-minor-mode'.
18419
18420 * faces.el (facep): Doc fix.
18421
18422 2005-06-25 Richard M. Stallman <rms@gnu.org>
18423
18424 * facemenu.el (facemenu-enable-faces-p): New function.
18425 (facemenu-background-menu, facemenu-foreground-menu)
18426 (facemenu-face-menu): Add menu-enable property.
18427
18428 * jka-compr.el (jka-compr-insert-file-contents):
18429 Special handling if cannot find the uncompression program.
18430
18431 * cus-face.el (custom-face-attributes): Add autoload.
18432
18433 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18434 Bind comment-indent-function locally.
18435
18436 * window.el (save-selected-window): Use save-current-buffer.
18437
18438 * subr.el (with-selected-window): Use save-current-buffer.
18439
18440 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18441 and with-current-buffer.
18442
18443 2005-06-24 Richard M. Stallman <rms@gnu.org>
18444
18445 * simple.el (line-move-1): Fix previous change.
18446
18447 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18448
18449 * replace.el (occur-1): Set `buffer-read-only' and the
18450 buffer-modified flag before running `occur-hook' to protect
18451 against unintentional buffer switches that can lead to data loss.
18452
18453 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18454
18455 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18456 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18457 initial error.
18458
18459 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18460 after fresh input.
18461 (gdb-var-create-handler): Put name of expression in quotes.
18462
18463 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18464
18465 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18466 elements of RING in order, and without bogus nil elements.
18467
18468 2005-06-23 Richard M. Stallman <rms@gnu.org>
18469
18470 * simple.el (set-variable): Args renamed; doc fix.
18471 (line-move-1): When there are overlays around, use vertical-motion.
18472
18473 * faces.el (escape-glyph): Use brown against light background.
18474 (nobreak-space): Rename from no-break-space.
18475 Fix previous change.
18476
18477 * dired-aux.el (dired-do-copy): Fix arg prompt.
18478
18479 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18480
18481 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18482
18483 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18484 rather than "Distributor".
18485
18486 2005-06-23 Lute Kamstra <lute@gnu.org>
18487
18488 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18489 (debug-on-entry): Use it. New interactive declaration that uses
18490 function-called-at-point.
18491
18492 2005-06-23 Kim F. Storm <storm@cua.dk>
18493
18494 * subr.el (save-match-data): Add comment about using evaporate arg
18495 to set-match-data.
18496
18497 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18498
18499 * cus-edit.el (customize-face)
18500 (customize-face-other-window): Handle face aliases.
18501
18502 * faces.el (face-documentation, set-face-attribute)
18503 (face-spec-set): Handle face aliases.
18504
18505 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18506
18507 * help-mode.el (help-make-xrefs): If a symbol representing a face
18508 name is not followed by the word "face", it could still be a
18509 function or variable name, so don't bypass other checks.
18510
18511 2005-06-22 Juri Linkov <juri@jurta.org>
18512
18513 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18514 Replace aliased functions with calls where second arg `inherit' is t.
18515
18516 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18517
18518 * progmodes/gdb-ui.el (gdb-error): New variable.
18519 (gdb-error): New function.
18520 (gdb-annotation-rules): Act on error-begin and error annotations.
18521 (gdb-concat-output): Use font-lock-warning-face for errors.
18522
18523 2005-06-22 Miles Bader <miles@gnu.org>
18524
18525 * bindings.el (propertized-buffer-identification): Use renamed
18526 `Buffer-menu-buffer' face.
18527
18528 * faces.el (vertical-border): Rename from `vertical-divider'.
18529 (escape-glyph): Change dark-background color back to `cyan'.
18530
18531 2005-06-21 Juri Linkov <juri@jurta.org>
18532
18533 * faces.el (face-user-default-spec): Try getting `customized-face'
18534 prior to `saved-face'.
18535 (frame-background-mode): Refill docstring.
18536
18537 * emacs-lisp/lisp-mode.el (eval-defun-1):
18538 * emacs-lisp/edebug.el (edebug-eval-defun):
18539 Set `saved-face' temporarily to nil before calling form.
18540 Set `customized-face' to the new spec after that.
18541
18542 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18543
18544 * subr.el (1value, lambda, key-substitution-in-progress):
18545 Doc fixes.
18546
18547 * autoinsert.el (auto-insert-alist):
18548 * ses.el (ses-call-printer):
18549 * subr.el (noreturn):
18550 * emacs-lisp/lisp.el (check-parens):
18551 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18552 * net/browse-url.el (browse-url-mosaic):
18553 * progmodes/cc-defs.el (c-safe-scan-lists):
18554 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18555 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18556 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18557 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18558 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18559 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18560
18561 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18562
18563 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18564
18565 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18566
18567 * calendar/appt.el (appt-make-list): Activate the package, if
18568 not already active (for backwards compatibility).
18569
18570 2005-06-20 Kim F. Storm <storm@cua.dk>
18571
18572 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18573
18574 2005-06-20 Miles Bader <miles@gnu.org>
18575
18576 * faces.el (vertical-divider): New face.
18577
18578 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * simple.el (kill-whole-line): Doc fix.
18581 (next-error-buffer-p, next-error-find-buffer)
18582 (clone-indirect-buffer): Fix typos in docstrings.
18583 (comment-line-break-function): Doc fix: don't say variable
18584 is automatically buffer-local (it isn't).
18585
18586 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18587
18588 * net/tramp-ftp.el (top):
18589 * net/tramp-smb.el (top):
18590 * net/tramp-util.el (top):
18591 * net/tramp-uu.el (top):
18592 * net/tramp-vc.el (top):
18593 * net/tramp.el (top): Revert copyright years back to original
18594 ones. Tramp has a life outside GNU Emacs.
18595
18596 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18597
18598 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18599
18600 2005-06-18 Juri Linkov <juri@jurta.org>
18601
18602 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18603 end of first regexp to limit the match to the position between
18604 line number and source line with same separator character as used
18605 between file name and line number. In the second regexp limit
18606 mouse-face area to file name and line number by adding new group
18607 for them and referring it in HYPERLINK arg.
18608 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18609 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18610 previous line where grep markers may be already removed.
18611
18612 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18613
18614 * progmodes/ps-mode.el: Update version and maintainer's email address.
18615
18616 2005-06-18 Steve Youngs <steve@xemacs.org>
18617
18618 * net/browse-url.el (browse-url-browser-function)
18619 (browse-url-default-browser): Add firefox.
18620 (browse-url-firefox-program, browse-url-firefox-arguments)
18621 (browse-url-firefox-startup-arguments)
18622 (browse-url-firefox-new-window-is-tab): New defcustoms.
18623 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18624
18625 2005-06-17 Richard M. Stallman <rms@gnu.org>
18626
18627 * startup.el (command-line): Warn if specified user name has
18628 no home directory.
18629
18630 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18631 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18632
18633 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18634 Doc fixes.
18635
18636 * faces.el (underline): Try bold if terminal doesn't support underline.
18637
18638 * mail/sendmail.el (mail-setup-with-from): New variable.
18639 (mail-insert-from-field): New function.
18640 (sendmail-send-it): Call it.
18641 (mail-setup): Optionally call it here.
18642
18643 * term/linux.el: Call tty-no-underline.
18644
18645 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18646
18647 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18648
18649 2005-06-17 Miles Bader <miles@gnu.org>
18650
18651 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18652 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18653 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18654 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18655 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18656 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18657 Remove "-face" suffix from face names.
18658 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18659 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18660 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18661 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18662 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18663 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18664 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18665 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18666 New backward-compatibility aliases for renamed faces.
18667 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18668 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18669 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18670 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18671 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18672 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18673 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18674 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18675 Use renamed ediff faces.
18676
18677 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18678 Remove "-face" suffix from face names.
18679 (eshell-test-ok-face, eshell-test-failed-face):
18680 New backward-compatibility aliases for renamed faces.
18681 (eshell-run-test): Use renamed eshell-test faces.
18682
18683 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18684 face name.
18685 (eshell-prompt-face): New backward-compatibility alias for renamed
18686 face.
18687 (eshell-emit-prompt): Use renamed eshell-prompt face.
18688
18689 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18690 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18691 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18692 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18693 Remove "-face" suffix from face names.
18694 (eshell-ls-directory-face, eshell-ls-symlink-face)
18695 (eshell-ls-executable-face, eshell-ls-readonly-face)
18696 (eshell-ls-unreadable-face, eshell-ls-special-face)
18697 (eshell-ls-missing-face, eshell-ls-archive-face)
18698 (eshell-ls-backup-face, eshell-ls-product-face)
18699 (eshell-ls-clutter-face):
18700 New backward-compatibility aliases for renamed faces.
18701 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18702
18703 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18704 Remove "-face" suffix from face name.
18705 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18706 instead of literal face.
18707
18708 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * emacs-lisp/warnings.el (display-warning, lwarn)
18711 (warning-minimum-log-level): Doc fixes.
18712 (warning-minimum-level, warning-minimum-log-level):
18713 Add :debug to :type choices.
18714
18715 * progmodes/ada-mode.el (ada-format-paramlist)
18716 (ada-get-indent-case, ada-check-matching-start)
18717 (ada-check-defun-name, ada-goto-matching-decl-start)
18718 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18719 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18720 (ada-make-subprogram-body): Follow error conventions.
18721 (ada-case-exception-file, ada-indent-comment-as-code)
18722 (ada-indent-handle-comment-special, ada-indent-renames)
18723 (ada-indent-return, ada-search-directories-internal)
18724 (ada-tab-policy, ada-case-exception-substring)
18725 (ada-other-file-alist, ada-matching-start-re)
18726 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18727 (ada-imenu-generic-expression, ada-compile-goto-error)
18728 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18729 (ada-popup-menu, ada-add-extensions, ada-mode)
18730 (ada-region-selected, ada-create-case-exception)
18731 (ada-create-case-exception-substring, ada-after-keyword-p)
18732 (ada-activate-keys-for-case, ada-adjust-case-region)
18733 (ada-adjust-case-buffer, ada-format-paramlist)
18734 (ada-scan-paramlist, ada-insert-paramlist)
18735 (ada-indent-newline-indent)
18736 (ada-indent-newline-indent-conditional)
18737 (ada-justified-indent-current, ada-goto-previous-word)
18738 (ada-indent-current, ada-get-indent-open-paren)
18739 (ada-get-indent-paramlist, ada-get-indent-end)
18740 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18741 (ada-get-indent-block-start, ada-get-indent-subprog)
18742 (ada-get-indent-noindent, ada-get-indent-label)
18743 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18744 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18745 (ada-goto-stmt-end, ada-goto-next-word)
18746 (ada-check-matching-start, ada-check-defun-name)
18747 (ada-goto-matching-decl-start, ada-goto-matching-start)
18748 (ada-goto-matching-end, ada-search-ignore-string-comment)
18749 (ada-in-decl-p, ada-looking-at-semi-or)
18750 (ada-looking-at-semi-private, ada-in-paramlist-p)
18751 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18752 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18753 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18754 (ada-previous-package, ada-create-menu)
18755 (ada-fill-comment-paragraph-justify)
18756 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18757 (ada-other-file-name, ada-last-which-function-line)
18758 (ada-last-which-function-subprog, ada-which-function)
18759 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18760 (ada-gen-treat-proc, ada-check-emacs-version)
18761 (ada-continuation-indent, ada-align-region-separate):
18762 Fix typos in docstrings.
18763 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18764
18765 2005-06-16 Lute Kamstra <lute@gnu.org>
18766
18767 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18768 conditionally.
18769
18770 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18771
18772 * comint.el (comint-replace-by-expanded-filename)
18773 (comint-prompt-regexp, comint-delimiter-argument-list)
18774 (comint-preinput-scroll-to-bottom):
18775 * info.el (Info-hide-cookies-node):
18776 * ls-lisp.el (ls-lisp-classify):
18777 * find-file.el (ff-search-directories, ff-special-constructs)
18778 (ff-find-other-file):
18779 * font-lock.el (font-lock-keywords):
18780 * shell.el (shell-prompt-pattern)
18781 (shell-dynamic-complete-functions, shell-mode)
18782 (shell-delimiter-argument-list):
18783 * term.el (term-replace-by-expanded-filename)
18784 (term-prompt-regexp, term-delimiter-argument-list):
18785 * woman.el (woman-ignore, woman0-if):
18786 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18787 * emacs-lisp/elint.el (elint-init-env):
18788 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18789 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18790 * language/ethio-util.el (ethio-tilde-escape)
18791 (ethio-use-three-dot-question):
18792 * net/zone-mode.el (zone-mode-load-time-setup):
18793 * progmodes/cc-align.el (c-lineup-argcont):
18794 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18795 * progmodes/cperl-mode.el (cperl-set-style-back):
18796 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18797 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18798 Fix spellings in docstrings.
18799
18800 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18801 * progmodes/modula2.el (m2-for): Fix spellings.
18802
18803 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18804
18805 * simple.el (undo-more): Don't use `format' on `error' arguments.
18806 Improve argument/docstring consistency.
18807 (pending-undo-list): Doc fix.
18808
18809 * smerge-mode.el (smerge-ensure-match):
18810 * emulation/vip.el (vip-ex):
18811 * net/zone-mode.el (zone-mode-update-serial):
18812 * progmodes/idlwave.el (idlwave-complete):
18813 * progmodes/vhdl-mode.el (vhdl-visit-file)
18814 (vhdl-compose-wire-components):
18815 Don't use `format' on `error' arguments.
18816
18817 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18818 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18819 (tooltip-help-tips): Fix typos in docstrings.
18820
18821 2005-06-16 David Ponce <david@dponce.com>
18822
18823 * tree-widget.el (tree-widget-value-create): Simplify last change.
18824
18825 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18826
18827 * ido.el (ido-incomplete-regexp): New variable.
18828 (ido-set-matches-1): Handle invalid-regexp error and set
18829 ido-incomplete-regexp.
18830 (ido-incomplete-regexp): New face.
18831 (ido-completions): Use it.
18832 (ido-complete, ido-exit-minibuffer, ido-completions):
18833 Handle incomplete regexps.
18834 (ido-completions): Add check for complete match when entering a regexp.
18835
18836 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18837
18838 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18839
18840 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18841
18842 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18843 by field delimiters.
18844
18845 2005-06-15 David Ponce <david@dponce.com>
18846
18847 * tree-widget.el: eval-and-compile inlined functions so they will
18848 be available at run-time too.
18849 (tree-widget-super-format-handler)
18850 (tree-widget-format-handler): Remove.
18851 (tree-widget-value-create): Handle the :indent property.
18852
18853 2005-06-15 Miles Bader <miles@gnu.org>
18854
18855 * progmodes/which-func.el (which-func): Only inherit
18856 `font-lock-function-name-face' when that makes sense against the
18857 default mode-line face, otherwise set the face color explicitly.
18858
18859 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18860 faces instead of (non-existent) variables.
18861
18862 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18865 (iswitchb-get-matched-buffers): Likewise. Simplify.
18866
18867 2005-06-14 Miles Bader <miles@gnu.org>
18868
18869 * progmodes/ld-script.el (ld-script-location-counter):
18870 Remove "-face" suffix from face name.
18871 (ld-script-location-counter-face):
18872 New backward-compatibility alias for renamed face.
18873 (ld-script-location-counter-face): Use renamed face.
18874
18875 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18876 (cperl-hash): Remove "-face" suffix from face names.
18877 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18878 New backward-compatibility aliases for renamed faces.
18879 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18880 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18881
18882 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18883 name.
18884 (which-func-face): New backward-compatibility alias for renamed face.
18885 (which-func-format): Use renamed which-func face.
18886
18887 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18888 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18889 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18890 names.
18891 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18892 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18893 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18894 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18895 (vhdl-speedbar-architecture-selected)
18896 (vhdl-speedbar-configuration-selected)
18897 (vhdl-speedbar-package-selected)
18898 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18899 names.
18900 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18901 Use renamed faces.
18902 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18903 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18904 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18905 Use renamed faces.
18906 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18907 names.
18908 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18909 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18910 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18911 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18912 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18913 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18914
18915 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18916 face name.
18917 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18918 (sh-heredoc-face): Use renamed sh-heredoc face.
18919
18920 * progmodes/idlw-help.el (idlwave-help-link):
18921 Remove "-face" suffix from face name.
18922 (idlwave-help-link-face):
18923 New backward-compatibility alias for renamed face.
18924 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18925
18926 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18927 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18928 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18929 New backward-compatibility aliases for renamed faces.
18930 (idlwave-shell-disabled-breakpoint-face)
18931 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18932
18933 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18934 Remove "-face" suffix from face names.
18935 (flymake-errline-face, flymake-warnline-face):
18936 New backward-compatibility aliases for renamed faces.
18937 (flymake-highlight-line): Use renamed flymake faces.
18938
18939 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18940 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18941 (ebrowse-member-class, ebrowse-progress):
18942 Remove "-face" suffix from face names.
18943 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18944 (ebrowse-file-name-face, ebrowse-default-face)
18945 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18946 (ebrowse-progress-face):
18947 New backward-compatibility aliases for renamed faces.
18948 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18949 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18950 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18951 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18952
18953 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18954 antlr-syntax)
18955 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18956 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18957 names.
18958 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18959 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18960 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18961 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18962 backward-compatibility aliases for renamed faces.
18963 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18964 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18965 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18966 remove "font-lock-". Use renamed antlr-mode faces.
18967 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18968 literal face-names with face variable references.
18969
18970 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18971 face name.
18972 (Buffer-menu-buffer-face): New backward-compatibility alias for
18973 renamed face.
18974 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18975
18976 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18977
18978 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18979 Eliminate "-face" suffix.
18980 (makefile-targets): Inherit from font-lock-function-name-face and
18981 eliminate "-face" suffix.
18982 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18983 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18984 actions, instead of prepending, to make it less visible.
18985 (makefile-previous-dependency, makefile-match-dependency):
18986 Don't match a target on a continuation line.
18987
18988 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18989
18990 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18991
18992 * progmodes/gdb-ui.el (menu): Re-order menu items.
18993 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18994
18995 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18996 Define in tooltip.el.
18997 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18998 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18999 gud-tooltip-echo-area.
19000
19001 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19002 backward compatibility and make obsolete.
19003 (tooltip-help-tips): Use tooltip-use-echo-area.
19004 (tooltip-show-help-function): Rename to...
19005 (tooltip-show-help): ...this, because it is a function.
19006 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19007
19008 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19009
19010 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19011 (edebug-print-length, edebug-print-level, edebug-print-circle)
19012 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19013 (edebug-eval-print-last-sexp): Doc fixes.
19014
19015 2005-06-14 Kim F. Storm <storm@cua.dk>
19016
19017 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19018 as the coverage buffer/file/both may change.
19019
19020 2005-06-14 Lute Kamstra <lute@gnu.org>
19021
19022 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19023 and run-mode-hooks. Simplify.
19024
19025 * mail/rmailedit.el (rmail-edit-mode):
19026 * progmodes/octave-inf.el (inferior-octave-mode):
19027 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19028
19029 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19030 and run-mode-hooks.
19031 (recentf-edit-list, recentf-open-files): Don't call
19032 kill-all-local-variables directly.
19033
19034 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19035
19036 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19037
19038 * emacs-lisp/byte-run.el (make-obsolete)
19039 (define-obsolete-function-alias): Rename arguments FUNCTION and
19040 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19041 (make-obsolete-variable, define-obsolete-variable-alias):
19042 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19043 respectively.
19044
19045 * isearchb.el (isearchb-activate):
19046 * pcvs.el (cvs-mode):
19047 * ses.el (ses-load):
19048 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19049 * net/tramp.el (tramp-find-file-exists-command)
19050 (tramp-find-shell):
19051 * progmodes/ada-mode.el (ada-create-case-exception)
19052 (ada-create-case-exception-substring, ada-make-subprogram-body):
19053 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19054 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19055 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19056 * textmodes/org.el (org-promote, org-evaluate-time-range)
19057 (org-agenda-next-date-line, org-agenda-previous-date-line)
19058 (org-agenda-error, org-open-at-point, org-table-move-row)
19059 (org-format-table-table-html-using-table-generate-source)
19060 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19061 * textmodes/reftex.el (reftex-access-scan-info):
19062 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19063 (reftex-toc-promote-prepare): Follow error conventions.
19064
19065 * diff-mode.el (diff-mode): Fix typo in docstring.
19066
19067 * forms.el (forms--intuit-from-file): Fix reference to
19068 `forms-number-of-fields' in error message.
19069 (forms-print): Fix quoting in error message.
19070
19071 * forms.el (forms-mode):
19072 * emulation/vi.el (vi-goto-insert-state):
19073 * progmodes/flymake.el (flymake-new-err-info)
19074 (flymake-start-syntax-check-for-current-buffer)
19075 (flymake-simple-cleanup):
19076 * eshell/esh-var.el (eshell/export):
19077 * progmodes/gud.el (xdb):
19078 * textmodes/flyspell.el (flyspell-incorrect-hook)
19079 (flyspell-maybe-correct-transposition)
19080 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19081
19082 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19083
19084 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19085 minibuffer prompt.
19086
19087 2005-06-13 Kim F. Storm <storm@cua.dk>
19088
19089 * subr.el (add-to-ordered-list): New defun.
19090
19091 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19092 add cua--keymap-alist to emulation-mode-map-alists.
19093
19094 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * subr.el (complete-in-turn): New macro.
19097 (dynamic-completion-table, lazy-completion-table): Add debug info.
19098
19099 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19100 in preference to face aliases.
19101
19102 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19103 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19104 Remove unused vars `start' and `firstline'.
19105 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19106 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19107
19108 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19109
19110 * cus-start.el (all): Don't complain about missing GTK-related
19111 variables, unless either `gtk' is boundp or this isn't a
19112 `windows-nt' build.
19113
19114 2005-06-13 Lute Kamstra <lute@gnu.org>
19115
19116 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19117 run-mode-hooks.
19118
19119 * ediff-mult.el (ediff-meta-mode):
19120 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19121
19122 * ledit.el (ledit-mode): Use delay-mode-hooks.
19123
19124 * woman.el (woman-mode-line-format): Delete constant.
19125 (woman-mode-map): Initialize it properly.
19126 (woman-mode): Set mode-class property to special.
19127 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19128 Set major-mode and mode-name. Don't set mode-line-format directly.
19129 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19130
19131 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19132 string argument obsolete.
19133
19134 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19135
19136 * textmodes/org.el (org-CUA-compatible): New option.
19137 (org-disputed-keys): New variable.
19138 (org-key): New function.
19139 (orgtbl-make-binding): Add docstring to the created function.
19140 (org-mode): Set paragraph start/separate regexps.
19141 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19142 (org-archive-location, org-archive-mark-done)
19143 (org-archive-stamp-time): New options.
19144 (org-archive-subtree): New command.
19145 (org-fill-paragraph): New function.
19146 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19147 (org-fake-empty-table-line): Function removed.
19148 (org-format-org-table-html): Do not create empty table lines at
19149 separator lines. Improved table header treatment.
19150 (org-link-format): New option.
19151 (org-make-link): New function.
19152 (org-insert-link, org-store-link): Use org-make-link.
19153 (org-open-file): Quote file name for shell command, to allow
19154 spaces in file names.
19155 (org-link-regexp): Fix bug with mailto link.
19156 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19157 New constants.
19158 (org-export-as-html): Deal with the optional angles around a link.
19159 Better treatment of file: links.
19160 (org-open-at-point): Replace @{ and @} with < and >.
19161 (org-run-mode-hooks): Function removed.
19162 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19163
19164 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19165
19166 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19167 MI command -data-list-register-values.
19168 (gdb-post-prompt): Indent properly.
19169
19170 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19171
19172 * hilit-chg.el (highlight-changes-colors): Rename from
19173 `highlight-changes-colours'.
19174 (highlight-changes-colours): Keep as obsolete alias.
19175 (highlight-changes-face-list): Doc fix.
19176 (hilit-chg-make-list): Use `highlight-changes-colors'.
19177
19178 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19179
19180 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19181 defun-prompt-regexp.
19182
19183 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19184
19185 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19186 and cygwin.
19187
19188 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19189 Don't use an old loaddefs.el, as in Makefile.in.
19190
19191 2005-06-12 Lute Kamstra <lute@gnu.org>
19192
19193 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19194
19195 * man.el (Man-mode-map): Initialize it properly.
19196 (Man-mode): Set mode-class property to special.
19197
19198 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19199
19200 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19201
19202 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19203 A newline is needed in the docstring there.
19204
19205 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19206 Doc fixes.
19207
19208 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19209
19210 * printing.el: Doc fix. The menubar is no more changed when printing
19211 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19212 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19213 (pr-version): New version number (6.8.4).
19214 (pr-menu-bind): New command.
19215 (pr-update-menus): Docstring and code fix.
19216 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19217 Docstring fix.
19218 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19219 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19220
19221 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19222
19223 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19224 "Returns" to "return", document useful return values, etc.
19225
19226 2005-06-11 Alan Mackenzie <acm@muc.de>
19227
19228 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19229 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19230 (adaptive-file-function): Minor amendment to doc-string.
19231
19232 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19233
19234 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19235 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19236 Fix :type--it is `integer', not `string'.
19237
19238 * faces.el (modeline-highlight): Rename from (the erroneous)
19239 `modeline-higilight'.
19240
19241 2005-06-11 Lute Kamstra <lute@gnu.org>
19242
19243 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19244 lisp-interaction-mode-map but make it the parent.
19245 (edebug-eval-mode): Use define-derived-mode.
19246
19247 2005-06-11 Andreas Schwab <schwab@suse.de>
19248
19249 * bindings.el: Add binding of `ESC functionkey' for every
19250 `M-functionkey'.
19251 * hexl.el (hexl-mode-map): Likewise.
19252
19253 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19254
19255 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19256 [msft]: update regexp for newer msft compilers.
19257
19258 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19259
19260 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19261 ATTLIST portions of included DTDs.
19262 (xml-parse-dtd): Eliminate use of inefficient match-data.
19263
19264 2005-06-10 Miles Bader <miles@gnu.org>
19265
19266 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19267 (mpuz-text): Remove "-face" suffix from face names.
19268 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19269 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19270 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19271
19272 * play/gomoku.el (gomoku-O, gomoku-X):
19273 Remove "-face" suffix from face names.
19274 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19275 New backward-compatibility aliases for renamed faces.
19276 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19277
19278 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19279
19280 * thumbs.el: Fixes for changes of 2005-06-09.
19281 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19282 as a directory.
19283 (thumbs-thumbname): Remove directory separator from format string;
19284 `thumbs-thumbsdir' now returns a valid directory name.
19285 (thumbs-temp-dir): New defsubst.
19286 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19287 Use it.
19288
19289 * cus-edit.el (minibuffer):
19290 * files.el (make-backup-file-name-function):
19291 * filesets.el (filesets-external-viewers):
19292 * hilit-chg.el (highlight-changes-colours)
19293 (highlight-changes-face-list, highlight-changes-rotate-faces):
19294 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19295 * kmacro.el (kmacro-call-macro):
19296 * log-edit.el (log-edit-changelog-full-paragraphs):
19297 * mouse.el (mouse-1-click-follows-link):
19298 * skeleton.el (skeleton-autowrap):
19299 * subr.el (insert-for-yank-1):
19300 * tempo.el (tempo-insert-region):
19301 * terminal.el (terminal-emulator):
19302 * time.el (display-time-mail-face):
19303 * vc.el (vc-annotate):
19304 * vcursor.el (vcursor-copy-line):
19305 * woman.el (woman-bold-headings, woman-ignore)
19306 (woman-default-faces, woman-monochrome-faces):
19307 * calendar/todo-mode.el (todo-insert-threshold):
19308 * emulation/pc-select.el (pc-select-selection-keys-only)
19309 (pc-selection-mode):
19310 * emulation/vip.el (vip-find-char-forward):
19311 * emulation/viper-cmd.el (viper-find-char-forward):
19312 * international/mule-cmds.el
19313 (select-safe-coding-system-accept-default-p)
19314 (input-method-exit-on-invalid-key):
19315 * international/mule-diag.el (describe-coding-system):
19316 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19317 * net/browse-url.el (browse-url-xterm-program):
19318 * obsolete/lazy-lock.el (lazy-lock-mode):
19319 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19320 (cperl-mode):
19321 * progmodes/cpp.el (cpp-face-light-name-list)
19322 (cpp-face-dark-name-list):
19323 * progmodes/delphi.el (delphi-newline-always-indents):
19324 Fix spellings in docstrings.
19325
19326 * ido.el (ido-mode, ido-file-extensions-order)
19327 (ido-default-file-method, ido-default-buffer-method)
19328 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19329 (ido-decorations, ido-read-file-name-as-directory-commands)
19330 (ido-read-file-name-non-ido, ido-work-directory-list)
19331 (ido-ignore-item-temp-list, ido-current-directory)
19332 (ido-magic-forward-char, ido-enter-find-file)
19333 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19334 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19335
19336 2005-06-10 Lute Kamstra <lute@gnu.org>
19337
19338 * play/dunnet.el (dun-mode): Use define-derived-mode.
19339 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19340 obsolete alias.
19341
19342 * play/doctor.el (doctor-mode-map): Remove defvar.
19343 (doctor-mode): Use define-derived-mode.
19344
19345 * mail/mspools.el (mspools-mode):
19346 * net/eudc-hotlist.el (eudc-hotlist-mode):
19347 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19348
19349 2005-06-10 Miles Bader <miles@gnu.org>
19350
19351 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19352 Remove "-face" suffix from face names.
19353 (flyspell-incorrect-face, flyspell-duplicate-face):
19354 New backward-compatibility aliases for renamed faces.
19355 (flyspell-mode-on, make-flyspell-overlay)
19356 (flyspell-highlight-incorrect-region)
19357 (flyspell-highlight-duplicate-region)
19358 (flyspell-display-next-corrections)
19359 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19360
19361 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19362 from face name.
19363 (texinfo-heading-face): New backward-compatibility alias for
19364 renamed face.
19365 (texinfo-heading-face): Use renamed texinfo-heading face.
19366
19367 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19368 suffix from face names.
19369 (tex-math-face, tex-verbatim-face):
19370 New backward-compatibility aliases for renamed faces.
19371 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19372 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19373 literal face name.
19374
19375 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19376 name.
19377 (table-cell-face): New backward-compatibility alias for renamed face.
19378 (table--put-cell-face-property, table--update-cell-face):
19379 Use renamed table-cell face.
19380
19381 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19382 from face name.
19383 (sgml-namespace-face): New backward-compatibility alias for
19384 renamed face.
19385 (sgml-namespace-face): Use renamed sgml-namespace face.
19386
19387 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19388 (org-level-4, org-level-5, org-level-6, org-level-7)
19389 (org-level-8, org-warning, org-headline-done)
19390 (org-deadline-announce, org-scheduled-today)
19391 (org-scheduled-previously, org-link, org-done, org-table)
19392 (org-time-grid): Remove "-face" suffix from face names.
19393 (org-level-1-face, org-level-2-face, org-level-3-face)
19394 (org-level-4-face, org-level-5-face, org-level-6-face)
19395 (org-level-7-face, org-level-8-face, org-warning-face)
19396 (org-headline-done-face, org-deadline-announce-face)
19397 (org-scheduled-today-face, org-scheduled-previously-face)
19398 (org-link-face, org-done-face, org-table-face)
19399 (org-time-grid-face):
19400 New backward-compatibility aliases for renamed faces.
19401 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19402 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19403 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19404 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19405
19406 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19407 (viper-minibuffer-emacs, viper-minibuffer-insert)
19408 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19409 (viper-search-face, viper-replace-overlay-face)
19410 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19411 (viper-minibuffer-vi-face):
19412 New backward-compatibility aliases for renamed faces.
19413 (viper-search-face, viper-replace-overlay-face)
19414 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19415 (viper-minibuffer-vi-face): Use renamed viper faces.
19416
19417 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19418 Remove "-face" suffix from face names.
19419 (testcover-nohits-face, testcover-1value-face):
19420 New backward-compatibility aliases for renamed faces.
19421 (testcover-mark): Use renamed testcover faces.
19422
19423 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19424 face name.
19425 (diary-button-face): New backward-compatibility alias for renamed face.
19426 (diary-entry): Use renamed diary-button face.
19427
19428 * calendar/calendar.el (diary, calendar-today, holiday)
19429 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19430 (diary-face, calendar-today-face, holiday-face):
19431 New backward-compatibility aliases for renamed faces.
19432 (eval-after-load "facemenu", diary-entry-marker)
19433 (calendar-today-marker, calendar-holiday-marker, diary-face):
19434 Use renamed calendar faces.
19435
19436 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19437 (compare-windows-face): New backward-compatibility alias for
19438 renamed face.
19439 (compare-windows-highlight): Use renamed compare-windows face.
19440
19441 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19442 (strokes-char-face): New backward-compatibility alias for renamed face.
19443 (strokes-encode-buffer): Use renamed strokes-char face.
19444
19445 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19446 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19447 Remove "-face" suffix from face names.
19448 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19449 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19450 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19451 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19452 Use renamed pcvs faces.
19453 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19454 * pcvs-defs.el (cvs-mode-map): Likewise.
19455 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19456
19457 * info.el (info-title-1, info-title-2, info-title-3)
19458 (info-title-4): Remove "-face" suffix from and downcase face names.
19459 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19460 (Info-title-4-face):
19461 New backward-compatibility aliases for renamed faces.
19462 (Info-fontify-node): Use renamed info faces.
19463
19464 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19465 Remove "-face" suffix from face names.
19466 (highlight-changes-face, highlight-changes-delete-face):
19467 New backward-compatibility aliases for renamed faces.
19468 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19469 (hilit-chg-make-list): Use renamed highlight-changes faces.
19470
19471 * generic-x.el (show-tabs-tab, show-tabs-space):
19472 Remove "-face" suffix from face names.
19473 (show-tabs-tab-face, show-tabs-space-face):
19474 New backward-compatibility aliases for renamed faces.
19475 (show-tabs-generic-mode-font-lock-defaults-1)
19476 (show-tabs-generic-mode-font-lock-defaults-2):
19477 Use renamed show-tabs faces.
19478
19479 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19480 (smerge-markers): Remove "-face" suffix from face names.
19481 (smerge-mine-face, smerge-other-face, smerge-base-face)
19482 (smerge-markers-face):
19483 New backward-compatibility aliases for renamed faces.
19484 (smerge-mine-face, smerge-other-face, smerge-base-face)
19485 (smerge-markers-face): Use renamed smerge faces.
19486
19487 * log-view.el (log-view-file, log-view-message): Remove "-face"
19488 suffix from face names.
19489 (log-view-file-face, log-view-message-face):
19490 New backward-compatibility aliases for renamed faces.
19491 (log-view-file-face, log-view-message-face): Use renamed log-view
19492 faces.
19493
19494 * paren.el (show-paren-match, show-paren-mismatch):
19495 Remove "-face" suffix from face names.
19496 (show-paren-match-face, show-paren-mismatch-face):
19497 New backward-compatibility aliases for renamed faces.
19498 (show-paren-function): Use renamed show-paren faces.
19499
19500 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19501 (ruler-mode-margins, ruler-mode-fringes)
19502 (ruler-mode-column-number, ruler-mode-fill-column)
19503 (ruler-mode-comment-column, ruler-mode-goal-column)
19504 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19505 suffix from face names.
19506 (ruler-mode-default-face, ruler-mode-pad-face)
19507 (ruler-mode-margins-face, ruler-mode-fringes-face)
19508 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19509 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19510 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19511 New backward-compatibility aliases for renamed faces.
19512 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19513 (ruler-mode-column-number, ruler-mode-fill-column)
19514 (ruler-mode-comment-column, ruler-mode-goal-column)
19515 (ruler-mode-tab-stop, ruler-mode-current-column)
19516 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19517 faces.
19518
19519 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19520 face name.
19521 (whitespace-highlight-the-space): Use renamed face.
19522 (whitespace-highlight-face): New backward-compatibility alias for
19523 renamed face.
19524
19525 * woman.el (woman-italic, woman-bold, woman-unknown)
19526 (woman-addition, woman-symbol-face):
19527 Remove "-face" suffix from face names.
19528 (woman-italic-face, woman-bold-face, woman-unknown-face)
19529 (woman-addition-face):
19530 New backward-compatibility aliases for renamed faces.
19531 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19532 (woman-decode-region, woman-replace-match)
19533 (woman-display-extended-fonts, woman-special-characters)
19534 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19535 Use renamed woman faces.
19536
19537 * longlines.el (longlines-visible-face): Face removed.
19538
19539 * diff-mode.el (diff-header, diff-file-header, diff-index)
19540 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19541 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19542 suffix from face names.
19543 (diff-header-face, diff-file-header-face, diff-index-face)
19544 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19545 (diff-changed-face, diff-function-face, diff-context-face)
19546 (diff-nonexistent-face): New backward-compatibility aliases for
19547 renamed faces.
19548 (diff-header-face, diff-file-header-face)
19549 (diff-index, diff-index-face, diff-hunk-header)
19550 (diff-hunk-header-face, diff-removed, diff-removed-face)
19551 (diff-added, diff-added-face, diff-changed-face, diff-function)
19552 (diff-function-face, diff-context-face, diff-nonexistent)
19553 (diff-nonexistent-face): Use renamed diff-mode faces.
19554
19555 * progmodes/compile.el (compilation-warning-face)
19556 (compilation-info-face): Remove "-face" suffix from face names.
19557 (compilation-warning-face, compilation-info-face):
19558 New backward-compatibility aliases for renamed faces.
19559 (compilation-warning-face, compilation-info-face):
19560 Use renamed compilation faces.
19561
19562 * add-log.el (change-log-date, change-log-name)
19563 (change-log-email, change-log-file, change-log-list)
19564 (change-log-conditionals, change-log-function)
19565 (change-log-acknowledgement): Remove "-face" suffix from face names.
19566 (change-log-date-face, change-log-name-face)
19567 (change-log-email-face, change-log-file-face)
19568 (change-log-list-face, change-log-conditionals-face)
19569 (change-log-function-face, change-log-acknowledgement-face):
19570 New backward-compatibility aliases for renamed faces.
19571 (change-log-font-lock-keywords): Use renamed change-log faces.
19572
19573 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19574 (custom-set, custom-changed, custom-saved, custom-button)
19575 (custom-button-pressed, custom-documentation, custom-state)
19576 (custom-comment, custom-comment-tag, custom-variable-tag)
19577 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19578 (custom-group-tag): Remove "-face" suffix from face names.
19579 (custom-magic-alist, custom-magic-value-create)
19580 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19581 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19582 (custom-set-face, custom-changed-face, custom-saved-face)
19583 (custom-button-face, custom-button-pressed-face)
19584 (custom-documentation-face, custom-state-face)
19585 (custom-comment-face, custom-comment-tag-face)
19586 (custom-variable-tag-face, custom-variable-button-face)
19587 (custom-face-tag-face, custom-group-tag-face-1)
19588 (custom-group-tag-face):
19589 New backward-compatibility aliases for renamed faces.
19590
19591 * wid-edit.el (widget-documentation, widget-button)
19592 (widget-field, widget-single-line-field, widget-inactive)
19593 (widget-button-pressed): "-face" suffix removed from face names.
19594 (widget-documentation-face, widget-button-face)
19595 (widget-field-face, widget-single-line-field-face)
19596 (widget-inactive-face, widget-button-pressed-face):
19597 New backward-compatibility aliases for renamed faces.
19598 (widget-documentation-face, widget-button-face)
19599 (widget-button-pressed-face, widget-specify-field)
19600 (widget-specify-inactive): Use renamed widget faces.
19601
19602 2005-06-10 Kenichi Handa <handa@m17n.org>
19603
19604 * term/x-win.el (x-clipboard-yank): Remove condition-case
19605 wrapping.
19606
19607 2005-06-11 Kenichi Handa <handa@m17n.org>
19608
19609 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19610 date lines stricter.
19611
19612 2005-06-10 Zhang Wei <id.brep@gmail.com>
19613
19614 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19615 of x-get-selection.
19616
19617 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19618
19619 * comint.el (comint-mode, comint-snapshot-last-prompt):
19620 * frame.el (frame-current-scroll-bars):
19621 * term.el (term-mode, term-check-proc, term-input-sender)
19622 (term-simple-send, term-extract-string, term-word)
19623 (term-match-partial-filename):
19624 * window.el (window-current-scroll-bars):
19625 * emulation/cua-base.el (cua-normal-cursor-color)
19626 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19627 (cua-global-mark-cursor-color):
19628 * mail/undigest.el (rmail-forward-separator-regex):
19629 Fix typos in docstrings.
19630
19631 * comint.el (comint-check-proc, make-comint-in-buffer)
19632 (comint-source-default): Doc fixes.
19633
19634 * term.el (term-send-string): Improve argument/docstring consistency.
19635
19636 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19637
19638 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19639 call to `delete-region'.
19640 (comint-mode-hook): Do not enable Font Lock by default.
19641
19642 2005-06-09 Lute Kamstra <lute@gnu.org>
19643
19644 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19645 could be void.
19646
19647 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19650 (debug): Use it.
19651 (debugger-step-through, debugger-continue, debugger-jump)
19652 (debugger-return-value): Set it when needed.
19653 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19654 Use inhibit-read-only.
19655
19656 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19657
19658 * window.el (shrink-window-if-larger-than-buffer)
19659 (window-size-fixed): Fix typo in docstring.
19660
19661 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19662 thumbnails directory on loading.
19663 (thumbs-conversion-program): Use `eq' to check the system type,
19664 not `equal'.
19665 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19666 not "/tmp". Fix docstring.
19667 (thumbs-thumbsdir): New function to return the thumbnails
19668 directory, creating it if needed.
19669 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19670 (thumbs-temp-file): Delete variable and make it into a function.
19671 (thumbs-resize-image, thumbs-modify-image): Use it.
19672 (thumbs-kill-buffer): Simplify.
19673 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19674 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19675 docstrings.
19676
19677 2005-06-09 Kim F. Storm <storm@cua.dk>
19678
19679 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19680 set-match-data to free markers in match-data.
19681
19682 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19683 match-data to unchain markers in match-data.
19684
19685 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19686
19687 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19688 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19689 unnecessary now.
19690
19691 2005-06-08 Richard M. Stallman <rms@gnu.org>
19692
19693 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19694 give the variable a doc string that doesn't say don't set it directly.
19695
19696 * textmodes/ispell.el (ispell-check-version):
19697 Use match-string-no-properties.
19698 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19699 (ispell-buffer-local-words): Likewise.
19700
19701 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19702 except on terminals with enough colors to really display it.
19703 (makefile-dependency-regex): Delete spurious `bb'.
19704
19705 * faces.el (escape-glyph): Use blue once again in last case.
19706 (no-break-space): Redefine so that it isn't invisible on a tty.
19707
19708 2005-06-08 Kim F. Storm <storm@cua.dk>
19709
19710 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19711 also when reading directory name.
19712
19713 2005-06-08 Lute Kamstra <lute@gnu.org>
19714
19715 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19716 (flyspell-mode-line-string): Remove autoload cookie.
19717 (flyspell-mode): Remove defvar.
19718
19719 2005-06-07 Lute Kamstra <lute@gnu.org>
19720
19721 * textmodes/org.el (org-run-mode-hooks): New function.
19722 (org-agenda-mode): Use it.
19723
19724 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19725
19726 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19727
19728 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19729
19730 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19731
19732 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19733
19734 * font-lock.el (font-lock-add-keywords): Doc fix.
19735
19736 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19739 (tex-compile-default): In the absence of any history, use the order in
19740 tex-compile-alist to choose the preferred command.
19741 (tex-compile-commands): Reorder a bit.
19742
19743 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19744 (flyspell-incorrect-face, flyspell-duplicate-face):
19745 Use (X)Emacs-agnostic code.
19746 (flyspell-mode-map): Don't overwrite at each load. Remove code
19747 redundant with the subsequent add-minor-mode. Merge Emacs and
19748 XEmacs code.
19749 (flyspell-word): Minor simplification.
19750 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19751 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19752 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19753 Merge the corresponding Emacs code.
19754 (flyspell-correct-word, flyspell-xemacs-popup):
19755 Use flyspell-do-correct.
19756
19757 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19758 a dedicated window.
19759
19760 * international/latexenc.el (latexenc-find-file-coding-system):
19761 Undo part of last patch, to turn off a compiler warning.
19762
19763 2005-06-06 Juri Linkov <juri@jurta.org>
19764
19765 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19766 Rename `tmm-inactive-face' to `tmm-inactive'.
19767
19768 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19769
19770 * iswitchb.el: Rename faces.
19771
19772 2005-06-06 Kim F. Storm <storm@cua.dk>
19773
19774 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19775 (cua-global-mark): Remove -face suffix from face names.
19776
19777 * emulation/cua-gmrk.el (cua--init-global-mark):
19778 Remove cua-global-mark face setup.
19779
19780 2005-06-06 Richard M. Stallman <rms@gnu.org>
19781
19782 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19783 just like other allowed characters.
19784 (makefile-match-dependency): Exclude leading and training whitespace
19785 from the range of regexp subexp 1.
19786 (makefile-macroassign-regex): Don't try to match the body,
19787 just the name of the macro being defined.
19788
19789 * info.el (Info-read-node-name-2): New function.
19790 (Info-read-node-name-1): Use that.
19791 Add a completion-base-size-function property.
19792
19793 * simple.el (completion-setup-function): Look for
19794 completion-base-size-function property of minibuffer-completion-table.
19795
19796 * files.el (locate-file-completion): Doc fix.
19797
19798 * printing.el: Don't call pr-update-menus; user must do that.
19799
19800 * emacs-lisp/debug.el (debugger-window): New variable.
19801 (debug): Use debugger-window if it is set and still alive.
19802 Record debugger-window for next entry.
19803
19804 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19805
19806 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19807
19808 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19809 (hack-one-local-variable, hack-local-variables)
19810 (hack-local-variables-prop-line): Pass that arg.
19811
19812 2005-06-06 Kim F. Storm <storm@cua.dk>
19813
19814 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19815 (ido-indicator): Remove -face suffix from face names.
19816
19817 2005-06-06 Juri Linkov <juri@jurta.org>
19818
19819 * font-lock.el (font-lock-regexp-backslash)
19820 (font-lock-regexp-backslash-construct): New faces.
19821 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19822 after `('. Add `while-no-input' to control structures.
19823
19824 * faces.el (no-break-space, shadow): New faces.
19825 (escape-glyph): Use less loud colors pink2 and red4.
19826
19827 * diff-mode.el (diff-context-face)
19828 * dired.el (dired-ignored)
19829 * rfn-eshadow.el (file-name-shadow)
19830 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19831
19832 * info.el (Info-title-1-face): Use green instead of yellow because
19833 bold yellow is not readable on light backgrounds.
19834
19835 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19836 before selecting the desired mode to not spend time fontifying
19837 old contents.
19838
19839 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19840
19841 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19842 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19843
19844 * ps-print.el (ps-default-fg, ps-default-bg):
19845 Fix typos in docstrings.
19846
19847 * isearchb.el (isearchb): Don't pass a spurious second argument to
19848 `iswitchb-completions'.
19849
19850 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19851
19852 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19853 to preserve point.
19854 (gdb-find-file-hook): Add doc string.
19855
19856 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19857 C dereferenced pointer expression.
19858 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19859
19860 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19861
19862 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19863 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19864 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19865 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19866 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19867 Make background transparent.
19868
19869 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19870
19871 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19872 (font-lock-remove-keywords): Doc fix.
19873 (font-lock-mode-major-mode): Compiler defvar.
19874 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19875
19876 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19877 (font-lock-mode): Update `font-lock-mode-major-mode'.
19878 (font-lock-set-defaults): Compiler defvar.
19879 (font-lock-default-function): Take `font-lock-mode-major-mode'
19880 into account.
19881
19882 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19883 keep track of which major mode it enabled the minor mode for.
19884 Use find-file-hook again. Update docstring.
19885
19886 * simple.el (eval-expression-print-level)
19887 (eval-expression-print-length, eval-expression-debug-on-error):
19888 Doc fixes.
19889
19890 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19891
19892 * iswitchb.el (iswitchb-single-match-face)
19893 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19894 (iswitchb-invalid-regexp-face): New faces.
19895 (iswitchb-completions): Use them.
19896 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19897 now marked as an obsolete alias.
19898 (iswitchb-read-buffer): Remove check for bound font variables.
19899 (iswitchb-invalid-regexp): New free variable.
19900 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19901 set iswitchb-invalid-regexp.
19902 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19903 invalid regexps.
19904 (iswitchb-completions): Add check for complete match when entering
19905 a regexp.
19906 (iswitchb-completions): Remove require-match argument.
19907 (iswitchb-exhibit): Fix caller.
19908 (iswitchb-common-match-inserted): New variable.
19909 (iswitchb-complete, iswitchb-completion-help): Use it.
19910
19911 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19912
19913 * url-http.el (url-http-chunked-encoding-after-change-function):
19914 Use `url-http-debug' instead of `message'.
19915
19916 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19917
19918 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19919 callback argument.
19920
19921 2005-06-04 Kim F. Storm <storm@cua.dk>
19922
19923 * simple.el (line-move): Only call sit-for when moving backwards.
19924
19925 * ido.el (ido-make-merged-file-list-1): New defun split from
19926 ido-make-merged-file-list.
19927 (ido-make-merged-file-list): Bind throw-on-input around call to
19928 ido-make-merged-file-list-1. Return input-pending-p if
19929 interrupted by more input available.
19930 (ido-read-internal): Handle input-pending-p return value from
19931 ido-make-merged-file-list.
19932
19933 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19936 compatibility code.
19937
19938 * international/latexenc.el (latexenc-find-file-coding-system):
19939 Don't inherit the EOL part of the coding-system from the
19940 tex-main buffer. Fit within 80 columns.
19941
19942 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19943
19944 * tmm.el (tmm-inactive-face): New face.
19945 (tmm-remove-inactive-mouse-face): New function.
19946 (tmm-prompt, tmm-add-one-shortcut)
19947 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19948 but not selectable.
19949
19950 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19951
19952 * faces.el (face-equal): Improve argument/docstring consistency.
19953
19954 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19955
19956 * progmodes/make-mode.el (makefile-targets-face)
19957 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19958 (makefile-bsdmake-dependency-regex)
19959 (makefile-makepp-rule-action-regex)
19960 (makefile-bsdmake-rule-action-regex): New constants.
19961 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19962
19963 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19964 Allow (...) within `...' for makepp messages.
19965
19966 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19967
19968 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19969
19970 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19971 "." files are deleted from all file lists before comparison.
19972
19973 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19974 (viper-ESC-key): Made them customizable.
19975
19976 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19977
19978 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19979
19980 * autorevert.el (auto-revert-buffers): Use save-match-data.
19981
19982 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19985 menu items with a nil command binding.
19986
19987 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19988
19989 * emacs-lisp/cl-macs.el (defsetf):
19990 Improve argument/docstring consistency.
19991
19992 * faces.el (list-faces-display): Improve the formatting by
19993 computing the maximum length required for any face-name (reworked
19994 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19995 (internal-find-face): Remove redundant info in docstring.
19996
19997 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19998
19999 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20000 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20001 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20002 (gdb-assembler-custom): Improve regexps.
20003 (def-gdb-auto-update-handler): Use window point to preserve point.
20004
20005 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20008
20009 2005-05-31 Jay Belanger <belanger@truman.edu>
20010
20011 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20012 to calc-embedded.
20013 (calc-embedded-make-info): Have plain prefix argument select
20014 entire line.
20015
20016 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20017
20018 * faces.el (list-faces-display): Signal error if passed a regexp
20019 that matches no face name.
20020
20021 * simple.el (filter-buffer-substring): Fix typo in docstring.
20022
20023 2005-05-31 Richard M. Stallman <rms@gnu.org>
20024
20025 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20026 (vhdl-emacs-21): Doc fix.
20027 (vhdl-mode): Unconditionally set comment-padding.
20028 (vhdl-fixup-whitespace-region): Insert spaces only where
20029 there are none.
20030 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20031
20032 2005-05-30 John Wiegley <johnw@newartisans.com>
20033
20034 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20035 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20036 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20037 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20038 `string-to-number'.
20039
20040 2005-05-30 Jay Belanger <belanger@truman.edu>
20041
20042 * calc/calc.el (calc-bug-address): Fix docstring.
20043 (calc-window-hook, calc-trail-window-hook): New variables.
20044 (calc-trail-display): Restore use of calc-trail-window-hook.
20045 (calc): Restore use of calc-window-hook.
20046
20047 2005-05-31 Masatake YAMATO <jet@gyve.org>
20048
20049 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20050
20051 * help-fns.el (help-C-file-name): Add autoload mark for
20052 `find-function-noselect'.
20053
20054 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20057 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20058
20059 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20060
20061 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20062 included diary buffer if it was not already being visited.
20063 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20064
20065 * calendar/icalendar.el (top-level): Do not require appt.
20066
20067 * mail/supercite.el (sc-select-attribution): Only use a list
20068 element from sc-attrib-selection-list if it returns a string.
20069 Reported by Davide G. M. Salvetti <salve@debian.org>.
20070
20071 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20072
20073 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20074 includes a hash value to improve its uniqueness, and has a ".jpg"
20075 extension. Also, it is now a valid filename on all systems.
20076 (thumbs-make-thumb): Use `let', not `let*'.
20077 (thumbs-show-thumbs-list): Check for JPEG availability.
20078
20079 2005-05-30 Richard M. Stallman <rms@gnu.org>
20080
20081 * filesets.el (filesets-menu-ensure-use-cached):
20082 Prevent warning when emacs-version>= is undefined.
20083
20084 * printing.el (pr-interactive-n-up): Use string-to-number.
20085
20086 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20087
20088 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20089 Warn only when name to be defined is quoted.
20090
20091 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20092
20093 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20094 Make regexp more robust.
20095 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20096 Force regeneration of disassembly.
20097
20098 2005-05-29 Jay Belanger <belanger@truman.edu>
20099
20100 * calc/calc.el (calc-user-invocation): Check if
20101 calc-invocation-macro is non-nil.
20102
20103 2005-05-29 Juri Linkov <juri@jurta.org>
20104
20105 * add-log.el (change-log-font-lock-keywords):
20106 Add `+' to e-mail regexp to accept mail address with keywords.
20107
20108 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20109
20110 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20111
20112 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20113
20114 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20115
20116 2005-05-29 Richard M. Stallman <rms@gnu.org>
20117
20118 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20119 Undo the change that moves to end of the current word.
20120
20121 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20122
20123 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20124 Throw error when count <= 0 to ensure input is a number.
20125 (gdb-read-memory-custom): Pick up address from buffer.
20126 (gdb-memory-mode): Allow user to increment and decrement
20127 memory address from header line.
20128
20129 2005-05-29 Richard M. Stallman <rms@gnu.org>
20130
20131 * flyspell.el (flyspell-version): Function deleted.
20132 (flyspell-auto-correct-previous-hook): Doc fix.
20133
20134 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20135 Do nothing if memory is full.
20136
20137 * font-lock.el (font-lock-fontify-syntactically-region):
20138 Pass t for GREEDY to looking-back.
20139
20140 * saveplace.el (save-place-alist-to-file): Write the file
20141 using write-region.
20142
20143 * subr.el (looking-back): New argument GREEDY.
20144
20145 * progmodes/compile.el (compilation-start): Set the mode
20146 before inserting the initial text.
20147
20148 * progmodes/which-func.el (which-func-update-1): Turn the mode
20149 off in case of error by setting which-func-mode.
20150
20151 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20152
20153 * flyspell.el (flyspell-auto-correct-previous-word):
20154 Narrow down to what's on the screen, and recenter overlays
20155 at the end of the next word.
20156
20157 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20158
20159 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20160 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20161 (flyspell-abbrev-p): Default to nil.
20162 (flyspell-use-global-abbrev-table-p): Doc fix.
20163 (flyspell-large-region): Allow nil as value.
20164 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20165
20166 (mail-mode-flyspell-verify): More robust handling
20167 of `mail-header-separator'. More efficient signature detection.
20168 Allow for regexp metacharacters in message-header-separator.
20169 Adding `To' not to be checked in mail-mode-flyspell-verify.
20170
20171 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20172 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20173 Bind flyspell-auto-correct-binding.
20174 Bind C-. and C-, .
20175 (flyspell-mode-map): Likewise.
20176 (flyspell-mode): Doc fix.
20177 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20178 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20179 (flyspell-word-cache-result): New var, always local.
20180 (flyspell-check-pre-word-p): Doc fix.
20181 (flyspell-check-changed-word-p): Handle spc like newline.
20182 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20183 (flyspell-word-search-backward, flyspell-word-search-forward):
20184 New functions.
20185 (flyspell-word): Return t if nothing to check.
20186 When parsing TeX code, check for after } or \.
20187 Use flyspell-word-search-backward to find previous word.
20188 Return nil if duplicated word.
20189 For word already checked, return same value as last time.
20190 Set flyspell-word-cache-result after checking.
20191 Don't clobber the return value.
20192 (flyspell-get-word): Major rewrite.
20193 (flyspell-external-point-words): New locals pword, pcount.
20194 Fix size used in progress message.
20195 Find the proper corresponding word in flyspell-large-region-buffer.
20196 (flyspell-region): Check for flyspell-large-region = nil.
20197 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20198 (flyspell-auto-correct-word): Check that WORD is a cons.
20199 (flyspell-correct-word): Likewise.
20200
20201 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20202
20203 * progmodes/make-mode.el (makefile-rule-action-regex)
20204 (makefile-macroassign-regex, makefile-makepp-mode)
20205 (makefile-bsdmake-mode): Continuation lines may be empty.
20206 Reported by Joshua Varner.
20207 (makefile-makepp-font-lock-keywords): Add $(stem).
20208
20209 2005-05-28 Karl Berry <karl@gnu.org>
20210
20211 * textmodes/tex-mode.el: Now that tex-send-command calls
20212 shell-quote-argument (2005-03-31 change), remove all calls to
20213 shell-quote-argument; they all end up invoking tex-send-command.
20214 The double quoting loses on filenames with non-safe characters,
20215 such as "@". Reported by Frederik Fouvry.
20216
20217 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20218
20219 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20220 about preserving point.
20221
20222 2005-05-27 Jay Belanger <belanger@truman.edu>
20223
20224 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20225 Info-goto-node.
20226
20227 * calc/calc-embed.el (calc-embed-arg): New variable.
20228 (calc-do-embedded-activate, calc-embedded-activate-formula)
20229 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20230 variable by new variable.
20231 (calc-embedded-make-info): Replace undeclared variable by new
20232 variable. When selecting region with positive prefix
20233 argument, use end of previous line instead of beginning of line.
20234
20235 * calc/calc-aent.el (calc-arg-values): Declare it.
20236
20237 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20238 Declare them.
20239
20240 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20241
20242 * calc/calc.el (calc-alg-map): Declare it.
20243
20244 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20245
20246 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20247
20248 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20249 (gdb-registers-buffer, toggle-gdb-all-registers):
20250 Toggle display of floating point registers.
20251 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20252
20253 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20254 (toggle-gud-tooltip-dereference):
20255 Rename from gud-toggle-tooltip-dereference.
20256
20257 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20260
20261 2005-05-27 Jay Belanger <belanger@truman.edu>
20262
20263 * calc/calc-prog.el (calc-kbd-report): Remove.
20264 (calc-kbd-query): Rewrite.
20265
20266 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20267
20268 * image.el (image-library-alist): Move to image.c.
20269 (image-type-available-p): Doc fix.
20270
20271 2005-05-27 Lute Kamstra <lute@gnu.org>
20272
20273 * calc/calc.el (calc):
20274 * outline.el (outline-1, outline-2, outline-3, outline-4)
20275 (outline-5, outline-6, outline-7, outline-8):
20276 * textmodes/dns-mode.el (dns-mode):
20277 * textmodes/sgml-mode.el (sgml-namespace-face):
20278 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20279 (tex-verbatim-face, tex-use-reftex):
20280 * textmodes/texinfo.el (texinfo-heading-face):
20281 Specify customization group.
20282
20283 * longlines.el: Don't require easy-mmode.
20284 (longlines-visible-face): Specify customization group.
20285
20286 2005-05-27 Kenichi Handa <handa@m17n.org>
20287
20288 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20289 encoding table of windows-1251.
20290
20291 * international/ucs-tables.el (ucs-set-table-for-input):
20292 If translation-table-for-input of a coding system is a symbol, get
20293 its translation-table property.
20294
20295 * international/code-pages.el: Don't register a coding system into
20296 non-iso-charset-alist more than once.
20297 (cp-make-coding-system): Likewise.
20298
20299 2005-05-26 John Wiegley <johnw@newartisans.com>
20300
20301 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20302 `eshell-resume-eval' is wrapped in a list, it indicates that the
20303 command was run asynchronously. In that case, unwrap the value
20304 before checking the delimiter value.
20305
20306 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20307 character before a space at the end of a line is \, assume the space
20308 is part of the last argument rather than a final argument separator.
20309
20310 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20311 is in use, and the target is `t' or `nil' (which are the most common
20312 values), don't assume that the symbol target is a buffer.
20313
20314 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20315
20316 * calendar/calendar.el (calendar-mode-line-format):
20317 Use mode-line-highlight as mouse-face.
20318
20319 * time.el (display-time-string-forms, display-time-update):
20320 Use mode-line-highlight as mouse-face.
20321
20322 2005-05-26 Jay Belanger <belanger@truman.edu>
20323
20324 * calc/calc.el (calc-language-alist): Remove extra defvar.
20325
20326 2005-05-26 Lute Kamstra <lute@gnu.org>
20327
20328 * arc-mode.el (archive-mode):
20329 * bookmark.el (bookmark-read-annotation-mode)
20330 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20331 * bs.el (bs-mode):
20332 * calc/calc-yank.el (calc-edit-mode):
20333 * calc/calc.el (calc-mode, calc-trail-mode):
20334 * calculator.el (calculator-mode):
20335 * chistory.el (command-history-mode):
20336 * comint.el:
20337 * cus-edit.el (custom-mode):
20338 * descr-text.el (describe-text-mode):
20339 * ebuff-menu.el (Electric-buffer-menu-mode):
20340 * ediff-util.el (ediff-mode):
20341 * emacs-lisp/re-builder.el (reb-mode):
20342 * emulation/vi.el (vi-mode-setup):
20343 * emulation/ws-mode.el (wordstar-mode):
20344 * eshell/esh-mode.el (eshell-mode):
20345 * forms.el (forms-mode):
20346 * help-mode.el (help-mode):
20347 * hexl.el (hexl-mode):
20348 * ibuffer.el (ibuffer-mode):
20349 * ielm.el (inferior-emacs-lisp-mode):
20350 * info.el (Info-mode, Info-edit-mode):
20351 * international/swedish.el:
20352 * ledit.el (ledit-from-lisp-mode):
20353 * locate.el (locate-mode):
20354 * mail/rmail.el (rmail-mode):
20355 * mail/rmailedit.el (rmail-edit-mode):
20356 * mail/rmailsum.el (rmail-summary-mode):
20357 * mail/supercite.el (sc-electric-mode):
20358 * net/eudc.el (eudc-mode):
20359 * net/quickurl.el (quickurl-list-mode):
20360 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20361 * obsolete/ooutline.el (outline-mode):
20362 * obsolete/options.el (Edit-options-mode):
20363 * obsolete/rnews.el (news-mode):
20364 * obsolete/rnewspost.el (news-reply-mode):
20365 * play/5x5.el (5x5-mode):
20366 * play/decipher.el (decipher-mode, decipher-stats-mode):
20367 * play/gomoku.el (gomoku-mode):
20368 * play/snake.el (snake-mode):
20369 * play/solitaire.el (solitaire-mode):
20370 * play/tetris.el (tetris-mode):
20371 * progmodes/ada-mode.el (ada-mode):
20372 * progmodes/antlr-mode.el (antlr-mode):
20373 * progmodes/autoconf.el (autoconf-mode):
20374 * progmodes/dcl-mode.el (dcl-mode):
20375 * progmodes/delphi.el (delphi-mode):
20376 * progmodes/ebrowse.el (ebrowse-tree-mode)
20377 (ebrowse-electric-list-mode, ebrowse-member-mode)
20378 (ebrowse-electric-position-mode):
20379 * progmodes/f90.el (f90-mode):
20380 * progmodes/fortran.el (fortran-mode):
20381 * progmodes/icon.el (icon-mode):
20382 * progmodes/idlw-help.el (idlwave-help-mode):
20383 * progmodes/idlw-shell.el (idlwave-shell-mode):
20384 * progmodes/idlwave.el (idlwave-mode):
20385 * progmodes/inf-lisp.el (inferior-lisp-mode):
20386 * progmodes/m4-mode.el (m4-mode):
20387 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20388 * progmodes/modula2.el (modula-2-mode):
20389 * progmodes/octave-inf.el (inferior-octave-mode):
20390 * progmodes/octave-mod.el (octave-mode):
20391 * progmodes/pascal.el (pascal-mode):
20392 * progmodes/sh-script.el (sh-mode):
20393 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20394 * progmodes/vhdl-mode.el (vhdl-mode):
20395 * progmodes/xscheme.el (scheme-interaction-mode):
20396 * replace.el (occur-mode):
20397 * ses.el (ses-mode):
20398 * simple.el (completion-list-mode):
20399 * skeleton.el:
20400 * speedbar.el (speedbar-mode):
20401 * term.el (term-mode):
20402 * terminal.el (terminal-edit-mode):
20403 * textmodes/reftex-index.el (reftex-index-mode)
20404 (reftex-index-phrases-mode):
20405 * textmodes/reftex-sel.el (reftex-select-label-mode)
20406 (reftex-select-bib-mode):
20407 * textmodes/reftex-toc.el (reftex-toc-mode):
20408 * wdired.el (wdired-change-to-wdired-mode):
20409 * wid-browse.el (widget-browse-mode):
20410 Use run-mode-hooks.
20411
20412 * array.el (array-mode):
20413 * calendar/todo-mode.el (todo-mode):
20414 * man.el (Man-mode):
20415 * play/landmark.el (lm-mode):
20416 * play/mpuz.el (mpuz-mode):
20417 Use kill-all-local-variables and run-mode-hooks.
20418
20419 * subr.el (delay-mode-hooks): Specify indentation.
20420
20421 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20422
20423 * xml.el (xml-substitute-special): Don't die for undefined xml
20424 entities.
20425
20426 2005-05-26 Jay Belanger <belanger@truman.edu>
20427
20428 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20429 of nil.
20430
20431 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20432
20433 * progmodes/gdb-ui.el (gdb-frame-address):
20434 Rename from gdb-current-address.
20435 (gdb-previous-frame-address): Rename from gdb-previous-address.
20436 (gdb-selected-frame): Rename from gdb-current-frame.
20437 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20438 (gdb-frame-number): Rename from gdb-current-stack-level.
20439 (gdb-ann3): Match new mode-name for disassembly buffer.
20440 Extend initialization of variables.
20441 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20442 (gdb-memory-mode): Use mouse-face in header line.
20443 (gdb-assembler-buffer-name): Call it disassembly and give frame
20444 in mode line.
20445 (gdb-source-spec-regexp, gdb-assembler-custom)
20446 (gdb-invalidate-assembler, gdb-frame-handler):
20447 Make robust to leading zeroes in address format.
20448
20449 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20450
20451 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20452 define `org-mode'.
20453 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20454
20455 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * log-edit.el (log-edit-changelog-entries): Distinguish between
20458 filenames like xfns.c and fns.c.
20459
20460 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20461
20462 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20463 point after reverting.
20464 (Buffer-menu-make-sort-button): Handle the case where
20465 `Buffer-menu-use-header-line' is nil.
20466
20467 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20468
20469 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20470 New funcs. In minibuffer-local-completion-map bind `]', `/'
20471 and `:' to them.
20472
20473 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20474
20475 * startup.el (normal-top-level): Allow modification of load-path while
20476 we're iterating over it.
20477
20478 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20479
20480 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20481 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20482 (thumbs-resize-interactive, thumbs-insert-image)
20483 (thumbs-insert-thumb, thumbs-dired-show-marked)
20484 (thumbs-find-image-at-point, thumbs-delete-images)
20485 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20486 (thumbs-increment-image-size, thumbs-decrement-image-size):
20487 Fix typos in docstrings.
20488
20489 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20490
20491 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20492 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20493 (cperl-mode): Use them.
20494
20495 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20496
20497 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20498 Doc fixes.
20499
20500 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20501
20502 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20503 Bind C-d to gdb-inferior-io-eof.
20504
20505 * dired.el (dired-dnd-popup-notice): Use message-box.
20506
20507 2005-05-23 Masatake YAMATO <jet@gyve.org>
20508
20509 * bindings.el (mode-line-major-mode-keymap):
20510 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20511
20512 * faces.el (mode-line-highlight): New face.
20513
20514 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20515 as mouse-face.
20516
20517 * bindings.el (top-level, help-echo, mode-line-modified)
20518 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20519 as mouse-face.
20520
20521 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20522
20523 * progmodes/cc-engine.el (c-guess-basic-syntax):
20524 Remove spurious call to `zerop'.
20525
20526 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20527
20528 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20529
20530 CC Mode update to 5.30.10:
20531
20532 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20533 could go past the limit in decoration level 2, thereby causing
20534 errors during interactive fontification.
20535
20536 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20537 the file is evaluated interactively.
20538
20539 * cc-engine.el (c-guess-basic-syntax): Handle operator
20540 declarations somewhat better in C++.
20541
20542 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20543 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20544 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20545 (awk-mode): Use it.
20546 (make-local-hook): Suppress warning about obsoleteness.
20547
20548 * cc-engine.el, cc-align.el, cc-cmds.el
20549 (c-append-backslashes-forward, c-delete-backslashes-forward)
20550 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20551 Compensate for return value from `forward-line' when it has moved
20552 but not to a different line due to eob.
20553
20554 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20555 `objc-method-intro' and `objc-method-args-cont'.
20556
20557 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20558
20559 CC Mode update to 5.30.10:
20560
20561 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20562 in the copyright statement. Incidentally, change "along with GNU
20563 Emacs" to "along with this program" where it occurs.
20564
20565 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20566 so that it is interactive, hence can be found by M-x awk-mode
20567 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20568 <gmorris+emacs@ast.cam.ac.uk>.
20569
20570 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20571 Mode's regexps.
20572
20573 2005-05-23 Kevin Ryde <user42@zip.com.au>
20574
20575 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20576 c-parse-state, to avoid a lisp error (on bad code).
20577
20578 2005-05-23 Lute Kamstra <lute@gnu.org>
20579
20580 * subr.el (font-lock-defaults): Remove defvar as it's already
20581 defined in font-core.el.
20582
20583 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20584
20585 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20586
20587 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20588 more general and work when GDB variable "print pretty" is on,
20589 as with Emacs, for example.
20590
20591 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20592
20593 * font-core.el: Update comment.
20594
20595 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20596 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20597
20598 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20599
20600 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20601
20602 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20603 and `yank-handler' in the doc strings.
20604
20605 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20606
20607 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20608
20609 2005-05-22 Richard M. Stallman <rms@gnu.org>
20610
20611 * help.el (describe-key): Move print-help-return-message call
20612 out of conditional.
20613
20614 * progmodes/etags.el (list-tags): Use with-no-warnings.
20615
20616 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20617 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20618 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20619
20620 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20621
20622 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20623 Add defvar.
20624
20625 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20626 Use defvar, not defconst.
20627
20628 * hexl.el (hexl-follow-line): Use with-no-warnings.
20629
20630 * emulation/tpu-extras.el: Use write-file-functions instead of
20631 write-file-hooks.
20632
20633 * dired.el (dired-font-lock-keywords): Fontify files with junk
20634 extensions even if marked by -F.
20635
20636 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20637
20638 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20639 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20640 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20641 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20642 (concatenate, list-length, get*, getf, cl-remprop):
20643 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20644 (etypecase, progv, lexical-let, lexical-let*)
20645 (multiple-value-bind, multiple-value-setq, shiftf):
20646 Improve argument/docstring consistency.
20647
20648 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20649
20650 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20651
20652 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20653 doesn't exist.
20654
20655 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20656 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20657
20658 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20659
20660 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20661 already deleted variables: auto-fill-hook, blink-paren-hook,
20662 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20663 suspend-hooks, comment-indent-hook, meta-flag,
20664 before-change-function, after-change-function,
20665 font-lock-doc-string-face.
20666
20667 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20668
20669 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20670
20671 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20672
20673 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20674 rmail-dont-reply-to.
20675
20676 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20677
20678 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20679 literal blank when splitting new-header-values.
20680
20681 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20682
20683 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20684 string so that tmm doesn't create a completion entry for it.
20685
20686 * textmodes/table.el (table-disable-menu): Ditto.
20687
20688 2005-05-21 Richard M. Stallman <rms@gnu.org>
20689
20690 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20691
20692 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20693
20694 * net/rcompile.el (remote-compile): Use compilation-start.
20695
20696 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20697
20698 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20699
20700 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20701 Default to makefile-bsdmake-mode on BSD systems.
20702
20703 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20704 REGEXP may also be a search function now. The part of doc-string
20705 for describing the structure was 95% identical to that of
20706 `imenu--generic-function'. Unify it there.
20707
20708 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20709 Use function to find dependencies, because regexp alone is so complex,
20710 it easily goes into an endless loop.
20711 (makefile-makepp-mode): Also add submenu for Perl functions
20712 defined in the makefile.
20713 (makefile-bsdmake-mode): Special imenu-generic-expression no
20714 longer needed, due to function call.
20715 (makefile-match-dependency): Take BOUND into account when checking
20716 if we're through.
20717
20718 2005-05-20 Jay Belanger <belanger@truman.edu>
20719
20720 * calc/calc-units.el (calc-invalidate-units-table):
20721 Use inhibit-read-only.
20722 (math-build-units-table-buffer): Use view-mode.
20723
20724 2005-05-20 David Kastrup <dak@gnu.org>
20725
20726 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20727 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20728
20729 2005-05-20 Lute Kamstra <lute@gnu.org>
20730
20731 * diff-mode.el (diff-header-face, diff-file-header-face)
20732 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20733 (diff-added-face, diff-changed-face, diff-function-face)
20734 (diff-context-face, diff-nonexistent-face): Put them in the
20735 diff-mode customization group.
20736
20737 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20740
20741 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20742
20743 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20744 Minor regexp-optimization.
20745
20746 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20747
20748 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20749 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20750 (org-agenda-add-time-grid-maybe): New function.
20751 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20752 (org-table-create): `dotimes' instead of `mapcar'.
20753 (org-xor): Simplify implementation.
20754 (org-agenda): `inhibit-redisplay' turned on.
20755 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20756 a consistent line after a state change.
20757 (org-agenda-remove-times-when-in-prefix): New option.
20758 (org-prefix-has-time): New variable.
20759 (org-parse-time-string): Optional argument NODEFAULT.
20760 (org-format-agenda-item): Parse items for time-of-day
20761 specifications and move these into the prefix if possible.
20762 (org-agenda-priority): Get current heading, not previous heading
20763 during agenda remote editing.
20764
20765 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20766
20767 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20768 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20769 (remove-duplicates, delete-duplicates, substitute)
20770 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20771 (nsubstitute-if-not, find, find-if, find-if-not, position)
20772 (position-if, position-if-not, count, count-if, count-if-not)
20773 (mismatch, search, sort*, stable-sort, merge, member*)
20774 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20775 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20776 (intersection, nintersection, set-difference, nset-difference)
20777 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20778 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20779 (nsublis, tree-equal): Improve argument/docstring consistency.
20780
20781 * subr.el (send-string, send-region): Remove obsolescence declaration.
20782 (window-dot, set-window-dot, read-input, show-buffer)
20783 (eval-current-buffer, string-to-int):
20784 Add release number to obsolescence declarations.
20785
20786 2005-05-19 Kim F. Storm <storm@cua.dk>
20787
20788 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20789 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20790
20791 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20792
20793 * faces.el (list-faces-display): Make back button respect optional
20794 regexp arg.
20795
20796 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20797
20798 * calculator.el (calculator-radix-grouping-mode)
20799 (calculator-radix-grouping-digits, calculator-displayer)
20800 (calculator-radix-grouping-separator, calculator-copy-displayer):
20801 * dabbrev.el (dabbrev-search-these-buffers-only):
20802 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20803 (diff-advance-after-apply-hunk, diff-mode-hook)
20804 (diff-minor-mode-prefix):
20805 * imenu.el (imenu-use-popup-menu):
20806 * jit-lock.el (jit-lock-context-time):
20807 * newcomment.el (comment-fill-column, comment-column)
20808 (comment-style, comment-padding, comment-multi-line)
20809 (comment-empty-lines, comment-auto-fill-only-comments):
20810 * reveal.el (reveal-around-mark):
20811 * uniquify.el (uniquify-buffer-name-style)
20812 (uniquify-after-kill-buffer-p)
20813 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20814 (uniquify-min-dir-content, uniquify-separator)
20815 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20816 * w32-vars.el (w32-fixed-font-alist):
20817 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20818 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20819 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20820 * progmodes/perl-mode.el (perl-indent-level)
20821 (perl-continued-statement-offset, perl-continued-brace-offset)
20822 (perl-brace-offset, perl-brace-imaginary-offset)
20823 (perl-label-offset, perl-indent-continued-arguments)
20824 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20825 * progmodes/tcl.el (tcl-indent-level)
20826 (tcl-continued-indent-level, tcl-auto-newline)
20827 (tcl-tab-always-indent, tcl-electric-hash-style)
20828 (tcl-help-directory-list, tcl-use-smart-word-finder)
20829 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20830 (inferior-tcl-source-command):
20831 * textmodes/fill.el (enable-kinsoku):
20832 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20833 * textmodes/table.el (table-yank-handler):
20834 Specify missing group (and type, if simple) in defcustom.
20835
20836 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20837
20838 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20839
20840 2005-05-19 Richard M. Stallman <rms@gnu.org>
20841
20842 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20843
20844 * subr.el (event-basic-type): Don't get an error.
20845 (left-fringe-p): Function deleted.
20846
20847 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20848 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20849
20850 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20851 in recursive copy.
20852
20853 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20854
20855 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20856
20857 * emacs-lisp/bytecomp.el
20858 (byte-compile-file-form-custom-declare-variable):
20859 Call byte-compile-nogroup-warn if appropriate.
20860
20861 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20862 (compilation-set-window): Don't call left-fringe-p; do it directly.
20863
20864 2005-05-19 Jay Belanger <belanger@truman.edu>
20865
20866 * calc/calc-graph.el (calc-graph-format-data): Make sure
20867 var-PlotRejects is bound before trying to check its value.
20868
20869 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20870
20871 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20872 definition of this variable from reftex-global.el to reftex.el,
20873 because it is needed in the menu.
20874
20875 2005-05-19 Lute Kamstra <lute@gnu.org>
20876
20877 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20878 years are fixed. Don't insert a space after a dash.
20879
20880 2005-05-19 Kim F. Storm <storm@cua.dk>
20881
20882 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20883
20884 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20885
20886 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20887 strings, because (eq ... ?\\) is fairly frequent.
20888
20889 * progmodes/make-mode.el (makefile-add-this-line-targets):
20890 Simplify and integrate into `makefile-pickup-targets'.
20891 (makefile-add-this-line-macro): Simplify and integrate into
20892 `makefile-pickup-macros.
20893 (makefile-pickup-filenames-as-targets): Simplify.
20894 (makefile-previous-dependency, makefile-match-dependency):
20895 Don't stumble over `::'.
20896
20897 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20898
20899 * subr.el (post-command-idle-hook, post-command-idle-delay):
20900 Remove obsoletion of post-command-idle-hook and
20901 post-command-idle-delay.
20902
20903 * faces.el (list-faces-display): Provide button when describe-face
20904 is called to take user back to the list of faces.
20905
20906 * help-fns.el (describe-variable): Remove hyperlinks in a
20907 variable's value as these are quite frequently inappropriate.
20908
20909 * follow.el (follow-submit-feedback, follow-mode):
20910 Remove references to post-command-idle-hook.
20911
20912 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20913
20914 * progmodes/make-mode.el (makefile-previous-dependency)
20915 (makefile-match-dependency): Check for := (and in bsd mode also
20916 !=) to give a better result, even when font-lock is not on.
20917
20918 2005-05-18 Jay Belanger <belanger@truman.edu>
20919
20920 * calc/calc-help.el (calc-s-prefix-help):
20921 Add `calc-copy-special-constant' to help string.
20922
20923 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20924
20925 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20926
20927 2005-05-18 Jay Belanger <belanger@truman.edu>
20928
20929 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20930 in linear factors are in proper order.
20931
20932 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20933
20934 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20935 Support for jurabib.
20936
20937 * textmodes/reftex.el (featurep): Define aliases for overlay
20938 commands, for XEmacs compatibility, and use these aliases in
20939 overlay initializations.
20940 (reftex-highlight): Use `reftex-move-overlay'.
20941 (reftex-unhighlight): Use `reftex-delete-overlay'.
20942 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20943 (reftex-access-search-path): Use `reftex-uniquify' instead of
20944 `reftex-uniq'
20945
20946 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20947 `before-string' property modification enables for Emacs as well.
20948 (reftex-select-item): Use `reftex-delete-overlay'.
20949 (reftex-select-mark): Use `reftex-make-overlay' and
20950 `reftex-overlay-put'.
20951 (reftex-select-unmark): Use `reftex-delete-overlay' and
20952 `reftex-overlay-put'.
20953
20954 2005-05-18 Lute Kamstra <lute@gnu.org>
20955
20956 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20957
20958 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20959
20960 * add-log.el (add-change-log-entry):
20961 * array.el (array-make-template, array-reconfigure-rows)
20962 (array-init-max-row, array-init-max-column)
20963 (array-init-columns-per-line, array-init-field-width):
20964 * replace.el (replace-match-maybe-edit, perform-replace):
20965 * textmodes/spell.el (spell-region):
20966 Replace `read-input' by `read-string'.
20967
20968 * forms.el (forms-mode):
20969 * finder.el (finder-compile-keywords):
20970 * shadowfile.el (shadow-read-files):
20971 Replace `eval-current-buffer' by `eval-buffer'.
20972
20973 * terminal.el (te-pass-through):
20974 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20975 (ange-ftp-raw-send-cmd):
20976 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20977 (send-process-next-char, telnet-initial-filter, telnet):
20978 Replace `send-string' by `process-send-string'.
20979
20980 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20981 (prolog-consult-region): Replace `send-string' by
20982 `process-send-string'; replace `send-region' by `process-send-region'.
20983
20984 * progmodes/delphi.el (delphi-log-msg):
20985 Replace `set-window-dot' by `set-window-point'.
20986
20987 * subr.el (window-dot, set-window-dot, read-input, send-string)
20988 (send-region, show-buffer, eval-current-buffer):
20989 Make really obsolete, as the comment says.
20990
20991 2005-05-17 Kim F. Storm <storm@cua.dk>
20992
20993 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20994 (cua--init-keymaps): Bind C-return instead of S-return to set
20995 rectangle mark.
20996
20997 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20998 instead of S-return to toggle/clear rectangle mark.
20999
21000 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21001
21002 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21003 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21004 Also fontify plain strings assigned to variables, mostly so that a
21005 colon has a face and is thus not taken as a dependency separator.
21006 (makefile-previous-dependency): Inline the new matcher, because it
21007 is too complex to work in both directions.
21008 (makefile-match-dependency): Eliminate `backward' arg (see above).
21009 Completely reimplemented so as to not sometimes go into an endless
21010 loop. It should also be more efficient, because first it only
21011 searches for `:', instead of applying the very complex regexp.
21012 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21013 to be fontified in one piece can be too long for JIT.
21014 Makefiles are never *that* big.
21015
21016 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21017
21018 * dired.el (dired-mode): Simplify.
21019
21020 2005-05-17 Lute Kamstra <lute@gnu.org>
21021
21022 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21023 defcustom for the mode hook variable.
21024
21025 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21026 Emacs Lisp Reference Manual.
21027
21028 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21029
21030 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21031 (evenp, list*):
21032 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21033 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21034
21035 * net/tramp-smb.el (tramp-smb-open-connection):
21036 Pass `tramp-chunksize' as fifth (required) argument.
21037
21038 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21039
21040 * font-lock.el (lisp-font-lock-keywords-1):
21041 Set `font-lock-negation-char-face' for [^...] char group.
21042 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21043
21044 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21045 a var, and refine it to mask one more level of nested vars.
21046 (makefile-rule-action-regex): Turn it into a var, and refine it so
21047 it recognizes backslashed continuation lines as belonging to the
21048 same command.
21049 (makefile-macroassign-regex): Refine it so it recognizes
21050 backslashed continuation lines as belonging to the same command.
21051 (makefile-var-use-regex): Don't look at the next char, because it
21052 might be the same one to be skipped by the initial [^$], leading
21053 to an overlooked variable use.
21054 (makefile-make-font-lock-keywords): Remove two parameters, which
21055 are now variables that some of the modes set locally.
21056 Handle dependency and rule action matching through functions, because
21057 regexps alone match too often. Dependency matching now comes
21058 last, so it can check, whether a colon already matched something else.
21059 (makefile-mode): Inform that font-lock improves makefile parsing
21060 capabilities.
21061 (makefile-match-dependency, makefile-match-action): New functions.
21062
21063 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21064
21065 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21066
21067 * align.el (align-regexp):
21068 * ansi-color.el (ansi-color-get-face):
21069 * array.el (array-reconfigure-rows, array-init-max-row)
21070 (array-init-max-column, array-init-columns-per-line)
21071 (array-init-field-width):
21072 * dired-aux.el (dired-trample-file-versions):
21073 * dired-x.el (dired-mark-sexp):
21074 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21075 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21076 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21077 * faces.el (face-read-integer):
21078 * files.el (backup-extract-version, insert-directory):
21079 * hexl.el (hexl-insert-decimal-char):
21080 * server.el (server-process-filter):
21081 * shell.el (shell-extract-num):
21082 * startup.el (command-line-1):
21083 * term.el (term-command-hook):
21084 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21085 (time-stamp-do-number):
21086 * time.el (display-time-update):
21087 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21088 (timezone-fix-time):
21089 * vms-patch.el (vms-suspend-resume-hook):
21090 * calendar/appt.el (appt-convert-time):
21091 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21092 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21093 * calendar/cal-islam.el (mark-islamic-diary-entries):
21094 * calendar/calendar.el (calendar-cursor-to-date)
21095 (calendar-star-date):
21096 * calendar/diary-lib.el (diary-attrtype-convert)
21097 (mark-diary-entries, diary-entry-time):
21098 * calendar/solar.el (solar-get-number):
21099 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21100 * emacs-lisp/re-builder.el (reb-display-subexp):
21101 * emulation/edt.el (edt-set-scroll-margins):
21102 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21103 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21104 (vip-get-ex-count):
21105 * emulation/viper-ex.el (viper-get-ex-token)
21106 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21107 * international/fontset.el (fontset-plain-name):
21108 * mail/feedmail.el (feedmail-look-at-queue-directory):
21109 * mail/mailalias.el (mail-get-names):
21110 * mail/rmail.el (rmail-convert-to-babyl-format):
21111 * mail/rmailsum.el (rmail-make-basic-summary-line)
21112 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21113 (rmail-summary-goto-msg):
21114 * mail/smtpmail.el (smtpmail-read-response):
21115 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21116 (ange-ftp-vms-add-file-entry):
21117 * play/gametree.el (gametree-looking-at-ply)
21118 (gametree-current-branch-score):
21119 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21120 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21121 * progmodes/cperl-mode.el (condition-case):
21122 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21123 (ebrowse-set-member-buffer-column-width)
21124 (ebrowse-select-1st-to-9nth):
21125 * progmodes/etags.el (etags-snarf-tag):
21126 * progmodes/flymake.el (flymake-parse-line):
21127 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21128 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21129 (idlwave-shell-menu-def):
21130 * progmodes/ps-mode.el (ps-run-goto-error):
21131 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21132 (vhdl-speedbar-contract-level):
21133 * term/mac-win.el (x-handle-numeric-switch):
21134 * term/sun-mouse.el (sun-get-frame-data):
21135 * term/w32-win.el (x-handle-numeric-switch):
21136 * term/x-win.el (x-handle-numeric-switch):
21137 * textmodes/ispell.el (ispell-parse-output):
21138 * textmodes/nroff-mode.el (nroff-outline-level):
21139 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21140 (reftex-bib-sort-year-reverse, reftex-format-citation):
21141 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21142 (reftex-section-number):
21143 * textmodes/texinfmt.el (texinfo-paragraphindent):
21144 Replace `string-to-int' by `string-to-number'.
21145
21146 * international/latexenc.el: Add page marker to force the "Local
21147 Variables:" string out of the last page.
21148
21149 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21150
21151 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21152 tooltip-change-major-mode.
21153 (gud-tooltip-print-command): Remove case where gud-minor-mode
21154 is gdb ("--fullname").
21155 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21156 explain to user.
21157
21158 2005-05-16 Jay Belanger <belanger@truman.edu>
21159
21160 * calc/calc-store.el (calc-copy-special-constant): New function.
21161
21162 * calc/calc-ext.el (calc-init-extensions): Add binding for
21163 `calc-copy-special-constant'.
21164
21165 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21166 for the `calc-copy-special-constant' command.
21167
21168 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21169
21170 * subr.el (left-fringe-p): New function.
21171
21172 * progmodes/compile.el (compilation-setup): Set local value of
21173 overlay-arrow-string to "" always.
21174 (compilation-set-window): Left fringe then don't scroll.
21175 No left fringe then no arrow and scroll message to top.
21176 (compilation-context-lines): Adjust doc string accordingly.
21177
21178 2005-05-16 Kim F. Storm <storm@cua.dk>
21179
21180 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21181 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21182 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21183 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21184 (ido-read-file-name): Handle commands with ido property value
21185 equal to find-file as reading a file name, to allow C-d to enter dired.
21186 (ibuffer-find-file): Add ido property with value find-file.
21187
21188 2005-05-15 Kim F. Storm <storm@cua.dk>
21189
21190 * subr.el (open-network-stream-nowait): Remove.
21191 (open-network-stream-server): Remove.
21192
21193 2005-05-15 Richard M. Stallman <rms@gnu.org>
21194
21195 * faces.el (describe-face): Output a definition link button.
21196
21197 * help-mode.el (help-face-def): New button type.
21198
21199 * emacs-lisp/copyright.el (copyright-fix-years):
21200 Match properly if the first year is 2-digit.
21201 Don't mess up the whitespace after the years by filling.
21202
21203 * dired-aux.el (dired-mark-confirm):
21204 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21205
21206 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21207 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21208 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21209
21210 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21211 Set font-lock-comment-start-skip.
21212
21213 * font-lock.el (font-lock-comment-start-skip): New variable.
21214 (font-lock-comment-end-skip): New variable.
21215 (font-lock-fontify-syntactically-region): Use them if non-nil.
21216
21217 2005-05-15 Jay Belanger <belanger@truman.edu>
21218
21219 * calc/calc-store.el (calc-store-value): Return a string rather
21220 than display it as a message.
21221 Use calc-var-name for variable name.
21222 (calc-store-into): Add the result of calc-store-value to message.
21223 (calc-copy-variable): Add a message.
21224 (calc-store-exchange): Improve error messages.
21225 (calc-store-binary, calc-store-map): Don't reset the values of
21226 special constants.
21227
21228 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21229
21230 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21231 manual to docstring.
21232
21233 * files.el (hack-local-variables-confirm): Add STRING argument.
21234 Make the function handle non file visiting buffers correctly.
21235 (hack-local-variables-prop-line, hack-local-variables)
21236 (hack-one-local-variable): Use STRING arg of
21237 `hack-local-variables-confirm'.
21238
21239 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21240
21241 Sync with Tramp 2.0.49.
21242
21243 * net/tramp.el (tramp-handle-dired-call-process)
21244 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21245 because the contents of the Tramp buffer is changed before
21246 insertion (`expand-file' and alike).
21247 (tramp-handle-insert-directory): If `localname' has an empty
21248 nondirectory name, it must not be quoted.
21249 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21250 variable `tramp-chunksize'. Change callees.
21251 (tramp-open-connection-setup-interactive-shell): Check remote host
21252 for buggy `send-process-string' implementation.
21253 Set `tramp-chunksize' if found. Reported by Michael Kifer
21254 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21255 (tramp-handle-shell-command): `insert-buffer' cannot be used
21256 because the contents of the Tramp buffer is changed before
21257 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21258 <frederic.bothamy@free.fr>.
21259 (tramp-set-auto-save): Actions should be done for Tramp file name
21260 handler only. Ange-FTP has its own auto-save mechanism.
21261 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21262 (tramp-set-auto-save-file-modes): Set file modes of
21263 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21264 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21265 (tramp-bug): Remove obsolete variable.
21266 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21267 for presence of `mml-mode'. Make it running for older Emacsen as well.
21268
21269 2005-05-14 John Paul Wallington <jpw@pobox.com>
21270
21271 * ibuf-ext.el (define-ibuffer-filter filename):
21272 If `dired-directory' is a list, use its car.
21273
21274 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21275
21276 * ibuffer.el (define-ibuffer-column filename):
21277 If `dired-directory' is a list, use its car.
21278
21279 2005-05-14 Richard M. Stallman <rms@gnu.org>
21280
21281 * subr.el (symbol-file): Doc fix.
21282
21283 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21284 (byte-compile-form): Call byte-compile-nogroup-warn.
21285 (byte-compile-warning-types): Doc fix.
21286
21287 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21288
21289 * progmodes/cc-engine.el (c-literal-faces):
21290 Add font-lock-comment-delimiter-face.
21291
21292 * net/net-utils.el (dig): Use with-no-warnings.
21293
21294 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21295 (sc-recite-frame-alist, sc-default-cite-frame)
21296 (sc-default-uncite-frame, sc-default-recite-frame)
21297 (sc-attrib-selection-list, sc-rewrite-header-list):
21298 Mark as risky-local-variable.
21299
21300 * international/ogonek.el (ogonek-jak, ogonek-how):
21301 Don't use beginning-of-buffer.
21302
21303 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21304
21305 * calendar/solar.el (solar-data-list): Move definition up.
21306
21307 * dnd.el (dnd-protocol-alist): Add autoload.
21308
21309 * progmodes/sh-script.el: Many doc usage fixes.
21310 (sh-indent-after-do): Change default to match common styles.
21311
21312 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21313
21314 * files.el (interpreter-mode-alist)
21315 (auto-mode-interpreter-regexp): Doc fixes.
21316
21317 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21318
21319 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21320
21321 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21322
21323 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21324
21325 * dired.el (dired-mode): make-variable-buffer-local =>
21326 make-local-variable.
21327
21328 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21329
21330 * term/mac-win.el (mac-select-convert-to-string): Try coding
21331 systems in mac-script-code-coding-systems if specified one cannot
21332 encode string for `com.apple.traditional-mac-plain-text'.
21333
21334 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21335
21336 * progmodes/make-mode.el (makefile-targets-face)
21337 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21338 (makefile-dependency-regex): Fix it to not make the colon in
21339 $(var:a=b) special.
21340 (makefile-rule-action-regex): New regexp for highlighting embedded
21341 Shell strings.
21342 (makefile-macroassign-regex): Handle != for highlighting as
21343 embedded Shell strings.
21344 (makefile-var-use-regex): New const.
21345 (makefile-statements, makefile-automake-statements)
21346 (makefile-gmake-statements, makefile-makepp-statements)
21347 (makefile-bsdmake-statements): New consts.
21348 (makefile-make-font-lock-keywords): New function.
21349 (makefile-automake-font-lock-keywords)
21350 (makefile-gmake-font-lock-keywords)
21351 (makefile-makepp-font-lock-keywords)
21352 (makefile-bsdmake-font-lock-keywords): New consts.
21353 (makefile-mode-map): Add switchers between the various submodes.
21354 (makefile-mode): Document the availability of the variants.
21355 (makefile-automake-mode, makefile-gmake-mode)
21356 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21357
21358 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21359 new variants of makefile-mode.
21360
21361 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21362
21363 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21364 the inheritance.
21365
21366 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21367
21368 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21369 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21370
21371 * files.el (normal-mode): Extend the scope of the
21372 `enable-local-variables' binding to include the `set-auto-mode' call.
21373 (magic-mode-alist): Doc fix.
21374
21375 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21376
21377 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21378 font-lock-comment-face rather than copying its setting.
21379
21380 2005-05-12 Andreas Schwab <schwab@suse.de>
21381
21382 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21383
21384 2005-05-12 Lute Kamstra <lute@gnu.org>
21385
21386 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21387 defcustom for the mode hook variable. Delete the last argument.
21388 * generic-x.el: Fix callers of define-generic-mode.
21389 (generic-x-modes): Delete group.
21390 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21391 generic-x customization group.
21392
21393 2005-05-12 Kim F. Storm <storm@cua.dk>
21394
21395 * font-lock.el (font-lock-negation-char-face): Default to "off".
21396
21397 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21398 font-lock-negation-char-face to ! in !=.
21399
21400 2005-05-12 Masatake YAMATO <jet@gyve.org>
21401
21402 * add-log.el (find-change-log): Fix typos in the docstring
21403 of function.
21404
21405 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21406
21407 * international/latexenc.el (latexenc-find-file-coding-system):
21408 Avoid `re-search-forward' when looking for input encoding because
21409 of speed and safety. Better regular expressions for recognizing
21410 input encoding. Limit a search for TeX-master/tex-main-file to
21411 the local variable section.
21412
21413 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21414
21415 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21416 syntax of $ to "'" (quote).
21417
21418 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21419
21420 * dnd.el (dnd-protocol-alist): Improve custom type.
21421
21422 * dired.el (dired-dnd-protocol-alist): New variable.
21423 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21424 `dired-mode-hook' to the end.
21425
21426 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21427
21428 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21429 comment-end if comment-start-skip is not set.
21430 Obey the font-lock-comment-delimiter-face variables.
21431
21432 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * files.el (executable-find): Move from executable.el. Use
21435 locate-file.
21436 * progmodes/executable.el (executable-find): Move to files.el.
21437
21438 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21439 when trying to ensure forward progress.
21440
21441 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21444 (mouse-select, mouse-select-internal, mouse-extend-internal):
21445 Use it to implement mouse-1-click-follows-link functionality.
21446
21447 2005-05-11 Richard M. Stallman <rms@gnu.org>
21448
21449 * font-lock.el (font-lock-fontify-syntactically-region):
21450 Use font-lock-comment-delimiter-face for comment delimiters.
21451
21452 2005-05-10 Jay Belanger <belanger@truman.edu>
21453
21454 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21455 preserving embedded modes.
21456
21457 2005-05-10 Richard M. Stallman <rms@gnu.org>
21458
21459 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21460
21461 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21462 Move from ada-stmt.el.
21463 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21464
21465 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21466 Move to ada-mode.el.
21467 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21468
21469 * cus-edit.el (custom-file): Call file-chase-links.
21470
21471 * files.el (read-directory-name): Fix previous change.
21472 (hack-local-variables-confirm): New function.
21473 (hack-local-variables-prop-line, hack-local-variables)
21474 (hack-one-local-variable): Use it.
21475
21476 2005-05-10 Lute Kamstra <lute@gnu.org>
21477
21478 * font-lock.el (font-lock-keywords-alist)
21479 (font-lock-removed-keywords-alist): Clarify docstrings.
21480
21481 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21482
21483 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21484 (gdb-source-info): Check for preprocessor info.
21485 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21486 a macro for a function.
21487 (gdb-info-breakpoints-custom): Try to find file again if not already
21488 found (user might have used GDB dir command).
21489 (gdb-get-location): Update gdb-location-alist correctly for change
21490 to gdb-info-breakpoints-custom.
21491
21492 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21493 (gud-tooltip-print-command): Add gdbmi case.
21494 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21495 preprocessor info.
21496
21497 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21498
21499 * startup.el (fancy-splash-insert): Fix typo in doc string.
21500
21501 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21502
21503 * obsolete/float.el (string-to-float):
21504 * obsolete/hilit19.el (hilit-add-pattern):
21505 * obsolete/rnews.el (news-parse-range, news-select-message)
21506 (news-get-pruned-list-of-files): Replace `string-to-int' by
21507 `string-to-number'.
21508
21509 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21510 `find-file-not-found-hooks'; use `add-hook'.
21511 (uncompress-while-visiting): Set `write-file-functions', not
21512 `write-file-hooks'; use `add-hook'.
21513
21514 2005-05-09 Kim F. Storm <storm@cua.dk>
21515
21516 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21517 (cua-paste): Handle clipboard action.
21518 (cua--init-keymaps): Remap clipboard-kill-region and
21519 clipboard-kill-ring-save.
21520
21521 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21522
21523 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21524 Improve commentary.
21525
21526 * simple.el (next-error-overlay-arrow-position): Revert the change
21527 made on 2005-04-30.
21528
21529 2005-05-07 Jay Belanger <belanger@truman.edu>
21530
21531 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21532 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21533 `calc-sel-reselect'.
21534
21535 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21536 Calc is in embedded mode.
21537
21538 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21539
21540 * progmodes/compile.el (compilation-setup):
21541 Set overlay-arrow-string to an empty string on text terminals.
21542
21543 * textmodes/ispell.el (ispell-program-name): Try looking for
21544 "aspell" along exec-path, and if found, use it as the default
21545 speller program.
21546
21547 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21548
21549 * international/mule.el (sgml-xml-auto-coding-function):
21550 Recognize encoding='FOO' in single quotes as well as in double quotes.
21551
21552 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21553
21554 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21555 as well as `interactive', so that defmacro* would recognize
21556 `declare' forms.
21557
21558 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21559
21560 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21561 Explain more about the LIGHTER arg's usage in the doc string.
21562 Add commentary to clarify what the code does. Fix the regexp that
21563 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21564 since it could have characters special to regular expressions.
21565
21566 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21567
21568 * replace.el (occur-1): Bind inhibit-read-only so that
21569 erase-buffer doesn't barf on read-only text properties (likewise
21570 for add-text-properties in occur-engine). Mark buffer as unmodified.
21571 (occur-engine): Don't set buffer-read-only here.
21572
21573 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21576 list-buffers-directory. This caused the *cvs-commit* buffer to be
21577 sometimes mistakenly reused as a *cvs* buffer.
21578
21579 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21580
21581 * tooltip.el: Move code for GUD tooltips into gud.el.
21582 (require): CL no longer needed to compile case.
21583 (tooltip-mode): Do not toggle functions for GUD tooltips.
21584 (tooltip-gud-tips-p): Remove. Replace with minor mode
21585 gud-tooltip-mode in gud.el.
21586 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21587 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21588 tooltip-gud prefix with gud-tooltip and obsolete.
21589 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21590 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21591 (tooltip-mouse-motion): Mouse movement functions/variable.
21592 Rename in gud.el by adding gud prefix.
21593 (tooltip-gud-original-filter, tooltip-gud-dereference)
21594 (tooltip-gud-event, tooltip-toggle-gud-tips)
21595 (tooltip-gud-process-output, tooltip-gud-print-command)
21596 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21597 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21598 (gdb-tooltip-print): Move to gdb-ui.el.
21599
21600 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21601 (require): CL needed to compile case.
21602 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21603 tooltip-gud-tips-p. Make it a minor-mode.
21604 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21605 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21606 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21607 (gud-tooltip-change-major-mode)
21608 (gud-tooltip-activate-mouse-motions-if-enabled)
21609 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21610 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21611 (gud-tooltip-original-filter, gud-tooltip-dereference)
21612 (gud-tooltip-event, tooltip-toggle-gud-tips)
21613 (gud-tooltip-process-output, gud-tooltip-print-command)
21614 (gud-tooltip-tips): Move from tooltip.el.
21615
21616 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21617 (gdb-cpp-define-alist-flags): Doc fix.
21618 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21619 gud-tooltip-mode is t.
21620
21621 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21624 evaporate if their text is deleted.
21625 (goto-address-at-point): Make it work as a mouse binding as well.
21626 (goto-address-at-mouse): Obsolete it. Update users.
21627
21628 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21629
21630 * calendar/appt.el (top-level): No longer activate on load.
21631
21632 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21633
21634 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21635 * net/webjump.el (webjump):
21636 * progmodes/idlw-help.el (idlwave-do-context-help1)
21637 (idlwave-highlight-linked-completions):
21638 * textmodes/po.el (po-find-file-coding-system-guts):
21639 Replace `assoc-ignore-case' by `assoc-string'.
21640
21641 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21642
21643 * files.el (locate-file): Doc fix.
21644
21645 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21646 Remove the redundant test for ms-dos.
21647
21648 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21649 look for the preprocessor with exec-suffixes. If not found in
21650 standard places, look in exec-path. Remove most of the tests that
21651 used system-type.
21652
21653 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21654
21655 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21656
21657 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21658 file-name clash with jka-compr.el on 8+3 filesystems.
21659
21660 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21661
21662 * term/mac-win.el: Don't define or bind scroll bar functions if
21663 x-toolkit-scroll-bars is t.
21664 (x-select-text, x-get-selection-value): Clear
21665 x-last-selected-text-clipboard if x-select-enable-clipboard is
21666 nil.
21667 (PRIMARY): Put mac-scrap-name property.
21668 (mac-select-convert-to-file-url): New function.
21669 (public.file-url): New selection target type. Add to
21670 selection-converter-alist.
21671 (x-get-selection, x-selection-value): Handle it.
21672 (x-cut-buffer-or-selection-value): New alias.
21673
21674 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21675
21676 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21677 entry to avoid calling bibtex-find-entry with arg global
21678 being t. Remove arg key.
21679 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21680 (bibtex-copy-summary-as-kill): Change accordingly.
21681
21682 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21683
21684 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21685 (org-agenda-date-later): Use with-current-buffer.
21686
21687 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21688
21689 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21690 (define-obsolete-variable-alias): Doc Fixes.
21691
21692 2005-05-06 Kim F. Storm <storm@cua.dk>
21693
21694 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21695 vertical-motion when selective-display is active.
21696
21697 * ido.el (ido-setup-hook): New hook.
21698 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21699 (ido-input-stack): New var.
21700 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21701 ido-next-work-file binding to M-O.
21702 Bind M-f to ido-wide-find-file-or-pop-dir.
21703 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21704 (ido-read-internal): Run ido-setup-hook.
21705 Catch quit in read-file-name and read-string to cancel edit.
21706 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21707 Automatically pop-all when completing a directory name (RET).
21708 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21709 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21710 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21711 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21712 New functions for M-b/M-f to move among the directory components.
21713 (ido-make-merged-file-list): Catch quit to cancel merge.
21714 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21715 (ido-completion-help): No warnings for ido-completion-buffer-full.
21716
21717 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21718
21719 * font-lock.el (font-lock-negation-char-face): New face and variable.
21720 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21721 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21722 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21723 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21724
21725 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21726
21727 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21728 Fix typo in docstring.
21729
21730 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21731 (ebrowse-print-statistics-line)
21732 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21733
21734 * term/w32-win.el (image-library-alist): Add additional name for
21735 Xpm library.
21736
21737 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21738
21739 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21740 use gcc instead of cpp.
21741
21742 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21743 (gdb-create-define-alist): Use it.
21744 (gdb-cpp-define-alist-program): Update for MS-DOS.
21745
21746 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21747
21748 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21749
21750 2005-05-04 Richard M. Stallman <rms@gnu.org>
21751
21752 * help.el (describe-key): No error when UNTRANSLATED is nil.
21753
21754 * simple.el (line-move-1): Fix previous change to signal errors
21755 appropriately.
21756
21757 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21758
21759 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21760 (icalendar-duration-correction): Remove.
21761 (icalendar--get-event-properties): Split result at commas.
21762 (icalendar--decode-isoduration): New optional argument
21763 DURATION-CORRECTION.
21764 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21765 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21766 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21767 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21768 (icalendar--convert-anniversary-to-ical): New functions, extracted
21769 from icalendar-export-region, with bug fixes.
21770 (icalendar-export-region): Use the above functions.
21771 (icalendar-import-buffer): Check before saving diary file.
21772 (icalendar--convert-recurring-to-diary)
21773 (icalendar--convert-non-recurring-all-day-to-diary)
21774 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21775 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21776 (icalendar--convert-ical-to-diary): Use the above functions.
21777
21778 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21779
21780 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21781 Remove these recent additions.
21782 (c-mode): Restore to before 2005-04-28.
21783
21784 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21785 recent addition.
21786
21787 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21788 (gdb-define-alist): New variables.
21789 (gdb-create-define-alist): New function.
21790 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21791 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21792 with string-to-number.
21793 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21794
21795 * progmodes/gud.el: Replace string-to-int with string-to-number.
21796 (gud-find-file): Handle gdb-define-alist.
21797
21798 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21799
21800 2005-05-02 Jay Belanger <belanger@truman.edu>
21801
21802 * calc/calc-aent.el (math-read-token):
21803 * calc/calc-bin.el (calc-word-size):
21804 * calc/calc-ext.el (calc-read-number-fancy):
21805 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21806 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21807 * calc/calc-frac.el (calc-over-notation):
21808 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21809 (calc-graph-num-points, calc-graph-init):
21810 * calc/calc-prog.el (calc-read-parse-table-part)
21811 (calc-edit-macro-repeats):
21812 * calc/calc-yank.el (calc-do-grab-rectangle):
21813 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21814 Replace `string-to-int' by `string-to-number'.
21815
21816 2005-05-02 Kim F. Storm <storm@cua.dk>
21817
21818 * kmacro.el: Use executing-kbd-macro-index variable.
21819
21820 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21821
21822 * net/rlogin.el (rlogin-parse-words): Delete func.
21823 (rlogin): Use split-string, not rlogin-parse-words.
21824 Also, if there are option-like elements in the parsed args,
21825 take the host to be the first arg immediately following them.
21826 Suggested by Michael Mauger.
21827
21828 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21829
21830 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21831
21832 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21833
21834 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21835 (cc-mode-cpp-program): Rename to cc-define-list-program and
21836 move to cc-vars.el.
21837
21838 * progmodes/cc-vars.el (cc-define-list-program):
21839 Change to "gcc -E -dM -". Make customizable.
21840
21841 2005-05-02 Kim F. Storm <storm@cua.dk>
21842
21843 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21844
21845 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21846
21847 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21848
21849 * international/mule-util.el (truncate-string): Remove alias and
21850 obsolete declaration.
21851
21852 * international/mule-cmds.el (update-iso-coding-systems):
21853 Remove alias and obsolete declaration.
21854
21855 * international/mule.el (coding-system-parent): Remove alias and
21856 obsolete declaration.
21857
21858 * subr.el (define-function, sref): Remove aliases and obsolete
21859 declarations.
21860 (chars-in-region): Remove obsolete declaration.
21861
21862 2005-05-01 Richard M. Stallman <rms@gnu.org>
21863
21864 * info.el (Info-mode): Set widen-automatically to nil, locally.
21865
21866 * simple.el (widen-automatically): New variable.
21867 (pop-global-mark): Obey widen-automatically.
21868
21869 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21870
21871 * term/xterm.el (function-key-map): Call substitute-key-definition
21872 before the keymap size is increased by a lot of define-key calls.
21873
21874 2005-05-01 Richard M. Stallman <rms@gnu.org>
21875
21876 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21877 Rename ARG to ELEMENT. Doc fix.
21878
21879 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21880
21881 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21882 Remove references to allout-exposure/change to allout-new-exposure.
21883
21884 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21885 bytecode symbols.
21886
21887 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21888 (compiled-function-p, focus-frame, unfocus-frame):
21889 Remove aliases and obsolete declarations.
21890 Back out inadvertent changes from previous commit.
21891
21892 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21893
21894 * files.el (require-final-newline): Make Custom tags consistent
21895 with mode-require-final-newline.
21896 (mode-require-final-newline): Doc fix.
21897
21898 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21899
21900 * international/latexenc.el (latexenc-find-file-coding-system):
21901 Fix regular expressions.
21902
21903 2005-05-01 David Kastrup <dak@gnu.org>
21904
21905 * international/latexenc.el (latexenc-find-file-coding-system):
21906 Fix regular expressions.
21907
21908 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21909
21910 * subr.el (string-to-int): Make obsolete.
21911
21912 2005-04-30 Richard M. Stallman <rms@gnu.org>
21913
21914 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21915
21916 * loadup.el: load jka-comp-hook.
21917
21918 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21919 (jka-compr-handler): Add autoload. `put' calls moved
21920 to jka-comp-hook.el.
21921 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21922 (jka-compr-inhibit): Autoload.
21923
21924 * jka-comp-hook.el: New file.
21925 Enable the mode by default.
21926
21927 * files.el (backup-buffer-copy): Use copy-file instead
21928 of write-region, and put back the 'excl.
21929
21930 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * progmodes/flymake.el (flymake-split-string)
21933 (flymake-split-string, flymake-log, flymake-pid-to-names)
21934 (flymake-reg-names, flymake-get-source-buffer-name)
21935 (flymake-unreg-names, flymake-add-line-err-info)
21936 (flymake-add-err-info): Clarify docstrings.
21937 (flymake-popup-menu, flymake-make-emacs-menu)
21938 (flymake-make-xemacs-menu): Add docstrings.
21939 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21940 Set variables directly throughout.
21941
21942 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21943
21944 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21945 exists. Initialize cc-define-alist.
21946 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21947 If there is no file (Macroexpansion) don't create an alist.
21948
21949 2005-04-29 Sam Steingold <sds@gnu.org>
21950
21951 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21952 (cc-create-define-alist): Use it instead of the hard-coded string.
21953
21954 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21955
21956 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21957 for latexenc.
21958
21959 2005-04-29 Lute Kamstra <lute@gnu.org>
21960
21961 * emacs-lisp/generic.el: Improve commentary section.
21962 (define-generic-mode): Improve docstring.
21963
21964 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21965
21966 * textmodes/org.el (many places): Change to quiet the byte compiler.
21967 (org-prefix-format-compiled): New variable.
21968 (org-compile-prefix-format): New function.
21969 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21970 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21971 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21972 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21973 consistency with entries from `org-mode' files.
21974 (org-get-time-of-day): Fix bug with partial matches early in a line.
21975 (org-non-link-chars): New constant.
21976 (org-link-regexp): Respect `org-non-link-chars'.
21977 (org-agenda-day-view): Remove command.
21978 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21979 (org-follow-bbdb-link, org-store-link): Search also company field.
21980 (org-highlight-overlay): New variable.
21981 (org-highlight, org-unhighlight): New functions.
21982 (org-agenda-mode): Add pre-command-hook to remove highlight.
21983 (org-evaluate-time-range): Behavior depends upon whether time stamp
21984 contains a time or not.
21985 (org-show-subtree, org-show-entry): New functions.
21986 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21987
21988 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21989
21990 * comint.el (comint-output-filter-functions): Add autoload cookie.
21991
21992 2005-04-28 Kim F. Storm <storm@cua.dk>
21993
21994 * ido.el (ido-everywhere): Fix last change.
21995
21996 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21997
21998 * international/latexenc.el: New file.
21999 * international/mule-conf.el (file-coding-system-alist): For .tex,
22000 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22001
22002 2005-04-28 Lute Kamstra <lute@gnu.org>
22003
22004 * font-lock.el (font-lock-add-keywords)
22005 (font-lock-remove-keywords): Clarify docstring.
22006 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22007 Don't start docstrings with a `*'.
22008 (font-lock-update-removed-keyword-alist): Give it a docstring.
22009
22010 * generic-x.el: Update commentary section.
22011 Only require font-lock when compiling.
22012 Define all modes conditionally.
22013 Place all generic modes in the generic-x-modes customization group.
22014 (generic-x-modes): New customization group.
22015 (generic-default-modes, generic-mswindows-modes)
22016 (generic-unix-modes, generic-other-modes): New constants.
22017 (generic-define-mswindows-modes, generic-define-unix-modes):
22018 Update docstrings. Make them obsolete.
22019 (generic-extras-enable-list): New default value. Update docstring.
22020 Improve :type. Change :set function.
22021 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22022 Fix docstring.
22023
22024 * emacs-lisp/generic.el (generic-mode-internal):
22025 Simplify font-lock-defaults.
22026 (define-generic-mode): Fix docstring.
22027
22028 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22029
22030 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22031 font-lock-face property to highlight matches.
22032
22033 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22034
22035 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22036 (cc-define-alist): New variable.
22037 (c-mode): Make it local and initialize it.
22038
22039 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22040 (gdb-exited): New function.
22041 (gdb-annotation-rules): Use it.
22042 (gdb-starting): Set gdb-active-process to t.
22043 (gdb-stopping): Amend doc string.
22044 (gdb-reset): Set gdb-active-process to nil.
22045
22046 * tooltip.el (tooltip-gud-tips): Show the associated #define
22047 directives when a C program under GDB is not executing.
22048
22049 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22050
22051 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22052 font-lock-fontify-syntactic-keywords.
22053
22054 * font-lock.el (font-lock-default-fontify-region): Don't force
22055 parse-sexp-lookup-properties to nil.
22056
22057 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22058
22059 * man.el (man-mode-syntax-table): Set up `:' to have
22060 word-constituent syntax.
22061
22062 2005-04-27 Lute Kamstra <lute@gnu.org>
22063
22064 * novice.el (disable-command): Don't add spurious newlines to the
22065 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22066
22067 2005-04-26 Jay Belanger <belanger@truman.edu>
22068
22069 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22070 than one window before deleting window.
22071
22072 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22073
22074 * shell.el (shell-prompt-pattern): Doc fix.
22075 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22076
22077 * comint.el (comint-prompt-regexp, comint-get-old-input)
22078 (comint-use-prompt-regexp)
22079 (comint-use-prompt-regexp-instead-of-fields)
22080 (comint-replace-by-expanded-history, comint-send-input)
22081 (comint-output-filter, comint-get-old-input-default)
22082 (comint-line-beginning-position, comint-bol, comint-show-output)
22083 (comint-backward-matching-input, comint-forward-matching-input)
22084 (comint-next-prompt, comint-previous-prompt):
22085 Rename `comint-use-prompt-regexp-instead-of-fields' to
22086 `comint-use-prompt-regexp'. Keep old name as alias and declare
22087 obsolete.
22088 (comint-use-prompt-regexp): Shorten first line of doc string.
22089
22090 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22091 Set paragraph-separate buffer locally to "\\'".
22092
22093 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22094 Adapt to above name change.
22095
22096 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22097 (smbclient-prompt-regexp): Ditto.
22098
22099 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22100
22101 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22102
22103 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22104 gdb-location-list.
22105 Break lines that are over 80 characters wide.
22106
22107 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22108
22109 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22110 New fun and var, to preserve compatibility.
22111
22112 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22113
22114 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22115
22116 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22117 name to file-newer-than-file-p.
22118
22119 2005-04-26 Richard M. Stallman <rms@gnu.org>
22120
22121 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22122
22123 * progmodes/python.el (python-mode):
22124 Use new name eldoc-documentation-function.
22125
22126 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22127
22128 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22129 (eldoc-documentation-function):
22130 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22131
22132 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22133
22134 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22135
22136 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22137
22138 * term/xterm.el (function-key-map): Fix strings for
22139 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22140 {C,S,A,C-S}-{f1-f12}.
22141
22142 2005-04-26 Kenichi Handa <handa@m17n.org>
22143
22144 * international/mule-cmds.el (select-safe-coding-system):
22145 Fix previous change.
22146
22147 2005-04-26 Lute Kamstra <lute@gnu.org>
22148
22149 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22150
22151 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22152 (font-lock-comment-delimiter-face): Ditto.
22153
22154 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22155
22156 2005-04-25 Jay Belanger <belanger@truman.edu>
22157
22158 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22159 to t while inserting information; use help-mode.
22160
22161 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22162
22163 * term.el (ansi-term-color-vector): Use the xterm colors.
22164 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22165
22166 2005-04-25 Lute Kamstra <lute@gnu.org>
22167
22168 * font-core.el (font-lock-defaults): Fix docstring.
22169
22170 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22171
22172 2005-04-25 Kenichi Handa <handa@m17n.org>
22173
22174 * international/mule-cmds.el (select-safe-coding-system):
22175 Don't check consistency with coding: spec, etc if raw-text or
22176 no-conversion was found to be safe.
22177
22178 2005-04-24 Richard M. Stallman <rms@gnu.org>
22179
22180 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22181 citation markers at start of each line.
22182
22183 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22184 citation markers at start of each line.
22185
22186 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22187
22188 * files.el (mode-require-final-newline): Fix previous change.
22189 (require-final-newline): Fix type label.
22190
22191 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22192
22193 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22194 statement in buffer (broken by 2004-11-24 change).
22195
22196 2005-04-24 Kim F. Storm <storm@cua.dk>
22197
22198 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22199 and read-file-name-function values. Don't overwrite existing
22200 non-nil values if ido-mode is enabled without ido-everywhere.
22201
22202 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22203
22204 * files.el (mode-require-final-newline): Minor doc fix.
22205
22206 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22207
22208 * subr.el (syntax-after): Doc fix.
22209 (syntax-class): If argument is nil, return nil. Mask off upper 16
22210 bits, not 8 bits.
22211
22212 * files.el (mode-require-final-newline): Doc fix.
22213 (backup-buffer-copy): Fix last change.
22214
22215 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22216
22217 * term/mac-win.el: Require select. Set selection-coding-system to
22218 mac-system-coding-system. Call menu-bar-enable-clipboard.
22219 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22220 (x-select-enable-clipboard): New variables.
22221 (x-select-text, x-get-selection, x-selection-value)
22222 (x-get-selection-value, mac-select-convert-to-string)
22223 (mac-services-open-file, mac-services-open-selection)
22224 (mac-services-insert-text): New functions.
22225 (CLIPBOARD, FIND): Put mac-scrap-name property.
22226 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22227 (public.tiff): Put mac-ostype property.
22228 (selection-converter-alist): Add entries for them.
22229 (mac-application-menu-map): New keymap.
22230 (interprogram-cut-function, interprogram-paste-function): Set to
22231 x-select-text and x-get-selection-value, respectively.
22232 (split-window-keep-point): Set to t.
22233
22234 2005-04-23 Richard M. Stallman <rms@gnu.org>
22235
22236 * files.el (read-directory-name): Always pass non-nil
22237 DEFAULT-FILENAME arg to read-file-name.
22238 (backup-buffer-copy, basic-save-buffer-2): Take care against
22239 writing thru an unexpected existing symlink.
22240 (revert-buffer): In indirect buffer, revert the base buffer.
22241 (magic-mode-alist): Doc fix.
22242 (buffer-stale-function): Doc fix.
22243 (minibuffer-with-setup-hook): Avoid warning.
22244 (mode-require-final-newline): Doc and custom fix.
22245
22246 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22247
22248 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22249 use the default appearance.
22250 (font-lock-comment-delimiter-face): New face, new variable.
22251
22252 * imenu.el (imenu--generic-function): The official position of a
22253 definition is the start of the line that BEG is in.
22254
22255 * midnight.el (midnight-timer): Move defvar up.
22256
22257 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22258
22259 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22260
22261 * startup.el (command-line): Use with-no-warnings.
22262
22263 * window.el (window-size-fixed): New defvar.
22264
22265 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22266
22267 * mail/rmail.el (rmail-font-lock-keywords):
22268 Use font-lock-comment-delimiter-face.
22269
22270 * mail/sendmail.el (mail-font-lock-keywords):
22271 Use font-lock-comment-delimiter-face.
22272
22273 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22274
22275 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22276
22277 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22278 Specify t for LAXMATCH when matching directories.
22279 Save match data around compilation-compat-error-properties form.
22280
22281 2005-04-23 David Kastrup <dak@gnu.org>
22282
22283 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22284 Mention that the autoloaded aliases should be kept for AUCTeX.
22285
22286 2005-04-23 Andreas Schwab <schwab@suse.de>
22287
22288 * isearch.el (isearch-forward): Doc fix.
22289
22290 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22291
22292 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22293 (jit-lock-stealth-nice): Change default value to 0.5.
22294
22295 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22296
22297 * abbrev.el (write-abbrev-file): Write table entries in
22298 alphabetical order by table name.
22299
22300 2005-04-22 Kim F. Storm <storm@cua.dk>
22301
22302 * ido.el (ido-read-internal): Fix `list' completion.
22303
22304 2005-04-22 Kenichi Handa <handa@m17n.org>
22305
22306 * recentf.el (recentf-save-file-coding-system): New variable.
22307 (recentf-save-list): Encode the file by
22308 recentf-save-file-coding-system and add coding: tag.
22309
22310 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22311
22312 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22313
22314 2005-04-21 Lute Kamstra <lute@gnu.org>
22315
22316 * loadhist.el (unload-feature): Don't remove a function from hooks
22317 if it is about to be restored to an autoload . Remove functions
22318 that will become unbound from auto-mode-alist. Simplify the code.
22319
22320 * subr.el (assq-delete-all): New implementation that is linear,
22321 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22322 (rassq-delete-all): New function.
22323
22324 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22325 Add size-indication-mode.
22326
22327 2005-04-21 Kenichi Handa <handa@m17n.org>
22328
22329 * international/mule-cmds.el: Add autoload for widget-value in
22330 eval-when-compile.
22331
22332 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22333
22334 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22335 Add tooltip-mode.
22336
22337 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22338
22339 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22340
22341 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22342 (inferior-lisp-filter-regexp, inferior-lisp-program)
22343 (inferior-lisp-load-command, inferior-lisp-prompt)
22344 (inferior-lisp-mode-hook, lisp-source-modes)
22345 (inferior-lisp-load-hook): defvar->defcustom.
22346 (inferior-lisp-program, inferior-lisp-prompt)
22347 (inferior-lisp-load-hook): Doc fixes.
22348 (inferior-lisp-install-letter-bindings): Small change in
22349 introductory comment.
22350
22351 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22352
22353 * vc.el (vc-annotate-color-map): Change some colors so that text
22354 using them as foreground is readable on both white and black
22355 backgrounds.
22356
22357 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22358
22359 * international/mule-conf.el (translation-table-for-input):
22360 Remove redundant declaration.
22361
22362 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22363
22364 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22365
22366 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22367 (tooltip-toggle-gud-tips): New function.
22368
22369 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22370
22371 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22372 right angle brackets.
22373
22374 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22375
22376 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22377
22378 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22379
22380 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22381 Remove. Update callers to use expand-file-name instead.
22382
22383 * subr.el (syntax-class): New function.
22384
22385 * simple.el (blink-matching-open): Use it.
22386
22387 * paren.el (show-paren-function): Use it to recognize parens that are
22388 also used in 2-char comment markers.
22389
22390 2005-04-19 Lute Kamstra <lute@gnu.org>
22391
22392 * loadhist.el (unload-feature): Update for new format of
22393 load-history. Simplify the code.
22394
22395 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22396
22397 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22398 (mac-add-charset-info): New function. Initialize variable
22399 mac-charset-info-alist using it.
22400 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22401 for translation.
22402 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22403 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22404 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22405 New CCL programs.
22406
22407 2005-04-19 Kim F. Storm <storm@cua.dk>
22408
22409 * simple.el (next-buffer, prev-buffer, next-error)
22410 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22411 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22412
22413 * bindings.el (next-buffer, prev-buffer, next-error)
22414 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22415 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22416 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22417 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22418
22419 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22420
22421 * isearch.el (isearch-edit-string): Make the search-ring available for
22422 minibuffer history commands.
22423 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22424 the default history commands now work just as well.
22425 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22426
22427 2005-04-18 Kim F. Storm <storm@cua.dk>
22428
22429 * emulation/cua-base.el (cua--pre-command-handler): Add more
22430 elaborate check for shift modifier on non-window systems.
22431
22432 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22433
22434 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22435
22436 2005-04-18 Kim F. Storm <storm@cua.dk>
22437
22438 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22439 and make it optional. Don't test tooltip-gud-echo-area here.
22440 (tooltip-gud-process-output, gdb-tooltip-print):
22441 Pass tooltip-gud-echo-area to tooltip-show.
22442 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22443
22444 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22445
22446 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22447 `display-graphic-p' may not be bound yet.
22448
22449 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22450
22451 * startup.el (command-line): No longer enable Xterm Mouse mode by
22452 default in terminals compatible with xterm.
22453
22454 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22455
22456 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22457
22458 * tooltip.el (tooltip-gud-echo-area): Rename from
22459 tooltip-use-echo-area.
22460 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22461 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22462 area independently of where help tooltips are displayed.
22463
22464 2005-04-17 David Kastrup <dak@gnu.org>
22465
22466 * cus-theme.el (custom-theme-write-variables): Quote variables
22467 where necessary.
22468
22469 2005-04-17 Richard M. Stallman <rms@gnu.org>
22470
22471 * simple.el (yank-excluded-properties): Add follow-link to value.
22472
22473 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22474
22475 * startup.el (fancy-splash-max-time): Just 30 seconds.
22476 (fancy-splash-delay): Just 7.
22477 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22478
22479 * loadhist.el (unload-feature): Update for new format of load-history.
22480 Simplify the code.
22481
22482 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22483 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22484
22485 * mail/sendmail.el (mail-font-lock-keywords):
22486 Don't fontify subject text.
22487 Don't fontify the text of a citation.
22488
22489 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22490
22491 * comint.el (comint-output-filter): Run comint-output-filter-functions
22492 with point where the user had it.
22493
22494 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22495
22496 * international/ucs-tables.el (ucs-set-table-for-input):
22497 Disable when using unify-on-decoding.
22498
22499 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22500
22501 * emulation/cua-base.el (cua-global-mark-face): Add special case
22502 for displays supporting a high number of colors.
22503
22504 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22505
22506 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22507
22508 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22509
22510 * filesets.el (filesets-add-buffer): If user supplies a name of a
22511 non-existing fileset, create a new fileset.
22512
22513 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22514
22515 * textmodes/org.el (org-up-heading-all): Fix bug with
22516 `outline-up-heading-all'.
22517
22518 2005-04-16 Andreas Schwab <schwab@suse.de>
22519
22520 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22521 /etc/permissions.d/* and /etc/aliases.d/*.
22522
22523 2005-04-16 Kenichi Handa <handa@m17n.org>
22524
22525 * international/code-pages.el (cp-make-coding-system):
22526 Set `translation-table-for-input' property value to the symbol
22527 ucs-mule-to-mule-unicode, not to that value.
22528 (pt154): Escape guillemet by `\'.
22529
22530 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22531
22532 * loadup.el: Load tooltip if x-show-tip is fboundp.
22533
22534 * startup.el (command-line): Add comment.
22535
22536 * tooltip.el (tooltip-mode): Specify correct standard value for
22537 Custom in init-value.
22538
22539 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22540
22541 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22542 possible.
22543
22544 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22545
22546 * textmodes/org.el (org-agenda-date-prompt): Rename from
22547 `org-agenda-date-today'.
22548 (org-evaluate-time-range): Insert at point instead of directly
22549 after time range.
22550 (org-first-headline-recenter, org-subtree-end-visible-p)
22551 (org-optimize-window-after-visibility-change): New functions
22552 (org-agenda-post-command-hook): Don't allow point at end of line,
22553 to make sure it always hits the text properties.
22554 (org-agenda-next-date-line, org-agenda-previous-date-line):
22555 New commands.
22556 (org-set-regexps-and-options): Category may contain white space.
22557 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22558 Improve marker positions.
22559 (org-agenda-new-marker): Argument POS made optional.
22560 (org-agenda-get-timestamps): Deadlines which are done are listed
22561 in org-done-face now.
22562 (org-agenda-get-todos, org-agenda-get-timestamps)
22563 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22564 Set `undone-face' and `done-face' properties.
22565 (org-last-todo-state-is-todo): New variable.
22566 (org-todo): Set `org-last-todo-state-is-todo'.
22567 (org-agenda-todo): Change face according to
22568 `org-last-todo-state-is-todo'. And change other lines referring to
22569 the same entry.
22570 (org-calendar-goto-agenda): New command.
22571 (org-calendar-to-agenda-key): New option.
22572 (org-startup-folded): New allowed value `content'.
22573 (org-set-regexps-and-options): Accept new value `content' for
22574 `org-startup-folded'.
22575 (org-get-current-options): Handle new value `content' for
22576 `org-startup-folded'.
22577 (org-insert-todo-heading): New command.
22578 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22579 interactively in empty file and option
22580 `org-insert-mode-line-in-empty-file' has been set.
22581 (org-agenda-todo, org-agenda-priority): Modify to use
22582 `org-agenda-change-all-lines'.
22583 (org-warning-face): Change color on dark background
22584
22585 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22586
22587 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22588 use preferences AppleLocale and AppleLanguages, and variable
22589 mac-system-locale for default locale. On Mac OS Classic, use
22590 mac-system-coding-system for default coding systems.
22591
22592 * term/mac-win.el: Don't set file-name-coding-system.
22593 Decode variables system-name, emacs-build-system, user-login-name, and
22594 user-full-name by mac-system-coding-system on Mac OS Classic.
22595 (mac-system-coding-system): New variable.
22596
22597 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22598
22599 * startup.el (command-line): Handle `xterm-mouse-mode' before
22600 reading init file.
22601
22602 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22603
22604 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22605
22606 * progmodes/sh-script.el (sh-here-document-word): Make it a
22607 defcustom. Doc fix.
22608 (sh-add): Bash uses $(( )) for arithmetic.
22609 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22610 (sh-maybe-here-document): Remove quotes and leading whitespace
22611 from heredoc word when closing. Indent heredoc with tabs if word
22612 starts with "-".
22613
22614 2005-04-13 Richard M. Stallman <rms@gnu.org>
22615
22616 * simple.el (undo): Fix previous change.
22617
22618 * custom.el (defface): Doc fix.
22619
22620 2005-04-13 Lute Kamstra <lute@gnu.org>
22621
22622 * Makefile.in (DONTCOMPILE): Remove list.
22623 (compile, compile-always): Don't use DONTCOMPILE.
22624 (update-authors): Load the library in which batch-update-authors
22625 is defined.
22626 * makefile.w32-in (DONTCOMPILE): Remove list.
22627 (compile, compile-always): Fix comments.
22628 (update-authors): Load the library in which batch-update-authors
22629 is defined.
22630
22631 * generic-x.el (generic-mode-ini-file-find-file-hook):
22632 Rename to ini-generic-mode-find-file-hook.
22633 Keep generic-mode-ini-file-find-file-hook as an alias.
22634 (ini-generic-mode-find-file-hook): Rename from
22635 generic-mode-ini-file-find-file-hook. Fix docstring.
22636 (ini-generic-mode): Docstring change.
22637 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22638
22639 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22640 called from lisp.
22641
22642 * generic.el: Move to the emacs-lisp subdir.
22643
22644 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22645
22646 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22647 and C-S- function and cursor motion keys.
22648
22649 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22650
22651 * startup.el (command-line): Enable Xterm Mouse mode by default.
22652 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22653 for Custom. No longer show "Mouse" in mode line when enabled.
22654 Doc fix.
22655
22656 2005-04-12 Kim F. Storm <storm@cua.dk>
22657
22658 * emulation/cua-base.el (cua-rectangle-face)
22659 (cua-rectangle-noselect-face): Define face attributes here.
22660
22661 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22662
22663 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22664
22665 * startup.el (command-line): Turn off blinking cursor if
22666 cursorBlink in resources is off or false.
22667
22668 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22669
22670 * term/mac-win.el (dnd): Require dnd.
22671 (mac-drag-n-drop): Call dnd-handle-one-url.
22672 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22673 (kTextEncodingISOLatin2): Remove constants.
22674 (mac-script-code-coding-systems): New constant.
22675 (mac-handle-language-change): New function.
22676 (special-event-map): Bind it to `language-change' event.
22677 (mac-centraleurroman, mac-cyrillic): New coding systems.
22678 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22679 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22680 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22681 encode-mac-cyrillic, respectively.
22682
22683 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22684
22685 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22686 Don't set overlay-arrow-string to "=>" as this is done
22687 globally in C now.
22688
22689 2005-04-12 Lute Kamstra <lute@gnu.org>
22690
22691 * generic-x.el (rc-generic-mode, rul-generic-mode):
22692 Fix auto-mode-alist entries.
22693 (etc-fstab-generic-mode): Tweak fontification.
22694
22695 * generic.el (generic-make-keywords-list): Fix docstring.
22696 (generic-mode-internal): Simplify generic-font-lock-keywords.
22697
22698 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22699
22700 * whitespace.el (whitespace-buffer-leading)
22701 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22702 However, fix the highlight area for the leading and
22703 trailing whitespaces to show space.
22704
22705 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22706
22707 * whitespace.el (whitespace-version): Bump to 3.5
22708
22709 (whitespace-buffer-leading, whitespace-buffer-trailing):
22710 Invert sense of the test to highlight the whitespace.
22711
22712 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22713
22714 * progmodes/gud.el (gud-display-line): GUD uses its own
22715 overlay arrow now so don't set overlay-arrow-string.
22716 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22717
22718 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22719
22720 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22721 (term-ansi-current-reverse, term-ansi-current-invisible)
22722 (term-ansi-face-already-done): Change to boolean.
22723 (term-reset-terminal, term-handle-colors-array): Handle the above
22724 vars accordingly.
22725 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22726 (term-emulate-terminal): Use the new name.
22727
22728 * faces.el (secondary-selection): Use yellow1, not yellow.
22729 (trailing-whitespace): Use red1, not red.
22730
22731 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22732
22733 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22734 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22735 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22736
22737 * cus-edit.el (dnd): New group.
22738
22739 * term/w32-win.el (dnd): Require dnd
22740 (w32-drag-n-drop): Call dnd-handle-one-url.
22741
22742 * x-dnd.el: Require dnd.
22743 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22744 Call dnd-handle-one-url.
22745 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22746 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22747 to dnd-insert-text.
22748 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22749 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22750 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22751 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22752
22753 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22754
22755 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22756
22757 * wdired.el: Doc fixes.
22758 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22759 (wdired-use-dired-vertical-movement): Rename from
22760 wdired-always-move-to-filename-beginning.
22761 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22762 (wdired-change-to-wdired-mode): Change mode name.
22763 (wdired-newline): Delete.
22764
22765 2005-04-11 Richard M. Stallman <rms@gnu.org>
22766
22767 * whitespace.el (whitespace-highlight-the-space):
22768 Don't call whitespace-unhighlight-the-space here.
22769
22770 * simple.el (undo): Record t in undo-equiv-table
22771 for the redo record made by an undo-in-region.
22772
22773 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22774
22775 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22776 (gdb-frame-inferior-io-buffer): New Functions to control
22777 display of separate IO buffer.
22778 (menu): Add them to menu-bar.
22779 (gdb-display-buffer): Check for buffer another frame.
22780 Protect GUD buffer.
22781 (gdb-setup-windows): Create IO buffer if not already there.
22782 (gdb-memory-mode): Remove purecopy noops.
22783
22784 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22785
22786 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22787 and pass to self-insert-command.
22788
22789 2005-04-11 Lute Kamstra <lute@gnu.org>
22790
22791 * generic.el: Commentary section cleanup.
22792 (generic): Delete.
22793 (generic-use-find-file-hook, generic-lines-to-scan)
22794 (generic-find-file-regexp, generic-ignore-files-regexp)
22795 (default-generic-mode, generic-mode-find-file-hook)
22796 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22797 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22798 (generic-use-find-file-hook, generic-lines-to-scan)
22799 (generic-find-file-regexp, generic-ignore-files-regexp)
22800 (default-generic-mode, generic-mode-find-file-hook)
22801 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22802
22803 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22804
22805 * bookmark.el (bookmark-write-file): Catch errors writing file.
22806 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22807
22808 2005-04-10 Richard M. Stallman <rms@gnu.org>
22809
22810 * startup.el (fancy-splash-tail): Update copyright year.
22811 (command-line): Split part of -Q into -D.
22812 (emacs-basic-display): New defvar.
22813 (fancy-splash-text): Correct name of menu item.
22814
22815 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22816
22817 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22818 lines in one node.
22819
22820 * comint.el (comint-send-input): New arg ARTIFICIAL.
22821 Callers in this file changed.
22822
22823 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22824
22825 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22826
22827 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22828
22829 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22830 `ldap-search-internal'.
22831
22832 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22833
22834 * files.el (set-auto-mode-1): Use line-end-position.
22835
22836 * international/latin-1.el:
22837 * international/latin-2.el:
22838 * international/latin-3.el:
22839 * international/latin-4.el:
22840 * international/latin-5.el:
22841 * international/latin-8.el:
22842 * international/latin-9.el: Give punctuation syntax to NBSP.
22843
22844 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22845 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22846 Use char-classes to accept non-ascii letters, accepted in some recent
22847 bibtex implementations.
22848
22849 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22850
22851 * custom.el (custom-set-minor-mode): Any non-nil value for the
22852 variable should enable the mode when set through Custom.
22853
22854 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22855
22856 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22857 TAB binding so tab-always-indent is obeyed.
22858 (vhdl-minibuffer-local-map): Move initialization into declaration.
22859 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22860 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22861 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22862 (vhdl-current-line): Use line-beginning-position.
22863 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22864 with-output-to-temp-buffer, so the current position can be recorded.
22865
22866 2005-04-10 Masatake YAMATO <jet@gyve.org>
22867
22868 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22869 Add regexp for gcov.
22870
22871 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22872
22873 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22874 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22875 syntax which Emacs 20 doesn't support.
22876
22877 2005-04-09 Richard M. Stallman <rms@gnu.org>
22878
22879 * help.el (describe-key-briefly, describe-key):
22880 Replace strings as event types with "(any string)".
22881
22882 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22883
22884 * arc-mode.el (archive-mode-map): Move initialization into
22885 the declaration. Override *all* bindings of `undo'.
22886 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22887
22888 2005-04-09 Jay Belanger <belanger@truman.edu>
22889
22890 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22891
22892 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22893
22894 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22895 (xterm-register-default-colors): Update color values computation
22896 to match xterm-200.
22897
22898 2005-04-09 Kenichi Handa <handa@m17n.org>
22899
22900 * international/code-pages.el (iso-latin-7): Fix the map.
22901
22902 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22903
22904 * emacs-lisp/lisp.el (defun-prompt-regexp)
22905 (parens-require-spaces, buffer-end, end-of-defun)
22906 (insert-parentheses): Doc fixes.
22907
22908 2005-04-08 Kim F. Storm <storm@cua.dk>
22909
22910 * comint.el (comint-highlight-prompt): Fix face spec.
22911 * hi-lock.el (hi-green): Likewise.
22912
22913 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22914
22915 * cus-edit.el (custom-modified-face):
22916 * comint.el (comint-highlight-input): Fix previous changes.
22917 * term.el (term-handle-ansi-escape): Add a comment.
22918
22919 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22920
22921 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22922 in the buffer and in whitespace-highlighted-space.
22923 (whitespace-unhighlight-the-space): Simplify.
22924 (whitespace-buffer): Simplify.
22925
22926 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22927
22928 * textmodes/table.el (table-cell-face): Add special case for
22929 displays supporting a high number of colors.
22930 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22931 (vhdl-font-lock-reserved-words-face)
22932 (vhdl-speedbar-architecture-face)
22933 (vhdl-speedbar-instantiation-face)
22934 (vhdl-speedbar-architecture-selected-face)
22935 (vhdl-speedbar-instantiation-selected-face): Likewise.
22936 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22937 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22938 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22939 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22940 (ebrowse-progress-face): Likewise.
22941 * progmodes/compile.el (compilation-info-face): Likewise.
22942 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22943 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22944 * calendar/calendar.el (diary-face): Likewise.
22945 * woman.el (woman-italic-face, woman-bold-face)
22946 (woman-unknown-face): Likewise.
22947 * wid-edit.el (widget-button-pressed-face): Likewise.
22948 * whitespace.el (whitespace-highlight-face): Likewise.
22949 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22950 * pcvs-info.el (cvs-marked-face): Likewise.
22951 * info.el (info-xref): Likewise.
22952 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22953 * hilit-chg.el (highlight-changes-face)
22954 (highlight-changes-delete-face): Likewise.
22955 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22956 (hi-red-b): Likewise.
22957 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22958 * font-lock.el (font-lock-keyword-face)
22959 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22960 * cus-edit.el (custom-invalid-face, custom-modified-face)
22961 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22962 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22963 * comint.el (comint-highlight-prompt): Likewise.
22964
22965 2005-04-08 Lute Kamstra <lute@gnu.org>
22966
22967 * font-lock.el (font-lock-keywords): Docstring fixes.
22968
22969 2005-04-08 Kenichi Handa <handa@m17n.org>
22970
22971 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22972 chars are more than a limit, print " and more..." at the tail.
22973
22974 2005-04-08 Kim F. Storm <storm@cua.dk>
22975
22976 * emacs-lisp/authors.el (authors-aliases): Update list.
22977 (authors-ignored-files): New list.
22978 (authors-fixed-entries): Fix typo.
22979 (authors-renamed-files-alist): Update list.
22980 (authors-add): Check authors-ignored-files.
22981
22982 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22983
22984 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22985 optional, to ensure backward compatibility.
22986
22987 2005-04-08 Stephen Eglen <stephen@gnu.org>
22988
22989 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22990
22991 2005-04-08 Kim F. Storm <storm@cua.dk>
22992
22993 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22994
22995 * mouse.el (mouse-on-link-p): Doc fix.
22996
22997 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22998
22999 * ielm.el (ielm-prompt-read-only): Doc fix.
23000
23001 * comint.el (comint-prompt-read-only): Doc fix.
23002
23003 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23004
23005 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23006 ensure dired always handles wildcards passed to ffap.
23007 (find-file-at-point): Use it.
23008 (ffap-dired-wildcards): Doc fix.
23009
23010 2005-04-07 Juri Linkov <juri@jurta.org>
23011
23012 * simple.el (next-error-overlay-arrow-position): New defvar.
23013 Put "=>" on its property `overlay-arrow-string'. Add it to
23014 `overlay-arrow-variable-list'.
23015
23016 * progmodes/compile.el (compilation-setup):
23017 Set `next-error-overlay-arrow-position' to nil. Also set it to
23018 nil in the local hook `kill-buffer-hook'. Make local variable
23019 `overlay-arrow-string' and set it to "=>".
23020 (compilation-goto-locus): Set BOL position to
23021 `next-error-overlay-arrow-position' instead of
23022 `overlay-arrow-position'.
23023
23024 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23025 locally instead of adding it to the global hook.
23026 (Info-kill-buffer): Move up.
23027
23028 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23029
23030 * term/xterm.el (xterm-standard-colors): Update color values from
23031 xterm-200.
23032
23033 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23034
23035 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23036
23037 * fast-lock.el:
23038 * lazy-lock.el: Move them to the obsolete subdir.
23039
23040 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23041
23042 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23043 (wdired-add-replace-advice): Remove.
23044 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23045
23046 2005-04-06 Kim F. Storm <storm@cua.dk>
23047
23048 * startup.el (command-line): Add --bare-bones alias for -Q.
23049
23050 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23051
23052 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23053 create the startup fontset if a font specification ends with
23054 `mac-roman'.
23055
23056 2005-04-06 Lute Kamstra <lute@gnu.org>
23057
23058 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23059 change.
23060
23061 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23062 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23063
23064 2005-04-05 Lute Kamstra <lute@gnu.org>
23065
23066 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23067 (define-generic-mode): Ditto. Fix debug declaration.
23068
23069 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23070 Put them in the generic-x group.
23071
23072 * calendar/timeclock.el (timeclock): Doc fix.
23073
23074 * generic.el (define-generic-mode): Don't use custom-current-group.
23075 Document default :group value.
23076 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23077 (define-global-minor-mode): Don't use custom-current-group.
23078
23079 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23080
23081 * startup.el (command-line-1): Display startup-echo-area-message
23082 when fancy splash screen is in use.
23083
23084 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23085 (sh-escaped-newline): New face.
23086 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23087 newline, and use sh-escaped-newline face.
23088
23089 * progmodes/tcl.el (tcl-escaped-newline): New face.
23090 (tcl-builtin-list): New variable.
23091 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23092 newlines. Fix keywords subexpression number.
23093
23094 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23095
23096 * textmodes/org.el (org-diary-default-entry): Fix call to
23097 `add-to-diary-entry'.
23098
23099 2005-04-05 Kim F. Storm <storm@cua.dk>
23100
23101 * ediff-init.el: Use (featurep 'xemacs).
23102
23103 2005-04-05 David Ponce <david@dponce.com>
23104
23105 * cus-edit.el (face): Derive from symbol widget. Display sample
23106 of the current face on the fly.
23107 (widget-face-sample-face-get, widget-face-notify): New functions.
23108 (widget-face-value-create): Remove.
23109
23110 * wid-edit.el (widget-field-end): Temporarily remove field
23111 narrowing before to call `get-char-property'.
23112
23113 2005-04-04 Jay Belanger <belanger@truman.edu>
23114
23115 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23116 (math-read-subscripts): New variable.
23117 (math-read-preprocess-string): Process subscripts.
23118
23119 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23120
23121 * comint.el (comint-prompt-read-only): Doc fix.
23122
23123 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23124 `-1'. Doc fix.
23125
23126 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23127
23128 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23129 Change default value to nil.
23130
23131 2005-04-04 Lute Kamstra <lute@gnu.org>
23132
23133 * autorevert.el (auto-revert-mode): Specify :group.
23134 * battery.el (display-battery-mode): Specify :group.
23135 * diff-mode.el (diff-minor-mode): Specify :group.
23136 * font-core.el (font-lock-mode): Specify :group.
23137 * hl-line.el (hl-line-mode): Specify :group.
23138 * iimage.el (iimage): New customization group.
23139 (iimage-mode): Specify :group.
23140 * longlines.el (longlines-mode): Specify :group.
23141 * master.el: Don't require easy-mmode.
23142 (master): New customization group.
23143 (master-mode): Specify :group.
23144 * msb.el (msb-mode): Specify :group.
23145 * reveal.el (reveal-mode): Specify :group.
23146 * simple.el (next-error-follow-minor-mode): Specify :group.
23147 * smerge-mode.el (smerge-mode): Specify :group.
23148 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23149 * emulation/cua-base.el (cua-mode): Specify :group.
23150 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23151 * language/thai-util.el (thai-auto-composition-mode)
23152 (thai-word-mode): Specify :group.
23153 * mail/supercite.el (sc-minor-mode): Specify :group.
23154 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23155 * progmodes/flymake.el (flymake-mode): Specify :group.
23156 * progmodes/glasses.el (glasses-mode): Specify :group.
23157 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23158 * textmodes/enriched.el (enriched-mode): Specify :group.
23159 * textmodes/refill.el (refill-mode): Specify :group.
23160
23161 * add-log.el (change-log-font-lock-keywords): Names in
23162 parenthesized lists can contain spaces.
23163
23164 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23165
23166 * startup.el (fancy-splash-text): Shorten default text of
23167 "Emacs Tutorial" line. Also, if the current language env
23168 indicates an available tutorial file other than TUTORIAL,
23169 extract its title and append it to the line in parentheses.
23170 (fancy-splash-insert): If arg is a thunk, funcall it.
23171
23172 2005-04-04 Jay Belanger <belanger@truman.edu>
23173
23174 * calc.el (calc-language-alist): Add tags to customization type.
23175
23176 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23177
23178 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23179 Doc fix.
23180
23181 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23182
23183 * add-log.el (change-log-font-lock-keywords): The manual
23184 describing a Change Log entry, says: (...) "Aside from these
23185 header lines, every line in the change log starts with a space or
23186 a tab.". The font-lock was not highlighting lines started with
23187 spaces, added support for it.
23188
23189 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23190
23191 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23192 (bibtex-generate-url-list): Update docstring accordingly. Put the
23193 complex example in the docstring.
23194 (bibtex-font-lock-url): Use pop.
23195
23196 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23199
23200 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23201
23202 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23203
23204 * filesets.el (filesets-set-default): Doc fix.
23205
23206 2005-04-03 Lute Kamstra <lute@gnu.org>
23207
23208 * generic.el (define-generic-mode): Add argument to specify
23209 keywords for defcustom.
23210 (default-generic-mode): Specify :group.
23211
23212 * generic-x.el: Specify :group for all generic modes.
23213
23214 * desktop.el (desktop-no-desktop-file-hook)
23215 (desktop-after-read-hook): Doc fix.
23216
23217 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23218
23219 * simple.el (visible-mode): Use explicit :group keyword.
23220 This changes the group of `visible-mode-hook' from paren-blinking
23221 to editing-basics.
23222
23223 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23224
23225 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23226 mailbox specifications as well as URLs.
23227 (rmail-insert-inbox-text): Remove unused conditional branches.
23228
23229 2005-04-01 Jay Belanger <belanger@truman.edu>
23230
23231 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23232 (calc-gnuplot-print-command): Move definitions to calc.el.
23233
23234 * calc/calc-embed.el (calc-embedded-announce-formula)
23235 (calc-embedded-open-formula, calc-embedded-close-formula)
23236 (calc-embedded-open-word, calc-embedded-close-word)
23237 (calc-embedded-open-plain, calc-embedded-close-plain)
23238 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23239 (calc-embedded-open-mode, calc-embedded-close-mode):
23240 Move definitions to calc.el.
23241
23242 * calc/calc.el (calc-settings-file, calc-language-alist):
23243 Make customizable.
23244 (calc-embedded-announce-formula, calc-embedded-open-formula)
23245 (calc-embedded-close-formula, calc-embedded-open-word)
23246 (calc-embedded-close-word, calc-embedded-open-plain)
23247 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23248 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23249 (calc-embedded-close-mode, calc-gnuplot-name)
23250 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23251 from other files and make customizable.
23252
23253 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23254
23255 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23256 Use buffer-live-p.
23257 (cvs-mode-run): Don't call cvs-update-header here.
23258 (cvs-run-process): Call cvs-update-header.
23259 Use process properties for cvs-postprocess and cvs-buffer so that
23260 the sentinel can behave better if the temp buffer is killed.
23261 Use a pipe rather than a tty, to better handle unexpected prompts.
23262 (cvs-sentinel): Rewrite. Call cvs-update-header.
23263
23264 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23265
23266 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23267 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23268
23269 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23270
23271 * generic.el (define-generic-mode): Add indentation rule.
23272
23273 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23274
23275 * files.el (mode-require-final-newline): Make Custom correctly
23276 report a nil value and allow to set it to nil via Custom.
23277 Doc fix.
23278
23279 2005-04-01 Kenichi Handa <handa@m17n.org>
23280
23281 * international/characters.el: Enable the correct case setting for
23282 dotless-i and dotted-I.
23283
23284 2005-04-01 Kim F. Storm <storm@cua.dk>
23285
23286 * ido.el (ido-file-internal): Fall back to non-ido command if
23287 initial directory is on slow ftp (or tramp) host.
23288
23289 2005-03-31 Richard M. Stallman <rms@gnu.org>
23290
23291 * emacs-lisp/autoload.el (make-autoload):
23292 Handle define-global-minor-mode.
23293
23294 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23295 Rename from easy-mmode-define-global-mode.
23296 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23297
23298 * progmodes/scheme.el (scheme-mode-syntax-table):
23299 Update syntax of | and # for two-character comment syntax.
23300
23301 2005-03-31 Lute Kamstra <lute@gnu.org>
23302
23303 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23304 (define-minor-mode): Call custom-current-group at load-time.
23305
23306 * generic.el (define-generic-mode): Add debug declaration.
23307 Add defcustom for the mode hook.
23308 (generic-mode-internal): Use run-mode-hooks.
23309
23310 2005-03-31 Kim F. Storm <storm@cua.dk>
23311
23312 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23313 (mouse-fixup-help-message): New defun called by show_help_echo
23314 to fixup mouse-2 prefix in help messages when applicable.
23315
23316 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23317
23318 2005-03-31 Kenichi Handa <handa@m17n.org>
23319
23320 * language/thai-word.el (thai-find-word-ends): Pay attention to
23321 the case that we reach the end of buffer.
23322
23323 * textmodes/fill.el (fill-text-properties-at): New function.
23324 (fill-newline): Use fill-text-properties-at instead of
23325 text-properties-at.
23326
23327 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23328
23329 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23330 not comint-quote-filename.
23331
23332 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23333
23334 * help-fns.el (help-with-tutorial): Revert last change.
23335
23336 2005-03-31 Kim F. Storm <storm@cua.dk>
23337
23338 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23339
23340 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23341
23342 * calendar/cal-china.el: Update reference to "Calendrical
23343 Calculations" book; there's a new edition.
23344 * calendar/cal-coptic.el: Likewise.
23345 * calendar/cal-french.el: Likewise.
23346 * calendar/cal-hebrew.el: Likewise.
23347 * calendar/cal-islam.el: Likewise.
23348 * calendar/cal-iso.el: Likewise.
23349 * calendar/cal-julian.el: Likewise.
23350 * calendar/cal-mayan.el: Likewise.
23351 * calendar/cal-persia.el: Likewise.
23352 * calendar/calendar.el: Likewise.
23353 * calendar/holidays.el: Likewise.
23354 * calendar/lunar.el: Likewise.
23355 * calendar/solar.el: Likewise.
23356
23357 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23358 white space from doc string.
23359
23360 2005-03-30 Jay Belanger <belanger@truman.edu>
23361
23362 * calc/calc-help.el (calc-full-help): Remove email address.
23363
23364 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23365
23366 * help-fns.el (help-with-tutorial): Delete title line.
23367
23368 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23369
23370 * calendar/cal-x.el (calendar-one-frame-setup)
23371 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23372 rather than `symbol' for set-window-dedicated-p.
23373
23374 * calendar/appt.el (appt-buffer-name): Make it a constant.
23375 (appt-add): Doc fix.
23376
23377 * filesets.el (filesets-menu-path, filesets-menu-before)
23378 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23379 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23380 (filesets-add-submenu): Delete and use add-submenu instead.
23381
23382 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23383
23384 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23385 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23386 (org-diary-default-entry): New function.
23387 (org-get-entries-from-diary): Better parsing of diary entries.
23388 (org-agenda-check-no-diary): New function.
23389 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23390 linking to diary entries.
23391 (org-agenda-execute-calendar-command): New function.
23392 (org-agenda): Improve visible section in window.
23393 Use `org-fit-agenda-window'.
23394 (org-fit-agenda-window): New option.
23395 (org-move-subtree-down): Better handling of empty lines
23396 at end of subtree.
23397 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23398 levels up.
23399 (org-fontify-done-headline): New option.
23400 (org-headline-done-face): New face.
23401 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23402 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23403 When current field is non-empty, it is copied to next row.
23404 (org-table-copy-from-above): Fix bug which made it
23405 impossible to copy fields containing only a single non-white character.
23406
23407 2005-03-30 Kim F. Storm <storm@cua.dk>
23408
23409 * kmacro.el (kmacro-end-macro): Isearch may store this command
23410 into the macro -- so ignore it when executing keyboard macro.
23411
23412 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23413
23414 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23415
23416 2005-03-29 Kenichi Handa <handa@m17n.org>
23417
23418 * language/thai.el ("Thai"): Set setup-function and exit-function
23419 for Thai language environment.
23420
23421 * language/thai-util.el: Require thai-word.
23422 (thai-word-mode-map): New variable.
23423 (thai-word-mode): New minor mode.
23424 (setup-thai-language-environment-internal): New function.
23425 (exit-thai-language-environment-internal): New function.
23426
23427 * language/thai-word.el (thai-word-table): Declare it by defvar,
23428 use dolist to initialize it.
23429 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23430 (thai-fill-find-break-point): New functions.
23431
23432 2005-03-29 Richard M. Stallman <rms@gnu.org>
23433
23434 * simple.el (idle-update-delay): Move definition up.
23435 (set-mark): Doc fix.
23436
23437 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23438
23439 * longlines.el: New file.
23440
23441 * simple.el (buffer-substring-filters): New variable.
23442 (filter-buffer-substring): New function.
23443 (kill-region, copy-region-as-kill): Use it.
23444
23445 * register.el (copy-to-register, append-to-register)
23446 (prepend-to-register): Use filter-buffer-substring.
23447
23448 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23449
23450 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23451 (gud-filter-pending-text): Move in front of gdb.
23452 (gud-overlay-arrow-position): New variable.
23453 (gud-sentinel, gud-display-line): Use it in place of
23454 overlay-arrow-position.
23455
23456 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23457
23458 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23459 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23460 (fortran-font-lock-keywords-4): New variable.
23461 (fortran-blocks-re, fortran-end-block-re)
23462 (fortran-start-block-re): New constants, for hideshow.
23463 (hs-special-modes-alist): Add a Fortran entry.
23464 (fortran-mode-map): Bind fortran-end-of-block,
23465 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23466 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23467 (fortran-looking-at-if-then, fortran-end-of-block)
23468 (fortran-beginning-of-block): New functions, for hideshow.
23469
23470 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23471 Doc fix. Tweak regexp.
23472 (f90-beginning-of-block): Push mark first.
23473
23474 2005-03-29 Jay Belanger <belanger@truman.edu>
23475
23476 * calc/calc.el: Update copyright date.
23477 (calc-version): Increase to 2.1.
23478 (calc-version-date): Remove.
23479
23480 * calc/calc-help.el: Update copyright date.
23481 (calc-full-help): Remove reference to calc-version-date.
23482 Update copyright date.
23483
23484 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23485
23486 * vc.el (vc-do-command): Use a pipe for async processes, so password
23487 prompts don't show up at places where the user can't reply.
23488
23489 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23490
23491 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23492 on the file name we pass to the inferior shell.
23493
23494 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23495
23496 * progmodes/which-func.el (which-function): Be robust in the face of an
23497 imenu--make-index-alist failure.
23498
23499 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23500
23501 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23502
23503 * progmodes/python.el (python-preoutput-filter): Fix last change.
23504
23505 2005-03-29 Lute Kamstra <lute@gnu.org>
23506
23507 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23508 functions and compiled macros.
23509 (debug-convert-byte-code): Handle macros too.
23510 (debug-on-entry-1): Don't signal an error when trying to clear a
23511 function that is not set to debug on entry.
23512
23513 2005-03-29 Jay Belanger <belanger@truman.edu>
23514
23515 * calc/calc-lang.el: Add functions to math-function-table
23516 properties of tex and math.
23517
23518 2005-03-29 Kenichi Handa <handa@m17n.org>
23519
23520 * ps-mule.el (ps-mule-plot-string): Translate characters by
23521 ps-print-translation-table.
23522 (ps-mule-begin-job): Call find-charset-region/string with
23523 ps-print-translation-table.
23524 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23525
23526 * ps-print.el (ps-print-translation-table): New variable.
23527 (ps-plot-region): Translate characters by ps-print-translation-table.
23528
23529 2005-03-29 Juri Linkov <juri@jurta.org>
23530
23531 * simple.el (next-error-highlight-timer): New variable.
23532
23533 * progmodes/compile.el (compilation-goto-locus):
23534 Use `next-error-highlight-timer' instead of `sit-for'.
23535
23536 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23537
23538 * mail/supercite.el (sc-mail-field): Use assoc-string.
23539 (sc-get-address): Simplify regexps.
23540
23541 * files.el (minibuffer-with-setup-hook): New macro.
23542 (find-file-read-args): Use it to avoid let-binding
23543 minibuffer-with-setup-hook (which breaks turning on/off
23544 file-name-shadow-mode while in the prompt).
23545
23546 * complete.el (PC-read-include-file-name-internal):
23547 Use test-completion.
23548
23549 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23550
23551 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23552
23553 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23554
23555 * window.el (window-buffer-height): Use count-screen-lines.
23556
23557 * progmodes/python.el (python-preoutput-leftover): New var.
23558 (python-preoutput-filter): Use it.
23559 (python-send-receive): Loop until all the result has been received.
23560
23561 2005-03-28 Juri Linkov <juri@jurta.org>
23562
23563 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23564
23565 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23566 "Recover Crashed Session".
23567 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23568 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23569 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23570 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23571 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23572 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23573 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23574 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23575
23576 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23577 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23578 Ediff Sessions", "Toggle use of separate control buffer frame",
23579 "Use separate frame for Ediff control buffer".
23580
23581 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23582 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23583 "Rename Bookmark", "Delete Bookmark".
23584
23585 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23586 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23587 Add `:active Info-index-alternatives' to "Next Matching Item".
23588
23589 * wdired.el (wdired-change-to-wdired-mode):
23590 Mention `wdired-abort-changes' key in the initial message.
23591
23592 * international/mule.el (auto-coding-alist): Associate non-ascii
23593 image filename extensions with `no-conversion'.
23594
23595 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23596
23597 * international/iso-acc.el:
23598 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23599
23600 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23601
23602 * textmodes/sgml-mode.el (html-mode): Doc update.
23603
23604 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23605
23606 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23607
23608 * term.el (term-move-columns): Fix face after extending a line.
23609 (term-insert-spaces): Likewise.
23610 (term-reset-terminal): Fix off by one error.
23611
23612 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23613
23614 * international/mule.el (auto-coding-alist): Add .xpi files.
23615
23616 * files.el (auto-mode-alist): Add .xpi files.
23617
23618 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23619
23620 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23621
23622 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23623
23624 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23625
23626 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23627
23628 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23629 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23630
23631 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23632 cursor to Jan 1 when needed.
23633 (calendar-end-of-year): Fix -/+ typo.
23634 Reported by Chong Yidong <cyd@stupidchicken.com>.
23635
23636 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23637
23638 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23639
23640 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23641 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23642
23643 2005-03-25 Richard M. Stallman <rms@gnu.org>
23644
23645 * filesets.el (filesets-init): Add autoload.
23646
23647 * mail/mailalias.el (mail-directory): Doc fix.
23648
23649 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23650
23651 * mail/mailalias.el (mail-directory-process): Do nothing if
23652 mail-directory-process is an atom.
23653 (mail-get-names): Ignore mail-directory-names if it is an atom.
23654 (mail-directory-process defvar): Doc fix.
23655 (mail-names): Doc fix.
23656
23657 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23658
23659 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23660
23661 2005-03-26 Kenichi Handa <handa@m17n.org>
23662
23663 * international/mule-util.el (detect-coding-with-priority):
23664 Call update-coding-systems-internal before detect-coding-region.
23665
23666 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23667
23668 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23669 (gdb-frames-mode-map): Add follow-link property.
23670
23671 2005-03-25 Jay Belanger <belanger@truman.edu>
23672
23673 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23674 for variables.
23675
23676 2005-03-25 Juri Linkov <juri@jurta.org>
23677
23678 * image-mode.el: Optimize image filename extension regexps in
23679 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23680 in `auto-mode-alist'.
23681 (image-mode): Add `image-toggle-display-text' to local hook
23682 `change-major-mode-hook'. Display the image as an image by
23683 default. Set `cursor-type' and `truncate-lines' if the image
23684 is already displayed. Take into account the current mode (image
23685 or text) in message.
23686 (image-minor-mode): New minor mode.
23687 (image-mode-maybe, image-toggle-display-text): New functions.
23688 (image-toggle-display): Use called-interactively-p.
23689 Let-bind `inhibit-read-only' to t.
23690
23691 * image-mode.el (image-minor-mode): Set `cursor-type' and
23692 `truncate-lines' if the image is already displayed. Add turning
23693 image-minor-mode off to `change-major-mode-hook'. Add message.
23694 Call `image-toggle-display-text' after turning image-minor-mode off.
23695
23696 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23697
23698 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23699 Terminal.app, use utf-8.
23700 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23701 (set-locale-environment): Use it.
23702
23703 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23704
23705 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23706
23707 * progmodes/python.el (python-close-block-statement-p)
23708 (python-outdent-p, python-current-defun): Use symbol-end.
23709
23710 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23711
23712 * files.el (save-some-buffers): Doc fix.
23713
23714 2005-03-25 Werner Lemberg <wl@gnu.org>
23715
23716 * complete.el, thumbs.el: Replace `legal' with `valid'.
23717 * calendar/calendar.el: Replace `legal' with `valid'.
23718 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23719 * mail/supercite.el: Replace `legal' with `valid'.
23720 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23721 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23722 Replace `legal' with `valid'.
23723 * textmodes/reftex-vars.el, textmodes/reftex.el:
23724 Replace `legal' with `valid'.
23725
23726 2005-03-25 Werner Lemberg <wl@gnu.org>
23727
23728 * calc/calc-forms.el, calc/calc-sel.el
23729 * midnight.el, vc-cvs.el
23730 * emacs-lisp/cl-macs.el
23731 * emulation/vip.el
23732 * eshell/esh-io.el, eshell/esh-var.el
23733 * mail/supercite.el
23734 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23735 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23736 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23737 * progmodes/sh-script.el, progmodes/xscheme.el
23738 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23739 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23740 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23741 * textmodes/reftex.el, textmodes/org.el:
23742 Replace `illegal' with `invalid'.
23743
23744 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23745
23746 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23747 (flymake-find-buildfile, flymake-find-possible-master-files)
23748 (flymake-check-include, flymake-parse-line): Replace loops over the
23749 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23750
23751 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23752 Substitute file-name-as-directory in the rest of the file.
23753 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23754 (flymake-replace-region): Remove unused arg `buffer'.
23755 (flymake-check-patch-master-file-buffer): Update calls to it.
23756 (flymake-add-err-info): Remove unused var `count'.
23757 (flymake-mode): Use define-minor-mode.
23758
23759 * progmodes/flymake.el: Use with-current-buffer.
23760 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23761 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23762 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23763 Avoid testing for `xemacs'.
23764 (flymake-nop): Move.
23765 (flymake-region-has-flymake-overlays): Return the computed value.
23766 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23767 Remove unused var `endline'.
23768 (flymake-get-line-count): Remove unused function.
23769 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23770
23771 * emulation/vi.el:
23772 * generic.el:
23773 * hilit-chg.el (global-highlight-changes):
23774 * hi-lock.el (hi-lock-mode):
23775 * follow.el: find-file-hooks -> find-file-hook.
23776
23777 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23778
23779 2005-03-24 Juri Linkov <juri@jurta.org>
23780
23781 * dired.el (dired-mode-map): Add menu item "Compare directories"
23782 for dired-compare-directories.
23783
23784 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23785 Doc fix. Replace `read-file-name' with `read-directory-name'.
23786
23787 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23788
23789 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23790
23791 2005-03-24 Jay Belanger <belanger@truman.edu>
23792
23793 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23794 relevant mode settings in calc-embedded-original-modes when modes
23795 are permanently changed.
23796
23797 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23798
23799 * autoinsert.el: find-file-hooks -> find-file-hook.
23800
23801 2005-03-24 Lute Kamstra <lute@gnu.org>
23802
23803 * generic.el (generic-font-lock-defaults): Make it obsolete.
23804 (generic-font-lock-keywords): New variable to replace
23805 generic-font-lock-defaults.
23806 (generic-mode-set-font-lock): Delete it.
23807 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23808 (generic-bracket-support): Add docstring.
23809
23810 * generic-x.el: Rename generic-font-lock-defaults to
23811 generic-font-lock-keywords throughout.
23812 (mailagent-rules-setup-function): Delete it.
23813 (mailagent-rules-generic-mode): Use anonymous function instead.
23814 (show-tabs-generic-mode-font-lock-defaults-1)
23815 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23816 Quote faces.
23817 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23818 not foreground.
23819
23820 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23821 Recognize define-generic-mode.
23822
23823 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23824
23825 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23826 if there's no completion table.
23827
23828 2005-03-23 Miles Bader <miles@gnu.org>
23829
23830 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23831 Remove tty-specific variants, as they're no longer needed.
23832
23833 2005-03-23 Lute Kamstra <lute@gnu.org>
23834
23835 * generic-x.el: Code cleanup: make args constant whenever possible.
23836 (installshield-statement-keyword-list)
23837 (installshield-system-functions-list)
23838 (installshield-system-variables-list, installshield-types-list)
23839 (installshield-funarg-constants-list): Make them constants.
23840
23841 * generic.el (generic-make-keywords-list): Add autoload cookie.
23842
23843 * calendar/time-date.el: Add comment on time value formats.
23844 Don't require parse-time.
23845 (with-decoded-time-value): New macro.
23846 (encode-time-value): New function.
23847 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23848 (days-to-time): Return a valid time value when arg is huge.
23849 (time-since): Use time-subtract.
23850 (time-to-number-of-days): Use time-to-seconds.
23851
23852 2005-03-23 David Ponce <david@dponce.com>
23853
23854 * recentf.el (recentf-keep): New option.
23855 (recentf-menu-action): Default to `find-file'.
23856 (recentf-keep-non-readable-files-flag)
23857 (recentf-keep-non-readable-files-p)
23858 (recentf-file-readable-p, recentf-find-file)
23859 (recentf-cleanup-remote): Remove.
23860 (recentf-include-p): More robust.
23861 (recentf-keep-p): New function.
23862 (recentf-remove-if-non-kept): Rename from
23863 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23864 All callers updated.
23865 (recentf-menu-items-for-commands): Fix help string.
23866 (recentf-track-closed-file): Update. Doc fix.
23867 (recentf-cleanup): Update. Count removed files. Doc fix.
23868
23869 2005-03-23 Kim F. Storm <storm@cua.dk>
23870
23871 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23872 Don't inherit from fringe face (now happens automatically).
23873
23874 2005-03-22 Kim F. Storm <storm@cua.dk>
23875
23876 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23877 position values.
23878
23879 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23880
23881 * menu-bar.el (showhide-date-time): Remove.
23882 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23883 (menu-bar-make-mm-toggle): Simplify.
23884
23885 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23886
23887 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23888 Accept qualified variable and function names.
23889
23890 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23891
23892 * bindings.el (completion-ignored-extensions):
23893 Remove ".lis" for `vax-vms'.
23894
23895 2005-03-22 Andreas Schwab <schwab@suse.de>
23896
23897 * generic-x.el: Revert last change.
23898 * ldefs-boot.el: Update.
23899
23900 2005-03-22 Jay Belanger <belanger@truman.edu>
23901
23902 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23903 (calc-embedded-save-original-modes)
23904 (calc-embedded-restore-original-modes): New functions.
23905 (calc-do-embedded): Save original modes when entering embedded mode
23906 and restore when leaving embedded mode.
23907 (calc-embedded-modes-change): Change the value of
23908 calc-embedded-original-modes to reflect permanent changes.
23909
23910 2005-03-22 Lute Kamstra <lute@gnu.org>
23911
23912 * generic-x.el: Require generic again.
23913
23914 2005-03-22 Miles Bader <miles@gnu.org>
23915
23916 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23917 Tweak details to look good on both ttys and bitmap displays, light
23918 or dark background, etc.
23919
23920 2005-03-21 Kim F. Storm <storm@cua.dk>
23921
23922 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23923 mouse position.
23924
23925 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23926
23927 * icomplete.el: Don't forcibly turn on the mode upon load.
23928 (icomplete-mode): Use define-minor-mode.
23929 (icomplete-eoinput): Default to nil.
23930 (icomplete-minibuffer-setup): Remove autoload.
23931 (icomplete-tidy): Simplify.
23932 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23933 in the initial state or if the user has modified the field.
23934 Fix handling of icomplete-max-delay-chars.
23935 Remove code that handles the oddball case where
23936 minibuffer-completion-table is an integer.
23937 Wrap icomplete-completions in while-no-input in case building
23938 completions takes more time than expected.
23939 (icomplete-completions): Simplify.
23940
23941 2005-03-21 Richard M. Stallman <rms@gnu.org>
23942
23943 * jka-compr.el (jka-compr-really-do-compress):
23944 Make variable buffer-local.
23945
23946 * image-mode.el: Handle .xpm files too.
23947 (image-toggle-display): Preserve modification flag.
23948
23949 * help.el (where-is): Don't mention aliases with no key bindings.
23950
23951 2005-03-21 Lute Kamstra <lute@gnu.org>
23952
23953 * generic.el: Fix commentary section. Don't require cl for
23954 compilation.
23955 (generic-mode-list): Add autoload cookie.
23956 (generic-use-find-file-hook, generic-lines-to-scan)
23957 (generic-find-file-regexp, generic-ignore-files-regexp)
23958 (generic-mode, generic-mode-find-file-hook)
23959 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23960 (define-generic-mode): Make it a defmacro. Fix docstring.
23961 (generic-mode-internal): Code cleanup. Add autoload cookie.
23962 (generic-mode-set-comments): Code cleanup.
23963 * generic-x.el: Don't prevent compilation. Don't require generic.
23964 Follow coding conventions. Minor code cleanup.
23965 (etc-fstab-generic-mode): Add some keywords.
23966 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23967 define-generic-mode like a function declaration.
23968
23969 2005-03-21 Jay Belanger <belanger@truman.edu>
23970
23971 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23972 changing modes.
23973
23974 2005-03-21 Sam Steingold <sds@gnu.org>
23975
23976 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23977
23978 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23979
23980 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23981 Add underscore to "f$ lexicals" regexp.
23982
23983 2005-03-20 Juri Linkov <juri@jurta.org>
23984
23985 * subr.el (progress-reporter-do-update): When `min-value' is equal
23986 to `max-value', set `percentage' to 0 and prevent division by zero.
23987
23988 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23989
23990 Sync with Tramp 2.0.48.
23991
23992 * net/tramp.el (all): Change all addresses to .gnu.org.
23993 (tramp-append-tramp-buffers): New defun.
23994 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23995 Catch `dont-send' signal.
23996 (tramp-set-auto-save-file-modes): Set always permissions, because
23997 there might be an old auto-saved file belonging to another
23998 original file. This could be a security threat. Reported by
23999 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24000 Check for Emacs 21.3.50 removed.
24001
24002 * net/tramp-smb.el (all): Remove debug construct for
24003 `with-parsed-tramp-file-name'.
24004 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24005 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24006 No error message if DIRECTORY or FILENAME doesn't exist.
24007 (tramp-smb-open-connection): Check existence of
24008 `tramp-smb-program'.
24009
24010 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24011
24012 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24013 Properly handle the case where the `m' or `s' command's argument is not
24014 yet terminated.
24015 (perl-indent-new-calculate): New function.
24016 (perl-indent-line): Use it.
24017
24018 2005-03-20 Miles Bader <miles@gnu.org>
24019
24020 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24021 in text-mode too. Change to new face names.
24022 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24023 Add `:weight bold' attribute.
24024 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24025
24026 2005-03-19 Juri Linkov <juri@jurta.org>
24027
24028 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24029
24030 * international/mule.el (auto-coding-alist): Sync with
24031 `auto-mode-alist' by adding upper case archive file extensions
24032 and adding ear/war to jar extension.
24033
24034 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24035
24036 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24037 running, restart it.
24038
24039 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24040
24041 * finder.el (finder-current-item): Throw an error on an empty line.
24042
24043 * man.el (Man-follow-manual-reference): If current-word returns
24044 nil, use "".
24045
24046 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24047
24048 * simple.el (goto-line): Doc fix.
24049
24050 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24051
24052 * files.el (save-buffer): Doc fix.
24053
24054 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24055
24056 * recentf.el (recentf-cleanup-remote): New variable.
24057 (recentf-cleanup): Use it to conditionally check availability of
24058 remote files.
24059
24060 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24061
24062 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24063 function names.
24064
24065 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24066
24067 * language/thai-word.el: New file.
24068
24069 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24070
24071 * files.el (backup-buffer): If the file's directory is not
24072 writable, use copy instead of move to backup the file.
24073
24074 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24075
24076 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24077
24078 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24079
24080 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24081 Use functionp instead of symbolp and fboundp. Reported by Drkm
24082 <darkman_spam@yahoo.fr>.
24083 (ps-print-version): New version 6.6.6.
24084
24085 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24086
24087 * textmodes/table.el (table--line-column-position): New idiom.
24088 (table--row-column-insertion-point-p): New function to test
24089 validity of row and column insertion operation at a location.
24090 (table-global-menu, table-cell-menu): Use above functions for
24091 deterministic test operation.
24092 (table--editable-cell-p): Behave in deterministic fashion.
24093
24094 2005-03-18 Juri Linkov <juri@jurta.org>
24095
24096 * isearch.el (isearch-lazy-highlight-new-loop):
24097 Make arguments beg and end optional.
24098 (isearch-update): Remove optional arguments nil from
24099 isearch-lazy-highlight-new-loop.
24100 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24101 isearch-lazy-highlight-case-fold-search instead of
24102 isearch-case-fold-search, and let-bind isearch-regexp to
24103 isearch-lazy-highlight-regexp.
24104 Use isearch-lazy-highlight-last-string instead of isearch-string.
24105
24106 * replace.el (perform-replace): Remove bindings of global
24107 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24108 Add three new arguments to `replace-highlight'.
24109 (replace-highlight): Add arguments string, regexp, case-fold.
24110 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24111 to allow isearch-lazy-highlight-new-loop to use these values
24112 to set corresponding isearch-lazy-highlight-* internal
24113 variables whose values lazy highlighting will use regardless of
24114 changes to global variables isearch-string, isearch-regexp,
24115 isearch-case-fold-search during lazy highlighting loop.
24116 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24117 to `lazy-highlight-cleanup'.
24118
24119 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24120 (ispell-highlight-face): Set default face to `isearch' when
24121 lazy highlighting is enabled.
24122 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24123 priority to 1. Add lazy highlighting.
24124 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24125 from `isearch-dehighlight'.
24126
24127 2005-03-18 David Ponce <david@dponce.com>
24128
24129 * files.el (hack-local-variables): Do a case-insensitive search
24130 for End.
24131
24132 2005-03-18 Juri Linkov <juri@jurta.org>
24133
24134 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24135 `isearch-lazy-highlight-cleanup', add alias to old name and
24136 declare obsolete. Add release numbers to other obsolete vars.
24137 (isearch-done, isearch-lazy-highlight-new-loop):
24138 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24139 (lazy-highlight-cleanup) <variable>: Doc fix.
24140 (isearch-lazy-highlight-update): Rename obsolete
24141 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24142
24143 2005-03-18 Kenichi Handa <handa@m17n.org>
24144
24145 * language/thai-util.el: Fix categorization of Thai characters in
24146 thai-category-table.
24147 (thai-composition-pattern): Adjust it for the above change.
24148 (thai-self-insert-command, thai-compose-syllable): New functions.
24149 (thai-compose-region): Use thai-compose-syllable.
24150 (thai-compose-string): Likewise.
24151 (thai-composition-function): Likewise.
24152 (thai-auto-composition): New function.
24153 (thai-auto-composition-mode): New minor mode.
24154
24155 * language/thai.el: Fix patterns to be registered in
24156 composition-function-table.
24157
24158 * international/quail.el (quail-input-method): Locally bind
24159 inhibit-modification-hooks to t.
24160
24161 2005-03-17 Richard M. Stallman <rms@gnu.org>
24162
24163 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24164 (perl-mode): Use run-mode-hooks.
24165
24166 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24167 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24168 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24169
24170 * mail/sendmail.el (sendmail-send-it): Reenable the code
24171 to compute resend-to-address and use it.
24172
24173 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24174
24175 * image-mode.el: New file.
24176
24177 * image.el (insert-sliced-image): Add autoload cookie.
24178
24179 * font-lock.el (font-lock-lines-before): New user option.
24180 (font-lock-after-change-function): Obey it.
24181
24182 * bindings.el (esc-map): Make M-g a prefix.
24183 Bind M-g g and M-g M-g to goto-line.
24184
24185 * faces.el (face-id): Doc fix.
24186
24187 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24188
24189 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24190 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24191 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24192
24193 * mail/sendmail.el (mail-yank-ignored-headers)
24194 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24195 Add Mail-Followup-To and Mail-Reply-To headers.
24196 (mail-citation-hook): Add autoload cookie.
24197 (mail-mode): Doc fix.
24198 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24199 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24200 (mail-mode-fill-paragraph): Handle those headers.
24201 (mail-mailing-lists): New variable.
24202 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24203
24204 2005-03-17 Juri Linkov <juri@jurta.org>
24205
24206 * isearch.el (isearch-fallback): Check for `(car previous)'
24207 before calling `isearch-other-end-state'.
24208
24209 2005-03-17 Kim F. Storm <storm@cua.dk>
24210
24211 * simple.el (move-beginning-of-line): Move to beginning of buffer
24212 line, as well as beginning of screen line.
24213
24214 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24215
24216 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24217 argument REDRAW rather than calendar-redrawing variable.
24218 * calendar/calendar.el (calendar-redrawing): Delete.
24219 (redraw-calendar): Do not bind calendar-redrawing.
24220
24221 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24222
24223 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24224 diary-file buffer.
24225
24226 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24227
24228 * help.el (describe-mode): Allow a :minor-mode-function property to
24229 specify a different minor mode toggle function than the variable.
24230 * simple.el (auto-fill-function):
24231 * subr.el (add-minor-mode): Use it.
24232
24233 2005-03-16 Kenichi Handa <handa@m17n.org>
24234
24235 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24236 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24237 (ethio-fidel-to-sera-buffer): Likewise.
24238
24239 2005-03-16 Juri Linkov <juri@jurta.org>
24240
24241 * emacs-lisp/find-func.el (find-function-regexp):
24242 Add defun-emitting macro `menu-bar-make-toggle'.
24243
24244 * isearch.el: Put `isearch-scroll' property to
24245 `split-window-horizontally'.
24246
24247 * info.el: Update error messages for `debug-ignored-errors'.
24248 (Info-isearch-search): Doc fix.
24249 (Info-find-node): Move up code to go into info buffer before
24250 recording the node to the history.
24251 (Info-fontify-node): Fontify titles only if the next line
24252 has two or more `*', `=', `-', `.'.
24253 Display "go to this node" for empty (match-string 3).
24254
24255 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24256
24257 * term/mac-win.el: Add mouse pointer shape constants.
24258
24259 2005-03-15 Kim F. Storm <storm@cua.dk>
24260
24261 * simple.el (move-beginning-of-line): Use vertical-motion.
24262
24263 2005-03-15 Juri Linkov <juri@jurta.org>
24264
24265 * isearch.el (isearch-error): New variable.
24266 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24267 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24268 (isearch-within-brackets-state): Remove.
24269 (isearch-case-fold-search-state, isearch-pop-fun-state):
24270 Decrease frame index.
24271 (isearch-mode, isearch-top-state, isearch-push-state)
24272 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24273 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24274 (isearch-search, isearch-lazy-highlight-new-loop):
24275 Replace `isearch-invalid-regexp' with `isearch-error'.
24276 Remove `isearch-within-brackets'.
24277 (isearch-search): Add `search-failed' handler to `condition-case'.
24278 (isearch-lazy-highlight-search): Add `condition-case' to catch
24279 errors and allow `isearch-lazy-highlight-update' to try
24280 highlighting from the beginning of the window.
24281 (isearch-repeat): Move up code to set isearch-wrapped to t
24282 before calling isearch-wrap-function.
24283
24284 * info.el (Info-isearch-initial-node): New internal variable.
24285 (Info-search): Signal an error in isearch mode when search leaves
24286 the initial node. Signal an error when `bound' is non-nil and
24287 nothing was found in the current subfile.
24288 (Info-isearch-search): Remove `condition-case'.
24289 (Info-isearch-wrap): Don't wrap when search failed during leaving
24290 the initial node. If `Info-isearch-search' is nil, wrap around
24291 the current node.
24292 (Info-isearch-start): New fun.
24293 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24294 `isearch-mode-hook'.
24295
24296 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24297
24298 * simple.el (normal-erase-is-backspace): Set default to t if
24299 running on Mac.
24300
24301 * term/mac-win.el (function-key-map): Sync with x-win.el.
24302
24303 2005-03-15 Kenichi Handa <handa@m17n.org>
24304
24305 * international/mule-cmds.el (locale-language-names): Modify the
24306 format of elements and add more entries.
24307 (locale-preferred-coding-systems): Add more entries.
24308 (set-locale-environment): Adjust for the change of
24309 locale-language-names.
24310
24311 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24312
24313 * pcvs.el (smerge-ediff): Remove bogus autoload.
24314
24315 2005-03-14 Lute Kamstra <lute@gnu.org>
24316
24317 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24318 Ignore a `*' at the beginning of a line.
24319
24320 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24321 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24322 subr.el.
24323 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24324 to specify indentation.
24325
24326 * generic.el (define-generic-mode): Let generic-mode-list be a
24327 list of strings; test membership with equal.
24328
24329 2005-03-14 Kim F. Storm <storm@cua.dk>
24330
24331 * simple.el (next-line, previous-line): Add optional try-vscroll
24332 arg to recognize interactive use. Pass it on to line-move.
24333 (line-move): Don't perform auto-window-vscroll when defining or
24334 executing keyboard macro to ensure consistent behavior.
24335
24336 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24337
24338 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24339
24340 2005-03-13 Lute Kamstra <lute@gnu.org>
24341
24342 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24343 debugger-setup-buffer so that backtrace marks the frames set to
24344 debug-on-exit and we don't have to do it manually. Set an extra
24345 debug-on-exit for macro's.
24346 (debugger-setup-buffer): Don't mark the top frame manually.
24347
24348 2005-03-12 Lute Kamstra <lute@gnu.org>
24349
24350 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24351 lisp-indent-function throughout.
24352 (with-no-warnings): Set lisp-indent-function property.
24353
24354 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24355
24356 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24357 Add entry for backslash.
24358
24359 2005-03-12 Juri Linkov <juri@jurta.org>
24360
24361 * info.el (Info-search): Four fixes for backward search.
24362
24363 2005-03-11 Jay Belanger <belanger@truman.edu>
24364
24365 * calc/calc.el (calc-language-alist): New variable.
24366 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24367 (calc-embedded-find-modes): Use calc-language-alist instead of
24368 calc-embedded-language-alist.
24369
24370 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24371
24372 * calendar/calendar.el (calendar-redrawing): New internal
24373 variable.
24374 (redraw-calendar): Remove bogus save-excursion from previous
24375 change. Bind calendar-redrawing to t for mark-diary-entries.
24376 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24377 calendar if that is why we were called.
24378
24379 2005-03-11 Kenichi Handa <handa@m17n.org>
24380
24381 * international/mule.el (make-coding-system): Set property
24382 coding-system-define-form to nil.
24383 (define-coding-system-alias): Likewise.
24384
24385 2005-03-11 Kenichi Handa <handa@m17n.org>
24386
24387 These changes are suggested by Dave Love <fx@gnu.org>.
24388
24389 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24390 coding: tag.
24391 (adaptive-fill-regexp): Add more bullets.
24392 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24393 regexps.
24394
24395 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24396
24397 * help.el (describe-mode): Properly handle non-trivial lighters.
24398 Don't ignore minor modes that are not listed in minor-mode-list.
24399
24400 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24401 feature ON when the user requests to turn it OFF.
24402
24403 2005-03-10 Lute Kamstra <lute@gnu.org>
24404
24405 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24406 (implement-debug-on-entry): New function to replace debug-entry-code.
24407 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24408 second argument as the 2005-03-07 change makes it obsolete.
24409 (debug-on-entry, cancel-debug-on-entry): Update call to
24410 debug-on-entry-1.
24411 (debug, debugger-setup-buffer): Comment update.
24412 (debugger-frame-number): Update to work with implement-debug-on-entry.
24413
24414 2005-03-10 Jay Belanger <belanger@truman.edu>
24415
24416 * calc/calc-embed.el (math-ms-args): Declare it.
24417 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24418 math-ms-args.
24419 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24420 variables.
24421
24422 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24423
24424 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24425 Use message-box.
24426
24427 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24428 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24429 (tooltip-gud-tips): Simplify.
24430 (tooltip-gud-tips-p): Remove superfluous :set.
24431 (tooltip-gud-modes): Add fortran-mode.
24432 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24433
24434 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24435
24436 2005-03-09 Kim F. Storm <storm@cua.dk>
24437
24438 * play/animate.el (animate-place-char): Use forward-line instead
24439 of next-line to improve performance.
24440
24441 2005-03-09 Simon Josefsson <jas@extundo.com>
24442
24443 * net/browse-url.el (browse-url-default-browser): Doc fix.
24444
24445 2005-03-09 Miles Bader <miles@gnu.org>
24446
24447 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24448 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24449
24450 2005-03-09 Kenichi Handa <handa@m17n.org>
24451
24452 * international/latin-1.el: Set case and syntax for 255 only if
24453 set-case-syntax-set-multibyte is nil.
24454
24455 * textmodes/ispell.el (ispell-insert-word): New function.
24456 (ispell-word): Use ispell-insert-word to insert a new word.
24457 (ispell-process-line): Likewise.
24458 (ispell-complete-word): Likewise.
24459
24460 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24461
24462 * calendar/calendar.el (redraw-calendar): Preserve point.
24463 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24464 (calendar-week-start-day): Move after definition of
24465 redraw-calendar. Delete buffer test, since redraw-calendar has
24466 that now.
24467
24468 * calendar/diary-lib.el (mark-diary-entries): Only call
24469 redraw-calendar in the first of any recursive calls.
24470 Reported by Alan Shutko <ats@acm.org>.
24471
24472 2005-03-08 Juri Linkov <juri@jurta.org>
24473
24474 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24475 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24476 (html-radio-buttons): Add a space before the trailing `/>' where
24477 sgml-xml-mode is non-nil.
24478 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24479 the subsequent tag of the empty XML tag.
24480 (html-href-anchor): Don't set initial input to "http:".
24481 (html-image): Ask for the image URL and set point inside alt="".
24482 (html-name-anchor): Duplicate the name in the `id' attribute when
24483 sgml-xml-mode is non-nil.
24484 (html-paragraph): Remove \n before <p>.
24485 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24486 instead of `checked' when sgml-xml-mode is non-nil.
24487
24488 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24489 Remove 1 space before #RRGGBB to not truncate it on terminal
24490 windows w/o fringes. Remove 1 space between bg and fg examples
24491 to get more space.
24492 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24493 avoid byte-compile warnings.
24494
24495 * image-file.el (image-file-handler): Put `safe-magic' property to
24496 `image-file-handler'.
24497
24498 * info.el (Info-isearch-search): Emulate word search in
24499 isearching through multiple Info nodes with Info-search.
24500 (Info-isearch-wrap): Allow isearch-word.
24501
24502 2005-03-08 Lute Kamstra <lute@gnu.org>
24503
24504 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24505 stepping into the debugger's code is not possible.
24506 (debugger-jumping-flag): Docstring update.
24507
24508 2005-03-08 Jay Belanger <belanger@truman.edu>
24509
24510 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24511 embedded mode begins.
24512 (calc-embedded-language-alist): New variable.
24513 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24514 set default language mode.
24515
24516 2005-03-08 Kenichi Handa <handa@m17n.org>
24517
24518 * international/ccl.el (define-ccl-program): Fix docstring about
24519 extra 256 bytes assured for the output buffer.
24520
24521 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24522 Fix BUFFER_MAGNIFICATION to 2.
24523 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24524
24525 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24526
24527 * align.el (align-rules-list): Added an alignment rule for CSS
24528 declarations (applies to css-mode and html-mode buffers).
24529
24530 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24531
24532 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24533
24534 2005-03-07 Kim F. Storm <storm@cua.dk>
24535
24536 * simple.el (move-beginning-of-line): New command.
24537
24538 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24539
24540 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24541
24542 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24543 and move-beginning-of-line.
24544
24545 * apropos.el (apropos-print): Omit command from M-x ... RET.
24546
24547 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24548
24549 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24550 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24551
24552 2005-03-06 Richard M. Stallman <rms@gnu.org>
24553
24554 * bindings.el (esc-map): Bind M-g to goto-line.
24555
24556 * facemenu.el (global-map): Bind M-o, not M-g.
24557
24558 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24559
24560 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24561 "Open Directory" as for "Open File".
24562
24563 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24564
24565 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24566 (push-mark-command): Run activate-mark-hook.
24567
24568 2005-03-06 Richard M. Stallman <rms@gnu.org>
24569
24570 * help-mode.el (help-mode-finish): Don't alter the element
24571 in view-return-to-alist if there already is one.
24572
24573 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24574 make sure the current buffer is the expected one.
24575
24576 * novice.el (disabled-command-function): Output in *Disabled Command*.
24577 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24578
24579 * textmodes/flyspell.el (flyspell-large-region):
24580 Pass args differently for aspell.
24581
24582 * files.el (mode-require-final-newline): Doc fix.
24583
24584 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24585
24586 * progmodes/which-func.el (which-function):
24587 Specify NOERROR when calling imenu--make-index-alist.
24588
24589 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24590
24591 * simple.el (normal-erase-is-backspace): Define default value.
24592
24593 * custom.el (custom-theme-set-variables): Remove unused var
24594 `immediate'.
24595 (custom-reevaluate-setting): Simple function to handle variables
24596 that are defined before their default value can really be
24597 computed.
24598
24599 * startup.el (command-line): Use it for temporary-file-directory,
24600 small-emporary-file-directory, auto-save-file-name-transforms,
24601 blink-cursor-mode, and normal-erase-is-backspace.
24602
24603 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24604 progress, even with buggy anchored keywords.
24605
24606 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24607
24608 * simple.el (goto-line): Remove unbalanced final parenthesis.
24609
24610 2005-03-05 Richard M. Stallman <rms@gnu.org>
24611
24612 * simple.el (goto-line): Use a number at point as the default.
24613 With C-u as arg, switch buffers.
24614
24615 2005-03-05 Juri Linkov <juri@jurta.org>
24616
24617 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24618 with `no-blinking-cursor'.
24619
24620 * startup.el (no-blinking-cursor): New defvar.
24621 (command-line): Add `--no-blinking-cursor' to longopts.
24622 Set `no-blinking-cursor' to t for command line arguments
24623 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24624 with `no-blinking-cursor' in the condition for calling
24625 `blink-cursor-mode'.
24626
24627 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24628
24629 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24630 (menu-bar-options-save): Add blink-cursor-mode.
24631 (menu-bar-options-menu): Add blink-cursor-mode.
24632
24633 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24634
24635 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24636 (icalendar-export-file, icalendar-export-region)
24637 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24638 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24639
24640 2005-03-04 Lute Kamstra <lute@gnu.org>
24641
24642 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24643 (debug-function-list): Ditto.
24644
24645 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24646
24647 * textmodes/texinfmt.el (texinfo-append-refill):
24648 Redefine the types of line to which @refill
24649 is not appended by replacing a search for `@refill\\|@bye' with
24650 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24651 itemize@refill' bug and the unfilled long lines bug.
24652 (texinfmt-version): Update number and date.
24653
24654 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24655
24656 * international/code-pages.el (windows-1250, windows-125[2-8])
24657 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24658
24659 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24660
24661 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24662 bound yet.
24663
24664 2005-03-02 Romain Francoise <romain@orebokech.com>
24665
24666 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24667 buffer after removing limits.
24668 (ibuffer-pop-filter): Ditto.
24669 Update copyright.
24670
24671 2005-03-02 Miles Bader <miles@gnu.org>
24672
24673 * button.el (make-text-button): If the user doesn't specify a
24674 type, use the default. Rewrite to use `add-text-properties' and
24675 plist functions.
24676
24677 2005-03-01 Lute Kamstra <lute@gnu.org>
24678
24679 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24680 (debugger-jumping-flag): New var.
24681 (debug-entry-code): Use it.
24682 (debugger-jump): Use debugger-jumping-flag and add
24683 debugger-reenable to post-command-hook.
24684 (debugger-reenable): Use debugger-jumping-flag and remove itself
24685 from post-command-hook.
24686 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24687 debugger-reenable.
24688
24689 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24690
24691 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24692 inclusion of "itemize\\|", which may be unnecessary, is certainly
24693 inelegant, and stops refilling in itemize lists when formatting
24694 Japanese Texinfo files to Info.
24695 Update copyright to 2005.
24696
24697 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24698
24699 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24700 of an error if GDB can't find the source file.
24701
24702 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24703
24704 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24705 not just the calendar.
24706
24707 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24708 first.
24709 (diary-redraw-calendar): New function.
24710 (make-diary-entry): Add diary-redraw-calendar to local
24711 write-contents-functions. Turn off selective display before
24712 inserting in diary.
24713
24714 2005-03-01 Kim F. Storm <storm@cua.dk>
24715
24716 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24717
24718 2005-03-01 Lute Kamstra <lute@gnu.org>
24719
24720 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24721 that debug-entry-code can be safely removed from a function while
24722 this code is being evaluated. Revert the 2005-02-27 change as the
24723 new implementation no longer requires it. Make sure that a
24724 function body containing just a string is not mistaken for a docstring.
24725 (debug): Skip one more frame in case of debug on entry.
24726 (debugger-setup-buffer): Delete one more frame line in case of
24727 debug on entry.
24728 (debugger-frame-number): Update to use the new text introduced by
24729 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24730
24731 2005-02-28 Kim F. Storm <storm@cua.dk>
24732
24733 * double.el (double-translate-key): Call force-window-update after
24734 read-event to avoid crash in redisplay.
24735
24736 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24737
24738 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24739 (debug): Use it. Move the inhibit-trace earlier.
24740 (debug-entry-code): New const.
24741 (debug-on-entry-1): Use it.
24742
24743 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24744
24745 * international/utf-16.el (ccl-encode-mule-utf-16le):
24746 Fix BUFFER_MAGNIFICATION to 2.
24747 (ccl-encode-mule-utf-16be): Likewise.
24748
24749 2005-02-28 Kenichi Handa <handa@m17n.org>
24750
24751 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24752 Fix BUFFER_MAGNIFICATION to 4.
24753 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24754
24755 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24756
24757 * speedbar.el (speedbar-update-flag): Doc fix.
24758 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24759 argument.
24760
24761 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24762
24763 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24764 have a non-nil `invisible' property but are actually visible.
24765
24766 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24767 for perldoc sections.
24768 (perl-outline-regexp, perl-outline-level): New var and function.
24769 (perl-mode): Use them.
24770
24771 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24772
24773 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24774 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24775
24776 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24777
24778 * cus-edit.el: Comment change.
24779 (custom-buffer-create-internal): Slightly reword text at top of
24780 Custom buffers. Mention there that saving an option edits the
24781 init file. Add link to Emacs manual node on `custom-file'.
24782 (custom-magic-alist): Rewrite individual State messages to use
24783 capitalized keywords. Doc fix.
24784
24785 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24786
24787 * calendar/calendar.el (calendar-buffer): Move above
24788 calendar-week-start-day.
24789 (calendar-week-start-day): Doc fix. Add :set function.
24790 (calendar-minimum-window-height): New variable.
24791 (generate-calendar-window): Only resize window if selected-window
24792 is displaying the calendar buffer. Use new variable
24793 calendar-minimum-window-height.
24794 (generate-calendar): Reword error message.
24795 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24796
24797 2005-02-27 Andreas Schwab <schwab@suse.de>
24798
24799 * vc.el (vc-do-command): Don't run command asynchronously when
24800 operating in a remote directory.
24801
24802 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24803 change from sync with Tramp 2.0.47.
24804
24805 2005-02-27 Richard M. Stallman <rms@gnu.org>
24806
24807 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24808
24809 * textmodes/flyspell.el (flyspell-mode-on):
24810 Call ispell-change-dictionary only if necessary.
24811
24812 * emacs-lisp/re-builder.el (regexp-builder): New function.
24813
24814 * register.el (describe-register-1): Explicitly handle
24815 yank-excluded-properties = t.
24816
24817 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24818 (custom-magic-alist): Change the status descriptions again.
24819 (face widget-type): Total rewrite based on `restricted-sexp'
24820 to eliminate the confusing double hiding levels.
24821
24822 * emacs-lisp/debug.el (debug-on-entry-1):
24823 If function body is empty, add nil as body form.
24824
24825 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24826
24827 * emacs-lisp/trace.el (inhibit-trace): New var.
24828 (trace-make-advice): Use it.
24829
24830 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24831
24832 2005-02-26 Kim F. Storm <storm@cua.dk>
24833
24834 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24835 (mouse-on-link-p, mouse-drag-region-1): Use it.
24836
24837 2005-02-25 Lute Kamstra <lute@gnu.org>
24838
24839 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24840
24841 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24842
24843 * frame.el (blink-cursor-mode): Add :group keyword.
24844
24845 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24846
24847 * calendar/icalendar.el (icalendar--decode-isodatetime):
24848 New optional argument DAY-SHIFT.
24849 (icalendar-export-region): Fix coding-system-for-write.
24850 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24851 events by one.
24852
24853 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24856
24857 2005-02-24 Kim F. Storm <storm@cua.dk>
24858
24859 * international/iso-acc.el (iso-accents-compose): Fix crash
24860 during redisplay. Call force-window-update after read-event
24861 and delete-region to signal that window is not accurate.
24862
24863 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24866 Remove unused and inexistent var `inhibit-trace'.
24867 (debugger-mode): Use run-mode-hooks.
24868 (debugger-list-functions): Add buttons; setup xref stack.
24869
24870 2005-02-23 Richard M. Stallman <rms@gnu.org>
24871
24872 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24873 appointment says it was explicitly made.
24874 (appt-add): Set the 3rd element.
24875 (appt-make-list): Preserve explicit appointments.
24876
24877 * subr.el (find-tag-default): Catch errors in forward-sexp.
24878
24879 2005-02-23 Juri Linkov <juri@jurta.org>
24880
24881 * info.el (Info-isearch-search): New defcustom.
24882 (Info-isearch-search): Call the default isearch function
24883 when Info-isearch-search is nil.
24884 (Info-isearch-wrap): Use variable Info-isearch-search.
24885
24886 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24887
24888 * cus-edit.el: Comment change.
24889
24890 2005-02-22 Kim F. Storm <storm@cua.dk>
24891
24892 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24893 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24894
24895 2005-02-22 Simon Josefsson <jas@extundo.com>
24896
24897 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24898 New variable.
24899 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24900 Oskarsson" <myrkraverk@users.sourceforget.net>.
24901
24902 2005-02-22 Kim F. Storm <storm@cua.dk>
24903
24904 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24905 check that window of that event is the selected window.
24906 (mouse-drag-region-1): Compare mouse event window to selected
24907 window before setting point.
24908
24909 * tooltip.el (tooltip-show-help-function): Pass event to
24910 mouse-on-link-p so it can check selected window.
24911
24912 2005-02-22 Kenichi Handa <handa@m17n.org>
24913
24914 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24915 (ps-mule-show-warning): New function.
24916 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24917 characters are found.
24918
24919 * ps-print.el (ps-header-footer-string): Return a list of header
24920 and footer strings.
24921
24922 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24923
24924 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24925
24926 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24927
24928 * frame.el (blink-cursor-mode): Use define-minor-mode.
24929
24930 * term/mac-win.el (function-key-map): Use char-names more consistently.
24931 (file-name-coding-system): Only set it for MacOS-9. The other case is
24932 already handled in mule-cmds.el (where it also works when mac-win.el
24933 is not used).
24934
24935 2005-02-21 Kenichi Handa <handa@m17n.org>
24936
24937 * international/mule.el (ctext-pre-write-conversion): Always use
24938 " *code-converting-work*" buffer for work.
24939
24940 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24941
24942 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24943
24944 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24945
24946 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24947
24948 * ses.el (undo-more): Restore defadvice, but only the part that
24949 allows changes outside the restricted area of the buffer.
24950
24951 2005-02-20 Kim F. Storm <storm@cua.dk>
24952
24953 * simple.el (line-move): Add fourth optional arg try-vscroll which
24954 must be set to perform auto-window-vscroll.
24955 When moving backwards and doing auto-window-vscroll, automatically
24956 vscroll to the last part of lines which are taller than the window.
24957 (next-line, previous-line): Set try-vscroll arg on line-move.
24958
24959 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24960
24961 * replace.el (query-replace, query-replace-regexp)
24962 (replace-string, replace-regexp): When operating on region, make
24963 the minibuffer prompt say so.
24964
24965 * isearch.el (isearch-forward): Document isearch-query-replace and
24966 isearch-query-replace-regexp keybindings.
24967
24968 2005-02-19 Jay Belanger <belanger@truman.edu>
24969
24970 * calc/calc-aent.el (math-read-token): Add local variable.
24971
24972 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24973 (calc-edit-top): Move declaration to earlier in file.
24974 (calc-edit-macro-repeats): Add local variables.
24975
24976 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24977 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24978 calcFunc-tanh.
24979 Adjust integration rule for calcFunc-tan.
24980
24981 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24982
24983 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24984 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24985 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24986 (viper-skip-separators): Bug fix.
24987 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24988 particular major mode.
24989 (viper-del-backward-char-in-replace): Don't put deleted char on the
24990 kill ring.
24991
24992 * viper-ex.el (viper-color-display-p): New function.
24993 (viper-has-face-support-p): Use viper-color-display-p.
24994
24995 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24996
24997 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24998
24999 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25000 (viper-file-remote-p): Make equivalent to file-remote-p.
25001
25002 * viper.el (viper-major-mode-modifier-list):
25003 Use viper-gnus-modifier-map.
25004
25005 2005-02-19 David Kastrup <dak@gnu.org>
25006
25007 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25008 quoting.
25009
25010 2005-02-19 Jay Belanger <belanger@truman.edu>
25011
25012 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25013 Remove extra definitions.
25014 (calc-coth): New function.
25015 (calcFunc-cot): Fix `let'.
25016
25017 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25018
25019 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25020 the reasons we use "type pc" in these faces.
25021
25022 * button.el (button): Ditto.
25023
25024 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25025
25026 * replace.el (query-replace-read-from): Set the value of
25027 query-replace-from-history-variable to handle the case of an empty
25028 string entered to accept the suggested default.
25029
25030 * net/tramp.el (tramp-file-name-for-operation):
25031 Use dired-call-process instead of dired-call-process-command.
25032
25033 2005-02-19 Jay Belanger <belanger@truman.edu>
25034
25035 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25036 (math-div-non-trig): New variables.
25037 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25038 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25039 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25040 trig expressions.
25041
25042 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25043
25044 * progmodes/gdb-ui.el (gdb-var-update-handler)
25045 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25046 for watch expressions,
25047 (gdb-var-create-handler): Don't set speedbar-update-flag.
25048 (gdb-post-prompt): Simplify test for speedbar.
25049
25050 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25051
25052 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25053 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25054 we use the syntax table of the correct buffer.
25055 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25056 Felix Gatzemeier.
25057
25058 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25059 (ediff-file-remote-p): Make synonymous with file-remote-p.
25060 In all deffaces ediff-*-face-*, use min-colors.
25061
25062 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25063 ediff-recurse-to-subdirectories.
25064 (ediff-mark-if-equal): Check that the arguments are strings, use
25065 ediff-same-contents (after to Felix Gatzemeier).
25066
25067 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25068 nil.
25069
25070 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25071
25072 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25073
25074 2005-02-18 David Kastrup <dak@gnu.org>
25075
25076 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25077 use `mark-active' when defined.
25078
25079 2005-02-18 Kenichi Handa <handa@m17n.org>
25080
25081 * ps-print.el (ps-font-info-database): New entry
25082 ZapfChancery-MediumItalic with correct font name. Fix font name
25083 of the entry Zapf-Chancery-MediumItalic.
25084
25085 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25086
25087 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25088
25089 2005-02-16 Kim F. Storm <storm@cua.dk>
25090
25091 * ido.el (ido-fallback-command): Pass user input to fallback command.
25092
25093 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25094
25095 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25096 (gdb-find-file-hook): Add server prefix.
25097
25098 2005-02-16 Richard M. Stallman <rms@gnu.org>
25099
25100 * replace.el (perform-replace): Pass new args to replace-highlight.
25101 (replace-highlight): Take region args,
25102 and pass them to isearch-lazy-highlight-new-loop.
25103
25104 * novice.el (disabled-command-hook): Autoload the defalias
25105 and the make-obsolete-variable call.
25106
25107 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25108
25109 * isearch.el (isearch-lazy-highlight-start-limit)
25110 (isearch-lazy-highlight-end-limit): New variables limit
25111 the region for highlighting.
25112 (isearch-lazy-highlight-new-loop): New args BEG and END.
25113 (isearch-lazy-highlight-search): Use the new vars.
25114 (isearch-lazy-highlight-update): Likewise.
25115
25116 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25117
25118 * cus-start.el (all): Use default-boundp.
25119
25120 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25121
25122 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25123
25124 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25125
25126 * autorevert.el (auto-revert-stop-on-user-input)
25127 (auto-revert-verbose): Doc fixes.
25128
25129 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25130
25131 * international/mule-cmds.el (set-locale-environment): Remove call
25132 to set-selection-coding-system on Windows.
25133
25134 2005-02-15 Jay Belanger <belanger@truman.edu>
25135
25136 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25137 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25138 calcFunc-coth.
25139 (math-simplify-sqrt): Add simplifications.
25140
25141 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25142 to list.
25143
25144 * calc/calc-ext.el: Add functions to autoloads.
25145
25146 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25147 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25148 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25149 (math-csc-raw, math-cot-raw): New functions.
25150
25151 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25152
25153 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25154 the variable name in a message.
25155
25156 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25157 calcFunc-csc, calcFunc-cot.
25158
25159 * calc/calcalg2.el: Add derivative and integration rules for
25160 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25161 calcFunc-csch, calcFunc-coth.
25162 (math-do-integral-methods): Add to checks for when to use
25163 substitutions.
25164
25165 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25166
25167 2005-02-15 Lute Kamstra <lute@gnu.org>
25168
25169 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25170 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25171 <monnier@iro.umontreal.ca>
25172 (lisp-outline-level): Improve efficiency. Suggested by David
25173 Kastrup <dak@gnu.org>.
25174
25175 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25176
25177 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25178 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25179 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25180 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25181 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25182
25183 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25184
25185 * cus-start.el (all): Comment change.
25186
25187 2005-02-14 Lute Kamstra <lute@gnu.org>
25188
25189 * cus-start.el (all): Check if symbol is void.
25190
25191 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25192
25193 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25194 optional argument to \cite.
25195
25196 2005-02-14 Richard M. Stallman <rms@gnu.org>
25197
25198 * cus-edit.el (custom-buffer-create-internal): Update help message.
25199 (custom-magic-alist): Update help messages.
25200
25201 * cus-start.el (all): Allow a var to specify a standard value.
25202
25203 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25204
25205 * custom.el (custom-theme-set-variables): Handle variable aliases.
25206
25207 * frame.el (blink-cursor-timer): Doc fix.
25208 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25209 declare obsolete.
25210 (blink-cursor-mode): Define with defcustom and use correct
25211 standard expression in that defcustom.
25212 * startup.el (command-line): Adapt to above changes in frame.el.
25213
25214 2005-02-11 Lute Kamstra <lute@gnu.org>
25215
25216 * apropos.el (apropos-score-doc): Prevent division by zero.
25217
25218 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25219
25220 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25221 (icalendar--get-event-property-attributes)
25222 (icalendar--get-event-properties)
25223 (icalendar--datetime-to-diary-date): New functions.
25224 (icalendar--split-value): Doc fix.
25225 (icalendar--datetime-to-noneuropean-date)
25226 (icalendar--datetime-to-european-date): New optional argument
25227 SEPARATOR. Return result as a string instead of a list.
25228 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25229 (icalendar--convert-string-for-export): Rename arg S to STRING.
25230 (icalendar-export-region): Doc fix. Change name of error buffer.
25231 Save output buffer.
25232 (icalendar-import-file): Add blank at end of prompt.
25233 (icalendar-import-buffer): Doc fix. Do not switch to error
25234 buffer. Indicate status in return value.
25235 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25236 buffer. Save output buffer. Handle exception from recurrence
25237 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25238 events. Fix problems with weekly all-day events.
25239
25240 2005-02-10 Richard M. Stallman <rms@gnu.org>
25241
25242 * simple.el (eval-expression-print-format):
25243 Avoid warning about edebug-active.
25244
25245 * help.el (help-for-help-internal): Rename from help-for-help.
25246 (help-for-help): Define with defalias.
25247
25248 * font-core.el (font-lock-default-function): Use with-no-warnings.
25249
25250 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25251
25252 * custom.el (defface): Doc fix.
25253
25254 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25255
25256 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25257 width 0" to prevent word wrapping problems.
25258
25259 2005-02-09 Kim F. Storm <storm@cua.dk>
25260
25261 * ido.el (ido-file-extensions-order): New defcustom.
25262 (ido-file-extension-lessp, ido-file-extension-aux)
25263 (ido-file-extension-order): New advanced file ordering.
25264 (ido-file-lessp): New simple file ordering.
25265 (ido-sort-list): Remove.
25266 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25267 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25268
25269 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25270
25271 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25272 that some versions of grep produce.
25273 (grep-mode-font-lock-keywords): Likewise.
25274
25275 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25276
25277 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25278 (gdb-cdir): Delete.
25279 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25280 (gdb-source-info): Treat case when source file is in another
25281 directory properly.
25282 (gdb-get-location): New function.
25283
25284 2005-02-07 Jay Belanger <belanger@truman.edu>
25285
25286 * calc/calc-prog.el (calc-write-parse-table-part)
25287 (calc-fix-token-name): Fix a check for language type.
25288
25289 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25290
25291 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25292
25293 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25294 as directory not writable.
25295
25296 2005-02-07 Kim F. Storm <storm@cua.dk>
25297
25298 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25299 (cua--standard-movement-commands): Remove list.
25300 Instead, set CUA property value to move for movement commands.
25301 (cua-movement-commands): Remove. Users must set CUA prop instead.
25302 (cua--pre-command-handler): Check CUA property.
25303 (cua--init-keymaps): Don't remap undo commands.
25304 (cua-mode): Don't call cua--rectangle-on-off.
25305
25306 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25307 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25308 (cua--rect-undo-set-point): New var.
25309 (cua--rectangle-undo-boundary): Setup undo apply entry.
25310 (cua--rect-undo-handler): New function for rectangle undo.
25311 (cua--rect-start-position, cua--rect-end-position): Add.
25312 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25313 for restored rectangle. Set point if cua--rect-undo-set-point.
25314
25315 2005-02-06 Jay Belanger <belanger@truman.edu>
25316
25317 * calc/calc-lang.el (calc-tex-language): Display more information
25318 in messages.
25319
25320 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25321 in TeX mode.
25322
25323 2005-02-06 Richard M. Stallman <rms@gnu.org>
25324
25325 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25326
25327 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25328
25329 * net/ldap.el (ldap-search-internal): Support attributes with
25330 optional descriptions separated by a semi-colon, as in
25331 "userCertificate;binary".
25332
25333 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25334
25335 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25336 isn't a cons (i.e. the version is 0).
25337
25338 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25339
25340 * help.el (help-for-help): Doc fix.
25341
25342 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25343
25344 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25345 GDB-Windows on the menu-bar as this works better.
25346
25347 2005-02-04 Jay Belanger <belanger@truman.edu>
25348
25349 * calc/calc-embed.el (calc-embedded-update): Don't put in
25350 unnecessary newlines. Adjust the end of formula marker.
25351
25352 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25353 (math-latex-parse-two-args): New function.
25354
25355 2005-02-03 Lute Kamstra <lute@gnu.org>
25356
25357 * help-fns.el (help-with-tutorial): Make sure that users cannot
25358 remove the entire text of the tutorial by means of `undo'.
25359
25360 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25361
25362 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25363 in recent changes, where the ispell process was repeatedly
25364 killed & restarted.
25365
25366 * international/mule-cmds.el (set-locale-environment): Set file-name
25367 coding system to utf-8 on Darwin systems.
25368 (set-default-coding-systems): Don't set default-file-name-coding-system
25369 on Darwin systems.
25370
25371 2005-02-03 Richard M. Stallman <rms@gnu.org>
25372
25373 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25374
25375 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25376
25377 * faces.el (list-faces-display): Add optional argument.
25378
25379 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25380
25381 * font-core.el (font-lock-default-function): Handle the rare case where
25382 only font-lock-keywords is set.
25383
25384 2005-02-02 Kenichi Handa <handa@m17n.org>
25385
25386 * international/characters.el: Cancel previous change for
25387 I-WITH-DOT-ABOVE and DOTLESS-i.
25388
25389 * international/latin-5.el: Cancel previous change.
25390
25391 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25392
25393 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25394
25395 2005-02-02 Kenichi Handa <handa@m17n.org>
25396
25397 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25398 DOTLESS-i.
25399
25400 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25401 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25402
25403 * case-table.el (get-upcase-table): New function.
25404 (copy-case-table): Copy upcaes table too if non-nil.
25405 (set-case-syntax-delims): Maintain upcase table too.
25406 (set-case-syntax-pair): Likewise.
25407 (set-upcase-syntax, set-downcase-syntax): New functions.
25408 (set-case-syntax): Maintain upcase table too.
25409
25410 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25411
25412 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25413
25414 * progmodes/gud.el (gud-goto-info): New function.
25415 (gud-tool-bar-map): Use correct icon.
25416
25417 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25418
25419 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25420 When delegating, order args in the funcall correctly.
25421
25422 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25423
25424 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25425
25426 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25427
25428 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25429 buffer not visiting a file.
25430
25431 2005-01-31 Jay Belanger <belanger@truman.edu>
25432
25433 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25434 bound on the line with the formula.
25435
25436 2005-01-31 Kim F. Storm <storm@cua.dk>
25437
25438 * ses.el (ses-create-cell-variable-range)
25439 (ses-destroy-cell-variable-range, ses-reset-header-string)
25440 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25441 (ses-insert-row): Fix format of apply undo entries.
25442
25443 2005-01-31 Jay Belanger <belanger@truman.edu>
25444
25445 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25446 parts.
25447
25448 * calc/calc-embed.el (calc-embedded-open-formula)
25449 (calc-embedded-close-formula): Ignore matrix environments.
25450
25451 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25452 TeX mode.
25453
25454 * calc/calc-lang.el (math-function-table, math-oper-table)
25455 (math-variable-table): Adjust the LaTeX portions.
25456
25457 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25458 (math-latex-ignore-words): New constant.
25459
25460 2005-01-31 Richard M. Stallman <rms@gnu.org>
25461
25462 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25463 (ispell-local-dictionary): Doc fix.
25464 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25465 Don't reinitialize at run time. Don't defcustom.
25466 All uses changed to append ispell-local-dictionary-alist,
25467 or check it first.
25468 (ispell-current-dictionary): New variable for dictionary in use.
25469 (ispell-dictionary): Now used only for global default.
25470 (ispell-start-process): Set ispell-current-dictionary,
25471 not ispell-dictionary.
25472 (ispell-change-dictionary): Use this only for setting
25473 user preferences.
25474 (ispell-internal-change-dictionary): New function
25475 to change the current dictionary in use.
25476 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25477 Use ispell-current-dictionary.
25478 Handle ispell-local-dictionary-overridden.
25479 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25480
25481 2005-01-31 Jay Belanger <belanger@truman.edu>
25482
25483 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25484
25485 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25486 (calc-mode-map): Add calc-latex-language.
25487
25488 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25489 (math-latex-print-frac): New functions.
25490 (math-oper-table, math-function-table, math-variable-table)
25491 (math-complex-format, math-input-filter): Add latex properties.
25492 (calc-set-language): Set math-expr-special-function-mapping.
25493
25494 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25495 (calc-write-parse-table-part): Add LaTeX support.
25496
25497 * calc/calc.el (calc-language): Adjust docstring.
25498 (calc-set-mode-line): Add LaTeX support.
25499 (math-expr-special-function-mapping): New variable.
25500 (math-tex-ignore-words): Add to list.
25501
25502 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25503 Add LaTeX support.
25504 (math-compose-expr): Add support for special functions.
25505
25506 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25507
25508 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25509
25510 * progmodes/gdb-ui.el (gdb-memory-address)
25511 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25512 (gdb-memory-mode-map, gdb-memory-format-keymap)
25513 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25514 (gdb-memory-unit-menu): New variables for a buffer
25515 that lets the user examine program memory.
25516 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25517 (gdb-memory-format-binary, gdb-memory-format-octal)
25518 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25519 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25520 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25521 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25522 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25523 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25524 (gdb-memory-mode, gdb-memory-buffer-name)
25525 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25526 New functions for above buffer.
25527
25528 2005-01-30 Richard M. Stallman <rms@gnu.org>
25529
25530 * cus-edit.el (custom-bury-buffer): Function deleted.
25531 (custom-buffer-done-function): Option deleted.
25532 (custom-buffer-done-kill): New replacement option.
25533 (Custom-buffer-done): Call quit-window.
25534 (custom-buffer-create-internal): Update for above changes.
25535
25536 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25537
25538 * simple.el (undo-ask-before-discard): New var.
25539 (undo-outer-limit-truncate): Implement it.
25540 (undo-extra-outer-limit): Doc update.
25541
25542 2005-01-29 Richard M. Stallman <rms@gnu.org>
25543
25544 * ses.el (undo-more): Delete defadvice.
25545 (ses-begin-change): Doc fix.
25546
25547 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25548 instead of rebinding C-x u and C-_.
25549
25550 * files.el (normal-backup-enable-predicate): Return nil for files
25551 in /tmp, regardless of temporary-file-directory.
25552
25553 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25554
25555 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25556 (open-rectangle, delete-whitespace-rectangle-line)
25557 (clear-rectangle-line): If FILL, pass t instead of FILL
25558 for move-to-column's 2nd arg.
25559
25560 * simple.el (undo): Fix the test for continuing a series of undos.
25561 (undo-more): Set pending-undo-list to t when we reach end.
25562 (pending-undo-list): Move up defvar.
25563
25564 * wid-edit.el (widget-button-click):
25565 Shorten the range of the track-mouse binding.
25566
25567 * comint.el (comint-insert-input): Undo previous changes;
25568 use last-input-event in interactive spec.
25569
25570 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25571
25572 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25573 to nil before invoking call-process. Reset buffer's modified flag
25574 after fontifying it in the no-async branch.
25575
25576 * wid-edit.el (widget-specify-button): If mouse pointer shape
25577 cannot be changed, use mouse face instead.
25578
25579 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25580
25581 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25582 (gdb-goto-breakpoint): Make breakpoint handling work on template
25583 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25584 (gdb-assembler-custom): Update to recognize breakpoint information
25585 added on 2005-01-19.
25586
25587 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25588
25589 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25590 (dsssl-mode): Use define-derived-mode.
25591 (scheme-mode-initialize): Remove.
25592 (scheme-mode): Use run-mode-hooks.
25593
25594 * cus-edit.el (customize-group-other-window)
25595 (custom-buffer-create-other-window): Don't override special-display-*.
25596 (custom-mode-map): Make it dense.
25597
25598 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25599 sets the default value.
25600
25601 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25602
25603 * descr-text.el: Add more keywords.
25604
25605 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25606
25607 * speedbar.el: Avoid unnecessary use of locate-library.
25608
25609 * international/mule-cmds.el (standard-display-european-internal):
25610 Don't fiddle with latin-1 non-break space any more since it's now
25611 special cased in the C code.
25612 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25613
25614 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25615
25616 * cus-start.el (all): Add `undo-outer-limit'.
25617
25618 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25619
25620 * textmodes/bibtex.el (bibtex-format-entry):
25621 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25622 field lines.
25623 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25624 not on part of a buffer.
25625
25626 2005-01-25 Lute Kamstra <lute@gnu.org>
25627
25628 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25629 nonempty field text strings like "{letters\\macro{}more letters}".
25630 Clarify docstring.
25631 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25632 (bibtex-entry-offset, bibtex-parse-association)
25633 (bibtex-parse-field-name): Fix typos in docstrings.
25634 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25635
25636 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25637
25638 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25639 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25640 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25641 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25642
25643 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25644 isearch minor mode.
25645
25646 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25647
25648 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25649
25650 2005-01-24 Lute Kamstra <lute@gnu.org>
25651
25652 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25653 CASECHARS and NOT-CASECHARS regular expressions of the
25654 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25655 striding over charsets" error.
25656
25657 2005-01-24 Jay Belanger <belanger@truman.edu>
25658
25659 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25660 display variable name.
25661
25662 2005-01-24 Kenichi Handa <handa@m17n.org>
25663
25664 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25665 Fix setting of the element of encoded-kbd-iso2022-invocations.
25666
25667 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25668
25669 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25670 (gdb-threads-select): Change to also accept mouse events.
25671 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25672 (gdb-threads-mouse-select): Delete.
25673
25674 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25675
25676 * files.el (insert-directory): Take care of empty directory,
25677 listed without -a switch.
25678
25679 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25680
25681 * textmodes/refill.el (refill-post-command-function):
25682 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25683 to the list of functions that we should be careful not to undo.
25684 (refill-late-fill-paragraph-function): Remove.
25685 (refill-saved-state): New var.
25686 (refill-mode): Use it to save fill-paragraph-function.
25687 Save also the value of auto-fill-function.
25688
25689 * term/w32-win.el: Simplify code.
25690
25691 2005-01-23 Kim F. Storm <storm@cua.dk>
25692
25693 * simple.el (line-move): Adapt to new return value from
25694 pos-visible-in-window-p.
25695
25696 * simple.el (line-move): Fix last change. Check partial
25697 visibility at point rather than at window-start.
25698
25699 2005-01-22 Jason Rumney <jasonr@gnu.org>
25700
25701 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25702
25703 2005-01-22 David Kastrup <dak@gnu.org>
25704
25705 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25706
25707 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25708
25709 * type-break.el (type-break-mode): Add a test for
25710 type-break-file-name being non-nil.
25711
25712 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25713
25714 * net/eudc.el (top level): Call (message "") via progn, so that
25715 eudc-options-file is loaded.
25716
25717 2005-01-22 Kim F. Storm <storm@cua.dk>
25718
25719 * simple.el (line-move-1): Rename from line-move.
25720 (line-move): New function that adjusts vscroll for partially
25721 visible rows, and calls line-move-1 otherwise.
25722
25723 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25724
25725 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25726 since it's not a complete read-event implementation
25727
25728 2005-01-20 Jay Belanger <belanger@truman.edu>
25729
25730 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25731 for called function.
25732
25733 2005-01-20 Steven Tamm <steventamm@mac.com>
25734
25735 * term/mac-win.el (process-connection-type): Remove.
25736 Controlled now by s/darwin.h:PTY_ITERATION.
25737
25738 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25739
25740 * window.el (handle-select-window): Don't switch window when we're
25741 in the minibuffer.
25742
25743 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25744
25745 * subr.el (dotimes-with-progress-reporter): New macro.
25746
25747 * ses.el (ses-dotimes-msg): Remove macro.
25748 Use `dotimes-with-progress-reporter' instead.
25749
25750 2005-01-19 Steven Tamm <steventamm@mac.com>
25751
25752 * term/mac-win.el (process-connection-type): Use new
25753 operating-system-release variable to use ptys on Darwin 7 (OS X
25754 10.3) when using carbon build.
25755
25756 2005-01-19 Jay Belanger <belanger@truman.edu>
25757
25758 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25759 flags if the last command was a tab or M-tab.
25760
25761 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25762 in formula editing buffer.
25763
25764 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25765
25766 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25767 breakpoint image symbol in margin.
25768
25769 2005-01-19 Jay Belanger <belanger@truman.edu>
25770
25771 * calc/calc-prog.el (calc-execute-kbd-macro):
25772 Ignore calc-keep-arg-flag.
25773
25774 2005-01-19 Kenichi Handa <handa@m17n.org>
25775
25776 * textmodes/ispell.el (ispell-looking-at): New function.
25777 (ispell-process-line): Use ispell-looking-at to compare the ispell
25778 output and the buffer contents.
25779
25780 2005-01-18 Jay Belanger <belanger@truman.edu>
25781
25782 * calc/calc.el (calc-display-raw): Fix docstring.
25783
25784 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25785
25786 * simple.el (blink-matching-open): Strip extra info from syntax.
25787
25788 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25789 funny chars in the end-of-here-doc marker.
25790
25791 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25792
25793 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25794 that enable/disabled state of breakpoints is shown correctly in
25795 fringe and on ttys.
25796 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25797 Add breakpoint information as text properties.
25798 (gdb-mouse-toggle-breakpoint):
25799 Rename to gdb-mouse-set-clear-breakpoint.
25800 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25801 breakpoints in the margin.
25802 (gdb-remove-strings): Simplify.
25803
25804 2005-01-17 Jay Belanger <belanger@truman.edu>
25805
25806 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25807 erasing buffer.
25808
25809 2005-01-17 Richard M. Stallman <rms@gnu.org>
25810
25811 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25812 for calling grep-compute-defaults.
25813
25814 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25815 if buffer is empty.
25816
25817 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25818
25819 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25820
25821 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25822
25823 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25824 non-preloaded variables.
25825
25826 2005-01-17 Steven Tamm <steventamm@mac.com>
25827
25828 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25829 tex-shell cause to force interactivity when using pipes.
25830
25831 2005-01-17 Kim F. Storm <storm@cua.dk>
25832
25833 * simple.el (just-one-space): Make arg optional.
25834
25835 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25836
25837 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25838 posn-at-x-y to t to access left-margin.
25839
25840 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25841
25842 Sync with Tramp 2.0.47.
25843
25844 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25845 catching keep-date problems in cp/scp operations.
25846 (tramp-handle-copy-file): Don't call `set-file-modes'
25847 unconditionally. Specialized functions should know better what is
25848 necessary. This improves performance a little bit, and the
25849 functions could catch errors with `cp -p' and `scp -p'.
25850 (tramp-do-copy-or-rename-file-via-buffer)
25851 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25852 when appropriate.
25853 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25854 Call `set-file-modes' when appropriate.
25855 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25856 Johnsson <isak@hypergene.com>
25857 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25858 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25859 <joakim@verona.se>
25860 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25861 Emacs only.
25862
25863 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25864 `find-file-hooks' and `dired-mode-hook'.
25865 (tramp-minor-mode-map): Respective map. Add remapping for
25866 `compile' and `recompile'.
25867 (tramp-remap-command, tramp-recompile): New defuns.
25868 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25869 in buffer "*Compilation*". Call the commands asynchronously.
25870
25871 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25872 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25873 `shell-command', because it isn't magic in XEmacs. Reported by
25874 Adrian Aichner <adrian@xemacs.org>.
25875
25876 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25877 `substitute-in-file-name.
25878 (tramp-smb-handle-substitute-in-file-name): New defun.
25879 (tramp-smb-advice-PC-do-completion): Delete advice.
25880
25881 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25882
25883 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25884 Fix error in deleting region.
25885
25886 2005-01-15 Richard M. Stallman <rms@gnu.org>
25887
25888 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25889 In non-temp buffer, switch syntax table temporarily.
25890
25891 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25892
25893 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25894
25895 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25896
25897 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25898 (imenu--generic-function): Use START, not BEG, as pos of definition.
25899
25900 * simple.el (just-one-space): Argument specifies number of spaces.
25901
25902 * simple.el (eval-expression-print-format): Avoid warning
25903 about edebug-active.
25904
25905 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25906
25907 * progmodes/sh-script.el: Code copied from make-mode.el
25908 with small changes,
25909 (sh-mode-map): Bind C-c C-\.
25910 (sh-backslash-column, sh-backslash-align): New variables.
25911 (sh-backslash-region, sh-append-backslash): New functions.
25912
25913 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25914
25915 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25916 (rmail-pop-password, rmail-pop-password-required): Move to
25917 rmail-obsolete group.
25918 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25919 All callers updated.
25920 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25921 Take an argument specifying whether it is POP or IMAP mailbox we
25922 are using. All callers updated.
25923 (rmail-pop-password-error): Rename to
25924 rmail-remote-password-error. Added mailutils-specific error message.
25925 (rmail-movemail-search-path)
25926 (rmail-movemail-variant-in-use): New variables.
25927 (rmail-remote-password, rmail-remote-password-required):
25928 New customization variables.
25929 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25930 (rmail-parse-url): New function.
25931 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25932 with GNU mailutils movemail.
25933
25934 2005-01-15 Kevin Ryde <user42@zip.com.au>
25935
25936 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25937 suffix to space, $ or '$, to correctly position point when going
25938 to @table style constants like DBL_MAX.
25939
25940 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25941
25942 * type-break.el (type-break-mode, type-break-file-time)
25943 (type-break-file-keystroke-count, type-break-choose-file):
25944 Don't store data in or load data from the file if type-break-file-name
25945 is nil.
25946 (type-break-file-name): Doc update as per the above.
25947
25948 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25949
25950 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25951 lookup-key might return nil; handle that.
25952
25953 2005-01-15 Alan Mackenzie <acm@muc.de>
25954
25955 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25956 rather than the element found, thus enabling the tree to be setcar'd.
25957
25958 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25959
25960 * textmodes/org.el (org-show-following-heading): New option.
25961 (org-show-hierarchy-above): Use `org-show-following-heading'.
25962 (org-cycle): Documentation fix.
25963
25964 * textmodes/org.el (orgtbl-optimized): New option
25965 (orgtbl-mode): New command, a minor mode.
25966 (orgtbl-mode-map): New variable.
25967 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25968 (orgtbl-error, orgtbl-self-insert-command)
25969 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25970
25971 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25972 a local variable in each org-mode buffer.
25973
25974 * textmodes/org.el (org-set-regexps-and-options): Rename from
25975 `org-set-regexps'. Added checking for STARTUP keyword.
25976 (org-get-current-options): Add STARTUP options.
25977 (org-table-insert-row): Make mode intelligent about when
25978 realignment is needed.
25979 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25980 New commands.
25981 (org-enable-table-editor): New default value `optimized'.
25982 (org-table-blank-field): Support blanking regions if active.
25983
25984 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25985
25986 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25987 if the year is not given.
25988
25989 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25990 Add new escapes %m and %M, fixed bug with %F by adding
25991 save-match-data.
25992 (reftex-reference): Remove ?. from list of spaces.
25993 (reftex-label-info): Add automatic label prefix recognition.
25994
25995 * textmodes/reftex-index.el (reftex-index-next-phrase):
25996 Add slave parameter to call of `reftex-index-this-phrase'.
25997 (reftex-index-this-phrase): New optional argument.
25998 (reftex-index-region-phrases): Add slave parameter to call of
25999 `reftex-index-this-phrase'.
26000 (reftex-display-index): New argument redo.
26001 (reftex-index-rescan): Add `redo' to arguments of
26002 `reftex-display-index'.
26003 (reftex-index-Rescan, reftex-index-revert)
26004 (reftex-index-switch-index-tag): Add `redo' to arguments of
26005 `reftex-display-index'.
26006 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26007 indexing. Fix bug with matching is there is a quote before or
26008 after the word.
26009
26010 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26011 Fix bug when collecting citation keys in lines with comments.
26012 (reftex-citation): Prefix argument no longer rescans the document,
26013 but forces prompting for optional arguments of cite macros.
26014 (reftex-do-citation): Prompting for optional arguments implemented.
26015
26016 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26017 Add optional arguments to most cite commands.
26018 (reftex-cite-cleanup-optional-args): New option
26019 (reftex-cite-prompt-optional-args): New option.
26020 (reftex-trust-label-prefix): New option.
26021
26022 * textmodes/reftex-toc.el (reftex-toc-find-section):
26023 Add push-mark before changing the position in the buffer.
26024
26025 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26026 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26027
26028 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26029
26030 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26031 more carefully.
26032
26033 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26034
26035 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26036 (sgml-mode): Use it.
26037 (sgml-get-context): Better keep track of implicitly closed tags.
26038
26039 2005-01-13 Kenichi Handa <handa@m17n.org>
26040
26041 * textmodes/ispell.el: These changes are to fix misalignment error
26042 caused by equivalent characters of different Emacs charsets.
26043 (ispell-unified-chars-table): New variable.
26044 (ispell-get-decoded-string): New function.
26045 (ispell-get-casechars, ispell-get-not-casechars)
26046 (ispell-get-otherchars): Call ispell-get-decoded-string.
26047
26048 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26049
26050 * custom.el (custom-declare-variable): Just put symbol instead
26051 of (defvar . symbol) in `current-load-list'.
26052
26053 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26054
26055 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26056
26057 2005-01-12 Jay Belanger <belanger@truman.edu>
26058
26059 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26060 to create a Calc summary.
26061
26062 2005-01-12 Kim F. Storm <storm@cua.dk>
26063
26064 * mouse.el (mouse-on-link-p): Change functionality and doc
26065 string to comply with latest description in lisp ref.
26066
26067 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26068
26069 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26070 Enable mouse clicks on mode-line, header-line and margin.
26071 (event-type): Give mouse event symbols an `event-kind' property
26072 with value `mouse-click'.
26073
26074 2005-01-12 Juri Linkov <juri@jurta.org>
26075
26076 * facemenu.el (list-colors-display): Add new arg buffer-name.
26077 Use it. Fix docstring. Replace code for identifying duplicate
26078 colors by the name with call to `list-colors-duplicates' which
26079 identifies duplicate colors by the value unless the color
26080 is one of special Windows colors. Set truncate-lines to t.
26081 Print sorted duplicate color names on each line. Indent to 22
26082 \(the longest color name in rgb.txt) instead of 20. Optimize.
26083 (list-colors-duplicates): New function.
26084 (facemenu-color-name-equal): Delete function.
26085
26086 * facemenu.el (list-colors-print): New function created from code
26087 in list-colors-display. Print #RRGGBB at the window right edge.
26088 (list-colors-display): When temp-buffer-show-function is not
26089 defined, call list-colors-print from temp-buffer-show-hook
26090 to get the right value of window-width in list-colors-print
26091 after the buffer is displayed.
26092
26093 * simple.el (pop-mark): Move deactivate-mark out of conditional
26094 part to deactivate the active mark regardless of the state of the
26095 mark ring.
26096
26097 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26098 variables line in desktop files.
26099
26100 2005-01-12 Juri Linkov <juri@jurta.org>
26101
26102 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26103 Bring together isearch highlight related options.
26104 (lazy-highlight): Replace group `replace' by `matching'.
26105 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26106 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26107 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26108 and declare them obsolete.
26109 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26110 (isearch-faces): Remove defgroup.
26111 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26112 Move isearch highlighting code closer to lazy highlighting code.
26113
26114 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26115 (query-replace-highlight, query-replace-lazy-highlight)
26116 (query-replace): Move definitions to the beginning of the file.
26117
26118 2005-01-11 Juri Linkov <juri@jurta.org>
26119
26120 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26121 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26122 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26123
26124 * info.el (Info-history-forward): New variable.
26125 (Info-select-node): Reset Info-history-forward to nil.
26126 (Info-last): Turn into defalias.
26127 (Info-history-back): Rename from Info-last.
26128 Add current node to Info-history-forward.
26129 (Info-history-forward): New fun.
26130 (Info-mode-map): Replace Info-last by Info-history-back.
26131 Bind Info-history-forward to "r".
26132 (Info-mode-menu): Replace Info-last by Info-history-back.
26133 Fix menu item text. Add menu item for Info-history-forward.
26134 (info-tool-bar-map): Replace Info-last by Info-history-back.
26135 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26136 for Info-history-forward.
26137 (Info-mode): Replace Info-last by Info-history-back in docstring.
26138 Add local variable Info-history-forward.
26139 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26140
26141 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26142
26143 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26144 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26145 Ignore select-window events rather than fiddle with
26146 mouse-autoselect-window.
26147
26148 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26149
26150 * type-break.el (type-break-mode): Fix previous change.
26151
26152 2005-01-10 Jay Belanger <belanger@truman.edu>
26153
26154 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26155 calculator; only reset when point is inside a calculator.
26156 Don't adjust the window height if the window takes up the whole height
26157 of the frame.
26158
26159 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26160
26161 * ebuff-menu.el (Electric-buffer-menu-mode):
26162 Preserve value of buffer-local var header-line-format.
26163
26164 2005-01-09 Jay Belanger <belanger@truman.edu>
26165
26166 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26167 Make sure settings file exists before accessing it.
26168
26169 * calc/calc-embed.el (calc-embedded-subst):
26170 Replace math-multi-subst-rec, which is only supposed to be called
26171 by math-multi-subst, by math-multi-subst.
26172
26173 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26174
26175 * vc.el (vc-allow-async-revert): New user option.
26176 (vc-disable-async-diff): New internal variable.
26177 (vc-revert-buffer): Use them to disable asynchronous diff.
26178
26179 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26180 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26181 asynchronously if vc-disable-async-diff is t.
26182
26183 2005-01-09 Jay Belanger <belanger@truman.edu>
26184
26185 * calc/calc.el (defcalcmodevar): New macro.
26186 (calc-mode-var-list-restore-default-values)
26187 (calc-mode-var-list-restore-saved-values): New functions.
26188 (calc-mode-var-list): Use defcalcmodevar to define it.
26189 (calc-always-load-extensions, calc-line-numbering)
26190 (calc-line-breaking, calc-display-just, calc-display-origin)
26191 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26192 (calc-group-char, calc-point-char, calc-frac-format)
26193 (calc-prefer-frac, calc-hms-format, calc-date-format)
26194 (calc-float-format, calc-full-float-format, calc-complex-format)
26195 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26196 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26197 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26198 (calc-matrix-brackets, calc-language, calc-language-option)
26199 (calc-left-label, calc-right-label, calc-word-size)
26200 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26201 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26202 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26203 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26204 (calc-window-height, calc-display-trail, calc-show-selections)
26205 (calc-use-selections, calc-assoc-selections)
26206 (calc-display-working-message, calc-auto-why, calc-timing)
26207 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26208 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26209 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26210 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26211 (calc-gnuplot-geometry, calc-graph-default-resolution)
26212 (calc-graph-default-resolution-3d, calc-invocation-macro)
26213 (calc-show-banner): Use defcalcmodevar to declare them and set
26214 their default values.
26215
26216 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26217 instead of default values (but restore default values if there is
26218 an argument of 0).
26219
26220 2005-01-09 David Kastrup <dak@gnu.org>
26221
26222 * desktop.el (desktop-restore-eager): Fix typo in type.
26223
26224 2005-01-08 Richard M. Stallman <rms@gnu.org>
26225
26226 * cus-edit.el (customize): Delete :link.
26227
26228 2005-01-08 Jay Belanger <belanger@truman.edu>
26229
26230 * calc/calc.el (calc-mode): Remove the extension from the
26231 `calc-settings-file' file name when loading it.
26232
26233 2005-01-08 Kim F. Storm <storm@cua.dk>
26234
26235 * info.el (Info-mode-map, Info-next-link-keymap)
26236 (Info-prev-link-keymap, Info-up-link-keymap):
26237 Map follow-link to mouse-face.
26238 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26239
26240 2005-01-08 Jay Belanger <belanger@truman.edu>
26241
26242 * calc/calc.el (calc-settings-file): Change default value.
26243 Suggested by cgw in a comment in calc-mode.el.
26244
26245 * calc/calc-mode.el (calc-settings-file-name):
26246 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26247 Replace ~/.emacs in a prompt by calc-settings-file.
26248
26249 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26250
26251 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26252 (desktop-lazy-idle-delay): New customizable variables.
26253 (desktop-buffer-args-list): New variable.
26254 (desktop-append-buffer-args): New function.
26255 (desktop-save): Call desktop-append-buffer-args for some buffers.
26256 (desktop-lazy-create-buffer): New function.
26257 (desktop-idle-create-buffers): New function.
26258 (desktop-read): Add message about buffers to restore lazily.
26259 (desktop-lazy-abort): New command.
26260 (desktop-clear): Call desktop-lazy-abort.
26261 (desktop-lazy-complete): New command.
26262
26263 2005-01-06 Richard M. Stallman <rms@gnu.org>
26264
26265 * emacs-lisp/find-func.el (find-face-definition):
26266 Rename from find-face.
26267
26268 2005-01-06 Kim F. Storm <storm@cua.dk>
26269
26270 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26271
26272 * man.el (Man-xref-man-page, Man-xref-header-file)
26273 (Man-xref-normal-file): Add follow-link property.
26274
26275 2005-01-06 Jay Belanger <belanger@truman.edu>
26276
26277 * calc/calc-units.el: Make sure the proper macro definitions are
26278 available when compiling.
26279
26280 2005-01-06 Juri Linkov <juri@jurta.org>
26281
26282 * isearch.el (isearch-lazy-highlight-update):
26283 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26284
26285 2005-01-06 Miles Bader <miles@gnu.org>
26286
26287 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26288 (isearch-lazy-highlight-face): Use new name.
26289
26290 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26291
26292 * uniquify.el (uniquify-rationalize-file-buffer-names):
26293 Re-add an interactive spec.
26294 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26295 to the same name.
26296
26297 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26298 (isearch-update, isearch-done): Adjust calls accordingly.
26299
26300 2005-01-05 Richard M. Stallman <rms@gnu.org>
26301
26302 * custom.el (custom-set-variables, custom-theme-set-variables):
26303 Clarify documentation.
26304
26305 * emacs-lisp/find-func.el (find-variable)
26306 (find-variable-other-window, find-variable-other-frame):
26307 Fix the TYPE args to find-function-read and find-function-do-it.
26308 (find-function): Doc fix.
26309 (find-function-at-point): Replace function-at-point alias.
26310
26311 2005-01-04 Richard M. Stallman <rms@gnu.org>
26312
26313 * cus-face.el (custom-declare-face):
26314 Record defface in current-load-list.
26315
26316 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26317
26318 * emacs-lisp/find-func.el: Doc fixes.
26319 (find-face-regexp): New variable.
26320 (find-function-regexp-alist): New variable.
26321 (find-function-C-source): Third arg is now TYPE.
26322 (find-function-search-for-symbol): Handle general TYPE.
26323 (find-function-read, find-function-do-it): Handle general TYPE.
26324 (find-definition-noselect, find-face): New functions.
26325 (function-at-point): Alias deleted.
26326
26327 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26328
26329 * battery.el (display-battery-mode): Rename from display-battery.
26330 Handle the case where it gets turned off.
26331
26332 2005-01-04 Richard M. Stallman <rms@gnu.org>
26333
26334 * cus-edit.el (customize): Make :link point to user doc.
26335
26336 * man.el (Man-fontify-manpage): Turn off undo generation.
26337
26338 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26339
26340 2005-01-04 Andreas Schwab <schwab@suse.de>
26341
26342 * files.el (insert-directory): Only look for error lines in
26343 inserted text. Don't move too far after processing --dired markers.
26344
26345 2005-01-04 Richard M. Stallman <rms@gnu.org>
26346
26347 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26348 Don't expand if the character is @, period, dash, etc.
26349 (define-mail-abbrev): Quote names that contain problem characters.
26350
26351 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26352
26353 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26354
26355 2005-01-03 Richard M. Stallman <rms@gnu.org>
26356
26357 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26358 (query-replace-highlight, query-replace-lazy-highlight)
26359 (query-replace): Definitions moved up. Doc fix.
26360
26361 2005-01-03 Richard M. Stallman <rms@gnu.org>
26362
26363 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26364 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26365 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26366 (lazy-highlight-face): Rename from isearch-lazy-...
26367 Change all references to them.
26368
26369 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26370
26371 * cus-edit.el (custom-file): Doc fix for defcustom.
26372 (custom-file): The function no longer sets the variable
26373 `custom-file' to its return value.
26374
26375 * startup.el (command-line): No longer load `custom-file'.
26376
26377 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26378
26379 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26380
26381 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26382 Don't confuse module-prefixed identifiers for labels.
26383 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26384
26385 2005-01-02 Richard M. Stallman <rms@gnu.org>
26386
26387 * files.el (basic-save-buffer-1): Fix previous change.
26388
26389 * loadhist.el (file-loadhist-lookup): New function.
26390 (file-provides, file-requires): Use it.
26391
26392 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26393 instead of calculating the right size.
26394
26395 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26396
26397 * vc-svn.el (vc-svn-diff): Stay local if possible.
26398
26399 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26400
26401 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26402
26403 * files.el (hack-local-variables): Fix last change.
26404
26405 2005-01-02 Jay Belanger <belanger@truman.edu>
26406
26407 * calc/calc-yank.el (calc-edit-top): New variable.
26408 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26409 object. Change header properties.
26410 (calc-edit-finish, calc-edit-finish-stack-object)
26411 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26412 edited object.
26413 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26414 for the beginning of the edited object.
26415 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26416 for the beginning of the edited object.
26417 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26418 (calc-finish-formula-edit, calc-macro-repeats)
26419 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26420 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26421 beginning of the edited object.
26422 (calc-user-define-edit): Change the header for editing macros.
26423 Remove unnecessary variable.
26424
26425 2005-01-01 Jay Belanger <belanger@truman.edu>
26426
26427 * calc/calc-yank.el (calc-edit-mode): Change default header.
26428 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26429 * calc/calc-store.el (calc-edit-variable): Change title to match new
26430 header.
26431 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26432 mode to match new header.
26433 (calc-user-define-edit): Change titles to include names of commands.
26434 (calc-finish-formula-edit): Adjust to handle new header.
26435 (calc-finish-macro-edit): Remove.
26436 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26437 (calc-edit-macro-command, calc-edit-macro-command-type)
26438 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26439 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26440 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26441 (calc-edit-macro-finish-edit): New functions.
26442 (calc-user-define-edit): Use new functions to edit named calc macros.
26443
26444 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26445
26446 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26447
26448 * ses.el (copy-region-as-kill): Deactivate mark.
26449
26450 2005-01-01 Richard M. Stallman <rms@gnu.org>
26451
26452 * replace.el (occur-1): If the output buffer is also an input,
26453 don't kill it, rename it.
26454
26455 * faces.el (set-face-background, set-face-foreground): Doc fix.
26456
26457 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26458 for :foreground and :background.
26459
26460 * dired.el (dired-view-command-alist): Variable deleted.
26461 (dired-view-file, dired-mouse-find-file-other-window):
26462 Delete the code to use it.
26463
26464 2005-01-01 Kim F. Storm <storm@cua.dk>
26465
26466 * image.el (insert-sliced-image): Use t for line-height property.
26467
26468 See ChangeLog.11 for earlier changes.
26469
26470 ;; Local Variables:
26471 ;; coding: iso-2022-7bit
26472 ;; End:
26473
26474 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26475 Copying and distribution of this file, with or without modification,
26476 are permitted provided the copyright notice and this notice are preserved.
26477
26478 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1