(mac-string-to-utxt): If adjustment for MacJapanese
[bpt/emacs.git] / lisp / ChangeLog
1 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4 results in ASCII-only string, encode original one directly.
5
6 2006-08-29 Romain Francoise <romain@orebokech.com>
7
8 * startup.el (normal-splash-screen, fancy-splash-screens): Make
9 buffer read-only and arrange to enter view mode if necessary.
10
11 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
12
13 * hl-line.el (hl-line): New face.
14 (hl-line-face): Use it.
15
16 * image-mode.el (image-mode): Fix last fix.
17 Suggested by Kim F. Storm.
18
19 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
20
21 Sync with Tramp 2.0.54.
22
23 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
24 of `=', because `tramp-get-remote-gid' might not always return an
25 integer when expected.
26 (tramp-register-file-name-handlers): `partial-completion-mode' is
27 unknown to XEmacs.
28 (tramp-time-diff): Don't use `floor', it might fail for large
29 differences.
30 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
31 `tramp-auto-save-directory' if unset in order to guarantee unique
32 auto-save file names.
33
34 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
35
36 * image-mode.el (image-mode): Display image as text on a terminal.
37
38 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * progmodes/python.el (python-send-command): Simplify.
41 (run-python): Don't generate a new buffer unless `new' was specified.
42 Make sure we send `import emacs' to the proper process.
43
44 * progmodes/python.el (python-send-command): Don't wait for the command
45 to terminate. Don't fiddle with compilation-parsing-end.
46
47 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
48
49 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
50 Insert commentary after first line summary.
51
52 * woman.el (woman-follow): New function, based on `man-follow'.
53 (woman-mode-map): Use it.
54
55 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
56 since ibuffer-do-sort-by-recency does not define a sorter.
57
58 2006-08-28 Kim F. Storm <storm@cua.dk>
59
60 * find-dired.el (find-dired): Use shell-quote-argument to properly
61 escape ( and ) args. Also use it on {} and ; args in default
62 value of find-ls-option string.
63 (find-grep-dired): Use shell-quote-argument on {} and ; args.
64
65 2006-08-27 Michael Olson <mwolson@gnu.org>
66
67 * emacs-lisp/tq.el: Small grammar fix in comments.
68 (tq-enqueue): Check for existence of queue rather than the
69 head queue item's question, which was a no-op.
70 (tq-filter, tq-process-buffer): Make sure the process buffer
71 exists before making it the current buffer.
72
73 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
74
75 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
76 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
77 (special-event-map): Apply 2006-08-16 change for x-win.el.
78
79 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * progmodes/python.el (python-send-receive): Wait in the
82 process's buffer so as to check the right buffer-local variables.
83
84 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
87 (defgroup checkdoc): Move to beginning.
88
89 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
90 (python-preoutput-continuation): Remove.
91 (python-preoutput-filter): Simplify correspondingly.
92 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
93 Loop around to catch embedded _emacs_out output.
94 (run-python): Send the import&print command on a single line.
95 (python-send-command): Send command&print on a single line.
96 (python-send-string): Only add double \n if needed.
97 (python-send-receive): Loop until the result comes.
98 (python-mode-running): Defvar it.
99 (python-setup-brm): Remove unused var `menu'.
100 Only bind py-mode-map and `features' around brm-init.
101 (python-calculate-indentation): Remove unused var `point'.
102 (python-beginning-of-defun): Remove unused var `def-line'.
103
104 2006-08-25 Richard Stallman <rms@gnu.org>
105
106 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
107
108 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
109
110 * viper.el (viper-set-hooks): Use frame bindings for
111 viper-vi-state-cursor-color.
112 (viper-non-hook-settings): Don't set default
113 mode-line-buffer-identification.
114
115 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
116 (viper-set-cursor-color-according-to-state)
117 (viper-get-saved-cursor-color-in-replace-mode)
118 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
119 viper-emacs-state-cursor-color.
120
121 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
122 (viper-undo): Use point if undo-beg-posn is nil.
123 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
124 (viper-after-change-undo-hook): Don't use
125 viper-emacs-state-cursor-color by default.
126 (viper-undo): More sensible positioning after undo.
127
128 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
129 (viper-emacs-state-cursor-color): Default to nil, since this feature
130 doesn't work well yet.
131
132 * ediff-mult.el (ediff-intersect-directories)
133 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
134 always expand filenames.
135
136 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * tumme.el: Remove * in defcustoms's docstrings.
139
140 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
141
142 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
143 Accept internal time format for SECS arg.
144 (timer-relative-time): Doc fix.
145
146 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
147 adapted from Martin Rudalics.
148 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
149 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
150 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
151 using sit-for.
152
153 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
154
155 * cus-start.el (all): Add `overline-margin' and
156 `x-underline-at-descent-line'.
157
158 2006-08-24 Kim F. Storm <storm@cua.dk>
159
160 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
161 to mean "use find -exec"; nil now unambiguously means auto-detect.
162 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
163 Use shell-quote-argument to build grep-find-command and grep-find-template.
164 (rgrep): Use shell-quote-argument to properly quote arguments to find.
165 Reported by Tom Seddon.
166
167 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
168
169 * startup.el (fancy-splash-head): Give instructions for dismissing
170 the splash screen for default startup too.
171 (display-startup-echo-area-message, fancy-splash-screens)
172 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
173 all splash text at once and keep the splash buffer around.
174 (command-line-1): Give display-startup-echo-area-message a t arg.
175
176 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
177
178 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
179 gnus frame is selected.
180
181 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
182
183 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
184
185 2006-08-22 Kim F. Storm <storm@cua.dk>
186
187 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
188 Add suffix matching for subdirs.
189
190 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
191
192 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
193 mouse-yank-at-point is non-nil.
194
195 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
196
197 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
198 a bit wider and remove fringes to fit initial output on line.
199
200 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * frame.el (blink-cursor-end): Only ignore the error we care about.
203 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
204
205 2006-08-21 Richard Stallman <rms@gnu.org>
206
207 * whitespace.el (whitespace-cleanup): Doc fix.
208
209 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
210
211 * net/rcirc.el (rcirc-show-maximum-output): New var.
212 (rcirc-buffer-process): If no buffer argument is supplied, use
213 current-buffer.
214 (rcirc-complete-nick): Complete to the last completed nick first.
215 (rcirc-mode): Preserve the value of `rcirc-urls' across
216 connections. Setup scroll function.
217 (rcirc-scroll-to-bottom): New function.
218 (rcirc-print): Use nick syntax around regexp work.
219 Notice dim-nicks speaking only if they say our nick.
220 (rcirc-update-activity-string): Do not show the modeline indicator
221 if there are no live rcirc processes.
222 (rcirc-cmd-ignore): Ignore case.
223 (rcirc-browse-url-at-point): Fix off-by-one error.
224
225 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * progmodes/python.el: Remove * in defcustom docstrings.
228 (run-python, python-proc, python-try-complete): Use derived-mode-p.
229 (python-mode): Set tab-width and indent-tabs-mode.
230
231 2006-08-20 Dave Love <fx@gnu.org>
232
233 * progmodes/python.el: Update to Dave Love's latest version.
234 (python-font-lock-keywords, python-mode): Don't use
235 font-lock-syntax-table, but match symbol elements explicitly instead.
236 (python-mode-map): Add help, and a few more key bindings.
237 (python-skip-comments/blanks): Move out of comments as well.
238 (python-continuation-line-p): Behave better with unbalanced parens.
239 (python-blank-line-p): New fun.
240 (python-open-block-statement-p): Don't use a heuristic.
241 (python-outdent-p): Better handle blocks-in-the-same-line.
242 (python-calculate-indentation): Misc improvements.
243 (python-comment-indent): Remove.
244 (python-block-pairs): New var.
245 (python-first-word): New fun.
246 (python-indentation-levels): Handle more common cases.
247 (python-indent-line-1): Add `leave' argument.
248 (python-indent-region): New fun.
249 (python-skip-out): New fun.
250 (python-beginning-of-statement, python-end-of-statement): Use it.
251 (python-next-statement): Return correct count even at eob.
252 (python-end-of-block): Fix paren-typo.
253 (python-imenu-create-index): Add module variables.
254 (run-python): Add `new' arg.
255 Check we're at a prompt before returning.
256 (python-send-command): Move to end of buffer.
257 Wait for prompt to return.
258 (python-set-proc): New fun.
259 (python-imports): New var.
260 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
261 (python-eldoc-function): Try to move out of arg list.
262 (python-outline-level): Offset by 1.
263 (python-find-imports): New fun.
264 (python-symbol-completions): Use python-imports.
265 (python-module-path, ffap-alist): Add support for ffap.
266 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
267 (pythin-insert-*, python-default-template, python-expand-template):
268 Add templates/skeletons.
269 (python-setup-brm): Support for Bicycle Repair Man.
270 (python-abbrev-syntax-table): New var.
271 (python-abbrev-pc-hook, python-pea-hook): New funs.
272
273 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
274
275 * frame.el (blink-cursor-start): Set timer first.
276 (blink-cursor-end): Ignore timer cancelling errors.
277 Suggested by Ken Manheimer.
278
279 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
280
281 * newcomment.el (comment-box): Call `comment-normalize-vars'.
282 Add autoload cookie.
283
284 2006-08-20 Richard Stallman <rms@gnu.org>
285
286 * simple.el (line-number-at-pos): Doc fix.
287
288 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
289 timer-activate-when-idle, so timer can run before Emacs becomes
290 non-idle again.
291
292 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
293
294 * whitespace.el (whitespace-cleanup-internal): New optional arg
295 REGION-ONLY. If it's non-nil, modify the message to the user
296 accordingly.
297 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
298 a non-nil argument.
299
300 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
301
302 * rect.el (spaces-string): Simplify and add doc string.
303
304 2006-08-17 Romain Francoise <romain@orebokech.com>
305
306 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
307
308 2006-08-17 Richard Stallman <rms@gnu.org>
309
310 * compare-w.el (compare-windows): lambda's take an arg and pass
311 it to compare-windows-skip-whitespace.
312
313 2006-08-17 Martin Rudalics <rudalics@gmx.at>
314
315 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
316 the right buffer.
317
318 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
321 removed files.
322
323 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
324
325 * progmodes/gdb-ui.el (gdb-locals-watch-map)
326 (gdb-locals-watch-map-1): Suppress keymap first.
327 (gdb-edit-locals-map-1): New variable.
328 (gdb-edit-locals-value): New function.
329 (gdb-stack-list-locals-handler): Use them.
330
331 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
334 cursor would normally be drawn in the fringe.
335
336 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
337 Reported by Martin Rudalics <rudalics@gmx.at>.
338
339 2006-08-16 Richard Stallman <rms@gnu.org>
340
341 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
342 (special-event-map): Process drag-n-drop events this way.
343
344 * simple.el (move-beginning-of-line): Test whether fields
345 would prevent motion back to line's first visible character.
346 If so, stop where the fields would stop the motion.
347
348 * newcomment.el (comment-indent): Fully update INDENT
349 before checking to see if it will change the text.
350
351 * cus-edit.el (custom-newline): New function.
352 (custom-mode-map): Bind newline to custom-newline.
353
354 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
355 into ignore-whitespace.
356 Check each buffer for its skip-function.
357 Handle compare-windows-skip-whitespace special-case test
358 by returning t from default skip function.
359
360 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
361
362 * textmodes/org.el (org-clock-special-range)
363 (org-clock-update-time-maybe): New functions.
364 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
365 not only a-z.
366 (org-agenda-get-blocks): Allow multiple blocks per headline.
367 (org-timestamp-change): Call `org-clock-update-time-maybe'.
368 (org-export-html-title-format)
369 (org-export-html-toplevel-hlevel): New options.
370 (org-export-language-setup): Add support for Czech.
371 (org-mode, org-insert-todo-heading, org-find-visible)
372 (org-find-invisible, org-invisible-p, org-invisible-p2)
373 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
374 (org-show-subtree, org-show-entry, org-make-options-regexp):
375 Remove compatibility support for old outline-mode.
376 (org-check-occur-regexp): Funtion removed.
377 (org-on-heading-p, org-back-to-heading): Made defalias.
378 (org-set-local): New defsubst.
379 (org-set-regexps-and-options, org-mode)
380 (org-set-font-lock-defaults, org-edit-agenda-file-list)
381 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
382 (org-remember-apply-template, org-table-edit-field)
383 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
384 (org-set-autofill-regexps): Use `org-set-local'.
385 (org-table-eval-formula): Fix bug with parsing of display flags.
386
387 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
388
389 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
390 frame with fringe arrow. Suggested by Simon Marshall
391 <simon.marshall@misys.com>.
392 (gdb-stack-position): New variable.
393 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
394 (gdb-frames-mode): Set gdb-stack-position to nil.
395 Add to overlay-arrow-variable-list
396 (gdb-reset): Delete gdb-stack-position from above list.
397
398 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
399
400 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
401 read only.
402
403 2006-08-13 Romain Francoise <romain@orebokech.com>
404
405 * cus-theme.el (customize-create-theme)
406 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
407
408 * filesets.el (filesets-add-buffer): Ditto.
409
410 * pcvs.el (cvs-change-cvsroot): Ditto.
411
412 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
413
414 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
415 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
416 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
417 expressions.
418 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
419 Only search till end of line.
420 Add face to function names in case of no filename.
421 Add face to variable names of watchpoints.
422
423 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
424
425 * cus-start.el <indent-tabs-mode>: Move to the `indent'
426 customization group.
427
428 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
429
430 * allout.el (allout-prior-bindings, allout-added-bindings):
431 Remove, after long deprecation.
432 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
433 Add customization vars controlling allout-beginning-of-line and
434 allout-end-of-line conveniences.
435 (allout-header-prefix, allout-use-mode-specific-leader)
436 (allout-use-mode-specific-leader, allout-mode-leaders):
437 Revise docstrings.
438 (allout-infer-header-lead): Change to be an alias for
439 allout-infer-header-lead-and-primary-bullet.
440 (allout-infer-header-lead-and-primary-bullet): New version of
441 allout-infer-header-lead which assigns the primary bullet to the
442 same as the header lead, when its being changed.
443 (allout-infer-body-reindent): Apply regexp-quote instead of
444 unconditionally prepending "\\", so that all literal
445 allout-header-prefix and allout-primary-bullet strings are
446 properly handled.
447 (allout-add-resumptions): Add optional qualifier for extending or
448 appending to existing values, rather than replacing them.
449 (allout-view-change-hook): Clarify docstring.
450 (allout-exposure-change-hook): Take explicit arguments, via
451 run-hook-with-args.
452 (allout-structure-added-hook)
453 (allout-structure-deleted-hook)
454 (allout-structure-shifted-hook): New hooks analogous to
455 allout-exposure-change-hook for other kinds of structural outline
456 edits.
457 (allout-encryption-plaintext-sanitization-regexps): New encryption
458 customization variable, by which cooperating modes can provde
459 massage of the plaintext without actually being passed it.
460 (allout-encryption-ciphertext-rejection-regexps)
461 (allout-encryption-ciphertext-rejection-ceiling): New encryption
462 customization variables, by which cooperating modes can prohibit
463 rare but possible ciphertext patterns from fouling their
464 operation, with actually being passed the ciphertext.
465 (allout-mode): Run activation and deactivation hooks after the
466 minor-mode variable has been toggled, to clarify the mode
467 disposition. The new encryption ciphertext rejection variable is
468 used to ensure that the ciphertext does not contain text that
469 would be recognized as outline structural elements by allout.
470 Substite allout-beginning-of-line and allout-end-of-line for
471 conventionall beginning-of-line and end-of-line bindings.
472 If allout-old-style-prefixes is non-nil, don't nullify it on mode
473 activation!
474 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
475 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
476 (allout-chart-subtree): Implement new mode, charting only the
477 visible items in the subtree, when new 'visible' parameter is non-nil.
478 (allout-end-of-subtree): Properly handle the last item in the buffer.
479 (allout-pre-command-business, allout-command-counter):
480 Increment an advertised counter so that cooperating enhancements can
481 track revisions of items.
482 (allout-open-topic): Run allout-structure-added-hook with suitable
483 arguments.
484 (allout-shift-in): Run allout-structure-shifted-hook with suitable
485 arguments.
486 (allout-shift-out): Fix doubling for negative args and ensure call
487 of allout-structure-shifted-hook by solely using allout-shift-in.
488 (allout-kill-line, allout-kill-topic):
489 Run allout-structure-deleted-hook with suitable arguments.
490 (allout-yank-processing): Run allout-structure-added-hook with
491 proper arguments.
492 (allout-yank): Enclose activity in allout-unprotected.
493 (allout-flag-region): Run allout-exposure-change-hook with
494 suitable arguments, instead of making the callee infer the arguments.
495 (allout-encrypt-string):
496 Support allout-encryption-plaintext-sanitization-regexps,
497 allout-encryption-ciphertext-rejection-regexps, and
498 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
499 en/de cryption mode in symmetric encryption failure message.
500 (allout-obtain-passphrase): Use copy-sequence to get a distinct
501 copy of the passphrase, and don't zero it or we'll corrupt the
502 stashed copy.
503 (allout-create-encryption-passphrase-verifier)
504 (allout-verify-passphrase): Respect the new signature for
505 allout-encrypt-string.
506 (allout-get-configvar-values): Convenience for getting a
507 configuration variable value and handling its absence gracefully.
508
509 2006-08-11 Romain Francoise <romain@orebokech.com>
510
511 * obsolete/zone-mode.el: Delete.
512
513 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
516
517 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
518
519 * emacs-lisp/bindat.el (bindat-ip-to-string):
520 Use `format-network-address' if possible.
521
522 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
523
524 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
525
526 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
527
528 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
529 restore unread-command-events here.
530 (edebug-display): Do it here, to detect sit-for interruptions.
531
532 2006-08-10 Romain Francoise <romain@orebokech.com>
533
534 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
535 (dns-mode-soa-auto-increment-serial): New user option.
536 (dns-mode-soa-maybe-increment-serial): New function.
537 (dns-mode): Add the latter to `write-contents-functions'.
538
539 * obsolete/zone-mode.el: Move to obsolete/ from net/.
540 Delete autoload cookies.
541
542 2006-08-10 John Wiegley <johnw@newartisans.com>
543
544 * eshell/em-glob.el (eshell-glob-chars-list)
545 (eshell-glob-translate-alist): Add support for [^g] in character globs.
546
547 2006-08-10 Richard Stallman <rms@gnu.org>
548
549 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
550 (facemenu-set-face): Doc fix.
551 (facemenu-listed-faces): Doc fix.
552
553 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
554
555 * avoid.el (mouse-avoidance-animating-pointer): New var.
556 (mouse-avoidance-nudge-mouse): Use it.
557 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
558 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
559 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
560 Don't activate if currently animating. All callers changed.
561
562 2006-08-09 John Wiegley <johnw@newartisans.com>
563
564 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
565 variable, which causes timeclock to report elapsed time worked,
566 instead of just work remaining.
567
568 2006-08-09 Kenichi Handa <handa@m17n.org>
569
570 * international/latexenc.el (latexenc-find-file-coding-system):
571 Fix for the case that the 2nd element of arg-list is a cons.
572
573 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
574
575 * info.el (Info-fontify-node): Handle preceding `in' for note
576 reference hiding rules.
577
578 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
581 mistake a closing " for an opening one.
582
583 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
584
585 * term/xterm.el (terminal-init-xterm): Add more key bindings.
586
587 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * complete.el (PC-do-completion): Filter out completions matching
590 completion-ignored-extensions before checking whether there are
591 multiple completions.
592 Don't use `list' unnecessarily when building completion tables.
593
594 2006-08-06 Richard Stallman <rms@gnu.org>
595
596 * help.el (describe-mode): Make minor mode list more concise.
597
598 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
599
600 * bindings.el: Give mode-line-format, mode-line-modes, and
601 mode-line-position `standard-value' properties.
602
603 2006-08-05 Eli Zaretskii <eliz@gnu.org>
604
605 * buff-menu.el (list-buffers-noselect): For Info buffers, use
606 "(file)node" instead of the file name.
607
608 2006-08-05 Richard Stallman <rms@gnu.org>
609
610 * faces.el (escape-glyph): Doc fix.
611
612 2006-08-04 Kenichi Handa <handa@m17n.org>
613
614 * international/mule-diag.el (describe-font): Improve docstring
615 and error message. Use frame-parameter (not frame-parameters).
616
617 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
620 Correctly mark the end-of-docstring char.
621
622 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
623
624 * simple.el (line-move-to-column): Constrain move-to-column to
625 current field.
626
627 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * font-lock.el (font-lock-beg, font-lock-end)
630 (font-lock-extend-region-functions): New vars.
631 (font-lock-extend-region-multiline)
632 (font-lock-extend-region-wholelines): New functions.
633 (font-lock-default-fontify-region): Use them.
634 (font-lock-extend-jit-lock-region-after-change): Only round up
635 if font-lock-default-fontify-region will do it as well.
636
637 * font-lock.el (font-lock-extend-after-change-region-function):
638 Rename from font-lock-extend-region-function.
639 (font-lock-extend-region): Remove by inlining at call sites.
640 (font-lock-after-change-function): Don't needlessly round up to a whole
641 number of lines.
642 (font-lock-extend-jit-lock-region-after-change): Be more careful about
643 the boundary conditions and the interactions between the various ways
644 to extend the region.
645
646 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
649 modification status when forcing the second redisplay.
650
651 2006-08-03 Kim F. Storm <storm@cua.dk>
652
653 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
654
655 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
658 doesn't look like a file name.
659
660 * complete.el (PC-expand-many-files): Avoid signalling an error when
661 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
662
663 2006-08-02 Andreas Schwab <schwab@suse.de>
664
665 * bindings.el (mode-line-format): Simplify reference to vc-mode.
666
667 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
668
669 * bindings.el (map): Make mode-line-buffer-identification-keymap
670 before defining propertized-buffer-identification.
671
672 2006-08-01 Richard Stallman <rms@gnu.org>
673
674 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
675
676 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
677
678 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
679 default value.
680 (gdb-find-source-frame): New function.
681 (menu): Add to menu bar.
682
683 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * font-core.el (font-lock-extend-region-function)
686 (font-lock-extend-region): Move to font-lock.el.
687
688 * font-lock.el (font-lock-extend-region-function)
689 (font-lock-extend-region): Move from font-core.el. Simplify.
690
691 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
692 if needed.
693 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
694 (jit-lock-after-change-extend-region-functions): New hook.
695 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
696
697 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
698 (font-lock-turn-on-thing-lock): Use it.
699
700 * longlines.el (longlines-show-region): Make it work on read-only
701 buffers as well.
702
703 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
704
705 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
706
707 2006-07-31 Richard Stallman <rms@gnu.org>
708
709 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
710 (vhdl-speedbar-display-projects): Update old obsolete
711 speedbar variable names.
712
713 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
714
715 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
716 (gdb-stopped): Use it.
717
718 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
719
720 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
721
722 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
723 for load-history elements.
724
725 2006-07-29 Eli Zaretskii <eliz@gnu.org>
726
727 * files.el (convert-standard-filename): For Cygwin, replace
728 characters not allowed in Windows file names.
729 (make-auto-save-file-name): Add Cygwin to the list of systems
730 where the auto-save file name needs to be run through
731 convert-standard-filename.
732
733 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
734
735 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
736
737 2006-07-28 Richard Stallman <rms@gnu.org>
738
739 * bindings.el (mode-line-frame-identification)
740 (propertized-buffer-identification): Centralize the code
741 to initialize the variable.
742
743 * progmodes/grep.el (grep-default-command): Catch errors from
744 wildcard-to-regexp.
745
746 2006-07-29 Kim F. Storm <storm@cua.dk>
747
748 * progmodes/grep.el (grep-tag-default): New function.
749 (grep-default-command, grep-read-regexp): Use it.
750 (grep-read-files): Use car of grep-files-history or grep-files-aliases
751 as default if nothing else applies.
752
753 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
754
755 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
756 Throw error if buffer is not in Dired and Wdired mode, respectively.
757
758 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
759
760 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
761 self-insert-command keys don't activate buttons.
762 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
763
764 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
765
766 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
767 faces for enable character.
768
769 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
770
771 * Makefile.in (recompile): Update comment to reflect change
772 on 2004-04-21.
773
774 2006-07-27 Richard Stallman <rms@gnu.org>
775
776 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
777 (customize-package-emacs-version): Change msg when pkg has no entry.
778 (custom-no-edit): On a button, do like widget-button-press.
779
780 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
783 S-tab and C-S-tab.
784
785 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
786
787 * progmodes/which-func.el (which-function): Fix documentation/
788 comment typo.
789
790 2006-07-26 Richard Stallman <rms@gnu.org>
791
792 * textmodes/ispell.el (ispell-word): If we replace the word,
793 move point to the end. Insert before deleting.
794
795 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
796
797 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
798 a timer.
799
800 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
801
802 * tumme.el (tumme-backward-image): Add prefix argument. Add error
803 when at first image.
804 (tumme-forward-image): Add prefix argument. Add error when at last
805 image.
806
807 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * tabify.el (tabify-regexp): Use more specific regexps.
810 (tabify): Avoid modifying the buffer unnecessarily.
811
812 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
813
814 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
815 (tumme-format-properties-string): Handle empty `buf'.
816 (tumme-get-comment): Change variable names inside `let'.
817 Add missing `let' variable that cause font-lock problems.
818 (tumme-write-comments): Change variable names inside `let'.
819 Add missing `let' variable that cause font-lock problems.
820 (tumme-forward-image): Rename from `tumme-forward-char'.
821 (tumme-backward-image): Rename from `tumme-backward-char'.
822
823 2006-07-25 Masatake YAMATO <jet@gyve.org>
824
825 * progmodes/ld-script.el (ld-script-keywords)
826 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
827 and add comments.
828
829 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
830
831 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
832 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
833 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
834 for status indicator.
835
836 2006-07-24 Richard Stallman <rms@gnu.org>
837
838 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
839
840 * subr.el (dolist, dotimes): Use interned symbols for locals.
841 (--dotimes-limit--, --dolist-tail--): New defvars.
842 (looking-back): Doc fix.
843
844 * replace.el (replace-match-string-symbols): Handle dotted lists.
845
846 2006-07-24 mathias <mathias@mattis>
847
848 * tumme.el (tumme-write-tags): Add.
849 (tumme-write-comments): Add.
850 (tumme-tag-files): Change to use `tumme-write-tags'.
851 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
852 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
853 (tumme-save-information-from-widgets): Change to use
854 `tumme-write-comments' and `tumme-write-tags'.
855 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
856 (tumme-write-tag): Remove.
857 (tumme-write-comment): Remove.
858 (tumme-display-previous-thumbnail-original): Remove empty line.
859 (tumme-widget-list): Add punctuation.
860
861 2006-07-24 mathias <mathias.dahl@gmail.com>
862
863 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
864
865 2006-07-24 Daiki Ueno <ueno@unixuser.org>
866
867 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
868 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
869 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
870
871 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
872
873 * mouse.el (mouse-on-link-p): Doc fix.
874
875 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
876
877 * emacs-lisp/find-func.el (find-function-search-for-symbol):
878 Handle "C-h f `".
879
880 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
881
882 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
883 column.
884
885 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
886
887 * textmodes/table.el: Add move-beginning-of-line and
888 move-end-of-line to Point Motion Only Group.
889
890 2006-07-22 Eric Hanchrow <offby1@blarg.net>
891
892 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
893
894 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
895
896 * startup.el (user-mail-address): Initialize from the `EMAIL'
897 environment variable first. Document this.
898 (command-line): Ditto.
899
900 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
901
902 * help-mode.el (help-function-def, help-variable-def)
903 (help-face-def): Print a message in the minibuffer.
904
905 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
906
907 * term/xterm.el (terminal-init-xterm): Fix key bindings
908 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
909
910 2006-07-21 Eli Zaretskii <eliz@gnu.org>
911
912 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
913 where `(nth 1 command)' is a cons cell. Doc fix.
914
915 * textmodes/po.el (po-find-charset): Doc fix.
916
917 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
918
919 * allout.el (allout-unprotected, allout-e-o-prefix-p)
920 (allout-beginning-of-current-line, allout-end-of-current-line)
921 (allout-next-visible-heading, allout-open-topic)
922 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
923 (allout-flag-current-subtree, allout-show-to-offshoot)
924 (allout-hide-current-entry, allout-show-current-branches)
925 (allout-hide-region-body, allout-old-expose-topic)
926 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
927 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
928 containing `beginning-of-line' and `end-of-line' with
929 `inhibit-field-text-motion' t.
930
931 2006-07-21 Eli Zaretskii <eliz@gnu.org>
932
933 * frame.el (focus-follows-mouse): Document that it doesn't have
934 any effect on MS-Windows.
935
936 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
939
940 2006-07-20 Jay Belanger <belanger@truman.edu>
941
942 * calc.el (calc-previous-alg-entry): Remove variable.
943
944 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
945 New variables.
946 (calc-alg-entry): Use `calc-alg-entry-history'.
947 (calc-do-quick-calc): Use `calc-quick-calc-history'.
948 Remove reference to `calc-previous-alg-entry'.
949 (calcAlg-edit, calcAlg-enter): Remove reference to
950 `calc-previous-alg-entry'.
951 (calcAlg-previous): Use `previous-history-element' instead of
952 `calc-previous-alg-entry'.
953 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
954 Change keybinding for `calcAlg-plus-minus', add keybindings for
955 `previous-history-element' and `next-history-element'.
956
957 * calc-rewr.el (calc-match): Remove reference to
958 `calc-previous-alg-entry'.
959
960 * calc-sel.el (calc-selection-history): New variable.
961 (calc-enter-selection, calc-sel-mult-both-sides)
962 (calc-sel-add-both-sides): Use `calc-selection-history'.
963
964 * calc-map.el (calc-get-operator-history): New variable.
965 (calc-get-operator): Use `calc-get-operator-history'.
966
967 * calcalg3.el (calc-curve-fit-history): New variable.
968 (calc-curve-fit): Use `calc-curve-fit-history'.
969
970 2006-07-20 Kenichi Handa <handa@m17n.org>
971
972 * international/mule-cmds.el (select-safe-coding-system): Fix the
973 way of deciding eol-type of the coding system.
974
975 2006-07-20 Alan Mackenzie <acm@muc.de>
976
977 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
978 (c-lang-setvar): New macro.
979 (c-make-init-lang-vars-fun): Use the initialization forms in
980 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
981 (comment-start, comment-end, comment-start-skip): Change these from
982 c-lang-defvar's to c-lang-setvar's.
983
984 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
985 which calls make-local-variable on the elements of
986 c-emacs-variable-inits.
987 (c-init-language-vars-for): Call this new macro.
988
989 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
992 Try to rule out false positives due to time stamps.
993 (compilation-mode-font-lock-keywords): Remove rules made redundant
994 because of the above change. Add `segmentation fault' to the known and
995 highlighted compilation termination messages.
996
997 2006-07-19 Kim F. Storm <storm@cua.dk>
998
999 * progmodes/grep.el (grep-find-ignored-directories):
1000 Add .svn and _darcs to list.
1001
1002 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1003
1004 * dired.el (dired-mode-map): Add key binding `C-te' for
1005 `tumme-dired-edit-comment-and-tags'.
1006
1007 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1008 image display buffer is displayed before call to
1009 `tumme-display-image.
1010 (tumme-dired-display-image): Make sure image display buffer is
1011 displayed before call to `tumme-display-image.
1012 (tumme-mouse-display-image): Make sure image display buffer is
1013 displayed before call to `tumme-display-image.
1014 (tumme-widget-list): Add.
1015 (tumme-dired-edit-comment-and-tags): Add.
1016 (tumme-save-information-from-widgets): Add.
1017
1018 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1021
1022 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1025 Revert inadvertently installed patch hunk.
1026
1027 * progmodes/compile.el (compilation-find-file): Handle the
1028 cases where the user selects a non-existent file.
1029
1030 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1033
1034 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * subr.el (sit-for): Just sleep-for if noninteractive.
1037
1038 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1041
1042 * custom.el (custom-autoload): Add `noset' argument.
1043 (custom-push-theme): Don't autoload the variable, let callers do it.
1044 (custom-theme-set-variables): Autoload the variable if necessary.
1045
1046 * cus-edit.el (custom-variable-state-set): If the variable was
1047 originally set outside custom, but to the same value as the default,
1048 consider it to be standard.
1049
1050 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1051 file *before* telling Emacs to add the autoloads, in case it fails.
1052
1053 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1054 Use `cond', push', and `dolist'.
1055
1056 2006-07-17 Richard Stallman <rms@gnu.org>
1057
1058 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1059 Add defvars to silence warnings.
1060
1061 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1064 Don't highlight "Compiling file" messages as error.
1065
1066 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1067 file already exists.
1068
1069 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1070
1071 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1072 entry, don't assign to free var; simply return the extracted filename.
1073 (ff-treat-as-special): Incorporate common preamble from callers.
1074 (ff-other-file-name, ff-find-the-other-file):
1075 Update call to ff-treat-as-special.
1076
1077 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1078
1079 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1080
1081 * tumme.el (tumme-get-comment): Fix bug.
1082
1083 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * files.el: Remove spurious * in docstrings.
1086
1087 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1088
1089 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1090 grammar.
1091 (allout-beginning-of-current-line): Beware beginning of buffer.
1092 Also, a comment is simplified.
1093 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1094 when appropriate. (This fix enables use for other than
1095 bullet-hotspot operation.)
1096 (allout-hide-current-subtree): While escalating to sibling-close,
1097 make sure to situate on a topic.
1098
1099 2006-07-14 Kim F. Storm <storm@cua.dk>
1100
1101 * emulation/cua-base.el (cua-delete-selection)
1102 (cua-toggle-set-mark): New defcustoms.
1103 (cua-rectangle-modifier-key): Add `alt' modifier.
1104 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1105 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1106 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1107
1108 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1109
1110 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1111
1112 * allout.el: Require 'cl during byte-compilation/interactive load,
1113 for the `assert' macro.
1114 (allout-mode-deactivate-hook): New hook, run when allout mode
1115 deactivates.
1116 (allout-developer): New allout customization subgroup.
1117 (allout-run-unit-tests-on-load): New allout-developer
1118 customization variable, when true allout unit tests are run towards
1119 end of file load/eval.
1120 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1121 auto-fill-mode.
1122 (allout-resumptions): Remove, to be replaced by...
1123 (allout-add-resumptions): Register variable settings to be
1124 reinstated by `allout-do-resumptions'. The settings are made
1125 buffer-local, but the locality/globality of the suspended setting
1126 is restored on resumption.
1127 (allout-do-resumptions): Reinstate all settings suspended using
1128 `allout-add-resumptions'.
1129 (allout-test-resumptions): Unit tests (and intermediate variables)
1130 for resumptions.
1131 (allout-tests-globally-unbound, allout-tests-globally-true)
1132 (allout-tests-locally-true): Intermediate variables for
1133 resumptions unit tests.
1134 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1135 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1136 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1137 instead of retired `allout-resumptions'. For hook functions, use
1138 `local' parameter so hook settings are created and removed as
1139 buffer-local settings. Revise (resumptions) setting
1140 auto-fill-function so it is set only if already active. (The
1141 related fill-function settings are all made in either case, so
1142 that activating auto-fill-mode activity will have the custom
1143 allout-mode behaviors (hanging indent on topics, if configured for it).
1144 Remove all allout-exposure-category overlays on mode deactivation.
1145 (allout-hotspot-key-handler): New function extracted from
1146 `allout-pre-command-business', so the functionality can be used
1147 for other purposes, eg as a binding in an overlay.
1148 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1149 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1150 customization variable.
1151 (allout-run-unit-tests): Run the (currently quite small)
1152 repertoire of unit tests. Called just before the provide iff user
1153 has customized `allout-run-unit-tests-on-load' non-nil.
1154
1155 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1156
1157 * emacs-lisp/authors.el (authors-aliases): Update.
1158
1159 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1160
1161 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1162 gdb-source-window. Add dedicated argument.
1163 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1164 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1165 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1166 (gdb-display-locals-buffer): Use it.
1167
1168 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1169 Set gdb-source-window.
1170
1171 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1174 minor modes, redundant with the custom-autoload line above.
1175
1176 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * longlines.el (longlines-post-command-function): Handle open-line too.
1179
1180 2006-07-12 Richard Stallman <rms@gnu.org>
1181
1182 * progmodes/grep.el (grep-last-buffer): Doc fix.
1183
1184 * info.el (Info-try-follow-nearest-node): Doc fix.
1185
1186 * emacs-lisp/edebug.el (edebug-instrument-function):
1187 Err if find-function-noselect gives no position.
1188
1189 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1190 If can't find definition, return nil for position.
1191 (find-function-do-it): Handle new return value
1192 of find-definition-noselect.
1193 (find-definition-noselect, find-variable-noselect): Doc fix.
1194 (find-function-noselect): Doc fix.
1195
1196 * help-mode.el (help-variable-def): Handle find-variable-noselect
1197 returning no position.
1198 (help-function-def): Likewise for find-function-search-for-symbol.
1199 (help-face-def): Likewise.
1200
1201 * help-fns.el (describe-variable): Handle find-variable-noselect
1202 returning no position.
1203
1204 * files.el (locate-file-completion): Avoid duplicates in result.
1205
1206 * cus-edit.el (custom-no-edit): New command.
1207 (custom-mode-map): Remap to custom-no-edit instead of
1208 using suppress-keymap.
1209
1210 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1211
1212 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1213 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1214 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1215
1216 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1217
1218 2006-07-11 Kim F. Storm <storm@cua.dk>
1219
1220 * ido.el (ido-copy-current-file-name): Use buffer-name if
1221 buffer-file-name is nil.
1222
1223 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * simple.el (undo-ask-before-discard): Set to nil.
1226
1227 * vc.el (vc-exec-after): Don't delete process manually.
1228 (vc-print-log): Run log-view-mode in process sentinel inside
1229 inhibit-read-only. Don't shrink window due to timing issues.
1230
1231 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1232 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1233
1234 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1237 Fix ambiguity introduced by last change.
1238 (compilation-find-file): Move save-excursion to where it may
1239 make sense. Fix a left over `find-file'.
1240
1241 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1242
1243 * textmodes/texinfmt.el (texinfo-format-separate-node):
1244 Insert a string before point, which fits documentation, not after.
1245 (texinfo-multitable-item): In a multitable row, insert any
1246 additional needed @tabs and spaces.
1247
1248 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1249
1250 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1251 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1252 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1253 instead of shell-command.
1254 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1255 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1256 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1257 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1258 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1259 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1260
1261 2006-07-11 Kim F. Storm <storm@cua.dk>
1262
1263 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1264 Remove special case for seconds < 0. Use (redisplay t) instead.
1265
1266 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1269 avoid compilation error.
1270
1271 * subr.el (sit-for): New function.
1272
1273 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1274
1275 2006-07-10 Richard Stallman <rms@gnu.org>
1276
1277 * ldefs-boot.el (edebug): Update page.
1278
1279 2006-07-10 Kim F. Storm <storm@cua.dk>
1280
1281 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1282 to FOR-RELEASE and TODO.
1283
1284 2006-07-10 Romain Francoise <romain@orebokech.com>
1285
1286 * emacs-lisp/authors.el (authors-aliases): Update.
1287
1288 2006-07-10 Alan Mackenzie <acm@muc.de>
1289
1290 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1291 * cc-mode.el: Changes to eradicate eval-after-load.
1292
1293 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1296 on non-char events.
1297
1298 2006-07-09 Romain Francoise <romain@orebokech.com>
1299
1300 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1301 Don't highlight start/end markers as compilation messages.
1302
1303 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1304 to t.
1305
1306 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1309
1310 2006-07-08 Richard Stallman <rms@gnu.org>
1311
1312 * term/x-win.el (x-handle-display): Add doc string.
1313
1314 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1315
1316 * subr.el (def-edebug-spec): Move here.
1317 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1318
1319 * imenu.el (imenu-choose-buffer-index): Doc fix.
1320
1321 2006-07-08 Romain Francoise <romain@orebokech.com>
1322
1323 * term/x-win.el (x-display-name): Fix typo.
1324
1325 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1326
1327 * hexl.el (hexl-find-file): Doc fix.
1328
1329 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1330
1331 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * term/x-win.el (x-display-name): Doc fix.
1334
1335 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1338 long prefixes.
1339 (fill-region-as-paragraph): Don't round up to a whole line.
1340 (fill-comment-paragraph): Don't include the code-before-the-comment
1341 when calling fill-region-as-paragraph.
1342
1343 * international/mule.el (make-char): Remove redundancy.
1344
1345 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1346 property may contain an anonymous function rather than a symbol.
1347
1348 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1349
1350 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1351 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1352
1353 * dirtrack.el (dirtrack-default-directory-function): Remove.
1354 (dirtrack-directory-function): Use file-name-as-directory.
1355 (dirtrack-windows-directory-function): Simplify.
1356 (dirtrack-forward-slash, dirtrack-backward-slash)
1357 (dirtrack-replace-slash): Remove.
1358 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1359 (dirtrack): Fix wrong parenthesizing; use match-string.
1360
1361 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1362 (inferior-octave-mode): Only change the buffer-local value of
1363 comint-dynamic-complete-functions.
1364 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1365 Move the initialization to the declaration.
1366 (inferior-octave-complete): Remove unused var `filter'.
1367
1368 * shell.el (shell-mode): Only change the buffer-local value of
1369 comint-dynamic-complete-functions.
1370
1371 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1372
1373 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1374 entry is skipped because it has been scheduled.
1375 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1376 changing `:org-archived' and `:org-comment' properties.
1377
1378 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * server.el (server-select-display): Don't make the temp frame
1381 minibuffer-only, in case it's not a temp frame.
1382 (server-process-filter): Don't delete the temp frame if it's the
1383 only one we have on that display.
1384
1385 * files.el (find-alternate-file): Doc fix.
1386
1387 2006-07-05 Richard Stallman <rms@gnu.org>
1388
1389 * files.el (abbreviate-file-name): Add save-match-data.
1390
1391 2006-07-03 Richard Stallman <rms@gnu.org>
1392
1393 * faces.el (read-face-name): Doc fix.
1394
1395 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1398
1399 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1400
1401 * vc.el (vc-diff-internal): Fix prev change.
1402
1403 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1404
1405 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1406 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1407
1408 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1411 fails if the symbol contains chars like ( or '.
1412 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1413 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1414 `short'.
1415
1416 2006-07-04 Kenichi Handa <handa@m17n.org>
1417
1418 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1419 the current one, don't call set-language-environment, but call one
1420 of set-language-environment-XXX to make INFO effective now.
1421 (set-language-environment): Call set-language-environment-XXX
1422 functions instead of doing the various setups directly.
1423 (set-language-environment-coding-systems): Delete argument eol-type.
1424 (set-language-environment-input-method)
1425 (set-language-environment-nonascii-translation)
1426 (set-language-environment-charset)
1427 (set-language-environment-fontset)
1428 (set-language-environment-unibyte): New functions.
1429
1430 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1431
1432 * locate.el (locate-update-when-revert): New option.
1433 (locate-update-path): New option (suggested by Michael Albinus).
1434 (locate-prompt-for-command): Whitespace change.
1435 (locate-update): No longer offer to update the locate database by
1436 default. Implement the two new options.
1437
1438 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * tooltip.el: Move comment about track-mouse...
1441
1442 * progmodes/gud.el: ...to here.
1443
1444 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * facemenu.el (facemenu-listed-faces): New var.
1447 (facemenu-unlisted-faces): Variable deleted.
1448 (facemenu-add-new-face): Use facemenu-listed-faces.
1449
1450 * emulation/viper-init.el, calendar/calendar.el:
1451 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1452
1453 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1454
1455 * textmodes/org.el (org-mode): Remove no invalid settings for
1456 calc embedded mode.
1457 (org-mode-p): New defsubst.
1458 (org-save-all-org-buffers): New function.
1459 (org-first-headline-recenter): Enclose outline-regexp in group
1460 delimiters.
1461 (org-set-tags): Keep single space after stars.
1462
1463 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * window.el (set-window-text-height): Only set window-min-height to
1466 1 if that's the requested size.
1467
1468 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1469 (diff-unified->context, diff-context->unified)
1470 (diff-reverse-direction): Make sure the end marker stays at the end.
1471 (diff-mode): Add the keymap table at the end of docstring.
1472 Use lexical-let rather than constructing a closure manually.
1473
1474 * files.el (find-file-noselect-1): Remove unused var assignment.
1475 (hack-local-variables-confirm): Print lists of strings as lists of
1476 strings rather than lists of symbols.
1477 (abbreviate-file-name, hack-local-variables-prop-line):
1478 Use match-string.
1479 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1480 (recover-session-finish): Use line-end-position.
1481
1482 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1485
1486 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1487
1488 * progmodes/make-mode.el (makefile-macroassign-regex):
1489 Accept preceding keyword.
1490 (makefile-gmake-statements): Reorganize, now that makepp has
1491 "override" and also handle forgotten "override define".
1492 (makefile-makepp-statements): Add new "global", "override export"
1493 and "override global".
1494
1495 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1498 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1499 (ada-no-auto-case): Fix typos in docstrings.
1500
1501 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1502
1503 * info.el (Info-find-node-2): Search for makeinfo version more
1504 carefully.
1505
1506 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1507
1508 * textmodes/org.el (org-prepare-agenda-buffers):
1509 Use `invisible-OK' argument for `org-end-of-subtree'.
1510 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1511 (org-beginning-of-item): Fix bug in regular expression for white line.
1512 (org-export-as-html): Enforce space after bullet in plain list items.
1513 (org-set-autofill-regexps): Require space after plain list bullet
1514 for paragraph-start.
1515 (org-ts-regexp3): New constant.
1516 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1517 (org-timestamp-up-day, org-timestamp-down-day)
1518 (org-timestamp-change): Work with inactive timestamps.
1519 (org-ts-regexp1): Don't allow brackets in time stamps.
1520
1521 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1522
1523 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1524 for ignoring links.
1525
1526 * faces.el (read-face-name): Use it.
1527
1528 2006-06-28 Juri Linkov <juri@jurta.org>
1529
1530 * buff-menu.el (list-buffers-noselect): Compare Info file
1531 with the string "dir" to detect Info directory.
1532
1533 * complete.el (partial-completion-mode): In lambda for
1534 `choose-completion-string-functions' use full function signature
1535 with 4 args, and move point to the end of the minibuffer only if arg
1536 `mini-p' is non-nil.
1537
1538 2006-06-28 John Paul Wallington <jpw@pobox.com>
1539
1540 * ibuffer.el (ibuffer-mode): Doc fix.
1541
1542 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1543
1544 * textmodes/org.el (org-context): New contexts :item-bullet,
1545 :latex-fragment, :latex-preview.
1546 (org-overlays-at, org-overlay-start, org-overlay-end):
1547 New compatibility functions.
1548 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1549 exact regexp that will be used during export.
1550 (org-latex-regexps): New variable.
1551 (org-cdlatex-mode): Improve advice for `texmathp'.
1552 (turn-on-org-cdlatex): New function.
1553
1554 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1555
1556 * term/mac-win.el (mac-handle-font-selection): Change keys of
1557 mac-atsu-font-table from strings to numbers.
1558 (mac-ts-caret-position): Use also when cursor-type is nil.
1559 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1560 Relax condition for using overlay strings.
1561 Use mac-ts-caret-position face when cursor-type is nil.
1562
1563 2006-06-26 Kim F. Storm <storm@cua.dk>
1564
1565 * help.el (view-emacs-news): Declare `res' in the right let* form.
1566
1567 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1568
1569 * net/rcompile.el (remote-compile): Replace ange-ftp based
1570 implementation by Tramp functions.
1571 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1572
1573 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1574
1575 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1576
1577 * international/fontset.el (setup-default-fontset): Fix a typo in
1578 the "Oriya-Akruti" registry name.
1579
1580 2006-06-23 Lars Hansen <larsh@soem.dk>
1581
1582 * desktop.el (desktop-full-file-name): New function.
1583 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1584 (desktop-revert): Use it.
1585 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1586 (desktop-after-read-hook): Add option list-buffers.
1587 (desktop-locals-to-save): Add tab-width.
1588 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1589 Fix docstring.
1590
1591 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1592
1593 * textmodes/org.el (org-cdlatex-mode-map)
1594 (org-cdlatex-texmathp-advice-is-done): New variables.
1595 (org-cdlatex-mode): New minor mode.
1596 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1597 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1598 (org-export-with-archived-trees): New option.
1599 (org-open-file): Remove the call to `convert-standard-filename'.
1600 (org-archive-tag, org-agenda-skip-archived-trees)
1601 (org-cycle-open-archived-trees)
1602 (org-sparse-tree-open-archived-trees): New options.
1603 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1604 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1605 New functions.
1606 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1607 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1608 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1609 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1610 Call `org-prepare-agenda-buffers'.
1611 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1612 (org-file-apps, org-file-apps-defaults-gnu)
1613 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1614 Handle remote files by forcing them to be opened in Emacs.
1615
1616 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1617
1618 * vc.el (vc-diff-knows-L): New variable.
1619 (vc-diff-internal): Use it to handle "diff" programs that don't
1620 understand -L. This works automatically, no user action is necessary.
1621
1622 2006-06-23 Daniel Brockman <daniel@brockman.se>
1623
1624 * net/rcirc.el (rcirc-default-user-full-name): Default to
1625 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1626 longer exists).
1627 (rcirc-process-list): Check `buffer-live-p' before attempting to
1628 switch to a buffer.
1629
1630 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1631
1632 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1633 based on rcirc-coding-system-alist.
1634
1635 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1636
1637 * cus-edit.el (customize-apropos): A better error message.
1638 (top level) <debug-ignored-errors>: Extend and update the list of
1639 ignored error messages.
1640
1641 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1642
1643 * complete.el (PC-do-completion): Retain capitalization of user
1644 input, when possible, even if completion-ignore-case is set.
1645
1646 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1647
1648 * generic-x.el (bat-generic-mode): Support .cmd files.
1649
1650 * dos-w32.el (top level): Use find-file-not-found-functions
1651 instead of the obsolete find-file-not-found-hooks.
1652
1653 2006-06-22 Kim F. Storm <storm@cua.dk>
1654
1655 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1656 to recognize mode name containing submodes, such as Grep/lw.
1657
1658 2006-06-21 Kim F. Storm <storm@cua.dk>
1659
1660 * simple.el (line-move-1): Check for move-end-of-line instead of
1661 end-of-line when setting temporary-goal-column.
1662
1663 2006-06-21 Miles Bader <miles@gnu.org>
1664
1665 * play/cookie1.el (cookie): Work properly when there's only one entry.
1666
1667 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1668
1669 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1670 (gdb-frame-handler): Generalize frame regexp for templates.
1671
1672 2006-06-20 Glenn Morris <rgm@gnu.org>
1673
1674 * calendar/appt.el (appt-display-format): Default value must be
1675 one of the customize options.
1676
1677 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1678
1679 * term/xterm.el (terminal-init-xterm): Update key availability info.
1680 Bind C-return.
1681
1682 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1683
1684 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1687 whether or not a local variables list is defined.
1688
1689 * msb.el (msb): Move `sit-for' hack here to handle both
1690 "mouse-down and drag" and "mouse-up and select" situations.
1691 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1692
1693 2006-06-20 Kenichi Handa <handa@m17n.org>
1694
1695 * international/characters.el (word-combining-categories):
1696 Add entries for 2-byte Han characters.
1697
1698 2006-06-19 Richard Stallman <rms@gnu.org>
1699
1700 * bindings.el (mode-line-format): Save some mode line space.
1701
1702 * files.el (find-file-noselect): Improve the question wording.
1703 (basic-save-buffer-2): Mask UMASK against 666.
1704
1705 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1706 (mouse-drag-vertical-line): Call it.
1707
1708 * cus-edit.el (customize-option, customize-option-other-window):
1709 Error if SYMBOL is nil.
1710
1711 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1712
1713 * textmodes/org.el: Require noutline, also on XEmacs.
1714 (org-end-of-subtree): Return point.
1715 (org-dblock-start-re, org-dblock-end-re): New constants.
1716 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1717 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1718 (org-update-all-dblocks, org-find-dblock): New functions.
1719 (org-collect-clock-time-entries): New function.
1720 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1721 (org-fixup-indentation): Modify to deal correctly with lines
1722 starting with TAB. Only one argument DIFF now.
1723 (org-demote, org-promote): Call `org-fixup-indentation' with just
1724 one argument, DIFF.
1725 (org-mode): Don't mark buffer as modified when aligning tables.
1726 (org-clock-sum): Don't mark buffer modified when adding time sum
1727 properties.
1728 (org-export-as-html): Add support for a link validation function.
1729 (org-archive-all-done): New function.
1730 (org-archive-subtree): New prefix argument. When set, archive all
1731 done subtrees in this buffer.
1732 (org-remove-clock-overlays)
1733 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1734 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1735 (org-put-clock-overlay): Don't swallow last headline character
1736 when displaying overlay.
1737 (org-store-link): Link to `image-mode' with just the file name.
1738
1739 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1740
1741 * viper-cmd.el (viper-special-read-and-insert-char):
1742 Use read-key-sequence.
1743 (viper-after-change-undo-hook): Misc enhancements.
1744 (viper-after-change-undo-hook): New hook.
1745 (viper-undo): Use viper-after-change-undo-hook.
1746 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1747 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1748 clicking on that widget/button.
1749
1750 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1751
1752 * ediff-diff (ediff-test-patch-utility): Catch errors.
1753 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1754 (ediff-set-actual-diff-options): New function.
1755 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1756 Use ediff-set-actual-diff-options.
1757 (ediff-extract-diffs): Catch errors.
1758 (ediff-whitespace): Add non-breakable space.
1759 (ediff-same-file-contents): Catch errors.
1760
1761 * ediff-mult.el (ediff-collect-custom-diffs):
1762 Save coding-system-for-read.
1763
1764 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1765 (ediff-vc-internal, ediff-vc-merge-internal):
1766 Use ediff-delete-version-file.
1767 (ediff-delete-version-file): New function.
1768
1769 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1770
1771 * ediff.el (ediff-directories, ediff-directory-revisions)
1772 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1773 (ediff-directories-internal, ediff-merge-directory-revisions)
1774 (ediff-merge-directory-revisions-with-ancestor)
1775 (ediff-directories3): Use read-directory-name.
1776
1777 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1778
1779 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1780 Remove superfluous part of regexp for brace matching which is handled
1781 by `scan-lists' call.
1782
1783 2006-06-16 Richard Stallman <rms@gnu.org>
1784
1785 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1786
1787 * files.el (basic-save-buffer-2): For a new precious file,
1788 use the default modes in the return value.
1789
1790 * facemenu.el (facemenu-color-alist): Doc fix.
1791
1792 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1793
1794 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1795
1796 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1797
1798 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1799 (mac-utxt-to-string): Use it.
1800 (mac-ts-update-active-input-area): Use mac-ae-number.
1801
1802 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1803
1804 * term.el (term-handle-scroll, term-delete-lines)
1805 (term-insert-lines): Fix off by one errors.
1806
1807 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1808
1809 * net/tramp.el (tramp-touch): Use UTC to express time.
1810
1811 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * mail/sendmail.el (mail-send): Search explicitly for
1814 mail-header-separator when checking for corrupted header lines.
1815
1816 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1817
1818 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1819 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1820 (gdb-init-1): Initialise them.
1821 (gdb-starting): Reset gdb-printing
1822 (gdb-starting): Save value of gud-overlay-arrow-position.
1823 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1824 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1825 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1826 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1827
1828 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1831
1832 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1833
1834 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1835 (ldap-search-internal): Keep error messages, and a regexp fix.
1836
1837 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1838
1839 * files.el (hack-local-variables-confirm):
1840 Display string value using its printed representation.
1841
1842 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1843
1844 * server.el (server-edit): No-op if no server buffers exist.
1845
1846 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1847
1848 * textmodes/page-ext.el (pages-directory-for-addresses):
1849 Including `pages-directory-address-mode' in the function results
1850 in the message "Buffer in which pages were found is deleted".
1851
1852 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1853
1854 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1855 clocking functions.
1856
1857 (org-agenda-clock-in, org-check-running-clock)
1858 (org-clock-out-if-current, org-remove-clock-overlays)
1859 (org-put-clock-overlay): New functions.
1860 (org-clock-marker, org-clock-file-total-minutes)
1861 (org-clock-overlays): New variables.
1862 (org-clock-display, org-clock-sum, org-clock-cancel)
1863 (org-clock-out, org-clock-in): New commands.
1864 (org-export): New function.
1865 (org-emph-re): New constant.
1866 (org-set-emph-re, org-do-emphasis-faces): New functions.
1867 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1868 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1869 (org-export-html-convert-emphasize): Use the configurable emphasis.
1870 (org-cleaned-string-for-export): Make multiline emphasis visible
1871 to the exporter. New optional argument PARAMETERS.
1872 (org-export-as-html): Specify :emph-multiline parameter to
1873 `org-cleaned-string-for-export'.
1874
1875 2006-06-10 Richard Stallman <rms@gnu.org>
1876
1877 * help.el (help-for-help-internal): Clean up help text.
1878
1879 2006-06-10 Andreas Schwab <schwab@suse.de>
1880
1881 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1882 in doc string.
1883
1884 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1885
1886 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1887
1888 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1889 spaces after the comment start.
1890
1891 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1892
1893 * play/pong.el (pong-init-buffer):
1894 Fill buffer with spaces instead of ^A.
1895
1896 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1897 launched asynchronously, delete its process instead of being cool.
1898 (ispell-async-processp): Check for `delete-process' existence
1899 instead of `kill-process' one for consistency.
1900
1901 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1904 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1905 in mode line at startup.
1906
1907 2006-06-08 Kim F. Storm <storm@cua.dk>
1908
1909 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1910 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1911 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1912 (ido-file-internal): Pass full file name to write-file.
1913 (ido-read-internal): Only pop stack elements automatically if they
1914 actually match an existing directory or file name.
1915
1916 2006-06-07 Kenichi Handa <handa@m17n.org>
1917
1918 * international/mule.el (find-auto-coding): Don't handle the short
1919 name `char-trans'.
1920
1921 * files.el (hack-local-variables-prop-line)
1922 (hack-local-variables): Cancel the previous change.
1923
1924 2006-06-06 Jesper Harder <harder@phys.au.dk>
1925
1926 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1927
1928 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1931 diff-default-read-only is non-nil.
1932 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1933 (diff-refine-hunk): Set inhibit-read-only to t.
1934
1935 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1936 modifying the *Diff* buffer.
1937 (diff-process-filter): New filter function for diff process that
1938 sets inhibit-read-only to t when modifying the *Diff* buffer.
1939
1940 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1941
1942 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1943 insertion point and control the number of empty lines.
1944 (org-paste-subtree): Limit the number of empty lines at the end of
1945 the inserted tree.
1946 (org-agenda): Use buffer name of current file for narrowing.
1947 (org-export-as-xml): Command removed.
1948 (org-export-xml-type): Option removed.
1949 (org-mode-map): Call `org-export-as-xoxo' directly.
1950 (org-get-indentation): New optional argument LINE.
1951 (org-fix-indentation, org-remove-tabs): New functions.
1952 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1953 correct indentation for headlines that are converted it items.
1954 (org-skip-comments): Remove table lines that contain narrowing
1955 cookies but no other non-empty fields.
1956 (org-set-tags): Allow groups of mutually exclusive tags.
1957 (org-cmp-time): Sort 24:21 before items without time.
1958 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1959 (org-open-at-point): Require double colon also for numbers.
1960
1961 2006-06-06 Kim F. Storm <storm@cua.dk>
1962
1963 * ido.el (ido-default-file-method, ido-default-buffer-method):
1964 Make choice values consistent with corresponding command names.
1965 (ido-visit-buffer): Update accordingly. Default to selected-window.
1966
1967 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1968
1969 * progmodes/gud.el (gud-running): Fix doc string.
1970 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1971 (gud-tooltip-modes): Add python-mode.
1972 (gud-tooltip-print-command): Add pdb. Remove perldb.
1973
1974 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1975
1976 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1977 Quote $(EMACS).
1978
1979 2006-06-05 Richard Stallman <rms@gnu.org>
1980
1981 * faces.el (defined-colors): Doc fix.
1982
1983 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1984
1985 * vc.el (vc-process-filter): Inhibit undo info collection around
1986 call to insert.
1987 (vc-setup-buffer): Likewise for call to erase-buffer.
1988 (vc-do-command): Likewise for call to process-file.
1989
1990 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1991
1992 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1993 for gud-go.
1994 (gud-common-init): Other debuggers may trigger error.
1995
1996 2006-06-05 Kenichi Handa <handa@m17n.org>
1997
1998 * international/mule.el (find-auto-coding):
1999 Handle enable-character-translation in file header.
2000
2001 2006-06-04 Kim F. Storm <storm@cua.dk>
2002
2003 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2004 (authors-fixed-entries): Fix spelling.
2005 (authors-canonical-file-name): Don't report error for wildcards.
2006
2007 * help.el (view-emacs-news): Rewrite to support new NEWS,
2008 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2009 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2010 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2011
2012 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2013
2014 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2015 exec constructs like `foo bar`.
2016 (sh-quoted-subshell): New helper function to search for a possibly
2017 nested subshell (like `` or $()) within a "" quoted string.
2018 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2019 (sh-apply-quoted-subshell): Flag quote characters inside a
2020 subshell, which is itself already in a quoted region, as
2021 punctuation, since this is the closest to what they actually are.
2022 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2023 sh-apply-quoted-subshell.
2024 (sh-font-lock-syntactic-face-function): Apply the new face for
2025 text inside `` instead of the old font-lock-string-face.
2026
2027 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2028
2029 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2030 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2031 (mac-bytes-to-text-range, mac-ae-text-range-array)
2032 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2033 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2034 (mac-ts-unicode-for-key-event): New functions.
2035 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2036 (mac-handle-font-selection): Use mac-ae-number.
2037 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2038 New variables.
2039 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2040 (mac-ts-converted-text, mac-ts-selected-converted-text)
2041 (mac-ts-block-fill-text, mac-ts-outline-text)
2042 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2043 (mac-ts-hilite-style-faces): New constant.
2044 (mac-apple-event-map): Bind text input events.
2045 (mac-dispatch-apple-event): Use command-execute instead of
2046 call-interactively.
2047 (global-map): Don't bind mac-apple-event.
2048 (special-event-map): Bind mac-apple-event.
2049
2050 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2051
2052 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2053 file name.
2054 (emacs): Enclose the value of $(EMACS) in quotes.
2055
2056 2006-06-02 Juri Linkov <juri@jurta.org>
2057
2058 * international/mule.el (sgml-html-meta-auto-coding-function):
2059 Remove the condition `(search-forward "<html" size t)'.
2060 Replace `\"' with `[\"']?' in `re-search-forward'.
2061
2062 2006-06-02 Kenichi Handa <handa@m17n.org>
2063
2064 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2065 as well as `coding'.
2066 (hack-local-variables): Likewise.
2067
2068 * international/mule.el (enable-character-translation):
2069 Put permanent-local and safe-local-variable properties.
2070 (find-auto-coding): Handle char-trans: tag.
2071
2072 2006-06-02 Juri Linkov <juri@jurta.org>
2073
2074 * international/mule.el (sgml-html-meta-auto-coding-function):
2075 Limit the search by the end of the HTML header (if any).
2076
2077 2006-06-01 Richard Stallman <rms@gnu.org>
2078
2079 * subr.el (with-current-buffer): Doc fix.
2080
2081 2006-06-02 Masatake YAMATO <jet@gyve.org>
2082
2083 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2084 Almost rewrite. Underlines over all lines of gcov output are too
2085 uncomfortable to read. Suggested by Dan Nicolaescu.
2086
2087 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2088
2089 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2090
2091 * shell.el (shell-mode): Use shell-mode-map in docstring.
2092
2093 * comint.el (comint-send-input): Do not add help-echo and
2094 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2095
2096 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2097
2098 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2099
2100 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2101
2102 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2103 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2104 look up the stack and pop up GUD buffer if necessary.
2105 (gdb-frames-select): Remove redundant call to gud-display-frame.
2106 (gdb-info-threads-custom): Keep point at start of buffer.
2107 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2108
2109 2006-05-31 Juri Linkov <juri@jurta.org>
2110
2111 * replace.el (query-replace-read-from, query-replace-read-to):
2112 Bind `history-add-new-input' to nil. Call `add-to-history'.
2113
2114 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2115
2116 * textmodes/table.el: Convert all HTML tags to lower case for
2117 XHTML compatibility.
2118
2119 2006-05-31 Masatake YAMATO <jet@gyve.org>
2120
2121 * progmodes/compile.el:
2122 (compilation-error-regexp-alist-alist::gcov-called-line):
2123 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2124
2125 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2126
2127 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2128 Revert inadvertent changes made with last commit.
2129
2130 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2131
2132 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2133 New functions.
2134
2135 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2136
2137 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2138
2139 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2140 only matches in the right place.
2141 (org-upcoming-deadline): New face.
2142 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2143 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2144 and make it an option.
2145 (org-export-ascii-bullets): New option.
2146 (org-export-as-html): Many changes to emit valid XHTML.
2147 (org-par-open): New variable.
2148 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2149 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2150 (org-timeline): Pass `org-timeline-show-empty-dates' to
2151 `org-get-all-dates'. Interpret empty dates returned by
2152 `org-get-all-dates'.
2153 (org-get-all-dates): New argument EMPTY. Add dates without
2154 entries to the list, mark large ranges of empty dates.
2155 (org-point-in-group, org-context): New functions.
2156
2157 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2158
2159 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2160
2161 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2162 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2163 to C-mouse-3 (for 2 button mice).
2164 (gdb-send): Do the right thing for C-d.
2165
2166 * speedbar.el (speedbar-detach): Delete.
2167 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2168 it breaks things.
2169 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2170
2171 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2172
2173 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2174 Makeppfile.
2175
2176 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2177 Add makepp diagnostic.
2178
2179 2006-05-29 Richard Stallman <rms@gnu.org>
2180
2181 * window.el (fit-window-to-buffer): Doc fix.
2182
2183 * help.el (temp-buffer-max-height): Doc fix.
2184
2185 * subr.el (with-current-buffer): Doc fix.
2186
2187 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2188
2189 * term/x-win.el: Bind F10 to menu-bar-start if available.
2190
2191 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2194 uses with a simple test.
2195 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2196 (term-send-raw-string, term-send-raw, term-mouse-paste)
2197 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2198 (term-handle-exit, term-read-input-ring)
2199 (term-previous-matching-input-string)
2200 (term-previous-matching-input-string-position)
2201 (term-previous-matching-input-from-input)
2202 (term-replace-by-expanded-history, term-send-input)
2203 (term-skip-prompt, term-bol, term-send-invisible)
2204 (term-kill-input, term-delchar-or-maybe-eof)
2205 (term-backward-matching-input, term-check-source)
2206 (term-proc-query, term-emulate-terminal)
2207 (term-handle-colors-array, term-process-pager, term-pager-line)
2208 (term-pager-bob, term-unwrap-line, term-word)
2209 (term-dynamic-complete-filename)
2210 (term-dynamic-complete-as-filename)
2211 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2212 unlesses.
2213
2214 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2217 during bootstrapping.
2218
2219 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2220 Basically undo the change of 2006-05-26: use extra arguments instead of
2221 dynamic scoping.
2222 (ewoc-locate): Remove unused var `footer'.
2223
2224 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2227
2228 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2229 (generate-file-autoloads): Obey it. Return whether autoloads were
2230 added at point or not.
2231 (update-file-autoloads): Use this new return value.
2232 Remove redundant test for the presence of an autoload cookie.
2233
2234 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2235 This one calls hack-local-variables.
2236 (generate-file-autoloads, update-file-autoloads): Use it.
2237
2238 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2239 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2240 (bibtex-sort-entry-class-alist): Don't set the global value.
2241 (bibtex-init-sort-entry-class-alist): New fun.
2242 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2243 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2244 of bibtex-init-sort-entry-class.
2245
2246 2006-05-28 Richard Stallman <rms@gnu.org>
2247
2248 * subr.el (load-history-regexp): If FILE is relative, insist
2249 entire last name component must match it.
2250 (load-history-filename-element, load-history-regexp): Doc fixes.
2251
2252 2006-05-29 Kim F. Storm <storm@cua.dk>
2253
2254 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2255 `pos' and `raw-data' for clarity, as eval forms may access these.
2256
2257 2006-05-28 Kim F. Storm <storm@cua.dk>
2258
2259 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2260
2261 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * progmodes/make-mode.el (makefile-browser-map)
2264 (makefile-mode-syntax-table): Move initialization inside declaration.
2265 (makefile-fill-paragraph): Use the default comment-filling code.
2266
2267 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * replace.el (query-replace-defaults): New variable.
2270 (query-replace-read-from): Use `query-replace-defaults' for
2271 default value, instead of history list.
2272 (query-replace-read-to): Update `query-replace-defaults'.
2273
2274 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2277 with no X toolkit.
2278
2279 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2280
2281 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2282 (tumme-show-all-from-dir): Add autoload.
2283
2284 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2285
2286 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2287 (tumme-remove-tag): Fix bug.
2288
2289 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2290
2291 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2292 FOOTER args. Update unique caller.
2293 (ewoc-delete): Compute last node once before looping.
2294 (ewoc--node-branch): Merge into unique caller.
2295 (ewoc--node): Don't define constructor make-ewoc--node for this
2296 structure.
2297 (ewoc): Add member `hf-pp' to this structure.
2298 (ewoc--wrap): New func.
2299 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2300 header/footer pretty-printers. Save header/footer pretty-printer.
2301 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2302
2303 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2304
2305 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2306
2307 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2308 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2309 Tag'. Change "Compare directories..." to "Change Directories...".
2310 Move tumme commands to Operate, Regexp and Immediate menus.
2311 Change "Add Comment" to "Add Image Comment". Change "Add Image
2312 Tag" to "Add Image Tags".
2313
2314 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2315 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2316 `tumme-delete-tag'.
2317
2318 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2319
2320 * shell.el (shell-mode): Call shell-dirtrack-mode after
2321 list-buffers-directory is made a local variable, to avoid setting
2322 the default value.
2323
2324 2006-05-26 Kevin Ryde <user42@zip.com.au>
2325
2326 * info.el (Info-index-next): Use where-is-internal to report
2327 actual binding of Info-index-next, rather than hard-coded `,'.
2328
2329 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2330
2331 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2332 and "Find Command in Manual" to here.
2333
2334 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2335 Info-current-file as the file name.
2336
2337 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2338
2339 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2340 overrides will now be done a different way.
2341 (ses-set-parameter): Reapply this function for undo.
2342 (ses-set-header-row): Reconstruct header row during undo.
2343 (ses-widen): New function.
2344 (ses-goto-data, ses-reconstruct-all): Use new function.
2345 (ses-command-hook): Widen buffer during undo, before unupdating
2346 the cells.
2347 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2348 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2349 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2350 formula hasn't been executed yet.
2351
2352 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2353
2354 * comint.el (comint-kill-whole-line): Rename arg to count.
2355 Fix doc string.
2356
2357 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2360 to copy-file.
2361
2362 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2363
2364 * simple.el (toggle-truncate-lines): Make arg optional for
2365 backward compatibility.
2366
2367 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2368
2369 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2370 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2371 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2372 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2373 (ewoc--adjust): Use ewoc--current-dll.
2374 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2375
2376 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2377
2378 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2379 compact error message.
2380 (org-tags-view): Refresh category table in each file.
2381 (org-table-justify-field-maybe): Remove superfluous arguments to
2382 `format'.
2383 (org-export-as-html): Insert "<p>" before postamble.
2384 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2385
2386 2006-05-26 Kenichi Handa <handa@m17n.org>
2387
2388 * textmodes/po.el (po-find-charset): Pay attention to the case
2389 FILENAME is a cons (NAME . BUFFER).
2390 (po-find-file-coding-system-guts): Likewise.
2391
2392 * arc-mode.el (archive-set-buffer-as-visiting-file):
2393 Call find-operation-coding-system with (FILENAME . BUFFER).
2394
2395 * tar-mode.el (tar-extract): Call find-operation-coding-system
2396 with (FILENAME . BUFFER).
2397
2398 * international/mule.el (decode-coding-inserted-region):
2399 Call find-operation-coding-system with (FILENAME . BUFFER).
2400
2401 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * image-mode.el (image-toggle-display): Use buffer contents to
2404 generate image for a remote file.
2405
2406 2006-05-25 Juri Linkov <juri@jurta.org>
2407
2408 * replace.el (query-replace-read-from, query-replace-read-to):
2409 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2410
2411 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2412
2413 * whitespace.el (whitespace-cleanup): Change to cleanup
2414 region if one is active.
2415 * whitespace.el (whitespace-cleanup-internal): New internal method.
2416
2417 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2418
2419 * dired.el (dired-mode-map): Add help-echo strings to tumme
2420 commands. Bind `tumme-dired-display-image' to C-t i.
2421
2422 * tumme.el (tumme-display-image): Change documentation string slightly.
2423 (tumme-dired-display-image): Add call to `display-buffer'.
2424
2425 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2426
2427 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2428 Signal error if RAW-DATA is a multibyte string.
2429
2430 2006-05-24 Richard Stallman <rms@gnu.org>
2431
2432 * subr.el (with-local-quit): When handling `quit' signal,
2433 make a chance for quit-flag to cause a quit.
2434
2435 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2436 (ad-disable-advice): Add autoloads.
2437
2438 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2439
2440 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2441
2442 * dired.el (dired-mode-map): Change menu items for tumme as per
2443 suggestions in emacs-devel.
2444
2445 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * dired.el (dired-mode-map): Fix breakage.
2448
2449 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2450
2451 * tumme.el (tumme-display-dired-image): Rename to...
2452 (tumme-dired-display-image): ...this.
2453 (tumme-track-movement): Change default value to t.
2454 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2455 used from `tumme-next-line-and-display' and similar commands.
2456
2457 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2458 Immediate menu. Add some tumme commands there.
2459
2460 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2461
2462 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2463
2464 2006-05-24 Chong Yidong <cyd@mit.edu>
2465
2466 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2467 menu entries that open submenus.
2468
2469 2006-05-24 Alan Mackenzie <acm@muc.de>
2470
2471 * startup.el (command-line): For names of preloaded files, don't
2472 append ".elc" (now done in Fload), and call file-truename on the
2473 lisp directory.
2474
2475 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2476 match ANY loaded file with the right name, not just those in
2477 load-path. Put a regexp matching the file name into
2478 after-load-alist, rather than the name itself.
2479
2480 * subr.el: New functions load-history-regexp,
2481 load-history-filename-element, do-after-load-evaluation.
2482
2483 * international/mule.el (load-with-code-conversion): Do the
2484 eval-after-load stuff by calling do-after-load-evaluation.
2485
2486 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2487
2488 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2489 has not been killed.
2490
2491 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2492
2493 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2494 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2495 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2496 Optionally set error message in reply.
2497
2498 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2499
2500 * textmodes/org.el (org-open-at-point): Use renamed variable
2501 `org-confirm-shell-link-function'.
2502 (org-confirm-shell-link-function): Rename from
2503 `org-confirm-shell-links'.
2504 (org-export-directory): New function.
2505 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2506 (org-export-icalendar): Use `org-export-directory'.
2507 (org-indent-item): Keep cursor position.
2508 (org-link-file-path-type): New option.
2509 (org-export-as-html): Fix bug with plain lists starting in
2510 column 0.
2511 (org-export-as-html): Remove deadline formatting, this happens
2512 now already in `org-html-handle-time-stamps'.
2513 (org-export-html-style): Deadline class removed.
2514 (org-insert-labeled-timestamps-at-point): New option.
2515 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2516 of `hide-sublevels 1', in case the first headline is not level 1.
2517 (org-overview, org-content): New fuction.
2518 (org-cycle-global-status, org-cycle-subtree-status): Make these
2519 variables buffer-local.
2520 (org-global-cycle): New command.
2521 (org-shifttab): Use `org-global-cycle'.
2522 (org-insert-heading, org-insert-item): Go to end of new
2523 headline/item after creating it.
2524 (org-export-visible): Rename from `org-export-copy-visible'.
2525 Now creates a temporary org-file and applies an exporting command
2526 to it.
2527 (org-table-eval-formula): Support for lisp forms.
2528 (org-agenda-todo-ignore-scheduled): New option.
2529 (org-agenda-get-todos): Use new option
2530 `org-agenda-todo-ignore-scheduled'.
2531 (org-export-html-inline-images): New value `maybe'.
2532 (org-export-as-html): Inlining of images dependent on link description.
2533 (org-archive-subtree): Check for end-of-buffer before trying
2534 `kill-line'.
2535 (org-agenda-follow-mode): New option.
2536 (org-export-with-tags, org-export-with-timestamps): New options.
2537 (org-html-handle-time-stamps): New function.
2538 (org-keyword-time-regexp): New variable.
2539 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2540 (org-agenda-todo-list-sublevels): New option.
2541 (org-html-level-start): When TITLE is nil, just close all levels.
2542 (org-parse-key-lines, org-parse-export-options): Remove functions,
2543 replaced by `org-infile-export-plist'.
2544 (org-combine-plists, org-infile-export-plist)
2545 (org-default-export-plist): New functions.
2546 (org-export-html-preamble, org-export-html-postamble)
2547 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2548 New variables.
2549 (org-export-publishing-directory): New option.
2550 (org-export-as-html, org-export-as-ascii): Use the new property
2551 lists for settings.
2552 (org-export-copy-visible, org-export-as-xoxo):
2553 Respect `org-export-publishing-directory'.
2554 (org-link-search, org-store-link, org-file-apps): Support for
2555 links to BibTeX database entries..
2556 (org-get-current-options, org-set-regexps-and-options):
2557 Implement logging as a startup option.
2558 (org-store-link): Make sure context string is never empty
2559 (org-insert-link): Use relative path when possible.
2560 (org-at-item-checklet-p): New function.
2561 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2562 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2563 (org-metaright, org-metaup, org-metadown, org-shiftup)
2564 (org-shiftdown, org-shiftright, org-shiftleft)
2565 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2566 Dispatch using `call-interactively'.
2567 (org-call-with-arg): New defsubst.
2568 (org-tag-alist, org-use-fast-tag-selection): New options.
2569 (org-complete): Use `org-tag-alist'.
2570 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2571 (org-next-item, org-previous-item): New commands.
2572 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2573 make command.
2574 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2575
2576 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2577
2578 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2579 (ewoc-filter): Use `ewoc-delete'.
2580
2581 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2582
2583 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2586 Signal more user-friendly error messages.
2587
2588 * complete.el (PC-do-completion): Undo the addition of implicit
2589 wildcards if they did not lead to finding any match.
2590 (read-file-name-internal): Don't add the final > if the completion is
2591 not finished.
2592
2593 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2594
2595 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2596 Quote safe-local-variable predicate.
2597
2598 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2599
2600 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2601
2602 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2603
2604 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2605
2606 * progmodes/make-mode.el (makefile-special-targets-list)
2607 (makefile-macro-table, makefile-target-table): Mark as risky.
2608 (makefile-query-one-target-method): Make this the alias for the
2609 following variable.
2610 (makefile-query-one-target-method-function): Make this the real name.
2611
2612 * textmodes/artist.el (artist-text-renderer): Make this the alias
2613 for the following variable.
2614 (artist-text-renderer-function): Make this the real name.
2615
2616 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2617 the alias for the following variable.
2618 (flyspell-generic-check-word-predicate): Make this the real name.
2619
2620 * textmodes/ispell.el (ispell-format-word): Make this the alias
2621 for the following variable.
2622 (ispell-format-word-function): Make this the real name.
2623 (ispell-message-text-end): Mark as risky.
2624
2625 * skeleton.el (skeleton-transformation, skeleton-filter)
2626 (skeleton-pair-filter): Make these the aliases for the following
2627 variables.
2628 (skeleton-transformation-function, skeleton-filter-function)
2629 (skeleton-pair-filter-function): Make these the real names.
2630
2631 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2632 and skeleton-pair-filter-function.
2633
2634 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2635 alias for the following variable.
2636 (sgml-transformation-function): Make this the real name.
2637 (sgml-tag-alist): Mark as risky.
2638
2639 2006-05-21 Richard Stallman <rms@gnu.org>
2640
2641 * simple.el (kill-region): Interactively, pass point, then mark.
2642
2643 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2644
2645 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2646
2647 2006-05-21 Romain Francoise <romain@orebokech.com>
2648
2649 * dired-x.el (dired-mode-map): Don't bind M-g.
2650
2651 2006-05-20 Richard Stallman <rms@gnu.org>
2652
2653 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2654 (dired-goto-file): Doc fix.
2655
2656 2006-05-21 Kim F. Storm <storm@cua.dk>
2657
2658 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2659 way to enable built-in cua-mode if user loads older CUA-mode package.
2660
2661 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2662 if default-filename is specified.
2663
2664 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2665
2666 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2667
2668 * info.el (info-apropos): Make sure current-file and current-node
2669 have non-nil values. Speed up by using add-to-list instead of
2670 manual consing.
2671
2672 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2673
2674 * progmodes/make-mode.el (makefile-mode): Doc fix.
2675
2676 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2677
2678 * dired-aux.el (dired-do-shell-command): Doc fix.
2679
2680 2006-05-20 Kevin Ryde <user42@zip.com.au>
2681
2682 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2683 ``(custom-manual :tag "Foo" "(foo)Node")''.
2684
2685 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2686
2687 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2688 value is an integer.
2689
2690 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2691
2692 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2693 "format".
2694 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2695
2696 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2697
2698 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2699 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2700
2701 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2704 regexp for keywords.
2705
2706 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2707
2708 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2709 replace-regexp-in-string.
2710
2711 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2712 encode, and escape file name on conversion to URL.
2713
2714 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2715
2716 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2717 Don't unescape URL.
2718 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2719
2720 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2721 on conversion to URLs.
2722
2723 * net/browse-url.el (browse-url-file-url): Encode file name on
2724 conversion to URL.
2725
2726 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2727 conversion to URL.
2728
2729 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2730
2731 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2732
2733 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2734
2735 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2736 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2737
2738 2006-05-19 Glenn Morris <rgm@gnu.org>
2739
2740 * calendar/diary-lib.el (diary-bahai-date)
2741 (list-bahai-diary-entries, mark-bahai-diary-entries)
2742 (mark-bahai-calendar-date-pattern): Not interactive.
2743 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2744 (diary-entries-list): Change format of 4th element in each entry.
2745 (diary-list-entries): Use add-to-diary-list.
2746 (diary-goto-entry): Handle the case where the buffer visiting the
2747 diary has been killed.
2748 (fancy-diary-display): Add 'locator to button rather than 'marker.
2749 Only generate temp-face when there are marks to apply.
2750 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2751 (diary-fancy-date-pattern): New variable.
2752 (diary-time-regexp): Doc fix.
2753 (diary-anniversary, diary-time): New faces.
2754 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2755 diary-time-regexp. Add font-lock-multiline property where needed.
2756 Use new faces diary-anniversary and diary-time.
2757 (diary-fancy-font-lock-fontify-region-function): New function, to
2758 handle multiline font-lock pattern in fancy diary.
2759 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2760 (diary-font-lock-keywords): Tweak time regexp. Use new face
2761 diary-time.
2762
2763 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2764
2765 * international/code-pages.el (mik): Table corrected.
2766
2767 2006-05-18 Kim F. Storm <storm@cua.dk>
2768
2769 * progmodes/grep.el (grep-find): Don't check grep-find-command
2770 before running command (breaks non-interactive usage).
2771
2772 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2773
2774 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2775 (ewoc--insert-new-node): Don't insert trailing newline.
2776 Instead, adjust successor nodes's start markers.
2777 (ewoc--refresh-node): Delete all text from current node's start
2778 marker to the next one's; adjust successor nodes's start markers.
2779 (ewoc--create): Doc fixes.
2780 (ewoc--refresh): Don't insert newline.
2781 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2782 * pcvs.el (cvs-make-cvs-buffer):
2783 Specify extra newline for ewoc's header and footer.
2784 (cvs-update-header): Update initial header recognition.
2785 Append newline to final header and footer values.
2786 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2787
2788 2006-05-17 Richard Stallman <rms@gnu.org>
2789
2790 * files.el (file-name-extension): Doc fix.
2791
2792 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2795 we can explicitly enable/disable rather than toggle.
2796 (shell-mode): Use it.
2797 (shell-cd): Don't try to reproduce what `cd' does.
2798
2799 2006-05-17 Kim F. Storm <storm@cua.dk>
2800
2801 * ido.el (ido-read-internal): Use only nondirectory part of
2802 default item.
2803
2804 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2805
2806 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2807 (ewoc-nth): Doc fix.
2808
2809 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2810
2811 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2812
2813 * international/mule.el (auto-coding-alist): Add .lha to files
2814 read with no-conversion.
2815
2816 * files.el (auto-mode-alist): Add .lha files to archive file
2817 extensions.
2818
2819 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2820 Convert csize to integer when computing offsets within the
2821 compressed archive file.
2822
2823 2006-05-16 Kim F. Storm <storm@cua.dk>
2824
2825 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2826 with read-from-minibuffer.
2827
2828 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2829
2830 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2831 (byte-compile-warnings): Fix safe-local-variable property.
2832
2833 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2834
2835 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2836 (allout-stylish-prefixes, allout-numbered-bullet)
2837 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2838 predicates to qualify `safe-local-variable' property, when
2839 available, else use equivalent lambda.
2840 (allout-current-topic-collapsed-p): Do the right thing regarding
2841 trailing blank lines.
2842
2843 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * server.el (server-start): Only create a directory if needed.
2846 (server-edit, server-unload-hook): server-start => server-mode.
2847 (kill-emacs-hook): Cleanup upon exit.
2848
2849 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * hexl.el (hexlify-buffer): Encode process arguments manually.
2852
2853 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2854
2855 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2856 call to gdb-tooltip-print.
2857
2858 2006-05-15 Romain Francoise <romain@orebokech.com>
2859
2860 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2861 systems, default to "tar" since those systems probably have GNU tar.
2862
2863 2006-05-14 Lars Hansen <larsh@soem.dk>
2864
2865 * desktop.el (desktop-missing-file-warning): Fix docstring.
2866 (desktop-restore-file-buffer): Correct question asked on missing file.
2867
2868 2006-05-14 Kim F. Storm <storm@cua.dk>
2869
2870 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2871 Add CUA move property.
2872
2873 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * custom.el (custom-push-theme): Load the variable before checking
2876 its `standard-value'.
2877
2878 2006-05-13 Lars Hansen <larsh@soem.dk>
2879
2880 * desktop.el (desktop-save): Use with-temp-buffer.
2881
2882 2006-05-12 Glenn Morris <rgm@gnu.org>
2883
2884 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2885 * calendar/calendar.el (calendar-mode-map):
2886 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2887 * calendar/appt.el (appt-check, appt-make-list): Refer to
2888 diary-view-entries, diary-list-entries, diary-show-all-entries
2889 rather than obsolete aliases.
2890
2891 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * simple.el (line-move-finish): Avoid calling point motion hooks
2894 while processing intangibility.
2895
2896 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * term/xterm.el (terminal-init-xterm): Fix typo.
2899
2900 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2901
2902 * allout.el (allout-view-change-hook): Mark as being deprecated,
2903 to be replaced by `allout-exposure-change-hook'.
2904 (allout-exposure-change-hook): New, replacing
2905 `allout-view-change-hook'.
2906 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2907 in addition to `allout-view-change-hook'.
2908 (allout-show-bodies, allout-old-style-prefixes)
2909 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2910 lambda forms to prevent their showing up in variable help
2911 presentations as inscrutable byte-compiled code.
2912 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2913 Use string-or-null-p to qualify safe-local-variable values.
2914 (allout-reindent-bodies): Use memq to qualify matches against
2915 valid safe-local-variable values. Also, quote the lambda as above.
2916 (allout-use-mode-specific-leader): Add missing candidate-value
2917 symbols, use memq, and quote the lambda.
2918 (allout-overlay-interior-modification-handler): Remove unused
2919 variables `msg' and 'opened'.
2920 (allout-hidden-p): Constrain invisibility consideration to allout's
2921 invisibility spec, disregarding invisibility for other reasons.
2922
2923 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2924
2925 * files.el (version-control): Correct safe values.
2926
2927 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2928
2929 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2930
2931 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2932 (ewoc--insert-new-node): New func.
2933 Update callers of deleted funcs to use it, instead.
2934
2935 2006-05-11 Glenn Morris <rgm@gnu.org>
2936
2937 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2938 obsolete alias `show-all-diary-entries'.
2939 (make-diary-entry): Not interactive.
2940 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2941 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2942 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2943 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2944 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2945 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2946
2947 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2948
2949 * calendar/calendar.el (calendar-french-date-string)
2950 (calendar-mayan-date-string, calendar-chinese-date-string)
2951 (calendar-astro-date-string, calendar-iso-date-string)
2952 (calendar-islamic-date-string, calendar-bahai-date-string)
2953 (calendar-hebrew-date-string, calendar-coptic-date-string)
2954 (calendar-ethiopic-date-string, calendar-persian-date-string):
2955 These functions are not interactive.
2956
2957 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2958
2959 * files.el: Balance parentheses.
2960
2961 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2962
2963 * files.el, newcomment.el, outline.el, simple.el,
2964 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2965 progmodes/cc-vars.el, progmodes/compile.el:
2966 Move `safe-local-variable' declarations to the respective files.
2967
2968 * help-fns.el (describe-variable): Don't print safe-var if it is
2969 byte-code. Improve wording as suggested by Luc Teirlinck.
2970
2971 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2972
2973 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2974 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2975 Use a token for pending-triggers to ensure gdb-var-update
2976 gets called once per user input again for pre-GDB 6.4.
2977 (gdb-var-delete): Match on more complex expressions.
2978 (gdb-var-list-children-handler, gdb-var-create-handler):
2979 Use a token for consistency.
2980
2981 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2982
2983 * textmodes/org.el (org-read-date, org-goto-calendar)
2984 (org-agenda-goto-calendar):
2985 Bind `view-calendar-holidays-initially' to nil.
2986
2987 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2988
2989 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2990 Update all callers to do it there, instead.
2991
2992 2006-05-10 Glenn Morris <rgm@gnu.org>
2993
2994 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2995 prefix arg case, to avoid view-diary-entries-initially error.
2996 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2997 (calendar-date-is-legal-p): Handle dates with no day part.
2998
2999 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3000
3001 * comint.el (comint-insert-input): Just make it when
3002 comint-use-prompt regexp is nil (default) and with the mouse.
3003 (comint-copy-old-input): Reinstate from 2004-06-23.
3004 (comint-mode-map): Bind C-c C-m to it.
3005
3006 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3007
3008 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3009 Remove spurious move to point-max (new comint behavior fixes).
3010
3011 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3012 compatibility function (Emacs 18/19).
3013 (idlwave-is-continuation-line): Always return point at start of
3014 previous non-blank continuation line.
3015 `keyword-parameters': Fix continued comment font-lock matcher.
3016 (idlwave-font-lock-fontify-region): Written, use as
3017 font-lock-fontify-region-function, to fix continued keyword
3018 fontification issues.
3019
3020 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3021
3022 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3023 (mac-service-selection, mac-service-open-file)
3024 (mac-service-open-selection, mac-service-mail-selection)
3025 (mac-service-mail-to, mac-service-insert-text): Rename from
3026 mac-services-*. All uses changed.
3027 (mac-apple-event-map): Rename event symbol `services' to `service'.
3028
3029 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3030
3031 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3032 (ewoc--node-enter-first, ewoc--node-enter-last)
3033 (ewoc--delete-node-internal): Merge funcs into unique callers.
3034
3035 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3038 return value of read-from-minibuffer for empty input.
3039
3040 2006-05-09 Miles Bader <miles@gnu.org>
3041
3042 * comint.el (comint-insert-input): Remove redundant calls to setq
3043 and goto-char.
3044
3045 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3046
3047 * comint.el (comint-insert-input): Make it work when
3048 comint-use-prompt-regexp is t.
3049
3050 2006-05-10 Miles Bader <miles@gnu.org>
3051
3052 * subr.el (field-at-pos): New function.
3053
3054 * comint.el (comint-insert-input): Use it.
3055
3056 2006-05-09 Juri Linkov <juri@jurta.org>
3057
3058 * battery.el (battery-linux-proc-acpi): Also try
3059 `/proc/acpi/thermal_zone/THR2/temperature'.
3060
3061 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3062 for now unused lambda `string-or-null'.
3063
3064 * add-log.el (change-log-default-name): Put `string-or-null-p'
3065 instead of lambda on `safe-local-variable' property.
3066
3067 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3068 `region-end' instead of `mark' and `point'.
3069 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3070 Operate on region in Transient Mark mode when the mark is active.
3071 Use `region-beginning' and `region-end' instead of `mark' and
3072 `point'.
3073 (diff-hunk-text, diff-goto-source): Doc fix.
3074
3075 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3076 face `mode-line-buffer-id' for mode-line buffer face instead of
3077 hard-coded `(:weight bold)'.
3078
3079 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3080 buffer-undo-list to t (undo-ask is reproducible by visiting
3081 nested archives).
3082
3083 2006-05-09 Kim F. Storm <storm@cua.dk>
3084
3085 * progmodes/grep.el (rgrep): Set default directory of *grep*
3086 buffer if we start M-x rgrep in the *grep* buffer and choose
3087 a different base directory.
3088
3089 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3092 completion also when ido is loaded.
3093
3094 2006-05-09 Masatake YAMATO <jet@gyve.org>
3095
3096 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3097 "warning" and "import".
3098 (cpp-font-lock-keywords): Added "warning".
3099
3100 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3101
3102 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3103
3104 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3107 pages at a time, if we signal the end, we should indeed reach that end.
3108
3109 2006-05-08 David Reitter <david.reitter@gmail.com>
3110
3111 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3112 output during execution of the body.
3113
3114 2006-05-08 Kim F. Storm <storm@cua.dk>
3115
3116 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3117
3118 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3119
3120 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3121 Use with-current-buffer.
3122
3123 2006-05-07 Kim F. Storm <storm@cua.dk>
3124
3125 * subr.el (add-to-history): Remove keep-dups arg.
3126
3127 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3128 to nil around call to add-to-history.
3129
3130 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3133 than after a buffer modification.
3134
3135 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3136
3137 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3138 call to...
3139 (gud-watch): ...here so speedbar is raised for already watched
3140 expressions.
3141 (gdb-speedbar-refresh): Delete function.
3142 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3143 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3144 earlier change).
3145 (gdb-var-evaluate-expression-handler)
3146 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3147
3148 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3149 Update localized contents for all buffers except ignored modes.
3150
3151 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3152
3153 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3154 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3155 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3156 (mac-handle-font-panel-closed, mac-handle-font-selection):
3157 New functions.
3158 (mac-font-panel-mode): New minor mode.
3159 (mac-apple-event-map): Add bindings for toolbar toggle button and
3160 font panel.
3161 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3162
3163 2006-05-07 John Paul Wallington <jpw@pobox.com>
3164
3165 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3166 Avoid `regexp-opt'; simplify regexp for readability.
3167
3168 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3169
3170 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3171 * files.el (buffer-stale-function):
3172 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3173 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3174 links to the main manual, not to emacs-xtra.
3175
3176 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3177
3178 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3179 MacJapanese if text is ASCII-only.
3180
3181 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3182
3183 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3184 unless so nil isn't returned.
3185 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3186
3187 2006-05-06 Kim F. Storm <storm@cua.dk>
3188
3189 * subr.el (add-to-history): New function.
3190
3191 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3192 (ediff-merge-files-with-ancestor):
3193 * env.el (setenv):
3194 * isearch.el (isearch-update-ring):
3195 * server.el (server-visit-files):
3196 * progmodes/grep.el (lgrep, rgrep):
3197 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3198 * progmodes/xscheme.el (xscheme-insert-expression):
3199 Use add-to-history.
3200
3201 * kmacro.el (kmacro-push-ring): Use add-to-history.
3202 (kmacro-ring-length): Remove unused defun.
3203 (kmacro-start-macro): Use kmacro-push-ring.
3204
3205 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3206
3207 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3208 directly instead of a lambda expression that calls it.
3209
3210 2006-05-06 Kim F. Storm <storm@cua.dk>
3211
3212 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3213 instead of compute-motion.
3214
3215 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3216
3217 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3218 change.
3219
3220 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3221
3222 * startup.el (command-line-1): Refer to "Pure Storage" on
3223 pure-space-overflow.
3224
3225 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3226
3227 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3228 provided faces once they all have been used up.
3229
3230 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3231
3232 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3233 reference to the Lisp manual to the warning about pure space
3234 overflow.
3235
3236 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3237
3238 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3239 argument to avoid the call to `ispell-internal-change-dictionary'
3240 when not needed.
3241 (ispell-change-dictionary): Use this argument and call
3242 `ispell-internal-change-dictionary' after the possible change
3243 to `ispell-local-dictionary'.
3244 (ispell-internal-change-dictionary): Check for a change in
3245 personal dictionary use too.
3246
3247 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3248
3249 * startup.el (command-line): On MS-Windows, probe "~", not
3250 "~USER", for warning about non-existent home directory
3251
3252 * arc-mode.el (archive-l-e): New optional argument `float' means
3253 generate a float value.
3254 (archive-arc-summarize, archive-lzh-summarize)
3255 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3256 with 3rd argument non-nil when file's size is being computed.
3257 Format the file sizes with %8.0f instead of %8d.
3258
3259 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3260
3261 * cus-start.el (all): Add mac-dnd-known-types.
3262
3263 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3264 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3265 (mac-TIFF-to-string): New functions.
3266 (x-get-selection, x-selection-value)
3267 (mac-select-convert-to-string): Use them.
3268 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3269 (mac-dnd-types-alist): New customization variable.
3270 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3271 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3272 (mac-dnd-handle-drag-n-drop-event): New functions.
3273 (mac-drag-n-drop): Remove function.
3274 (global-map): Bind drag-n-drop and M-drag-n-drop to
3275 mac-dnd-handle-drag-n-drop-event.
3276
3277 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3278
3279 * progmodes/perl-mode.el (perl-beginning-of-function):
3280 Skip anonymous subs.
3281
3282 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3285 regexp-opt at run time.
3286
3287 * term.el (term-handle-ansi-escape): Fix off by one error.
3288
3289 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3292 (gdb-init-1, gdb-post-prompt): ...and references to it.
3293 (gdb-frame-handler): Strip directory name from filename if present.
3294
3295 * progmodes/gud.el (gdb-force-update): Delete defvar
3296 (gud-speedbar-buttons): ...and references to it. Use window-start
3297 to try to keep positon in watch expression.
3298
3299 2006-05-03 Richard Stallman <rms@gnu.org>
3300
3301 * simple.el (next-history-element, previous-history-element): Doc fix.
3302
3303 * isearch.el (isearch-update-ring): Doc fix.
3304
3305 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3306
3307 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3308 into consideration. Replace one arm ifs with whens.
3309
3310 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3313 (menu): Fix typo.
3314
3315 2006-05-02 Miles Bader <miles@gnu.org>
3316
3317 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3318
3319 2006-05-02 Jay Belanger <belanger@truman.edu>
3320
3321 * calc/calc-embed.el (calc-override-minor-modes-map)
3322 (calc-override-minor-modes): New variables.
3323 (calc-do-embedded): Make sure that Calc keystrokes aren't
3324 overwritten by minor modes.
3325
3326 2006-05-02 Chong Yidong <cyd@mit.edu>
3327
3328 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3329
3330 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3331
3332 * startup.el (command-line-1): Refer to Lisp manual when
3333 pure-space-overflow occurs.
3334
3335 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3336 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3337 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3338 (version-control): Don't use `t' for safe-local-variable declarations.
3339
3340 2006-05-01 Richard Stallman <rms@gnu.org>
3341
3342 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3343 M-r, M-R, M-A, M-SPC or M-DEL.
3344 (diff-mode-map): diff-refine-hunk now on C-c C-w
3345 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3346
3347 * help-mode.el (help-mode): view-exit-action calls delete-window
3348 only when it is safe and possible.
3349
3350 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3351 in messages.
3352
3353 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3354
3355 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3356 in the default tool-bar-map.
3357
3358 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp.el (tramp-completion-file-name-handler-alist)
3361 (tramp-run-real-handler, tramp-completion-run-real-handler)
3362 (tramp-completion-handle-file-name-all-completions)
3363 (tramp-completion-handle-file-name-completion): Autoload them.
3364 (tramp-completion-handle-file-exists-p)
3365 (tramp-completion-handle-file-name-directory)
3366 (tramp-completion-handle-file-name-nondirectory)
3367 (tramp-completion-handle-expand-file-name): Remove them.
3368 (tramp-handle-file-name-directory): Return the real directory name.
3369 Returning "/" only doesn't need to be necessary any longer.
3370 (tramp-file-name-handler): Make special attention when in hostname
3371 completion mode.
3372 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3373 (tramp-register-file-name-handlers):
3374 Register `tramp-completion-file-name-handler' only when
3375 `partial-completion-mode' is enabled.
3376 (tramp-completion-handle-file-name-all-completions):
3377 Delete directory part from results.
3378 (tramp-get-completion-methods, tramp-get-completion-user-host):
3379 Discard deleting "/", it doesn't work after the change of
3380 `tramp-handle-file-name-directory' above.
3381
3382 2006-05-01 Kim F. Storm <storm@cua.dk>
3383
3384 * progmodes/grep.el (grep-expand-template): Use save-match-data
3385 and symbol-value.
3386
3387 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3388
3389 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3390 Use select-frame-set-input-focus instead of raise-frame.
3391 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3392
3393 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gud.el (gud-def): Add %c case.
3396 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3397 (gud-format-command): Make match case sensitive. Match on %F.
3398
3399 2006-04-30 Glenn Morris <rgm@gnu.org>
3400
3401 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3402 (cal-tex-preamble): Use cal-tex-preamble-extra.
3403 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3404 than alias `list-diary-entries'.
3405
3406 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * help-fns.el (describe-variable): Add info about safe local variables.
3409
3410 2006-04-29 Richard Stallman <rms@gnu.org>
3411
3412 * bindings.el (mode-line-format): help-echo doc fixes.
3413
3414 * net/tramp.el (tramp-file-name-handler-alist): Delete
3415 expand-file-name and other operations that can cause spurious loading.
3416
3417 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * files.el (safe-local-variable-p): Remove support for the special
3420 value t.
3421
3422 * textmodes/paragraphs.el (sentence-end-without-space):
3423 Fix safety predicate.
3424 (sentence-end-double-space, sentence-end-without-period)
3425 (paragraph-ignore-fill-prefix):
3426 * textmodes/fill.el (colon-double-space):
3427 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3428
3429 * subr.el (booleanp): New fun.
3430
3431 * textmodes/reftex-vars.el (reftex-guess-label-type):
3432 Tighten the safety predicate.
3433
3434 2006-04-28 Kim F. Storm <storm@cua.dk>
3435
3436 * progmodes/grep.el (defgroup grep): Doc fix.
3437 (grep-auto-highlight): Remove.
3438 (grep-template): New defcustom.
3439 (grep-find-template): Rename from grep-tree-template.
3440 (grep-files-aliases): Rename from grep-tree-files-aliases.
3441 Remove "all" alias, add "l" alias.
3442 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3443 (grep-find-ignored-directories): New defcustom to replace
3444 grep-tree-ignore-CVS-directories, to facilitate ignoring
3445 subdirectories for multiple version control systems.
3446 (grep-mode-map): Add Recursive grep item to GREP menu.
3447 (grep-regexp-history, grep-files-history): New defvars.
3448 (grep-probe): New helper function.
3449 (grep-compute-defaults): Use it to simplify code.
3450 Adapt to name changes.
3451 Use `.' as base in grep-find-template rather than <D>.
3452 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3453 Call grep-compute-defaults unconditionally.
3454 (grep-expand-keywords): New defconst.
3455 (grep-expand-template): Rename from grep-expand-command-macros.
3456 Simplify via grep-expand-keywords. Look at case-fold-search instead
3457 of grep-tree-ignore-case to add -i option.
3458 Bind case-fold-search to nil while matching keywords.
3459 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3460 (grep-read-regexp, grep-read-files): New helper functions.
3461 (rgrep): Rename from grep-tree. Rework to use proper histories.
3462 Adapt to changes in defcustoms and functions above.
3463 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3464
3465 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * net/tramp.el (tramp-completion-file-name-handler):
3468 Disable Tramp's functionality while loading Tramp itself.
3469 (tramp-register-file-name-handlers): That's a defsubst now.
3470 Code from `tramp-repair-jka-compr' moved here. Apply it via
3471 `after-init-hook'.
3472 (tramp-repair-jka-compr): Remove.
3473
3474 2006-04-27 Jay Belanger <belanger@truman.edu>
3475
3476 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3477 read expression when `math-read-big-expr' doesn't work.
3478
3479 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3480
3481 * startup.el (command-line-1): Display warning when
3482 pure-space-overflow is non-nil.
3483
3484 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3485
3486 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3487 risky.
3488
3489 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3490
3491 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3492 Return the URL or nil if none can be generated.
3493
3494 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3497 byte compiler warnings.
3498 (gud-basic-call, gud-find-expr): Let user select an expression
3499 for printing. Print expression as well as value in GUD buffer.
3500
3501 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3502
3503 * allout.el: Remove local autoload declaration for
3504 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3505 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3506 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3507 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3508 (allout-stylish-prefixes, allout-numbered-bullet)
3509 (allout-file-xref-bullet, allout-presentation-padding)
3510 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3511 safe-local-variable with suitable value spec, and add autoload
3512 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3513 (move-beginning-of-line, move-end-of-line): Repair so these compat
3514 functions now actually resituate the point, when appropriate.
3515
3516 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3519
3520 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3521 (add-log-iso8601-time-string): Fix call to format-time-string.
3522
3523 2006-04-26 Kim F. Storm <storm@cua.dk>
3524
3525 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3526
3527 2006-04-26 Masatake YAMATO <jet@gyve.org>
3528
3529 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3530 Add support for "//" style comments. Remove `b' flag
3531 from ?* in `asm-mode-syntax-table'.
3532
3533 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * follow.el: Use (featurep 'xemacs) everywhere.
3536 (follow-mode): Use define-minor-mode.
3537 (follow-mode-map): Move initialization into the declaration.
3538 Use command remapping.
3539 (follow-emacs-version-xemacs-p): Remove.
3540 (follow-submit-feedback): Remove.
3541
3542 * allout.el (allout-layout, allout-passphrase-verifier-string)
3543 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3544
3545 * textmodes/reftex-vars.el (reftex-vref-is-default)
3546 (reftex-fref-is-default, reftex-guess-label-type):
3547 Tighten up a bit the safety predicate.
3548
3549 * textmodes/paragraphs.el (sentence-end-double-space)
3550 (sentence-end-without-period, sentence-end-without-space)
3551 (page-delimiter, paragraph-ignore-fill-prefix):
3552 Tighten up a bit the safety predicate.
3553
3554 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3555
3556 * progmodes/python.el (python-continuation-line-p)
3557 (python-beginning-of-statement): syntax-ppss may return
3558 a negative depth.
3559 (python-mode): Don't forcefully enable font-lock.
3560
3561 * time-stamp.el (time-stamp-start, time-stamp-end)
3562 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3563
3564 * add-log.el: Remove spurious * in docstrings.
3565 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3566 (add-change-log-entry): Use it here, since it's not specific
3567 to iso8601.
3568 (add-log-iso8601-time-string): Don't use it here any more.
3569 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3570
3571 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3572
3573 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3574
3575 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3576 (rcirc-toggle-low-priority): Doc fix.
3577 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3578 ChanServ regexp.
3579 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3580 #emacs.
3581 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3582 (rcirc-decode-coding-system): Use utf-8 as the default.
3583 (rcirc-multiline-minor-mode): Set the fill-column.
3584 (rcirc-format-response-string): Display bright and dim nicks.
3585 (rcirc-browse-url): Update interactive spec to fill ARG.
3586 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3587 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3588
3589 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3590
3591 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3592 case for @Article, etc.
3593
3594 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3597 Added with autoload cookie.
3598 (tramp-unload-file-name-handlers): Rename from
3599 `tramp-unload-file-name-handler-alist'.
3600
3601 2006-04-23 Romain Francoise <romain@orebokech.com>
3602
3603 * comint.el (comint-match-partial-filename): Doc fix.
3604
3605 2006-04-21 Glenn Morris <rgm@gnu.org>
3606
3607 * calendar/cal-menu.el (calendar-mode-map): Refer to
3608 `diary-view-entries' rather than alias `view-diary-entries'.
3609 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3610
3611 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * progmodes/antlr-mode.el (antlr-default):
3614 * cus-edit.el (custom-documentation):
3615 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3616 in defface.
3617
3618 2006-04-21 Kim F. Storm <storm@cua.dk>
3619
3620 * image.el (image-type): New defun split out of create-image.
3621 (create-image): Use it.
3622
3623 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3624
3625 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3626 (org-open-at-point): Remove the "...done" message to keep output
3627 in the echo area visible.
3628 (org-export-as-xoxo): Fix call to `indent-region'.
3629
3630 2006-04-21 Kevin Ryde <user42@zip.com.au>
3631
3632 * international/mule.el (keyboard-coding-system): defcustom
3633 info-link fixes: "Specify Coding" has been split, keyboard now in
3634 "Terminal Coding", and "Single-Byte Character Support" is now
3635 "Unibyte Mode".
3636
3637 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3638
3639 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3640 Use font-lock-warning-face for any errors e.g. no stack.
3641 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3642
3643 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3644
3645 * progmodes/sh-script.el (sh-shell): Mark as safe.
3646
3647 * newcomment.el (comment-start, comment-start-skip)
3648 (comment-end-skip, comment-end): Mark as safe.
3649
3650 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3651
3652 * textmodes/org.el (org-deadline-announce): Face removed.
3653 (org-level-faces, org-n-levels): Convert to constant.
3654 (org-compatible-face): New function.
3655 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3656 (org-level-5, org-level-6, org-level-7, org-level-8)
3657 (org-special-keyword, org-warning, org-headline-done, org-link)
3658 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3659 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3660 Face definition revised for better color tty support.
3661 (org-bold-re, org-italic-re, org-underline-re): New constants.
3662 (org-set-font-lock-defaults): Use the new constants.
3663 (org-agenda-highlight-todo): New function.
3664 (org-agenda-todo): Fix bug with point at end of line.
3665 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3666 Fontify TODO keywords.
3667 (org-insert-link): Preserve relative path in ../ links.
3668 (org-export-as-html): Convert links pointing to .org files into
3669 links that will work beteen the exported HTML files.
3670 (org-todo-list): Fix bug when arg=0.
3671 (org-insert-heading): More fine-tuning.
3672
3673 2006-04-19 Romain Francoise <romain@orebokech.com>
3674
3675 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3676 from `rmail-mime-charset-pattern'.
3677
3678 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3679
3680 * progmodes/python.el (python-mode): Fix typo.
3681
3682 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3683
3684 * comint.el (comint-previous-input): Don't clobber input line
3685 when moving off either end of the input history ring.
3686 (comint-delete-input): New function, used by
3687 `comint-previous-input' and others.
3688 (comint-previous-matching-input):
3689 Use `coming-delete-input'. Save the partial input if leaving the
3690 edit line. Goto point-max before deleting input to avoid
3691 partial input fragments hanging around.
3692 (comint-restore-input): New function, used by `comint-previous-input'.
3693
3694 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3695
3696 * imenu.el (imenu--index-alist): Balance parentheses.
3697
3698 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3699
3700 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3701
3702 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3703
3704 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3705 file is nil.
3706
3707 2006-04-18 Richard Stallman <rms@gnu.org>
3708
3709 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3710
3711 * imenu.el (imenu-create-index-function, imenu--index-alist)
3712 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3713 (imenu-default-create-index-function, imenu--generic-function):
3714 Doc fixes.
3715
3716 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3717
3718 * help-mode.el (help-mode): Set view-exit-action to delete window.
3719
3720 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3721 now works by passing nil as arg.
3722
3723 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3724
3725 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3726 (read-abbrev-file): Provide default when reading filename.
3727
3728 * files.el (enable-local-variables): Allow :all as value.
3729 (hack-local-variables): Implement that value.
3730 (safe-local-variable-values, safe-local-eval-forms)
3731 (enable-local-variables): Mark as risky.
3732 (find-file-visit-truename, kept-old-versions): Mark safe.
3733
3734 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3735 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3736 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3737
3738 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3741 Use forward-line so as to get to BOL even in the presence of fields.
3742 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3743 in return.
3744 (inferior-tcl): Tell tclsh to work in interactive mode.
3745
3746 * complete.el (partial-completion-mode):
3747 Use 'choose-completion-string-functions to make sure that
3748 choose-completion fills the minibuffer properly.
3749
3750 * complete.el (PC-old-read-file-name-internal): Remove.
3751 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3752 of read-file-name-internal.
3753 (partial-completion-mode): Enable/disable this advice.
3754
3755 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3758 of 2006-04-17.
3759
3760 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3761
3762 * textmodes/org.el (org-insert-heading): Insert heading before
3763 current if at beginning of line.
3764 (org-todo, org-date): New faces.
3765 (org-table-align): Make sure tooltip window contains full text.
3766 (org-no-properties): New defsubst.
3767 (org-set-font-lock-defaults): Use new faces.
3768
3769 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3772 for root variables.
3773
3774 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3775 (gdb-frame-address): Re-use to identify frame for watch expression.
3776 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3777 variables.
3778 (gdb-init-1, gdb-source, gdb-post-prompt)
3779 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3780 (gdb-frame-handler): Get gdb-frame-address.
3781
3782 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3783
3784 Sync with Tramp 2.0.53.
3785
3786 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3787 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3788 (tramp-completion-file-name-handler): Add autoload cookie for
3789 adding to `file-name-handler-alist'.
3790
3791 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3792 the prompt. If it returns earlier (when detecting an error
3793 message), the rest of the output will merge accidently with the
3794 output of the next command. Reported by M Jared Finder
3795 <jared@hpalace.com>.
3796
3797 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3798 for `process-file', in order to let it work for older Emacsen too.
3799
3800 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3801
3802 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3803 (tex-font-lock-keywords-3): Use it.
3804
3805 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * newcomment.el (comment-add): New function.
3808 (comment-region-default, comment-dwim): Use it.
3809
3810 2006-04-15 Michael Olson <mwolson@gnu.org>
3811
3812 * emacs-lisp/tq.el: Improve comments.
3813 (tq-queue-head-question): New accessor function.
3814 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3815 Update for modified queue structure.
3816 (tq-queue-add): Accept `question' argument.
3817 (tq-queue-pop): If a question is pending, send it.
3818 (tq-enqueue): Accept new optional argument `delay-question'.
3819 If this is non-nil, and at least one other question is pending a
3820 response, queue the question rather than sending it immediately.
3821
3822 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3823
3824 * calendar/appt.el (appt-add): Check whether an appointment is
3825 already present in appt-time-msg-list. Simplify code.
3826
3827 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * progmodes/cc-langs.el (c-mode-menu):
3830 Don't presume c-subword-mode is bound.
3831
3832 2006-04-13 Bill Wohler <wohler@newt.com>
3833
3834 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3835 (customize-package-emacs-version): Use cdr instead of cadr now
3836 that alists use dotted pairs.
3837
3838 * custom.el (defcustom): Fix docstring for :package-version.
3839
3840 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3843 (tramp-handle-shell-command): Display output buffer only when
3844 `tramp-display-shell-command-buffer' is true.
3845 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3846
3847 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3848
3849 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3850 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3851
3852 2006-04-13 Romain Francoise <romain@orebokech.com>
3853
3854 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3855 leaving temporary .cvsignore buffers behind.
3856
3857 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3858
3859 * textmodes/org.el (org-set-regexps-and-options)
3860 (org-get-current-options): Better names for the startup folding
3861 options.
3862
3863 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3864
3865 * vc.el (vc-annotate): Arrange for point to end up at the same
3866 line number as in the original, but only when using a new buffer.
3867
3868 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3869
3870 * files.el (hack-one-local-variable-eval-safep):
3871 Recognize `edebug-form-spec' for `put', but only if it passes
3872 `edebug-basic-spec'. Generalize `put' handling.
3873
3874 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3875 vetting file-local form specs.
3876
3877 * allout.el (allout-layout): Autoload its `safe-local-variable'
3878 property.
3879
3880 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3881
3882 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3883 (org-agenda-mouse-1-follows-link)
3884 (org-mouse-1-follows-link): New options.
3885 (org-format-agenda-item): Fix bug if TAGS is nil.
3886 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3887
3888 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3891 GDB 6.1+ gives full filename for "info sources" so use
3892 file-name-nondirectory.
3893
3894 2006-04-12 Romain Francoise <romain@orebokech.com>
3895
3896 * subr.el (read-passwd): Bind `message-log-max' to nil.
3897
3898 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * progmodes/perl-mode.el (perl-indent-new-calculate):
3901 Recompute parse-start after jumping backward by a whole sexp.
3902
3903 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3906 window configuration.
3907 (vc-annotate-display-select): Select the buffer so that current-buffer
3908 (and selected-window) is the output buffer at the end of vc-annotate.
3909
3910 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3911
3912 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3913 8-color terminals, to use all of the colors in a sensible order.
3914 256-color terminals work well with the standard map.
3915 (vc-annotate-lines): Only strip the first color character if it
3916 is "#", to allow for terminal-style named colors.
3917 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3918 the correct buffer is scrolled.
3919
3920 2006-04-11 Richard Stallman <rms@gnu.org>
3921
3922 * emacs-lisp/bytecomp.el (byte-compile-file):
3923 Bind enable-local-variables to :safe, and make normal-mode obey it.
3924
3925 * files.el (enable-local-variables): Allow value :safe.
3926 (normal-mode): Doc fix.
3927 (hack-local-variables): Implement enable-local-variables = :safe.
3928 (hack-local-variables-confirm): Don't prevent quitting.
3929
3930 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * loadhist.el (unload-feature): A bit of sanity check of
3933 load-history entries. Cancel timer-vars before unbinding them.
3934
3935 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3936 quote special chars, and make the trick work on the hex part of the
3937 buffer as well.
3938 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3939 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3940
3941 * startup.el (normal-splash-screen): Fix last change so we don't wait
3942 2 minutes if we don't show the splash screen.
3943
3944 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3945
3946 * textmodes/org.el (org-export-plain-list-max-depth)
3947 (org-table-spaces-around-separators)
3948 (org-radio-targets, org-activate-camels)
3949 (org-table-spaces-around-invisible-separators): Options removed.
3950 (org-time-stamp-rounding-minutes, org-remember-templates)
3951 (org-ellipsis, org-activate-links, org-descriptive-links):
3952 New options.
3953 (org-remember-apply-template, org-current-time)
3954 (org-finish-edit-table-field)
3955 (org-link-unescape, org-link-escape)
3956 (org-string-width, org-table-clean-line, org-html-do-expand)
3957 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3958 (org-read-agenda-file-list): New functions.
3959 (org-table-edit-field)
3960 (org-table-create-or-convert-from-region): New commands
3961 (org-table-toggle-vline-visibility): Command removed.
3962 (org-table-convert-region): Made a command.
3963 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3964 Replace with the normal org- functions.
3965 (org-self-insert-command): Don't trigger realign unnecessarily
3966 when blanking a field that is not full.
3967 (org-mode): `Set buffer-invisibility-spec' for links.
3968 (org-activate-links2): Hide link part and only show descriptive
3969 part of the link.
3970 (org-insert-link): Modify for new linking system.
3971 (org-store-link): Store description separately, for use by
3972 `org-insert-link'.
3973 (org-table-align): Use `org-string-width'.
3974 (defgroup): Completely new group structure for custom variables.
3975 (org-agenda-files): Option: Single file name allowed. Function:
3976 Optional argument unrestrited means ignore any restricitons.
3977 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3978 trying to modify the menu. Use generalized access to
3979 `org-agenda-files.'
3980 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3981 (org-agenda-file-to-front, org-remove-file, org-diary)
3982 (org-tags-view, org-export-icalendar-all-agenda-files)
3983 (org-export-icalendar-combine-agenda-files): Use generalized
3984 access to `org-agenda-files'.
3985 (org-remember-handler): Correctly preserve heading if present.
3986 (org-table-insert-row, org-table-insert-hline): Deal with
3987 invisible characters.
3988
3989 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3990
3991 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3992 (vc-annotate-color-map): New 18 element constant
3993 value/saturation, rotating hue colormap, from red->blue.
3994 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3995 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3996 (vc-annotate): To avoid killing the required local variables,
3997 set them before the end of `with-output-to-temp-buffer', and
3998 after first switching to annotate-mode.
3999 (vc-annotate-warp-version): Add buffer argument in goto-line to
4000 ensure annotation, not source, is scrolled.
4001
4002 2006-04-10 Bill Wohler <wohler@newt.com>
4003
4004 * custom.el (defcustom, custom-handle-keyword):
4005 Add :package-version keyword.
4006 (custom-add-package-version): New function. Sets value of new
4007 property 'custom-package-version from :package-version keyword.
4008 (defcustom): Create Common Keywords section in docstring.
4009 (defface, defgroup): Replace definitions of a select few keywords
4010 with a reference to the Common Keywords in defcustom.
4011 (defcustom, defface, defgroup): Replace reference to Customization
4012 chapter in manual with hyperlink.
4013
4014 * cus-edit.el (customize-package-emacs-version-alist):
4015 New variable.
4016 (customize-changed-options): Add check for custom-package-version.
4017 (customize-package-emacs-version): New function to look up Emacs
4018 version corresponding to the given package version.
4019
4020 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4021 defun name, in similar fashion to find-variable-regexp.
4022
4023 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4024
4025 * international/mule-cmds.el (set-locale-environment): Fix last
4026 change for when the locale's preferences don't specify any encoding.
4027
4028 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4031 so the defined var/fun doesn't need to be quoted.
4032
4033 2006-04-10 Richard Stallman <rms@gnu.org>
4034
4035 * finder.el (finder-mode-map): Add n and p bindings.
4036
4037 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4038
4039 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4040 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4041 (gdb-setup-windows): Put something in source window if we can't find
4042 the source file.
4043 (gdb-frame-handler): Make it work again with just assembly.
4044 (gdb-data-list-register-values-handler): Make it work when there is
4045 no stack.
4046
4047 2006-04-09 Richard Stallman <rms@gnu.org>
4048
4049 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4050 specs while looking for charset.
4051
4052 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4053
4054 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4055 Make them faces.
4056 (lm-font-lock-keywords): Update appropriately.
4057
4058 2006-04-10 Kim F. Storm <storm@cua.dk>
4059
4060 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4061 it can also replace buffer-substring-no-properties.
4062
4063 * emulation/cua-base.el (cua-delete-region, cua-paste)
4064 (cua-repeat-replace-region): Use filter-buffer-substring.
4065
4066 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4067 (cua-cut-region-to-global-mark): Likewise.
4068
4069 * emulation/cua-rect.el (cua--extract-rectangle)
4070 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4071
4072 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4073
4074 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4075 entry-type. Add field delimiters to numerical fields if they are
4076 not present.
4077
4078 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4079
4080 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4081 string-const to return value.
4082 (bibtex-remove-delimiters): Use it.
4083
4084 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4087 cl-byte-compile-compiler-macro unless it exists.
4088
4089 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4090
4091 * files.el (hack-local-variables-confirm) <offer-save>:
4092 Clarify message text. Suggested by Ralf Angeli.
4093
4094 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4095
4096 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4097 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4098 instead of `buffer-substring' and `delete-region'. (Most of the
4099 code actually copied from `kill-region'.)
4100
4101 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4102
4103 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4104 (rcirc-default-port): Rename from rcirc-port.
4105 (rcirc-default-nick): Rename from rcirc-nick.
4106 (rcirc-default-user-name): Rename from rcirc-user-name.
4107 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4108 (rcirc-low-priority-flag): New variable.
4109 (rcirc-decode-coding-system): New defcustom.
4110 (rcirc-encode-coding-system): New defcustom.
4111 (rcirc-coding-system-alist): New defcustom.
4112 (rcirc-multiline-major-mode): New defcustom.
4113 (rcirc-nick): New internal variable.
4114 (rcirc-process): Remove variable.
4115 (rcirc-server-buffer): New variable.
4116 (rcirc): Update to use rcirc-default-* variables above.
4117 (rcirc-connect): Do not add window-configuration-hook-here.
4118 (rcirc-server): New internal variable.
4119 (rcirc-connect): Do not send keepalive pings if
4120 rcirc-keepalive-seconds is nil.
4121 (with-rcirc-server-buffer): New macro.
4122 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4123 (rcirc-server-name): Rename from rcirc-server.
4124 (rcirc-buffer-process): New function.
4125 (rcirc-buffer-nick): New function.
4126 (rcirc-buffer-target): Remove function.
4127 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4128 New commands.
4129 (rcirc-mode-map): Change binding of C-c C-l to
4130 rcirc-toggle-low-priority.
4131 (rcirc-mode): Initialize coding system based on
4132 rcirc-coding-system-alist. New change-major-mode-hook to part the
4133 channel on a mode change. Make kill-buffer-hook buffer-local.
4134 (rcirc-change-major-mode-hook): New function.
4135 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4136 (rcirc-last-post-time): New variable.
4137 (rcirc-process-message): Store the last time user posted a message
4138 to this target.
4139 (rcirc-multiline-minor-mode): New mode.
4140 (rcirc-multiline-minor-mode-map): New mode map.
4141 (rcirc-edit-multiline): Put multiline-edit buffer in
4142 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4143 (rcirc-print): Ignore any line starting with an ignored nick.
4144 (rcirc-print): Decode using rcirc-decode-coding-system.
4145 (rcirc-track-minor-mode): Update global-mode-string when disabling
4146 this mode.
4147 (minor-mode-alist): Add LowPri indicator.
4148 (rcirc-toggle-low-priority): New function.
4149 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4150 next lowpriority buffer with activity.
4151 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4152 last time the user posted a message in to the target.
4153 (rcirc-update-activity-string): New formatting for low priority
4154 buffers.
4155 (rcirc-split-activity): New function.
4156 (rcirc-handler-PART, rcirc-handler-KICK)
4157 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4158 (rcirc-nick-away-alist): New variable.
4159 (rcirc-handler-301): New handler. Away messages are printed once
4160 per change.
4161
4162 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4163
4164 * info.el (Info-follow-nearest-node): Doc fix.
4165
4166 * international/mule-cmds.el (set-locale-environment): Make sure
4167 the coding-system preferred by the locale's language has the same
4168 EOL conversion type as the original buffer-file-coding-system.
4169 (locale-language-names): Add a few MS Windows language codes.
4170
4171 2006-04-07 Richard Stallman <rms@gnu.org>
4172
4173 * simple.el (eval-expression): Doc fix.
4174
4175 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4176 (eval-defun): Doc fixes.
4177
4178 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4179
4180 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4181
4182 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4183
4184 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4185 GDB list command without argument for greater generality.
4186
4187 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4188
4189 * subr.el (string-or-null-p): New function.
4190
4191 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4192
4193 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4194
4195 * files.el: Update comment about safe-local-variable declarations.
4196
4197 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4198
4199 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4200 See idlwave.org.
4201
4202 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4203 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4204
4205 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4206 See idlwave.org.
4207
4208 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4209 version 6.0 (minimal changes). See idlwave.org.
4210
4211 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4212 6.0 (minimal changes). See idlwave.org.
4213
4214 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4215
4216 2006-04-06 Romain Francoise <romain@orebokech.com>
4217
4218 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4219 symmetric encryption features and a new asynchronous interface to
4220 GnuPG. This new version is version 1.4, plus whitespace changes.
4221
4222 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4223
4224 * files.el: Move some `safe-local-variable' declarations to the
4225 respective files.
4226
4227 * textmodes/ispell.el (ispell-check-comments)
4228 (ispell-local-dictionary): Mark as safe.
4229
4230 * abbrev.el (abbrev-mode): Mark as safe.
4231
4232 * add-log.el (change-log-default-name): Mark as safe.
4233
4234 * textmodes/reftex-vars.el (reftex-vref-is-default)
4235 (reftex-fref-is-default, reftex-level-indent)
4236 (reftex-guess-label-type): Mark as safe.
4237
4238 * textmodes/fill.el (colon-double-space): Mark as safe.
4239
4240 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4241 (sentence-end-double-space, sentence-end-without-period)
4242 (sentence-end-without-space, sentence-end, sentence-end-base)
4243 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4244
4245 2006-04-06 Kim F. Storm <storm@cua.dk>
4246
4247 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4248 the :set-after list.
4249 (ido-downcase-unc-hosts): New user option. Default on.
4250 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4251 when it is set, as regexps are now applied on the fly.
4252 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4253 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4254 on the fly, but only when ido-process-ignore-lists is set.
4255 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4256 Only downcase names if ido-downcase-unc-hosts is set.
4257
4258 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4261
4262 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4263
4264 2006-04-05 Kim F. Storm <storm@cua.dk>
4265
4266 * ido.el (ido-mode): Set after ido-unc-hosts and
4267 ido-ignore-unc-host-regexps.
4268 (ido-save-history): Save ido-unc-hosts-cache.
4269 (ido-load-history): Load ido-unc-hosts-cache.
4270 (ido-reread-directory): Refresh unc hosts cache in // dir.
4271
4272 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4273 to nil while displaying slash screen.
4274
4275 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4276
4277 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4278 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4279
4280 2006-04-05 Kenichi Handa <handa@m17n.org>
4281
4282 * international/characters.el: Setup cases of Latin, Greek, and
4283 Cyrillic characters in CJK charsets.
4284
4285 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4286
4287 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4288 default-enable-multibyte-characters. This reverts the change from
4289 revision 6.17 which is no longer necessary because the passphrase
4290 is sent separately now. GnuPG messages are unreadable under
4291 multibyte locales with default-enable-multibyte-characters set to nil.
4292
4293 2006-04-04 Andreas Schwab <schwab@suse.de>
4294
4295 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4296 and `byte-compile-warnings' as `safe-local-variable'.
4297
4298 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * man.el (Man-mode-map): Restore the \r binding.
4301 (Man-abstract-xref-man-page): If Man-target-string is a function,
4302 call it.
4303 (Man-highlight-references): Use Man-default-man-entry to get the
4304 target. Deal with xrefs too.
4305 (Man-highlight-references0): Don't call the target function.
4306
4307 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4308 cannot deal with it.
4309
4310 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4311
4312 * pgg-gpg.el: Clean up process buffers every time gpg processes
4313 complete.
4314
4315 2006-04-04 Kenichi Handa <handa@m17n.org>
4316
4317 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4318 here.
4319 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4320 Temporarily bind inhibit-field-text-motion to t.
4321
4322 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * startup.el (normal-splash-screen): Only set mode-line-format in the
4325 splash buffer, so as not to interfere when debugging the code.
4326 Ignore errors when switching buffer.
4327
4328 2006-04-03 Romain Francoise <romain@orebokech.com>
4329
4330 * dired.el (dired-dnd-protocol-alist): Fix typo.
4331
4332 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4333
4334 * savehist.el (savehist): Add :version.
4335 (savehist-ignored-variables): New variable.
4336 (savehist-minibuffer-hook): Don't save variables listed in
4337 `savehist-ignored-variables'.
4338
4339 * dired.el (dired-dnd-protocol-alist): Mention that change does
4340 only apply to new buffers in doc string.
4341
4342 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4343
4344 * recentf.el (recentf-open-files-item): Include newline in button
4345 field, so opening a file will work, when the point is at the end
4346 of the file name. Allow, for example, to [i]search a file by
4347 extension and just push RET to open it.
4348
4349 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4350
4351 * pgg-gpg.el (pgg-gpg-process-filter)
4352 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4353
4354 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4355 lines, temporary fix.
4356
4357 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4360
4361 2006-04-02 Richard Stallman <rms@gnu.org>
4362
4363 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4364
4365 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4366
4367 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4368 header-mouse-map.
4369
4370 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4371 (ibuffer-mode-header-map): New keymaps.
4372 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4373 and keybindings for column headers.
4374 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4375 property.
4376
4377 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4378
4379 * speedbar.el (speedbar-after-create-hook): Doc fix.
4380
4381 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4382
4383 * shell.el (shell-directory-tracker)
4384 (shell-dynamic-complete-command): Doc fixes.
4385
4386 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4387
4388 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4389 terminals.
4390
4391 2006-04-01 Kim F. Storm <storm@cua.dk>
4392
4393 * ido.el (ido-unc-hosts-cache): New defvar.
4394 (ido-unc-hosts): If value of defcustom is a function, call it to
4395 get list of UNC hosts. Add function-item choices to specify
4396 ido-unc-hosts-net-view or user function.
4397 (ido-ignore-unc-host-regexps): New defcustom.
4398 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4399 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4400 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4401
4402 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4405 wwidth.
4406
4407 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4410 (ido-max-work-file-list, ido-switch-buffer)
4411 (ido-read-file-name-as-directory-commands):
4412 Fix typos in docstrings.
4413
4414 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4415
4416 * term/mac-win.el (mac-system-coding-system): Define and use after
4417 Mac-specific coding systems are ready.
4418
4419 2006-03-27 Romain Francoise <romain@orebokech.com>
4420
4421 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4422
4423 * ldefs-boot.el: Update.
4424
4425 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4426
4427 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4428 passphrases when it is not needed.
4429 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4430 passphrase stuff from gpg, should only be necessary when you use
4431 gpg with a smartcard.
4432
4433 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * comint.el (comint-dynamic-list-completions): Allow user to
4436 select *Completions* buffer.
4437
4438 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4439
4440 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4441
4442 2006-03-26 Andreas Schwab <schwab@suse.de>
4443
4444 * progmodes/gud.el (gdb): Only complain about multiple debugging
4445 when the gdb process is still running.
4446
4447 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4448
4449 * mail/rmail.el (tool-bar-map): Defvar it.
4450 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4451 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4452
4453 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4454
4455 * help.el (print-help-return-message): Suggest to use
4456 display-buffer instead of switch-to-buffer-other-window to restore
4457 the previous window without selecting it.
4458
4459 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4460
4461 * frame.el (select-frame-by-name): Call x-focus-frame also when
4462 window-system is mac.
4463
4464 * term/mac-win.el: Adjust Courier font specifications in
4465 x-fixed-font-alist.
4466 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4467 when directly encoding to UTF-16 in native byte order, no BOM.
4468
4469 2006-03-25 Kim F. Storm <storm@cua.dk>
4470
4471 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4472 (cua--init-keymaps): Use it instead of fixed C-return.
4473 (cua-mode): Set after it.
4474
4475 * emulation/cua-rect.el (cua--init-rectangles):
4476 Use cua-rectangle-mark-key instead of fixed C-return.
4477
4478 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4481 "run" in .gdbinit.
4482 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4483
4484 2006-03-24 Romain Francoise <romain@orebokech.com>
4485
4486 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4487 `display-buffer-other-frame'.
4488
4489 2006-03-24 Kim F. Storm <storm@cua.dk>
4490
4491 * apropos.el (apropos-synonyms): Add selection => region.
4492
4493 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4496 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4497 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4498 (gdb-data-list-register-values-regexp)
4499 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4500 Future proof against new fields being added to MI output.
4501 (gdb-send): Don't treat backslashes for program input as
4502 continuations.
4503 (gdb-assembler-handler): Don't use window-start for this handler.
4504 (gdb-frame-handler): Don't change to hollow arrow if overlay
4505 arrow doesn't move to new frame.
4506
4507 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4508
4509 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4510 prevent compiler warnings.
4511 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4512 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4513 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4514 buffer too.
4515
4516 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4517
4518 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4519 make-network-process, so we can use the same code in Gnus v5-10
4520 too and have this file fully synchronized with that release.
4521
4522 2006-03-23 Romain Francoise <romain@orebokech.com>
4523
4524 * ibuf-ext.el (ibuffer-read-filter-group-name):
4525 Use `ibuffer-generate-filter-groups' to make completion list match
4526 the filter groups that are really displayed in the Ibuffer buffer.
4527 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4528
4529 2006-03-23 Kenichi Handa <handa@m17n.org>
4530
4531 * international/mule-cmds.el (sort-coding-systems): Describe that
4532 the argument is modified in docstring.
4533
4534 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4535
4536 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4537 (pgg-gpg-update-agent): New function.
4538 (pgg-gpg-use-agent-p): New function.
4539 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4540 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4541 (pgg-gpg-sign-region): Use it.
4542
4543 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * cus-edit.el (custom-face-set): Call custom-push-theme before
4546 face-spec set so that `changed' theme is correctly saved.
4547 (custom-face-reset-standard): Reset to recalculated face rather
4548 than defface spec.
4549
4550 * custom.el (custom-push-theme): Only save `changed' theme if the
4551 current face does not match the defface specs.
4552
4553 2006-03-21 Simon Josefsson <jas@extundo.com>
4554
4555 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4556 <wilde@sha-bang.de>.
4557 (pgg-gpg-use-agent): New variable.
4558 (pgg-gpg-process-region): Use it.
4559 (pgg-gpg-encrypt-region): Likewise.
4560 (pgg-gpg-encrypt-symmetric-region): Likewise.
4561 (pgg-gpg-decrypt-region): Likewise.
4562 (pgg-gpg-sign-region): Likewise.
4563 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4564
4565 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4566
4567 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4568 bracket links.
4569
4570 2006-03-21 Kim F. Storm <storm@cua.dk>
4571
4572 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4573 fringe-indicator-alist instead of modifying global value.
4574 (gdb-frame-handler): Likewise.
4575
4576 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4577
4578 * diff-mode.el (diff-function): Make it inherit from diff-header
4579 instead of diff-context.
4580
4581 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4582 bitmap.
4583 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4584 change names in macro above for consistency.
4585 (gdb-frame-handler): Use hollow-right-triangle for all selected
4586 frames which except the innermost (where execution has stopped).
4587 (gdb-reset): Reset buffer-local values of overlay-arrow.
4588
4589 2006-03-20 Richard Stallman <rms@gnu.org>
4590
4591 * simple.el (set-mark-command): Doc fix.
4592
4593 * files.el (display-buffer-other-frame): New command.
4594 (ctl-x-4-map): Bind C-x 5 C-o to it.
4595
4596 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4599 rather than just defer-time, in case defer-time has been changed but
4600 the timer isn't running yet.
4601 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4602
4603 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4604
4605 * help-mode.el (help-follow-symbol): New function.
4606 Essentially identical to the old `help-follow', but do not let
4607 `push-button' do the work when on an xref.
4608 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4609
4610 2006-03-19 Richard Stallman <rms@gnu.org>
4611
4612 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4613 preceded by the word `program'.
4614 (help-follow-mouse, help-follow): Throw error if not on xref.
4615 Delete no longer used args.
4616
4617 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4618
4619 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4620 annotation ensure gud-overlay-arrow-position is redisplayed.
4621
4622 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4623
4624 * textmodes/bibtex.el (bibtex-include-OPTkey)
4625 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4626 (bibtex-autokey-name-case-convert)
4627 (bibtex-autokey-titleword-case-convert): Make these the aliases
4628 for the following two variables.
4629 (bibtex-autokey-name-case-convert-function)
4630 (bibtex-autokey-titleword-case-convert-function): Make these the
4631 real names.
4632 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4633 bibtex-font-lock-crossref sublists.
4634 (bibtex-mode): Revert 2005-12-30 change (which made
4635 completion-ignore-case buffer-local).
4636 (bibtex-url): Simplify.
4637
4638 2006-03-19 Kim F. Storm <storm@cua.dk>
4639
4640 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4641 cursor property value to 2 (to align with C level change).
4642
4643 2006-03-19 Bill Wohler <wohler@newt.com>
4644
4645 * image.el (image-load-path-for-library): Shorten first line in
4646 docstring.
4647
4648 2006-03-18 Richard Stallman <rms@gnu.org>
4649
4650 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4651
4652 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4653
4654 * isearch.el (isearch-other-meta-char): Handle user bindings for
4655 shifted control characters.
4656
4657 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4658
4659 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4660 part that matches email addresses, file names, etc.
4661
4662 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4663
4664 * term/w32-win.el (mouse-set-font):
4665 Mention w32-list-proportional-fonts in the doc string.
4666
4667 2006-03-18 Kim F. Storm <storm@cua.dk>
4668
4669 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4670 (ido-unc-hosts): New user option to explicitly define list of know
4671 UNC-style hosts for completion.
4672 (ido-cache-unc-host-shares-time): New user option.
4673 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4674 New helper functions for UNC file-name support.
4675 (ido-may-cache-directory): Check for UNC host. Simplify.
4676 (ido-wash-history): Clean out old UNC hosts.
4677 (ido-nonreadable-directory-p): UNC hosts are always readable.
4678 (ido-directory-too-big-p): UNC hosts are never too big.
4679 (ido-set-current-directory): Handle UNC root path.
4680 (ido-file-name-all-completions): Complete UNC host names from
4681 ido-unc-hosts list. Cache UNC host shares.
4682 (ido-make-file-list-1): Don't filter UNC root.
4683 (ido-exhibit): Check for // in root directory, and switch to UNC
4684 mode by setting ido-current-directory to //.
4685
4686 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4687
4688 * cus-edit.el (customize-changed-options): Mention explicit
4689 version number as default in prompt.
4690
4691 2006-03-17 Bill Wohler <wohler@newt.com>
4692
4693 * image.el (image-load-path-for-library): Minor docstring fix.
4694
4695 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4696
4697 * textmodes/org.el (org-read-date): Include subgroup 5 into
4698 replacement text.
4699 (org-popup-calendar-for-date-prompt): Fix customization type.
4700
4701 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4702
4703 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4704 (gdb-continuation): New variable.
4705 (gdb-send): Deal with continuation lines.
4706
4707 * progmodes/gud.el (gud-gdb-complete-command)
4708 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4709 expressions.
4710 (gud-tooltip-mode): Use buffer-local value.
4711
4712 2006-03-16 Kim F. Storm <storm@cua.dk>
4713
4714 * ido.el (ido-edit-input): Use selected match, if any.
4715
4716 2006-03-16 Bill Wohler <wohler@newt.com>
4717
4718 * image.el (image-load-path-for-library): Prefer user's images in
4719 image-load-path.
4720
4721 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4722
4723 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4724 when checking for attempt to drag leftmost or rightmost scrollbar.
4725
4726 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4727
4728 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4729 (gdb-force-mode-line-update): New function.
4730 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4731 (gdb-exited): Use them.
4732 (gdb-signal): New function.
4733 (gdb-annotation-rules): Provide a rule for it.
4734
4735 2006-03-16 Kenichi Handa <handa@m17n.org>
4736
4737 * international/mule.el (auto-coding-regexp-alist): Add entries
4738 for Unicode BOM.
4739
4740 * sort.el (sort-build-lists): Temporarily bind
4741 inhibit-field-text-motion to t.
4742
4743 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4744
4745 * locate.el (locate-command, locate-make-command-line)
4746 (locate-fcodes-file, locate-update-command)
4747 (locate-prompt-for-command, locate, locate-with-filter)
4748 (locate-get-file-positions): Doc fixes.
4749 (locate-buffer-name, locate-header-face): Remove leading `*' in
4750 defcustom.
4751 (locate-filter-output): Use `keep-lines' instead of its alias
4752 `delete-non-matching-lines'.
4753 (locate-get-filename, locate-get-dirname): Add introductory comment.
4754 (locate-find-directory-other-window): Give appropriate error
4755 message if used outside main listing.
4756
4757 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4760 the new extend-region feature.
4761 (font-lock-after-change-function): Update correspondingly.
4762 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4763 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4764
4765 2006-03-15 Bill Wohler <wohler@newt.com>
4766
4767 * image.el (image-load-path-for-library): Fix example by not
4768 recommending that one binds image-load-path. Just defvar it to
4769 placate compiler and only use it if previously defined.
4770
4771 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4772
4773 * textmodes/org.el (org-insert-centered): Use `string-width' to
4774 make underlining work for wide characters.
4775 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4776 TAB to `org-cycle', to make sure that no binding in
4777 `outline-mode-map' can supercede it.
4778
4779 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4780
4781 * allout.el: Increment version to 2.2.1 in file commentary.
4782
4783 (allout-version): Increment to 2.2.1.
4784
4785 (allout-default-layout): New customization variable, used when the
4786 file lacks a specific allout-layout. Uses allout-layout-type for
4787 recursively nested definition.
4788
4789 (allout-layout-type): Widget defining allout layouts, necessary for
4790 self-recursive definition.
4791
4792 (allout-mode): Incorporate allout-default-layout as fallback for
4793 allout-layout.
4794
4795 (allout-layout): Mark as 'safe-local-variable', and refer mention
4796 fallback to `allout-default-layout' in absence of a specified value.
4797 (allout-passphrase-verifier-string)
4798 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4799
4800 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4801
4802 (allout-get-encryption-passphrase-verifier): Use correct name of
4803 passphrase verifier in docstring.
4804
4805 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4808 elements.
4809 (gdb-find-watch-expression): Make it work for arrays too.
4810 Follow change to gdb-var-list.
4811 (gud-watch): Allow the user to enter variable name with a prexix
4812 arg. Create keybindings.
4813 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4814 (gdb-var-list-children-handler, gdb-var-update-handler)
4815 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4816 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4817 Follow change to gdb-var-list.
4818 (gdb-starting): Don't show the overlay arrows when program is running.
4819
4820 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4821 gdb-var-list.
4822
4823 2006-03-14 Bill Wohler <wohler@newt.com>
4824
4825 * image.el (image-load-path-for-library): Pass value of path
4826 rather than symbol. Always return list of directories.
4827 Guarantee that image directory comes first.
4828
4829 2006-03-14 Alan Mackenzie <acm@muc.de>
4830
4831 * font-core.el (font-lock-extend-region\(-function\)?.):
4832 New function/variable.
4833
4834 * font-lock.el (font-lock-after-change-function):
4835 Call font-lock-extend-region. Obey font-lock-lines-before.
4836 (font-lock-default-fontify-region): Remove reference to
4837 font-lock-lines-before.
4838
4839 * jit-lock.el (jit-lock-after-change):
4840 Call font-lock-extend-region. Obey font-lock-lines-before.
4841
4842 2006-03-14 David Ponce <david@dponce.com>
4843
4844 * tree-widget.el (tree-widget-themes-load-path)
4845 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4846
4847 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4848
4849 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4850 (rcirc-print): Mark the start of text at the end of the prompt.
4851 (rcirc-track-minor-mode): Add autoload cookie.
4852 (rcirc-update-activity-string): Add space to front of mode-line
4853 indicator.
4854
4855 2006-03-13 Miles Bader <miles@gnu.org>
4856
4857 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4858 (rcirc-abbrev-nick): Remove function.
4859 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4860
4861 2006-03-13 David Ponce <david@dponce.com>
4862
4863 * tree-widget.el: Handle themes across all occurrences of the main
4864 themes sub-directory found in tree-widget-themes-load-path.
4865 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4866 (tree-widget--locate-sub-directory): Return all occurrences.
4867 (tree-widget-themes-path): New function.
4868 Replace tree-widget-themes-directory, and return a list of directories.
4869 (tree-widget-set-parent-theme)
4870 (tree-widget-lookup-image): Use it.
4871
4872 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4873
4874 * textmodes/org.el (org-link-search): Avoid self-matching of
4875 links, allow target text to be distributed over several lines.
4876 (org-search-not-link): New function.
4877 (org-set-regexps-and-options, org-get-current-options):
4878 New startup options.
4879 (org-export-as-html): Take odd-level setting from local variable.
4880 (org-fontify-emphasized-text): New option.
4881 (org-set-font-lock-defaults): Include emphasized text.
4882 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4883 (org-font-lock): Customize group renamed from `org-faces'.
4884
4885 2006-03-13 John Paul Wallington <jpw@pobox.com>
4886
4887 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4888 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4889
4890 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4891
4892 * cus-start.el (all): Delete :version keyword for members of the
4893 fringe group, since the entire group is new in 22.1.
4894
4895 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4898 map if value is hexadecimal (an address).
4899 (gud-watch): Only search roots for existing watch expressions.
4900 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4901 prevent caching problems with speedbar-update-directory-contents.
4902
4903 2006-03-12 Juri Linkov <juri@jurta.org>
4904
4905 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4906 before comparing with `low' and `warn'.
4907
4908 * info.el (Info-dir-remove-duplicates): Move point to the
4909 beginning of the current line after deleting the entries from
4910 redundant heading. Use marker for `limit' and compare it with
4911 point before calling `re-search-forward'.
4912
4913 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4914
4915 * simple.el (yank): Fix typo in docstring.
4916
4917 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4918
4919 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4920 messages, where "D" is the 6th character.
4921
4922 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4923
4924 * simple.el (yank): Fix last change.
4925
4926 2006-03-11 David Ponce <david@dponce.com>
4927
4928 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4929 merging elements from the standard ispell-dictionary-alist.
4930 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4931 alist, and return the new alist.
4932
4933 2006-03-11 Richard Stallman <rms@gnu.org>
4934
4935 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4936
4937 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4938 the way it is implemented is too unclean.
4939
4940 * simple.el (kill-region, yank): Doc fix.
4941
4942 * battery.el (battery-echo-area-format): Doc fix.
4943 (battery-mode-line-format): Likewise.
4944 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4945 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4946
4947 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4948
4949 * progmodes/octave-mod.el (octave-indent-for-comment):
4950 Behave according to do string.
4951
4952 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4953
4954 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4955 Be visible only if major mode is Mail Mode.
4956
4957 * textmodes/flyspell.el (flyspell-external-point-words)
4958 (flyspell-process-localwords): Fix last changes.
4959
4960 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4961
4962 * calendar/holidays.el (list-holidays): Doc fix.
4963
4964 * international/mule.el (auto-coding-alist): Add .odt
4965 (OpenOffice's open document) files.
4966
4967 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4968 document) files. Mention in the doc string the need to sync with
4969 auto-coding-alist.
4970
4971 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4974 enable-local-variables is set to always query, or there is no
4975 savable variable.
4976
4977 2006-03-10 Bill Wohler <wohler@newt.com>
4978
4979 * image.el (image-load-path-for-library): Merge at least three
4980 functions from Gnus and MH-E into this one function that can now
4981 be shared.
4982
4983 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4984
4985 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4986 gdb-remove-mouse-face and remove help-echo too.
4987 (gdb-enqueue-input): Correct conditional clause.
4988
4989 2006-03-10 Glenn Morris <rgm@gnu.org>
4990
4991 * calendar/calendar.el (calendar-holidays): Doc fix.
4992 * calendar/holidays.el (list-holidays): Doc fix.
4993
4994 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4995
4996 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4997 it gets called in gdb-prompt anyway.
4998 (gdb-use-separate-io-buffer): Only restore window arrangement for
4999 gdb-many-windows.
5000 (gdb-enqueue-input): Make it harder to send GDB input when program
5001 is running.
5002 (gdb-buffer-list): New variable.
5003 (gdb-remove-mouse-face): New function.
5004 (gdb-starting): Use it when GDB input won't get sent.
5005
5006 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * help.el (view-lossage): Remove trailing whitespace before
5009 inserting "\n".
5010
5011 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * files.el (hack-local-variables-confirm):
5014 Set coding-system-for-read to nil before writing to .emacs.
5015
5016 * arc-mode.el (archive-extract): Check if an existing buffer name
5017 comes from a different archive.
5018
5019 * help.el (describe-key-briefly): If KEY is a down event, read and
5020 discard the up event.
5021
5022 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5023
5024 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5025 be edited and use font-lock-warning-face for any changes.
5026
5027 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5028 (gdb-edit-value): Use it to report any errors.
5029
5030 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * help.el (describe-key): Remove leftover test code.
5033
5034 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5035
5036 * textmodes/org.el: Move defvars out of eval-when-compile.
5037 Use buffer-file-name variable.
5038 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5039 arg `file'.
5040 (org-level-faces): Remove startup dependency.
5041 (org-cycle, org-map-tree, org-scan-tags)
5042 (org-remember-handler): Don't call `outline-level' directly.
5043 (org-mhe-search-all-folders): New option.
5044 (org-mhe-get-message-folder-from-index)
5045 (org-mhe-get-message-folder): Fix indexing search.
5046 (org-format-agenda-item): Handle nil TAGS argument.
5047 (org-cleaned-string-for-export, org-activate-target-links)
5048 (org-make-target-link-regexp): Deal with empty radio target list.
5049 (org-tag): New face.
5050 (org-get-level-face): New function.
5051 (org-set-font-lock-defaults): Simplify setup for headlines.
5052 (org-complete): Pass common substring to `display-completion-list'.
5053
5054 2006-03-06 David Ponce <david@dponce.com>
5055
5056 * tree-widget.el: Update Commentary header.
5057 (tree-widget-theme-name): Ignore parent themes.
5058 (tree-widget-set-parent-theme): New function.
5059 (tree-widget-set-theme): Use it.
5060 (tree-widget-set-image-properties): Move definition. Does nothing
5061 if image properties have already been set.
5062 (tree-widget-image-properties): Move definition. Receive an image
5063 name. Set the :pointer property.
5064 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5065 Don't set the :pointer image property.
5066 (tree-widget-convert-widget): New function. Handle :dynargs
5067 compatibility here.
5068 (tree-widget): Use it to :convert-widget. Add the :expander-p
5069 predicate to control when the :expander function is entered.
5070 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5071 (tree-widget-value-create): Handle :expander-p. widget-apply
5072 :expander.
5073 (tree-widget-expander-p): New function. Default value of the
5074 :expander-p property.
5075
5076 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * help.el (describe-key): Properly handle the return value of
5079 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5080 remaps. Handle string and vector `follow-link' values.
5081
5082 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * complete.el (PC-expand-many-files): Try be more careful when parsing
5085 the shell's output.
5086
5087 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * outline.el (hide-sublevels): Provide better interactive default.
5090
5091 2006-03-06 Kenichi Handa <handa@m17n.org>
5092
5093 * international/fontset.el (create-fontset-from-fontset-spec):
5094 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5095
5096 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5097
5098 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5099 backslashes instead of one in regexp.
5100 (gud-tooltip-dereference): Add missing optional argument.
5101
5102 2006-03-04 John Paul Wallington <jpw@pobox.com>
5103
5104 * wdired.el (toplevel): Require `cl' at compile-time.
5105
5106 2006-03-04 Andreas Schwab <schwab@suse.de>
5107
5108 * server.el (server-process-filter): Handle errors during
5109 evaluation of the argument.
5110
5111 2006-03-03 John Paul Wallington <jpw@pobox.com>
5112
5113 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5114 escape parentheses at beginning of line.
5115 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5116 (t-mouse-mode): Remove period from end of error message.
5117
5118 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5119
5120 * textmodes/flyspell.el (flyspell-process-localwords):
5121 Be case-sensitive.
5122
5123 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5124
5125 * cus-edit.el (custom-quote): Remove function, since it has been
5126 moved to custom.el.
5127
5128 * font-lock.el (lisp-font-lock-keywords-2)
5129 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5130 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5131 they have no special meaning.
5132
5133 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5134 indirect buffer gets killed before indirect buffer. Use dolist.
5135
5136 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5137
5138 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5139 value instead of a literal constant (1) on more pauses.
5140
5141 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5142
5143 * textmodes/flyspell.el (flyspell-external-point-words):
5144 Be case-sensitive.
5145
5146 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5147
5148 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5149 with "www".
5150
5151 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5152
5153 * allout.el: Restablish intermediate missing comment header to
5154 preserve outline structure.
5155 (allout-beginning-of-current-entry): Skip invisible text.
5156 (allout-open-topic): Fix opening a topic at end-of-buffer.
5157 (allout-minor-mode): Move nearer to allout-mode function.
5158
5159 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5160
5161 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5162
5163 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5164
5165 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5166 is nil.
5167
5168 * progmodes/gud.el (gud-speedbar-menu-items):
5169 Use buffer-local-value and add missing :visible keyword.
5170
5171 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5172
5173 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5174
5175 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5176 must be `follow-link'.
5177
5178 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5179
5180 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5181 formatting: No nested anchors.
5182 (org-all-targets): Fix bug with XEmacs compatibility.
5183 (org-read-date): Add (require 'parse-time).
5184 (org-set-tags): Fix bug with extra inserted space.
5185 (org-export-html-style): Define a style class for targets.
5186 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5187 (org-hide-leading-stars): New option.
5188 (org-hide): New face.
5189 (org-set-font-lock-defaults): Allow to hide leading stars.
5190 (org-get-legal-level, org-tr-level): New functions.
5191 (org-odd-levels-only): New option.
5192 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5193 (org-demote, org-promote): Deal with double-star levels.
5194 (org-convert-to-odd-levels): New command.
5195
5196 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5197
5198 * speedbar.el (speedbar-update-localized-contents): Try to
5199 preserve window-start.
5200 (speedbar-update-directory-contents): Try to preserve window-start
5201 and window-point.
5202 (speedbar-update-special-contents): Don't move back to start of window.
5203
5204 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5205 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5206 speedbar-timer-fn.
5207 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5208 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5209 instead of gdb-speedbar-timer-fn.
5210
5211 2006-02-28 Jay Belanger <belanger@truman.edu>
5212
5213 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5214 (math-compose-expr): Use latex option when calling
5215 `math-compose-tex-matrix' for latex mode.
5216
5217 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5218
5219 * speedbar.el: Re-instate comments about developing for speedbar
5220 [this is what info and gdb-ui use even if better methods exist now].
5221
5222 * t-mouse.el: New file.
5223 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5224 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5225 (t-mouse-make-event-element): Use posn-at-x-y instead.
5226 (t-mouse-make-event): Deal with Fedora Core 3.
5227 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5228 (t-mouse-mouse-position-function): New function. Use it instead
5229 of advising mouse-position.
5230 (t-mouse-mode): New minor mode.
5231 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5232
5233 2006-02-27 Glenn Morris <rgm@gnu.org>
5234
5235 * calendar/calendar.el (calendar-holidays): Doc fix.
5236
5237 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5238
5239 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5240 Re-introduce the concept of a source window.
5241 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5242 consistency with get-buffer-create.
5243 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5244 (gdb-data-list-register-values-handler)
5245 (gdb-stack-list-locals-handler): Try to preserve window-start as
5246 well as window-point.
5247 (gdb-display-source-buffer): New function (old concept).
5248 (gdb-goto-breakpoint): Use it.
5249
5250 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5251 for gdb-ui/gdb-mi (old concept).
5252
5253 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5254
5255 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5256 binding.
5257
5258 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5259
5260 * textmodes/reftex-sel.el (reftex-select-label-map)
5261 (reftex-select-bib-map): Add `follow-mouse' binding.
5262
5263 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5264
5265 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5266 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5267 Give :set functions to provide automatic updating.
5268 Update docstring. Give compiler defvars early in the file
5269 and move the defcustoms to a later spot where all called functions
5270 are defined.
5271 (jka-compr-file-name-handler-entry): Doc fix.
5272 (jka-compr-compression-info-list--internal)
5273 (jka-compr-mode-alist-additions--internal)
5274 (jka-compr-load-suffixes--internal): New variables.
5275 (jka-compr-install): Set the three above variables.
5276 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5277 (jka-compr-update, jka-compr-set): New functions.
5278 (auto-compression-mode): Doc fix.
5279
5280 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5281 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5282 Use jka-compr-compression-info-list--internal,
5283 jka-compr-mode-alist-additions--internal and
5284 jka-compr-load-suffixes--internal.
5285
5286 * files.el (load-library):
5287 * loadhist.el (file-loadhist-lookup):
5288 * startup.el (command-line):
5289 * subr.el (locate-library):
5290 * emacs-lisp/autoload.el (update-directory-autoloads):
5291 * emacs-lisp/find-func.el (find-library-suffixes):
5292 Use `get-load-suffixes' instead of `load-suffixes'.
5293
5294 * subr.el (locate-library):
5295 * emacs-lisp/find-func.el (find-library-name):
5296 Use `load-file-rep-suffixes' instead of '("").
5297
5298 2006-02-26 Kim F. Storm <storm@cua.dk>
5299
5300 * ido.el (ido-save-history, ido-load-history): Simplify.
5301 Don't use find-file-noselect to avoid interference from other modes.
5302
5303 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5304
5305 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5306 to use the default shell if filename is not available.
5307 Reported by Giorgos Keramidas.
5308
5309 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5310
5311 * progmodes/etags.el (tags-completion-table): Do completion from
5312 all the tables in the current list, as documented in the manual.
5313
5314 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5315
5316 * CC Mode Update to 5.31.3.
5317
5318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5319
5320 * progmodes/cc-mode.el (c-postprocess-file-styles):
5321 Bind inhibit-read-only to t, around the call to
5322 c-remove-any-local-eval-or-mode-variables, so that it works on a
5323 RO file.
5324
5325 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5326
5327 * progmodes/cc-awk.el: Correct a typo.
5328
5329 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5330
5331 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5332 c-hungry-delete-backwards, at the request of RMS. Leave the old
5333 name as an alias.
5334
5335 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5336
5337 * progmodes/cc-mode.el: Correct a typo.
5338
5339 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5340
5341 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5342
5343 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5344
5345 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5346 brace-else-brace (error due to mbeg, mend being undefined).
5347
5348 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5349
5350 * progmodes/cc-mode.el: File Local variables: Solve the problem
5351 where both `mode' and c-file-offsets are specified: `mode' will
5352 overwrite c-f-o's settings:
5353 (c-remove-any-local-eval-or-mode-variables): New function.
5354 (c-postprocess-file-styles): Call the above new function, within
5355 c-tentative-buffer-change, to splat `mode' and `eval' before the
5356 second hack-local-variables.
5357
5358 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5359
5360 * progmodes/cc-mode.el:
5361 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5362 (c-after-change): Protect the match data with save-match-data.
5363 It was getting corrupted by c-after-change-check-<>-operators.
5364
5365 * cc-defs.el: [Supersedes patch V1.38]:
5366 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5367 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5368
5369 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5370 with save-match-data. It was being corrupted when Font Lock was
5371 not enabled.
5372
5373 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5374
5375 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5376 Mode and Subword Mode.
5377
5378 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5379 real labels ("case 1:" or "foo:") from non-labels ("public:").
5380 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5381 coding; c-f-t-2 doesn't move over a token at EOB.
5382
5383 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5384
5385 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5386 (c-update-modeline): Concatenate the minor mode indicators
5387 directly onto mode-name, removing c-submode-indicators.
5388 Sometimes, c-s-i got separated from the mode name on the mode line.
5389
5390 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5391 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5392
5393 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5394
5395 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5396 error message when there's an evaluation error to show whether
5397 it's loaded from source or not.
5398 (c-filter-ops): Make it available at runtime too to work when
5399 `c-make-init-lang-vars-fun' needs to evaluate from source.
5400
5401 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * help.el (help): Revert last part of 2006-02-23 change (deletion
5404 of the `provide' call).
5405
5406 2006-02-23 Juri Linkov <juri@jurta.org>
5407
5408 * compare-w.el (compare-windows-highlight): Add new value
5409 `persistent' and change :type from `boolean' to `choice'.
5410 (compare-windows-overlays1, compare-windows-overlays2):
5411 New internal variables.
5412 (compare-windows-highlight): If compare-windows-highlight is
5413 `persistent', add current overlays to compare-windows-overlays[12]
5414 instead of adding compare-windows-dehighlight to pre-command-hook.
5415 (compare-windows-dehighlight): Delete all overlays from
5416 compare-windows-overlays[12].
5417
5418 * info.el (Info-search): Don't bind search-spaces-regexp to
5419 Info-search-whitespace-regexp in non-regexp isearch mode.
5420
5421 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5424
5425 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * textmodes/org.el (org-xemacs-p)
5428 (org-export-html-show-new-buffer, org-table-may-need-update)
5429 (org-insert-item, org-mhe-get-message-real-folder)
5430 (org-mhe-get-message-folder-from-index)
5431 (org-mhe-get-message-folder, org-mhe-get-message-num)
5432 (org-mhe-get-header, org-make-org-heading-search-string)
5433 (org-make-org-heading-camel, org-table-sort-lines)
5434 (org-format-org-table-html, org-format-table-table-html):
5435 Fix typos in docstrings.
5436
5437 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5438
5439 * textmodes/org.el (org-cleaned-string-for-export)
5440 (org-solidify-link-text): New function.
5441 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5442 XEmacs, just to silence the compiler.
5443 (org-export-as-ascii, org-export-as-html-and-open):
5444 Use `org-cleaned-string-for-export' and create internal links.
5445 (org-follow-mhe-link): Require mh-e, use folder.
5446
5447 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5448
5449 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5450
5451 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5452 gdb-debug-log-length.
5453 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5454 it a real ring but...
5455 (gud-gdba-marker-filter): ...make it work like mark-ring.
5456 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5457 (gdb-mouse-jump): New function. Add bindings.
5458
5459 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5462 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5463 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5464 (gdb-debug-log-length): Customize it's length.
5465 (gud-watch, gdb-var-create-handler): Display function::var format
5466 but don't use to create variable object.
5467 (gdb-var-create-handler): Use message-box in place of message.
5468 (gdb-stopped): Call gdb-exited if signalled.
5469
5470 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5471
5472 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5473
5474 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5475
5476 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5477 if `reftex-try-all-extensions' is set.
5478
5479 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5480 fail silently when there is no valid argument at point.
5481 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5482 `fail-silently' argument. From a patch by David Reiter.
5483
5484 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5485 New commands.
5486 (org-mark-ring): New variable.
5487 (org-mark-ring-length): New option.
5488 (org-open-at-point, org-goto, org-open-file): Push old position
5489 onto the mark ring.
5490 (org-add-hook): New function.
5491 (org-export-table-remove-special-lines): New option.
5492 (org-skip-comments, org-format-org-table-html): Respect new
5493 option `org-export-table-remove-special-lines'.
5494 (org-open-file): Allow special command configuration for
5495 directory link.
5496 (org-file-apps): Fix bugs in customize type, added setting
5497 for directories.
5498 (org-activate-tags, org-format-agenda-item, org-complete)
5499 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5500 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5501 (org-link-search, org-make-org-heading-search-string)
5502 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5503 (org-radio-targets, org-file-link-context-use-camel-case)
5504 (org-activate-camels): New options.
5505 (org-update-radio-target-regexp, org-all-targets)
5506 (org-make-target-link-regexp, org-activate-target-links):
5507 New functions.
5508 (org-make-org-heading-search-string): New function.
5509 (org-store-link, org-insert-link): Use new option
5510 `org-file-link-context-use-camel-case'.
5511 (org-activate-camels): Use new option `org-activate-camels'.
5512 (org-link-regexp): Add mhe prefix.
5513 (org-open-at-point, org-store-link): Support for mhe links.
5514 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5515 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5516 (org-mhe-get-header, org-follow-mhe-link): New functions.
5517 (org-remove-angle-brackets, org-add-angle-brackets):
5518 New functions.
5519 (org-bracket-link-regexp): New constant.
5520 (org-read-date): Fix bug that was rejecting all typed dates.
5521 (org-link-search): Make hierarchy above visible after a match.
5522 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5523 (org-store-link): Fix bug with link creation when cursor is in
5524 an empty line.
5525 (org-open-at-point): Fix bug with matching a link.
5526 Fixed buggy argument sequence in call to `org-view-tags'.
5527 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5528 (org-prefix-has-tag): New variable.
5529 (org-format-agenda-item): Remove tags from headline
5530 if appropriate.
5531 (org-agenda-remove-tags-when-in-prefix): New option.
5532
5533 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5534
5535 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5536 Fix the regular expressions.
5537
5538 2006-02-21 Richard M. Stallman <rms@gnu.org>
5539
5540 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5541 if there's no other specific basis.
5542
5543 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5544 as variables at all.
5545 (unsafep-variable): Rename arg; doc fix.
5546
5547 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5548
5549 * calendar/appt.el (diary-selective-display): Add defvar.
5550
5551 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5552
5553 * isearch.el (search-whitespace-regexp): Fix custom type.
5554
5555 * help.el (describe-key-briefly): Compute interactive args
5556 in same was as before previous change.
5557
5558 * files.el (enable-local-variables): Doc fix.
5559
5560 2006-02-21 Kim F. Storm <storm@cua.dk>
5561
5562 * fringe.el: Cleanup as file is now pre-loaded.
5563 (fringe-bitmaps): Initialize unconditionally.
5564 (fringe-mode, set-fringe-style): Remove autoload cookies.
5565
5566 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5567
5568 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5569 `horizontal-bar'.
5570 (fringe-cursor-alist): Use `horizontal-bar'.
5571
5572 2006-02-20 Kim F. Storm <storm@cua.dk>
5573
5574 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5575 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5576
5577 * loadup.el: Load "fringe" on window systems.
5578
5579 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5580
5581 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5582 out of scope components.
5583
5584 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5585 default.
5586
5587 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * custom.el (customize-mark-to-save, customize-mark-as-set):
5590 Load the symbol first.
5591
5592 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5593
5594 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5595 strech spec so it doesn't display as "^J" on the header line
5596 when `Buffer-menu-use-header-line' is t.
5597
5598 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5599
5600 * speedbar.el (speedbar-make-button): Keep text properties
5601 of string arguments if desired.
5602
5603 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5604 expessions.
5605
5606 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5607 of speedbar.
5608
5609 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5610
5611 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5612 to value of `read-file-name-completion-ignore-case'.
5613
5614 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * custom.el (customize-mark-as-set): Push to `user' theme.
5617
5618 * cus-edit.el (custom-save-variables): Allow unthemed values.
5619 (customize-set-variable): Push setting to `user' theme.
5620
5621 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5622
5623 * progmodes/gud.el: Don't require font-lock as it's now
5624 automatically loaded.
5625 (gud-speedbar-buttons): Replace gdb-var-changed with
5626 gdb-force-update.
5627
5628 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5629 gdb-var-changed.
5630 (gdb-post-prompt): Use it.
5631 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5632 (gdb-var-update-handler, gdb-var-delete)
5633 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5634 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5635 gdb-force-update in gdb-post-prompt.
5636 (gdb-reset): Clear watch expressions from speedbar when quitting.
5637
5638 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5639
5640 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5641 (viper-change-state-to-vi, viper-change-state-to-emacs):
5642 Make aware of cursor coloring in the Emacs state.
5643 (viper-special-read-and-insert-char): Use read-char-exclusive.
5644 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5645
5646 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5647
5648 * viper-util.el (viper-save-cursor-color)
5649 (viper-get-saved-cursor-color-in-replace-mode)
5650 (viper-get-saved-cursor-color-in-insert-mode)
5651 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5652 state.
5653 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5654
5655 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5656 (ediff-ignore-case-option3, ediff-actual-diff-options)
5657 (ediff-actual-diff3-options): New variables to control case sensitivity.
5658 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5659 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5660 (ediff-toggle-ignore-case): New function.
5661 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5662
5663 * ediff-help.el (ediff-long-help-message-narrow2)
5664 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5665 (ediff-long-help-message-word-mode): Add ignore-case command.
5666 (ediff-help-for-quick-help): Add ignore-case command.
5667
5668 * ediff-merg.el: Move provide to the end.
5669
5670 * ediff-ptch.el: Move provide to the end.
5671
5672 * ediff-wind.el: Move provide to the end.
5673
5674 * ediff-mult.el: Move provide to the end.
5675 (ediff-set-meta-overlay): Enable follow-link.
5676
5677 * ediff.el: Move provide to the end.
5678 Break recursive load cycle in eval-when-compile.
5679 (ediff-patch-buffer): Better heuristics.
5680
5681 * ediff-util.el: Move provide to the end.
5682 Break recursive load cycle in eval-when-compile.
5683 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5684 defuns.
5685 (ediff-submit-report): Pass the values of ediff-diff3-program,
5686 ediff-diff3-options.
5687
5688 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5691 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5692 `' (for example, in the docstring of `windmove-default-keybindings').
5693
5694 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5697 shadow face. Don't provide binding to edit variable when it is
5698 out of scope.
5699
5700 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5701 (gdb-var-update-handler): Detect out of scope variables with pre
5702 GDB 6.4 too.
5703 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5704 Reset status of variable objects to nil in update handlers.
5705 (gdb-var-update-handler-1): Detect when a variable object comes
5706 in scope. setcar on var changes gdb-var-list directly.
5707
5708 2006-02-17 Juri Linkov <juri@jurta.org>
5709
5710 * ffap.el (ffap) <defface>: Add explicit face declaration.
5711 (ffap-highlight): Use face `ffap' directly instead of checking
5712 for its existence.
5713
5714 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5715 `visible-ok' of `other-buffer' to find the right original buffer.
5716
5717 * info.el (Info-search): Skip `Local Variables' node.
5718
5719 2006-02-17 Juri Linkov <juri@jurta.org>
5720
5721 * info.el (Info-find-file): Check for symbols `apropos', `history',
5722 `toc' in the input filename, and return these symbols as is.
5723 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5724 `history', `toc' instead of strings.
5725 (Info-set-mode-line): For non-string Info-current-file use the
5726 symbol's name inside **.
5727 (Info-isearch-push-state): Add quote before Info-current-file and
5728 Info-current-node.
5729 (Info-isearch-pop-state): Use `equal' instead of `string='.
5730 (Info-extract-pointer, Info-following-node-name): Use
5731 `match-string-no-properties' instead of `match-string'.
5732 (Info-up): Check `old-file' for `stringp'.
5733 (Info-history): Use `equal' instead of `string-equal'.
5734 Check `file' for `stringp'.
5735 (Info-history): Use symbol `history' instead of string as first arg
5736 of `Info-find-node'.
5737 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5738 `toc' instead of string.
5739 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5740 instead of `buffer-substring', and `match-string-no-properties'
5741 instead of `match-string'.
5742 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5743 instead of strings.
5744 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5745 Use symbol `apropos' instead of string.
5746 (Info-copy-current-node-name): Check `Info-current-file' for
5747 `stringp' and construct a command with `Info-find-node' from it.
5748 (Info-fontify-node): Use `match-string-no-properties' instead of
5749 `match-string' and check file names for `stringp'.
5750 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5751 `history', `toc' instead of strings.
5752
5753 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * files.el: Rearrange functions and variables in the file local
5756 variables section.
5757
5758 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * files.el: Add truncate-lines, ispell-check-comments and
5761 ispell-local-dictionary as safe local variables.
5762
5763 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5764
5765 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5766 out of scope variables.
5767 (gud-speedbar-buttons): Use unless.
5768
5769 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5770 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5771 (gdb-show-changed-values): Also use for out of scope variables.
5772 (gdb-var-update-handler-1): Note if variable goes out of scope.
5773
5774 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5775
5776 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5777 default to global variable values for unsupplied args.
5778 (rcirc-get-buffer-create): Fix bug with setting the target.
5779 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5780 test for rcirc-always-use-server-buffer-flag here.
5781 (rcirc-response-formats): Add %N, which is a facified nick. %n
5782 uses the default face. Change the ACTION format string. If the
5783 "nick" is the server, don't print anything for that field.
5784 Comment fixes.
5785 (rcirc-target-buffer): Don't test
5786 rcirc-always-use-server-buffer-flag here.
5787 (rcirc-print): Squeeze extra spaces out of the text before message.
5788 (rcirc-put-nick-channel): Strip potential "@" char from nick
5789 before adding them to nick table.
5790 (rcirc-url-regexp): Improve to match address like "foo.com".
5791
5792 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5793
5794 * allout.el (allout-hidden-p): Move this defsubst before
5795 allout-overlay-interior-modification-handler, where it is first
5796 used.
5797
5798 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5799
5800 * allout.el: Use allout invisible-text overlays instead of
5801 selective display for concealed text. Also, lots of general
5802 cleanup, and improved compatibility code.
5803
5804 (allout-version) Incremented, corrected, revised, and refined
5805 module commentary.
5806
5807 (provide 'allout): Moved to the bottom, added a require of overlay.
5808
5809 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5810 `except-current'.
5811 (allout-write-file-hook-handler): Minimize delay.
5812 (count-trailing-whitespace-region): New function so
5813 auto-encryption of current topic can resituate cursor exactly.
5814 PGP/GPG encryption trims trailing whitespace from lines, which
5815 must be accounted for across encryption then decryption.
5816
5817 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5818 just plain "\C-c", to avoid intruding on user's keybinding space.
5819
5820 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5821 parameter, so user request to provide a new password is done.
5822
5823 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5824 Refined mechanism for auto-filling behavior while in allout mode.
5825
5826 (allout-mode): Explicitly specify the mode map in the docstring.
5827 Clarify provision for various write-file hook var names.
5828 Adjusted for invisible-text overlays instead of selective-display.
5829
5830 (allout-depth): Really return 0 if not within any topic. This
5831 rectifies `allout-beginning-of-level' and sequence numbering
5832 errors that occur when cutting and pasting numbered topics.
5833 Changed from a in-line subst to a regular function, as well.
5834
5835 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5836
5837 (allout-end-of-subtree, allout-end-of-subtree)
5838 (allout-end-of-entry, allout-end-of-current-heading)
5839 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5840 (allout-show-children, allout-show-to-offshoot)
5841 (allout-hide-current-entry, allout-show-current-entry): Rectified
5842 handling of trailing blank lines between items.
5843
5844 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5845 (allout-current-depth, allout-unprotected, allout-hidden-p)
5846 (allout-on-current-heading-p, allout-listify-exposed)
5847 (allout-chart-subtree, allout-goto-prefix)
5848 (allout-back-to-current-heading, allout-get-body-text)
5849 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5850 (allout-hide-region-body, allout-toggle-subtree-encryption)
5851 (allout-encrypt-string, allout-encrypted-key-info)
5852 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5853 (allout-file-vars-section-data): Adjusted for use with
5854 invisible-text overlays instead of selective-display.
5855
5856 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5857 Reworked for use with invisible text overlays.
5858
5859 (allout-current-topic-collapsed-p): New function.
5860
5861 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5862 to know when to close the containing topic.
5863
5864 (allout-pre-command-business, allout-post-command-business):
5865 Simplify undo-batching and dynamic isearch exposure.
5866
5867 (allout-set-overlay-category): New for invisible-text overlays.
5868 Sets properties of allout-overlay-category, used by
5869 allout-flag-region to set invisible-text overlay properties.
5870 (allout-get-invisibility-overlay): Get the first qualifying
5871 invisibility overlay, so we can find the extent of it.
5872 (allout-back-to-visible-text): Get to just before the beginnining
5873 of the current invisibility overlay, if any.
5874
5875 (allout-overlay-insert-in-front-handler)
5876 (allout-overlay-interior-modification-handler)
5877 (allout-before-change-handler, allout-isearch-end-handler): New
5878 functions to handle extraordinary actions affecting concealed
5879 text.
5880
5881 (allout-flag-region): Use overlays instead of selective-display
5882 for invisible text - by inheritence from the properties of
5883 allout-overlay-category in mainline Emacs, and applied
5884 property-by-property in XEmacs, some recent versions of which
5885 don't inherit the properties from the category. Provisions to
5886 respond to concealed-text edits simplified drastically.
5887
5888 (allout-isearch-rectification, allout-isearch-was-font-lock)
5889 (allout-isearch-expose, allout-enwrap-isearch)
5890 (allout-isearch-abort, allout-pre-was-isearching)
5891 (allout-isearch-prior-pos, allout-isearch-did-quit)
5892 (allout-isearch-dynamic-expose)
5893 (allout-hide-current-entry-completely): Functions deleted.
5894
5895 (allout-undo-aggregation): Explicit undo aggregation no longer
5896 necessary due to transition away from selective-display.
5897
5898 (set-allout-regexp, allout-up-current-level)
5899 (allout-next-visible-heading, allout-forward-current-level)
5900 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5901 (allout-kill-line, allout-yank-processing, allout-show-children)
5902 (allout-expose-topic, allout-old-expose-topic)
5903 (allout-listify-exposed, allout-insert-latex-header)
5904 (allout-toggle-subtree-encryption, allout-encrypt-string)
5905 (remove-from-invisibility-spec, allout-hide-current-subtree):
5906 Ditched unused variables.
5907
5908 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5909
5910 * textmodes/ispell.el (ispell-change-dictionary): Call
5911 ispell-buffer-local-dict instead of
5912 ispell-accept-buffer-local-defs.
5913 (ispell-local-dictionary-alist): Accept as valid any coding-system
5914 supported by Emacs.
5915 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5916 changed to iso-8859-3.
5917
5918 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * speedbar.el (speedbar-frame-width): Make an inline function
5921 instead of a macro. Use frame-width.
5922 (speedbar-try-completion, speedbar-update-contents)
5923 (speedbar-timer-fn): Use consp.
5924 (speedbar-update-localized-contents): Try to preserve point.
5925
5926 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5927 (menu): Re-order menu items.
5928 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5929 field.
5930 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5931 (gdb-post-prompt): Speed things by not forcing update.
5932
5933 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5936 press and perform default action if we get a mouse movement event.
5937
5938 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * calendar/icalendar.el (icalendar--get-event-property)
5941 (icalendar--get-event-property-attributes): Fix typos in
5942 docstrings.
5943
5944 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5945 docstring.
5946
5947 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * bs.el (bs-mode): Use `buffer-disable-undo'.
5950 (bs--get-file-name): Simplify.
5951 (bs-show-in-buffer): Mark the buffer as not modified.
5952
5953 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5956 widget-button-click.
5957
5958 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5959 (custom-mode): Update docstring.
5960
5961 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5962 binding.
5963
5964 * files.el (hack-local-variables-confirm): Allow scrolling if the
5965 file variable list is too long. Kill temp buffer after use.
5966
5967 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5968
5969 * progmodes/gud.el (gdb): Improve doc string.
5970 (gdb-script-font-lock-keywords): Expand allowed character set.
5971
5972 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5973 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5974 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5975 (gdb-separate-io-stop, gdb-separate-io-eof):
5976 Rename from gdb-inferior-* to gdb-separate-*.
5977 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5978
5979 2006-02-14 Jay Belanger <belanger@truman.edu>
5980
5981 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5982 expression is a symbol before checking that it is bound.
5983
5984 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5985 test to see if equation can be solved.
5986
5987 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * wid-edit.el (widget-button-click): Use :pressed-face property
5990 for overlay face, if it exists.
5991
5992 * cus-edit.el (custom-manual, custom-add-see-also)
5993 (custom-add-parent-links, custom-group-link): Add :pressed-face
5994 property to links.
5995
5996 * files.el (hack-local-variables): Remove ignored variables before
5997 checking if any variables need setting.
5998
5999 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6000
6001 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6002
6003 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6004
6005 * help.el (where-is): Fix message for remapped commands.
6006
6007 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6008 Fix typos in docstrings.
6009
6010 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6011
6012 * files.el (safe-local-variable-values): New option.
6013 (hack-local-variables-prop-line): Return a list of variable-value
6014 pairs if MODE-ONLY is non-nil.
6015 (hack-local-variables): Construct list of variable-value pairs,
6016 and apply or reject them in one go. Ask for confirmation if
6017 variables are not known safe.
6018 (hack-local-variables-confirm): Complete rewrite. Support
6019 `safe-local-variable-values'.
6020 (enable-local-variables): Update docstring to reflect new
6021 behavior.
6022 (ignored-local-variables): Ignore ignored-local-variables and
6023 safe-local-variable-values.
6024 (safe-local-variable-p): New function.
6025 (risky-local-variable-p): `safe-local-variable' property check
6026 moved to safe-local-variable-p.
6027 (hack-one-local-variable): Checks moved to hack-local-variables.
6028
6029 (byte-compile-dynamic, c-basic-offset, c-file-style)
6030 (c-indent-level, comment-column, fill-column, fill-prefix)
6031 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6032 (no-update-autoloads, outline-regexp, page-delimiter)
6033 (paragraph-start, paragraph-separate, sentence-end)
6034 (sentence-end-double-space tab-width, version-control):
6035 Add `safe-local-variable' property.
6036
6037 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6038
6039 * icomplete.el, play/landmark.el: Change nonexistent
6040 `outline-layout' file variable to `allout-layout'.
6041
6042 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6043
6044 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6045 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6046 to gud-comint-buffer.
6047 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6048 gdb-ui.el for gdb-mi.el.
6049 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6050 registers buffer to gdb-get-changed-registers.
6051 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6052 deletion of catchpoints (throw and catch).
6053 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6054 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6055 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6056 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6057 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6058
6059 2006-02-13 Jay Belanger <belanger@truman.edu>
6060
6061 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6062 expression is a symbol before checking that it is bound.
6063
6064 2006-02-13 Richard M. Stallman <rms@gnu.org>
6065
6066 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6067 for the minibuffer too, but not if resize-mini-windows will interfere.
6068
6069 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6070 inside `interactive' spec.
6071 (describe-key-briefly-internal, describe-key-internal):
6072 Functions merged back into their callers.
6073
6074 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6075
6076 * info.el (info-xref-visited): Inherit from info-xref too.
6077 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6078 when propertizing Info-current-file and Info-current-node.
6079
6080 2006-02-13 Juri Linkov <juri@jurta.org>
6081
6082 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6083 (tumme-thumb-name): Fix per-directory format.
6084
6085 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6086
6087 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6088
6089 2006-02-12 Miles Bader <miles@gnu.org>
6090
6091 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6092
6093 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6094
6095 * tumme.el: Remove history section. If someone needs the it, it
6096 can always be found in CVS.
6097
6098 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6099
6100 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6101 about the Thumbnail Managing Standard option.
6102
6103 2006-02-12 Richard M. Stallman <rms@gnu.org>
6104
6105 * subr.el (substitute-key-definition): Doc fix.
6106
6107 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6108
6109 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6110
6111 * info.el (Info-mode): Doc fix.
6112
6113 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6114
6115 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6116
6117 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6118 because on Solaris a POSIX compatible "id" is needed. Reported by
6119 Magnus Henoch <mange@freemail.hu>.
6120
6121 2006-02-12 Juri Linkov <juri@jurta.org>
6122
6123 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6124 (tumme) <defgroup>: Change :group to `multimedia'.
6125 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6126 Managing Standard.
6127 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6128 Fix dostring.
6129 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6130 and %y. Fix docstring.
6131 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6132 (tumme-cmd-create-standard-thumbnail-command): New user options.
6133 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6134 is `standard'. Fix docstring.
6135 (tumme-thumb-width, tumme-thumb-height): New user options.
6136 (tumme-external-viewer): Try to find various viewers.
6137 (tumme-get-thumbnail-image): Use `create-image' instead of
6138 constructing the `image' structure.
6139 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6140 `standard'.
6141 (tumme-thumb-name): Add file name generation for standard storage.
6142 Simplify code for other storages.
6143 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6144 Add modification time %m and thumbnail-nq8 %q.
6145 Use `tumme-cmd-create-standard-thumbnail-command' if
6146 tumme-thumbnail-storage is `standard'.
6147 (tumme-dired-insert-marked-thumbs): New autoload command.
6148 (tumme-dired-after-readin-hook): New function.
6149 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6150 `tumme-thumb-size'.
6151 (tumme-display-image): Replace size-x %x and size-y %y with
6152 width %w and height %h.
6153
6154 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6155 `tumme-dired-insert-marked-thumbs'.
6156
6157 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6158
6159 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6160 include path).
6161 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6162 matching tag.
6163
6164 2006-02-12 Miles Bader <miles@gnu.org>
6165
6166 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6167 New variables.
6168 (rcirc-abbrev-nick): New function.
6169 (rcirc-format-response-string): Rewrite to use the formats in
6170 `rcirc-response-formats' and expand escape sequences therein.
6171 A text-property `rcirc-text' is added over the actual response
6172 text to make easy to find inside the returned string.
6173 (rcirc-print): When filling, just look for the `rcirc-text'
6174 text-property to find the appropriate fill prefix, instead of
6175 using hardwired patterns.
6176
6177 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6178
6179 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6180 Managing Standard.
6181
6182 2006-02-11 Kim F. Storm <storm@cua.dk>
6183
6184 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6185 Don't use insert-buffer; do insert-buffer-substring directly.
6186 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6187
6188 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6189
6190 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6191 with inhibit-read-only. Suggested by Stefan Monnier.
6192 (revert-buffer): Let insert-file-contents discard
6193 buffer-undo-list. Simplify code.
6194 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6195
6196 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6197
6198 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6199
6200 * help.el (describe-key-briefly): Now a wrapper for
6201 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6202 to t. Populate yank-menu if empty.
6203 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6204 (describe-key): Now a wrapper for describe-key-internal. Bind
6205 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6206 (describe-key-internal): Renamed from describe-key.
6207
6208 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6209
6210 * progmodes/glasses.el (glasses-separator): Doc fix.
6211 (glasses-original-separator): New defcustom.
6212 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6213
6214 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6215
6216 * mwheel.el (mouse-wheel-up-event): Doc fix.
6217
6218 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6219
6220 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6221 (tumme-dir): New function. Copied from thumbs.el.
6222
6223 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6224
6225 * desktop.el (desktop-outvar): Fix typo.
6226 (desktop-save-buffer-p): Doc fix.
6227
6228 * subr.el (substitute-key-definition): Fix typo.
6229
6230 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6231
6232 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6233 when window-system is mac.
6234
6235 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6236
6237 2006-02-10 Kim F. Storm <storm@cua.dk>
6238
6239 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6240 indirect-function instead of using condition-case.
6241
6242 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6243
6244 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6245 less `colloquial'...
6246
6247 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6248
6249 * tumme.el: Add a couple of todo items.
6250
6251 2006-02-09 Lars Hansen <larsh@soem.dk>
6252
6253 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6254 (highlight-changes-mode): Don't change desktop-locals-to-save.
6255
6256 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * image-mode.el (image-toggle-display): Clear image cache if using
6259 filename.
6260
6261 2006-02-09 Masatake YAMATO <jet@gyve.org>
6262
6263 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6264 a `dired-man' target.
6265
6266 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6267 boundary of symbols.
6268
6269 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6270
6271 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6272
6273 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6276 `mapcar'; return nil.
6277
6278 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6281 some other event.
6282
6283 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6284
6285 * net/rcirc.el (rcirc-startup-channels-alist):
6286 Add irc.freenode.net and #emacs as defaults.
6287 (rcirc-ignore-all-activity-flag): Remove variable.
6288 (rcirc-authinfo): New variable.
6289 (rcirc-authinfo-filename): Remove variable.
6290 (rcirc-always-use-server-buffer-flag): New flag.
6291 (rcirc): M-x rcirc will automatically connect without prompting.
6292 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6293 connection in lisp.
6294 (rcirc-process-server-response-1): Remove everything but the nick
6295 portion of the sender so it doesn't need to be done everywhere
6296 else. Update related code.
6297 (global-map): Remove global keybindings.
6298 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6299 (rcirc-send-input): Split into several functions.
6300 (rcirc-process-input-line, rcirc-process-message)
6301 (rcirc-process-command): New functions.
6302 (rcirc-target-buffer): New function to determine where to route
6303 messages.
6304 (rcirc-user-nick): Save match data.
6305 (rcirc-toggle-ignore-buffer-activity)
6306 (rcirc-update-activity-string): Remove global ignore functionality,
6307 which can be done now by toggling rcirc-track-minor-mode.
6308 (rcirc-track-minor-mode-map): New keymap.
6309 (rcirc-track-minor-mode): New minor-mode.
6310 (ignore): Make the ignore output nicer. Always print it when
6311 adding or removing nicks.
6312 (rcirc-url-regexp): Improve.
6313 (rcirc-mangle-text): Remove properties before using text in the
6314 modeline.
6315 (rcirc-authenticate): Authentication data comes from
6316 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6317 (rcirc-server-prefix): Inherit from rcirc-server.
6318
6319 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6320
6321 * Makefile.in (compile): Append "|| true" to the end of the `find'
6322 command, like compile-always does.
6323
6324 2006-02-08 Sam Steingold <sds@gnu.org>
6325
6326 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6327 output from a dead connection.
6328
6329 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6330
6331 * dired.el (dired-mode-map): Add more bindings for tumme.
6332
6333 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * wdired.el (wdired-mode-map): Use remap.
6336 (wdired-get-filename): Massage.
6337 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6338 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6339 `keymap' property rather than `local-map'.
6340
6341 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6342
6343 * tumme.el (tumme-get-thumbnail-image): New utility function.
6344 Suggested by from Chong Yidong.
6345 (tumme-dired-with-window-configuration): Rename from
6346 `tumme-dired'. Add code to save window configuration.
6347 (tumme-restore-window-configuration): New command to restore the
6348 window configuration that `tumme-dired-with-window-configuration'
6349 saves before it changes the window configuration.
6350 (tumme-show-all-from-dir): New command to display thumbnails for
6351 all files in a directory entered by the user, like M-x thumbs.
6352 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6353 have been created.
6354 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6355 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6356 Remove obsolete test function.
6357
6358 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6359
6360 * vc.el (small-temporary-file-directory): Remove defvar; there's
6361 a defcustom for it in files.el.
6362
6363 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6364 Fix typo in message.
6365 (tumme-gallery-generate): Fix typo in `error' message.
6366 (tumme-display-window-height-correction)
6367 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6368 (tumme-line-up-interactive): Dox fixes.
6369 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6370 (tumme-restore-window-configuration, tumme-format-properties-string)
6371 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6372 Fix typos in docstrings.
6373
6374 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6375
6376 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6377
6378 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6381 User should use hook if desired.
6382
6383 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6384 buffer if necessary.
6385 (gdb-delete-frame-or-window): New function.
6386 (gdb-breakpoints-mode-map): Bind "q" to it.
6387
6388 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * textmodes/nroff-mode.el: Clean up name space.
6391 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6392 (nroff-mode): Obey the global setting of nroff-electric-mode.
6393 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6394
6395 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6396
6397 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6398
6399 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6400
6401 2006-02-06 Lars Hansen <larsh@soem.dk>
6402
6403 * generic-x.el (etc-fstab-generic-mode): Add file system types
6404 cifs and usbdevfs. Allow special chars in file names.
6405
6406 2006-02-05 Jay Belanger <belanger@truman.edu>
6407
6408 Update copyright notices of the files in lisp/calc.
6409
6410 2006-02-05 Romain Francoise <romain@orebokech.com>
6411
6412 Update copyright notices of all files in the lisp/play directory.
6413
6414 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * ldefs-boot.el: Regenerate.
6417
6418 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6419
6420 2006-02-05 Kim F. Storm <storm@cua.dk>
6421
6422 * files.el (magic-mode-regexp-match-limit): New defvar.
6423 (set-auto-mode): Use it to limit magic-mode-alist matching.
6424
6425 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6426
6427 * simple.el (display-message-or-buffer): Compare the number of
6428 characters to the frame width when determining whether a 1-line
6429 message string will fit in the echo area. Count screen lines
6430 instead of buffer lines when determining whether a multi-line
6431 message will fit in the echo area/minibuffer window.
6432
6433 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6434
6435 * info.el (Info-index, Info-mode): Improve the description of the
6436 `i' command.
6437
6438 * ldefs-boot.el: Regenerate.
6439
6440 2006-02-03 Werner Lemberg <wl@gnu.org>
6441
6442 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6443 greedy to find the closing bracket in \*[...] and similar
6444 expressions. This is a first rough fix -- many additional
6445 refinements are necessary to make nroff mode really usable with groff.
6446
6447 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6448
6449 * international/mule-cmds.el (set-locale-environment):
6450 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6451 libX11.
6452
6453 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6454
6455 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6456 archive are created in archive-tmpdir.
6457
6458 2006-02-02 John Paul Wallington <jpw@pobox.com>
6459
6460 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6461 (ibuffer-fontification-alist): Use it.
6462 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6463 to "* z" and the Ibuffer Mark menu.
6464
6465 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6466
6467 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * textmodes/table.el (*table--cell-describe-mode)
6470 (*table--cell-describe-bindings): Undo last change since
6471 print-help-return-message is not obsoleted by anything at all.
6472
6473 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6474
6475 * emulation/cua-base.el (cua-mode): Doc fix.
6476
6477 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * dframe.el (dframe-handle-make-frame-visible)
6480 (dframe-handle-iconify-frame, dframe-get-focus)
6481 (dframe-select-attached-frame, dframe-power-click)
6482 (dframe-frame-mode): Fix typos in docstrings.
6483
6484 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6485 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6486 Fix typos in docstrings.
6487
6488 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6489 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6490 (hi-lock-archaic-interface-message-used)
6491 (hi-lock-file-patterns-range): Fix typos in docstrings.
6492
6493 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6494 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6495
6496 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6497 Fix typo in docstring.
6498
6499 * net/newsticker.el (newsticker--decode-iso8601-date)
6500 (newsticker--set-customvar, newsticker--buffer-insert-item)
6501 (newsticker--do-run-auto-mark-filter)
6502 (newsticker--parse-generic-feed): Doc fixes.
6503 (newsticker--retrieval-timer-list, newsticker-url-list)
6504 (newsticker-hide-immortal-items-in-echo-area)
6505 (newsticker-hide-obsolete-items-in-echo-area)
6506 (newsticker-new-item-face, newsticker--enclosure)
6507 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6508 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6509 (newsticker--parse-generic-feed, newsticker--cache-contains)
6510 (newsticker--stat-num-items, newsticker-download-enclosures):
6511 Fix typos in docstrings.
6512
6513 * net/rcirc.el (rcirc-debug): Doc fix.
6514 (rcirc-fill-column, rcirc-receive-message-hooks)
6515 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6516 (rcirc-mode, rcirc-generate-new-buffer-name)
6517 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6518 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6519 Fix typos in docstrings.
6520 (rcirc-print): "?\ " -> "?\s".
6521 (rcirc-cmd-join): Improve argument/docstring consistency.
6522
6523 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6524
6525 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6526 before narrow-to-region.
6527
6528 2006-02-01 Richard M. Stallman <rms@gnu.org>
6529
6530 * simple.el (move-beginning-of-line): Scan properly for invis change.
6531
6532 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6533
6534 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6535
6536 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6537 change bit only when id-format is 'integer. Reported by Matt
6538 Hodges <M.P.Hodges@rl.ac.uk>.
6539
6540 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * hilit-chg.el (highlight-changes-initial-state)
6543 (highlight-changes-global-initial-state): Doc fixes.
6544 (highlight-changes-global-modes, global-highlight-changes):
6545 Fix typos in docstrings.
6546
6547 2006-02-01 Kim F. Storm <storm@cua.dk>
6548
6549 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6550 transient-mark-mode in doc string.
6551
6552 2006-01-31 Richard M. Stallman <rms@gnu.org>
6553
6554 * replace.el (multi-occur): Doc fix.
6555 (multi-occur-in-matching-buffers): Rename from
6556 multi-occur-by-filename-regexp. Prefix arg says match
6557 buffer names instead of file names.
6558
6559 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * bs.el: Allow non-default values of `bs-header-lines-length'.
6562 (bs--running-in-xemacs): Remove (not needed anymore).
6563 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6564 instead of `shrink-window', thus avoiding having to compute the
6565 height of the window.
6566 (bs--up): Wrap around even when there's no header.
6567 (bs--down): Use `forward-line' instead of `next-line'.
6568
6569 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * image-mode.el (image-toggle-display): Use file name if possible,
6572 instead of unnecessarily allocating a (possibly huge) lisp string.
6573
6574 2006-01-30 John Paul Wallington <jpw@pobox.com>
6575
6576 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6577 because the `assert' macro signals it at runtime.
6578
6579 * emacs-lisp/cl.el (toplevel): Remove definition of
6580 `cl-assertion-failed' condition.
6581
6582 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6583
6584 * thumbs.el (thumbs-marked-list): Make buffer-local and
6585 permanent-local.
6586 (thumbs-insert-thumb): Make help-echo non-sticky.
6587 (thumbs-file-alist): Use eolp as check for (non)-image.
6588
6589 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6592 (ediff-before-session-group-setup-hooks)
6593 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6594 Fix typos in docstrings.
6595
6596 * window.el (bw-dir, bw-eqdir, balance-windows)
6597 (split-window-keep-point): Fix typos in docstrings.
6598
6599 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6600 (org-quote-string, org-calendar-to-agenda-key)
6601 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6602 (org-show-following-heading, org-tags-column)
6603 (org-use-tag-inheritance, org, org-allow-space-in-links)
6604 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6605 (org-enable-table-editor, org-calc-default-modes)
6606 (org-table-allow-automatic-line-recalculation)
6607 (org-export-html-style, org-export-with-fixed-width)
6608 (org-export-with-sub-superscripts, org-special-keyword)
6609 (org-formula, org-time-grid, org-table-may-need-update)
6610 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6611 (org-goto-quit, org-get-indentation, org-end-of-item)
6612 (org-move-item-down, org-move-item-up)
6613 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6614 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6615 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6616 (org-agenda-log-mode, org-agenda-toggle-diary)
6617 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6618 (org-agenda-file-to-end, org-agenda-no-heading-message)
6619 (org-agenda-get-closed, org-format-agenda-item)
6620 (org-cmp-priority, org-cmp-category, org-cmp-time)
6621 (org-agenda-change-all-lines, org-agenda-diary-entry)
6622 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6623 (org-link-search, org-camel-to-words, org-open-file)
6624 (org-remember-handler, org-table-convert-region)
6625 (org-table-move-row-down, org-table-move-row-up)
6626 (org-table-copy-region, org-table-wrap-region)
6627 (org-table-toggle-vline-visibility)
6628 (org-table-get-vertical-vector, org-table-modify-formulas)
6629 (org-table-get-specials, org-recalc-commands)
6630 (org-table-rotate-recalc-marks, org-table-eval-formula)
6631 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6632 (org-level-color-stars-only, org-insert-heading):
6633 Fix typos in docstrings.
6634 (last-arg): Add defvar.
6635
6636 * makefile.w32-in (WINS): Add erc.
6637 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6638
6639 2006-01-29 Bill Wohler <wohler@newt.com>
6640
6641 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6642 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6643 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6644 (mh-autoloads): Don't use comments on otherwise empty lines.
6645
6646 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6647
6648 * emulation/viper.el (viper-major-mode-modifier-list): Add
6649 insert-state and vi-state entries for erc-mode.
6650 (viper-go-away, viper-set-hooks): Add and remove
6651 viper-comint-mode-hook from erc-mode-hook as appropriate.
6652
6653 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6654
6655 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6656
6657 * bs.el (bs--format-aux): Implement `middle' alignment as
6658 described in the docstring for `bs-attributes-list'.
6659 (bs--get-name): Simplify. Don't pad the buffer name.
6660
6661 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6662
6663 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6664 English aspell dictionary is installed, use the first entry of
6665 ispell-dictionary-alist-1.
6666
6667 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6668
6669 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6670 Doc fix.
6671
6672 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6675 for `process-file', in order to let it work for older Emacsen too.
6676
6677 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6678
6679 * international/latexenc.el: Add a suitable `coding:' tag.
6680 (latexenc-find-file-coding-system): Undo last change.
6681
6682 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6683
6684 * international/latexenc.el (latexenc-find-file-coding-system):
6685 Make sure latexenc-main-file is a regular file and is readable.
6686
6687 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6688
6689 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6690 Pass FILE to vc-user-login-name.
6691
6692 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6693
6694 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6695
6696 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6697 there are no more images to display.
6698 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6699 the next image.
6700
6701 2006-01-26 Richard M. Stallman <rms@gnu.org>
6702
6703 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6704
6705 * wid-edit.el (advertised-widget-backward): New alias.
6706 (widget-keymap): Use advertised-widget-backward for S-TAB.
6707
6708 * tumme.el: Correct the keywords.
6709 (tumme-dir-max-size): Use defvar.
6710 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6711
6712 * simple.el (move-beginning-of-line): Take account of fields.
6713 (clone-indirect-buffer-other-window): Take args like
6714 clone-indirect-buffer, and work like it.
6715
6716 * help-fns.el (describe-function): Don't pass `nil' as default.
6717
6718 * files.el (risky-local-variable-p): Follow var aliases.
6719
6720 * subr.el (lazy-completion-table): Doc fix.
6721
6722 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6723 global binding of `line'.
6724
6725 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6726
6727 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6728 Tramp.
6729
6730 * vc.el (vc-default-dired-state-info): Pass FILE to
6731 vc-user-login-name.
6732 (vc-default-update-changelog): Don't use vc-user-login-name, we
6733 don't need it here.
6734
6735 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6736 no longer necessary.
6737
6738 2006-01-25 Kenichi Handa <handa@m17n.org>
6739
6740 * international/mule.el (decode-char): Avoid the overhead of
6741 calling utf-lookup-subst-table-for-decode if
6742 utf-translate-cjk-mode is nil.
6743 (encode-char): Avoid the overhead of calling
6744 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6745 nil.
6746
6747 2006-01-22 Kenichi Handa <handa@m17n.org>
6748
6749 * international/mule.el (make-subsidiary-coding-system): Reset
6750 `coding-system-define-form' property of subsidiaries to nil.
6751 Avoid duplicated entry in coding-system-alist.
6752 (make-coding-system): Avoid duplicated entry in
6753 coding-system-alist.
6754 (define-coding-system-alias): Likewise.
6755
6756 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6757
6758 * completion.el: Minor fixes in introductory comment.
6759 (completion-def-wrapper): Fix alist.
6760
6761 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6762
6763 * thumbs.el (thumbs-new-image-size): New function.
6764 (thumbs-increment-image-size-element)
6765 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6766 (thumbs-decrement-image-size): Delete.
6767 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6768 temp files and use to resize.
6769 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6770 Use increment argument to enlarge/shrink. Preserve point.
6771 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6772 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6773 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6774 (thumbs-mark, thumbs-unmark): Preserve point.
6775 (thumbs-modify-image): Keep old temp files and use to modify.
6776 Cleanup old temp files at load time. Preserve point.
6777 (thumbs-view-image-mode-map): Use new command names.
6778
6779 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6782
6783 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6784 the nastiest part of the cyclic dependency.
6785 (cal-menu-update): Use dotimes and calendar-increment-month.
6786
6787 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6788 (calendar-week-start-day): Add an :initializer.
6789 (calendar-mode-map): Use suppress-keymap, and command remapping.
6790 (describe-calendar-mode): Setup xref-stack info for the back button.
6791 (calendar-star-date): Insert before delete.
6792 (calendar-set-mode-line): Add file-modified info if applicable.
6793 (calendar-increment-month): New function.
6794
6795 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6796
6797 * font-lock.el (lisp-font-lock-keywords-2):
6798 Recognize "& keywords" only at word boundaries.
6799
6800 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6803 and permanent-local.
6804 (thumbs-max-image-number): New variable.
6805 (thumbs-do-thumbs-insertion): Use them.
6806 (thumbs-per-line): Change default to 4.
6807 (thumbs-marked-list): Rename from thumbs-markedL.
6808 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6809 (thumbs-rename-images): Use -list instead of L for internal variables.
6810 (thumbs-call-convert): Use call-process instead of shell-command.
6811 (thumbs-insert-thumb): Add filename as help-echo to each image.
6812 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6813 Give dir to thumbs-show-thumbs-list.
6814 (thumbs-show-thumbs-list): Set default-directory to that of images.
6815 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6816 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6817 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6818 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6819
6820 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * ses.el (ses-read-cell): Provide a default value.
6823
6824 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6825
6826 * term/w32-win.el (image-library-alist): Add additional names for
6827 GIF library.
6828
6829 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6830
6831 * international/latexenc.el (latexenc-find-file-coding-system):
6832 Add file-regular-p check.
6833
6834 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * simple.el (clone-buffer): Don't show the new buffer in the same
6837 window.
6838
6839 2006-01-23 Juri Linkov <juri@jurta.org>
6840
6841 * faces.el (link, link-visited): New faces based on default values
6842 of `info-xref' and `info-xref-visited'.
6843
6844 * info.el (info-xref): Inherit from `link'.
6845 (info-xref-visited): Inherit from `link-visited'.
6846
6847 * cus-edit.el (custom-buffer-create-internal): Use widget type
6848 `custom-manual' instead of `info-link' and don't set properties
6849 `button-face' and `mouse-face' explicitly.
6850 (custom-browse-group-tag, custom-browse-variable-tag)
6851 (custom-browse-face-tag): Inherit from widget class
6852 `custom-group-link' instead of `push-button'.
6853 (custom-button-unraised): Inherit from `underline' face.
6854 (custom-link): Inherit from `link' face. Fix doc and group.
6855 (custom-add-parent-links, custom-group-value-create): Don't set
6856 properties `button-face' and `mouse-face' explicitly for
6857 `custom-group-link' widget.
6858 (custom-group-link): Add properties `button-face' and `mouse-face'
6859 to widget definition.
6860 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6861 editable-field's :keymap property.
6862 (custom-mode): Fix docstring: substitute keybindings for
6863 `widget-forward' and `widget-backward' from `widget-keymap',
6864 `widget-complete' from `custom-field-keymap', replace old
6865 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6866
6867 * desktop.el (desktop-load-file): Check for `fboundp' before
6868 calling `symbol-function'.
6869
6870 * simple.el (clone-buffer, clone-indirect-buffer)
6871 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6872 `read-string'. Fix prompts.
6873
6874 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6875
6876 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6877
6878 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6879
6880 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6881
6882 * startup.el (inhibit-splash-screen, initial-scratch-message):
6883 Doc fixes.
6884
6885 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6886
6887 Sync with Tramp 2.0.52.
6888
6889 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6890 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6891 `tramp-unload-tramp' for checklist.
6892
6893 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6894 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6895 (tramp-unload-file-name-handler-alist)
6896 (tramp-unload-tramp): New defuns.
6897 (tramp-advice-PC-expand-many-files): New defadvice.
6898 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6899 removed.
6900 (tramp-handle-expand-file-name): Remove double slash.
6901 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6902 It doesn't matter, because it will be converted later on.
6903 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6904 implementation was just heuristic.
6905 (tramp-post-connection): Set uid and gid properties.
6906 (tramp-convert-file-attributes): Set file's gid change bit.
6907 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6908 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6909 in case of su(do)? methods. The home directory of the local user
6910 will be taken else.
6911 (tramp-open-connection-telnet)
6912 (tramp-open-connection-rsh, tramp-open-connection-su)
6913 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6914 local shell prompt could hurt. Reported by Romain Francoise
6915 <romain@orebokech.com>.
6916 (tramp-let-maybe): Add `edebug-form-spec' property.
6917 (tramp-handle-expand-file-name): Bind `default-directory' locally
6918 to "/" in order to avoid problems with UNC shares or Cygwin
6919 mounts.
6920 (tramp-md5-function): Fix typo in error message.
6921
6922 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6923
6924 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6925 for byte-compiler pacification.
6926
6927 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6928
6929 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6930 ID-FORMAT `string'. This allows us to get rid of
6931 `vc-user-login-name UID'.
6932
6933 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6934
6935 2006-01-22 John Paul Wallington <jpw@pobox.com>
6936
6937 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6938
6939 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6940
6941 * emacs-lisp/find-func.el (find-definition-noselect)
6942 (find-variable-noselect): Search variables in C source code too.
6943 (find-function-C-source, find-function-noselect, find-function)
6944 (find-function-other-frame, find-variable-noselect, find-variable)
6945 (find-variable-other-frame, find-variable-at-point):
6946 Fix docstrings.
6947
6948 2006-01-21 Francesco Potorti` <pot@gnu.org>
6949
6950 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6951
6952 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6953
6954 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6955 Default to disabling the "Save affix" question.
6956
6957 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6958
6959 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6960 the first arg to run-python.
6961
6962 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6963
6964 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6965 is not loaded.
6966
6967 2006-01-20 Jay Belanger <belanger@truman.edu>
6968
6969 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6970 limit is 0.
6971
6972 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6973 the correct variable.
6974
6975 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6976
6977 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6978 link. Fixed buggy argument sequence in call to `org-view-tags'.
6979 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6980 (org-prefix-has-tag): New variable.
6981 (org-format-agenda-item): Remove tags from headline if
6982 appropriate.
6983 (org-agenda-remove-tags-when-in-prefix): New option.
6984 (org-get-tags-at): New function.
6985
6986 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6989 (thumbs-find-image): Move image name and number from buffer name
6990 to mode name. Set thumbs-buffer. Preserve point so that large
6991 images remain visible.
6992 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6993 order.
6994 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6995 mode name.
6996 (thumbs-next-image, thumbs-previous-image): Make them work.
6997
6998 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * cus-edit.el (custom-buffer-create-internal): State in the text above
7001 the whole buffer buttons that they do not operate on hidden items.
7002 (custom-face-menu): Use `custom-face-save' instead of
7003 `custom-face-save-command'.
7004 (custom-face-save-command): Make it an alias for `custom-face-save'
7005 and declare it obsolete.
7006 (custom-face-save): Doc fix.
7007
7008 * dired.el (dired-no-confirm): Add quote.
7009 (dired-subdir-alist-pre-R): Add quote in
7010 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7011
7012 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * textmodes/table.el (table-mode-indicator): Typo in last change.
7015
7016 2006-01-19 Richard M. Stallman <rms@gnu.org>
7017
7018 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7019 Fixes bug reported in Nov 2005.
7020
7021 * isearch.el (isearch-forward): Doc fix.
7022
7023 * dired.el (dired-move-to-filename-regexp): Define as alias.
7024 (dired-no-confirm): Use defcustom.
7025 (dired-subdir-alist-pre-R): Put defvar at top level.
7026
7027 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7028
7029 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7030 Mark as risky.
7031
7032 * simple.el (set-mark-command): Doc fix.
7033 (clone-indirect-buffer-other-window):
7034 Read arg like clone-indirect-buffer.
7035 (move-beginning-of-line): Skip invisible newlines.
7036
7037 2006-01-19 Masatake YAMATO <jet@gyve.org>
7038
7039 * progmodes/cpp.el (cpp-edit-load): Make the order of
7040 listed conditions in a base C code buffer and its associate
7041 CPP Edit buffer the same.
7042
7043 2006-01-19 Kenichi Handa <handa@m17n.org>
7044
7045 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7046 (rmail-mime-feature): Likewise.
7047 (rmail-require-mime-maybe): Use display-warning to show a warning
7048 message.
7049
7050 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7051 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7052
7053 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * array.el: Move defvars out of eval-when-compile.
7056 (array-make-template): Replace undeclared global var with a local one.
7057 (array-mode): Inline initialization functions.
7058 (array-init-local-variables, array-init-max-row)
7059 (array-init-max-column, array-init-columns-per-line)
7060 (array-init-field-width, array-init-rows-numbered)
7061 (array-init-line-length, array-init-lines-per-row): Remove.
7062
7063 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7064 (doc-mode-map): Define explicitly.
7065 (doctor-txtype): Use mapc.
7066
7067 * textmodes/table.el: Move defvars out of eval-when-compile.
7068 Remove harmful code meant to avoid byte-compiler warnings.
7069 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7070 specification that checks table-fixed-width-mode directly.
7071 (table-recognize-region, table-recognize-cell):
7072 Use restore-buffer-modified-p.
7073 (table-fixed-width-mode): Remove code that refreshes
7074 table-fixed-mode-indicator.
7075 (*table--cell-describe-bindings, *table--cell-describe-mode):
7076 Avoid obsolete name print-help-return-message.
7077 (table--test-cell-list): Don't use replace-regexp from elisp.
7078 (table--point-entered-cell-function, table--point-left-cell-function):
7079 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7080
7081 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7082 that was after the end of file. Use buffer-file-name variable.
7083 (org-timestamp-change): Use with-current-buffer.
7084 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7085 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7086 `file'.
7087
7088 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7089 (fortran-break-line): Remove unused var `opoint'.
7090 (fortran-abbrev-start): Obey help-event-list.
7091
7092 2006-01-18 Jesper Harder <harder@phys.au.dk>
7093
7094 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7095
7096 2006-01-18 Masatake YAMATO <jet@gyve.org>
7097
7098 * progmodes/make-mode.el (makefile-imake-mode): New mode
7099 derived from makefile-mode.
7100 (makefile-imake-mode-syntax-table): New syntax table
7101 derived from makefile-mode-syntax-table.
7102 (makefile-mode): Write about makefile-imake-mode in doc string.
7103 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7104 (makefile-imake-font-lock-keywords): New font lock keywords.
7105
7106 * files.el (auto-mode-alist): Add Imakefile.
7107
7108 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7109
7110 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7111 loading the file rather than when turning on flyspell-mode.
7112
7113 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7114
7115 * cus-edit.el (customize-rogue): Minor doc fix.
7116
7117 2006-01-17 Juri Linkov <juri@jurta.org>
7118
7119 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7120 instead of the file at the mark as default if the file at the mark
7121 is the same as the file at point or if dired-dwim-target-directory
7122 is not the same as the current directory and the mark is not active.
7123
7124 * log-view.el (log-view-minor-wrap): Use the same logic to get
7125 revisions as `log-view-diff'.
7126
7127 * info.el (Info-revert-find-node): Check for Info-current-file
7128 before preserving new-history.
7129
7130 * man.el (Man-heading-regexp): Add `/'.
7131
7132 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7133 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7134
7135 2006-01-16 Juri Linkov <juri@jurta.org>
7136
7137 * faces.el (mode-line-faces): New defgroup.
7138 (mode-line-highlight): Move definition after new defgroup.
7139 (mode-line, mode-line-inactive, mode-line-highlight):
7140 Replace :group `modeline' with `mode-line-faces'.
7141 (mode-line-buffer-id): New face.
7142 (modeline-buffer-id): New face alias.
7143 (vertical-border): Remove :group `modeline'.
7144
7145 * bindings.el (propertized-buffer-identification): Use face
7146 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7147 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7148 (mode-line-buffer-identification-keymap): For mouse-1 replace
7149 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7150 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7151 mouse-3.
7152
7153 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7154 Buffer-menu-buffer. Doc fix.
7155 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7156 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7157 `Buffer-menu-buffer'.
7158
7159 * info.el (Info-mode-line-node-keymap): New defvar.
7160 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7161 Propertize Info-current-node with `mode-line-buffer-id' and
7162 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7163
7164 * time.el (display-time-mail-face): Replace :group `faces' with
7165 `mode-line-faces'.
7166
7167 2006-01-16 Kenichi Handa <handa@m17n.org>
7168
7169 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7170
7171 * language/european.el (cp1252): New alias for windows-1252.
7172
7173 * international/mule.el (autoload-coding-system): Prepare for EOL
7174 variants.
7175
7176 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * term.el (term-raw-map): Add mapping for insert.
7179 (term-send-insert): New.
7180 (term-mode): Make variables local here instead of doing it in
7181 `term-emulate-terminal'.
7182 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7183 Scroll reverse needs to take into account the scroll region.
7184 Saving and restoring the cursor should save the color attributes too.
7185 (term-reset-terminal): Reset the scroll region.
7186 (term-handle-ansi-escape): Cursor up and down should take into
7187 account the scroll region.
7188 (term-set-scroll-region): Rename from `term-scroll-region'.
7189 Move to 0,0 after setting the region.
7190 (term-handle-scroll): Handle scroll up.
7191 (term-down): Fix off by one error.
7192 (term-delete-lines): Do not delete outside the scroll region.
7193 (term-insert-lines): Take into account the scroll region.
7194
7195 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * textmodes/ispell.el (ispell-internal-change-dictionary)
7198 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7199 (start, end): Move declaration outside of eval-when-compile.
7200
7201 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7202 (flyspell-mode-on): Use it.
7203
7204 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7205 ispell-kill-ispell-hook.
7206
7207 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7208
7209 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7210 (Custom-reset-saved): Do not ask for confirmation in single option
7211 buffers.
7212
7213 2006-01-13 Richard M. Stallman <rms@gnu.org>
7214
7215 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7216
7217 2006-01-13 Romain Francoise <romain@orebokech.com>
7218
7219 * add-log.el (add-change-log-entry, change-log-merge):
7220 Conditionally use `hard-newline'.
7221
7222 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7223
7224 * wid-edit.el (widget-field-end): If the overlay is no longer
7225 associated with a buffer, behave as if the overlay didn't exist.
7226
7227 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7228 Make sure the links use the `custom-link' face.
7229
7230 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7233 (ld-script-mode): Don't set indent-line-function since we don't
7234 have one.
7235
7236 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7237
7238 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7239 application.
7240 (org-file-apps-defaults-gnu): Use mailcap as the default for
7241 selecting an application on a UNIX system.
7242 (org-agenda-show-tags): New command.
7243 (org-table-insert-hline): Keep cursor in current table line.
7244 (org-table-convert): Offset effect of modifying
7245 `org-table-insert-hline'.
7246 (org-format-agenda-item): New optional argument TAG.
7247 (org-compile-prefix-format): Handle %T format for the tag.
7248 (org-expand-wide-chars): New function.
7249 (org-table-insert-row, org-table-insert-hline):
7250 Use `org-expand-wide-chars'.
7251 (org-open-file): Fix bug in program launch.
7252 (org-get-time-of-day): Fix bug with times before 1am.
7253 (org-agenda-menu): Add tags commands.
7254
7255 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7256
7257 * textmodes/ispell.el (ispell-init-process): Include the used
7258 dictionary in ispell process start message.
7259 (ispell-internal-change-dictionary): When flyspell-mode is active
7260 and dictionary is changed, make sure ispell process is restarted
7261 and flyspell word cache cleared out for the current buffer.
7262 (ispell-change-dictionary): Make sure flyspell word cache is
7263 cleared out in all buffers with active flyspell mode when
7264 dictionary is globally changed.
7265 Call ispell-internal-change-dictionary after dictionary change.
7266
7267 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7268
7269 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7270
7271 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7272 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7273 years. Fix small differences wrt Makefile.in.
7274 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7275 Makefile.in does.
7276
7277 2006-01-12 Bill Wohler <wohler@newt.com>
7278
7279 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7280 mh-search.el.
7281
7282 2006-01-12 Masatake YAMATO <jet@gyve.org>
7283
7284 * progmodes/ld-script.el: Update copyright year.
7285
7286 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7289 Don't add widget if setting undefined.
7290
7291 2006-01-12 John Paul Wallington <jpw@pobox.com>
7292
7293 * help-fns.el (describe-variable): Remove newlines from void
7294 variable output.
7295
7296 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * wdired.el (wdired-mode-map): Add help echo for
7299 wdired-abort-changes.
7300
7301 * man.el (Man-file-name-regexp): Adjust for a list of files.
7302
7303 2006-01-12 Masatake YAMATO <jet@gyve.org>
7304
7305 * progmodes/ld-script.el (auto-mode-alist): Support
7306 suffix conventions used in netbsd and eCos.
7307
7308 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7309
7310 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7311 (custom-variable-menu, custom-face-menu, custom-group-menu)
7312 (Custom-mode-menu): Change names of menu items. (As discussed on
7313 emacs-devel.)
7314 (custom-face-menu): Add "Undo Edits" item.
7315
7316 * startup.el (init-file-user): defcustom -> defvar.
7317
7318 * tooltip.el (tooltip-mode): Doc fix.
7319
7320 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * reveal.el (reveal-post-command): window-buffer signals an error on
7323 dead windows rather than returning nil.
7324 (reveal-open-new-overlays): An overlay might die while we open others.
7325
7326 2006-01-11 Bill Wohler <wohler@newt.com>
7327
7328 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7329 phrasing in docstring.
7330
7331 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7332 can give some systems gas. Add new file mh-buffers.el.
7333
7334 2006-01-06 Masatake YAMATO <jet@gyve.org>
7335
7336 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7337 C preprocessor forward ported from GNU Emacs 21.2.
7338
7339 * progmodes/asm-mode.el (asm-font-lock-keywords):
7340 Use `cpp-font-lock-keywords'.
7341
7342 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7343
7344 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7345 of $ for "\\.ld[s]?".
7346
7347 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7350 (tcl-indent-line): Return `noindent' if inside a string.
7351
7352 * progmodes/flymake.el (flymake-split-string): Remove more than one
7353 empty string at beg/end of the result.
7354 (flymake-find-buildfile, flymake-find-possible-master-files):
7355 Use expand-file-name.
7356 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7357 since expand-file-name does it for us. Use directory-file-name.
7358 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7359 (flymake-ler-get-type, flymake-ler-get-text)
7360 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7361 (flymake-current-line-no): Remove spurious interactive spec.
7362 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7363 (flymake-check-include): Remove arg inc-path merged into inc-name.
7364 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7365 Arg regexp-list replaced by a simple regexp.
7366 (flymake-master-make-header-init, flymake-master-tex-init):
7367 Correspondingly replace regexp-list with a regexp. Fix regexp.
7368
7369 2006-01-10 Simon Josefsson <jas@extundo.com>
7370
7371 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7372 describing AUTH PLAIN fix.
7373
7374 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7375
7376 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7377 (report-emacs-bug): Don't record initial prompt text.
7378 Instead, add text properties to prompting text.
7379 (report-emacs-bug-hook): Delete prompting text.
7380
7381 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7384 `dirs'. Adjust callers.
7385
7386 2006-01-09 John Paul Wallington <jpw@gnu.org>
7387
7388 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7389
7390 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * reveal.el (reveal-open-new-overlays): New extracted fun.
7393 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7394 using them. Simplify the code.
7395 (reveal-post-command): Use them. Fix up obsolete windows in
7396 reveal-open-spots.
7397
7398 * progmodes/flymake.el: Use `require' rather than autoload for
7399 XEmacs's overlays.
7400 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7401 Delete. Use file-relative-name instead.
7402 (flymake-get-syntax-check-program-args, flymake-perl-init):
7403 Simplify the resulting code.
7404
7405 * log-view.el (log-view-file-re, log-view-message-re): Add support
7406 for DaRCS output.
7407
7408 2006-01-09 Alex Schroeder <alex@gnu.org>
7409
7410 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7411 identifiers sometimes added in square brackets at the beginning of
7412 subject lines.
7413
7414 2006-01-07 Richard M. Stallman <rms@gnu.org>
7415
7416 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7417 (Custom-reset-current, Custom-reset-saved): Change question text.
7418 (Custom-reset-standard): Likewise.
7419 (custom-variable-reset-saved): Doc fix.
7420
7421 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7422
7423 * startup.el (init-file-user): Doc fix.
7424
7425 2006-01-07 Alex Schroeder <alex@gnu.org>
7426
7427 * mail/rmail.el (rmail-current-subject): New function.
7428 (rmail-current-subject-regexp): New function.
7429 (rmail-next-same-subject): Use it.
7430
7431 * mail/rmailsum.el (rmail-summary-by-topic):
7432 Use rmail-current-subject and rmail-current-subject-regexp.
7433 (rmail-summary-next-same-subject): Ditto.
7434
7435 * net/rcirc.el (rcirc-send-input): No longer check whether the
7436 process is open, since not all commands need an open process.
7437 (rcirc-send-string): Check whether the process is open before
7438 sending anything.
7439 (rcirc-ignore-list): New option.
7440 (rcirc-ignore-list-automatic): New variable.
7441 (rcirc-print): Take rcirc-ignore-list into account.
7442 (rcirc-cmd-ignore): New command.
7443 (rcirc-ignore-update-automatic): New function.
7444 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7445 list if ignored nicks.
7446 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7447
7448 2006-01-06 David Reitter <david.reitter@gmail.com>
7449
7450 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7451 reflect the address to which the report will be sent.
7452
7453 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7454
7455 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7456 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7457
7458 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7459
7460 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7461
7462 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7463 the doc string: "functoin" => "function".
7464 * ldefs-boot.el: Likewise.
7465
7466 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7467 message text: "Duplicat" => "Duplicate".
7468
7469 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7470
7471 * files.el (basic-save-buffer-2): If backing-up failed, reset
7472 buffer-backed-up to nil.
7473
7474 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gud.el (gdb-script-skip-to-head)
7477 (gdb-script-calculate-indentation): Indent for breakpoint command
7478 lists also.
7479
7480 2006-01-05 Bill Wohler <wohler@newt.com>
7481
7482 * Makefile.in (compile-always): Add mh-autoloads dependency.
7483 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7484 provides it.
7485 (updates): Remove mh-autoloads dependency, since it probably has
7486 already run recently (via recompile).
7487
7488 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7491 argument `force' to disable the flyspell-last-buffer optimization.
7492 (flyspell-mode-on): Use it.
7493
7494 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7495 flymake-simple-cleanup.
7496 (flymake-allowed-file-name-masks): Use this new default.
7497 All the functions are now called in the right buffer rather than
7498 passing the buffer as argument.
7499 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7500 (flymake-parse-err-lines): Remove redundant buffer arg.
7501 (flymake-get-program-dir): Comment out unused function.
7502 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7503 Remove redundant buffer argument.
7504 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7505 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7506
7507 2006-01-05 Richard M. Stallman <rms@gnu.org>
7508
7509 * info.el (Info-find-node): Don't record previous node if have none.
7510 (info): Go to directory only if history is empty.
7511
7512 * simple.el (mark): Doc fix.
7513
7514 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7515
7516 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7517 already of desired type.
7518 (mac-ae-list): Coerce parameter to "list" type.
7519 (mac-dispatch-apple-event): Replace cadr part of event with a
7520 dummy position so that event-start returns it.
7521
7522 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7523
7524 * textmodes/org.el (org-end-of-subtree): New function.
7525 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7526 Use `org-end-of-subtree'.
7527 (org-agenda, org-agenda-convert-date): Protect calls to
7528 `fit-window-to-buffer'.
7529 (org-tags-view): Force matching of sublevels when doing a
7530 todo-only search. Define the correct redo command, including the
7531 arguments.
7532 (org-agenda-redo): Display message.
7533 (org-check-for-org-mode): New function.
7534 (org-agenda-type): New variable.
7535 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7536 Set `org-agenda-type'.
7537 (org-agenda-check-type): New function.
7538 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7539 (org-agenda-week-view, org-agenda-day-view)
7540 (org-agenda-next-date-line, org-agenda-previous-date-line)
7541 (org-agenda-log-mode, org-agenda-toggle-diary)
7542 (org-agenda-toggle-time-grid, org-agenda-date-later)
7543 (org-agenda-date-prompt, org-agenda-diary-entry)
7544 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7545 (org-agenda-convert-date, org-agenda-menu):
7546 Use `org-agenda-check-type'.
7547 (org-make-overlay, org-delete-overlay)
7548 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7549 New compatibility functions.
7550 (org-calendar-select-mouse): New command.
7551
7552 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7555 (Custom-reset-standard): Fix y-or-n-p messages.
7556 (custom-link): New face for links.
7557 (custom-buffer-create-internal, custom-manual): Use it.
7558 (custom-face-save): Push to theme-face before setting face spec.
7559
7560 * wid-edit.el (widget-default-mouse-face-get): New function.
7561 (widget-specify-button): Handle mouse-face like button-face.
7562
7563 * custom.el (load-theme): Clear old theme settings if reloading.
7564
7565 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7566
7567 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7568 "Erase Customization" button back to same position it occupies in
7569 the individual State menus.
7570
7571 2006-01-04 Kim F. Storm <storm@cua.dk>
7572
7573 * wid-edit.el (key-sequence): Rework widget to read key binding
7574 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7575 (widget-key-sequence-default-value): Default value for empty sequence.
7576 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7577 (widget-key-sequence-read-event): New command for C-q.
7578 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7579 (widget-key-sequence-value-to-external): New functions.
7580
7581 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7584 Use expand-file-name.
7585 (flymake-delete-temp-directory): Use expand-file-name,
7586 file-name-directory, and directory-file-name.
7587 (flymake-strrchr): Delete.
7588 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7589 to the init-f function.
7590 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7591 (flymake-init-find-buildfile-dir)
7592 (flymake-init-create-temp-source-and-master-buffer-copy)
7593 (flymake-simple-make-init-impl, flymake-simple-make-init)
7594 (flymake-master-make-init, flymake-master-make-header-init)
7595 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7596 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7597 (flymake-xml-init): Remove corresponding redundant buffer argument.
7598 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7599 the default anyway. Clean up regexps.
7600
7601 * progmodes/flymake.el (flymake-temp-source-file-name)
7602 (flymake-master-file-name, flymake-temp-master-file-name)
7603 (flymake-base-dir): New buffer-local vars.
7604 (flymake-buffer-data, flymake-get-buffer-value)
7605 (flymake-set-buffer-value): Replace those hash-tables by the new
7606 buffer-local vars. Update callers.
7607
7608 * progmodes/flymake.el (flymake-check-start-time)
7609 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7610 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7611 Move definition, so we can remove redundant earlier declaration.
7612 (flymake-replace-regexp-in-string, flymake-split-string)
7613 (flymake-get-temp-dir): Use defalias.
7614 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7615 (flymake-xemacs-window-edges): Remove unused function.
7616 (flymake-get-point-pixel-pos): Move.
7617 (flymake-pid-to-names, flymake-reg-names)
7618 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7619 Replace by a simple list flymake-processes and by process-buffer.
7620 Update callers. Other than simplify the code, it uses buffers rather
7621 than buffer-names so it doesn't get confused by uniquify.
7622 (flymake-buffer-data): The global value should just be nil.
7623
7624 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7625 Optimize the body of a defalias like any other code.
7626
7627 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7628 Make sure we've setup font-lock's vars. It may influence which
7629 function we then call.
7630 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7631 here since it's too late anyway.
7632
7633 2006-01-03 Romain Francoise <romain@orebokech.com>
7634
7635 * startup.el (fancy-splash-tail, normal-splash-screen):
7636 Update copyright year.
7637
7638 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7639
7640 * mouse.el (mouse-drag-track): Rename, from
7641 `mouse-drag-region-1'. Includes optional argument required to
7642 enable post-drag event processing (e.g. delete region keys).
7643 Can be used without this argument to track a mouse region and operate
7644 on it as soon as the drag completes.
7645 (mouse-drag-region): Use `mouse-drag-track'.
7646
7647 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7650 Move to `custom-buffer' group.
7651
7652 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7653 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7654 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7655 (custom-theme-face-menu): New variables.
7656 (custom-theme-add-variable, custom-theme-variable-action)
7657 (custom-variable-reset-theme, custom-theme-delete-variable)
7658 (custom-face-reset-theme, custom-theme-face-action)
7659 (custom-theme-delete-face, custom-theme-merge-theme)
7660 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7661
7662 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * custom.el: Move Custom Themes commentary to start of theme code.
7665 (custom-known-themes): Rename `standard' theme to `changed'.
7666 (custom-push-theme): Caller no longer specifies what theme to use
7667 when doing `reset'---the setting is simply removed from the theme.
7668 Delete MODE from `theme-value' and `theme-settings' properties.
7669 (custom-declare-theme): Ignore &rest args since we don't use them.
7670
7671 (custom-loaded-themes): Delete variable.
7672 (custom-theme-load-themes, custom-theme-loaded-p)
7673 (custom-theme-value): Delete functions.
7674
7675 (custom-declare-theme): Signal error on invalid theme names.
7676 (provide-theme): custom-loaded-themes was deleted.
7677 (load-theme): Load the file unconditionally.
7678 (enable-theme): Call `load-theme' if theme is undefined.
7679 (custom-enabled-themes): Only update value for successful loads.
7680 (disable-theme): Complete from enabled themes when interactive.
7681 (custom-variable-theme-value): Calculate theme value directly.
7682
7683 (custom-theme-reset-variables, custom-reset-variables): Mark as
7684 XEmacs compatibility functions. We don't actually use these.
7685
7686 * cus-edit.el (custom-variable-state-set):
7687 Use custom-variable-theme-value instead of custom-theme-value.
7688 (custom-face-state-set): Rename `standard' theme to `changed'.
7689 (custom-save-variables, custom-save-faces): Delete unneeded
7690 references to custom-reset-variables.
7691 (custom-save-resets): Delete function.
7692 (custom-save-variables, custom-save-faces): MODE argument deleted.
7693 (custom-save-variables, custom-save-faces): Ignore theme values.
7694
7695 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7696 compatibility function.
7697
7698 2006-01-01 Richard M. Stallman <rms@gnu.org>
7699
7700 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7701 (Custom-reset-current, Custom-reset-saved): Likewise.
7702 (Custom-reset-standard): Show message if aborted.
7703 (custom-mode): Doc fix, describing those commands.
7704
7705 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7706 put on event-kind property.
7707
7708 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * custom.el (provide-theme): Ban `user' theme name.
7711 (custom-enabling-themes): New variable.
7712 (enable-theme): Don't enable user if custom-enabling-themes is t.
7713 (custom-enabled-themes): Make it a defcustom.
7714 (custom-theme-recalc-face): No-op if face is undefined.
7715
7716 * cus-edit.el (custom-button-mouse): New variable.
7717 (custom-button-mouse): New face.
7718 (custom-raised-buttons, custom-mode): Use it.
7719
7720 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7721
7722 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7723
7724 * progmodes/gud.el (gud-display-line): Support hl-line in the
7725 source buffer.
7726
7727 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7728
7729 * mouse.el (mouse-drag-window-above): Verify that the found window
7730 overlaps with the given window in the horizontal dimension.
7731
7732 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7733
7734 * Makefile.in (cvs-update): New target.
7735
7736 * makefile.w32-in (cvs-update): Ditto.
7737
7738 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7741 (custom-new-theme-mode-map): New variable.
7742
7743 2005-12-30 Richard M. Stallman <rms@gnu.org>
7744
7745 * custom.el (custom-load-themes): Function deleted.
7746
7747 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7748 (custom-save-variables): Don't delete or add custom-load-themes call.
7749
7750 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * cus-start.el: Add `visible-cursor'.
7753
7754 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7755 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7756 (flymake-process-filter): Switch to buffer before calling it instead.
7757 (flymake-post-syntax-check, flymake-highlight-err-lines)
7758 (flymake-delete-own-overlays, flymake-parse-err-lines)
7759 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7760 (flymake-count-lines, flymake-parse-residual):
7761 Remove constant buffer argument.
7762 (flymake-start-syntax-check-for-current-buffer): Remove.
7763 Update callers to use flymake-start-syntax-check instead.
7764 (flymake-display-err-menu-for-current-line):
7765 Remove unused var `mouse-pos'.
7766 (flymake-restore-formatting): Comment out unused function.
7767 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7768 argument, use current-buffer instead. Update callers.
7769
7770 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7771
7772 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7773 buffer-local because choose-completion-delete-max-match requires
7774 that we set completion-ignore-case (i.e., binding via let is not
7775 sufficient).
7776 (bibtex-complete): Always set completion-ignore-case and
7777 choose-completion-string-functions. The latter is needed because
7778 choose-completion-string-functions keeps its value if we quit the
7779 *Completions* buffer without requesting a completion.
7780
7781 2005-12-30 Andreas Schwab <schwab@suse.de>
7782
7783 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7784
7785 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7786
7787 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7788
7789 2005-12-30 Juri Linkov <juri@jurta.org>
7790
7791 * locate.el (locate-fcodes-file, locate-header-face)
7792 * progmodes/delphi.el (delphi-other-face)
7793 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7794
7795 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7796 group `paren-showing-faces'.
7797
7798 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7799 (goto-address): Fix docstring.
7800
7801 * net/webjump.el (webjump-sample-sites): Update URLs.
7802
7803 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7804
7805 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7806
7807 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * font-lock.el (font-lock-compile-keywords): Signal an error when
7810 font-lock-set-defaults hasn't been called.
7811
7812 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7813
7814 * subr.el (noreturn, 1value): Doc fixes.
7815
7816 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7817
7818 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7819 that assoc-string returns nil.
7820
7821 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7822
7823 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7824 (bibtex-entry-type-str, bibtex-empty-field-re)
7825 (bibtex-search-backward-string, bibtex-preamble-prefix)
7826 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7827 (bibtex-any-valid-entry-type): New variable.
7828 (bibtex-parse-field-name): Simplify.
7829 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7830 (bibtex-preamble-prefix): Include left delimiter.
7831 (bibtex-search-forward-field, bibtex-search-backward-field):
7832 Allow unbounded search past entry boundaries (required by bibtex-pop).
7833 (bibtex-text-in-field-bounds): Use push.
7834 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7835 (bibtex-parse-preamble, bibtex-valid-entry)
7836 (bibtex-beginning-first-field): New functions.
7837 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7838 (bibtex-map-entries): Fix docstring.
7839 (bibtex-flash-head): New arg prompt. Simplify.
7840 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7841 (bibtex-insert-kill): Simplify. Always insert text past the
7842 current field or entry.
7843 (bibtex-format-entry): Use bibtex-parse-field.
7844 (bibtex-pop): Use bibtex-beginning-of-entry and
7845 bibtex-end-of-entry to initiate the search. Insert empty field if
7846 we found ourselves.
7847 (bibtex-print-help-message): New args field and comma.
7848 Handle entry keys.
7849 (bibtex-make-field): Use bibtex-beginning-of-entry.
7850 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7851 invalid entry.
7852 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7853 Handle preambles. Simplify code for thorough test.
7854 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7855 New arg comma. Handle entry heads.
7856 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7857 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7858 New arg comma.
7859 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7860 (bibtex-fill-field): Simplify.
7861 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7862 bibtex-parse-field.
7863 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7864 (bibtex-complete): Use bibtex-parse-preamble.
7865
7866 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7869 Display name of expression instead of convenience variable.
7870 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7871
7872 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7873 toggle-gud-tooltip-dereference.
7874 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7875 (gud-tooltip-tips): ...here when dereferencing.
7876
7877 2005-12-28 Bill Wohler <wohler@newt.com>
7878
7879 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7880
7881 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7884 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7885 (vc-annotate-display-autoscale): Adjust call.
7886 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7887 Fix interactive spec.
7888 (vc-annotate-time-span): Remove.
7889 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7890 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7891 (vc-annotate-display-select): Use new name.
7892
7893 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7894 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7895 Correct the construction of span entries. Simplify.
7896 (vc-annotate-display-select): Fix the nil case.
7897 (vc-annotate): Remove obsolete (and now broken) code.
7898 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7899 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7900
7901 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7902
7903 * subr.el (lazy-completion-table): Correct typo in docstring.
7904
7905 * startup.el (command-line): Use `custom-reevaluate-setting' for
7906 `send-mail-function'.
7907
7908 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7909
7910 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7911
7912 * mail/smtpmail.el (smtpmail-try-auth-methods):
7913 Send credentials together with "AUTH PLAIN" command.
7914
7915 2005-12-27 Richard M. Stallman <rms@gnu.org>
7916
7917 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7918 mouse-2, go back to previously selected window, so it's selected
7919 when mouse-2 command runs.
7920
7921 2005-12-27 Juri Linkov <juri@jurta.org>
7922
7923 * descr-text.el (describe-text-sexp): Use square brackets for
7924 button [Show] to distinguish it from the property value `show'.
7925 (describe-property-list): Use `insert-text-button' with
7926 `help-face' type instead of putting face in quotes, because button
7927 is not created automatically for a list of faces.
7928 (describe-text-properties-1): Put button-type value in quotes to
7929 distinguish from plain text "button".
7930 (describe-char): Display code point values in hex. Don't use
7931 `symbol-name' for `current-input-method' because it is a string.
7932 Use `insert-text-button' with `help-face' type instead of putting
7933 hardcoded face in quotes, because button is not created automatically.
7934
7935 2005-12-27 Richard M. Stallman <rms@gnu.org>
7936
7937 * progmodes/glasses.el (glasses-face): More specific custom type.
7938
7939 * files.el (set-visited-file-name): Doc fix.
7940
7941 * textmodes/flyspell.el (flyspell-external-point-words):
7942 Use local var buffer-scan-pos to advance scan for next misspelling.
7943 Advance it only after we find the misspelling.
7944
7945 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7946
7947 * textmodes/flyspell.el (flyspell-external-point-words):
7948 New criteria for finding the misspelling in the buffer.
7949
7950 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * help-mode.el (help-insert-string): Set help-xref-stack-item
7953 rather than call help-setup-xref.
7954
7955 * descr-text.el (describe-char): Revert previous changes for
7956 optional buffer argument.
7957
7958 2005-12-27 Juri Linkov <juri@jurta.org>
7959
7960 * help-mode.el (help-insert-string): New function. Save buffer
7961 contents in cases where it is impossible to recompute the old contents.
7962
7963 * descr-text.el (describe-char): Set help-xref-stack-item
7964 explicitly after buffer has been generated.
7965
7966 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7967
7968 * cus-start.el (all): Add x-gtk-show-hidden-files.
7969
7970 2005-12-26 Richard M. Stallman <rms@gnu.org>
7971
7972 * replace.el (perform-replace): Calculate match-again
7973 before skipping read-only matches.
7974
7975 * paren.el (paren-showing-faces): New group.
7976 (show-paren-match, show-paren-mismatch): Move to that group.
7977
7978 * button.el (button): Put into group `basic-faces'.
7979
7980 * progmodes/make-mode.el: Remove faces from group `faces'.
7981
7982 * apropos.el (apropos, apropos-value): Doc fix.
7983 (apropos-documentation): Doc fix.
7984
7985 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * subr.el (lazy-completion-table): Remove argument `args'.
7988
7989 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7990 Don't use the `args' argument of lazy-completion-table.
7991
7992 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * descr-text.el (describe-char): Add optional argument for buffer.
7995 Set buffer appropriately. Call help-setup-xref.
7996 Suggested by Stefan Monnier.
7997
7998 2005-12-26 Juri Linkov <juri@jurta.org>
7999
8000 * descr-text.el: Require `help-fns' at runtime. Don't require
8001 `button' for byte compilation.
8002 (describe-text-widget): Add `help-echo' for first button.
8003 Use `help-info' for second.
8004 (describe-property-list): Use `help-argument-name' instead of `italic'.
8005 (describe-text-category): Add prompt to interactive spec.
8006 Call `help-setup-xref'.
8007 (describe-char): Use `help-character-set'. Add `help-echo' for
8008 code point. Use `help-input-method'. Remove superfluous insert.
8009
8010 2005-12-25 Richard M. Stallman <rms@gnu.org>
8011
8012 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8013 at point, in case of narrowing.
8014
8015 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8016
8017 * locate.el (locate-header-face): Allow nil in type.
8018
8019 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8020
8021 2005-12-25 Romain Francoise <romain@orebokech.com>
8022
8023 * battery.el (battery-linux-proc-acpi): Also try
8024 `/proc/acpi/thermal_zone/THM0/temperature'.
8025
8026 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * custom.el (custom-push-theme): Fix docstring.
8029
8030 * cus-edit.el (custom-variable-set, custom-variable-save)
8031 (custom-variable-save): Custom-quote widget values.
8032 (customize-save-variable): Fix custom-push-theme call.
8033
8034 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8035
8036 * w32-fns.el (w32-batch-update-autoloads): New function.
8037
8038 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8039 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8040 from the command line.
8041
8042 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8045 reset means to remove setting from theme entirely. Don't keep
8046 expanding theme-settings list; delete old entries if necessary.
8047
8048 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8049 customization" button one line up.
8050 (custom-themed): New face.
8051 (custom-magic-alist): New value, THEMED, for theme settings.
8052 (custom-variable-state-set, custom-face-state-set):
8053 Check theme-value instead of saved-value.
8054 (custom-variable-reset-standard, custom-face-reset-standard):
8055 Remove theme setting entirely. Recalculate new values.
8056 (custom-variable-set, custom-variable-set)
8057 (custom-variable-reset-saved, custom-variable-reset-backup)
8058 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8059 (custom-variable-save): Fix typos.
8060
8061 2005-12-23 Juri Linkov <juri@jurta.org>
8062
8063 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8064 Add autoload cookies.
8065 (edebug-outside-d-c-i-n-s-w): New variable.
8066 (edebug-display, edebug-outside-excursion): Use it to save the
8067 original value of default-cursor-in-non-selected-windows.
8068 Set default-cursor-in-non-selected-windows to t while Edebug
8069 is active.
8070 (edebug-mode, edebug-eval-mode): Doc fix.
8071
8072 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8073 with `buffer-substring-no-properties' to remove common substring
8074 highlighting.
8075
8076 * info.el (info-other-window, info): Rename function argument
8077 `file' to `file-or-node'.
8078 (Info-complete-menu-item): Use local variable `complete-nodes' to
8079 keep the global value of `Info-complete-nodes' unchanged for
8080 subsequent completions.
8081 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8082
8083 * simple.el (get-next-valid-buffer, last-buffer)
8084 (next-error-buffer-p, next-error-find-buffer)
8085 (minibuffer-history-sexp-flag): Doc fix.
8086
8087 * savehist.el (savehist-mode-hook): Add `:group'.
8088
8089 * log-view.el: Call autoload for vc-find-version.
8090 (log-view-current-file): Adjust subgroup numbers.
8091 (log-view-current-tag): Add `length'.
8092
8093 2005-12-23 Richard M. Stallman <rms@gnu.org>
8094
8095 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8096
8097 2005-12-23 Juri Linkov <juri@jurta.org>
8098
8099 * hi-lock.el (hi-lock-archaic-interface-message-used)
8100 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8101 (hi-lock-mode): Display "Hi" in the mode line only when
8102 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8103 (hi-lock-write-interactive-patterns):
8104 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8105 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8106 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8107 font-lock-add-keywords to t.
8108
8109 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8110
8111 * hi-lock.el (hi-lock-highlight-range): New variable.
8112 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8113 only if font-lock-fontified is non-nil. Remove overlays.
8114 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8115 font-lock-fontified is non-nil, otherwise use overlays (instead of
8116 text properties).
8117 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8118 New variables.
8119 (hi-lock-string-serialize) New function.
8120
8121 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8122
8123 * menu-bar.el (menu-find-file-existing): New function.
8124 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8125
8126 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8127
8128 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * vc.el: Remove unnecessary leading * in docstrings.
8131 (vc-annotate-mode-map): Move initialization into declaration.
8132 (vc-static-header-alist): Nitpick on the regexp.
8133 (vc-default-init-version): New fun.
8134 (vc-register): Use it.
8135 (vc-insert-headers): Use dolist.
8136 (vc-annotate-get-backend): Remove unused function.
8137 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8138 (vc-annotate-mode): Remove corresponding call.
8139 (vc-annotate-car-last-cons): Simplify.
8140 (vc-annotate-buffers): Remove var.
8141 (vc-annotate-backend): Make it buffer-local.
8142 (vc-annotate): Move the interaction to the interactive spec.
8143 Add a `buf' argument.
8144 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8145 killing&creating a vc-annotate buffer, which is very disruptive when
8146 the buffers are shown in dedicated frames.
8147
8148 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8149
8150 * descr-text.el: Add FSF as maintainer.
8151 (describe-text-mode, describe-text-mode-map)
8152 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8153 help-mode.
8154 (describe-text-widget, describe-text-sexp)
8155 (describe-property-list, describe-text-category)
8156 (describe-text-properties, describe-text-properties-1)
8157 (describe-char): Use help buttons instead of widgets.
8158 (describe-char-unicodedata-file): Make URL link in doc string.
8159
8160 2005-12-22 Richard M. Stallman <rms@gnu.org>
8161
8162 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8163 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8164 Don't include buttons that write a file when there's no file.
8165 (custom-variable-menu, custom-face-menu, custom-group-menu):
8166 Don't include commands that write a file when there's no file.
8167 (customize-browse): Reword the top-of-buffer help intro.
8168 (custom-buffer-create-internal): Fix previous change.
8169 (customize-changed-options-previous-release): Prev release is 21.1.
8170 (customize-changed-options): Doc fix.
8171 (customize-changed): New alias.
8172 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8173 Say "standard values".
8174 (Custom-reset-standard): Doc fix.
8175 (custom-face-reset-standard): Doc fix.
8176
8177 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8180 even if font-lock-mode is non-nil since it may be t without having
8181 turned on font-lock-mode-internal.
8182 (font-lock-choose-keywords): Minor optimization.
8183 (font-lock-add-keywords, font-lock-remove-keywords)
8184 (font-lock-set-defaults): Don't call make-local-variable on a variable
8185 that we know to already be local.
8186
8187 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8188
8189 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8190 messages if in the minibuffer.
8191
8192 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8195 (tex-mode-flyspell-verify, flyspell-get-word)
8196 (flyspell-external-point-words): Don't use point-min/max uselessly.
8197
8198 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8199 by Kevin Rodgers. Instead, just hide the completions buffer if we
8200 don't need to show it.
8201
8202 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8203
8204 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8205
8206 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8209 delete-windows-on with an inexistent buffer.
8210
8211 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8212
8213 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8214 Delete defcustom variable :tag names.
8215
8216 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8219 (log-view-font-lock-keywords): Ajust subgroup numbers.
8220 (log-view-current-tag): Don't hard code the number of subgroups.
8221
8222 2005-12-20 Juri Linkov <juri@jurta.org>
8223
8224 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8225 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8226
8227 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8228 (menu-bar-non-minibuffer-window-p): Instead of checking
8229 display-multi-frame-p, use selected-frame when menu-updating-frame
8230 is nil.
8231
8232 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8233
8234 * align.el (align-rules-list): Use [ \t] instead of \s-
8235 for column separators in text mode.
8236
8237 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8238
8239 * help-mode.el (help-customize-variable, help-customize-face):
8240 Don't pop help-xref-stack as help-follow no longer pushes
8241 anything on to it.
8242
8243 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8244
8245 * textmodes/org.el (org-agenda-custom-commands): New option.
8246 (org-agenda): Offer custom commands on splash screen.
8247 (org-make-tags-matcher): Parser for Boolean logic added.
8248 (org-agenda-set-tags): New command.
8249 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8250 (org-set-tags): Efficiency improvements.
8251 (org-auto-align-tags): New option.
8252 (org-todo, org-demote, org-promote): Realign tags.
8253 (org-tags-completion-function): Use also "&" and "|" as separators.
8254 (org-org-menu): Agenda commands simplified.
8255
8256 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * cus-edit.el (customize-apropos, customize-apropos-options):
8259 Docstring changes.
8260
8261 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8262
8263 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * longlines.el (longlines-mode): Wrap while widened.
8266 (longlines-decode-region, longlines-encode-region): Compute max
8267 just once.
8268
8269 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8270
8271 * cus-edit.el (mac): New group.
8272
8273 * cus-start.el (all): Add user options in macterm.c. Add test for
8274 Mac-related built-ins. Fix test for GTK-related built-ins.
8275
8276 * term/mac-win.el (mac-handle-language-change)
8277 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8278 (mac-services-open-selection, mac-services-mail-selection)
8279 (mac-services-mail-to, mac-services-insert-text)
8280 (mac-dispatch-apple-event): Add docstrings.
8281 (x-get-selection, mac-select-convert-to-string): Select coding
8282 system from `utf-16be' and `utf-16le' using `byteorder'.
8283
8284 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8287 a "list" (lambda ...) rather than a real completion list.
8288
8289 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8290 lexical-let when encountering ((lambda (...) ...) ...).
8291
8292 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * progmodes/sh-script.el (sh-mode):
8295 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8296 * textmodes/picture.el (picture-mode): Update docstrings.
8297
8298 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8299
8300 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8301 commands enclosed in $(ARGQUOTE)s should not be split between two
8302 lines, as that will break with GNU Make >3.80, when sh.exe is used
8303 and arg quoting is with '..'.
8304 (autoloads): Don't break the quoted --eval expression between
8305 several lines.
8306
8307 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8310 Capture error from printing circular structures.
8311
8312 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8313
8314 * wid-edit.el (widget-checkbox-action): Clear undo info.
8315
8316 2005-12-16 Bill Wohler <wohler@newt.com>
8317
8318 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8319 bar, not menubar in comment.
8320
8321 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8324 After-change-functions should not clobber the match data.
8325
8326 2005-12-16 Juri Linkov <juri@jurta.org>
8327
8328 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8329 instead of `buffer-substring'.
8330 (completion-common-substring): Doc fix.
8331 (completion-setup-function): Use minibuffer-completion-contents
8332 instead of minibuffer-contents. Don't set common-string-length
8333 initially. Remove special handling of partial-completion-mode.
8334 Move computation of completion-base-size into one cond.
8335 Call completion-base-size-function in mainbuf. In computation of
8336 completion-base-size for file name completion don't move point to
8337 the end of the minibuffer. Move computation of common-string-length
8338 into one cond. Start putting faces only when common-string-length>=0.
8339 Add condition to put completions-common-part when
8340 common-string-length>0.
8341
8342 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8343 place point at the first different character in the minibuffer
8344 even if this position is at the beginning of the minibuffer.
8345
8346 * info.el (Info-read-node-name-1): In completion-base-size-function's
8347 lambda return 1 if common-substring or minibuffer-completion-contents
8348 starts with (, and 0 otherwise.
8349
8350 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8351 Use `crm-current-element' for second arg of `display-completion-list'.
8352
8353 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8354
8355 * files.el (set-auto-mode): Look for an interpreter specified on
8356 the first line also if search for mode specification succeeded,
8357 but the mode is not known.
8358
8359 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8360
8361 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8362 (org-open-at-point): Implement tag searches as links.
8363 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8364 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8365 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8366 (org-agenda-dispatch): New commands.
8367 (org-use-tag-inheritance, org-tags-column): New options.
8368 (org-tab-follows-link, org-return-follows-link): New options.
8369 (org-tags): New customize group.
8370 (org-start-icalendar-file): Get local time zone.
8371 (org-tags-completion-function): New function.
8372 (org-set-font-lock-defaults): Make sure links will also be
8373 highlighted inside headlines.
8374
8375 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8376
8377 * term.el (term-emulate-terminal):
8378 Let term-handle-ansi-terminal-messages override what Bash says about
8379 its current directory.
8380
8381 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8382
8383 * bindings.el (last-buffer): Move to simple.el.
8384 * simple.el (last-buffer): Move here.
8385 (get-next-valid-buffer): New function.
8386 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8387 (prev-buffer): Ditto. Rename to `previous-buffer'.
8388
8389 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8390 * bindings.el (global-map): Ditto.
8391
8392 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8393
8394 * cus-edit.el: Introductory comment change.
8395 (custom-magic-alist): Change message string for the `rogue' state.
8396
8397 2005-12-15 Richard M. Stallman <rms@gnu.org>
8398
8399 * tooltip.el: Delete defcustom variable :tag names.
8400
8401 * complete.el (partial-completion-mode): Doc fix.
8402
8403 * textmodes/flyspell.el (flyspell-external-point-words):
8404 Use save-excursion to ensure we don't move backward in the
8405 search loop, not even one character.
8406 (flyspell-delete-all-overlays): Use remove-overlays directly.
8407
8408 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8409 (ispell-start-process): Set that variable.
8410 Clear ispell-buffer-local-name.
8411 (ispell-internal-change-dictionary):
8412 Set ispell-current-dictionary after killing process.
8413 (ispell-buffer-local-dict):
8414 Don't set spell-personal-dictionary after killing process.
8415 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8416 (ispell-tex-skip-alists, ispell-html-skip-alists)
8417 (ispell-skip-region-alist): Mark as risky.
8418
8419 * net/newsticker.el (newsticker--retrieval-timer-list)
8420 (newsticker--display-timer, newsticker-running-p)
8421 (newsticker-ticker-running-p): Definitions moved up.
8422
8423 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8426
8427 2005-12-15 David Ponce <david@dponce.com>
8428
8429 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8430 (recentf-edit-list, recentf-open-files): Signal an error when
8431 there is no recent file.
8432
8433 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8434
8435 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8436 read-only except for texinfo-format-region evaluation.
8437
8438 2005-12-14 Richard M. Stallman <rms@gnu.org>
8439
8440 * vc.el (vc-default-previous-version, vc-default-next-version)
8441 (vc-do-command): Doc fixes.
8442
8443 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8444
8445 * textmodes/bibtex.el (bibtex-expand-strings)
8446 (bibtex-autokey-expand-string, bibtex-name-part)
8447 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8448 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8449 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8450 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8451 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8452 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8453 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8454 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8455 (bibtex-beginning-of-last-entry): Remove.
8456 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8457 message if comma is missing but buffer is read-only.
8458 (bibtex-parse-field-text): Handle whitespaces at the end of field
8459 text. Return 3-element list with beginning and end of field text
8460 and end of field.
8461 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8462 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8463 (bibtex-search-forward-field, bibtex-search-backward-field):
8464 Search always delimited by limits of entry. Use more efficient
8465 search algorithms.
8466 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8467 bibtex-end-of-name-in-field.
8468 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8469 extracting the content of a field.
8470 (bibtex-text-in-field): Use search limits.
8471 (bibtex-parse-string-prefix): Handle empty string keys based on
8472 bibtex-string-empty-key.
8473 (bibtex-parse-string): Fix docstring.
8474 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8475 (bibtex-preamble-prefix, bibtex-strings): New functions.
8476 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8477 BibTeX entries (consistent with other BibTeX functions).
8478 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8479 (bibtex-search-entry): Fix docstring. Simplify.
8480 (bibtex-flash-head, bibtex-complete-string-cleanup)
8481 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8482 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8483 (bibtex-parse-entry): New optional arg content.
8484 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8485 Use bibtex-text-in-field-bounds.
8486 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8487 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8488 bibtex-parse-string-postfix.
8489 (bibtex-find-text-internal): New function.
8490 (bibtex-remove-delimiters): Use it.
8491 (bibtex-find-text): Use it. New optional arg help.
8492 (bibtex-complete): Handle BibTeX string and preamble entries.
8493 (bibtex-Preamble): Fix order of closing delimiters.
8494
8495 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * vc.el (vc-default-revert): New fun.
8498
8499 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8500
8501 2005-12-14 Romain Francoise <romain@orebokech.com>
8502
8503 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8504 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8505 (font-lock-remove-keywords): Likewise.
8506
8507 2005-12-14 Juri Linkov <juri@jurta.org>
8508
8509 * log-view.el (log-view-diff): Doc fix.
8510
8511 * isearch.el (isearch-query-replace): Use (mark) instead of
8512 isearch-opoint if mark is active in transient-mark-mode.
8513
8514 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8515
8516 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8517
8518 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8519
8520 * progmodes/cpp.el (cpp-face): New widget.
8521 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8522
8523 2005-12-14 Juri Linkov <juri@jurta.org>
8524
8525 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8526 around `erase-buffer' and `insert'.
8527
8528 * descr-text.el (describe-text-properties): Replace buffer name
8529 "*Help-2*" with "*Help*<2>".
8530 (describe-char): Add functions print-help-return-message,
8531 toggle-read-only. Use help-setup-xref with nil to not store
8532 describe-char in help-xref-stack. Use help-make-xrefs to
8533 make [back] button.
8534
8535 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8536
8537 * wdired.el (wdired-old-point): New internal variable.
8538 (wdired-change-to-wdired-mode): Set it buffer-locally.
8539 (wdired-abort-changes): Restore point after aborting changes.
8540
8541 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * vc.el (vc-do-command): Add a new value t for okstatus.
8544
8545 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8546 frame in case of errors.
8547
8548 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8549
8550 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8551 so it comes after "On the Left" in the menu.
8552
8553 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8554
8555 * cus-edit.el (customize-apropos, customize-apropos-options)
8556 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8557
8558 2005-12-12 Bill Wohler <wohler@newt.com>
8559
8560 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8561 non-writable Subversion-controlled files by saving window
8562 configuration before calling vc-do-command. vc-do-command calls
8563 pop-to-buffer on error which is unexpected during registration.
8564
8565 2005-12-12 Jay Belanger <belanger@truman.edu>
8566
8567 * calc/README: Update the summary of changes.
8568
8569 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * descr-text.el (describe-char): Rework last fix to solve the problem
8572 is the same way it's solved for everything else in that function
8573 (i.e. by extracting the info before setting up the *Help* buffer).
8574
8575 2005-12-12 Kim F. Storm <storm@cua.dk>
8576
8577 * subr.el (version-regexp-alist): Allow space as separator before
8578 non-numeric part, e.g. "1.0 alpha".
8579 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8580
8581 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8582
8583 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8584 Implement Logging and the keep-modes setting.
8585 (org-get-category): Make sure a string is returned.
8586 (org-log-done): New function.
8587 (org-log-done, org-closed-string): New options.
8588
8589 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8590
8591 * tooltip.el (tooltip-y-offset): Change default to 20.
8592
8593 2005-12-12 Richard M. Stallman <rms@gnu.org>
8594
8595 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8596
8597 * frame.el (display-hourglass): Doc fix.
8598
8599 * help.el (help-for-help-internal): Simplify entry for `a'.
8600
8601 * info.el (Info-on-current-buffer): Doc fix.
8602 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8603
8604 * startup.el (inhibit-splash-screen): Make this the real name.
8605 (inhibit-startup-message): Make this the alias.
8606 (command-line): Find only simple.el, and use its directory
8607 to fill in other preloaded files' names.
8608 (command-line): Deactivate the mark if deactivate-mark is set.
8609
8610 * international/mule.el (load-with-code-conversion):
8611 Bind deactivate-mark.
8612
8613 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8614
8615 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8616
8617 * cus-edit.el (customize-apropos): Avoid listing an option more
8618 than once under different aliases. No longer list user options
8619 that are not defined with defcustom (unless a prefix arg is given).
8620 Doc fix.
8621 (customize-apropos-options): Doc fix.
8622
8623 2005-12-11 Juri Linkov <juri@jurta.org>
8624
8625 * frame.el (set-background-color, set-foreground-color)
8626 (set-cursor-color, set-mouse-color, set-border-color):
8627 Add explicit prompts to read colors by `facemenu-read-color'.
8628 (show-trailing-whitespace, blink-cursor-delay)
8629 (blink-cursor-interval, display-hourglass, hourglass-delay):
8630 Remove tags.
8631 (display-hourglass, hourglass-delay): Doc fix.
8632 (cursor-in-non-selected-windows): Capitalize words in tag.
8633
8634 * faces.el (frame-background-mode): Replace `choice-item' keywords
8635 with `const' to not make [default] button. Change default value tag
8636 from `default' to `automatic'. Doc fix.
8637 (trailing-whitespace) <defface>: Change group `whitespace' to
8638 `whitespace-faces'.
8639
8640 2005-12-11 Richard M. Stallman <rms@gnu.org>
8641
8642 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8643
8644 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8645
8646 * term/mac-win.el: Create keymap for mac-apple-event-map.
8647
8648 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8649
8650 * tooltip.el (tooltip-mode): Move to start of file so that it
8651 appears at top of customize buffer.
8652
8653 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8654 Add the gud groupname.
8655 (gud-tooltip-mode): Add the tooltip groupname.
8656 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8657 avoid conflict with tooltip-use-echo-area.
8658
8659 2005-12-10 Romain Francoise <romain@orebokech.com>
8660
8661 * help.el (help-for-help-internal): Add `r' in doc string.
8662
8663 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8664
8665 * align.el (align-regexp, align-highlight-rule):
8666 Use region-beginning and region-end instead of point and mark, so that
8667 repetition (with `repeat-complex-command') recomputes the region
8668 bounds.
8669
8670 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8671
8672 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8673 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8674 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8675 (balance-windows): Rewrite using the above new functions.
8676
8677 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8678
8679 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8680 react if global-hi-lock-mode seems intended.
8681 (global-hi-lock-mode) Renamed from hi-lock-mode.
8682 (hi-lock-archaic-interface-message-used)
8683 (hi-lock-archaic-interface-deduce): New variables.
8684 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8685 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8686 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8687 Replace hi-lock-buffer-mode with hi-lock-mode.
8688
8689 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8690
8691 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8692 completion list, even after a partial completion has been
8693 inserted in the current buffer. If there are more than 1
8694 completion, redisplay the *Completions* buffer; if the
8695 completion is unique, delete the *Completions* window.
8696
8697 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8698
8699 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8700 strings and long subject lines that were broken into multiple
8701 lines at arbitrary places. Handle subjects that have "Re: " in
8702 the middle.
8703
8704 2005-12-10 John W. Eaton <jwe@octave.org>
8705
8706 * emacs/octave-mod.el (octave-electric-space): Don't indent
8707 comments or strings if octave-auto-indent is nil.
8708
8709 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8710
8711 * term/mac-win.el: Require url when compiling.
8712 Call mac-process-deferred-apple-events after loading init files.
8713 (mac-apple-event-map): New defvar. Define event handlers in it.
8714 (core-event, internet-event): New Apple event class symbols.
8715 (open-application, reopen-application, open-documents)
8716 (print-documents, open-contents, quit-application)
8717 (application-died, show-preferences, autosave-now, get-url):
8718 New Apple event ID symbols.
8719 (about): New HICommand ID symbol.
8720 (mac-event-spec, mac-event-ae): New macros.
8721 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8722 (mac-ae-selection-range, mac-ae-text-for-search)
8723 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8724 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8725 and Services menu events are now defined in mac-apple-event-map.
8726 (mac-drag-n-drop): Remove selection range handling.
8727
8728 2005-12-10 Kenichi Handa <handa@m17n.org>
8729
8730 * simple.el (zap-to-char):
8731 * isearch.el (isearch-process-search-char): Translate CHAR by
8732 translation-table-for-input.
8733
8734 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * foldout.el (foldout-exit-fold): Properly hide subtree.
8737
8738 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8739
8740 * files.el (save-buffer):
8741 * international/ucs-tables.el (ucs-set-table-for-input):
8742 * mail/mail-extr.el (mail-extract-address-components):
8743 * mail/sendmail.el (mail-mode): Reformat doc string.
8744
8745 2005-12-09 Juri Linkov <juri@jurta.org>
8746
8747 * isearch.el (isearch-highlight): Change main overlay priority
8748 from 1 to 1001. Simplify.
8749 (isearch-lazy-highlight-update): Change lazy overlay priority
8750 from 0 to 1000.
8751
8752 * replace.el (replace-highlight): Change overlay priority from
8753 1 to 1001.
8754
8755 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8756 Change overlay priority from 1 to 1001. Reuse existing overlay.
8757
8758 * compare-w.el (compare-windows-highlight): Change overlay
8759 priority from 1 to 1000.
8760
8761 * menu-bar.el (menu-bar-edit-menu): Add listp around
8762 pending-undo-list to disable menu item "undo" when pending
8763 undo list is empty.
8764
8765 * locate.el (locate): Disable undo in *Locate* buffer.
8766
8767 2005-12-09 Kim F. Storm <storm@cua.dk>
8768
8769 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8770
8771 2005-12-09 David Ponce <david@dponce.com>
8772
8773 * recentf.el: Improvement of the menu code.
8774 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8775 instead of menu hook.
8776 (recentf-show-menu, recentf-hide-menu): New functions.
8777 (recentf-menu-customization-changed, recentf-mode): Use them.
8778 (recentf-menu-action, recentf-max-menu-items)
8779 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8780 (recentf-arrange-by-rule-others)
8781 (recentf-arrange-by-rules-min-items)
8782 (recentf-arrange-by-rule-subfilter) : Don't use
8783 `recentf-menu-customization-changed'.
8784 (recentf-arrange-rules): Likewise. Accept functions to compute
8785 sub-menu titles.
8786 (recentf-menu-filter): Likewise. Doc fix.
8787 (recentf-menu-value-shortcut): Doc fix.
8788 (recentf-dump-variable): Quote atom value.
8789 (recentf-make-menu-items): Update to use it as a menu filter.
8790 (recentf-match-rule): New function.
8791 (recentf-arrange-by-rule): Use it.
8792 (recentf-indirect-mode-rule): New function.
8793 (recentf-build-mode-rules): Use it.
8794 (recentf-dir-rule): New function.
8795 (recentf-arrange-by-dir): Use it.
8796 (recentf-filter-changer-current): Rename from
8797 `recentf-filter-changer-state'. All references updated.
8798 (recentf-filter-changer-alist): Update filter names.
8799 (recentf-filter-changer-select): New function.
8800 (recentf-filter-changer): Use it. Make a sub-menu from filters
8801 available in `recentf-filter-changer-alist'.
8802 (recentf-data-cache, recentf-clear-data)
8803 (recentf-update-menu): Remove. All references updated.
8804 (recentf-match-rule-p, recentf-build-dir-rules)
8805 (recentf-filter-changer-goto-next)
8806 (recentf-filter-changer-get-current)
8807 (recentf-filter-changer-get-next): Remove.
8808
8809 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8812 buffer "Reset" button to "Reset to Current" for consistency with
8813 the State buttons.
8814
8815 2005-12-08 John Paul Wallington <jpw@pobox.com>
8816
8817 * ibuf-ext.el (define-ibuffer-filter filename):
8818 If `dired-directory' is a list then really use its car.
8819
8820 2005-12-08 Kim F. Storm <storm@cua.dk>
8821
8822 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8823 Fix indention of text on right side of replaced rectangle.
8824
8825 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8826
8827 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8828 No need to check gud-comint-buffer is bound.
8829 (gdb): Prevent multiple debugging when first session uses gdba.
8830
8831 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8832
8833 CC Mode update to 5.31.
8834
8835 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8836 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8837 We might do this function properly in the future).
8838
8839 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8840 New macros c-sentence-end and c-default-value-sentence end, to cope
8841 with Emacs 22's new function `sentence-end'.
8842
8843 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8844
8845 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8846 compat issue using `c-put-overlay' and `c-delete-overlay'.
8847
8848 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8849 New compat macros to handle overlays/extents.
8850
8851 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8852
8853 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8854 (for GNU Emacs 20.4)
8855
8856 * progmodes/cc-defs.el:
8857 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8858
8859 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8860 highlighting mechanism so it will work in XEmacs too.
8861
8862 * progmodes/cc-defs.el: Insert c-int-to-char.
8863
8864 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8865 call to the new macro c-int-to-char. This solves XEmacs's
8866 regarding characters as different from integers.
8867
8868 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8869
8870 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8871 New internal helper.
8872
8873 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8874 construct to make the indirect face lookup work in XEmacs.
8875
8876 (c-cpp-matchers): Append the negation char face to the existing
8877 fontification, so that the cpp face doesn't disappear.
8878 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8879 and strings.
8880
8881 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8882 to map to `font-lock-negation-char-face' in emacsen where it exists.
8883
8884 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8885
8886 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8887
8888 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8889 Rename "c-subword-move-mode" as "c-subword-mode".
8890
8891 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8892 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8893
8894 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8895
8896 * progmodes/cc-mode.el: Added autoload directive for
8897 `c-subword-move-mode' for use in older emacsen.
8898
8899 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8900
8901 * progmodes/cc-mode.el:
8902 (i) Insert a binding for C-c C-backspace into
8903 c-bind-special-erase-keys which works in TTYs.
8904 (ii) Make sure that when file styles are used, any explicitly
8905 given style variables take priority over those in the style.
8906 Do this by calling `hack-local-variables' a second time.
8907
8908 * progmodes/cc-vars.el: Add language specific customization
8909 widgets for AWK to c-doc-comment-style, c-require-final-newline
8910 and c-default-style. Add a defcustom for awk-mode-hook.
8911 Give c-syntactic-element and c-syntactic-context doc-strings by
8912 directly setting their `variable-documentation' propery.
8913 This allows Emacs 22.1 to read these with C-h v.
8914
8915 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8916
8917 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8918
8919 * progmodes/cc-fonts.el, cc-vars.el
8920 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8921 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8922 Masatake YAMATO.
8923
8924 (c-doc-comment-style): Made GtkDoc default in C mode.
8925
8926 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8927 and C-c C-<delete>.
8928
8929 (c-bind-special-erase-keys): New function for use on
8930 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8931
8932 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8933 <delete> key behavior in XEmacs according to `delete-forward-p'.
8934 C.f. `c-electric-delete'.
8935
8936 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8937
8938 * progmodes/cc-mode.el: Give c-hungry-backspace and
8939 c-hungry-delete-forward permanent key bindings.
8940
8941 * progmodes/cc-cmds.el (c-electric-semi&comma):
8942 Bind c-syntactic-context for calls to "criteria functions", for
8943 consistency with other calls to user functions.
8944
8945 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8946 `current-prefix-arg', since this might be the prefix arg to a
8947 command which calls c-indent-command as a function. Change the
8948 interactive spec from "p" to "P".
8949
8950 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8951 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8952 was difficult to understand.
8953
8954 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8955
8956 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8957 first char of an identifier.
8958
8959 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8960 +" syntax in C++.
8961
8962 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8963
8964 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8965 auto-fill doesn't split a c-comment's last word from a hanging
8966 "*/" when a space is typed between them after fill-column.
8967
8968 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8969
8970 * progmodes/cc-styles.el (c-set-style)
8971 (c-setup-paragraph-variables): Abort the command if we're not in a
8972 CC Mode buffer.
8973
8974 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8975 with blank comment-prefix, and a blank line as the comment's
8976 second line.
8977
8978 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8979
8980 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8981 Incorporate the patterns added in the Emacs development branch
8982 for the new Emacs 22 face `font-lock-negation-char-face'.
8983
8984 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8985 of "red" since it stands out better in xterms and DOS terminals.
8986
8987 * progmodes/cc-engine.el (c-literal-faces):
8988 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8989
8990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8991
8992 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8993 forcibly enable c-electric-flag.
8994
8995 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8996 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8997 after the comment-prefix of a C-style comment will close that comment.
8998
8999 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9000
9001 * progmodes/cc-fonts.el (c-basic-matchers-before)
9002 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9003 in Pike.
9004
9005 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9006 digraphs.
9007
9008 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9009 (c-cpp-message-directives, c-cpp-include-directives)
9010 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9011 (c-cpp-expr-directives): Introduce new language constants to
9012 control cpp syntax in a cleaner way.
9013
9014 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9015
9016 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9017
9018 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9019 (c-multiline-string-start-char): New language constants and
9020 variables to specify how newlines in string literals work.
9021
9022 (c-font-lock-invalid-string): Use them.
9023
9024 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9025 unbalanced close brace is entered. Optimization by avoiding going
9026 back over arbitrarily large blocks. Removed hints that this
9027 function only would be relevant/useful in AWK.
9028
9029 (c-electric-brace): Indent syntactically after the cleanups since
9030 lineup functions might do it differently then.
9031
9032 * progmodes/cc-engine.el, cc-langs.el
9033 (c-opt-op-identifier-prefix): New language constant and variable.
9034
9035 (c-just-after-func-arglist-p, c-after-special-operator-id)
9036 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9037
9038 * progmodes/cc-align.el, cc-engine.el
9039 (c-after-special-operator-id): New helper to handle C++ operator
9040 identifiers.
9041
9042 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9043 (c-guess-basic-syntax): Handle C++ operator identifiers in
9044 declarations.
9045
9046 * progmodes/cc-langs.el (c-assignment-operators): Add the
9047 trigraph version of ^= too.
9048
9049 * progmodes/cc-langs.el (c-assignment-operators): Add the
9050 trigraph version of |= in C++.
9051
9052 * progmodes/cc-fonts.el (c-font-lock-declarators):
9053 Handle `c-decl-hangon-kwds' after the identifier name.
9054
9055 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9056 whether an arglist is "nonempty", ignore a comment after the open
9057 paren if it isn't followed by a non-comment token on the same line.
9058
9059 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9060 Enable heuristics below the point to cope with classes inside special
9061 brace lists in Pike.
9062
9063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9064
9065 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9066
9067 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9068
9069 * progmodes/cc-guess.el (cc-guess-install): New function to
9070 install an already guessed style in another buffer.
9071
9072 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9073 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9074 anyway if the change always is undone.
9075
9076 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9077
9078 Implement togglable electricity:
9079
9080 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9081 saying when it should be used.
9082
9083 * progmodes/cc-engine.el: Add the new buffer-local variable,
9084 c-electric-flag.
9085
9086 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9087 c-toggle-auto-newline.
9088
9089 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9090 c-toggle-auto-newline. Remove the binding for
9091 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9092 c-toggle-electric-state.
9093
9094 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9095
9096 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9097 c-\(forward\|backward\)-subword.
9098 (c-update-modeline): Add the new modeline flag `l' for
9099 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9100 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9101 Make the old name an alias of the new name.
9102 (c-toggle-electric-state): New function.
9103 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9104 Adapt these functions to do electric things only when
9105 c-electric-flag is non-nil.
9106 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9107 new functions from c-electric-brace.
9108 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9109 mode, so that the tentative extra newline doesn't change the
9110 syntax of the following brace.
9111 (c-electric-brace): Restructure by extracting the above functions.
9112 Tidy up the coding somewhat.
9113 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9114 restructure a bit.
9115
9116 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9117
9118 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9119 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9120
9121 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9122 (c-submode-indicators): Change name from `c-auto-hungry-string'
9123 since it's now used to track another submode.
9124
9125 (c-update-modeline): Convert to function and extended to check
9126 `c-subword-move-mode'.
9127
9128 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9129 Convert to compat aliases for `c-forward-subword' and
9130 `c-backward-subword'.
9131
9132 * progmodes/cc-subword.el: New functions and minor mode to handle
9133 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9134
9135 (c-forward-subword, c-backward-subword, c-mark-subword)
9136 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9137 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9138 Functions corresponding to the standard word handling functions.
9139
9140 (c-subword-move-mode): Minor mode that replaces all the standard
9141 word handling functions with their subword equivalences.
9142
9143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9144
9145 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9146 entry for one-liner-defun.
9147
9148 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9149 name in its def-edebug-spec.
9150
9151 * progmodes/cc-cmds.el (c-electric-brace): Make the
9152 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9153 compacts space before a comment, if this will make things fit on
9154 one line.
9155
9156 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9157
9158 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9159
9160 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9161 clean-up one-liner-defun.
9162
9163 * progmodes/cc-styles.el: Add the new "awk" style.
9164
9165 * progmodes/cc-vars.el: Add description of one-liner-defun to
9166 c-cleanup-list's doc-string. New user options,
9167 c-max-one-liner-length. In c-default-style, set the default style
9168 for AWK to "awk".
9169
9170 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9171
9172 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9173 macros inside labels.
9174
9175 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9176 `c-at-statement-start-p' and `c-at-expression-start-p'.
9177
9178 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9179 error if the mark isn't set.
9180
9181 * progmodes/cc-engine.el (c-guess-continued-construct)
9182 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9183 accurately detect functions inside functions.
9184
9185 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9186 like `c-at-statement-start-p' that additionally recognizes commas
9187 and expression parentheses as delimiters.
9188
9189 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9190 to avoid heuristics that doesn't work for unclosed blocks.
9191 (c-at-statement-start-p): New function.
9192
9193 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9194 Objective-C directives, e.g. directives spanning lines should work
9195 reasonably well now.
9196
9197 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9198
9199 (c-forward-objc-directive): New function to move over any ObjC
9200 directive.
9201
9202 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9203 (c-basic-matchers-before): Use it.
9204
9205 (c-font-lock-objc-iip-decl): Remove.
9206
9207 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9208 in the template arglist recognition.
9209
9210 * progmodes/cc-styles.el (c-style-alist): Fix several
9211 inconsistencies in the Whitesmith style.
9212
9213 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9214 New lineup function to get lines after Whitesmith style blocks
9215 correctly indented.
9216
9217 (c-lineup-whitesmith-in-block): Back out the compensation for
9218 opening parens since it's done using `add' lists in the style
9219 definition instead. Don't use the anchor position since it varies
9220 too much between the syntactic symbols. :P
9221
9222 * progmodes/cc-vars.el (c-valid-offset): Update.
9223
9224 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9225 lists where the offsets are combined according to several
9226 different methods: `first', `min', `max', and `add'.
9227 Report offset evaluation errors with `c-benign-error' so that some kind
9228 of reindentation still is done.
9229
9230 * progmodes/cc-engine.el (c-guess-basic-syntax):
9231 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9232 `arglist-close'.
9233
9234 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9235 situations for `arglist-cont-nonempty' and `arglist-close'.
9236
9237 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9238
9239 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9240 cc-bytecomp-boundp' in a number of places.
9241
9242 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9243 macro related issue.
9244
9245 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9246
9247 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9248 list is now [asdf], a char class [:alpha:].
9249 Include code for char classes.
9250 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9251 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9252
9253 Remove (nearly all of) the cruft associated with AWK Mode's former
9254 concept of "virtual semicolons":
9255
9256 Adapt c-beginning-of-statement, c-end-of-statement (together with
9257 subfunctions) to use the new notion of "virtual semicolon" in
9258 place of the old awkward special handling for AWK. There remains
9259 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9260 * progmodes/cc-cmds.el:
9261 (c-ascertain-adjacent-literal): In the backwards direction, now
9262 recognises AWK regexp delimiters as string delimiters.
9263 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9264 check more rigorously for "end of macro".
9265 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9266 virtual semicolons;
9267 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9268 out the code for forward movement into ...
9269 (c-end-of-statement): Now contains the code for forward movement,
9270 adapted for virtual semicolons.
9271
9272 * progmodes/cc-engine.el:
9273 (c-ws*-string-limit-regexp): New regexp.
9274 (c-forward-single-comment, c-backward-single-comment): Comment out
9275 the (now redundant) "special" AWK stuff.
9276
9277 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9278 c-string-par-start, c-string-par-separate to be more like Text
9279 Mode than Fundamental Mode.
9280
9281 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9282
9283 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9284 to the fontified region so that fontification doesn't occur
9285 outside it (could happen e.g. when fontifying a line with an
9286 unfinished declaration).
9287
9288 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9289
9290 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9291 start of the file. ^L now separate sections of the file.
9292 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9293 (c-awk-one-line-possibly-open-string-re)
9294 (c-awk-regexp-one-line-possibly-open-char-class-re)
9295 (c-awk-one-line-possibly-open-regexp-re)
9296 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9297 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9298
9299 Amend the concept of "virtual semicolons" (in the indentation
9300 engine) for languages like AWK, such that they are now
9301 conceptually attached to end of the last token of a statement, not
9302 the end of the line. (In AWK Mode, however, the pertinent text
9303 property is still physically set on the EOL.) Remove the specific
9304 tests for awk-mode, thus facilitating the introduction of other
9305 language modes where EOLs can end statements.
9306 (Note: The funtionality in cc-cmds.el, specifically
9307 c-beginning/end-of-statement has yet to be amended.)
9308
9309 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9310 New macros.
9311
9312 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9313 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9314 c-vsemi-status-unknown-p-fn (in a new page).
9315
9316 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9317 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9318 numerous awkward forms like
9319 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9320 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9321 variable before-ws-ip, the place just after char-before-ip appears.
9322
9323 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9324 a comment.
9325
9326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9327
9328 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9329 `c-tentative-buffer-changes'.
9330
9331 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9332 convert to macro to choose between Emacs and XEmacs at compile time.
9333
9334 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9335
9336 (c-tentative-buffer-changes): New macro to handle temporary buffer
9337 changes in a convenient way.
9338
9339 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9340 for `c-tentative-buffer-changes'.
9341
9342 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9343 the checks for paren sexps between the point and the keyword, to
9344 avoid some false alarms.
9345
9346 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9347 Fixed a situation where an error could be thrown for unbalanced
9348 parens. Changed to make use of c-keyword-member' to avoid some
9349 repeated regexp matches.
9350
9351 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9352 These language variable are no longer necessary.
9353
9354 (c-block-stmt-kwds): New language constant used by
9355 c-looking-at-inexpr-block'.
9356
9357 (c-guess-basic-syntax): Remove an optional check that looked at
9358 the existence of the now removed language variables.
9359
9360 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9361 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9362 object instantiation expressions as declarations in some contexts.
9363 This bug only affected languages where the declarator can't be
9364 enclosed in parentheses.
9365
9366 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9367 insert newlines before and after substatement braces.
9368
9369 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9370 function declaration headers and the handling of C++ style member
9371 init lists.
9372
9373 (c-just-after-func-arglist-p): Rewritten to use
9374 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9375
9376 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9377
9378 (c-guess-basic-syntax): Adapt case 5B for the new
9379 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9380 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9381 covers all cases now).
9382
9383 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9384
9385 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9386
9387 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9388 c-string-par-start/separate c-sentence-end-with-esc-eol,
9389 initialised in c-setup-paragraph-variables, used in string
9390 scanning subroutines of c-beginning-of-statement.
9391
9392 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9393 which precedes the newly inserted `{'.
9394
9395 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9396
9397 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9398 function for declaration level blocks. It should now cope with
9399 templates better and also be a lot more comprehensible.
9400
9401 (c-looking-at-decl-block): The new function.
9402
9403 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9404 for compatibility.
9405
9406 (c-add-class-syntax, c-guess-continued-construct)
9407 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9408
9409 (c-decl-block-key): Change to tell apart ambiguous and
9410 unambiguous keywords. Pike specials are now handled directly in
9411 the code instead.
9412
9413 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9414 New language constants and variables to make the backward skip in
9415 `c-looking-at-decl-block' as tight as possible.
9416
9417 (c-nonsymbol-token-char-list): New language constant.
9418
9419 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9420 find balanced template arglists backwards.
9421
9422 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9423 making char classes for `c-syntactic-skip-backward'.
9424
9425 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9426 16D - can't be a class-close at that point.
9427
9428 * progmodes/cc-engine.el (c-guess-basic-syntax)
9429 (c-add-class-syntax): Don't narrow out the enclosing declaration
9430 level. This makes everything a lot easier, and it was actually
9431 only four small places that needed it to work. Some places that
9432 previously did `widen' are removed now, which has the effect that
9433 `c-guess-basic-syntax' never will look at things outside the
9434 current narrowment now. The anchor position for `topmost-intro'
9435 is affected by this, but it was so bogus it was basically useless
9436 before, and now it's equally bogus but in a slightly different way.
9437
9438 (c-narrow-out-enclosing-class): Gone.
9439
9440 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9441 the narrowed region.
9442
9443 (c-least-enclosing-brace): Remove silly optional argument.
9444
9445 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9446 the point could be left directly after an open paren when finding
9447 the beginning of the first decl in the block.
9448
9449 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9450 Specify which submatch to use.
9451
9452 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9453
9454 (c-decl-start-re): No longer any need for special treatment of
9455 ObjC due to the above.
9456
9457 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9458 presumably follows C in that regard.
9459
9460 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9461 New language constants to specify operator tokens inside
9462 identifiers in a more high level way.
9463
9464 (c-opt-identifier-prefix-key): New internal language constant.
9465
9466 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9467 (c-identifier-start, c-identifier-key): Now completely calculated
9468 from other constants.
9469
9470 (c-identifier-last-sym-match): Decommission since it's no longer used.
9471
9472 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9473
9474 * progmodes/cc-engine.el (c-forward-name): Remove the
9475 optimization when c-identifier-key is equal to c-symbol-key since
9476 it doesn't work in byte compiled files. Don't record empty
9477 regions as identifiers.
9478
9479 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9480 simplify access to `c-operators' and its likes.
9481
9482 (c-operator-list, c-all-op-syntax-tokens)
9483 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9484 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9485 (c-primary-expr-regexp, c-cast-parens): Use it.
9486
9487 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9488 an explicit language in functions.
9489
9490 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9491 variant of adornment.
9492
9493 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9494 variable.
9495
9496 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9497 the Pike value.
9498
9499 * progmodes/cc-engine.el (c-on-identifier)
9500 (c-simple-skip-symbol-backward): Small fix for handling "-"
9501 correctly in `skip-chars-backward'. Affected the operator lfun
9502 syntax in Pike.
9503
9504 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9505 diagnostic message about precompiled language vars not being used.
9506
9507 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9508 "__attribute__" is followed by a parenthesis.
9509
9510 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9511 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9512 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9513
9514 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9515 Internal cleanups to properly detect the declared identifiers in
9516 various declarations.
9517
9518 (c-decl-start-kwds): New language constant to recognize
9519 declarations that can start anywhere. Used for class declarations
9520 in Pike.
9521
9522 (c-specifier-key, c-not-decl-init-keywords)
9523 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9524 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9525
9526 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9527 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9528 handling of the compiler specific extension keywords into a new
9529 language constant `c-decl-hangon-kwds' that defines keyword
9530 clauses to be ignored in declarations.
9531
9532 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9533 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9534 Necessary to stop at the declared identifier in e.g. IDL valuetype
9535 declarations.
9536
9537 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9538 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9539 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9540 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9541 class and enum declarations as such and not as part of the type.
9542
9543 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9544 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9545
9546 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9547 declarations when there's some syntax error later on.
9548
9549 (c-complex-decl-matchers): Did away with a reference to
9550 `c-specifier-key'.
9551
9552 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9553 value - this variable is always dynamically bound.
9554
9555 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9556 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9557 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9558 functions that might do hidden buffer changes: All such internal
9559 functions are now marked instead of those that don't.
9560
9561 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9562 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9563 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9564 (c-literal-type): Allow these functions to make hidden buffer changes,
9565 so that they are free to use text property caching later on.
9566
9567 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9568 (c-electric-brace, c-electric-slash, c-electric-star)
9569 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9570 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9571 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9572 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9573 with the changed semantics of the functions above.
9574
9575 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9576 when macros occur in obscure places. Optimized the sexp movement
9577 a bit.
9578
9579 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9580
9581 Enhancements for c-beginning-of-statement to work in AWK Mode:
9582
9583 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9584 (completed statement) with `}' (statement completed by closing
9585 brace or semicolon) and `$' (statement completed by EOL).
9586
9587 (c-awk-virtual-semicolon-ends-prev-line-p)
9588 (c-awk-virtual-semicolon-ends-line-p)
9589 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9590 (c-awk-at-statement-end-p): New functions.
9591
9592 * progmodes/cc-cmds.el: Simplify the structure of functions
9593 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9594 two functions and c-beginning-of-statement to handle AWK Mode.
9595
9596 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9597 c-backward-single-comment for AWK mode. Attempt to clarify their
9598 doc-strings.
9599
9600 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9601
9602 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9603
9604 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9605 label handling. Labels are now recognized in a uniform and more
9606 robust way, regardless of context. Text properties are put on all
9607 labels to recognize the following declarations better.
9608 Multiword labels are handled both in indentation and fontification for
9609 the benefit of language extensions like Qt. For consistency, keywords
9610 in labels are now fontified with the label face instead.
9611 That also applies to "case" and "default".
9612
9613 (c-beginning-of-statement-1): Fix some bugs in the label
9614 handling. Disregard `c-nonlabel-token-key' in labels that begin
9615 with `c-label-kwds'.
9616
9617 (c-find-decl-spots): Support that the callback adds more
9618 `c-decl-end' spots to find.
9619
9620 (c-forward-decl-or-cast-1): Don't treat a list of plain
9621 identifiers followed by a colon as a declaration.
9622
9623 (c-forward-label): New function to recognize labels.
9624
9625 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9626 `c-forward-label'. Moved the label recognition cases (14 and 15)
9627 earlier since they aren't so context sensitive now. Handle labels
9628 on the top level gracefully. Moved access label recognition to
9629 the generic label case (CASE 15) - removed CASE 5E.
9630
9631 (c-font-lock-declarations): Add recognition of labels in the
9632 same round since we need to handle labels in parallell with other
9633 declarations to recognize both accurately. It should also improve
9634 speed.
9635
9636 (c-simple-decl-matchers, c-basic-matchers-after):
9637 Move `c-font-lock-labels' so that it only is used on decoration level 2
9638 since `c-font-lock-declarations' handles it otherwise.
9639
9640 (c-complex-decl-matchers): Remove the simplistic recognition of
9641 access labels.
9642
9643 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9644 with labels earlier.
9645
9646 (c-decl-start-re): New language variable to make
9647 `c-font-lock-declarations' stop for the special protection labels
9648 in Objective-C that start with `@'.
9649
9650 (c-label-key): Remove since it's no longer used.
9651
9652 (c-recognize-colon-labels, c-label-prefix-re): New language
9653 constants to support recognition of generic colon-terminated labels.
9654
9655 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9656 are colon terminated labels.
9657
9658 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9659 first argument starts with a special brace list.
9660
9661 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9662 (c-font-lock-declarations): Break out the declaration and cast
9663 recognition from `c-font-lock-declarations' to a new function, so
9664 that it can be used in the indentation engine.
9665
9666 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9667 up to the start of the literal. Fixed bug with the point on the
9668 wrong side of the search limit that could happen when the start
9669 position is inside a literal.
9670
9671 * progmodes/cc-engine.el (c-parse-state)
9672 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9673 so that it's kept a little bit back to increase the hit rate.
9674
9675 (c-parse-state): Change the macro handling and fixed some
9676 glitches. Macro context is checked more often than necessary now,
9677 but otoh less garbage conses are generated.
9678
9679 * progmodes/cc-engine.el (c-parse-state)
9680 (c-invalidate-state-cache): Cache the last position where
9681 `c-state-cache' applies. This can speed up refontification quite
9682 a bit in blocks where there are many non-brace parens before the point.
9683
9684 (c-state-cache-end): New variable for this.
9685
9686 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9687 cache variable.
9688
9689 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9690 get close initial continue positions when the start position is
9691 inside a literal or macro. Do not call the callback for spots
9692 before the start position (which can happen e.g. for `c-decl-end'
9693 spots inside comments). Optimize better in special cases when the
9694 region is a single line inside a literal or macro (typically when
9695 the current line is refontified).
9696
9697 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9698 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9699 entries from the paren state.
9700
9701 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9702 special case for "else if" clauses.
9703
9704 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9705 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9706
9707 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9708 New language variable to recognize the gcc extension with statement
9709 blocks inside expressions.
9710
9711 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9712 it somewhat more comprehensible. The argument AT-BLOCK-START is
9713 no longer used and hence removed.
9714
9715 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9716 to `c-add-stmt-syntax'.
9717
9718 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9719 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9720 This fixes bogus label recognition.
9721
9722 * progmodes/cc-engine.el (c-add-type, c-check-type)
9723 (c-forward-name, c-forward-type): Improve storage of template
9724 types in `c-found-types' so that they can be recognized better.
9725
9726 (c-syntactic-content): Add option to skip past nested parens.
9727
9728 * progmodes/cc-engine.el (c-forward-name):
9729 Set `c-last-identifier-range' all the time. It's less work that way.
9730 Handle that there might not be an identifier to store in
9731 `c-last-identifier-range'.
9732
9733 (c-forward-type): Handle that `c-last-identifier-range' might be
9734 nil from `c-forward-name'.
9735
9736 * progmodes/cc-defs.el (c-safe-scan-lists)
9737 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9738
9739 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9740 to work even if the form fails.
9741
9742 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9743 down in a large file in one go.
9744
9745 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9746
9747 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9748 function which is like `c-lineup-math' but returns nil instead of
9749 `c-basic-offset' when it doesn't match.
9750
9751 (c-lineup-math): Change to use `c-lineup-assignments'.
9752
9753 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9754
9755 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9756 c-beginning-of-statement. New subfunctions
9757 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9758
9759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9760
9761 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9762 hardcoded char classes whereever possible. Changed a couple of
9763 places to use skip by syntax instead of skip by char class.
9764
9765 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9766 Fix a bug in the regexp that caused extreme backtracking.
9767
9768 * progmodes/cc-langs.el (c-block-comment-starter)
9769 (c-block-comment-ender): New language constants to specify in a
9770 single place how block comments look.
9771
9772 (c-comment-start-regexp, c-block-comment-start-regexp)
9773 (comment-start, comment-end, comment-start-skip)
9774 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9775 (c-syntactic-ws, c-nonempty-syntactic-ws)
9776 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9777 `c-line-comment-starter', `c-block-comment-starter' and
9778 `c-block-comment-ender'.
9779
9780 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9781 New language constants to break up things a bit.
9782
9783 (c-simple-ws): New language constant for simple whitespace.
9784
9785 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9786
9787 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9788 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9789 newlines. Allow and ignore nil elements in the list.
9790
9791 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9792
9793 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9794 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9795
9796 * progmodes/cc-cmds.el: Tidy up the comments in
9797 c-beginning-of-statement and subfunctions.
9798
9799 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9800 more flexible c-put-char-property and c-clear-char-properties.
9801 Add the author's email address.
9802
9803 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9804
9805 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9806 closing "*/" of a block comment.
9807
9808 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9809 subfunctions) so that it works at BOB and EOB.
9810
9811 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9812 c-beginning-of-statement, including new variable
9813 c-block-comment-start-regexp.
9814
9815 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9816
9817 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9818 symbols from `*-font-lock-extra-types' so that there's no need to
9819 use `regexp-opt' on those lists.
9820
9821 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9822 `c-type-modifier-kwds' is empty.
9823
9824 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9825 there are several strings on the same line.
9826
9827 * progmodes/cc-engine.el (c-literal-limits): Remove the
9828 compatibility function for older emacsen. `c-literal-limits-fast'
9829 has now taken the place of this function.
9830
9831 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9832 with older emacsen: We now require `pps-extended-state'.
9833
9834 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9835
9836 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9837 which obviates the need to hack sentence-end. This now handles
9838 escaped newlines in strings correctly. Correct minor bugs in
9839 c-move-over-sentence and in c-beginning-of-statement.
9840
9841 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9842 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9843 that movement over macros and code are rigorously separated from
9844 eachother. Correct a few incidental bugs.
9845
9846 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9847 Improve its doc-string. Improve the handling of certain specific cases.
9848
9849 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9850
9851 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9852 (c-guess-basic-syntax): Change the way class-level labels are
9853 recognized; they can now contain essentially any symbols.
9854
9855 (c-opt-extra-label-key): New language variable to cope with the
9856 special protection label syntax in Objective-C.
9857
9858 (c-opt-access-key): Remove; this is now handled better by
9859 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9860
9861 (c-complex-decl-matchers): Update to handle that
9862 `c-opt-access-key' no longer exists.
9863
9864 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9865 improved label recognition in `c-beginning-of-statement-1'.
9866
9867 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9868 Recognize bitfields better.
9869
9870 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9871 Remove some cruft and fixed a bug that could cause it to go to a
9872 position further down.
9873
9874 * progmodes/cc-langs.el, cc-engine.el
9875 (c-beginning-of-statement-1): Improve detection of labels in
9876 declaration contexts.
9877
9878 (c-beginning-of-decl-1): Use it.
9879
9880 (c-nonlabel-token-key): New language constant and variable needed
9881 by `c-beginning-of-statement-1'.
9882
9883 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9884 manifested itself due to the correction in `c-forward-sexp'.
9885
9886 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9887 Make these behave as documented when used at the buffer limits.
9888
9889 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9890 (c-type-decl-end-used): Made this a language variable.
9891
9892 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9893 correctly when `combine-after-change-calls' is used together with
9894 temporary narrowings.
9895
9896 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9897 Report labels correctly when the start point is immediately after the
9898 colon.
9899
9900 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9901 Remove since it isn't used anymore.
9902
9903 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9904 bracket arglists such as template parens in C++.
9905
9906 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9907 in the last check-in. Some optimization.
9908
9909 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9910 where it could stop at the same level in a preceding sexp when
9911 PAREN-LEVEL is set.
9912
9913 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9914 text property lookup only when it's needed.
9915
9916 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9917 Change the policy for paren marked angle brackets to be more
9918 persistent; once marked they remain marked even when they're found
9919 to be unbalanced in the searched region. This should keep the
9920 paren syntax around even when individual lines are refontified in
9921 multiline template arglists.
9922
9923 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9924 to control markup so that incorrect angle bracket arglists aren't
9925 marked in contexts where the correct value for
9926 `c-disallow-comma-in-<>-arglists' isn't known.
9927
9928 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9929 argument has become `c-parse-and-markup-<>-arglists'.
9930
9931 (c-remove-<>-arglist-properties): Remove - no longer used.
9932
9933 (c-after-change-check-<>-operators): New function used on
9934 `after-change-functions' to avoid that "<" and ">" characters that
9935 are part of longer operators have paren syntax.
9936
9937 (c-<>-multichar-token-regexp): New language variable used by
9938 `c-after-change-check-<>-operators'.
9939
9940 (c-after-change): Call `c-after-change-check-<>-operators'.
9941
9942 (c-font-lock-<>-arglists): Use the context properties set by
9943 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9944 correctly to avoid doing invalid markup.
9945
9946 (c-font-lock-declarations): Remove code that undoes the invalid
9947 markup done by `c-font-lock-<>-arglists'.
9948
9949 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9950 after `c-font-lock-declarations'.
9951
9952 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9953 Add paren-level feature.
9954
9955 (c-guess-basic-syntax): Improve the anchor position for
9956 `template-args-cont' in nested template arglists. There's still
9957 much to be desired in this area, though.
9958
9959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9960
9961 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9962 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9963
9964 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9965
9966 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9967 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9968
9969 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9970 it doesn't work no longer are supported.
9971
9972 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9973 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9974 requires support for the syntax-table' text property, which rules
9975 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9976 cruft associated with those versions.
9977
9978 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9979 for the `syntax-table' text property, which rules out Emacs 19 and
9980 XEmacs < 21.4. Removed various compatibility cruft associated
9981 with those versions.
9982
9983 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9984 support for the `syntax-table' text property.
9985
9986 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9987 variable and use an extra quoted face name instead. All the
9988 emacsen flavors handle that correctly.
9989
9990 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9991 (c-font-lock-declarators, c-font-lock-declarations)
9992 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9993 property to mark the items in in declarator lists to handle
9994 refontification inside multiline declarations better.
9995
9996 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9997 construct like "a * b = c;" as a declaration.
9998
9999 2005-12-08 Kim F. Storm <storm@cua.dk>
10000
10001 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10002 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10003 select either meta, hyper, or super modifier for rectangle commands.
10004 (cua--rectangle-modifier-key): New defvar.
10005 (cua--M/H-key): Use it. Remove special case for `space'.
10006 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10007 on X, to meta otherwise. Always bind C-return to toggle
10008 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10009
10010 * emulation/cua-rect.el (cua-help-for-rectangle):
10011 Use cua--rectangle-modifier-key. Handle super modifier too.
10012 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10013 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10014
10015 * ido.el: Move Acknowledgements and History after Commentary.
10016 Minor changes to Commentary.
10017
10018 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10019 keymap if cua--prefix-override-timer is `shift'.
10020 (cua--shift-control-prefix): New function; emulate "type prefix
10021 key twice" functionality to handle shifted prefix key override.
10022 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10023 New commands.
10024 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10025
10026 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10027
10028 * textmodes/org.el (org-insert-heading): Try to do items before
10029 headings.
10030 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10031 (org-insert-item): New function.
10032 (org-renumber-ordered-list): Don't skip to higher level lists.
10033
10034 2005-12-08 Juri Linkov <juri@jurta.org>
10035
10036 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10037
10038 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10039
10040 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10041
10042 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10043 the constructed function name fun-1.
10044
10045 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10046 because such links don't lead to parent documentation.
10047
10048 2005-12-08 Kenichi Handa <handa@m17n.org>
10049
10050 * descr-text.el (describe-char): Use *Help-2* buffer if the
10051 current buffer is *Help*. Call describe-text-properties while
10052 setting the original buffer.
10053
10054 2005-12-07 Bill Wohler <wohler@newt.com>
10055
10056 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10057 and causes problems with non-MH users (such as Gnus users).
10058
10059 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10060
10061 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10062 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10063 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10064 command "info sources". Move calls to GDB command "list".
10065 (gdb-find-file-hook): Just use gdb-source-file-list.
10066 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10067 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10068 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10069 (gdb-data-list-register-values-handler): Use correct trigger name.
10070
10071 2005-12-07 Kim F. Storm <storm@cua.dk>
10072
10073 * ido.el (ido-completion-map): Rename from ido-mode-map.
10074 (ido-common-completion-map, ido-file-completion-map)
10075 (ido-file-dir-completion-map, ido-buffer-completion-map):
10076 Rename from ido-mode-....-map.
10077 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10078 (ido-setup-completion-map): Rename from ido-define-mode-map.
10079 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10080 to ido-completion-map.
10081
10082 2005-12-07 Kenichi Handa <handa@m17n.org>
10083
10084 * international/mule-cmds.el
10085 (set-display-table-and-terminal-coding-system): If the coding
10086 system specified in `unibyte-display' property is different from
10087 the arg coding-system, don't setup standard-display-table.
10088
10089 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10092 that comments end at \n, regardless of selective-display.
10093
10094 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10095
10096 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10097 (gdb-version): New variables.
10098 (gdb-source-file-list, gdb-register-names)
10099 (gdb-changed-registers): New variables for use with GDB 6.4+.
10100 (gdb-ann3): Replace with...
10101 (gdb-init-1, gdb-init-2): ...two new functions.
10102 (gdba, gdb-prompt): Call gdb-init-1.
10103 (gdb-get-version): New function. Call gdb-init-2 from here.
10104 (gud-watch): Make it work with mouse events too.
10105 (gdb-post-prompt): Don't add to queue until GDB version is known.
10106 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10107 (gdb-locals-mode): Use gdb-version.
10108 (gdb-memory-format-map, gdb-memory-unit-map)
10109 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10110 (gdb-locals-font-lock-keywords-1)
10111 (gdb-locals-font-lock-keywords-2): New variables.
10112 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10113 (gdb-set-gud-minor-mode-existing-buffers-1)
10114 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10115 (gdb-var-update-1, gdb-var-update-handler-1)
10116 (gdb-data-list-register-values-handler)
10117 (gdb-data-list-register-values-custom)
10118 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10119 (gdb-stack-list-locals-handler, gdb-get-register-names):
10120 New functions for use with GDB 6.4+.
10121 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10122 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10123 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10124 (gdb-stack-list-locals-regexp)
10125 (gdb-data-list-register-names-regexp): New regexps for use with
10126 GDB 6.4+.
10127
10128 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10131
10132 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10133
10134 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10135 prompts work for AUTH PLAIN. Also reported by Steve Allan
10136 <seallan@verizon.net>.
10137
10138 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10139
10140 * frame.el (set-frame-parameter): Add doc string.
10141
10142 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10143
10144 * textmodes/org.el (org-occur-highlights): New variable.
10145 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10146 (org-highlight-sparse-tree-matches): New option.
10147 (org-do-occur): New function.
10148 (org-get-heading): Make it work also at beginning of line.
10149 (org-category-table): New variable.
10150 (org-get-category-table, org-get-category)
10151 (org-camel-to-words, org-link-search): New functions.
10152 (org-select-this-todo-keyword): New variable.
10153 (org-todo-list): New command.
10154 (org-shiftright, org-shiftleft): New commands.
10155 (org-agenda-todo): Add prefix argument.
10156 (org-show-hierarchy-above): New option.
10157 (org-show-todo-tree): Numerical prefix creates tree for specific
10158 TODO keyword.
10159 (org-outline-level): New function, to assign a level to plain
10160 lists items.
10161 (org-cycle-include-plain-lists): New option.
10162 (org-mode): Use `org-outline-level' as value of `outline-level'.
10163 (org-cycle): Temporarily switch `outline-regexp' if
10164 `org-cycle-include-plain-lists' is non-nil.
10165 (org-start-icalendar-file): Fix format bug.
10166 (org-agenda-get-day-entries): Create category table.
10167 (org-agenda-get-todos, org-agenda-get-timestamps)
10168 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10169 (org-agenda-get-blocks): Use `org-get-category'.
10170 (org-context-in-file-links): Rename from
10171 `org-line-numbers-in-file-links'.
10172
10173 2005-12-06 Romain Francoise <romain@orebokech.com>
10174
10175 * window.el (balance-windows): Delete extraneous third arg in call
10176 to `enlarge-window'.
10177
10178 2005-12-06 Kenichi Handa <handa@m17n.org>
10179
10180 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10181
10182 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10183
10184 * progmodes/gdb-ui.el (gdb-var-create-handler)
10185 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10186 (gdb-var-list-children-handler, gdb-var-update-handler):
10187 Current buffer is already gdb-partial-output-buffer, don't
10188 make it current again.
10189
10190 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10191
10192 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10193 (list-buffers-noselect): Use it.
10194
10195 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10198 (mail-yank-ignored-headers): Use regexp-opt.
10199 (mail-mode-map): Move initialization into declaration.
10200 (mail-sent-via): Remove unused shadowed var `to-line'.
10201 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10202 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10203 (mail-do-fcc): Use dolist and push.
10204 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10205 (mail-yank-ignored-headers): Don't autoload.
10206
10207 2005-12-05 Kenichi Handa <handa@m17n.org>
10208
10209 * international/mule-cmds.el (set-language-info-internal): New fun.
10210 (set-language-info): Call set-language-info-internal to update
10211 language-info-alist. If LANG-ENV is the current one, call
10212 set-language-environment to make INFO effective now.
10213 (set-language-info-alist): Likewise.
10214 (locale-language-names): With locale "en", use English
10215 lang. env. but set the default codings to iso-8859-1.
10216
10217 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10218
10219 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10220 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10221 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10222 for plain strings.
10223 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10224 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10225 Create registers buffer if necessary. Echo new state in minibuffer.
10226 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10227
10228 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10229
10230 * info.el (Info-fontify-node): Match external links using
10231 non-directory part of filename.
10232
10233 2005-12-04 Juri Linkov <juri@jurta.org>
10234
10235 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10236 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10237 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10238 because there is no customization option for it.
10239
10240 * font-lock.el (lisp-font-lock-keywords-1):
10241 Add define-global-minor-mode.
10242
10243 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10244
10245 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10246 properties on the constructed variable names.
10247
10248 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10249 Put `definition-name' properties on the constructed function names
10250 next-sym and prev-sym.
10251
10252 * emacs-lisp/find-func.el (find-function-regexp):
10253 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10254 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10255 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10256 and easy-menu-define.
10257
10258 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10259 easy-mmode-define-global-mode and define-global-minor-mode.
10260 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10261
10262 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10263 instead of easy-mmode-define-global-mode.
10264
10265 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10266 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10267
10268 * cus-edit.el (customize-group, customize-group-other-window):
10269 Filter out autoloaded options from the group completion list by
10270 using heuristics that autoloaded groups don't have `custom-autoload'
10271 property on their symbols (they have only `custom-loads').
10272
10273 * simple.el (completion-setup-function): Put completions-common-part
10274 face on complete completion string too (i.e. completion string
10275 without completions-first-difference face).
10276
10277 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10278
10279 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10280
10281 * view.el (view-mode): Doc fix.
10282
10283 * disp-table.el (standard-display-european): Add to the warning
10284 message a reference to the doc string.
10285
10286 * play/yow.el (apropos-zippy): Call print-help-return-message,
10287 similar to other Help and Apropos commands.
10288
10289 * help.el (print-help-return-message): If pop-up-frames is
10290 non-nil, set up help-return-method to delete the help window and,
10291 possibly, its frame as well, and don't display message about
10292 scrolling the help window. Doc fix.
10293 (help-return-method): Doc fix.
10294
10295 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10296
10297 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10298 whereby names of length one or names starting with a
10299 symbol-constituent character would not be returned.
10300
10301 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10302
10303 * subr.el (atomic-change-group): Add edebug and indentation spec.
10304
10305 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * completion.el (save-completions-file-name): Fix typo in last change.
10308
10309 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10310
10311 * info.el: Move back/forward history to the beginning of the tool bar.
10312
10313 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10314
10315 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10316 Add fset of allout-real-isearch-abort during compile to fix
10317 byte-compilation warnings.
10318 (allout-mode-p): Move definition of this macro above all uses, or
10319 byte compilation in barren emacs (eg, during emacs build) will
10320 lack the definition.
10321 (allout-mode): Move this variable above any uses, or byte
10322 compilation will fail.
10323 (allout-resolve-xref): Remove use of personal file-reference function.
10324 (allout-toggle-current-subtree-encryption): Do the current (ie,
10325 visible containing) topic, rather than nearest around point. Doc fix.
10326 (allout-toggle-subtree-encryption): New function, workhorse that
10327 works on nearest topic containing point.
10328 (allout-encrypt-string): Signal requirement for newer version of pgg.
10329 (allout-resumptions): Doc fix.
10330
10331 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10332
10333 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10334
10335 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10336
10337 * textmodes/flyspell.el (flyspell-external-point-words):
10338 Consider a misspelling as found in the string search if: (a) misspelling
10339 and found string lengths match, or (b) misspelling is found as
10340 element in a boundary-chars separated longer string, or (c)
10341 ispell-program-name is really ispell and misspelling is found as
10342 part of a TeX string. After successful match move beginning of
10343 search region to end of match. Warn about not found misspellings
10344 once the process is done.
10345 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10346
10347 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10348
10349 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10350 tool bar (removed inadvertently).
10351
10352 2005-12-02 Juri Linkov <juri@jurta.org>
10353
10354 * log-view.el (log-view-diff): Clarify doc string.
10355
10356 2005-12-01 Bill Wohler <wohler@newt.com>
10357
10358 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10359 triggers lm-verify errors.
10360
10361 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10362
10363 * simple.el (transient-mark-mode, line-number-mode)
10364 (column-number-mode, size-indication-mode): Remove `:require nil'.
10365
10366 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10367
10368 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10369 in the margin also.
10370 (gdb-breakpoints-mode-map): Use D instead of d for
10371 gdb-delete-breakpoint.
10372 (gdb-get-frame-number): Require a number to match on.
10373 (gdb-threads-mode-map): Add follow-link binding.
10374
10375 2005-11-30 Jason Rumney <jasonr@gnu.org>
10376
10377 * isearch.el (isearch-mode-map): Avoid exiting search on
10378 language-change event.
10379
10380 2005-11-30 Romain Francoise <romain@orebokech.com>
10381
10382 * speedbar.el (speedbar-default-position): New defcustom.
10383 (speedbar-frame-reposition-smartly): Use it.
10384
10385 * dframe.el (dframe-reposition-frame-emacs): Fix position
10386 computation for `left' location.
10387 Update copyright year.
10388
10389 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * help.el (help-map): Move initialization into declaration.
10392
10393 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10394
10395 * help-fns.el (help-argument-name): Don't autoload.
10396 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10397 to be re-loaded when customizing the `help' group.
10398
10399 2005-11-30 John Paul Wallington <jpw@gnu.org>
10400
10401 * help-fns.el (describe-function-1): Fill arglist output.
10402
10403 2005-11-30 Kim F. Storm <storm@cua.dk>
10404
10405 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10406 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10407 after revert-buffer (or anything else which kills all local variables).
10408
10409 * apropos.el (apropos-parse-pattern): Doc fix.
10410 Set apropos-regexp directly, rather than expecting callers to do so.
10411 (apropos-command, apropos, apropos-value, apropos-documentation):
10412 Simplify calls to apropos-parse-pattern.
10413
10414 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10415
10416 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10417 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10418 (hi-lock-write-interactive-patterns): Use comment-region.
10419
10420 * longlines.el (longlines-mode): Add mail-setup-hook.
10421
10422 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10423
10424 * simple.el (sendmail-user-agent-compose, next-line):
10425 Conditionally use hard-newline.
10426
10427 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10428
10429 * international/latexenc.el (latex-inputenc-coding-alist):
10430 Reword doc string.
10431
10432 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * help.el (describe-key-briefly, describe-key): Recognize default
10435 bindings.
10436
10437 2005-11-29 Romain Francoise <romain@orebokech.com>
10438
10439 * view.el (view-inhibit-help-message): New defcustom.
10440 (view-mode-enter): Use it.
10441
10442 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10443
10444 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10445 Preserve user position.
10446
10447 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10448
10449 * font-lock.el: Throw error if facemenu is not loaded to prevent
10450 accidental change of loading order in loadup.el. (Suggested by RMS.)
10451
10452 * loadup.el: Add comment explaining why facemenu must be loaded
10453 before font-lock.
10454
10455 2005-11-28 Jay Belanger <belanger@truman.edu>
10456
10457 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10458 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10459
10460 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10461
10462 * calc/calc-embed.el (calc-do-embedded): Update help message.
10463
10464 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10465
10466 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10469
10470 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10471 called-interactively-p.
10472 (elp-profilable-p): Rename from elp-not-profilable-p.
10473 Invert result and take into account macros and autoloaded functions.
10474 (elp-instrument-function): Update call.
10475 (elp-instrument-package): Update call. Add completion.
10476 (elp-pack-number): Use match-string.
10477 (elp-results-jump-to-definition-by-mouse): Merge into
10478 elp-results-jump-to-definition and then remove.
10479 (elp-output-insert-symname): Make help echo text single-line.
10480
10481 * replace.el (query-replace-map): Move initialization into declaration.
10482 (occur-engine): Use with-current-buffer.
10483 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10484 (occur-mode-mouse-goto): Replace with an alias.
10485
10486 2005-11-28 Juri Linkov <juri@jurta.org>
10487
10488 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10489
10490 * term/w32-win.el: Bind [S-tab] to [backtab].
10491
10492 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10493 `Info-find-file' to t.
10494
10495 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10496 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10497 and same-window-regexps.
10498 (occur-next-error): Don't move point for arg 0.
10499
10500 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10501
10502 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10503
10504 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * log-edit.el (log-edit-changelog-use-first): New var.
10507 (log-edit-changelog-ours-p): Use it.
10508 (log-edit-insert-changelog): Set it with new arg `use-first'.
10509 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10510 (log-edit-hook): Add them to the list of suggested options.
10511
10512 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10513 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10514 redundant work.
10515 (flyspell-mode-on): Use add-hook for after-change-functions.
10516 (flyspell-mode-off): Use remove-hook for after-change-functions.
10517 (flyspell-changes): Make it buffer-local.
10518 (flyspell-after-change-function): Make it non-interactive. Use push.
10519 (flyspell-post-command-hook): Check input-pending-p while processing
10520 the potentially long list of buffer changes.
10521
10522 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10523
10524 * buff-menu.el (list-buffers-noselect): Display the selected
10525 frame's buffer list, not the global one.
10526
10527 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10528
10529 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10530 that (list last-input-event) works as in interactive spec.
10531
10532 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10533
10534 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10535 `facemenu-keymap' needs to be defined when font-lock is loaded.
10536 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10537
10538 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * completion.el: Remove useless leading * in defcustom docstrings.
10541 (save-completions-file-name): Use ~/.emacs.d if available.
10542 (completion-standard-syntax-table): Rename from
10543 cmpl-standard-syntax-table and fold initialization into declaration,
10544 thus removing cmpl-make-standard-completion-syntax-table.
10545 (completion-lisp-syntax-table, completion-c-syntax-table)
10546 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10547 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10548 (symbol-under-point, symbol-before-point)
10549 (symbol-under-or-before-point, symbol-before-point-for-complete)
10550 (add-completions-from-c-buffer): Use with-syntax-table.
10551 (make-completion): Don't return a list of completion entries.
10552 Update callers.
10553 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10554 (completion-initialize): Rename from initialize-completions.
10555 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10556 (kill-emacs-save-completions): Collect stats here.
10557 (save-completions-to-file, load-completions-from-file):
10558 Use with-current-buffer.
10559 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10560 into a function. Move all calls to toplevel.
10561 (completion-lisp-mode-hook): New fun.
10562 (completion-c-mode-hook, completion-setup-fortran-mode):
10563 Set the syntax-table here. Use local-set-key.
10564 (completion-saved-bindings): New var.
10565 (dynamic-completion-mode): Make it into a proper minor mode.
10566 (load-completions-from-file): Remove unused var `num-uses'.
10567
10568 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10569 constructor if it is explicitly overridden.
10570
10571 * complete.el (PC-completion-as-file-name-predicate):
10572 Use minibuffer-completing-file-name.
10573 (partial-completion-mode): Use find-file-not-found-functions.
10574 (PC-lisp-complete-symbol): Use with-syntax-table.
10575 (PC-look-for-include-file): Remove dead setq.
10576 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10577 (PC-complete): Use with-current-buffer.
10578
10579 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10580 escape single quotes.
10581
10582 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10583
10584 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10585 of `if' whose condition always returned nil. Doc fix.
10586
10587 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10588 window's buffer the current buffer around the call to
10589 `list-buffers-noselect'. This is necessary to mark that buffer
10590 with a `.' in the Buffer Menu when called from Lisp, for instance
10591 by Auto Revert Mode.
10592
10593 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10594
10595 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10596 attaching to it.
10597 (gdb-pre-prompt): Make sure gdb-error is reset.
10598
10599 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10600 with a child process, detect it.
10601 (gud-speedbar-buttons): Match regexp more carefully.
10602
10603 2005-11-27 Richard M. Stallman <rms@gnu.org>
10604
10605 * mouse.el (mouse-drag-move-window-bottom):
10606 Use adjust-window-trailing-edge.
10607
10608 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * simple.el (blink-matching-open): Ignore
10611 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10612 (blink-matching-paren-on-screen): Update docstring.
10613
10614 * paren.el (show-paren-mode): No longer change
10615 `blink-matching-paren-on-screen'.
10616
10617 2005-11-27 John Paul Wallington <jpw@pobox.com>
10618
10619 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10620 (gdb-threads-select, gdb-edit-register-value):
10621 Use `posn-set-point' instead of `mouse-set-point' because the
10622 latter is not fbound when configured without X.
10623
10624 2005-11-27 Kim F. Storm <storm@cua.dk>
10625
10626 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10627 existing face when partially highlighting a TAB in a rectangle.
10628
10629 2005-11-26 Kim F. Storm <storm@cua.dk>
10630
10631 * ido.el (ido-mode-map): Doc fix.
10632 (ido-mode-common-map, ido-mode-file-map)
10633 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10634 (ido-define-mode-map): Rewrite. Select one of the new maps as
10635 parent for ido-mode-map instead of building from scratch.
10636 (ido-init-mode-maps): New defun to initialize new maps.
10637 (ido-mode): Call it.
10638 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10639 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10640
10641 2005-11-26 John Paul Wallington <jpw@pobox.com>
10642
10643 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10644 `mouse-set-point' because the latter is not fbound when configured
10645 without X.
10646
10647 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10648
10649 * files.el (file-relative-name): Doc fix.
10650
10651 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10652
10653 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10654 non-empty string for secondary prompt PS2.
10655
10656 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * progmodes/compile.el (compilation-setup): Fix last change.
10659
10660 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10661
10662 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10663 (gdb-mouse-toggle-breakpoint-margin)
10664 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10665 Add gdb-server-prefix to keep out of command history.
10666 (gdb-edit-register-value): New function.
10667 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10668 (gdb-info-registers-custom): Use above map.
10669
10670 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * custom.el (enable-theme): Signal error if argument is not a
10673 theme. Don't recalculate a face if it's not loaded yet.
10674
10675 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10676 the `user' theme is in effect.
10677
10678 * info.el (Info-on-current-buffer): Record actual filename in
10679 Info-current-file, instead of t, or a fake filename if a non-file
10680 buffer. Make autoload.
10681 (Info-find-node, Info-revert-find-node): No need to check for
10682 Info-current-file nil.
10683 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10684 Info-current-file is now never `t'.
10685 (Info-fontify-node): Many simplifications due to Info-current-file
10686 always being valid. Use Info-find-file to find node filename.
10687
10688 2005-11-25 David Kastrup <dak@gnu.org>
10689
10690 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10691 new character, then delete" in order to preserve markers.
10692
10693 2005-11-25 David Ponce <david@dponce.com>
10694
10695 * recentf.el (recentf-arrange-by-rule): Handle a special
10696 `auto-mode-alist'-like "strip suffix" rule.
10697 (recentf-build-mode-rules): Handle second level auto-mode entries.
10698
10699 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10700
10701 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10702 window modes.
10703
10704 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10705 jde-javadoc-checker-report-mode.
10706
10707 * ediff-wind (ediff-make-wide-display): Slight simplification.
10708
10709 * ediff.el (ediff-date): Change the date of last update.
10710
10711 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10714 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10715 (hi-lock-mode): New global minor mode.
10716 (turn-on-hi-lock-if-enabled): New function.
10717 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10718 Change arguments to regexp and face instead of a font-lock pattern.
10719 Directly set face property, instead of refontifying.
10720 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10721 (hi-lock-find-patterns): Use line-number-at-pos.
10722
10723 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10724 arguments for hi-lock-set-pattern.
10725 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10726 Call font-lock-fontify-buffer.
10727 (hi-lock-find-file-hook, hi-lock-current-line)
10728 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10729
10730 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10731 turned off.
10732
10733 * progmodes/compile.el (compilation-setup): Don't fiddle with
10734 font-lock-defaults.
10735
10736 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10737
10738 * progmodes/gdb-ui.el (gdb-var-create-handler)
10739 (gdb-var-list-children-handler): Find values for all variable
10740 objects. gud-speedbar-buttons decides whether to display them.
10741
10742 2005-11-24 Romain Francoise <romain@orebokech.com>
10743
10744 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10745 buffer name with a space.
10746
10747 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10748
10749 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10750 `org-export-local-list-max-depth'. Change default value to 3.
10751 (org-auto-renumber-ordered-lists)
10752 (org-plain-list-ordered-item-terminator): New options.
10753 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10754 (org-get-indentation, org-get-string-indentation)
10755 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10756 New functions.
10757 (org-move-item-down, org-move-item-up): New commands.
10758 (org-export-as-html): New classes for CSS support. Bug fix in
10759 regular expression detecting fixed-width regions. Respect
10760 `org-local-list-ordered-item-terminator'.
10761 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10762 also a list item.
10763 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10764 New item moving functions.
10765
10766 2005-11-24 Juri Linkov <juri@jurta.org>
10767
10768 * isearch.el (isearch-repeat): With empty search ring set
10769 `isearch-error' to the error string instead of signaling error
10770 with the function `error'.
10771
10772 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10773
10774 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10775
10776 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10777
10778 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10779 and variable.
10780 (gdb-var-create-handler, gdb-var-list-children-handler):
10781 Don't match on "char **...".
10782 (gdb-var-update-handler): Find values for all variable objects.
10783 (gdb-info-frames-custom): Identify frames by leading "#".
10784
10785 * progmodes/gud.el (gud-speedbar-menu-items): Add
10786 gdb-speedbar-auto-raise as radio button.
10787 (gud-speedbar-buttons): Raise speedbar if requested.
10788 Don't match on "char **...".
10789 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10790 Make it editable.
10791
10792 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10793
10794 * info.el (Info-fontify-node): Handle the case where
10795 Info-current-file is t.
10796
10797 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * simple.el (blink-matching-open): Fix off-by-one in last change.
10800
10801 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10802
10803 * term/mac-win.el: Don't change default directory.
10804
10805 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10806
10807 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10808 buffers correctly. (It used to throw an error in such buffers.)
10809 Make it ask for confirmation in group buffers and other Custom
10810 buffers containing more than one customization item.
10811
10812 2005-11-22 John Paul Wallington <jpw@gnu.org>
10813
10814 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10815 property on mail and url overlays.
10816 (goto-address-at-point): Use `posn-set-point' instead of
10817 `mouse-set-point' because the latter is not fbound when configured
10818 without X.
10819
10820 2005-11-22 Lars Hansen <larsh@soem.dk>
10821
10822 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10823 (ls-lisp-classify, ls-lisp-format): Delete call to
10824 ls-lisp-parse-symlink.
10825 (ls-lisp-handle-switches): Handle symlinks to directories as
10826 directories when ls-lisp-dirs-first in non-nil.
10827
10828 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10829
10830 * startup.el (command-line): Make sure that loaddefs.el is handled
10831 correctly in load-history.
10832
10833 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10834
10835 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10836 (gdb-struct-string, gdb-array-string): New constants.
10837 (gdb-info-locals-handler): Use them.
10838 (gdb-reset): Reset gdb-var-list to nil.
10839
10840 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10843 in patterns.
10844
10845 2005-11-21 Juri Linkov <juri@jurta.org>
10846
10847 * custom.el (defcustom): Update link types in docstring.
10848
10849 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10850
10851 * custom.el (defgroup): Add doc-string-elt info.
10852
10853 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10854
10855 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * newcomment.el (comment-enter-backward): Fix last fix.
10858
10859 * simple.el (blink-matching-open):
10860 * paren.el (show-paren-function): Allow new paren-class info.
10861
10862 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10865 handled automagically.
10866
10867 2005-11-20 Andreas Schwab <schwab@suse.de>
10868
10869 * descr-text.el (describe-char): When copying overlays put them
10870 over the full char description instead of just the first character
10871 of it.
10872
10873 2005-11-20 Juri Linkov <juri@jurta.org>
10874
10875 * simple.el (what-cursor-position):
10876 * descr-text.el (describe-char): Use Lisp-readable syntax
10877 for octal and hex. Reorder decimal, octal and hex values.
10878 Remove excess whitespace in the output. Use `=' in `column='
10879 like in `point=' and `Hscroll='.
10880
10881 * international/mule-cmds.el (encoded-string-description):
10882 Use Lisp-readable syntax for hex.
10883
10884 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * newcomment.el (comment-enter-backward): Handle the case where the
10887 comment is closed by EOB.
10888
10889 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * longlines.el (longlines-before-revert-hook)
10892 (longlines-after-revert-hook): New functions.
10893 (longlines-mode): Turn off longlines temporarily when reverting.
10894 Add a message-setup-hook.
10895 (longlines-decode-buffer): New function.
10896 (longlines-wrap-line): Preserve marker positions.
10897
10898 2005-11-19 Andreas Schwab <schwab@suse.de>
10899
10900 * emacs-lisp/shadow.el: Handle compressed files.
10901
10902 2005-11-19 Romain Francoise <romain@orebokech.com>
10903
10904 * net/browse-url.el (browse-url-default-browser): Signal an error
10905 if no usable browser can be found, rather than try to load w3.
10906
10907 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10908
10909 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10910 replacing existing properties.
10911 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10912 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10913 tty specs.
10914 (rcirc-server-prefix, rcirc-server): New faces.
10915 (rcirc-url-regexp): Generate with rx macro.
10916 (rcirc-last-server-message-time): New variable.
10917 (rcirc-filter): Record time of last message.
10918 (rcirc-keepalive): Kill processes that did not send a message
10919 since the last ping.
10920 (rcirc-mode): Give rcirc-topic a local binding here.
10921
10922 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10923
10924 * subr.el (read-passwd): Fontify the prompt as we do with other
10925 prompts.
10926
10927 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10928
10929 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10930 binding buffer-read-only to nil.
10931
10932 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10933
10934 * complete.el (partial-completion-mode):
10935 Mention completion-auto-help in the doc string.
10936
10937 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10938 more Lisp-ish way.
10939
10940 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10941
10942 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10943 digits, not 8, to avoid misalignment for files larger than 100MB.
10944
10945 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10946
10947 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10948 Mention "keyboard shortcuts" in the help text.
10949
10950 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10951
10952 * startup.el (fancy-splash-default-action): Discard only
10953 mouse-down and succeeding mouse-up events in the splash screen
10954 window so that drag-n-drop event can be processed.
10955
10956 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * longlines.el (longlines-mode): Add hacks for mail-mode and
10959 message-mode.
10960
10961 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10962
10963 * textmodes/org.el (org-table-sort-lines): New command.
10964 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10965 (org-add-file): Command removed, use `org-agenda-file-to-front'
10966 instead.
10967 (org-export-icalendar): Use `org-icalendar-combined-name'.
10968 (org-cycle-agenda-files, org-agenda-file-to-end)
10969 (org-agenda-file-to-front): New commands.
10970 (org-table-tab-jumps-over-hlines, org-export-html-style):
10971 New options.
10972 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10973 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10974 New functions.
10975 (org-fill-paragraph): Call `org-table-align' in tables.
10976 (org-mode): Call `org-set-autofill-regexps'.
10977 (org-export-as-html): Support for local handformatted lists.
10978 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10979 (org-export-local-list-max-depth): New option.
10980 (org-html-expand): Use `org-html-protect'.
10981
10982 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10983
10984 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10985 to "p".
10986 (gdb): Move definition of gud-pp to...
10987
10988 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10989 speedbar.
10990 (gdb-find-watch-expression): New function.
10991
10992 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10993
10994 * faces.el (face-attribute, set-face-attribute): Mention existence
10995 of `:ignore-defface' setting in docstring.
10996
10997 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * simple.el (completion-setup-function): Fix last change.
11000
11001 2005-11-17 John Paul Wallington <jpw@pobox.com>
11002
11003 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11004 Use `posn-set-point' instead of `mouse-set-point' because the
11005 latter is not fbound when configured without X.
11006
11007 * comint.el (comint-insert-input): Likewise.
11008
11009 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * simple.el (hard-newline): New variable.
11012 (sendmail-user-agent-compose, next-line): Use it.
11013
11014 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11015 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11016 (mail-mail-reply-to, mail-mail-followup-to)
11017 (mail-position-on-field, mail-signature, mail-yank-original)
11018 (mail-attach-file): Likewise.
11019
11020 * mail/mailheader.el (mail-header-format)
11021 (mail-header-format-function): Likewise.
11022
11023 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11024
11025 2005-11-17 Juri Linkov <juri@jurta.org>
11026
11027 * font-lock.el (font-lock-faces): Rename this defgroup from
11028 `font-lock-highlighting-faces'.
11029 (font-lock-comment-face, font-lock-comment-delimiter-face)
11030 (font-lock-string-face, font-lock-doc-face)
11031 (font-lock-keyword-face, font-lock-builtin-face)
11032 (font-lock-function-name-face, font-lock-variable-name-face)
11033 (font-lock-type-face, font-lock-constant-face)
11034 (font-lock-warning-face, font-lock-negation-char-face)
11035 (font-lock-preprocessor-face)
11036 (font-lock-regexp-grouping-backslash)
11037 (font-lock-regexp-grouping-construct): Rename :group from
11038 `font-lock-highlighting-faces' to `font-lock-faces'.
11039
11040 * cus-edit.el (lisp, c, tex):
11041 * progmodes/ada-mode.el (ada):
11042 * progmodes/asm-mode.el (asm):
11043 * progmodes/cperl-mode.el (cperl-faces):
11044 * progmodes/cpp.el (cpp):
11045 * progmodes/dcl-mode.el (dcl):
11046 * progmodes/f90.el (f90):
11047 * progmodes/fortran.el (fortran):
11048 * progmodes/icon.el (icon):
11049 * progmodes/idlwave.el (idlwave-misc):
11050 * progmodes/m4-mode.el (m4):
11051 * progmodes/make-mode.el (makefile):
11052 * progmodes/meta-mode.el (meta-font):
11053 * progmodes/modula2.el (modula2):
11054 * progmodes/octave-mod.el (octave):
11055 * progmodes/pascal.el (pascal):
11056 * progmodes/perl-mode.el (perl):
11057 * progmodes/prolog.el (prolog):
11058 * progmodes/ps-mode.el (PostScript-edit):
11059 * progmodes/scheme.el (scheme):
11060 * progmodes/sh-script.el (sh-script):
11061 * progmodes/simula.el (simula):
11062 * progmodes/tcl.el (tcl):
11063 * textmodes/nroff-mode.el (nroff):
11064 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11065 * textmodes/sgml-mode.el (sgml):
11066 * textmodes/texinfo.el (texinfo):
11067 Add :link (custom-group-link font-lock-faces) to defgroup.
11068
11069 * hi-lock.el (hi-lock): Rename this defgroup from
11070 `hi-lock-interactive-text-highlighting'. Change parent group from
11071 `faces' to `font-lock'. Add link to the manual.
11072 (hi-lock-mode, hi-lock-file-patterns-range)
11073 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11074 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11075 (hi-lock-faces): Add :group `faces'.
11076
11077 * cus-edit.el (custom-variable-prompt): Clarify the code.
11078
11079 * faces.el (face-read-string): Set the default value arg of
11080 completing-read.
11081
11082 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11083
11084 * rfn-eshadow.el (file-name-shadow-properties)
11085 (file-name-shadow-tty-properties, file-name-shadow-mode):
11086 Remove autoloads, because the file is now preloaded.
11087
11088 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11089
11090 * printing.el (easy-menu-intern): Don't define.
11091 (pr-get-symbol): Use easy-menu-intern only if defined.
11092
11093 * simple.el (blink-matching-open): Simplify a bit.
11094 (completion-setup-function): Fix the case of partial-completion-mode
11095 when the minibuffer's contents start with "-".
11096 Obey completion-base-size-function even when
11097 minibuffer-completing-file-name is non-nil.
11098
11099 2005-11-16 Richard M. Stallman <rms@gnu.org>
11100
11101 * net/eudcb-ph.el (eudc-ph-open-session):
11102 Use set-process-query-on-exit-flag.
11103
11104 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11105
11106 * international/ucs-tables.el (ucs-set-table-for-input):
11107 Use make-local-variable, not make-variable-buffer-local.
11108
11109 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11110 Improve warning message text.
11111
11112 * savehist.el (savehist-save-hook): Add :group.
11113
11114 * menu-bar.el (menu-bar-help-menu):
11115 Rename Find Extra Packages to External Packages.
11116
11117 * cus-edit.el (Custom-reset-standard): Verify that
11118 :custom-standard-value prop exists before calling it.
11119
11120 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11121
11122 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11123
11124 * wid-edit.el (color): Enclose %t in %{...%}.
11125
11126 * cus-edit.el (face): Enclose %t in %{...%}.
11127
11128 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11129
11130 * savehist.el (savehist-mode-hook): Re-add the var.
11131 (savehist-mode): Use it.
11132
11133 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * textmodes/flyspell.el: Fix commenting convention.
11136 Remove unnecessary leading * in custom docstrings.
11137 (flyspell-emacs): Remove unused var.
11138 (flyspell-delete-region-overlays): Use remove-overlays.
11139 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11140 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11141 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11142 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11143 (make-flyspell-overlay): Don't locally reuse a global name.
11144 (flyspell-highlight-incorrect-region)
11145 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11146 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11147 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11148 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11149 Wrap calls to accept-process-output inside with-local-quit since it's
11150 often called from a post-command-hook.
11151 (flyspell-correct-word, flyspell-auto-correct-word):
11152 Use ispell-send-string.
11153 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11154
11155 * calendar/diary-lib.el (diary-list-entries): Also hide the
11156 terminating newline.
11157
11158 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11159
11160 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11161 window-system, to allow fonts on tty.
11162
11163 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * progmodes/gud.el (gud-speedbar-item-info): New function.
11166 (gud-install-speedbar-variables): Use it to display data type
11167 of watch expression as a tooltip in speedbar.
11168
11169 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11170
11171 * font-core.el (global-font-lock-mode): Add :version keyword,
11172 because default was changed.
11173
11174 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11175
11176 * startup.el (command-line): Use `custom-reevaluate-setting' for
11177 `file-name-shadow-mode'.
11178
11179 * loadup.el: Preload rfn-eshadow.
11180
11181 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11182 Add :version keyword.
11183 (file-name-shadow-properties, file-name-shadow-tty-properties)
11184 (file-name-shadow): Add :version keyword.
11185
11186 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11187 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11188 in the custom-group property of the symbol frames and the fringe
11189 group got no link to its parent group frames.
11190 Doc fix.
11191
11192 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11193
11194 * progmodes/gud.el (gud-stop-subjob): New function.
11195 (gud-menu-map, gud-tool-bar-map): Use it.
11196
11197 2005-11-16 Kim F. Storm <storm@cua.dk>
11198
11199 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11200 than kill it.
11201 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11202 to a more useful/logical place.
11203
11204 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11207 go buttons complementary.
11208
11209 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11212 (rfn-eshadow-sifn-equal): New function.
11213 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11214
11215 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11216
11217 * viper-utils.el (viper-non-word-characters-reformed-vi):
11218 Quote `-' in string.
11219
11220 * viper.el (viper-emacs-state-mode-list): Ensure that
11221 rcirc-mode buffers come up in Emacs state.
11222
11223 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11224 operation.
11225
11226 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11227
11228 * term.el (term-termcap-format): Fix typos.
11229 (term-down): Fix the negative argument case.
11230
11231 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11232
11233 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11234 2005-08-15.
11235 (gdb-ann3): New command gud-go.
11236 (menu): Accomodate gdb-mi.el.
11237 (gdb-assembler-custom): Make buffer of selected window current
11238 so that set-window-point works.
11239
11240 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11241 buttons and include new ones.
11242
11243 2005-11-16 Kim F. Storm <storm@cua.dk>
11244
11245 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11246 (gud-menu-map): Use it.
11247
11248 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11249
11250 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11251 that works correctly for Custom and that does not override a user
11252 who disables it.
11253
11254 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11255 (help-xref-interned, help-follow): Make hyperlinks for variables
11256 that are unbound, but have a non-nil variable-documentation property.
11257
11258 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11259 mode hook. (It conflicted with defcustoms for some mode hooks.)
11260 Use the `variable-documentation' property to give the mode hook a
11261 docstring and expand that docstring.
11262
11263 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11264
11265 * savehist.el (savehist-mode): Don't bother with
11266 `custom-set-minor-mode'.
11267 (savehist-coding-system): Check XEmacs version.
11268 (history-length): Declare also at run time.
11269 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11270 Don't set the customize state.
11271 (savehist-minibuffer-hook): Special case for when
11272 minibuffer-history-variable is equal to t.
11273
11274 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * files.el (write-file): Refresh VC status.
11277
11278 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11279 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11280 than fundamental-mode to see if the mode was set.
11281
11282 2005-11-14 Romain Francoise <romain@orebokech.com>
11283
11284 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11285 dummy function in `eval-when-compile' to avoid compiler warning.
11286 Require `man' at compile time.
11287
11288 2005-11-14 Jay Belanger <belanger@truman.edu>
11289
11290 * calc-alg.el (calcFunc-write-out-power): Rename it to
11291 calcFunc-powerexpand.
11292 (math-write-out-power): Rename it to math-powerexpand; have it
11293 handle negative exponents.
11294 (calc-writeoutpower): Rename it to calc-powerexpand.
11295
11296 * calc-ext.el: Change calcFunc-writeoutpower and
11297 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11298 autoloads.
11299 Add calcFunc-ldiv to autoloads.
11300
11301 * calc-arith.el (calcFunc-ldiv): New function.
11302
11303 * calc.el (calc-left-divide): New function.
11304
11305 2005-11-14 Juri Linkov <juri@jurta.org>
11306
11307 * cus-edit.el (custom-variable-prompt): Set the default value arg
11308 of completing-read.
11309
11310 * cus-dep.el (custom-make-dependencies): Reverse the list of
11311 found dependencies.
11312
11313 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11314
11315 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11316 Highlighting" entry, it is on by default now.
11317 (menu-bar-options-save): Do not save global-font-lock-mode.
11318
11319 2005-11-13 Richard M. Stallman <rms@gnu.org>
11320
11321 * textmodes/flyspell.el (flyspell-large-region):
11322 Call flyspell-accept-buffer-local-defs.
11323
11324 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11325
11326 * textmodes/flyspell.el (flyspell-notify-misspell):
11327 Fix misspelling of "Misspelling".
11328 (flyspell-process-localwords): New function.
11329 (flyspell-large-region): Call flyspell-process-localwords and
11330 flyspell-delete-region-overlays.
11331 (flyspell-delete-region-overlays): New function.
11332 (flyspell-delete-all-overlays): Call that.
11333
11334 2005-11-13 Richard M. Stallman <rms@gnu.org>
11335
11336 * help.el (help-for-help-internal): Improve doc of C-h a.
11337 (describe-key): Improve prompt; doc fix.
11338
11339 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * vc-svn.el (vc-svn-registered): Catch all errors.
11342
11343 * cus-dep.el (custom-make-dependencies): Typo.
11344
11345 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp-util.el (top): Fix compilation warning.
11348
11349 2005-11-13 Kim F. Storm <storm@cua.dk>
11350
11351 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11352
11353 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11354
11355 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11356 (gud-speedbar-buttons): Match on "const char *" too.
11357
11358 * progmodes/gdb-ui.el (gdb-var-create-handler)
11359 (gdb-var-list-children-handler): Match on "const char *" too.
11360 (gdb-var-evaluate-expression-handler): Match on empty string.
11361 (gdb-var-update-handler): Only call
11362 gdb-var-evaluate-expression-handler when required.
11363
11364 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11365
11366 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11367 selected window. This still doesn't work for speedbar.
11368 (gud-speedbar-buttons): Handle string expressions properly.
11369
11370 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11371 (gdb-var-create-handler): Handle string expressions properly.
11372 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11373 Handle string expressions properly. Move "type" field into regexp.
11374
11375 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11376
11377 * bookmark.el (bookmark-maybe-message): New function to reduce
11378 code duplication: invokes `message' iff baud-rate is high enough.
11379 (bookmark-write-file): Use above instead of an inline conditional.
11380 (bookmark-load): Same.
11381
11382 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11383
11384 * bookmark.el (bookmark-write-file): Don't visit the destination
11385 file, just write the data to it using write-region. This is
11386 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11387 change to avoid visiting the file in the first place.
11388
11389 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * hi-lock.el (hi-lock-mode): Set the default value of
11392 font-lock-defaults.
11393
11394 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11395
11396 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11397 arg to `file-attributes'.
11398 (find-lisp-format): The UID and GID can now be strings.
11399
11400 2005-11-12 Kim F. Storm <storm@cua.dk>
11401
11402 * help.el (help-map): Bind C-h d to apropos-documentation.
11403
11404 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11405 when point is at end-of-buffer.
11406
11407 * apropos.el (apropos-match-face): Doc fix.
11408 (apropos-sort-by-scores): Add new choice `verbose'.
11409 (apropos-documentation-sort-by-scores): New defcustom.
11410 (apropos-pattern): Now contains the pattern entered by the user.
11411 (apropos-pattern-quoted): New defvar.
11412 (apropos-regexp): New defvar, containing the regexp corresponding
11413 to apropos-pattern.
11414 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11415 (apropos-read-pattern): New defun. Use it to read pattern arg in
11416 interactive calls; returns list of words for a word list, and
11417 string for a regexp.
11418 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11419 parses a list of words or regexp as returned by apropos-read-pattern.
11420 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11421 (apropos-score-doc): Return a very high score if the string
11422 entered by the user matches literally.
11423 (apropos-variable): Doc fix. Use apropos-read-pattern.
11424 (apropos-command): Doc fix. Use apropos-read-pattern and
11425 apropos-parse-pattern. Call apropos-print with nosubst=t.
11426 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11427 apropos-parse-pattern.
11428 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11429 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11430 apropos-documentation-sort-by-scores. Call apropos-print with
11431 nosubst=t.
11432 (apropos-documentation-internal): Pass doc string through
11433 substitute-key-definition before adding text properties.
11434 Highlight substring matching literal user input if possible.
11435 (apropos-documentation-check-doc-file): Remove locals beg and end.
11436 Fix calculation of score (as added twice). Pass doc string through
11437 substitute-key-definition before adding text properties.
11438 (apropos-documentation-check-elc-file): Pass doc string through
11439 substitute-key-definition before adding text properties.
11440 Highlight substring matching literal user input if possible.
11441 (apropos-print): Add new arg NOSUBST; if set, command and variable
11442 doc strings have already been passed through substitute-key-definition.
11443 Add code to handle apropos-accumulator items without score element
11444 for backwards compatibility (e.g. with woman package).
11445 Only show scores if apropos-sort-by-scores is `verbose'.
11446
11447 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11450 Add jka-compr-load-suffixes to load-suffixes.
11451
11452 * jka-compr.el: Require jka-cmpr-hook.
11453 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11454 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11455 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11456 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11457 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11458 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11459 (jka-compr-uninstall): Remove entries from
11460 jka-compr-added-to-file-coding-system-alist after they are used.
11461 (jka-compr-error): Remove unused var `curbuf'.
11462 (jka-compr-file-local-copy): Remove unused var `notfound'.
11463
11464 2005-11-10 Romain Francoise <romain@orebokech.com>
11465
11466 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11467
11468 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11469
11470 * progmodes/gud.el (gud-menu-map): Move parentheses.
11471 (gdb): New command gud-pv.
11472
11473 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * tar-mode.el: Remove spurious or unnecessary leading stars
11476 in docstrings.
11477 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11478 (tar-parse-octal-integer-safe): Use mapc.
11479 (tar-header-block-summarize): Remove unused var `ck'.
11480 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11481 cleared before. Obey default-enable-multibyte-characters.
11482 Use mapconcat. Simplify setting of tar-header-offset.
11483 (tar-mode-map): Move initialization inside delcaration.
11484 (tar-flag-deleted): Use `abs'.
11485 (tar-expunge-internal): Remove unused var `line'.
11486 (tar-expunge-internal): Don't hardcode point-min==1.
11487 (tar-expunge): Widen while doing set-buffer-multibyte.
11488 (tar-rename-entry): Use file-name-coding-system.
11489 (tar-alter-one-field): Don't hardcode point-min==1.
11490 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11491 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11492
11493 2005-11-10 Masatake YAMATO <jet@gyve.org>
11494
11495 * add-log.el (add-log-current-defun): Handle class::method
11496 notation of c++. Fix incorrect comment.
11497
11498 2005-11-10 Alan Mackenzie <acm@muc.de>
11499
11500 * help-fns.el (describe-variable): Make C-h v work when a variable
11501 has variable documentation yet is unbound.
11502
11503 2005-11-10 Masatake YAMATO <jet@gyve.org>
11504
11505 * man.el (Man-highlight-references): Set an empty
11506 string to `Man-arguments' if it is nil.
11507 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11508
11509 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11512 commenting conventions.
11513
11514 * cus-dep.el (custom-make-dependencies): Simplify.
11515 Better follow the commenting conventions.
11516
11517 2005-11-09 Richard M. Stallman <rms@gnu.org>
11518
11519 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11520 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11521 All uses changed.
11522 (apropos-rewrite-regexp): Doc fix.
11523 (apropos-variable, apropos-command, apropos, apropos-value):
11524 Change prompt; carry through the argument renaming.
11525
11526 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11527
11528 * find-lisp.el: Require dired.
11529 (find-lisp-find-dired-internal): Do not call
11530 `abbreviate-file-name' on DIR.
11531
11532 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11533
11534 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11535
11536 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11537
11538 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11539 when using the speedbar.
11540 (gdb): New command gud-pp.
11541 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11542
11543 2005-11-09 Juri Linkov <juri@jurta.org>
11544
11545 * replace.el (occur-excluded-properties): New defcustom.
11546 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11547
11548 2005-11-08 Jay Belanger <belanger@truman.edu>
11549
11550 * calc/calc-units.el (math-convert-units): Replace any composite
11551 unit by its definition.
11552
11553 2005-11-08 Lars Hansen <larsh@soem.dk>
11554
11555 * emacs-lisp/autoload.el (update-directory-autoloads):
11556 Add obsolete function alias.
11557
11558 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11561 comment-indent-function.
11562 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11563
11564 * reveal.el (reveal-post-command): Rework the handling of
11565 reveal-open-spots, so as to be more reliable. There were several
11566 tricky corner cases where an open spot might be lost, or where
11567 a closed spot might end up on the list of open spots.
11568 Only reveal text that's ellipsised.
11569
11570 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11571
11572 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11573
11574 2005-11-07 John Paul Wallington <jpw@gnu.org>
11575
11576 * ibuffer.el (ibuffer): Search iconified frames too when
11577 getting Ibuffer buffer's window.
11578
11579 2005-11-06 Richard M. Stallman <rms@gnu.org>
11580
11581 * progmodes/compile.el (compilation-internal-error-properties):
11582 save-excursion around the computation of MARKER.
11583
11584 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11585
11586 * textmodes/flyspell.el (flyspell-external-point-words):
11587 flyspell-get-word returns a list, not just a string.
11588
11589 2005-11-06 John Paul Wallington <jpw@pobox.com>
11590
11591 * ibuffer.el (ibuffer): Search all visible frames when getting
11592 Ibuffer buffer's window.
11593
11594 2005-11-07 Masatake YAMATO <jet@gyve.org>
11595
11596 * man.el (Man-reference-regexp): Accept spaces between
11597 `Man-name-regexp' and `Man-section-regexp'.
11598 (Man-apropos-regexp): New variable.
11599 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11600 if available.
11601 (Man-highlight-references, Man-highlight-references0):
11602 Handle the case when `Man-arguments' includes "-k".
11603 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11604 `TARGET'. `TARGET' can be a number, function or nil.
11605
11606 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11609 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11610 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11611 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11612 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11613 (gdb-send-item): Use buffer-local-value and simplify.
11614
11615 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11616
11617 * startup.el (command-line): Use `custom-reevaluate-setting' for
11618 `global-font-lock-mode'.
11619
11620 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11621 by default, except in batch mode or when the -D option is given.
11622
11623 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11624 specified keyword args on to `define-minor-mode'. Update docstring.
11625
11626 2005-11-05 Romain Francoise <romain@orebokech.com>
11627
11628 * replace.el (occur-engine): Add marker at end of line, too.
11629
11630 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11631
11632 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11633 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11634 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11635 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11636 argument to all these routines, so the passphrase can be managed
11637 externally and passed in to the system.
11638 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11639 pgg-add-passphrase-to-cache function.
11640
11641 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11642 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11643 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11644 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11645 argument to all these routines, so the passphrase can be managed
11646 externally and passed in to the system.
11647 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11648 function.
11649
11650 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11651
11652 * font-lock.el: Don't deal with font-lock-face-attributes here,
11653 move the code ...
11654
11655 * startup.el (command-line): ... here. Use face-spec-set instead
11656 of custom-declare-face.
11657
11658 * faces.el (face-spec-set): Reset the face if spec is not nil.
11659
11660 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11661
11662 * newcomment.el (comment-region-internal): Box more tightly in the
11663 common case where there's no TAB in the boxed text.
11664
11665 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11666
11667 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11668 up-node.
11669
11670 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11671
11672 * newsticker.el: Commentary updated. Code formatting changed.
11673 (newsticker-version): Change to "1.9".
11674 (newsticker, newsticker-feed): Doc fix.
11675 (newsticker-url-list): Doc fix. Add option "Weekly".
11676 (newsticker-retrieval-interval): Add option "Weekly".
11677 (newsticker-headline-processing): Doc fix.
11678 (newsticker-auto-mark-filter): Remove.
11679 (newsticker-auto-mark-filter-list): New.
11680 (newsticker-layout, newsticker-sort-method): Doc fix.
11681 (newsticker-hide-old-items-in-newsticker-buffer)
11682 (newsticker-heading-format, newsticker-item-format)
11683 (newsticker-desc-format): Doc fix.
11684 (newsticker-show-all-rss-elements): Remove.
11685 (newsticker-show-all-news-elements): New.
11686 (newsticker-faces, newsticker-ticker): Doc fix.
11687 (remove-from-invisibility-spec): Code formatting.
11688 (newsticker--process-ids): New.
11689 (newsticker-mode): Doc fix.
11690 (newsticker-mode): Change mode-line-format.
11691 (newsticker-start): Remove debug output.
11692 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11693 (newsticker-w3m-show-inline-images): Code formatting.
11694 (newsticker-next-item): Call `force-mode-line-update'.
11695 (newsticker-previous-item): Call `force-mode-line-update'.
11696 (newsticker-next-feed): Call `force-mode-line-update'.
11697 (newsticker-previous-feed): Call `force-mode-line-update'.
11698 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11699 (newsticker-show-old-items): Do not show descs.
11700 (newsticker-hide-entry): Hide too much.
11701 (newsticker-hide-entry, newsticker-show-entry)
11702 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11703 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11704 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11705 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11706 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11707 (newsticker-get-news): Call `force-mode-line-update'.
11708 Collect process ids.
11709 (newsticker--sentinel): Change coding system handling.
11710 Move image retrieval to new functions newsticker--get-logo-url-*.
11711 Move feed parsing to new functions newsticker--parse-*.
11712 Update list of process ids.
11713 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11714 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11715 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11716 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11717 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11718 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11719 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11720 (newsticker--decode-coding-string): Remove.
11721 (newsticker--decode-numeric-entities): Check input. Format code.
11722 (newsticker--remove-whitespace): Check input.
11723 (newsticker--do-forget-preformatted): Doc fix.
11724 (newsticker--decode-rfc822-date): Allow for missing time.
11725 (newsticker--update-process-ids): New.
11726 (newsticker--image-sentinel): Change comment.
11727 (newsticker--image-read): Change error message.
11728 (newsticker--imenu-goto): Doc fix. Show headline title.
11729 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11730 (newsticker--buffer-do-insert-text): Clean whitespace in
11731 html-rendered headline title. Code formatting.
11732 Call `newsticker--buffer-print-extra-elements'.
11733 (newsticker--buffer-print-extra-element): Remove.
11734 (newsticker--buffer-print-extra-elements): New.
11735 (newsticker--buffer-do-print-extra-element): New.
11736 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11737 large sizes.
11738 (newsticker--run-auto-mark-filter)
11739 (newsticker--do-run-auto-mark-filter):
11740 Use `newsticker-auto-mark-filter-list'.
11741
11742 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11743
11744 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11745 (rcirc-print): Force redisplay before running hooks. Do long
11746 buffer truncation after making new text read-only. Deal with nil
11747 text when decoding strings. If TARGET is nil, use either the
11748 currently selected buffer, if it is an rcirc buffer and of the
11749 same process or the process buffer.
11750 (rcirc-mode): Remove header-line. Recompute short buffer names.
11751 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11752 (rcirc-short-buffer-name): Add variable.
11753 (rcirc-kill-buffer-hook): Recompute short buffer names.
11754 Remove nick from private channel.
11755 (rcirc-send-input): Send command text to current-buffer.
11756 Don't clear overlay arrow here.
11757 (rcirc-short-buffer-name): Return a short buffer name.
11758 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11759 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11760 buffer-name abbreviations.
11761 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11762 Do not touch nick-table when killing a parted channel.
11763 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11764 Clear arrow from current buffer if it is now hidden.
11765 (rcirc-current-buffer): Add variable.
11766 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11767 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11768 Remove -face from names.
11769 (rcirc-update-activity-string): Print "DND" when globally ignoring
11770 activity.
11771 (rcirc-ignore-buffer-activity-flag): Rename from
11772 rcirc-ignore-channel-activity.
11773 (rcirc-ignore-all-activity-flag): Doc fix.
11774 (rcirc-channels): Remove variable.
11775 (rcirc-kill-buffer-hook):
11776 (rcirc-get-buffer-create): Add nick to private channel.
11777 (rcirc-multiline-edit-submit): Remove tabs.
11778 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11779 folded.
11780 (rcirc-remove-nick-channel): Bug fix.
11781 (rcirc-toggle-ignore-buffer-activity): Rename from
11782 rcirc-toggle-ignore-channel-activity.
11783 (rcirc-record-activity): Add buffers to the front of the list.
11784 (rcirc-update-activity): Remove killed buffers from list.
11785 (rcirc-process-server-response-1): Remove last argument if it is
11786 null before calling handler.
11787 (rcirc): Add "rcirc" defcustom prefix.
11788 (rcirc-prompt): Simplify default prompt.
11789 Use custom-initialize-default.
11790 (rcirc-private-chats): Remove variable.
11791 (rcirc-prompt): Change initialization.
11792 (rcirc-version): Remove function.
11793 (rcirc-id-string): Add constant.
11794 (rcirc-last-buffer): Remove variable.
11795 (rcirc-buffer-alist): Add variable.
11796 (rcirc-connect): Update variable setup.
11797 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11798 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11799 default.
11800 (rcirc-handler-generic): Trigger activity.
11801 (rcirc-send-message): Create the buffor of the target.
11802 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11803 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11804 (rcirc-multiline-edit-cancel): Remove function.
11805 (rcirc-set-last-buffer): Remove function.
11806 (rcirc-get-any-buffer): Add function.
11807 (rcirc-join-channels): Don't print /join text.
11808 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11809 messages.
11810 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11811 (rcirc-handler-NOTICE): Recognize CTCP responses.
11812 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11813 constructing TOPIC string for buffers we are not JOINed.
11814 (rcirc-handler-CTCP-response): Add handler.
11815 (rcirc-multiline-edit-submit): Restore the window-configuration
11816 before adjusting point.
11817 (rcirc): Add customization group.
11818 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11819 (rcirc-user-full-name, rcirc-startup-channels-alist)
11820 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11821 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11822 (rcirc-input-ring-size, rcirc-read-only-flag)
11823 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11824 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11825 Change defvar to defcustom.
11826 (rcirc-update-prompt): Add optional ALL arg, which will update
11827 prompts in all rcirc buffers. Regexp quote replacement text.
11828 (rcirc-fill-column): Accept frame-width as a value.
11829 (rcirc-set-changed): Add function.
11830 (rcirc-next-active-buffer): Write more meaningful messages.
11831 (rcirc-faces): Add customization group.
11832 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11833 (rcirc-nick-in-message-face, rcirc-prompt-face)
11834 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11835 (with-rcirc-process-buffer): Move before first usage.
11836 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11837 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11838 (rcirc-debug): Rename from `rcirc-log'.
11839 (rcirc-format-response-string): Do not print `-' chars for a
11840 NOTICE with no sender. Simplify output of server responses.
11841
11842 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11843
11844 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11845 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11846 Make urls mouse and RET clickable.
11847
11848 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11849
11850 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11851
11852 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11853
11854 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11855 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11856 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11857 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11858 argument to all these routines, so the passphrase can be managed
11859 externally and passed in to the system.
11860 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11861 pgg-add-passphrase-to-cache function.
11862
11863 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11864 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11865 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11866 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11867 argument to all these routines, so the passphrase can be managed
11868 externally and passed in to the system.
11869 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11870 function.
11871
11872 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11873
11874 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11875 from goto-address-url-regexp.
11876
11877 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11878
11879 * textmodes/org.el (org-read-date, org-goto-calendar)
11880 (org-recenter-calendar, org-agenda-goto-calendar):
11881 Temporarily clear `calendar-move-hook'.
11882
11883 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11884
11885 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11886 merging.
11887
11888 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11889 have merge clashes.
11890
11891 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11892
11893 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11894 Undo previous change.
11895
11896 * startup.el (command-line): Use `custom-reevaluate-setting' for
11897 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11898 tty-register-default-colors on Mac.
11899
11900 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11901
11902 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11903 (gdb-buffer-type): Make it automatically buffer local...
11904 (gdb-get-create-buffer): ...and set it accordingly.
11905 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11906 actually work.
11907
11908 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11909
11910 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11911 not red.
11912
11913 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11914
11915 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11916 case GUD buffer is not visible.
11917 (gdb-goto-breakpoint): Try to force display in source buffer.
11918 (gdb-frame-gdb-buffer): Copy other similar functions.
11919 (gdb-restore-windows): Don't display source if not asked for.
11920 (gdb-assembler-buffer-name): Don't capitalise.
11921
11922 2005-11-03 Richard M. Stallman <rms@gnu.org>
11923
11924 * wid-edit.el (key-sequence): New widget type.
11925
11926 * simple.el (set-mark-command-repeat-pop): New variable.
11927 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11928 if set-mark-command-repeat-pop is true.
11929
11930 * info.el (Info-fontify-node): Don't display extra "see" if there
11931 already is one here.
11932
11933 * mouse.el: Fix special handling of DEL after dragging a region:
11934 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11935 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11936
11937 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11938
11939 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11940 not to assume it pertains to an affix.
11941
11942 * textmodes/flyspell.el (flyspell-post-command-hook):
11943 Bind deactivate-mark to prevent deactivation.
11944
11945 2005-11-03 Lars Hansen <larsh@soem.dk>
11946
11947 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11948 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11949 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11950
11951 2005-11-03 Romain Francoise <romain@orebokech.com>
11952
11953 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11954 Update copyright years.
11955
11956 2005-11-03 Sam Steingold <sds@gnu.org>
11957
11958 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11959 Use system-type instead of window-system because window-system is not
11960 correctly defined during loadup.
11961
11962 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11963
11964 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11965 (xml-parse-tag): Join strings separated by a comment properly.
11966
11967 2005-11-02 Andreas Schwab <schwab@suse.de>
11968
11969 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11970
11971 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11974 (byte-optimize-pure-func): Quote the eval'd value.
11975
11976 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11977 Rename from perl-font-lock-syntactic-face-function.
11978 Change the calling convention so it can be used as a font-lock MATCHER.
11979 Do the parse-partial-sexp loop outselves.
11980 (perl-font-lock-syntactic-keywords): Use it.
11981 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11982
11983 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11984
11985 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11986 disassembly buffer too.
11987 (gdb-exited): Remove overlay arrows when execution has finished.
11988 (gdb-info-frames-custom, gdb-info-threads-custom)
11989 (gdb-info-registers-custom): Don't add inappropriate text
11990 properties if inferior is not active.
11991
11992 2005-11-02 Glenn Morris <rgm@gnu.org>
11993
11994 * progmodes/fortran.el (fortran-blink-match):
11995 Use `blink-matching-delay'.
11996
11997 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11998
11999 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12000
12001 2005-11-02 Lars Hansen <larsh@soem.dk>
12002
12003 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12004 "Permission denied".
12005
12006 2005-11-01 Richard M. Stallman <rms@gnu.org>
12007
12008 * textmodes/flyspell.el (flyspell-external-point-words):
12009 Pass nil to flyspell-get-word.
12010
12011 2005-11-02 Kim F. Storm <storm@cua.dk>
12012
12013 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12014 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12015
12016 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12019 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12020 (calendar-mouse-print-dates): Add optional `event' argument.
12021 Update interactive-spec.
12022 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12023 Use `calendar-event-to-date' instead of `event'.
12024
12025 2005-11-02 Masatake YAMATO <jet@gyve.org>
12026
12027 * progmodes/ld-script.el (ld-script-builtins):
12028 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12029 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12030 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12031
12032 2005-11-01 Romain Francoise <romain@orebokech.com>
12033
12034 * vc-sccs.el: Update copyright year.
12035 * ezimage.el: Likewise.
12036
12037 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12038
12039 * info.el (Info-fontify-node): Use `string-width' for fontifying
12040 underlined titles.
12041
12042 2005-11-01 Juri Linkov <juri@jurta.org>
12043
12044 * info.el (Info-fontify-node): Downcase node header keywords Node,
12045 Prev, Next, Up before comparison.
12046 (Info-history): Insert absolute directory name, and put invisible
12047 property on it.
12048
12049 2005-11-01 Juri Linkov <juri@jurta.org>
12050
12051 * info.el (Info-file-supports-index-cookies): New variable.
12052 (Info-find-node-2): Check makeinfo version for index cookie support.
12053 (Info-index-nodes): Search for nodes with index cookies only when
12054 Info-file-supports-index-cookies is t. Otherwise, search nodes
12055 with "Index" in the node name.
12056 (Info-index-node): Search index cookie in the current node only when
12057 Info-file-supports-index-cookies is t. Otherwise, check the word
12058 "Index" in the node name.
12059 (Info-find-emacs-command-nodes): Remove code that searches nodes
12060 with "Index" node name in the top menu.
12061
12062 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * progmodes/scheme.el (scheme-mode-variables): Use the default
12065 comment-indent-function.
12066
12067 * faces.el (face-attribute): Handle the case where a face inherits from
12068 a non-existent face.
12069
12070 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12071 for octal and hexa output, and merge the char into the paren.
12072 (kill-new): Use push.
12073 (copy-to-buffer): Use with-current-buffer.
12074 (completion-setup-function): Move code in loop to remove redundancy.
12075 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12076 those inherited from minibuffer-local-completion-map.
12077
12078 * savehist.el (savehist-mode) <defcustom>:
12079 Use custom-set-minor-mode if available.
12080 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12081 and emit a message if applicable.
12082
12083 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12084
12085 * savehist.el: Sync up to version 19.
12086 (savehist-mode): New minor mode.
12087 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12088 (savehist-length): Remove (use history-length instead).
12089 (savehist-file-modes): Rename from savehist-modes.
12090 (savehist-save-hook, savehist-loaded): New vars.
12091 (savehist-load): Use savehist-mode. Try to smooth up transition from
12092 old format to new format.
12093 (savehist-install): Allow savehist-autosave-interval to be nil.
12094 (savehist-save): Run the new hook. Be more careful to only trim the
12095 history variables.
12096 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12097 (savehist-printable): Print into a buffer rather than char-by-char.
12098
12099 2005-11-01 John Wiegley <johnw@newartisans.com>
12100
12101 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12102 toggle-ignore keybinding (C-a). The author said it had been
12103 disabled much earlier due to a possible incompatibility, but after
12104 many months of usage I have encountered no problems (and it is a
12105 rather useful option, especially for switching to " *temp*").
12106
12107 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12108 support for OS/X's AddressBook, by calling out to the open source
12109 program "contacts" (installable through Fink).
12110
12111 * net/eudc.el (eudc-expand-inline): If the
12112 `eudc-multiple-match-handling-method' is set to `all', delete the
12113 query string before inserting the query result.
12114
12115 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12116 flag, to prevent Eshell from using the system ls when
12117 `eshell-ls-insert-directory' is in used.
12118 (eshell-ls-insert-directory): Disable font-lock in directory
12119 buffer so that Eshell's own fontification is seen. This broke
12120 recently due to changes in font-lock, so this goes back to version
12121 21 behavior.
12122
12123 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12124
12125 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12126 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12127 (gdb-many-windows): Doc fix.
12128
12129 2005-10-31 Romain Francoise <romain@orebokech.com>
12130
12131 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12132
12133 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12134
12135 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12136 that global-font-lock-mode can be enabled by default.
12137
12138 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12139 (font-lock-add-keywords, font-lock-remove-keywords)
12140 (font-lock-fontify-buffer): Remove autoload cookies.
12141
12142 * jit-lock.el (jit-lock-register): Likewise.
12143
12144 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12145
12146 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12147
12148 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12149 intact if there is no gud-comint-buffer.
12150
12151 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12154 old prompt comint-prompt-read-only is t and GDB commands are
12155 issued from tool bar etc.
12156
12157 2005-10-31 Masatake YAMATO <jet@gyve.org>
12158
12159 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12160
12161 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12162
12163 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12164 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12165
12166 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12167
12168 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12169 starting at beginning of line. Fontification is messed up when
12170 `open-paren-in-column-0-is-defun-start' set to t.
12171 Reported by John Paul Wallington <jpw@pobox.com>.
12172
12173 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12174
12175 * comint.el (comint-send-input): Call `comint-update-fence' when
12176 `comint-process-echoes' and `comint-prompt-read-only' are both
12177 non-nil, to avoid leftover read-only newline.
12178
12179 2005-10-30 Richard M. Stallman <rms@gnu.org>
12180
12181 * textmodes/flyspell.el (flyspell-external-point-words):
12182 Detect when WORD can't be checked properly because
12183 flyspell-get-word finds just part of it, and move on.
12184
12185 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12186 boundarychar for Polish.
12187 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12188 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12189
12190 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12191
12192 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12193 (gdb-registers-font-lock-keywords): Delete.
12194 (gdb-registers-mode): Don't fontify.
12195 (gdb-info-registers-custom): Use text properties instead as, in
12196 future, changed register values will use font-lock-warning-face.
12197 (gdb-local-font-lock-keywords): Rename to...
12198 (gdb-locals-font-lock-keywords): ...for consistency.
12199
12200 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12201
12202 * vc.el (vc-switch-backend): Better error message if the buffer is
12203 not visiting a file under version control.
12204
12205 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12206
12207 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12208
12209 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12210 ~/.emacs.d/.emacs.
12211
12212 2005-10-29 Richard M. Stallman <rms@gnu.org>
12213
12214 * replace.el (occur-mode-mouse-goto): Always go to other window.
12215 (occur-mode-goto-occurrence): Always switch in same window.
12216
12217 * simple.el (undo): Display message at end, not at start.
12218
12219 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12220 New arg REUSE-CELL.
12221 (cancel-timer-internal): New function.
12222 (timer-event-handler): Use cancel-timer-internal,
12223 and pass the cell it returns to timer-activate...
12224
12225 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12226 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12227 (jit-lock-after-change): Test memory-full.
12228
12229 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12230
12231 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12232 part of the decoded armor to find the key-identifier.
12233 (pgg-gpg-lookup-key-owner): New function to return the
12234 human-readable identifier of a key owner.
12235 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12236 key itself.
12237 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12238 the key value) if we have a key and can match it against a secret
12239 key. Also, added a note pointing out fact that the prompt only
12240 indicates the first matching key.
12241
12242 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12243 pgg-decrypt-region.
12244 (pgg-pending-timers): A new hash for tracking the passphrase cache
12245 timers, so that new ones supercede old ones.
12246 (pgg-add-passphrase-to-cache): Rename from
12247 `pgg-add-passphrase-cache' to reduce confusion (all callers
12248 changed). Modified to cancel old timers when new ones are added.
12249 (pgg-remove-passphrase-from-cache): Rename from
12250 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12251 changed). Modified to cancel old timers when their keys are
12252 removed from the cache.
12253 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12254 XEmacs, an indirection to delete-itimer.
12255 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12256 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12257 users can only check cache without risk of prompting. Correct bug in
12258 notruncate behavior.
12259 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12260 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12261 Add informative docstrings.
12262 (pgg-decrypt): Convey provided passphrase in subordinate call to
12263 pgg-decrypt-region.
12264
12265 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12266 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12267 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12268 `passphrase' argument, so the passphrase can be managed externally
12269 and then passed in to the system.
12270
12271 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12272 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12273 so the passphrase cache can be used reliably with identifiers
12274 besides a pgp packet's key id.
12275
12276 * pgg-gpg.el (pgg-pgp-encrypt-region)
12277 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12278 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12279 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12280 argument to all these routines, so the passphrase can be managed
12281 externally and passed in to the system.
12282
12283 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12284 `notruncate' argument, so the passphrase cache can be used
12285 reliably with identifiers besides a pgp packet's key id.
12286
12287 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12288
12289 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12290 symmetric encryption.
12291 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12292 encrypted session key.
12293 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12294 message ask for the passphrase in a proper way.
12295
12296 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12297 New user commands for symmetric encryption.
12298
12299 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12300
12301 * textmodes/conf-mode.el (conf-assignment-sign)
12302 (conf-assignment-regexp): Fix docstrings.
12303 (conf-mode-initialize): New function.
12304 (conf-mode): Remove optional args. Use delay-mode-hooks to
12305 recognize recursive calls.
12306 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12307 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12308 (conf-xdefaults-mode): Use define-derived-mode and
12309 conf-mode-initialize.
12310
12311 2005-10-29 Romain Francoise <romain@orebokech.com>
12312
12313 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12314
12315 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12316
12317 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12318 part of the decoded armor to find the key-identifier.
12319 (pgg-gpg-lookup-key-owner): New function to return the
12320 human-readable identifier of a key owner.
12321 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12322 key itself.
12323 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12324 the key value) if we have a key and can match it against a secret
12325 key. Also, added a note pointing out fact that the prompt only
12326 indicates the first matching key.
12327
12328 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12329 pgg-decrypt-region.
12330 (pgg-pending-timers): A new hash for tracking the passphrase cache
12331 timers, so that new ones supercede old ones.
12332 (pgg-add-passphrase-to-cache): Rename from
12333 `pgg-add-passphrase-cache' to reduce confusion (all callers
12334 changed). Modified to cancel old timers when new ones are added.
12335 (pgg-remove-passphrase-from-cache): Rename from
12336 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12337 changed). Modified to cancel old timers when their keys are
12338 removed from the cache.
12339 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12340 XEmacs, an indirection to delete-itimer.
12341 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12342 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12343 users can only check cache without risk of prompting. Correct bug in
12344 notruncate behavior.
12345 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12346 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12347 Add informative docstrings.
12348 (pgg-decrypt): Convey provided passphrase in subordinate call to
12349 pgg-decrypt-region.
12350
12351 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12352
12353 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12354 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12355 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12356 `passphrase' argument, so the passphrase can be managed externally
12357 and then passed in to the system.
12358
12359 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12360 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12361 so the passphrase cache can be used reliably with identifiers
12362 besides a pgp packet's key id.
12363
12364 * pgg-gpg.el (pgg-pgp-encrypt-region)
12365 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12366 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12367 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12368 argument to all these routines, so the passphrase can be managed
12369 externally and passed in to the system.
12370
12371 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12372 `notruncate' argument, so the passphrase cache can be used
12373 reliably with identifiers besides a pgp packet's key id.
12374
12375 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12376
12377 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12378 symmetric encryption.
12379 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12380 encrypted session key.
12381 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12382 message ask for the passphrase in a proper way.
12383
12384 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12385 New user commands for symmetric encryption.
12386
12387 2005-10-28 Bill Wohler <wohler@newt.com>
12388
12389 * help-mode.el (help-url): New button type. Calls browse-url.
12390 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12391 Similar to Info nodes: URL `url'.
12392 (help-make-xrefs): Create help-url buttons for
12393 help-xref-url-regexp matches.
12394
12395 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12396
12397 * tool-bar.el (tool-bar-add-item-from-menu)
12398 (tool-bar-local-item-from-menu): Fix doc strings.
12399
12400 2005-10-28 Romain Francoise <romain@orebokech.com>
12401
12402 * ldefs-boot.el: Update.
12403
12404 * subr.el (locate-library): Move from help-fns.el.
12405 * help-fns.el (locate-library): Move to subr.el.
12406
12407 2005-10-28 Richard M. Stallman <rms@gnu.org>
12408
12409 * net/tramp.el (tramp-completion-mode): defvar moved up.
12410
12411 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12412
12413 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12414
12415 * files.el (find-file-noselect): Use %d to format large file size.
12416
12417 * bindings.el (mode-line-format): Add %e.
12418
12419 * loadup.el ("facemenu"): Load unconditionally.
12420 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12421 ("x-dnd"): Load, when appropriate.
12422
12423 * startup.el (command-line): Call before-init-hook earlier.
12424 Warn about some bad characters in -u user name.
12425
12426 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12427 (flyspell-external-point-words): Error if misspelled word is not found.
12428 Set flyspell-large-region-beg at end of word.
12429
12430 2005-10-28 Andreas Schwab <schwab@suse.de>
12431
12432 * view.el (View-revert-buffer-scroll-page-forward):
12433 Use view-page-size-default.
12434
12435 2005-10-28 Juri Linkov <juri@jurta.org>
12436
12437 * international/quail.el (quail-get-current-str): Translate last
12438 raw character for deterministic input methods.
12439
12440 2005-10-27 Jay Belanger <belanger@truman.edu>
12441
12442 * calc/calc-ext.el: Add functions to autoloads.
12443 (math-identity-matrix-p, math-ident-row-p): New functions.
12444
12445 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12446 multiplication by an identity matrix; don't turn multiplication by
12447 an inverse matrix into division.
12448 (math-div-symbol-fancy): Replace division by matrices with
12449 multiplication by inverse.
12450
12451 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12452
12453 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12454 (calc-writeoutpower): New functions.
12455
12456 2005-10-27 Romain Francoise <romain@orebokech.com>
12457
12458 * replace.el (occur-engine): Include colon in mouse-face highlight.
12459
12460 * dired-x.el: Change Maintainer field.
12461
12462 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12463
12464 * longlines.el (longlines-mode): Bind after-change-functions to
12465 nil during initial decoding and final encoding.
12466
12467 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12468
12469 * term.el (term-emulate-terminal, term-handle-colors-array)
12470 (term-handle-ansi-escape): Specify the terminfo capabilities
12471 implemented.
12472
12473 2005-10-26 Richard M. Stallman <rms@gnu.org>
12474
12475 * info.el (Info-fontify-node): Fix detection of sentence-break
12476 before *Note.
12477
12478 2005-10-26 Romain Francoise <romain@orebokech.com>
12479
12480 * smerge-mode.el: Add `tools' to file keywords.
12481
12482 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12483
12484 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12485 when the fringe is not available.
12486
12487 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12488 (def-gdb-auto-update-trigger): Simplify construction.
12489 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12490 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12491 defined explicitly.
12492 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12493 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12494 defined explicitly.
12495 (gdb-info-locals-custom): Remove as it's a no-op.
12496
12497 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * longlines.el (longlines-mode): Remove narrowing before
12500 performing the initial decoding or final encoding.
12501
12502 2005-10-25 Romain Francoise <romain@orebokech.com>
12503
12504 * emacs-lisp/find-func.el (find-library-name): Also strip
12505 extension if library name ends in .el, to take advantage of
12506 `find-library-suffixes'.
12507
12508 2005-10-25 Richard M. Stallman <rms@gnu.org>
12509
12510 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12511
12512 2005-10-25 Juri Linkov <juri@jurta.org>
12513
12514 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12515 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12516
12517 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12518
12519 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12520 (blackbox-redefine-key): Add argument `map'.
12521
12522 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12523 regions when moving the jit-lock-context-unfontify-pos boundary.
12524
12525 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12526
12527 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12528
12529 2005-10-25 Masatake YAMATO <jet@gyve.org>
12530
12531 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12532
12533 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12534
12535 * play/blackbox.el (blackbox-redefine-key): New function.
12536 (blackbox-mode-map): Use it to remap existing bindings for cursor
12537 motion instead of binding literal keys.
12538
12539 2005-10-25 Glenn Morris <rgm@gnu.org>
12540
12541 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12542 diary does not end in a newline. Do not assume a blank line at
12543 the start of the diary file.
12544
12545 2005-10-25 Kenichi Handa <handa@m17n.org>
12546
12547 * international/quail.el (quail-translate-key): If the input
12548 method is deterministic and failed to handle the last key, restart
12549 the key handling loop from an appropriate key.
12550
12551 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12552
12553 * vc.el (vc-dired-mode): Extend comment for binding of
12554 `directory-listing-before-filename-regexp'.
12555
12556 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * textmodes/texinfo.el (texinfo-mode):
12559 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12560 not to unnecessarily expose emacs-mule's internal char codes.
12561
12562 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12563
12564 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12565 Display hand pointer and help-echo on disabled icon too.
12566 (gdb-mouse-until): New function.
12567 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12568
12569 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12570
12571 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12572 with 2005-10-23 change to doctor.el.
12573
12574 * finder.el (finder-mode-map): Add follow-link binding.
12575
12576 2005-10-25 Kim F. Storm <storm@cua.dk>
12577
12578 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12579 to gdb-mouse-toggle-breakpoint-fringe.
12580 (gdb-mouse-toggle-breakpoint-margin): Rename from
12581 gdb-mouse-toggle-breakpoint. Fix doc.
12582 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12583 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12584 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12585 string properties also for fringe breakpoint bitmaps.
12586
12587 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12588
12589 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12590
12591 2005-10-25 Masatake YAMATO <jet@gyve.org>
12592
12593 * simple.el (completion-common-substring):
12594 Use `completion-common-substring' prior to `completion-base-size'.
12595
12596 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12597
12598 * savehist.el: Require CL while compiling.
12599 (savehist-history-variables): Remove.
12600 (savehist-save-minibuffer-history, savehist-additional-variables)
12601 (savehist-minibuffer-history-variables): New vars.
12602 (savehist-save): Use them.
12603 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12604 (savehist-install): New fun, extracted from savehist-load.
12605 (savehist-load): Use them.
12606
12607 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12610 a dummy doc-string-elt property.
12611 (defalias, defvaralias, define-category): Add a docstring property.
12612
12613 * image.el (defimage):
12614 * widget.el (define-widget):
12615 * custom.el (defface, defcustom): Add `doc-string' declaration.
12616
12617 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12618 (defadvice): Add `doc-string' declaration.
12619
12620 * emacs-lisp/byte-run.el (macro-declaration-function):
12621 Handle `doc-string' declarations.
12622 (define-obsolete-function-alias, define-obsolete-variable-alias):
12623 Add `doc-string' declaration.
12624
12625 2005-10-24 Kenichi Handa <handa@m17n.org>
12626
12627 * international/utf-7.el (utf-7): Add autoload cookie.
12628
12629 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12630
12631 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12632
12633 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12634 list of directories passed to batch-update-autoloads. Add "." to
12635 the list of the echoed directories.
12636
12637 * pgg-def.el:
12638 * pgg-gpg.el:
12639 * pgg-parse.el:
12640 * pgg-pgp.el:
12641 * pgg-pgp5.el:
12642 * pgg.el: Moved here from the gnus subdirectory.
12643
12644 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12647 in case comint-prompt-read-only is set to t.
12648
12649 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12650 in case comint-prompt-read-only is set to t.
12651
12652 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12653
12654 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12655 Now a string.
12656 (icalendar-import-format): Handle CLASS, STATUS, URL.
12657 Rename `subject' to `summary'.
12658 (icalendar-import-format-summary): Rename from
12659 `icalendar-import-format-subject'.
12660 (icalendar-import-format-url, icalendar-import-format-status)
12661 (icalendar-import-format-class): New variables.
12662 (icalendar--rris): Take variable argument list.
12663 (icalendar--datestring-to-isodate): Remove unnecessary
12664 calendar-style check when converting dates with explicit month names.
12665 (icalendar-export-region): Change return type of conversion
12666 subroutines. Bury current buffer unless error occurred.
12667 (icalendar--convert-to-ical)
12668 (icalendar--parse-summary-and-rest): New functions.
12669 (icalendar--convert-ordinary-to-ical)
12670 (icalendar--convert-weekly-to-ical)
12671 (icalendar--convert-yearly-to-ical)
12672 (icalendar--convert-block-to-ical)
12673 (icalendar--convert-cyclic-to-ical)
12674 (icalendar--convert-anniversary-to-ical): Change return type.
12675 Strip trailing blanks from subject.
12676 (icalendar--convert-sexp-to-ical): Change return type.
12677 Strip trailing blanks from subject. Handle simple sexp
12678 entries as generated by icalendar.el.
12679 (icalendar--convert-float-to-ical)
12680 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12681 (icalendar-import-file): Doc fix.
12682 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12683 Correct call to icalendar--rris.
12684 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12685 `summary'.
12686 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12687
12688 2005-10-24 Romain Francoise <romain@orebokech.com>
12689
12690 * server.el (server-sentinel): Set query-on-exit flag to nil on
12691 new client processes (it isn't inherited from the server process).
12692
12693 * replace.el (occur-engine): Rearrange text properties.
12694
12695 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12698 case-fold-search is nil.
12699 (debug-help-follow): Use help-xref-interned directly.
12700
12701 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12702
12703 * thumbs.el (thumbs-image-type): Add .pbm.
12704
12705 2005-10-23 Richard M. Stallman <rms@gnu.org>
12706
12707 * faces.el (inhibit-face-set-after-frame-default): New variable.
12708 (set-face-attribute): Bind it.
12709 (face-set-after-frame-default): Test it.
12710
12711 * help-fns.el (describe-simplify-lib-file-name): New function.
12712 (describe-function-1, describe-variable): Use it.
12713
12714 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12715
12716 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12717 Eliminate nil as possible value.
12718 (tooltip-hide-delay): Reduce internal-border-width.
12719
12720 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12721 (menu-bar-file-menu) <new-file>: Likewise.
12722
12723 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12724
12725 * international/mule.el (load-with-code-conversion):
12726 Pass full file name to `eval-buffer' unless preloading.
12727
12728 * textmodes/flyspell.el (flyspell-large-region):
12729 Call ispell-check-version.
12730
12731 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12732 Fix the make-variable-buffer-local call that was supposed
12733 to be for this variable.
12734 (ispell-aspell-supports-utf8): Doc fix.
12735 (ispell-find-aspell-dictionaries): Preserve elements of
12736 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12737 (ispell-aspell-find-dictionary): Return nil on error.
12738
12739 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12740 (doctor-symptoms): Likewise.
12741
12742 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12743
12744 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12745
12746 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12747 (custom-raised-buttons): Add :set spec.
12748 (custom-button-unraised, custom-button-pressed-unraised):
12749 New faces, so that custom-raised-buttons actually does something.
12750 (custom-mode): Use custom-button and custom-button-pressed.
12751
12752 * wid-edit.el (widget-specify-button): Don't ignore
12753 widget-mouse-face on graphic terminals.
12754 (widget-move-and-invoke): Cleanup.
12755
12756 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12757
12758 * whitespace.el (whitespace-cleanup): Doc fix.
12759
12760 2005-10-23 Romain Francoise <romain@orebokech.com>
12761
12762 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12763 `eval-after-load' to avoid evaluating their result.
12764
12765 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12766
12767 * files.el (directory-listing-before-filename-regexp):
12768 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12769
12770 * dired.el (dired-move-to-filename-regexp): Remove.
12771 All occurences replaced by `directory-listing-before-filename-regexp'.
12772
12773 * dired-x.el, locate.el, vc.el:
12774 Replace `dired-move-to-filename-regexp' by
12775 `directory-listing-before-filename-regexp'. In vc.el it is
12776 overwritten locally; maybe this can be handled in files.el too.
12777
12778 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12779 replaced by `directory-listing-before-filename-regexp'.
12780
12781 2005-10-23 Andreas Schwab <schwab@suse.de>
12782
12783 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12784 and eval-next-after-load.
12785
12786 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12787
12788 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12789 exist, create it.
12790
12791 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12792
12793 * allout.el: Remove autoloads for mailcrypt and crypt++.
12794 Require pgg, pgg-gpg during compilation.
12795 (allout-version): Increment version number to 2.1, and use a literal
12796 rather than RCS Id.
12797 (allout-default-encryption-scheme): Remove.
12798 (allout-passphrase-verifier-handling)
12799 (allout-passphrase-verifier-string)
12800 (allout-file-passphrase-verifier-string)
12801 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12802 (allout-passphrase-hint-handling): Rename and simplify.
12803 (allout-init): Use `find-file-hook' if available, otherwise
12804 `find-file-hooks'.
12805 (allout-mode): Use `write-file-functions' if available, otherwise
12806 `local-write-file-hooks' and, instead of making auto-save-hook
12807 buffer local, make the write-file-hook activity contingent to
12808 allout-mode.
12809 (allout-mode): Use key-binding substitution in the docstring.
12810 (allout-kill-line): Spell-out kill ring data structure mutation
12811 instead of using byte-compiler-complaint-provoking `pop'.
12812 (allout-insert-listified): Use `insert' rather than `insert-string'
12813 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12814 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12815 (allout-encrypt-string): Totally revamped vis new underlying
12816 encryption facilities.
12817 (allout-mc-activate-passwd): Remove.
12818 (allout-obtain-passphrase): New, more or less replaces
12819 allout-mc-activate-passwd.
12820 (allout-encrypted-key-info): More or less replaces
12821 allout-encrypted-text-type.
12822 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12823 (my-mark-marker): Use `(featurep 'xemacs)'.
12824
12825 2005-10-23 Lars Hansen <larsh@soem.dk>
12826
12827 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12828 (byte-compile-file-form-defmumble, byte-compile-defun)
12829 (byte-compile-defmacro): Use it.
12830 (byte-compile-form): Don't call byte-compile-set-symbol-position
12831 when a byte-compile handler is called.
12832
12833 2005-10-22 Romain Francoise <romain@orebokech.com>
12834
12835 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12836
12837 * subr.el (eval-after-load): Convert library name to an absolute
12838 file name using locate-library, since load-history no longer has
12839 library names in it.
12840
12841 2005-10-22 Richard M. Stallman <rms@gnu.org>
12842
12843 * files.el (make-temp-file): Move from subr.el.
12844 * subr.el (make-temp-file): Move to files.el.
12845
12846 * window.el (get-buffer-window-list): Move from subr.el.
12847 * subr.el (get-buffer-window-list): Move to window.el.
12848
12849 * image.el (image-load-path): Use eval-at-startup to initialize.
12850
12851 * subr.el (eval-at-startup): New macro.
12852
12853 * subr.el: Much rearrangement of functions and division
12854 into pages. No code changes.
12855
12856 2005-10-22 Kenichi Handa <handa@m17n.org>
12857
12858 * tar-mode.el (tar-extract): Be sure to call
12859 find-operation-coding-system if set-auto-coding doesn't find a
12860 coding system.
12861
12862 2005-10-22 Kim F. Storm <storm@cua.dk>
12863
12864 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12865 Change users.
12866 (image-type-file-name-regexps): New defconst.
12867 (image-type-from-data): Simplify loop.
12868 (image-type-from-buffer): New defun.
12869 (image-type-from-file-header): Use it instead of image-type-from-data.
12870 Use image-search-load-path instead of only looking in data-directory.
12871 (image-type-from-file-name): New defun.
12872 (image-search-load-path): Change `pathname' to `filename'.
12873 Make PATH arg optional, default to image-load-path.
12874
12875 2005-10-21 Richard M. Stallman <rms@gnu.org>
12876
12877 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12878
12879 * textmodes/paragraphs.el (sentence-end-base): New variable.
12880 (sentence-end): Use sentence-end-base.
12881
12882 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12885 property independently from the font-lock-multiline variable.
12886
12887 2005-10-21 Richard M. Stallman <rms@gnu.org>
12888
12889 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12890
12891 * startup.el (command-line): Convert library names
12892 in `load-history' to absolute file names.
12893
12894 * subr.el (symbol-file): Doc fix.
12895
12896 * loadhist.el (file-loadhist-lookup): Call locate-library
12897 instead of find-library-name. Don't try converting
12898 abs file names to library names, since load-history no longer
12899 has library names in it.
12900 (file-dependents, file-provides, file-requires): Doc fixes.
12901
12902 2005-10-21 Juri Linkov <juri@jurta.org>
12903
12904 * progmodes/etags.el (tags-table-mode): New function.
12905 (tags-verify-table): Replace initialize-new-tags-table with
12906 tags-table-mode.
12907
12908 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12909 default value.
12910 (desktop-modes-not-to-save): Add tags-table-mode to the
12911 default value.
12912
12913 * info.el (Info-index-next): Add total number of index
12914 alternatives to the message.
12915
12916 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12917 backward only space (instead of space and period) before looking
12918 at sentence end.
12919
12920 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12921 Add the old variable value as 4th default-value arg of read-string.
12922
12923 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12924
12925 * cus-face.el (custom-declare-face): Make face from X resources
12926 also on Mac.
12927
12928 * disp-table.el (standard-display-g1, standard-display-graphic):
12929 Refuse to use string glyphs also on Mac.
12930 (standard-display-european): Don't set terminal coding system also
12931 on Mac.
12932
12933 * frame.el (display-screens): Use x-display-screens also on Mac.
12934
12935 2005-10-21 Romain Francoise <romain@orebokech.com>
12936
12937 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12938
12939 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12942 and $? into sexps.
12943
12944 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12945 warning face on open-paren-in-column-0.
12946
12947 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12948 boundary case. Fix typo.
12949 Suggested by Martin Rudalics <rudalics@gmx.at>.
12950
12951 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12952
12953 * textmodes/org.el (org-combined-agenda-icalendar-file)
12954 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12955 (org-export-icalendar-this-file)
12956 (org-export-icalendar-all-agenda-files)
12957 (org-export-icalendar-combine-agenda-files): New commands.
12958 (org-export-icalendar, org-print-icalendar-entries)
12959 (org-start-icalendar-file, org-finish-icalendar-file)
12960 (org-ical-ts-to-string): New functions.
12961 (org-read-date, org-goto-calendar)
12962 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12963 call to `calendar'.
12964 (orgtbl-setup): Remove the :keys arguments from the menu description.
12965 (org-after-save-iCalendar-file-hook): New variable.
12966
12967 2005-10-21 Kenichi Handa <handa@m17n.org>
12968
12969 * language/vietnamese.el (tcvn-5712): Make it an alias of
12970 vietnamese-tcvn coding-system.
12971
12972 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12973
12974 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12975 group id is given.
12976
12977 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12980 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12981 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12982 whose line is either continued or ends with a comment.
12983
12984 2005-10-20 Romain Francoise <romain@orebokech.com>
12985
12986 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12987
12988 * replace.el (occur-engine): Add follow-link property.
12989
12990 * font-core.el (font-lock-mode): Doc fix.
12991
12992 2005-10-20 Richard M. Stallman <rms@gnu.org>
12993
12994 * net/rcirc.el: New file.
12995
12996 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12997
12998 * term.el (term-term-name): Initialize to "eterm-color".
12999
13000 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13001
13002 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13003 for encryption functionality.
13004 Move allout customization subgroup from `editing' to `outlines' group.
13005 Fix commentary keywords to legitimate ones.
13006 Update author info (using my current email address, obscurified).
13007 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13008 (allout-encrypted-topic-p, allout-encrypted-text-type)
13009 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13010 (allout-situate-encryption-key-verifier)
13011 (allout-get-encryption-key-verifier, allout-verify-key)
13012 (allout-next-topic-pending-encryption)
13013 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13014 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13015 (outline-key-verifier-handling, outline-key-hint-handling)
13016 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13017 (allout-file-key-verifier-string, allout-encryption-scheme)
13018 (allout-key-verifier-string, allout-key-hint-string)
13019 (allout-after-save-decrypt): New variables.
13020 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13021 (allout-after-saves-handler): New hook functions.
13022 (allout-post-command-business): Do allout-after-save-decrypt.
13023 (allout-enable-file-variable-adjustment): Custom var to enable
13024 mechanism for adding and adjusting settings of Emacs file variables.
13025 (allout-adjust-file-variable, allout-file-vars-section-data):
13026 New functions, implement the mechanism.
13027 (outlineify-sticky): Use the file vars mechanism.
13028 (allout-inhibit-protection, allout-during-write-cue)
13029 (allout-override-protect, allout-before-change-protect): Remove.
13030 (allout-flag-region, allout-open-topic): Adjust read-only text.
13031 (allout-open-line-not-read-only): Add to facilitate read-only
13032 text based protection.
13033 (allout-kill-line): Revise to adjust read-only text, clue the
13034 user about the inhibition.
13035 (allout-unprotected): Use unwind-protect.
13036 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13037 topic deeper than the offspring depth of the previous topic -
13038 avoiding confusing "containment discontinuities".
13039 (allout-reindent-bodies): Fix retention of body relative hanging
13040 indent during promotion of collapsed bodies.
13041 (allout-open-topic): Make it easy to open new topic with same
13042 bullet as current topic - topic creation functions provided with
13043 any universal argument provokes now prompt for bullet, defaulting
13044 to the bullet of the previous topic.
13045 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13046 Plain bullet alternates `.' period and `,' comma only. All other
13047 bullets are relegated to special status (but customizable).
13048 (allout-end-of-entry): Rename from allout-end-of-current-entry
13049 since it actually operates w.r.t. most immediately containing
13050 entry, visible or not.
13051 (allout-hide-current-entry, allout-show-current-entry): Use the
13052 revised version.
13053 (allout-old-expose-topic): Solidify deprecation.
13054 (allout-end-of-subtree): Add so we can span concealed as well
13055 as visible topics.
13056 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13057 (allout-end-of-current-heading): Tweak to just respect the first line.
13058 (allout-get-body-text): Add.
13059 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13060 when invoked interactively.
13061 (allout-up-current-level): Use `interactive-p'.
13062 (allout-mode, allout-init): Miscellaneous docstring and
13063 operational refinements, as well as hookups of new encryption stuff.
13064 (allout-beginning-of-current-entry): Now works as advertised.
13065 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13066 (allout-isearch-rectification): Refine condition for isearching.
13067 (allout-isearch-abort, allout-enwrap-isearch)
13068 (allout-flag-region, my-region-active-p): Relocate some macros.
13069 (allout-title): Fallback title is (buffer-name), not
13070 non-existing (current-buffer-name).
13071 (subst-char-in-string): Define if absent (for some XEmacs versions).
13072
13073 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13074
13075 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13076 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13077 (mail-citation-prefix-regexp, mail-signature-file)
13078 (mail-default-headers, mail-bury-selects-summary)
13079 (mail-send-nonascii): Add autoload cookies.
13080
13081 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13082
13083 * frame.el (blink-cursor-mode): Add `mac' to the list of
13084 window-system's that support blinking cursor.
13085
13086 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13087
13088 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13089
13090 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13091
13092 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13093 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13094 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13095
13096 2005-10-20 Kim F. Storm <storm@cua.dk>
13097
13098 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13099 (ido-set-current-directory): Don't add / after final @.
13100 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13101 Explicitly handle ange-ftp completion oddities.
13102 (ido-make-file-list): Don't rotate list at tramp root to avoid
13103 triggering tramp file handler for expand-file-name via get-file-buffer.
13104
13105 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13108
13109 2005-10-19 Jay Belanger <belanger@truman.edu>
13110
13111 * calc/calc-units.el (math-standard-units): Add units, adjust
13112 symbols and update values.
13113 (math-unit-prefixes): Add more prefixes.
13114
13115 2005-10-19 Romain Francoise <romain@orebokech.com>
13116
13117 * bookmark.el (bookmark-menu-heading): New face.
13118 (bookmark-bmenu-list): Use it.
13119 Don't fiddle with `baud-rate' at top-level.
13120
13121 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13122
13123 * image.el (create-image, find-image): Mention max-image-size in
13124 docstring.
13125
13126 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * savehist.el (savehist-load): Revert to checking XEmacs.
13129
13130 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13131 Various docstring and line-width fixups.
13132 (conf-mode): Use cond.
13133 Set font-lock-defaults. Don't set comment-use-syntax.
13134
13135 2005-10-18 David Ponce <david@dponce.com>
13136
13137 * tree-widget.el (tree-widget-button-click): New function.
13138 (tree-widget-button-keymap): Use it.
13139
13140 2005-10-18 Romain Francoise <romain@orebokech.com>
13141
13142 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13143 (bookmark-bmenu-hide-filenames): Add follow-link property.
13144 Improve help-echo text.
13145
13146 * ffap.el (find-file-at-point): Doc fix.
13147
13148 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13149
13150 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13151
13152 2005-10-18 Masatake YAMATO <jet@gyve.org>
13153
13154 Install to the CVS repository what I forgot to install in my
13155 2005-10-16 changes.
13156
13157 * progmodes/python.el (python-complete-symbol): Pass the common
13158 prefix substring of completion to `display-completion-list'.
13159
13160 * textmodes/org.el (org-complete): Ditto.
13161
13162 2005-10-18 Masatake YAMATO <jet@gyve.org>
13163
13164 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13165
13166 * woman.el (WoMan-xref-man-page): New button type derived
13167 from `Man-abstract-xref-man-page'.
13168 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13169
13170 * man.el (Man-abstract-xref-man-page): New button type.
13171 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13172 (Man-highlight-references): Add new optional argument `xref-man-type'.
13173
13174 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13175
13176 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13177
13178 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * cus-edit.el (Custom-move-and-invoke): Delete.
13181 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13182
13183 * wid-edit.el (widget-move-and-invoke): New function, from
13184 Custom-move-and-invoke.
13185
13186 2005-10-17 Bill Wohler <wohler@newt.com>
13187
13188 Move all remaining images from lisp/toolbar to etc/images, move
13189 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13190 the low resolution images in their own directory (low-color).
13191
13192 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13193 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13194 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13195 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13196 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13197 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13198 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13199
13200 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13201 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13202 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13203 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13204 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13205 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13206 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13207 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13208 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13209 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13210 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13211 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13212 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13213 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13214 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13215
13216 To conform with convention, replace the underscore (_) in the
13217 following image names with dash (-) or (/) as appropriate.
13218
13219 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13220 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13221 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13222 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13223 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13224 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13225 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13226 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13227 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13228 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13229 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13230 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13231 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13232 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13233 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13234
13235 * info.el (info-tool-bar-map): Replace underscores in image names
13236 with dashes.
13237
13238 * makefile.w32-in (WINS): Remove toolbar.
13239
13240 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13241
13242 * tool-bar.el: Move to lisp from toolbar. Now that
13243 toolbar is empty, it should be deleted when folks run "cvs up -P".
13244
13245 2005-10-18 Jay Belanger <belanger@truman.edu>
13246
13247 * calc/calc-store.el (calc-store-into): Get the proper variable name
13248 to display in message.
13249
13250 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13251
13252 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13253 expressions display in speedbar for all buffers when debugging.
13254 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13255
13256 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13257 (speedbar-insert-button, speedbar-make-button):
13258 Use add-text-properties.
13259 (speedbar-update-localized-contents)
13260 (speedbar-update-directory-contents)
13261 (speedbar-update-special-contents): Use dolist.
13262 (speedbar-buffer-easymenu-definition): Add a menu separator.
13263
13264 2005-10-17 Jason Rumney <jasonr@gnu.org>
13265
13266 * makefile.w32-in: Use $(lisp) consistently.
13267 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13268 for shell specific generation of mh-autoloads.
13269
13270 2005-10-17 Richard M. Stallman <rms@gnu.org>
13271
13272 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13273
13274 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * jit-lock.el (jit-lock-fontify-now):
13277 Move jit-lock-context-unfontify-pos to avoid wasted work.
13278
13279 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13280
13281 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13282 `tramp-completion-mode' for checking if we are in completion mode.
13283 (tramp-completion-handle-file-name-all-completions): Reorder code
13284 in order to complete for file names only in case there are no
13285 method/user/host completions. This is necessary for cooperation
13286 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13287
13288 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * longlines.el (longlines-search-forward)
13291 (longlines-search-backward): Match any number of spaces.
13292
13293 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13294
13295 * diff-mode.el (diff-mode): Doc fix.
13296
13297 2005-10-16 David Reitter <david.reitter@gmail.com>
13298
13299 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13300 as default on darwin and windows systems.
13301
13302 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13303
13304 * arc-mode.el (archive-zip-extract): Doc fix.
13305
13306 2005-10-16 Romain Francoise <romain@orebokech.com>
13307
13308 * mouse.el (mouse-1-click-follows-link): Doc fix.
13309
13310 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * savehist.el: Don't require CL at runtime.
13313 (savehist-xemacs): Remove.
13314 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13315 (savehist-no-conversion): Use (featurep 'xemacs).
13316 (savehist-load): Check existence of start-itimer rather than XEmacs.
13317 Use an idle timer.
13318 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13319 `delete-if-not'.
13320
13321 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13322
13323 * savehist.el: Newer version.
13324 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13325 (savehist-last-checksum, savehist-no-conversion): New vars.
13326 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13327 New functions.
13328 (savehist-load, savehist-save): Use them.
13329 (savehist-delimit): Remove.
13330
13331 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * progmodes/compile.el (compilation-goto-locus): Display the
13334 compilation buffer first and the source buffer second, in case they're
13335 in overlapping frames. Don't raise the compilation frame if it was the
13336 selected window upon entry. Pass the `other-window' arg to
13337 pop-to-buffer.
13338
13339 * info.el (Info-fontify-node): Use dolist.
13340 Change add-text-properties to put-text-property.
13341
13342 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13343
13344 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13345 bound of search.
13346
13347 2005-10-16 Masatake YAMATO <jet@gyve.org>
13348
13349 * dabbrev.el (dabbrev-completion): Pass the common
13350 prefix substring of completion to `display-completion-list'.
13351
13352 * filecache.el (file-cache-minibuffer-complete)
13353 (file-cache-complete): Ditto.
13354
13355 * tempo.el (tempo-display-completions): Ditto.
13356
13357 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13358
13359 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13360
13361 * eshell/em-hist.el (eshell-list-history): Ditto.
13362
13363 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13364
13365 * mail/mailalias.el (mail-complete): Ditto.
13366
13367 * progmodes/etags.el (complete-tag): Ditto.
13368
13369 * progmodes/make-mode.el (makefile-complete): Ditto.
13370
13371 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13372
13373 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13374
13375 * progmodes/pascal.el (pascal-complete-word)
13376 (pascal-show-completions): Ditto.
13377
13378 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13379
13380 * simple.el (completion-common-substring): New variable.
13381 (completion-setup-function): Use `completion-common-substring'
13382 to put faces.
13383
13384 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13385
13386 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13387 (x-get-selection, mac-select-convert-to-string): Convert from/to
13388 UTF-16 clipboard data as in native byte order, no BOM.
13389
13390 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13391
13392 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13393 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13394 (gud-sentinel): Use speedbar-frame to check for speedbar.
13395
13396 2005-10-15 Richard M. Stallman <rms@gnu.org>
13397
13398 * savehist.el: New file.
13399
13400 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13401
13402 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13403 Fix bug in \bf fontification.
13404
13405 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * pcvs.el (cvs-edit-log-files): New var.
13408 (cvs-mode-edit-log): New arg `file'.
13409 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13410 Instead force the use of the original file and nothing else.
13411 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13412 the cvs-minor-wrap-function is set.
13413 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13414
13415 2005-10-14 Bill Wohler <wohler@newt.com>
13416
13417 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13418 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13419 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13420 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13421 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13422 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13423 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13424 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13425 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13426 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13427 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13428 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13429 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13430 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13431 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13432
13433 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13434 appropriately (for example, gud-break to gud/break).
13435
13436 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13437
13438 * longlines.el (longlinges-search-function)
13439 (longlines-search-forward, longlines-search-backward): New functions.
13440 (longlines-mode): Set isearch-search-fun-function to
13441 longlinges-search-function.
13442
13443 * mouse.el (mouse-drag-region-1): Handle the case where a
13444 double-click event is bound to an arbitrary function.
13445
13446 2005-10-14 David Ponce <david@dponce.com>
13447
13448 * recentf.el (recentf-track-opened-file)
13449 (recentf-track-closed-file, recentf-update-menu)
13450 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13451 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13452 mouse-1-click-follows-link.
13453
13454 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13455
13456 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13457 Gnome file-manager.png. Suggested by
13458 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13459
13460 * toolbar/README: Add diropen.xpm.
13461
13462 2005-10-13 Bill Wohler <wohler@newt.com>
13463
13464 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13465 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13466
13467 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13470 Don't waste the byte-compiler's time on constant data.
13471
13472 2005-10-13 Kenichi Handa <handa@m17n.org>
13473
13474 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13475 byte with `escape-glyph' face.
13476
13477 * international/fontset.el (ccl-encode-unicode-font):
13478 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13479 Handle the case that ucs-mule-to-mule-unicode translates a character to
13480 ASCII (usually for IPA characters).
13481
13482 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13485 Don't hide the underline of titles if font-lock-mode is disabled.
13486
13487 2005-10-12 Bill Wohler <wohler@newt.com>
13488
13489 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13490 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13491 files in MH-E-SRC have been updated.
13492 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13493
13494 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13497 (mixal-mode-syntax-table): Add \n as end-comment.
13498 (mixal-operation-codes-alist): Immediately initialize to full value.
13499 (mixal-add-operation-code): Remove.
13500 (mixal-describe-operation-code): Make the arg non-optional.
13501 Use the interactive spec instead.
13502 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13503 (mixal-font-lock-keywords): Don't highlight comments here any more.
13504 (mixal-font-lock-syntactic-keywords): New var.
13505 (mixal-mode): Use it. Fix comment-start-skip.
13506
13507 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13508
13509 * startup.el (command-line-x-option-alist): -nb => -nbi
13510
13511 2005-10-12 Kim F. Storm <storm@cua.dk>
13512
13513 * startup.el (fancy-splash-default-action): Discard mouse click in
13514 the splash screen window, as it has no sensible meaning in the
13515 next window to be selected. Fixes error reported by Jan D.
13516
13517 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13518
13519 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13520
13521 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13524 Try to fix up minor layout issues like indentation, line break, etc...
13525 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13526 because it doesn't work.
13527 (mixal-operation-codes): Add some more codes.
13528 (mixal-font-lock-keywords): Process comments here.
13529 (mixal-mode): mixasm no longer needs -g option.
13530
13531 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13532
13533 * progmodes/sh-script.el (sh-tmp-file):
13534 Use mktemp -t. Finish support for es and rc shells.
13535
13536 2005-10-11 Jay Belanger <belanger@truman.edu>
13537
13538 * calc/calcalg2.el (calc-integral): With an argument, compute the
13539 definite integral.
13540
13541 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13542
13543 * mouse.el (mouse-drag-region-1): Don't try to catch a
13544 double-click when doing follow-link (it's overridden anyway).
13545
13546 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13549 (autoload-print-form-outbuf): Add docstring.
13550
13551 2005-10-11 Juri Linkov <juri@jurta.org>
13552
13553 * info.el (Info-mode-menu): Delete menu item "Edit".
13554 (Info-mode): Delete description of Info-edit from docstring,
13555 and rearrange descriptions of Info commands in the order
13556 they are documented in the Info manual.
13557
13558 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * calendar/appt.el (appt-check): Use diary-selective-display var.
13561
13562 2005-10-10 Richard M. Stallman <rms@gnu.org>
13563
13564 * net/newsticker.el (newsticker-start, newsticker-show-news):
13565 Add autoload cookies.
13566
13567 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13568
13569 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13570
13571 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13572
13573 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13574
13575 2005-10-10 Jay Belanger <belanger@truman.edu>
13576
13577 * calc/calc-arith.el (math-check-known-scalarp)
13578 (math-check-known-matrixp): Check the values of arguments that are
13579 variables.
13580 (math-check-known-square-matrixp): New function.
13581 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13582 (math-super-types): Add sqmatrix type.
13583
13584 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13585 mode name `square' to `sqmatrix'.
13586
13587 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13588 mode name `square' to `sqmatrix'.
13589
13590 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * progmodes/etags.el (select-tags-table-mode): Don't use
13593 selective-display.
13594 (tags-select-tags-table): Pass `button' to the action function.
13595 (select-tags-table): Place the side-info on button properties rather
13596 than in hidden text. Abbreviate file names.
13597 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13598 (select-tags-table-select): Add `button' argument.
13599 Get side-info from the button property rather than from hidden text.
13600
13601 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13602
13603 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13604 (gud-speedbar-buttons): Preserve point if possible.
13605 (gud-sentinel): Restore previous speedbar display type.
13606
13607 * progmodes/gdb-ui.el (gdba): Improve diagram.
13608 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13609 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13610 Call get-buffer-window once.
13611
13612 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13615 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13616 (pascal-indent-command): Remove unused var `ind'.
13617 (pascal-indent-case): Remove unused var `oldpos'.
13618 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13619 since it's now used as a proper minor mode map.
13620 (pascal-outline): Rename to pascal-outline-mode.
13621 (pascal-outline-mode): Use define-minor-mode.
13622 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13623 selective-display.
13624
13625 2005-10-10 Andreas Schwab <schwab@suse.de>
13626
13627 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13628 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13629
13630 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13631 outside source directory.
13632
13633 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13634
13635 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13636 C-x' as a prefix.
13637 (orgtbl-mode-map): Full keymap instead of sparse, because all
13638 `self-insert-command' keys are redefined in this map.
13639 (org-export-as-html): Specify charset for HTML file, by taking it
13640 from the coding system.
13641
13642 2005-10-10 Kenichi Handa <handa@m17n.org>
13643
13644 * textmodes/flyspell.el (flyspell-check-word-p):
13645 If unread-command-events is non-empty, don't call sit-for.
13646
13647 2005-10-09 Richard M. Stallman <rms@gnu.org>
13648
13649 * font-lock.el (font-lock-syntactic-keywords)
13650 (font-lock-keywords): Doc fixes.
13651
13652 * textmodes/flyspell.el (flyspell-external-point-words):
13653 Simplify logic, and don't try to check for consecutive appearances
13654 of one incorrect word.
13655
13656 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13657
13658 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13659 separator.
13660
13661 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13662 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13663 (gud-expansion-speedbar-buttons): New function.
13664 (gud-speedbar-buttons): Check for gud-comint-buffer.
13665
13666 2005-10-09 Bill Wohler <wohler@newt.com>
13667
13668 * Makefile.in (updates): Add mh-loaddefs dependency.
13669
13670 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13671
13672 * speedbar.el (speedbar-file-key-map): Fix typo.
13673
13674 2005-10-09 Daniel Brockman <daniel@brockman.se>
13675
13676 * cus-start.el (line-spacing): Add custom spec.
13677
13678 2005-10-09 Romain Francoise <romain@orebokech.com>
13679
13680 * textmodes/ispell.el (ispell-check-version): Fix last change.
13681
13682 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13683
13684 * term/x-win.el: Remove -i, --icon-type from comment.
13685
13686 * startup.el (command-line-x-option-alist): Remove options -i,
13687 -itype, --icon-type, added -nb, --no-bitmap-icon
13688
13689 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13690
13691 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13692 instead of :active.
13693
13694 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13695
13696 * textmodes/ispell.el (ispell-check-version):
13697 Ignore hyphen, and all that follows, in aspell's version text.
13698
13699 2005-10-08 Jay Belanger <belanger@truman.edu>
13700
13701 * calc/calc-arith.el (math-known-square-matrixp): New function.
13702 (math-pow-fancy): Check for matrices before distributing exponent
13703 across products.
13704
13705 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13706 fullscreen keypad. Suggested by Luc Teirlinck.
13707 (calc-keypad-show-input): Add space for formatting.
13708
13709 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13710 Add square matrix option.
13711
13712 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13713 of checking calc-matrix-mode when deciding how to expand.
13714
13715 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13716
13717 2005-10-08 Lars Hansen <larsh@soem.dk>
13718
13719 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13720 Add error handling.
13721 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13722
13723 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13724
13725 Sync with Tramp 2.0.51.
13726
13727 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13728 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13729 Insert special handling for `last-coding-system-used', again
13730 it still seems to be necessary (unlike stated before).
13731 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13732 (tramp-password-prompt-regexp): There might be other words before
13733 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13734 (tramp-chunksize): Improve docstring.
13735 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13736 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13737 Christian Joergensen <bugs@razor.dk>.
13738
13739 2005-10-07 Glenn Morris <rgm@gnu.org>
13740
13741 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13742 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13743 precision'.
13744
13745 2005-10-07 Romain Francoise <romain@orebokech.com>
13746
13747 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13748 (ibuffer-do-shell-command-pipe-replace)
13749 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13750 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13751 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13752 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13753 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13754 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13755 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13756 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13757 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13758 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13759 Autoload file sans suffix.
13760
13761 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13762
13763 2005-10-07 David Ponce <david@dponce.com>
13764
13765 * recentf.el (recentf-menu-open-all-flag): New option.
13766 (recentf-digit-shortcut-command-name): New function.
13767 (recentf--shortcuts-keymap): New variable.
13768 (recentf-menu-shortcuts): New variable.
13769 (recentf-make-menu-items): Initialize it. Replace the "More..."
13770 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13771 (recentf-menu-value-shortcut): New function.
13772 (recentf-make-menu-item): Use it. No more in-lined.
13773 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13774 (recentf-open-most-recent-file): Rename from
13775 `recentf-open-file-with-key'. Don't depend on key binding.
13776 (recentf-mode-map): New variable.
13777 (recentf-mode): Use it.
13778
13779 2005-10-06 Bill Wohler <wohler@newt.com>
13780
13781 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13782
13783 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13784 (MH-E-SRC): New. Used by mh-autoloads.
13785 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13786 files in MH-E-SRC have been updated.
13787 (compile, recompile, bootstrap): Depend on mh-autoloads.
13788
13789 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13790
13791 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13792 gud-break and gud-remove icons when the fringe is not available.
13793
13794 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13795 Typo.
13796
13797 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13798
13799 * play/zone.el (zone): Wrap body with save-window-excursion.
13800
13801 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13804 Use the new `list-only' arg to diary-list-entries.
13805
13806 * calendar/diary-lib.el: Use overlays rather than selective-display.
13807 (diary-selective-display): New var.
13808 (diary-header-line-format): Use it.
13809 (diary-list-entries): Add argument `list-only'.
13810 Put the buffer in diary-mode. Don't add \^M at beg and end.
13811 Replace \^M by invisible overlays.
13812 (diary-unhide-everything): Replace \^M by invisible overlays.
13813 (print-diary-entries): Look for overlays rather than \^M.
13814 Add a space to the temp buffer name.
13815 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13816 Put the buffer in diary-mode.
13817 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13818 (diary-anniversary): Make the year arg optional.
13819 (diary-time-regexp): New const.
13820 (diary-font-lock-keywords): Use it to accept a few more time formats.
13821
13822 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13823
13824 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13825
13826 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13827 Fix bug introduced 2005-07-03: Use (car (last ...))
13828 to faithfully reproduce replaced artist-last.
13829 (artist-set-arrow-points-for-poly): Likewise.
13830 Suggested by Johan Bockg\e,Ae\e(Brd.
13831
13832 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13833
13834 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13835 * wid-edit.el (widget):
13836 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13837 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13838
13839 2005-10-06 Kenichi Handa <handa@m17n.org>
13840
13841 * international/mule-cmds.el (set-language-environment):
13842 Fix setting up of case-table for unibyte mode.
13843
13844 * simple.el (what-cursor-position): If the character is displayed
13845 by some `display' text property, show that. Don't use
13846 single-key-description for eight-bit characters in multibyte mode.
13847
13848 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13849
13850 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13851 (gdb-ann3): Set it.
13852 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13853 (gdb-info-frames-custom): Use inverse-video for first five
13854 characters of selected frame only.
13855 (gdb-get-frame-number): Select frame even when point is on frame
13856 number.
13857
13858 2005-10-06 Masatake YAMATO <jet@gyve.org>
13859
13860 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13861 Put `font-lock-function-name-face'.
13862 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13863 and `font-lock-variable-name-face'
13864 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13865 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13866 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13867 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13868 (gdb-local-font-lock-keywords): New font lock keywords definition.
13869 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13870 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13871 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13872
13873 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13874
13875 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13876 (ediff-merge-region-is-non-clash-to-skip): Previously called
13877 ediff-merge-region-is-non-clash.
13878
13879 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13880 Use insert-buffer-substring.
13881
13882 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13883 selecting files to patch. Also bug fixes.
13884
13885 * ediff-util.el (ediff-setup): Bug fix.
13886 (ediff-next-difference): Never skip clashes that differ in white
13887 space only.
13888
13889 * ediff-wind.el (ediff-setup-control-frame)
13890 (ediff-destroy-control-frame): Check the menubar feature.
13891
13892 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13893 (viper-refresh-mode-line): Use make-local-variable to localize
13894 some vars instead of make-variable-buffer-local. Suggested by
13895 Stefan Monnier.
13896
13897 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13898 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13899 Use make-local-variable instead of make-variable-buffer-local.
13900 Suggested by Stefan Monnier.
13901
13902 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13903 (viper-comint-mode-hook): Use make-local-variable on
13904 require-final-newline.
13905 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13906
13907 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13910 also the second char of a comment-start sequence.
13911 (scheme-sexp-comment-syntax-table): New var.
13912 (lambda, define): Set their scheme-doc-string-elt property.
13913 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13914 Use lisp-font-lock-syntactic-face-function now that it properly
13915 handles |...| symbols.
13916 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13917 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13918
13919 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13920 bit from # to |.
13921 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13922
13923 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13924 (lisp-doc-string-elt-property): New var.
13925 (lisp-font-lock-syntactic-face-function): Use it.
13926 Rewrite to recognize docstrings even for forms not at toplevel.
13927
13928 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13929 annotation on the | part of #| rather than on the # part.
13930 (scheme-font-lock-syntactic-face-function): New function, to
13931 distinguish strings from |...| symbols.
13932 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13933 syntax-table so that #|...|# is properly highlighted.
13934
13935 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13936 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13937
13938 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13939
13940 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13941 and C-e.
13942
13943 * emacs-lisp/eldoc.el: Move comments into docstrings.
13944 (eldoc-message-commands): Initialize in its declaration.
13945 Add move-beginning-of-line and move-end-of-line.
13946 (eldoc-add-command, eldoc-add-command-completions)
13947 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13948
13949 * outline.el (outline-mark-subtree): Activate the mark.
13950
13951 * calendar/appt.el (appt-time-regexp): New var.
13952 (appt-add, appt-make-list): Use it.
13953 (appt-convert-time): Clean up.
13954
13955 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13956 Don't set any syntax-table property here.
13957 (tex-font-lock-verb): New function. Do it here.
13958 (tex-font-lock-syntactic-keywords): Use it.
13959
13960 2005-10-04 Richard M. Stallman <rms@gnu.org>
13961
13962 * wid-edit.el (widget-file-complete): Get the widget start point
13963 the right way. Default directory to `/' if file has none.
13964
13965 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13966
13967 * textmodes/flyspell.el (flyspell-mode-on):
13968 Call ispell-maybe-find-aspell-dictionaries.
13969
13970 * textmodes/ispell.el (ispell-word, ispell-region):
13971 Call ispell-maybe-find-aspell-dictionaries.
13972 (ispell-accept-buffer-local-defs):
13973 Don't call ispell-maybe-find-aspell-dictionaries
13974
13975 2005-10-04 Richard M. Stallman <rms@gnu.org>
13976
13977 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13978
13979 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13980
13981 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13982 instead of `fboundp' in order to allow for anonymous functions.
13983
13984 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13987 case the user clicks on the link while another window is selected.
13988 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13989
13990 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13991 functionality.
13992 (dframe-help-echo): Save point in case mouse tracking is off.
13993
13994 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13995
13996 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13997
13998 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14001 not change the global value of those vars.
14002
14003 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14004 make-local-variable which we do not need any more.
14005
14006 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14007
14008 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14009 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14010 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14011 (speedbar-path-line): Define obsolete aliases.
14012 (speedbar-line-directory): Doc fix.
14013
14014 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14015 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14016 instead of speedbar-line-path.
14017
14018 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14019
14020 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14021 to nil if dropping on a window. Handle dropping on a minibuffer window
14022 like dropping on a non-window part of Emacs.
14023
14024 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * net/ange-ftp.el: Use with-current-buffer.
14027 (ange-ftp-insert-directory): Do not follow symlinks any more.
14028
14029 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14030 Remove interactive spec.
14031
14032 2005-10-03 Kim F. Storm <storm@cua.dk>
14033
14034 * ido.el (ido-mode): Use custom-initialize-set.
14035
14036 2005-10-02 Richard M. Stallman <rms@gnu.org>
14037
14038 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14039 Use insert-buffer-substring.
14040
14041 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14042 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14043
14044 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14047 in last change.
14048 (ange-ftp-insert-directory): Fix up the search for the case where
14049 `file' is absolute.
14050
14051 2005-10-02 Romain Francoise <romain@orebokech.com>
14052
14053 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14054
14055 2005-10-02 Andreas Schwab <schwab@suse.de>
14056
14057 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14058 directory component in the session info.
14059
14060 2005-10-01 Richard M. Stallman <rms@gnu.org>
14061
14062 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14063
14064 * simple.el (next-error-internal): New function.
14065
14066 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14067 (compilation-start): Pass new arg to compilation-buffer-name.
14068 (compile-goto-error): Use next-error-internal.
14069
14070 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14071
14072 * speedbar.el: Remove RCS tag.
14073 (speedbar-check-read-only): Handle non-existent files.
14074
14075 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14076
14077 * info.el (Info-speedbar-hierarchy-buttons)
14078 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14079
14080 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14081
14082 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14083 Do not match newline.
14084 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14085 (bibtex-summary): Remove unnecessary save-excursion.
14086 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14087
14088 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14089
14090 * term/mac-win.el: Add charset info for "iso10646-1".
14091 Modify default fontset to use ATSUI-compatible fonts for some charsets
14092 if available.
14093
14094 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14095
14096 * speedbar.el: Re-apply arch tag.
14097 (speedbar-version): Rename to version 1.0. Suggested by Eric
14098 M. Ludlam.
14099 Reapply two changes from Emacs CVS' version of speedbar lost
14100 during the merge:
14101 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14102 (speedbar-frame-parameters): Improve customize type.
14103
14104 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14105
14106 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14107 (ange-ftp-file-directory-p): Fix the symlink case.
14108 (ange-ftp-insert-directory): When listing a single file, get a list of
14109 the parent buffer and extract the relevant line. Inspired from a patch
14110 by Katsumi Yamaoka <yamaoka@jpl.org>.
14111 (ange-ftp-file-name-sans-versions): Simplify.
14112
14113 2005-09-30 Bill Wohler <wohler@newt.com>
14114
14115 Move MH-E image files from toolbar and mail directories into
14116 etc/images.
14117
14118 * mail/reply2.*: Move to etc/images/mail/reply*.
14119
14120 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14121 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14122 etc/images.
14123
14124 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14125 * toolbar/reply*: Move to etc/images/mail.
14126
14127 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14128
14129 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14130
14131 * speedbar.el: New version 1.0pre3.
14132
14133 Frame management code (including timer, and mouse click specifics)
14134 moved to dframe.el:
14135 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14136 (speedbar-timer): Removed. Use dframe-timer.
14137 (speedbar-close-frame): Removed. Use dframe-close-frame.
14138 (speedbar-activity-change-focus-flag): Removed. Use
14139 dframe-activity-change-focus-flag.
14140 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14141 dframe-update-speed.
14142
14143 (speedbar-current-frame): New macro. Use this instead of the
14144 variable speedbar-frame.
14145
14146 (speedbar-use-images, speedbar-expand-image-button-alist)
14147 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14148
14149 (speedbar-find-image-on-load-path): Removed. Replaced by
14150 defezimage in ezimage.el.
14151 (speedbar-expand-image-button-alist): Removed. Replaced by
14152 ezimage-expand-image-button-alist in ezimage.el.
14153
14154 (speedbar-ignored-directory-regexp)
14155 (speedbar-add-ignored-directory-regexp)
14156 (speedbar-ignored-directory-expressions)
14157 (speedbar-line-directory, speedbar-buffers-line-directory)
14158 (speedbar-directory-line, speedbar-buffers-line-directory):
14159 Renamed, replacing `path' with `directory'.
14160
14161 (speedbar-create-directory, speedbar-expand-line-descendants)
14162 (speedbar-toggle-line-expansion)
14163 (speedbar-contract-line-descendants): New commands.
14164
14165 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14166 (speedbar-use-tool-tips-flag): New options.
14167
14168 (speedbar-check-read-only, speedbar-require-version)
14169 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14170 (speedbar-handle-delete-frame, speedbar-try-completion)
14171 (speedbar-update-localized-contents): New functions.
14172
14173 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14174 (speedbar-object-read-only-indicator): New variables.
14175
14176 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14177 New hooks.
14178
14179 (speedbar-separator-face): New face.
14180
14181 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14182 (speedbar-ignored-modes): Add fundamental-mode.
14183 (speedbar-directory-unshown-regexp): Add . directories.
14184
14185 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14186 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14187 `]' for full expand/close.
14188 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14189
14190 (speedbar-check-vc): Support hidden files.
14191 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14192 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14193 state is nil, it is not checked out.
14194
14195 (speedbar-line-text, speedbar-line-token): Support expand buttons
14196 with no text.
14197 (speedbar-refresh): Universal argument acts as power-click.
14198 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14199 that buffer to get variable values.
14200
14201 And many other bugfixes.
14202
14203 * dframe.el, ezimage.el, sb-image.el: New files.
14204
14205 * sb-*.xpm: Remove files. New image files installed into
14206 etc/images/ezimage.
14207
14208 2005-09-30 Kenichi Handa <handa@m17n.org>
14209
14210 * ps-mule.el (ps-mule-show-warning): If a character is in
14211 ps-print-translation-table, don't treat it as non-printable.
14212
14213 2005-09-30 David Ponce <david@dponce.com>
14214
14215 * tree-widget.el (tree-widget-themes-load-path): New variable.
14216 (tree-widget-themes-directory): Doc fix.
14217 (tree-widget-image-formats) [Emacs]: Doc fix.
14218 (tree-widget--locate-sub-directory): New function.
14219 (tree-widget-themes-directory): Use it.
14220
14221 * recentf.el (recentf-filename-handlers): Rename from
14222 `recentf-filename-handler'. Allow a list of functions.
14223 (recentf-menu-items-for-commands): Fix :help strings.
14224 (recentf-apply-filename-handlers): New function.
14225 (recentf-expand-file-name): Use it.
14226 (recentf-cleanup): Remove duplicates too.
14227
14228 2005-09-29 Juri Linkov <juri@jurta.org>
14229
14230 * faces.el: Rearrange face definitions to be in the same order as
14231 their face descriptions in "(emacs)Standard Faces".
14232
14233 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14234
14235 * tooltip.el (tooltip): Add group `basic-faces'.
14236
14237 * buff-menu.el (Buffer-menu-buffer): Remove group
14238 `font-lock-highlighting-faces'.
14239
14240 * progmodes/compile.el (compilation-error, compilation-warning)
14241 (compilation-info, compilation-line-number, compilation-column-number):
14242 Change group from `font-lock-highlighting-faces' to `compilation'.
14243
14244 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14245 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14246 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14247 (vhdl-font-lock-reserved-words-face)
14248 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14249 `font-lock-highlighting-faces'.
14250
14251 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14252
14253 2005-09-28 Kim F. Storm <storm@cua.dk>
14254
14255 * emulation/cua-base.el: Set CUA move property on additional commands:
14256 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14257 forward-sexp, backward-sexp, forward-list, backward-list.
14258
14259 2005-09-28 Romain Francoise <romain@orebokech.com>
14260
14261 * comint.el (comint-show-output): Really set point at the
14262 beginning of the output when not using `comint-use-prompt-regexp'.
14263
14264 2005-09-27 Jay Belanger <belanger@truman.edu>
14265
14266 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14267 in TeX mode.
14268
14269 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14270
14271 * textmodes/org.el (org-table-sum): Fix format string.
14272
14273 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14274 Quote face names.
14275
14276 2005-09-26 Romain Francoise <romain@orebokech.com>
14277
14278 * isearch.el (isearch-forward-regexp): Close doc string.
14279
14280 2005-09-25 Richard M. Stallman <rms@gnu.org>
14281
14282 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14283
14284 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14285
14286 * progmodes/compile.el (compilation-error-properties):
14287 When getting the file from the previous error message,
14288 correctly decode the new data format.
14289
14290 * progmodes/cc-cmds.el (c-electric-paren):
14291 Call old-blink-paren only for close-paren.
14292
14293 2005-09-24 Andreas Schwab <schwab@suse.de>
14294
14295 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14296 condition.
14297
14298 2005-09-25 Romain Francoise <romain@orebokech.com>
14299
14300 * dired-aux.el (dired-copy-file-recursive):
14301 * dired.el (dired-delete-file):
14302 * ediff-mult.el (ediff-dir-diff-copy-file):
14303 * ediff-util.el (ediff-test-save-region):
14304 * forms.el (forms-mode):
14305 * ido.el (ido-file-internal, ido-delete-file-at-head):
14306 * log-edit.el (log-edit-done):
14307 * ses.el (ses-yank-resize):
14308 * play/gomoku.el (gomoku-human-plays, gomoku)
14309 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14310 (gomoku-offer-a-draw):
14311 * play/landmark.el (lm-human-resigns, lm):
14312 * net/eudcb-ldap.el (eudc-ldap-check-base):
14313 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14314 * progmodes/ebrowse.el (ebrowse-find-pattern):
14315 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14316 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14317 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14318
14319 * vc.el (vc-delete-file):
14320 * play/gomoku.el (gomoku-terminate-game, gomoku)
14321 (gomoku-prompt-for-move, gomoku-human-takes-back):
14322 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14323 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14324
14325 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14326
14327 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14328 color rxvt terminals by using the code xterm.el used to use before
14329 2005-04-09 in order to match the colors used by rxvt.
14330
14331 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14332
14333 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14334 colors rxvt-unicode terminals by using the same code as xterm.el.
14335
14336 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14339 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14340 new symbol used for the tex-verbatim face.
14341
14342 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14343
14344 * woman.el (woman-file-name):
14345 * wid-edit.el (widget-file-prompt-value)
14346 (widget-coding-system-prompt-value):
14347 * w32-fns.el (set-w32-system-coding-system):
14348 * vc.el (vc-version-diff, vc-annotate):
14349 * textmodes/reftex-auc.el (reftex-arg-cite)
14350 (reftex-arg-index-tag):
14351 * textmodes/refer.el (refer-get-bib-files):
14352 * textmodes/artist.el (artist-figlet-choose-font):
14353 * terminal.el (terminal-emulator):
14354 * replace.el (occur-read-primary-args):
14355 * rect.el (string-rectangle, string-insert-rectangle):
14356 * ps-print.el (ps-print-preprint):
14357 * progmodes/pascal.el (pascal-goto-defun):
14358 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14359 * progmodes/compile.el (compilation-find-file):
14360 * printing.el (pr-interactive-n-up):
14361 * play/animate.el (animate-birthday-present):
14362 * net/rcompile.el (remote-compile):
14363 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14364 * mail/rmailsum.el (rmail-summary-search-backward)
14365 (rmail-summary-search):
14366 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14367 (rmail-output-read-file-name):
14368 * mail/rmail.el (rmail-search, rmail-search-backwards):
14369 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14370 * locate.el (locate):
14371 * international/quail.el (quail-show-keyboard-layout):
14372 * international/mule.el (set-buffer-file-coding-system)
14373 (revert-buffer-with-coding-system, set-file-name-coding-system)
14374 (set-terminal-coding-system, set-keyboard-coding-system)
14375 (set-next-selection-coding-system):
14376 * international/mule-diag.el (describe-coding-system)
14377 (describe-font, describe-fontset):
14378 * international/mule-cmds.el (universal-coding-system-argument)
14379 (search-unencodable-char, describe-input-method)
14380 (set-language-environment, describe-language-environment):
14381 * international/codepage.el (codepage-setup):
14382 * international/code-pages.el (codepage-setup):
14383 * info.el (Info-search, Info-follow-reference)
14384 (Info-search-backward):
14385 * emacs-lisp/advice.el (ad-read-advised-function)
14386 (ad-read-advice-class, ad-clear-cache, ad-activate)
14387 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14388 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14389 (ad-read-regexp):
14390 * ediff-util.el (ediff-toggle-regexp-match):
14391 * ediff-ptch.el (ediff-prompt-for-patch-file):
14392 * dired-aux.el (dired-diff):
14393 * diff.el (diff):
14394 * cus-edit.el (custom-variable-prompt):
14395 * calendar/timeclock.el (timeclock-ask-for-project):
14396 * calc/calcalg3.el (calc-get-fit-variables):
14397 * calc/calc-store.el (calc-edit-variable)
14398 (calc-permanent-variable):
14399 * vc-mcvs.el (vc-mcvs-register):
14400 * shadowfile.el (shadow-define-literal-group):
14401 * woman.el (woman-file-name):
14402 * vc.el (vc-version-diff, vc-merge):
14403 * textmodes/reftex-index.el (reftex-index-complete-tag):
14404 * format.el (format-decode-buffer, format-decode-region):
14405 * emulation/viper-cmd.el (viper-read-string-with-history):
14406 * emacs-lisp/debug.el (cancel-debug-on-entry):
14407 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14408 * ediff.el (ediff-merge-revisions)
14409 (ediff-merge-revisions-with-ancestor, ediff-revision):
14410 * completion.el (interactive-completion-string-reader):
14411 * calc/calc-prog.el (calc-user-define-formula):
14412 Follow convention for reading with the minibuffer.
14413
14414 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14415
14416 * progmodes/python.el (python-describe-symbol): Add globals() and
14417 locals() to the arguments of emacs.ehelp.
14418
14419 2005-09-24 Magnus Henoch <mange@freemail.hu>
14420
14421 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14422 New function, code extracted from ispell-valid-dictionary-list.
14423 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14424 Call it.
14425
14426 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14427
14428 * subr.el (version-regexp-alist): Extend valid syntax for version
14429 strings: allow any of the characters -,_,+ to separate the
14430 alpha/beta/rc part from the version part. Doc fix.
14431 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14432
14433 2005-09-23 David Reitter <david.reitter@gmail.com>
14434
14435 * mail/mailclient.el: New file.
14436
14437 2005-09-23 Richard M. Stallman <rms@gnu.org>
14438
14439 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14440 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14441 Doc fixes.
14442
14443 * progmodes/cc-mode.el (c-font-lock-init):
14444 Specify font-lock-lines-before.
14445
14446 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14449 whole conflict.
14450
14451 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14452
14453 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14454 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14455 of `remap' feature when available. Additional key bindings for
14456 better tty support.
14457 (org-mode-restart, org-force-self-insert): New commands.
14458 (org-time-stamp-inactive): New command.
14459 (org-remap): New function.
14460 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14461 (org-enable-fixed-width-editor): Move to `org-structure'
14462 customization group.
14463 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14464 blank field after field motion commands.
14465
14466 2005-09-23 Kenichi Handa <handa@m17n.org>
14467
14468 * international/mule-cmds.el (set-language-environment):
14469 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14470 have to call utf-translate-cjk-load-tables.
14471
14472 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * mouse.el (mouse-move-drag-overlay): Fix last change.
14475
14476 2005-09-22 David Ponce <david@dponce.com>
14477
14478 * tree-widget.el (tree-widget-value-create): Fix previous change.
14479
14480 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14481
14482 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14483
14484 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 * mouse.el (mouse-move-drag-overlay): New function.
14487 (mouse-drag-region-1): Use it.
14488 Try to simplify a bit the state handling. Handle clicks on links
14489 inside intangible areas.
14490 (mouse-save-then-kill): Minor simplification.
14491 (mouse-secondary-overlay): Make it always non-nil instead of
14492 recreating it each time.
14493 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14494 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14495 Simplify accordingly.
14496
14497 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14498
14499 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14500
14501 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14502
14503 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14504 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14505 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14506 to patch.
14507
14508 * ediff-util.el: Use insert-buffer-substring.
14509
14510 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14511
14512 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14513 field boundaries in the minibuffer.
14514 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14515 (viper-minibuffer-post-command-hook): New hook.
14516 (viper-line): Don't move cursor at bolp.
14517
14518 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14519
14520 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14521 avoid compiler warnings.
14522
14523 * emulation/viper-macs.el (ex-map): Better messages.
14524
14525 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14526
14527 * emulation/viper.el: Replace make-variable-buffer-local with
14528 viper-make-variable-buffer-local everywhere, to avoid warnings.
14529
14530 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14533 Delete unused var `old-selected-window'.
14534 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14535 (mouse-drag-secondary): Delete unused var `start-frame'.
14536
14537 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14538
14539 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14540
14541 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14542
14543 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14544 Re-indent within 80 columns. Use inhibit-read-only.
14545
14546 2005-09-19 Romain Francoise <romain@orebokech.com>
14547
14548 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14549
14550 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14553 unconditionally, since the after-change-function already did it.
14554
14555 2005-09-19 Miles Bader <miles@gnu.org>
14556
14557 * net/newsticker.el: Get rid of CVS keyword.
14558
14559 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14560
14561 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14562 The prompt is formatted later.
14563
14564 2005-09-19 David Ponce <david@dponce.com>
14565
14566 * tree-widget.el (tree-widget-value-create): Save the converted
14567 tree :node widget.
14568
14569 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14572 variable `message'.
14573
14574 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14575
14576 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14577 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14578 <slawomir.nowaczyk.847@student.lu.se>.
14579
14580 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * image.el (image-load-path): Use symbol `data-directory' instead
14583 of its value, for backward compatibility with packages that bind
14584 it during `find-image'. Suggested by Katsumi Yamaoka.
14585 (image-search-load-path): Handle symbols whose values are strings.
14586
14587 2005-09-18 Romain Francoise <romain@orebokech.com>
14588
14589 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14590 with-current-buffer form in save-excursion.
14591
14592 2005-09-18 Deepak Goel <deego@gnufans.org>
14593
14594 * apropos.el (apropos-command): Fix `message' call: first arg
14595 should be a format spec. In this and all other cases that appear
14596 below and elsewhere in the source code, I made a change only when
14597 two conditions were satisfied: [1] I can think of a possibility
14598 that the arguments would cause an error, for example, the code in
14599 question relies on external variables such as filenames. [2] I
14600 was sure that the arg to `message' could not have been nil in the code.
14601
14602 * textmodes/tildify.el (tildify-region): Ditto.
14603
14604 * textmodes/reftex-index.el (reftex-index-change-entry)
14605 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14606 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14607 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14608 (org-priority, org-table-sum):
14609 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14610 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14611 (flyspell-word, flyspell-display-next-corrections):
14612 * textmodes/bibtex.el (bibtex-print-help-message):
14613 * textmodes/artist.el (artist-key-set-point-poly):
14614 * term/mac-win.el (mac-services-insert-text):
14615 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14616 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14617 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14618 (vhdl-compose-configuration):
14619 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14620 (sh-set-indent, sh-learn-line-indent):
14621 * progmodes/ps-mode.el (ps-mode-target-column):
14622 * progmodes/idlwave.el (idlwave-make-tags)
14623 (idlwave-scan-library-catalogs):
14624 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14625 * progmodes/gud.el (gud-jdb-analyze-source):
14626 * progmodes/flymake.el (flymake-log):
14627 * progmodes/ebnf2ps.el (ebnf-generate-region):
14628 * progmodes/cmacexp.el (c-macro-expansion):
14629 * progmodes/ada-xref.el (ada-treat-cmd-string):
14630 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14631 (ada-justified-indent-current, ada-batch-reformat):
14632 * play/zone.el (zone):
14633 * play/landmark.el (lm-move):
14634 * play/decipher.el (decipher-show-alphabet):
14635 * net/newsticker.el (newsticker--display-jump)
14636 (newsticker--display-scroll):
14637 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14638 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14639 * mail/feedmail.el (feedmail-dump-message-to-queue):
14640 * eshell/esh-proc.el (eshell-remove-process-entry):
14641 * emulation/ws-mode.el (ws-last-error):
14642 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14643 (viper-record-kbd-macro):
14644 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14645 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14646 * emacs-lisp/find-func.el (find-function-noselect):
14647 * calendar/timeclock.el (timeclock-status-string)
14648 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14649 (timeclock-when-to-leave-string):
14650 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14651 * calc/calc-units.el (calc-enter-units-table):
14652 * calc/calc-mode.el (calc-mode-record-mode):
14653 * woman.el (woman-mini-help):
14654 * wdired.el (wdired-change-to-wdired-mode):
14655 * vc.el (vc-retrieve-snapshot):
14656 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14657 * startup.el (display-startup-echo-area-message):
14658 * simple.el (set-goal-column):
14659 * ses.el (ses-command-hook, ses-recalculate-cell):
14660 * server.el (server-process-filter):
14661 * printing.el (pr-interface-txt-print, pr-interface-printify)
14662 (pr-interface-ps):
14663 * pcvs.el (cvs-help):
14664 * log-edit.el (log-edit, log-edit-mode-help):
14665 * iswitchb.el (iswitchb-possible-new-buffer):
14666 * isearch.el (isearch-edit-string):
14667 * image-mode.el (image-mode, image-minor-mode):
14668 * ibuf-macs.el (define-ibuffer-filter):
14669 * hi-lock.el (hi-lock-find-patterns):
14670 * files.el (toggle-read-only):
14671 * ediff-util.el (ediff-copy-diff)
14672 (ediff-write-merge-buffer-and-maybe-kill):
14673 * echistory.el (Electric-history-undefined):
14674 * dnd.el (dnd-insert-text):
14675 * dired-aux.el (dired-query):
14676 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14677 * bookmark.el (bookmark-bmenu-locate):
14678 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14679 Fix `message' calls to ensure first arg is a format string.
14680 The change was made only when these two conditions were satisfied:
14681 [1] when there is a possibility that the arguments would cause an error
14682 for example, if the code in question relies on external variables
14683 such as filenames, and
14684 [2] if the arg to `message' could not have been nil in the code.
14685
14686 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14687 Not having a %s would be weird, though not technically wrong.
14688
14689 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14690
14691 * term/mac-win.el (mac-add-charset-info): Doc fix.
14692
14693 2005-09-17 Romain Francoise <romain@orebokech.com>
14694
14695 * shell.el (shell-resync-dirs): Handle echoing processes more
14696 reliably. Don't insert resync command if `comint-process-echoes'
14697 is non-nil.
14698
14699 2005-09-17 Magnus Henoch <mange@freemail.hu>
14700
14701 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14702 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14703 aspell versions >= 0.60.
14704 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14705 only if ispell-aspell-supports-utf8 is non-nil.
14706
14707 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14708
14709 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14710 buffer-local value to lisp-indent-function.
14711
14712 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14713
14714 * progmodes/glasses.el (glasses-make-readable): If
14715 glasses-separator differs from underscore, put appropriate
14716 overlays over underscore characters.
14717 (glasses-convert-to-unreadable): If glasses-separator differs from
14718 underscore, try to convert glasses-separator characters to
14719 underscores.
14720
14721 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14724 Use with-syntax-table and dolist.
14725
14726 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14727
14728 * textmodes/reftex-auc.el:
14729 * textmodes/reftex-cite.el:
14730 * textmodes/reftex-dcr.el:
14731 * textmodes/reftex-global.el:
14732 * textmodes/reftex-parse.el:
14733 * textmodes/reftex-ref.el:
14734 * textmodes/reftex-sel.el:
14735 * textmodes/reftex-toc.el:
14736 * textmodes/reftex-vars.el:
14737 * textmodes/reftex.el: Small changes to remove compiler warnings.
14738
14739 * textmodes/reftex-index.el: Likewise.
14740 (reftex-query-index-phrase): More efficient use of markers.
14741
14742 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * image.el (image-load-path): New variable.
14745 (image-search-load-path): New function.
14746 (find-image): Search for images in `image-load-path'.
14747
14748 2005-09-15 Richard M. Stallman <rms@gnu.org>
14749
14750 * follow.el: Change Maintainer field.
14751
14752 2005-09-15 David Ponce <david@dponce.com>
14753
14754 * recentf.el (recentf-save-file-modes): New option.
14755 (recentf-save-list): Use it.
14756
14757 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14758
14759 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14760 (mode-line-mule-info, mode-line-modified): Move bindings from
14761 mouse-3 to mouse-1.
14762
14763 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14764
14765 * simple.el (sendmail-user-agent-compose): Revert last change.
14766
14767 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14770 Use with-current-buffer.
14771 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14772 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14773 (ange-ftp-insert-directory): Remove unused var `short'.
14774 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14775
14776 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14777 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14778
14779 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14780 (check-calendar-holidays, diary-list-entries): Autoload.
14781 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14782 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14783
14784 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14785 which mistakenly removed a call to display-buffer.
14786
14787 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14788
14789 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14790
14791 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14792
14793 * progmodes/hideshow.el
14794 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14795 (hs-allow-nesting): New user var.
14796 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14797 (hs-hide-block-at-point): When nesting allowed,
14798 if there is already an overlay in place, delete it.
14799 (hs-safety-is-job-n): Delete func; remove call sites.
14800 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14801 (hs-overlay-at): New func.
14802 (hs-already-hidden-p, hs-show-block): Use it.
14803 (hs-hide-all): Don't pre-clean if nesting allowed.
14804 (hs-show-all): Temporarily disallow
14805 nesting around call to `hs-discard-overlays'.
14806
14807 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14808
14809 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14810 Delete unused local var.
14811
14812 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * help-fns.el (describe-categories): "?\ " -> "?\s".
14815 (help-do-arg-highlight): Recognize also ARG-n, as in
14816 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14817
14818 * international/codepage.el (dos-unsupported-char-glyph):
14819 * net/newsticker.el (tool-bar-map, w3-mode-map)
14820 (w3m-minor-mode-map):
14821 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14822 (ent-alist):
14823 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14824
14825 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * custom.el (custom-push-theme): Handle the case where a symbol is
14828 bound but face properties have not yet been assigned.
14829
14830 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14831 Fix behavior if noerase is `t' and there is no mail buffer.
14832
14833 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14834 if `continue' is nil, rather than signal an error.
14835
14836 2005-09-12 Richard M. Stallman <rms@gnu.org>
14837
14838 * font-lock.el (font-lock-keywords): Add autoload.
14839
14840 * help-fns.el (describe-variable): Rearrange to put source link
14841 in a predictable place.
14842
14843 * net/newsticker.el: New file.
14844
14845 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14848 (calendar-basic-setup): Use the new nil arg.
14849 (number-of-diary-entries): Move to diary-lib.el.
14850
14851 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14852 (diary-list-entries): Use with-syntax-table and dolist.
14853 Rename from list-diary-entries.
14854 Use number-of-diary-entries if `number' is nil.
14855 (diary, diary-view-entries): Use this new name and new nil arg value.
14856 (number-of-diary-entries): Move from calendar.el.
14857 (diary-unhide-everything): New function.
14858 (include-other-diary-files, fancy-diary-display)
14859 (diary-show-all-entries, make-diary-entry): Use it.
14860 (diary-mail-entries): Use buffer-string.
14861 (mark-diary-entries): Fix long standing paren typo.
14862 (diary-sexp-entry): Use count-lines.
14863 (make-diary-entry): Avoid `previous-line'.
14864 (diary-mode-map): New var.
14865 (diary-mode): Redraw cal after saving. Setup header-line.
14866 (fancy-diary-display-mode): Use local-set-key.
14867
14868 * startup.el (command-line): Try calling various terminal-init-foo-bar
14869 functions by stripping hyphenated suffixes from $TERM.
14870
14871 * files.el (normal-mode): Check boundness of font-lock-keywords.
14872
14873 2005-09-12 Richard M. Stallman <rms@gnu.org>
14874
14875 * progmodes/compile.el: Don't decide a file's directory
14876 until the user actually tries to go there.
14877 (compilation-next-error-function):
14878 Pass compilation-find-file the directory from the file-struct.
14879 (compilation-internal-error-properties): Separate local FILE-STRUCT
14880 from FILE. Doc the args better. Rename arg FMT to FMTS.
14881 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14882 Expand it, and if nil, use default-directory.
14883 (compilation-get-file-structure): Don't mix specified directory
14884 with default directory. Put specified directory into
14885 file-struct. Don't make the file name absolute.
14886
14887 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14888 (compile-command): Add autoload.
14889 (compilation-disable-input): Add autoload.
14890
14891 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14892
14893 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14894 strings of the variables it can override.
14895 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14896 %Q and %q, for fully-qualified domain name and unqualified host name.
14897
14898 2005-09-11 Kim F. Storm <storm@cua.dk>
14899
14900 * emacs-lisp/authors.el (authors-aliases): Update list.
14901 (authors-fixed-entries): Update mldrag.el entry.
14902
14903 2005-09-10 Alan Mackenzie <acm@muc.de>
14904
14905 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14906 from the region narrowed to.
14907
14908 2005-09-10 Magnus Henoch <mange@freemail.hu>
14909
14910 * textmodes/ispell.el (ispell-check-version): Signal an error if
14911 aspell version is less than 0.60.
14912
14913 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14914
14915 * progmodes/octave-inf.el (inferior-octave-startup):
14916 Resync current dir at the end.
14917
14918 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14919
14920 * woman.el (woman-topic-at-point-default):
14921 Rename to woman-use-topic-at-point-default.
14922 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14923 (woman-file-name): Reflect renames above. Automatically use the
14924 word at point as topic if woman-use-topic-at-point is non-nil.
14925 Otherwise offer it as default but don't insert it in the
14926 minibuffer. Also use `test-completion' instead of `assoc' as
14927 suggested by Stefan Monnier.
14928
14929 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14930
14931 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14932 the attempt to do it over Tramp. This is not yet supported.
14933
14934 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14935
14936 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14937 (menu-bar-non-minibuffer-window-p): New functions.
14938 ("Split Window", "Save As..."): Use them.
14939 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14940 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14941 Use menu-bar-menu-frame-live-and-visible-p.
14942 ("Save Buffer", "Insert File", "Open Directory...")
14943 ("Open File...", "Visit New File..."):
14944 Use menu-bar-non-minibuffer-window-p.
14945 (kill-this-buffer-enabled-p, dired <menu-enable>):
14946 Use menu-bar-non-minibuffer-window-p.
14947
14948 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14949
14950 * cus-start.el (all): Don't complain about fringe-related
14951 built-ins if fringes are not supported. Ditto about
14952 selection-related built-ins. Fix the test for GTK-related built-ins.
14953
14954 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14955 ("Postscript Print Buffer", "Print Region", "Save As...")
14956 ("Save", "Insert File...", "Open Directory...")
14957 ("Open File...", "Visit New File..."")
14958 ("Truncate Long Lines in this Buffer"): Don't look at
14959 menu-updating-frame if this display does not support multiple frames.
14960
14961 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14962
14963 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14964
14965 2005-09-09 Emilio Lopes <eclig@gmx.net>
14966
14967 * woman.el: Format- and whitespace-related changes.
14968
14969 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14970
14971 * woman.el: Fix my email address.
14972
14973 2005-09-08 Richard M. Stallman <rms@gnu.org>
14974
14975 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14976 (sh-mode): Locally set skeleton-pair-default-alist.
14977
14978 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14979
14980 * progmodes/flymake.el: Require `compile' unconditionally.
14981
14982 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14983
14984 * woman.el (woman-file-name): Provide a default, not initial input.
14985
14986 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14987
14988 * font-lock.el (font-lock-support-mode): Doc fix.
14989
14990 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14991
14992 2005-09-08 Richard M. Stallman <rms@gnu.org>
14993
14994 * simple.el (blink-matching-open): Get rid of text props from
14995 the string shown in echo area. Don't permanently set point.
14996 Some rearrangements.
14997
14998 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14999
15000 * recentf.el (recentf-filename-handler): Add custom choice
15001 `abbreviate-file-name'.
15002
15003 * msb.el (msb--very-many-menus): Fix typo.
15004
15005 * disp-table.el (standard-display-european): Don't set
15006 enable-multibyte-characters to nil.
15007
15008 2005-09-08 David Ponce <david@dponce.com>
15009
15010 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15011 (recentf-expand-file-name): Doc fix.
15012 (recentf-dialog-mode-map): Define digit shortcuts.
15013 (recentf--files-with-key): New variable.
15014 (recentf-show-digit-shortcut-filter): New function.
15015 (recentf-open-files-items): New function.
15016 (recentf-open-files): Use it.
15017 (recentf-open-file-with-key): New command.
15018
15019 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15020
15021 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15022 Suggested by Kim F. Storm.
15023 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15024 (Buffer-menu-make-sort-button): Use global keymap.
15025
15026 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15027
15028 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15029 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15030 necessary any longer with the remapped command.
15031 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15032 formatting time only.
15033
15034 * net/tramp.el (tramp-action-password)
15035 (tramp-multi-action-password): Compile the password prompt from
15036 `method', `user' and `host'. Sometimes it isn't obvious which
15037 password to enter, for example with remote files offered by
15038 recentf.el, or with multiple steps. Suggested by Robert Marshall
15039 <robert@chezmarshall.freeserve.co.uk>.
15040
15041 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15044 Fix regexp for when "s///" is at the beginning of line.
15045
15046 2005-09-07 Jay Belanger <belanger@truman.edu>
15047
15048 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15049 when in matrix mode.
15050
15051 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15054 non-anonymous functions.
15055
15056 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15057
15058 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15059 when using a header line. Otherwise, use mouse-1-click-follows-link.
15060
15061 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15062 can't be moved; don't signal an error.
15063
15064 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15065
15066 * cus-theme.el (custom-theme-write-faces): Save the current face
15067 spec, not the defface spec.
15068
15069 * custom.el (custom-known-themes): Clarify meaning of "standard".
15070 (custom-push-theme): Save old values in the standard theme.
15071 (disable-theme): Correct typo.
15072 (custom-face-theme-value) Deleted unused function.
15073 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15074
15075 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * progmodes/compile.el (compilation-goto-locus): Take into account
15078 iconified frames when determining whether the buffer is
15079 already visible.
15080 Don't reset window height if the window already existed.
15081
15082 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15083
15084 * custom.el (load-theme): Rename from require-theme.
15085 Add interactive spec.
15086 (enable-theme): Rename from custom-enable-theme.
15087 Add interactive spec.
15088 (disable-theme): Rename from custom-disable-theme.
15089 Add interactive spec.
15090 (custom-make-theme-feature): Doc fix.
15091 (custom-theme-directory): Doc fix.
15092 (provide-theme): Call enable-theme.
15093
15094 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * obsolete/lazy-lock.el (lazy-lock-mode):
15097 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15098 font-lock-mode if it's off. Print a warning instead.
15099
15100 * progmodes/compile.el (compilation-start): Ignore errors if the
15101 process died before we get to send-eof.
15102
15103 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15104 Undo last change. Enclosing the result in quotes broke things on Unix
15105 since tex-send-command passes it through shell-quote-argument.
15106 (tex-send-command): Pass `file' through convert-standard-filename
15107 when possible.
15108 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15109 info in a transcript.
15110
15111 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15112
15113 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15114 fix compilation warning. Reorder the key definitions to group
15115 together keys emitted by the current version of xterm.
15116
15117 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15118 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15119 Reorder predicates to correct min-color usage.
15120
15121 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15122
15123 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15124 Kill local variables when longlines-mode is turned off.
15125
15126 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15129
15130 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15131
15132 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15133
15134 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15135 (font-lock-lines-before): Change default to being inactive.
15136 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15137 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15138
15139 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15140
15141 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15142 Deactivate temporarily advice if active (not needed for Emacs 22,
15143 but for backwards compatibility).
15144 (tramp-exists-file-name-handler): Rewrite. First implementation
15145 was too simple.
15146 (tramp-advice-make-auto-save-file-name):
15147 Call `tramp-handle-make-auto-save-file-name' (again, just for
15148 backwards compatibility).
15149
15150 2005-08-31 Reto Zimmermann <reto@gnu.org>
15151
15152 * progmodes/vhdl-mode.el
15153 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15154 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15155 (vhdl-set-default-project): New function (easier setting of default).
15156 (vhdl-port-copy): Handle extended identifiers for generics.
15157 (vhdl-compiler-alist): Better description for error message regexp.
15158 (vhdl-make): Query for target, use previous as default.
15159 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15160 (vhdl-font-lock-keywords-2): Fix fontification for record
15161 el. assign.
15162 (vhdl-speedbar-make-subpack-line): Add package body link.
15163 (vhdl-generate-makefile-1): Not include itself as dependency.
15164 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15165 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15166 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15167 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15168 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15169 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15170 (vhdl-import-project): Add string argument for `error'.
15171 (vhdl-compose-configuration)
15172 (vhdl-compose-configuration-architecture): Add configuration
15173 declaration generation.
15174 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15175 (vhdl-trailer-re): Add "record" keyword (better indentation).
15176 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15177 "[^ \t-\"]+".
15178 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15179 (vhdl-testbench-entity-file-name)
15180 (vhdl-testbench-architecture-file-name): Allow separate
15181 customization of testbench file names.
15182 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15183 (vhdl-get-visible-signals): Allow newline within alias declaration.
15184 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15185 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15186 (member-ignore-case): Alias for missing function in XEmacs.
15187 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15188 (vhdl-update-sensitivity-list): Ignore case on read signals.
15189 (vhdl-replace-string): Adjust case only for file names.
15190 (vhdl-update-sensitivity-list): Fix search for read signals.
15191 (vhdl-update-sensitivity-list): Exclude formal parameters.
15192 (vhdl-get-visible-signals): Include aliases of signals.
15193 (vhdl-get-visible-signals): Fix signal name searching.
15194 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15195 (vhdl-fixup-whitespace-region): Fix for character
15196 literals (e.g. `:').
15197
15198 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15199
15200 * ansi-color.el (comint-last-output-start):
15201 * bs.el (font-lock-verbose):
15202 * diff-mode.el (add-log-buffer-file-name-function):
15203 * dired-x.el (vm-folder-directory):
15204 * faces.el (help-xref-stack-item):
15205 * files.el (font-lock-keywords):
15206 * find-lisp.el (dired-buffers, dired-subdir-alist):
15207 * ido.el (cua-inhibit-cua-keys):
15208 * log-view.el (cvs-minor-wrap-function):
15209 * outline.el (font-lock-warning-face):
15210 * simple.el (compilation-current-error):
15211 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15212 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15213 * tooltip.el (comint-prompt-regexp):
15214 * w32-fns.el (explicit-shell-file-name):
15215 * term/mac-win.el (mac-charset-info-alist)
15216 (mac-services-selection, mac-system-script-code):
15217 * term/tty-colors.el (msdos-color-values):
15218 * term/w32-win.el (xlfd-regexp-registry-subnum):
15219 * term/x-win.el (x-keysym-table, x-selection-timeout)
15220 (x-session-id, x-session-previous-id):
15221 * textmodes/ispell.el (mail-yank-prefix):
15222 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15223 * textmodes/org.el (calc-embedded-close-formula)
15224 (calc-embedded-open-formula)
15225 (font-lock-unfontify-region-function):
15226 * textmodes/reftex-global.el (isearch-next-buffer-function)
15227 (TeX-master):
15228 * textmodes/reftex.el (font-lock-keywords):
15229 * textmodes/tex-mode.el (font-lock-comment-face)
15230 (font-lock-doc-face):
15231 * textmodes/texinfo.el (outline-heading-alist):
15232 Add defvars.
15233
15234 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15235 (artist-spray-chars, artist-mode-init, artist-replace-string)
15236 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15237 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15238 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15239
15240 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15241 (conf-align-assignments): "?\ " -> "?\s".
15242
15243 * textmodes/reftex-index.el (TeX-master): Add defvar.
15244 (reftex-index-phrases-marker): Move up defvar.
15245
15246 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15247 (reftex-toc-include-labels-indicator)
15248 (reftex-toc-include-index-indicator)
15249 (reftex-toc-max-level-indicator): Move up declarations.
15250
15251 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15252 of args to `tramp-run-real-handler', even if it's empty in this case.
15253
15254 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15255
15256 * dired.el (dired-move-to-filename-regexp): Add date format for
15257 Mac OS X 10.3 in East Asian locales.
15258
15259 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15260
15261 * files.el (make-auto-save-file-name): Add file name handler call
15262 if applicable.
15263
15264 * net/tramp.el (tramp-file-name-handler-alist)
15265 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15266 (tramp-handle-make-auto-save-file-name): Rename from
15267 `tramp-make-auto-save-file-name'.
15268 (tramp-exists-file-name-handler): New defun.
15269 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15270 `make-auto-save-file-name' is not a magic file name operation.
15271
15272 2005-08-30 Richard M. Stallman <rms@gnu.org>
15273
15274 * files.el (risky-local-variable-p):
15275 Match `-predicates' and `-commands.
15276
15277 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15278 (custom-save-all): Visit the file if necessary;
15279 kill the buffer if we created it.
15280 (custom-save-delete): Don't visit file or kill buffer here.
15281
15282 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15283
15284 * textmodes/org.el (org-special-keyword): New face.
15285 (org-table-copy-down, org-table-eval-formula)
15286 (org-table-recalculate, org-init-section-numbers):
15287 Use `string-to-number' instead of `string-to-int'.
15288 (org-get-location): Use `insert-buffer-substring' instead of
15289 `insert-buffer'.
15290 (org-modify-diary-entry-string): New function.
15291 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15292 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15293 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15294 active region.
15295 (org-export-as-html): Handle QUOTE keyword.
15296 (org-quote-string): New option.
15297 (org-bookmark-jump-unhide): New function, used for
15298 `bookmark-after-jump-hook'.
15299 (org-diary-default-entry): Apply only when not called through
15300 `org-agenda'.
15301
15302 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15303
15304 * net/eudc.el (mode-popup-menu):
15305 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15306 * progmodes/ada-mode.el (compile-auto-highlight)
15307 (skeleton-further-elements):
15308 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15309 * progmodes/cmacexp.el (msdos-shells):
15310 * progmodes/compile.el (font-lock-extra-managed-props)
15311 (font-lock-keywords, font-lock-maximum-size)
15312 (font-lock-support-mode):
15313 * progmodes/grep.el (font-lock-lines-before):
15314 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15315 * progmodes/mixal-mode.el (compile-command):
15316 * progmodes/perl-mode.el (font-lock-comment-face)
15317 (font-lock-doc-face, font-lock-string-face):
15318 * progmodes/prolog.el (comint-prompt-regexp):
15319 * progmodes/sh-script.el (font-lock-comment-face)
15320 (font-lock-set-defaults, font-lock-string-face):
15321 * progmodes/sql.el (font-lock-keyword-face)
15322 (font-lock-set-defaults, font-lock-string-face):
15323 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15324 (itimer-version, lazy-lock-defer-contextually)
15325 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15326 Add defvars.
15327
15328 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15329 (cperl-electric-keyword, cperl-electric-pod)
15330 (cperl-electric-backspace, cperl-forward-re)
15331 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15332 (vc-rcs-header, vc-sccs-header): Add defvars.
15333
15334 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15335 (font-lock-syntactic-keywords, gud-find-expr-function):
15336 Add defvars.
15337
15338 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15339 (gdb-frame-parameters): Declare before use.
15340
15341 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15342 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15343 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15344 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15345
15346 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15347 (idlwave-help-with-source): Use `insert-buffer-substring', not
15348 `insert-buffer'.
15349
15350 2005-08-29 Juri Linkov <juri@jurta.org>
15351
15352 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15353 Put outline-back-to-heading function call inside save-excursion.
15354
15355 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15356
15357 * man.el (Man-init-defvars, Man-translate-references)
15358 (Man-support-local-filenames, Man-highlight-references):
15359 * progmodes/sql.el (sql-interactive-mode):
15360 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15361
15362 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15363 (compilation-mode-font-lock-keywords): Add defvars.
15364 (checkdoc-interactive-loop): "?\ " -> "?\s".
15365
15366 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15367 (font-lock-doc-face, font-lock-string-face)
15368 (font-lock-keywords-case-fold-search): Add defvars.
15369 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15370
15371 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15372 Don't pass X and Y (they are ignored anyway).
15373 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15374 (mouse-delete-window): Make arguments optional.
15375
15376 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15377 (caesar-translate-table, minor-modes, news-buffer-save)
15378 (news-group-name, news-minor-modes): Add defvars.
15379
15380 * emacs-lisp/lselect.el (mouse-highlight-priority)
15381 (x-lost-selection-functions, zmacs-regions):
15382 * emacs-lisp/pp.el (font-lock-verbose):
15383 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15384 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15385 (ses-mode-map):
15386 * emacs-lisp/tcover-unsafep.el (safe-functions):
15387 * international/mule-cmds.el (mac-system-coding-system)
15388 (mac-system-locale):
15389 * language/ethio-util.el (rmail-current-message)
15390 (rmail-message-vector):
15391 * language/thai-util.el (thai-auto-composition-mode):
15392 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15393 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15394 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15395 (vm-primary-inbox, vm-spool-files):
15396 * mail/rmail.el (deleted-head, font-lock-fontified)
15397 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15398 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15399 (total-messages):
15400 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15401 (rmail-summary-mode-map):
15402 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15403 (rmail-last-label, rmail-last-multi-labels)
15404 (rmail-summary-vector, rmail-total-messages):
15405 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15406 * mail/rmailsum.el (msgnum):
15407 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15408 (rmail-current-message):
15409 * obsolete/fast-lock.el (font-lock-face-list):
15410 * obsolete/rnewspost.el (mail-reply-buffer):
15411 * obsolete/scribe.el (compile-command):
15412 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15413
15414 2005-08-28 John Paul Wallington <jpw@gnu.org>
15415
15416 * ibuf-ext.el (ibuffer-auto-update-changed):
15417 Use `frame-or-buffer-changed-p' to check whether we need to update.
15418 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15419 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15420 as a `frame-or-buffer-changed-p' state vector instead.
15421
15422 2005-08-27 Romain Francoise <romain@orebokech.com>
15423
15424 * textmodes/makeinfo.el (makeinfo-compile):
15425 Use `compilation-start'. Set `next-error-function' according to
15426 `disable-errors'.
15427 (makeinfo-next-error): New function.
15428 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15429 (makeinfo-buffer): Likewise.
15430
15431 * progmodes/compile.el (compilation-start): Add autoload cookie.
15432
15433 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15434 * textmodes/sgml-mode.el: Likewise.
15435 * progmodes/python.el: Likewise.
15436
15437 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15438
15439 * simple.el (blink-matching-paren-distance): Document the meaning
15440 of nil value, and allow to customize to nil.
15441
15442 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15443 command.com, not command.exe.
15444
15445 2005-08-26 John Wiegley <johnw@newartisans.com>
15446
15447 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15448 code around a bit so that an extraneous nil argument is not added
15449 to a command when no args are given.
15450
15451 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15452 double-quoted argument resolves to nil, return it as an empty
15453 string rather than as nil. This made it impossible to pass "" to
15454 a shell script as a null string argument.
15455
15456 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15457
15458 * outline.el (outline-invent-heading): New fun.
15459 (outline-promote, outline-demote): Use it.
15460 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15461 (outline-end-of-subtree): Remove unused var `opoint'.
15462
15463 2005-08-26 David Reitter <david.reitter@gmail.com>
15464
15465 * menu-bar.el (truncate-lines, write-file, print-buffer)
15466 (ps-print-buffer-faces, ps-print-buffer, split-window):
15467 Disable menu items when the frame they refer to is invisible, or when
15468 they refer to a buffer and the minibuffer is selected.
15469
15470 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15471
15472 * progmodes/flymake.el (flymake-highlight-err-lines):
15473 Use save-excursion around flymake-highlight-line to preserve point.
15474
15475 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15476
15477 * progmodes/octave-mod.el: Change Author and Maintainer address.
15478 (octave-maintainer-address): Change Kurt's email address.
15479 * progmodes/octave-inf.el: Change Author and Maintainer address.
15480 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15481
15482 2005-08-26 Kim F. Storm <storm@cua.dk>
15483
15484 * subr.el (version-list-<, version-list-<=, version-list-=):
15485 Rename from integer-list-*.
15486 (version-list-not-zero): Likewise. Fix while loop.
15487 (version=): Use version-list-= instead of string-equal.
15488
15489 2005-08-26 Richard M. Stallman <rms@gnu.org>
15490
15491 * outline.el (outline-promote): Try shortening the heading.
15492 As last resort, read the heading to use.
15493 (outline-demote): As last resort, read the heading to use.
15494
15495 2005-08-26 Romain Francoise <romain@orebokech.com>
15496
15497 * progmodes/compile.el (compilation-start): Doc fix.
15498
15499 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15500 (antlr-font-lock-additional-keywords): Fix reference to
15501 `antlr-font-lock-literal-regexp' erroneously changed during the
15502 mass face rename.
15503 (antlr-run-tool): Use `compilation-start'.
15504
15505 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15506 instead of the obsolete `compile-internal'.
15507
15508 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15511 (number, original-date):
15512 * calendar/cal-china.el (date):
15513 * calendar/cal-coptic.el (date):
15514 * calendar/cal-french.el (date):
15515 * calendar/cal-hebrew.el (date, entry, number, original-date):
15516 * calendar/cal-islam.el (date, number, original-date):
15517 * calendar/cal-iso.el (date):
15518 * calendar/cal-julian.el (date):
15519 * calendar/cal-mayan.el (date):
15520 * calendar/cal-menu.el (date, event):
15521 * calendar/cal-persia.el (date):
15522 * calendar/lunar.el (date):
15523 * calendar/solar.el (date): Add defvars.
15524
15525 * emerge.el:
15526 * ibuffer.el:
15527 * info-xref.el:
15528 * obsolete/bg-mouse.el:
15529 * obsolete/sun-curs.el:
15530 * obsolete/swedish.el: Move the `defvar's to the top level.
15531
15532 * smerge-mode.el (smerge-refined-change): Add :group.
15533
15534 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15537 (smerge-keep-n): Remove props.
15538 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15539 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15540 now that it's done in smerge-keep-n.
15541 (smerge-refined-change): New face.
15542 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15543 (smerge-refine): New funs.
15544 (smerge-basic-map): Bind smerge-refine.
15545
15546 2005-08-25 Juri Linkov <juri@jurta.org>
15547
15548 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15549 compilation-process-setup-function and compilation-disable-input
15550 in grep-mode instead of let-bindings in grep.
15551
15552 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15553 Delete "Automatic File De/compression" (auto-compression-mode).
15554
15555 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15558 Silence warning about non-existent variable.
15559
15560 2005-08-25 Richard M. Stallman <rms@gnu.org>
15561
15562 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15563 Rename "Describe Key" to "Describe Key or Mouse Operation".
15564
15565 * mail/mailalias.el (build-mail-aliases): Delete comments
15566 from the contents before processing them.
15567
15568 * isearch.el (isearch-edit-string): Erase the Search prompt
15569 if user enters an empty string and there is no default.
15570
15571 * comint.el (comint-file-name-prefix): Add autoload.
15572
15573 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15574
15575 * subr.el (play-sound): Rearrange to avoid warning.
15576
15577 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15578
15579 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15580 New hook.
15581 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15582
15583 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15586
15587 * custom.el (custom-theme-set-variables): Sort minor modes last.
15588
15589 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15590
15591 * subr.el (version-separator, version-regexp-alist): New vars used by
15592 version comparison funs.
15593 (integer-list-<, integer-list-=, integer-list-<=)
15594 (integer-list-not-zero): New funs for integer list comparison.
15595 (version-to-list, version=, version<, version<=): New funs for version
15596 comparison.
15597
15598 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15599
15600 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15601 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15602 time to silence the byte-compiler.
15603
15604 * ibuffer.el (ibuffer-compile-make-eliding-form)
15605 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15606 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15607 so it's silly to get warnings for it).
15608 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15609 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15610 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15611 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15612 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15613 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15614 Defvar at compile time.
15615 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15616 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15617 Declare them before use.
15618
15619 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15620 (info-xref-good, info-xref-bad): Defvar at compile time.
15621
15622 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15623 Use `let*' instead of `let'.
15624
15625 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15626 (*mouse-y*, menu, char): Defvar at compile time.
15627 (sc::menu): Declare it before use.
15628 (sc::pack-one-line): Use `let', not `let*'.
15629
15630 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15631 (mail-send-hook): Defvar at compile time.
15632
15633 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15634 Defvar at compile time.
15635
15636 * term/sun-mouse.el (current-global-mousemap)
15637 (current-local-mousemap): Declare them before use.
15638
15639 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15640
15641 * bookmark.el (bookmark-after-jump-hook): New hook.
15642 (bookmark-jump): Run `bookmark-after-jump-hook'.
15643
15644 2005-08-23 Juri Linkov <juri@jurta.org>
15645
15646 * faces.el (minibuffer-prompt): Doc fix.
15647
15648 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15649
15650 * progmodes/xscheme.el: Trivial changes to silence warnings.
15651 (xscheme-previous-mode, xscheme-previous-process-state):
15652 Add defvars.
15653 (xscheme-last-input-end, xscheme-process-command-line)
15654 (xscheme-process-name, xscheme-buffer-name)
15655 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15656 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15657 (xscheme-control-g-synchronization-p)
15658 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15659 (default-xscheme-runlight, xscheme-runlight)
15660 (xscheme-runlight-string, xscheme-process-filter-state)
15661 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15662 Move to beginning of file.
15663 (scheme-interaction-mode-commands-alist)
15664 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15665 Declare them before use. Note: the initialization code for the variables
15666 has not been moved because it uses functions that reference the variables.
15667 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15668 (xscheme-prompt-for-expression-map): Declare them before use.
15669 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15670
15671 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15672
15673 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15674
15675 2005-08-22 Juri Linkov <juri@jurta.org>
15676
15677 * faces.el (set-face-underline): Delete this duplicate function
15678 and make an obsolete alias to set-face-underline-p.
15679 (set-face-underline-p): Use docstring of set-face-underline.
15680 (describe-face): Create hyperlink to parent face.
15681
15682 * info.el (Info-insert-dir): Use save-excursion around
15683 insert-buffer-substring.
15684 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15685 (Info-escape-percent): Delete function.
15686 (Info-fontify-node): Replace Info-escape-percent by
15687 replace-regexp-in-string with REP arg set to lambda that
15688 duplicates `%' and preserves text properties.
15689
15690 * progmodes/compile.el (compilation-disable-input): Doc fix.
15691 (define-compilation-mode): Doc fix and refill.
15692 (kill-compilation): Use `mode-name' in the error message.
15693 (compilation-find-file): Use `compilation-error' in the
15694 read-file-name's prompt.
15695
15696 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15699 (smerge-auto-leave): Make undo re-enable the mode.
15700 (debug-ignored-errors): Add the user-error of impossible resolution.
15701 (smerge-resolve): Move things around a bit, in preparation for later.
15702 (smerge-diff): Don't fail if the buffer has no associated file.
15703 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15704 (smerge-conflict-overlay): New function.
15705 (smerge-match-conflict): Don't add text properties here.
15706 (smerge-find-conflict): Instead, add an overlay here.
15707 Also check for the case where we're inside a conflict already, so as to
15708 obviate the need for font-lock-multiline, which is unbearably slow with
15709 large conflicts and ciomplex font-lock patterns.
15710 (smerge-remove-props): Remove overlay rather than text-properties.
15711 (smerge-mode): Don't set font-lock-multiline.
15712 Remove overlays when turned off.
15713
15714 2005-08-21 Kim F. Storm <storm@cua.dk>
15715
15716 * ido.el (ido-ignore-item-p): Use save-match-data.
15717 Bind case-fold-search to ido-case-fold locally.
15718
15719 2005-08-20 Richard M. Stallman <rms@gnu.org>
15720
15721 * files.el (normal-mode): If font lock is on, turn it off and on.
15722
15723 * subr.el (replace-regexp-in-string): Doc fix.
15724
15725 * startup.el (command-line-1): Don't suppress startup screen
15726 due to existing processes.
15727
15728 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15729
15730 * progmodes/compile.el (compilation-disable-input): Default to nil.
15731
15732 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15733
15734 * progmodes/compile.el (compilation-disable-input): New defcustom.
15735 (compilation-start): If compilation-disable-input is non-nil, send
15736 EOF to the compilation process.
15737
15738 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15739
15740 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15741 Run the argument of tex-shell-cd-command through
15742 convert-standard-filename, to get the correct style of slashes on
15743 Windows, and enclose the result in quotes, in case the file name
15744 includes whitespace or other special characters.
15745
15746 2005-08-19 Andreas Schwab <schwab@suse.de>
15747
15748 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15749 process.
15750
15751 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15752
15753 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15754
15755 2005-08-18 Kim F. Storm <storm@cua.dk>
15756
15757 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15758
15759 2005-08-18 Richard M. Stallman <rms@gnu.org>
15760
15761 * scroll-lock.el: New file.
15762
15763 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15764
15765 * dired.el (dired-move-to-end-of-filename):
15766 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15767
15768 2005-08-18 Kim F. Storm <storm@cua.dk>
15769
15770 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15771 rather than toggle mode when custom value is nil.
15772 (ido-everywhere): Fix defun doc string.
15773
15774 2005-08-17 Richard M. Stallman <rms@gnu.org>
15775
15776 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15777 as tag instead of "Inviolable".
15778
15779 2005-08-17 Kim F. Storm <storm@cua.dk>
15780
15781 * windmove.el (windmove-coordinates-of-position): Remove.
15782 (windmove-coordinates-of-window-position): Remove.
15783 (windmove-reference-loc): Use posn-at-point instead.
15784
15785 * subr.el (insert-for-yank-1): Doc fix.
15786
15787 * ido.el (ido-enter-matching-directory): Rename from
15788 ido-enter-single-matching-directory. Change `slash' choice to
15789 `only'. Add `first' choice.
15790 (ido-exhibit): Adapt to above changes.
15791
15792 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15793
15794 * Makefile.in: Expand comment about building loaddefs.el.
15795
15796 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15797
15798 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15799 Comment use of defadvice.
15800
15801 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15802
15803 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15804
15805 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15806 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15807 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15808 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15809 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15810 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15811 for backward compatibility for faces that did not appear in the
15812 previous Emacs release.
15813
15814 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15815
15816 2005-08-15 Kim F. Storm <storm@cua.dk>
15817
15818 * emulation/cua-base.el (cua-delete-region): Return t if
15819 deleted region was non-empty.
15820 (cua-replace-region): Inhibit overwrite-mode for
15821 self-insert-command if replaced region was non-empty.
15822 (cua--explicit-region-start, cua--status-string): Make them
15823 buffer-local at top-level...
15824 (cua-mode): ...rather than when mode is enabled.
15825
15826 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15827
15828 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15829 Set t for Emacs 21, 22, and so on.
15830
15831 2005-08-15 David Ponce <david@dponce.com>
15832
15833 * tree-widget.el: Update Commentary header.
15834 (tree-widget-theme): Doc fix.
15835 (tree-widget-space-width): New option.
15836 (tree-widget-image-properties): Look up in the default theme too.
15837 (tree-widget--cursors): Only for images with arrow pointer shape.
15838 (tree-widget-lookup-image): Pointer shape is hand by default.
15839 (tree-widget-icon): Rename generic icon widget from
15840 `tree-widget-control'.
15841 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15842 derive from `tree-widget-icon'.
15843 (tree-widget-handle): Improve default look and feel of the text
15844 representation.
15845 (tree-widget): Rename :*-control properties to :*-icon properties.
15846 Add :action and :help-echo properties.
15847 (tree-widget-after-toggle-functions): Move.
15848 (tree-widget-close-node, tree-widget-open-node): Remove.
15849 (tree-widget-before-create-icon-functions): New hook.
15850 (tree-widget-value-create): Update to allow customization of icons
15851 and nodes at run-time via that new hook.
15852 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15853 (tree-widget-icon-action, tree-widget-icon-help-echo)
15854 (tree-widget-action, tree-widget-help-echo): New functions.
15855
15856 2005-08-15 Kim F. Storm <storm@cua.dk>
15857
15858 * ido.el (ido-buffer-internal): Use with-no-warnings.
15859 (ido-make-merged-file-list): Use while-no-input.
15860
15861 2005-08-15 Richard M. Stallman <rms@gnu.org>
15862
15863 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15864 (flyspell-large-region): Fix doc and custom type.
15865
15866 2005-08-14 Richard M. Stallman <rms@gnu.org>
15867
15868 * files.el (interpreter-mode-alist): Doc fix.
15869
15870 * mail/rmail.el (rmail-nonignored-headers): New variable.
15871 (rmail-clear-headers): Use it.
15872 (rmail-reply): Better handling of mail-followup-to header.
15873
15874 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15875 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15876 don't try to refer to executable-font-lock-keywords.
15877 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15878 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15879 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15880 (sh-mode): Set comment-start-skip, local-abbrev-table,
15881 imenu-case-fold-search.
15882 (sh-set-shell): Don't set them here.
15883 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15884 Don't cache the results in the original alist; don't ever modify
15885 that alist.
15886
15887 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15888
15889 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15890 empty.
15891
15892 2005-08-15 Andreas Schwab <schwab@suse.de>
15893
15894 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15895
15896 * dired.el, info.el, mail/rmail.el: Revert last change.
15897
15898 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15899
15900 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15901 modification in `eval-after-load' form.
15902 * info.el: Likewise.
15903 * mail/rmail.el: Likewise.
15904
15905 2005-08-14 Juri Linkov <juri@jurta.org>
15906
15907 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15908 Remove highlighting of "Compilation started". Highlight only
15909 the word "finished" in "Compilation finished". Add highlighting
15910 of "interrupt", "killed", "terminated" and the exit code.
15911 (compilation-start): Add newline after header. Use exactly the
15912 same time stamp format as the finishing message.
15913 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15914
15915 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15916 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15917 Add highlighting of "interrupt", "killed", "terminated".
15918
15919 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15920 enabled and the current command is self-insert-command, call it
15921 explicitly with overwrite-mode bound to nil, to not allow it
15922 to delete the character after the selected region.
15923
15924 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15925
15926 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15927 move-end-of-line, end-of-line, and beginning-of-line to the list
15928 of commands after which the echo area is updated.
15929
15930 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15931
15932 * cus-edit.el (custom-save-all, custom-save-delete):
15933 Bind recentf-exclude to exclude custom-file.
15934
15935 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15936
15937 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15938 to go to the bottom of the mail message. Added to
15939 `rmail-summary-mode-map' with key "/".
15940 (rmail-summary-show-message): New (internal) function for use by
15941 both `rmail-summary-beginning/end-of-message'.
15942 (rmail-summary-beginning-of-message): Change to use
15943 rmail-summary-show-message.
15944
15945 * mail/rmail.el (rmail-end-of-message): New command to go to the
15946 end of the current message. Added to `rmail-mode-map' with key "/".
15947 (rmail-beginning-of-message): Fix to work as documented.
15948 (rmail-mode): Change documentation.
15949
15950 * progmodes/compile.el (compilation-start): Add the line
15951 "Compilation started" with compilation start time.
15952 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15953
15954 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15955
15956 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15957 of menu items.
15958
15959 2005-08-11 Richard M. Stallman <rms@gnu.org>
15960
15961 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15962
15963 * battery.el (battery-status-function): Don't use ignore-errors.
15964
15965 2005-08-11 Lute Kamstra <lute@gnu.org>
15966
15967 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15968 define-obsolete-variable-alias.
15969
15970 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15973 (ange-ftp-send-cmd): Revert last change, and expand
15974 the comment explaining the problem.
15975
15976 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15977
15978 * ldefs-boot.el: Update.
15979
15980 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15981 item to "Time, Load and Mail". Change help echo text.
15982
15983 * time.el (display-time-use-mail-icon, display-time-format)
15984 (display-time-string-forms): Shorten first line of docstrings.
15985
15986 2005-08-10 Lars Hansen <larsh@soem.dk>
15987
15988 * desktop.el (desktop-buffer-mode-handlers):
15989 Make non-customizable. Add autoload cookie. Change initial value to
15990 nil; add elements in respective modules instead. Fix doc string.
15991 (desktop-load-file): New function.
15992 (desktop-minor-mode-handlers): New autoloaded variable.
15993 (desktop-create-buffer): Call minor mode handlers.
15994 Use desktop-load-file to load major and minor mode modules prior to
15995 checking for a handler.
15996 (desktop-save): Don't add nil to desktop-minor-modes for minor
15997 modes with nil function in desktop-minor-mode-table. Don't delete
15998 desktop file before rewriting it.
15999 (desktop-locals-to-save): Add autoload cookie. Don't make
16000 automatically buffer-local. Add variables column-number-mode,
16001 size-indication-mode, indent-tabs-mode,
16002 indicate-buffer-boundaries, indicate-empty-lines and
16003 show-trailing-whitespace.
16004 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16005 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16006 (desktop-clear-preserve-buffers-regexp): Delete.
16007 (desktop-clear-preserve-buffers): Update initial value and docstring.
16008 (desktop-save-buffer): Fix doc string.
16009
16010 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16011 (hilit-chg-desktop-restore): New function.
16012 (highlight-changes-mode): Add highlight-changes-mode to
16013 desktop-locals-to-save.
16014
16015 * dired.el: Add handler to desktop-buffer-mode-handlers.
16016 (dired-restore-desktop-buffer): Remove autoload cookie.
16017 (dired-mode): Add autoload cookie.
16018
16019 * info.el: Add handler to desktop-buffer-mode-handlers.
16020 (Info-restore-desktop-buffer): Remove autoload cookie.
16021 (Info-mode): Add autoload cookie.
16022
16023 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16024 (mh-restore-desktop-buffer): Remove autoload cookie.
16025 (mh-folder-mode): Add autoload cookie.
16026
16027 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16028 (rmail-restore-desktop-buffer): Remove autoload cookie.
16029
16030 2005-08-11 Masatake YAMATO <jet@gyve.org>
16031
16032 * hexl.el (hexl-address-region):
16033 (hexl-ascii-region, hexl-font-lock-keywords):
16034 (hexl-highlight-line-range): Use the term "region"
16035 instead of "area" for consistency with the other symbols
16036 defined in hexl.el.
16037
16038 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16039
16040 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16041 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16042 out by Juri Linkov). Add `display-battery-mode'.
16043
16044 2005-08-09 Juri Linkov <juri@jurta.org>
16045
16046 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16047 Remove `-text' from face variable names.
16048 (compilation-error-file-name, compilation-warning-file-name)
16049 (compilation-info-file-name): Delete faces.
16050 (compilation-line-number, compilation-column-number):
16051 Remove face underlining.
16052 (compilation-message-face): Set to `underline' value by default.
16053 (compilation-error-face, compilation-warning-face)
16054 (compilation-info-face): Remove `-file-name' from face names.
16055 (compilation-error-text-face, compilation-warning-text-face)
16056 (compilation-info-text-face): Delete face variables.
16057 (compilation-text-face): Delete function.
16058
16059 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16060 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16061 (grep-error-face): Set to `compilation-error' instead of
16062 `compilation-error-face' (which is redefined to `grep-hit-face' in
16063 grep buffers).
16064 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16065 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16066
16067 * dired-aux.el (dired-do-query-replace-regexp):
16068 Use `query-replace-read-args'.
16069
16070 * replace.el (query-replace-read-from, query-replace-read-to)
16071 (query-replace-read-args): Rename arg `string' to `prompt'.
16072
16073 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16074
16075 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16076
16077 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16078 uploading files.
16079 (ange-ftp-canonize-filename): Handle file names beginning with ~
16080 correctly.
16081
16082 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16083
16084 * textmodes/fill.el (canonically-space-region)
16085 (fill-context-prefix, fill-french-nobreak-p)
16086 (fill-delete-newlines, fill-comment-paragraph)
16087 (justify-current-line): "?\ " -> "?\s".
16088
16089 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16090
16091 * textmodes/fill.el (fill-nonuniform-paragraphs):
16092 Improve argument/docstring consistency.
16093
16094 2005-08-09 Richard M. Stallman <rms@gnu.org>
16095
16096 * textmodes/ispell.el (ispell-word): More fboundp checks.
16097
16098 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16099 (find-file-noselect-1): Call it here, only if RAWFILE.
16100 (normal-mode): Always set some major mode.
16101 (save-some-buffers-action-alist): Change some explanation strings.
16102 (file-name-non-special): In the `quote' method, use unwind-protect.
16103
16104 2005-08-09 Magnus Henoch <mange@freemail.hu>
16105
16106 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16107 (ispell-have-aspell-dictionaries): New variable.
16108 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16109 (ispell-get-aspell-config-value): New function.
16110 (ispell-aspell-find-dictionary): New function.
16111 (ispell-aspell-add-aliases): New function.
16112 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16113 appropriate. Don't look for ispell dictionaries if we use aspell.
16114 (ispell-menu-map): Don't build a submenu of dictionaries.
16115
16116 2005-08-09 Richard M. Stallman <rms@gnu.org>
16117
16118 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16119 (sql-read-passwd): Use read-passwd.
16120
16121 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16122 (idlwave-toolbar-is-possible): Add defvars.
16123
16124 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16125 Avoid warnings.
16126
16127 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16128 (idlwave-system-class-info, idlwave-executive-commands-alist):
16129 Use defvar.
16130
16131 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16132
16133 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16134 Avoid warnings.
16135
16136 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16137 and content-type: headers.
16138
16139 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16140
16141 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16142 and rename some of them to be more self-explanatory.
16143
16144 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16145
16146 * startup.el (command-line-1): Implement -scriptload.
16147
16148 * replace.el (occur-engine): Initial *Occur* output not undoable.
16149
16150 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16151 and improve help strings.
16152
16153 * isearch.el (isearch-repeat): When changing direction,
16154 mark search successful.
16155
16156 * ediff-init.el: Use (featurep 'xemacs).
16157
16158 * comint.el (send-invisible): Identify buffer, if not selected.
16159
16160 * align.el: Delete autoload for c-guess-basic-syntax.
16161
16162 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16163
16164 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16165 Improve argument/docstring consistency. Doc fixes.
16166 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16167 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16168 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16169 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16170 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16171 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16172 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16173 Defvar at compile time.
16174
16175 2005-08-09 Juri Linkov <juri@jurta.org>
16176
16177 * info.el: Replace `info' with upper-case `Info' where appropriate.
16178 (info-title-1, info-title-2, info-title-3, info-title-4)
16179 (info-menu-header): Move up face definitions.
16180 (info-menu-star): Rename from `info-menu-5'.
16181 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16182 (Info-fontify-visited-nodes): Fix docstring.
16183 (Info-hide-note-references): Fix docstring.
16184 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16185 menu items in the same way as on cross-references.
16186 (info-apropos): Fix sorting order and formatting to be like in the
16187 stand-alone Info browser. Display error messages for 1 sec.
16188 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16189 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16190 from the menu bar.
16191 (Info-insert-dir): Restore point after calling
16192 `insert-buffer-substring'.
16193
16194 2005-08-08 Richard M. Stallman <rms@gnu.org>
16195
16196 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16197 (recompute-lucid-menubar): Add defvars.
16198
16199 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16200
16201 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16202
16203 * net/net-utils.el (run-dig): Rename from `dig'.
16204
16205 * play/gametree.el (gametree-mode): Use make-local-variable,
16206 not make-variable-buffer-local.
16207
16208 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16209
16210 * ansi-color.el (ansi-color-make-extent)
16211 (ansi-color-set-extent-face): Use fboundp, not functionp.
16212
16213 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16214 not make-variable-buffer-local.
16215
16216 * bookmark.el (Info-current-file): Add defvar.
16217 (bookmark-jump-noselect): Use with-no-warnings.
16218
16219 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16220
16221 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16222
16223 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16224
16225 * find-file.el (ada-procedure-start-regexp)
16226 (ada-package-start-regexp): Add defvars.
16227
16228 * info.el (Info-insert-dir): Use insert-buffer-substring.
16229
16230 * xml.el (xml-att-def-re): Add defvar.
16231
16232 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16233 calling convention.
16234
16235 * subr.el (while-no-input): Return t if there is input.
16236
16237 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16238
16239 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16240
16241 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16242
16243 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16244 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16245
16246 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16247
16248 * cmuscheme.el (scheme-start-file): Replace reference to
16249 `user-emacs-directory' by "~/.emacs.d/".
16250
16251 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16252
16253 * info.el (Info-dir-remove-duplicates): Avoid case folding
16254 in loop; instead, keep downcased strings for comparison.
16255 Suggested by Helmut Eller.
16256
16257 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16258
16259 Sync with Tramp 2.0.50.
16260
16261 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16262 XEmacs case; not necessary anymore.
16263 (tramp-user-regexp): Allow "@" as part of user name.
16264 (tramp-handle-set-visited-file-modtime)
16265 (tramp-handle-insert-file-contents)
16266 (tramp-handle-write-region): No special handling for
16267 `last-coding-system-used, because this is done in
16268 `tramp-accept-process-output' now.
16269 (tramp-accept-process-output): New defun.
16270 (tramp-process-one-action, tramp-process-one-multi-action)
16271 (tramp-wait-for-regexp, tramp-wait-for-output)
16272 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16273 Howells <dhowells@redhat.com>.
16274 (clear-visited-file-modtime): Defadvice removed. The check for
16275 unset buffer's modtime does not need to be based on
16276 `tramp-buffer-file-attributes'. Suggested by RMS.
16277 (tramp-message): Insert "\n" if not being at beginning of line.
16278 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16279 sequence with same logic.
16280 (tramp-completion-handle-expand-file-name): Discard call of
16281 `tramp-drop-volume-letter'. It is not necessary, and there have
16282 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16283 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16284 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16285 should always be visible.
16286 (tramp-handle-insert-directory, tramp-setup-complete)
16287 (tramp-set-process-query-on-exit-flag)
16288 (tramp-append-tramp-buffers): Pacify byte-compiler.
16289 (tramp-bug): Delete non-existing variables from list.
16290 Apply `tramp-load-report-modules' as pre-hook.
16291 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16292 `shell-prompt-pattern' because of non-7bit characters.
16293 Reported by Sebastian Luque <sluque@mun.ca>.
16294 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16295 (tramp-match-string-list): Remove function.
16296 (tramp-wait-for-regexp): Remove call of that function.
16297 Suggested by Kim F. Storm <storm@cua.dk>.
16298 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16299 instead of octal character code ?\600. The latter resulted in a
16300 syntax error with XEmacs.
16301
16302 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16303 XEmacs case; not necessary anymore.
16304 (tramp-smb-handle-write-region): No special handling for
16305 `last-coding-system-used, because this is done in
16306 `tramp-accept-process-output' now.
16307 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16308
16309 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16310
16311 * wid-edit.el (widget-choice-value-create):
16312 Unconditionally respect user choice. Set :explicit-choice back to nil
16313 when no longer needed.
16314 (widget-choice-action): Unconditionally respect user choice.
16315 Eliminate :explicit-choice-value.
16316
16317 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16318
16319 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16320 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16321 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16322 running new function `toggle-indicate-empty-lines'.
16323 Rename "Customize" item to "Customize fringe".
16324 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16325 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16326 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16327 Delete "Empty lines only" item.
16328 (menu-bar-showhide-fringe-ind-customize): New function.
16329 (menu-bar-showhide-fringe-ind-mixed)
16330 (menu-bar-showhide-fringe-ind-box)
16331 (menu-bar-showhide-fringe-ind-right)
16332 (menu-bar-showhide-fringe-ind-left)
16333 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16334 instead of `fringe-indicators'.
16335
16336 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16337
16338 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16339 Change the date of last update.
16340
16341 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16342
16343 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16344 (viper-exec-yank, viper-put-back): Don't display modification msg
16345 if in the minibuffer.
16346
16347 * viper-init.el (viper-replace-overlay-cursor-color)
16348 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16349 Make variables frame local.
16350
16351 * viper-util.el (viper-append-filter-alist): Use append instead of
16352 nconc.
16353
16354 * viper.el (viper-vi-state-mode-list)
16355 (viper-emacs-state-mode-list): Move help-mode and
16356 completion-list-mode from the first list to the second.
16357 (viper-mode): Docstring.
16358 (viper-go-away, viper-non-hook-settings): Don't localize
16359 minor-mode-alist in newer Emacsen. Add advice to
16360 set-cursor-color. Don't bind "\C-c\\".
16361
16362 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16363
16364 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16365 (scheme-macro-expand-command): New user options.
16366 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16367 (scheme-form-at-point, scheme-start-file)
16368 (scheme-interactively-start-process): New functions.
16369 (scheme-get-process): New function, extracted from `scheme-proc'.
16370 (run-scheme): Call `scheme-start-file' to get start file, and pass
16371 it to `make-comint'.
16372 (switch-to-scheme, scheme-proc):
16373 Call `scheme-interactively-start-process' if no Scheme buffer/process
16374 is available.
16375
16376 2005-08-06 Juri Linkov <juri@jurta.org>
16377
16378 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16379 Use `compilation-text-face', `compilation-info-text-face' and
16380 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16381 (compilation-error): New face.
16382 (compilation-error-file-name): Inherit from
16383 `compilation-error' instead of `font-lock-warning-face'.
16384 (compilation-warning-file-name): Inherit from
16385 `compilation-warning' instead of `font-lock-warning-face'.
16386 (compilation-info, compilation-error-file-name)
16387 (compilation-warning-file-name, compilation-info-file-name)
16388 (compilation-line-number, compilation-column-number): Doc fix.
16389 (compilation-error-text-face, compilation-warning-text-face)
16390 (compilation-info-text-face): New face variables.
16391 (compilation-line-face, compilation-column-face)
16392 (compilation-enter-directory-face)
16393 (compilation-leave-directory-face): Doc fix.
16394 (compilation-text-face): New function.
16395
16396 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16397 instead of 1 to display binary file names as info file links.
16398 (grep-error-face): Use `compilation-error-face' instead of
16399 `font-lock-keyword-face'.
16400 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16401 and `compilation-warning-text-face' instead of
16402 `font-lock-keyword-face'. Use `compilation-error-text-face'
16403 instead of `grep-error-face'.
16404
16405 2005-08-05 Kenichi Handa <handa@m17n.org>
16406
16407 * international/code-pages.el: Add autoload cookies for all coding
16408 systems.
16409
16410 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16411
16412 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16413
16414 2005-08-04 Juri Linkov <juri@jurta.org>
16415
16416 * progmodes/compile.el (compilation-mode-map):
16417 * progmodes/grep.el (grep-mode-map):
16418 Bind TAB to `compilation-next-error' and [backtab] to
16419 `compilation-previous-error'.
16420
16421 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16422 matching line numbers, column numbers and their ranges with regexp
16423 matching only line numbers.
16424 (grep-context-face): New face variable.
16425 (grep-mode-font-lock-keywords): Use it.
16426
16427 * faces.el (read-face-name): Delete duplicate faces.
16428
16429 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16430
16431 * thumbs.el (thumbs-find-image): Don't make variables
16432 automatically buffer local.
16433 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16434 (thumbs-image-num): Make automatically buffer local.
16435 (thumbs-show-thumbs-list): Use `make-local-variable', not
16436 `make-variable-buffer-local'.
16437 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16438
16439 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16440 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16441 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16442 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16443 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16444 (feelings-about, foullst, found, hello, history, howareyoulst)
16445 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16446 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16447 (neglst, obj, object, owner, please, problems, qlist)
16448 (random-adjective, relation, remlst, repetitive-shortness)
16449 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16450 (shortlst, something, sportslst, stallmanlst, states, subj)
16451 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16452 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16453 Defvar at compile time.
16454
16455 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16456 not `make-variable-buffer-local'.
16457
16458 2005-08-02 Kim F. Storm <storm@cua.dk>
16459
16460 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16461 rectangle overlay in selected window.
16462
16463 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16464
16465 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16466 instead of display group. Make `indicate-buffer-boundaries'
16467 customizable through Custom.
16468
16469 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16470
16471 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16472 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16473 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16474 (gdb-put-string): Fix typos in docstrings.
16475
16476 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16477
16478 Update copyright notices of files in progmodes directory for
16479 release of Emacs 22.1.
16480
16481 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16482
16483 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16484 Don't barf if the GUD buffer has been killed.
16485
16486 2005-08-01 Kim F. Storm <storm@cua.dk>
16487
16488 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16489
16490 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * simple.el (next-error-follow-minor-mode):
16493 make-variable-buffer-local -> make-local-variable.
16494
16495 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16496
16497 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16498 (byte-compile-form-make-variable-buffer-local): New functions to warn
16499 about misuses of make-variable-buffer-local where make-local-variable
16500 was meant.
16501
16502 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16503
16504 * bs.el (bs-attributes-list): Doc fix.
16505 (bs): Update url-link.
16506
16507 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16508 (desktop-load-default): Simplify.
16509
16510 * ibuffer.el (ibuffer-columnize-and-insert-list)
16511 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16512 (ibuffer-unmark-all, ibuffer-toggle-marks)
16513 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16514 (ibuffer-compile-make-format-form, ibuffer-format-column)
16515 (ibuffer-current-buffers-with-marks)
16516 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16517 (ibuffer): Doc fix.
16518 (ibuffer-mode): Fix typo in docstring.
16519 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16520 with `define-obsolete-variable-alias'.
16521 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16522
16523 2005-07-29 Kenichi Handa <handa@m17n.org>
16524
16525 * international/mule-cmds.el (select-message-coding-system):
16526 Be sure to use LF for end-of-line. If no coding system is decided,
16527 return iso-8859-1-unix.
16528
16529 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16532 (ange-ftp-pending-error-line): New vars.
16533 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16534 to handle the non-fatal no-route-to-host messages.
16535 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16536
16537 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16538
16539 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16540 (isearch-quote-char, isearch-printing-char)
16541 (isearch-text-char-description): "?\ " -> "?\s".
16542 (isearch-lazy-highlight-cleanup)
16543 (isearch-lazy-highlight-initial-delay)
16544 (isearch-lazy-highlight-interval)
16545 (isearch-lazy-highlight-max-at-a-time)
16546 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16547 Declare with define-obsolete-*-alias macros.
16548 (isearch-forward): Fix typo in docstring.
16549 (search-invisible, search-ring-yank-pointer)
16550 (regexp-search-ring-yank-pointer): Doc fixes.
16551
16552 * recentf.el (recentf-menu-append-commands-p): Declare with
16553 `define-obsolete-variable-alias'.
16554 (recentf-max-saved-items, recentf-menu-filter)
16555 (recentf-arrange-by-rule-subfilter): Doc fixes.
16556 (recentf-menu-append-commands-flag)
16557 (recentf-initialize-file-name-history, recentf-expand-file-name)
16558 (recentf-clear-data): Fix typos in docstrings.
16559
16560 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16561
16562 * progmodes/gdb-ui.el: Smarten comments.
16563 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16564
16565 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16566
16567 * term/apollo.el (terminal-init-apollo): New function containing
16568 all former top level forms in the file.
16569 * term/bobcat.el (terminal-init-bobcat):
16570 * term/cygwin.el (terminal-init-cygwin):
16571 * term/iris-ansi.el (terminal-init-iris-ansi):
16572 * term/linux.el (terminal-init-linux):
16573 * term/news.el (terminal-init-news):
16574 * term/rxvt.el (terminal-init-rxvt):
16575 * term/sun.el (terminal-init-sun):
16576 * term/tvi970.el (terminal-init-tvi970):
16577 * term/vt100.el (terminal-init-vt100):
16578 * term/vt102.el (terminal-init-vt102):
16579 * term/vt125.el (terminal-init-vt125):
16580 * term/vt200.el (terminal-init-vt200):
16581 * term/vt201.el (terminal-init-vt201):
16582 * term/vt220.el (terminal-init-vt220):
16583 * term/vt240.el (terminal-init-vt240):
16584 * term/vt300.el (terminal-init-vt300):
16585 * term/vt320.el (terminal-init-vt320):
16586 * term/vt400.el (terminal-init-vt400):
16587 * term/vt420.el (terminal-init-vt420):
16588 * term/wyse50.el (terminal-init-wyse50):
16589 * term/xterm.el (terminal-init-xterm): Likewise.
16590
16591 * term/README: Describe the terminal-init-* functionality.
16592
16593 * startup.el (command-line): After loading the terminal initialization
16594 file call the corresponding terminal initialization function.
16595
16596 2005-07-27 Kenichi Handa <handa@m17n.org>
16597
16598 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16599 negative.
16600
16601 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16602 (ps-mule-composition-prologue): Fix for the case that
16603 RelativeCompose is false.
16604
16605 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16608
16609 * descr-text.el (describe-char): Handle the case where the list of
16610 chars is displayed in a separate frame.
16611 Be a bit more discriminating when looking for the char.
16612
16613 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16614
16615 * bookmark.el (bookmark-automatically-show-annotations)
16616 (bookmark-read-annotation-text-func): Doc fixes.
16617 (bookmark-save): Improve argument/docstring consistency.
16618 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16619 (bookmark-alist-from-buffer)
16620 (bookmark-upgrade-file-format-from-0)
16621 (bookmark-grok-file-format-version)
16622 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16623 (bookmark-read-annotation-mode)
16624 (bookmark-insert-current-bookmark, bookmark-jump)
16625 (bookmark-exit-hook): Fix typos in docstrings.
16626 (bookmark-exit-hooks): Define as obsolete alias.
16627 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16628 not `bookmark-exit-hooks'. Fix docstring.
16629 (bookmark-bmenu-select): "?\ " -> "?\s".
16630
16631 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16632
16633 * startup.el (command-line): Fix typo.
16634
16635 2005-07-24 Richard M. Stallman <rms@gnu.org>
16636
16637 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16638 not emacs-quick-startup.
16639
16640 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16641
16642 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16643 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16644 instead of `reb-with-current-window'.
16645 (reb-prev-match): Likewise. Also, don't move left if the search
16646 was unsuccessful.
16647 (reb-initialize-buffer): New function.
16648 (re-builder, reb-change-syntax): Use it.
16649
16650 * man.el (Man-goto-page): Make second argument NOERROR optional.
16651
16652 2005-07-23 Richard M. Stallman <rms@gnu.org>
16653
16654 * man.el (Man-bgproc-sentinel): Check here for failure to find
16655 any man page in the output, and report the error here.
16656 (Man-arguments): Make it permanent local.
16657 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16658 (Man-mode): Pass t for NOERROR.
16659
16660 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16661 (grep-mode-font-lock-keywords):
16662 Don't use compilation-...-face for messages that are not file names.
16663
16664 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16665 Don't use compilation-...-face for messages that are not file names.
16666
16667 2005-07-22 Juri Linkov <juri@jurta.org>
16668
16669 * startup.el (normal-splash-screen): Update menu name.
16670
16671 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16672
16673 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16674
16675 * term/xterm.el: Load term/rxvt if the terminal is actually an
16676 rxvt terminal.
16677 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16678
16679 * term/rxvt.el (function-key-map): Use substitute-key-definition
16680 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16681
16682 * term/cygwin.el: New file.
16683
16684 2005-07-22 Kim F. Storm <storm@cua.dk>
16685
16686 * image-file.el (insert-image-file, image-file-yank-handler):
16687 Fix last change to maintain a (unique) yank-handler on yanked images.
16688
16689 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16690
16691 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16692 of the file size (as in "177B" for 177 bytes). This happens with
16693 "ls -lh" on FreeBSD.
16694
16695 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16696
16697 * hilit-chg.el (highlight-changes-global-initial-state)
16698 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16699 (hilit-chg-fixup, highlight-changes-mode):
16700 Fix typos in docstrings.
16701 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16702 Doc fixes.
16703
16704 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16705
16706 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16707 mode function using `eval-after-load'.
16708
16709 2005-07-21 Kim F. Storm <storm@cua.dk>
16710
16711 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16712 included when reporting an emacs crash, and tell about the DEBUG file.
16713
16714 * image-file.el (insert-image-file): Add yank-handler.
16715 (image-file-yank-handler): Yank handler to make unique copies of
16716 images when they are yanked into a buffer next to each other.
16717
16718 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16719
16720 * comint.el (comint-use-prompt-regexp, comint-send-input)
16721 (comint-source-default, comint-extract-string)
16722 (comint-get-source, comint-word, comint-completion)
16723 (comint-source, comint-prompt-read-only, comint-update-fence):
16724 Fix typos in docstrings.
16725 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16726 Declare with define-obsolete-*-alias macros.
16727 (comint-previous-matching-input-from-input)
16728 (comint-next-matching-input-from-input)
16729 (comint-previous-matching-input, comint-next-matching-input)
16730 (comint-forward-matching-input):
16731 Improve argument/docstring consistency.
16732
16733 * desktop.el (desktop-clear-preserve-buffers-regexp):
16734 Also preserve the *server* buffer.
16735
16736 * simple.el (clone-indirect-buffer): Doc fix.
16737 (fixup-whitespace, just-one-space)
16738 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16739 (next-error, next-error-highlight)
16740 (next-error-highlight-no-select, next-error-last-buffer)
16741 (next-error-buffer-p, next-error-find-buffer, next-error)
16742 (previous-error, next-error-no-select, previous-error-no-select)
16743 (open-line, split-line, minibuffer-prompt-width, kill-new)
16744 (binary-overwrite-mode): Fix typos in docstrings.
16745 (set-fill-column): Fix typo in message.
16746
16747 * skeleton.el (skeleton-proxy-new): Doc fix.
16748
16749 * strokes.el (strokes-load-hook): Doc fix.
16750 (strokes-grid-resolution, strokes-get-grid-position)
16751 (strokes-renormalize-to-grid, strokes-read-stroke)
16752 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16753 (strokes-global-map): Fix typos in docstrings.
16754 (strokes-help): Doc fix. Fix help message and pass it through
16755 `substitute-command-keys'.
16756
16757 * tempo.el (tempo-insert-prompt, tempo-interactive)
16758 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16759 (tempo-insert-string-functions, tempo-local-tags)
16760 (tempo-define-template, tempo-insert-template)
16761 (tempo-insert-prompt-compat, tempo-is-user-element)
16762 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16763 Fix typos in docstrings.
16764
16765 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16766 (vcursor-key-bindings, vcursor-use-vcursor-map)
16767 (vcursor-find-window, vcursor-scroll-down)
16768 (vcursor-disable, vcursor-beginning-of-buffer)
16769 (vcursor-end-of-buffer): Fix typos in docstrings.
16770 (vcursor-relative-move, vcursor-get-char-count):
16771 Improve argument/docstring consistency.
16772
16773 * version.el: "?\ " -> "?\s".
16774
16775 * wid-edit.el (widget-default-create, widget-after-change)
16776 (widget-default-format-handler, widget-checklist-add-item)
16777 (widget-radio-add-item, widget-choose, widget-specify-secret)
16778 (widget-field-value-create, widget-field-value-get)
16779 (widget-editable-list-format-handler)
16780 (widget-editable-list-entry-create, widget-group-value-create)
16781 (widget-documentation-link-add)
16782 (widget-documentation-string-value-create): "?\ " -> "?\s".
16783 (widget-convert-text): Doc fix.
16784 (widget-narrow-to-field, widget-field-find)
16785 (widget-url-link-action, widget-emacs-library-link-action)
16786 (widget-color-notify): Fix typos in docstrings.
16787
16788 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16789 (x-select-text, set-w32-system-coding-system)
16790 (w32-add-charset-info): Fix typos in docstrings.
16791
16792 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16793 (cua-enable-cua-keys, cua-use-hyper-key)
16794 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16795 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16796
16797 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16798
16799 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16800 `defalias' instead of faking it.
16801
16802 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16803 (eshell-ls-missing, eshell-ls-dired-initial-args)
16804 (eshell-ls-use-in-dired): Fix typos in docstrings.
16805
16806 2005-07-20 Kim F. Storm <storm@cua.dk>
16807
16808 * emulation/cua-base.el (cua-mode): Improve doc string.
16809
16810 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16811
16812 * abbrev.el (expand-region-abbrevs): Doc fix.
16813 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16814 Improve argument/docstring consistency.
16815
16816 * arc-mode.el (archive-get-descr, archive-alternate-display):
16817 Doc fixes.
16818 (archive-l-e): Improve argument/docstring consistency.
16819 (archive-tmpdir, archive-unixdate, archive-unixtime)
16820 (archive-chmod-entry): Fix typos in docstrings.
16821 (archive-unflag, archive-unflag-backwards)
16822 (archive-unmark-all-files): "?\ " -> "?\s".
16823
16824 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16825 (Buffer-menu-not-modified, Buffer-menu-execute)
16826 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16827 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16828
16829 * composite.el (compose-string, encode-composition-rule)
16830 (compose-last-chars): Fix typos in docstrings.
16831
16832 * desktop.el (desktop-enable, desktop-basefilename):
16833 Declare with `define-obsolete-variable-alias'.
16834 (desktop-internal-v2s): Don't quote keywords.
16835 (desktop-clear): "?\ " -> "?\s".
16836
16837 * dired.el (dired-align-file, dired-flag-backup-files)
16838 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16839 (dired-listing-switches, dired-ls-F-marks-symlinks)
16840 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16841 (dired-directory, dired-faces, dired, dired-revert)
16842 (dired-mode, dired-summary, dired-view-file)
16843 (dired-copy-filename-as-kill, dired-delete-file)
16844 (dired-no-confirm, dired-unmark-all-marks)
16845 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16846 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16847 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16848 Fix typos in message strings.
16849
16850 * dired-x.el (virtual-dired): Declare with `defalias'.
16851 (dired-mark-unmarked-files, dired-local-variables-file)
16852 (dired-omit-here-always): Doc fix.
16853 (dired-omit-mode, dired-find-subdir)
16854 (dired-enable-local-variables, dired-clean-up-buffers-too)
16855 (dired-extra-startup, dired-mark-extension, dired-jump)
16856 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16857 (dired-smart-shell-command, dired-guess-shell-alist-user)
16858 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16859 (dired-x-bind-find-file, dired-x-submit-report):
16860 Fix typos in docstrings.
16861 (dired-mark-unmarked-files): "?\ " -> "?\s".
16862
16863 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16864
16865 * faces.el (describe-face): "?\ " -> "?\s".
16866 (read-all-face-attributes, read-face-font, modify-face)
16867 (face-attr-construct, italic): Fix typos in docstrings.
16868 (frame-update-face-colors): Declare with
16869 `define-obsolete-function-alias'.
16870
16871 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16872 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16873 (magic-mode-alist, buffer-file-numbers-unique)
16874 (write-file-functions, get-free-disk-space):
16875 Fix typos in docstrings.
16876 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16877 (write-contents-hooks, write-file-hooks):
16878 Declare with `define-obsolete-variable-alias'.
16879
16880 * forms-d2.el (arch-rj): Fix typo in docstrings.
16881 (arch-tocol): Likewise. "?\ " -> "?\s".
16882
16883 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16884 Fix typo in docstring.
16885 (set-screen-width, set-screen-height): Delete redundant info in
16886 doctrings.
16887 (new-frame, screen-height, screen-width): Declare with
16888 `define-obsolete-function-alias'.
16889 (delete-frame-hook, blink-cursor): Declare with
16890 `define-obsolete-variable-alias'.
16891
16892 * paths.el (prune-directory-list): Fix typos in docstring.
16893
16894 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16895 (cvs-prefix-get): Fix typos in docstrings.
16896
16897 * ps-print.el (ps-extend-face-list, ps-extend-face)
16898 (ps-print-background-image): Fix typos in docstrings.
16899 (ps-default-fg, ps-default-bg): Doc fixes.
16900
16901 * s-region.el (s-region-bind): Doc fix.
16902 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16903
16904 * textmodes/org.el (org-table-formula-substitute-names)
16905 (org-table-get-vertical-vector): Doc fixes.
16906 (org-table-recalculate): Remove unused argument to `message'.
16907
16908 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16909
16910 * textmodes/org.el (org-table-column-names)
16911 (org-table-column-name-regexp)
16912 (org-table-named-field-locations): New variables.
16913 (org-archive-subtree): Protect `this-command' when calling
16914 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16915 the kill buffer.
16916 (org-complete): Remove fixed-formula completion.
16917 (org-edit-formulas-map): New variable.
16918 (org-table-edit-formulas): New command.
16919 (org-finish-edit-formulas, org-abort-edit-formulas)
16920 (org-show-variable, org-table-get-vertical-vector): New functions.
16921 (org-table-maybe-eval-formula): Handle `:=' fields.
16922 (org-table-get-stored-formulas, org-table-store-formulas)
16923 (org-table-get-formula, org-table-modify-formulas)
16924 (org-table-replace-in-formulas): Handle named field formulas.
16925 (org-table-get-specials): Store locations of named fields.
16926
16927 2005-07-19 Juri Linkov <juri@jurta.org>
16928
16929 * progmodes/grep.el (grep-regexp-alist)
16930 (grep-mode-font-lock-keywords, grep-process-setup):
16931 Use default GNU grep match color "01;31m" instead of "01;41m".
16932 (grep-regexp-alist, grep-mode-font-lock-keywords):
16933 Use `\\[[0-9]*m' instead of `\\[00m'.
16934 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16935 sgr_start where its handling is more important. Use the real
16936 length of sgr_start instead of constant 8.
16937 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16938 specially. Delete all remaining escape sequences.
16939 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16940 (grep-regexp-alist): Make hyperlink only for binary file name
16941 instead of the whole line.
16942 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16943 (grep-mode): Add autoload.
16944
16945 * emacs-lisp/find-func.el (find-function-regexp):
16946 Add `define-compilation-mode'.
16947
16948 2005-07-19 Juri Linkov <juri@jurta.org>
16949
16950 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16951 (compare-windows-sync-string-size, compare-windows-recenter)
16952 (compare-windows-highlight, compare-windows): Add version 22.1.
16953 (compare-windows) <defface>: Inherit from lazy-highlight instead
16954 of duplicating its default value.
16955
16956 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16957 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16958
16959 * descr-text.el (describe-char): Create link buttons for `charset'
16960 and `code point'. Add the current input method name with a link
16961 button to `to input' field. Print face names of display table
16962 characters in `The display table entry is displayed by' section
16963 instead of printing face-id in the `display' field.
16964 Guess hardcoded faces and create a link button for them.
16965 Skip empty fields when calculating max-width.
16966 Treat `widget-create' specially while inserting strings from the
16967 collected field list.
16968 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16969
16970 * diff-mode.el (diff-file-header): Change foreground color from
16971 yellow to green on light backgrounds.
16972 (diff-context): Inherit from `shadow' only for color/grayscale
16973 with more than 88 colors.
16974 (diff-indicator-removed, diff-indicator-added)
16975 (diff-indicator-changed): New faces.
16976 (diff-font-lock-keywords): Use new faces. Regroup rules.
16977 Add "^---$" for `normal' diff format. Fontify `#' lines with
16978 font-lock-comment-delimiter-face and font-lock-comment-face.
16979 Add `#' to ^[^...] in the rule for `diff-context-face'.
16980
16981 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16982 a button-like box. Inherit from `highlight' on low colors.
16983 (shadow): Use shades of gray only for color/grayscale with
16984 more than 88 colors. Use green for light backgrounds with
16985 8 colors, and yellow for dark backgrounds with 8 colors.
16986
16987 * font-lock.el (font-lock-regexp-grouping-backslash):
16988 Don't inherit from escape-glyph (use bold for all cases).
16989
16990 * info.el (info-xref-visited): Use light foreground color `violet'
16991 for dark backgrounds instead of dark color `magenta3'.
16992 (info-title-1): Use `yellow' color for dark backgrounds.
16993
16994 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16995 too-light magenta2.
16996
16997 * replace.el (match): Use slightly more light RoyalBlue3 instead
16998 of dark RoyalBlue4.
16999
17000 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17001
17002 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17003
17004 * novice.el (disabled-command-hook): Declare it with
17005 `define-obsolete-variable-alias'.
17006
17007 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17008 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17009 (desktop-load-default): Add release to obsolescence info.
17010 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17011 (desktop-append-buffer-args, desktop-read):
17012 Fix typos in docstrings.
17013 (desktop-kill): Fix typo in message.
17014 (desktop-save): Doc fix.
17015
17016 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17017
17018 * viper-cmd.el (viper-escape-to-state): Bug fix.
17019 (viper-envelop-ESC-key): Change the definition of fast
17020 keysequence so it'll work with keyboard macros.
17021
17022 * ediff.el (ediff-patch-buffer): Change the docstring.
17023
17024 2005-07-19 Kenichi Handa <handa@m17n.org>
17025
17026 * international/mule-cmds.el (select-safe-coding-system): Try to
17027 use an auto-coding (if any) before anything else. If the found
17028 auto-coding is invalid, show a warning message.
17029
17030 * international/mule.el (find-auto-coding): New function created
17031 by modifying the body of set-auto-coding.
17032 (set-auto-coding): Use find-auto-coding to find a coding.
17033
17034 2005-07-18 Richard M. Stallman <rms@gnu.org>
17035
17036 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17037 not isearch-mode-end-hook-error.
17038 (allout-before-change-protect): Fix error message.
17039
17040 2005-07-18 Juri Linkov <juri@jurta.org>
17041
17042 * allout.el (allout-mode):
17043 * calculator.el (calculator-copy):
17044 * custom.el (custom-known-themes):
17045 * dired.el (dired-desktop-buffer-misc-data)
17046 (dired-restore-desktop-buffer):
17047 * dired-x.el (dired-omit-marker-char):
17048 * files.el (basic-save-buffer):
17049 * font-core.el (font-lock-mode):
17050 * calendar/calendar.el (calendar-goto-hebrew-date)
17051 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17052 (calendar-goto-persian-date):
17053 * language/ethio-util.el (ethio-sera-to-fidel-region):
17054 * textmodes/picture.el (picture-mode):
17055 Delete duplicate duplicate words.
17056
17057 2005-07-18 Juri Linkov <juri@jurta.org>
17058
17059 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17060 chars * ? } |.
17061 (isearch-fallback): Don't call `isearch-process-search-char'.
17062 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17063 (isearch-process-search-char): Call `isearch-fallback' for regexp
17064 chars * ? } |.
17065 (isearch-return-char): Make obsolete with `make-obsolete' instead
17066 of simply documenting it as obsolete in the docstring.
17067 (isearch-fallback): Refill docstring.
17068
17069 * international/isearch-x.el
17070 (isearch-process-search-multibyte-characters): Remove unneeded
17071 `concat'. Add intermediate values to `junk-hist' instead of
17072 `minibuffer-history'. Test the length of `str'.
17073
17074 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * allout.el (allout-resolve-xref): Fix typos in error strings.
17077 (allout-before-change-protect): Remove unneeded `concat'.
17078
17079 * array.el (array-mode, array-reconfigure-rows)
17080 (untabify-backward): Fix typos in docstrings.
17081 (array-reconfigure-rows): Use `insert-buffer-substring', not
17082 `insert-buffer'.
17083
17084 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17085 * progmodes/ada-mode.el (ada-make-body):
17086 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17087
17088 * dired.el (dired-log):
17089 * tar-mode.el (tar-subfile-save-buffer):
17090 * play/zone.el (zone-pgm-stress-destress):
17091 Use `insert-buffer-substring', not `insert-buffer'.
17092
17093 2005-07-17 Simon Josefsson <jas@extundo.com>
17094
17095 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17096
17097 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17098
17099 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17100 Add plain auth method.
17101 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17102
17103 2005-07-17 Kim F. Storm <storm@cua.dk>
17104
17105 * ido.el (dired-other-window): Add ido property.
17106
17107 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17108
17109 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17110 Fix typo in docstring.
17111 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17112 `insert-file-literally'.
17113
17114 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17115 info and delete redundant message. Doc fix.
17116 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17117 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17118
17119 2005-07-16 Richard M. Stallman <rms@gnu.org>
17120
17121 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17122 (byte-compile-and): Use byte-compile-and-recursion.
17123 (byte-compile-or-recursion): New function.
17124 (byte-compile-or): Use that.
17125 (byte-compile-if): Guard the else-clause too.
17126 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17127
17128 * isearch.el (isearch-mode-end-hook-quit): New variable.
17129 (isearch-done): Bind it.
17130 (isearch-mode-end-hook): Doc fix.
17131
17132 * allout.el (allout-isearch-did-quit): Variable deleted.
17133 (allout-real-isearch-abort): Function name no longer used.
17134 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17135 (allout-isearch-rectification): isearch-mode always exists.
17136 Don't set allout-isearch-did-quit.
17137 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17138 allout-isearch-did-quit.
17139 (allout-enwrap-isearch): Just add the hook.
17140 (allout-isearch-abort): Function deleted.
17141 (allout-pre-command-business): Avoid warning.
17142
17143 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17144 Correctly avoid warnings.
17145 (pascal-outline): Likewise.
17146
17147 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17148
17149 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17150
17151 * play/tetris.el (tetris-mode): Avoid warning.
17152
17153 * play/snake.el (snake-mode): Avoid warning.
17154
17155 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17156 (gamegrid-set-display-table): Avoid warning.
17157 (gamegrid-set-timer): Likewise.
17158 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17159 (gamegrid-add-score-with-update-game-score-1): Take FILE
17160 as argument.
17161 (gamegrid-add-score-with-update-game-score): Pass that argument.
17162 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17163
17164 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17165
17166 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17167 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17168
17169 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17170 and insert-file.
17171
17172 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17173 (sc-ask): Avoid warnings.
17174
17175 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17176 (eshell-hist-initialize): Use that var the natural way.
17177
17178 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17179
17180 * emacs-lisp/re-builder.el (reb-cook-regexp):
17181 Avoid warning calling lre-compile-string.
17182 (reb-color-display-p): Avoid warning.
17183
17184 * calculator.el (calculator-last-input): Guard uses
17185 of event-key and key-press-event-p.
17186 (event-key, key-press-event-p): Delete definitions.
17187
17188 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17189 (find-gc-source-directory, find-gc-subrs-callers)
17190 (find-gc-noreturn-list, find-gc-source-files)
17191 (find-gc-subrs-called): Vars renamed and defvar'd.
17192
17193 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17194 (checkdoc-overlay-put, checkdoc-delete-overlay)
17195 (checkdoc-overlay-start, checkdoc-overlay-end)
17196 (checkdoc-mode-line-update, checkdoc-char=):
17197 Define such that compiler knows they are defined.
17198 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17199 (checkdoc-read-event): Delete. Use read-event directly.
17200
17201 * whitespace.el (whitespace-make-overlay)
17202 (whitespace-overlay-put, whitespace-delete-overlay)
17203 (whitespace-overlay-start, whitespace-overlay-end):
17204 Define such that compiler knows they are defined.
17205 (whitespace): Move conditional inside.
17206
17207 * tempo.el (tempo-insert-template): Suppress warning.
17208
17209 * ediff-diff.el (longlines-mode): Add defvar.
17210
17211 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17212
17213 * server.el: Bind "C-x #" in a way that works even if C-x is
17214 redefined to a command key, not a prefix key.
17215
17216 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17217
17218 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17219 cl-make-type-test till execution time.
17220
17221 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17222
17223 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17224 arg ARG and use it.
17225
17226 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17227
17228 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17229
17230 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17231
17232 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17233 a defcustom with two :set or :type keywords.
17234
17235 2005-07-15 Richard M. Stallman <rms@gnu.org>
17236
17237 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17238 Don't give ^M comment-end syntax.
17239
17240 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17241
17242 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17243 Don't consider gdbmi (gdb-mi.el has its own update functions).
17244 (gdb-var-delete): Make it work for gdbmi as well.
17245 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17246
17247 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17248 (gud-speedbar-menu-items): Correct logic for enabling items.
17249
17250 2005-07-15 Kim F. Storm <storm@cua.dk>
17251
17252 * ido.el: Fix commentary.
17253 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17254 Use with-no-warnings around ffap-guesser.
17255 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17256 Let bind minibuffer-completing-file-name to t.
17257
17258 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17259
17260 * startup.el (site-run-file, keyboard-type): Doc fixes.
17261 (command-line): Check for "--basic-display" argument; also for
17262 "--quick", not "--bare-bones" (which was renamed).
17263 (fancy-splash-text): Add missing item "Getting New Versions".
17264 (normal-splash-screen): Fix typos and improve consistency with
17265 `fancy-splash-text'. Update copyright year.
17266
17267 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17268 valid binding for `help-char'.
17269
17270 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17271
17272 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17273
17274 * term.el (term-mode): Disable cua-mode for term buffers.
17275
17276 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17277
17278 * add-log.el (add-log-mailing-address, change-log-merge):
17279 Doc fixes.
17280 (change-log-get-method-definition): Fix typo in docstring.
17281
17282 2005-07-14 Kim F. Storm <storm@cua.dk>
17283
17284 * emulation/cua-base.el:
17285 (cua--pre-command-handler-1, cua--pre-command-handler)
17286 (cua--post-command-handler-1, cua--post-command-handler):
17287 Split in two. Check (buffer local) value of cua-mode.
17288 (cua-selection-mode): New command.
17289
17290 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17291
17292 * custom.el (custom-initialize-safe-set)
17293 (custom-initialize-safe-default): Doc fixes.
17294
17295 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17296 and simplify :init-value again.
17297
17298 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17299 and simplify :init-value again. Delete autoload.
17300
17301 * startup.el (command-line): Use `custom-reevaluate-setting' again
17302 for tooltip-mode.
17303
17304 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17305 a defcustom with two :initialize keywords.
17306
17307 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17308
17309 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17310 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17311 (allout-post-command-business, allout-flag-region)
17312 (isearch-reenable-font-lock, allout-yank)
17313 (allout-insert-latex-header, allout-insert-latex-trailer)
17314 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17315 (allout-latex-verb-quote): Fix typos in docstrings.
17316 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17317 (allout-unprotected, allout-prefix-data):
17318 Improve argument/docstring consistency.
17319 (allout-chart-subtree): Fix argument spec.
17320 (allout-open-topic): Rename `use_sib_bullet' argument to
17321 `use-sib-bullet'. Doc fix.
17322
17323 * whitespace.el (whitespace-check-buffer-leading)
17324 (whitespace-check-buffer-trailing)
17325 (whitespace-check-buffer-indent)
17326 (whitespace-check-buffer-spacetab)
17327 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17328 (whitespace-check-leading-whitespace)
17329 (whitespace-check-trailing-whitespace)
17330 (whitespace-check-spacetab-whitespace)
17331 (whitespace-check-indent-whitespace)
17332 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17333 (whitespace-modes): Fix typos in docstrings.
17334 (defgroup, defcustom): Doc fixes.
17335
17336 * winner.el (winner-mode, winner-boring-buffers)
17337 (winner-pending-undo-ring): Doc fixes.
17338 (winner-ring): Remove unneeded `progn'.
17339 (winner-equal): `defsubst' it.
17340 (winner-redo): Fix message.
17341
17342 2005-07-13 Kim F. Storm <storm@cua.dk>
17343
17344 * simple.el (line-move-1): Always use vertical-motion to
17345 do the last (or only) line move to ensure some movement.
17346 Undo 2005-06-23 change--don't check for overlays.
17347
17348 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17349
17350 * term/mac-win.el (ccl-encode-mac-roman-font)
17351 (ccl-encode-mac-centraleurroman-font)
17352 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17353 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17354 Change charset-id boundary of dimension to ?\xef.
17355 (mac-char-fontspec-list): New constant.
17356 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17357 argument. Nil uses itself as family in font-spec. Previous
17358 behavior for nil is now provided by non-nil non-string argument.
17359 All callers changed. Add font-specs for Mac fonts to
17360 "fontset-default" unless iso8859-1 fonts are installed.
17361
17362 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17365 a continuation line if the \ is preceded by SPC or TAB.
17366 (sh-get-indent-info): Simplify.
17367 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17368 Use with-current-buffer.
17369
17370 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17371 when the matched text is empty.
17372
17373 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17374
17375 * startup.el (command-line): Revert to previous handling of
17376 tooltip-mode. Explain in comment why the complexity is needed.
17377
17378 * tooltip.el (tooltip-mode): Revert to previous implementation of
17379 its defcustom.
17380
17381 * frame.el (blink-cursor-mode): Revert to previous implementation
17382 of its defcustom. Update comment.
17383
17384 2005-07-12 Lars Hansen <larsh@soem.dk>
17385
17386 * desktop.el: Update e-mail address.
17387
17388 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17389
17390 * term/mac-win.el (mac-services-mail-selection)
17391 (mac-services-mail-to): New functions.
17392 (mac-application-menu-map): Bind them.
17393
17394 2005-07-12 wulei <milton@wulei.net> (tiny change)
17395
17396 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17397
17398 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17399
17400 * custom.el (custom-reevaluate-setting): Doc fix.
17401
17402 2005-07-11 Jay Belanger <belanger@truman.edu>
17403
17404 * calc/calc.el (calc-embedded-announce-formula-alist)
17405 (calc-embedded-open-close-plain-alist)
17406 (calc-embedded-open-close-mode-alist): Add checks for additional
17407 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17408
17409 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17410
17411 * custom.el (custom-enable-theme): Don't add theme to
17412 `custom-enabled-themes' with `push' because there is no
17413 setf-method for `delq'.
17414
17415 2005-07-11 Richard M. Stallman <rms@gnu.org>
17416
17417 * custom.el (custom-declare-variable): Doc fix.
17418
17419 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17420 from the alists.
17421
17422 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17423 Do nothing if edebug-active.
17424
17425 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17426 (edebug-display): Do it here instead.
17427
17428 2005-07-10 Richard M. Stallman <rms@gnu.org>
17429
17430 * cus-face.el (custom-theme-set-faces): Make it work.
17431 (custom-reset-faces): Doc fix.
17432 (custom-theme-reset-internal-face, custom-theme-face-value):
17433 Functions deleted.
17434
17435 * custom.el (custom-push-theme): Maintain list of the settings
17436 of a given theme in its theme-settings property.
17437 Maintain position of old settings in the theme-value
17438 or theme-face property.
17439 (custom-enabled-themes): New variable.
17440 (custom-theme-enabled-p): New function.
17441 (provide-theme): Update custom-enabled-themes.
17442 Disable and reenable the `user' theme.
17443 (require-theme): Doc fix.
17444 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17445 (custom-theme-value, custom-theme-variable-value): Likewise.
17446 (custom-theme-reset-internal): Likewise.
17447 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17448 (custom-enable-theme, custom-disable-theme): New functions.
17449 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17450 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17451 (custom-theme-reset-variables): Simplify.
17452 (deftheme, custom-declare-theme, custom-make-theme-feature):
17453 Definitions moved.
17454
17455 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17456
17457 * longlines.el (longlines-show-region)
17458 (longlines-unshow-hard-newlines): Recognize hard newlines by
17459 non-nil hard property, instead of t.
17460
17461 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17462
17463 * viper-cmd.el (viper--key-maps): New variable.
17464 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17465 emulation-mode-map-alists.
17466 (viper-envelop-ESC-key): Use viper-subseq.
17467 (viper-search-forward/backward/next): Disable debug-on-error.
17468
17469 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17470 (viper-ESC-key): New defcustoms.
17471
17472 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17473
17474 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17475 (viper-subseq): Copy of subseq from cl.el.
17476
17477 * viper.el (viper-go-away, viper-set-hooks): Use
17478 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17479
17480 * viper-mous.el (viper-current-frame-saved): Use defvar.
17481
17482 * viper-init.el: Get rid of -face in face names.
17483
17484 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17485 Make it work with longlines mode
17486
17487 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17488
17489 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17490
17491 * ediff-init.el: Get rid of -face in face names.
17492
17493 2005-07-10 Richard M. Stallman <rms@gnu.org>
17494
17495 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17496 and with-timeout-unsuspend.
17497
17498 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17499 and with-timeout-unsuspend.
17500
17501 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17502 (with-timeout): Bind that variable to record timers.
17503 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17504
17505 * emacs-lisp/debug.el (debug-help-follow): New function.
17506 (debugger-mode-map): Use that instead of help-follow.
17507 (debugger-setup-buffer): Use eval-buffer-list
17508 to handle eval-buffer frames.
17509
17510 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17511
17512 * timezone.el (timezone-parse-date): Change first regexp
17513 so it will not mistakenly match dates with no time zone.
17514
17515 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17516
17517 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17518
17519 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17520
17521 * custom.el (custom-initialize-safe-set)
17522 (custom-initialize-safe-default): New functions.
17523
17524 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17525 and simplify :init-value.
17526
17527 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17528 and simplify :init-value. Delete obsolete comment.
17529
17530 * startup.el (command-line): Use `custom-reevaluate-setting' to
17531 handle `tooltip-mode'. Delete obsolete comment.
17532
17533 * files.el (set-visited-file-name): Avoid calling
17534 `file-name-nondirectory' with a nil argument.
17535
17536 2005-07-09 Richard M. Stallman <rms@gnu.org>
17537
17538 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17539 was called with nil for the buffer, handle the read position right.
17540 Handle read position for eval-region, too.
17541
17542 2005-07-09 Juri Linkov <juri@jurta.org>
17543
17544 * fringe.el (fringe-mode): Add period in docstring.
17545 (fringe-query-style): Build prompt depending on `all-frames' arg.
17546
17547 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17548 to not create links to unrelated functions in the Help buffer.
17549
17550 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17551 Doc fix.
17552
17553 * simple.el (next-error-hook): New variable.
17554 (next-error): Use it. Doc fix.
17555
17556 * textmodes/ispell.el (ispell-command-loop): Add current
17557 dictionary name and program name to mode-line-format.
17558 (ispell-region, ispell-process-line): Add current dictionary name
17559 and program name to messages.
17560
17561 2005-07-08 Jay Belanger <belanger@truman.edu>
17562
17563 * calc/calc.el (calc-embedded-announce-formula-alist)
17564 (calc-embedded-open-close-formula-alist)
17565 (calc-embedded-open-close-word-alist)
17566 (calc-embedded-open-close-plain-alist)
17567 (calc-embedded-open-close-new-formula-alist)
17568 (calc-embedded-open-close-mode-alist)
17569 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17570 (calc-embedded-mode-hook): New variables.
17571
17572 * calc/calc-embed.el (calc-embedded-firsttime)
17573 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17574 New variables.
17575 (calc-do-embedded): Use calc-embedded-firsttime,
17576 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17577 determine whether or not to run hooks.
17578 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17579 calc-embedded-firsttime-formula appropriately.
17580 Set calc-embedded delimiter variables according to mode.
17581
17582 2005-07-08 Richard M. Stallman <rms@gnu.org>
17583
17584 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17585 Check for "emacs", etc., as entire symbol, not just as word.
17586 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17587
17588 * files.el (set-visited-file-name): Report the error
17589 for "empty filename" earlier.
17590 (kill-some-buffers): Ignore buffers already dead.
17591
17592 * fringe.el (fringe-mode): Doc fix.
17593
17594 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17595 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17596 Use unwind-protect to ensure byte-compile-unresolved-functions
17597 is updated.
17598
17599 * whitespace.el (whitespace-buffer-leading-cleanup):
17600 Simplify w/ skip-chars-forward.
17601 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17602
17603 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17604 Unconditionally try to leave point at the same old place.
17605
17606 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17607
17608 * comint.el (comint-postoutput-scroll-to-bottom)
17609 (comint-show-maximum-output): Take scroll-margin into consideration.
17610
17611 2005-07-08 Kim F. Storm <storm@cua.dk>
17612
17613 * ido.el (ido-use-filename-at-point): New choice `guess'.
17614 (ido-file-internal): Try ffap-guesser if selected.
17615
17616 * ido.el (ido-before-fallback-functions): New hook.
17617 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17618 (ido-read-file-name): Run it.
17619
17620 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17623 strings rather than a list of symbols to the completion function.
17624
17625 2005-07-07 Jay Belanger <belanger@truman.edu>
17626
17627 * calc/calc-units.el (math-apply-units): Change the places in
17628 which units are simplified.
17629
17630 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17631
17632 * cus-edit.el (customize-option, customize-option-other-window):
17633 Make them handle aliases.
17634
17635 * custom.el (custom-variable-p): Make it recursively follow
17636 aliases. Mention that in the docstring.
17637
17638 2005-07-07 Richard M. Stallman <rms@gnu.org>
17639
17640 * cus-start.el (exec-path): Use `directory' instead of `file'.
17641 Fix tag for nil.
17642
17643 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17646 when called non-interactively. Doc fix.
17647
17648 2005-07-07 Lute Kamstra <lute@gnu.org>
17649
17650 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17651 new address as well.
17652
17653 2005-07-07 Kenichi Handa <handa@m17n.org>
17654
17655 * international/mule.el (make-coding-system):
17656 Describe `ascii-incompatible' property in the docstring.
17657 (set-file-name-coding-system): Signal an error if coding-system is
17658 ascii-incompatible.
17659 (set-keyboard-coding-system): Likewise.
17660
17661 * international/mule-cmds.el (set-default-coding-systems):
17662 Don't set default-file-name-coding-system and
17663 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17664
17665 * international/utf-16.el: Declare that all UTF-16-based coding
17666 systems are ASCII-incompatible.
17667
17668 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17669
17670 * progmodes/gud.el: Require font-lock for displaying errors.
17671 Used by gdb-ui.el.
17672
17673 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17674
17675 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17676 values for the pattern lists which are `read'able but not
17677 `append'able (like symbols).
17678
17679 2005-07-06 Richard M. Stallman <rms@gnu.org>
17680
17681 * progmodes/flymake.el (flymake-float-time): Instead of
17682 with-no-warnings, test for xemacs.
17683 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17684 to avoid warning.
17685
17686 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17687
17688 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17689
17690 2005-07-05 Lute Kamstra <lute@gnu.org>
17691
17692 * battery.el: Add support for Darwin (with much debugging help
17693 from Samuel Lauber <sam124@operamail.com>).
17694 (battery-status-function, battery-echo-area-format)
17695 (battery-mode-line-format): Add support for pmset on Darwin.
17696 (battery-load-low, battery-load-critical): New user options.
17697 (battery-pmset): New function.
17698
17699 2005-07-05 Lute Kamstra <lute@gnu.org>
17700
17701 Update FSF's address in GPL notices.
17702
17703 * textmodes/page-ext.el: Update FSF's address.
17704
17705 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17708 filling from using prefix when filling a single-line docstring.
17709
17710 * progmodes/flymake.el: Remove useless eval-when-compile.
17711
17712 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17713
17714 2005-07-04 Richard M. Stallman <rms@gnu.org>
17715
17716 * textmodes/org.el (org-file-apps-defaults-gnu):
17717 Rename from org-file-apps-defaults-linux.
17718 (org-default-apps): Don't test system-type for `linux'.
17719 (org-file-apps): Doc fix.
17720
17721 2005-07-04 David Ponce <david@dponce.com>
17722
17723 * tree-widget.el: Improve header Commentary section.
17724 (tree-widget) [defgroup]
17725 (tree-widget-image-enable, tree-widget-themes-directory)
17726 (tree-widget-theme, tree-widget-image-properties-emacs)
17727 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17728 (tree-widget-image-formats, tree-widget-control)
17729 (tree-widget-empty-control, tree-widget-leaf-control
17730 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17731 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17732 (tree-widget-keep, tree-widget-after-toggle-functions)
17733 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17734 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17735 :help-echo message.
17736 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17737 (tree-widget-image-properties): Doc fix. Clearer implementation.
17738 (tree-widget--cursors): New constant.
17739 (tree-widget-lookup-image): New function split from
17740 `tree-widget-find-image'. Clearer implementation.
17741 (tree-widget-find-image): Use it.
17742 (tree-widget-button-keymap): Use `set-keymap-parent'.
17743 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17744 Define the sub-widgets here.
17745 (tree-widget-node): Check that :node is not a tree-widget.
17746 (tree-widget-get-super, tree-widget-open-control)
17747 (tree-widget-close-control, tree-widget-empty-control)
17748 (tree-widget-leaf-control, tree-widget-guide)
17749 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17750 (tree-widget-no-handle, tree-widget-value-delete)
17751 (tree-widget-map): Remove.
17752 (tree-widget-children-value-save): Doc fix. Simplified.
17753 (tree-widget-value-create): Update according to previous changes.
17754
17755 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17756
17757 * textmodes/org.el: Leading space replaced by TABS.
17758 (org-recalc-marks, org-table-rotate-recalc-marks)
17759 (org-table-get-specials): Treat "^" and "_" marks.
17760 (org-table-justify-field-maybe): Optional argument NEW.
17761 (org-table-eval-formula): Parsing of the format simplified.
17762 New modes C,I. Honor the %= parameter in the current table.
17763 Avoid unnecessary re-align by using the NEW argument to
17764 `org-table-justify-field-maybe'.
17765 (org-calc-default-modes): Default for date-format mimicks org-mode.
17766 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17767
17768 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17769
17770 * cus-face.el (custom-theme-set-faces): Make it handle face
17771 aliases whose alias declarations are pre- or autoloaded.
17772
17773 2005-07-04 Juri Linkov <juri@jurta.org>
17774
17775 * faces.el (read-face-name): Put the code for getting a face name
17776 from the buffer before adding the faces from the `face' property.
17777 Use `completing-read-multiple' instead of `completing-read'.
17778 Require `crm'. Add default value and post-process the returned
17779 list of faces.
17780
17781 * emacs-lisp/crm.el (crm-find-current-element)
17782 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17783
17784 * emacs-lisp/lisp-mode.el (eval-defun-1):
17785 * emacs-lisp/edebug.el (edebug-eval-defun):
17786 Remove unnecessary quotes.
17787
17788 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17789
17790 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17791 (prolog-indent-level): Fix typo in docstring.
17792
17793 * info.el (Info-history, Info-history-forward)
17794 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17795
17796 * add-log.el (add-change-log-entry):
17797 * comint.el (comint-dynamic-list-input-ring)
17798 (comint-dynamic-list-completions):
17799 * dabbrev.el (dabbrev-expand):
17800 * delim-col.el (delimit-columns-rectangle-line):
17801 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17802 (diff-unified->context):
17803 * ediff-init.el (ediff-abbrev-jobname):
17804 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17805 (ediff-replace-session-activity-marker-in-meta-buffer):
17806 * info.el (Info-summary):
17807 * lpr.el (printify-region):
17808 * printing.el (pr-create-interface):
17809 * ps-print.el (ps-print-quote):
17810 * ses.el (ses-column-widths, ses-print-cell)
17811 (ses-adjust-print-width, ses-center):
17812 * shell.el (shell-file-name-quote-list):
17813 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17814 (strokes-fill-current-buffer-with-whitespace)
17815 (strokes-xpm-for-stroke, strokes-list-strokes)
17816 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17817 * term.el (term-dynamic-list-input-ring)
17818 (term-dynamic-list-completions):
17819 * calc/calc.el (math-format-stack-value):
17820 * emacs-lisp/edebug.el (edebug-display-freq-count):
17821 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17822 (delphi-new-comment-line):
17823 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17824 * progmodes/executable.el (executable-set-magic):
17825 * progmodes/python.el (inferior-python-mode):
17826 * progmodes/scheme.el (scheme-mode-syntax-table):
17827 * progmodes/sh-script.el (sh-maybe-here-document):
17828 * progmodes/sql.el (sql-copy-column):
17829 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17830 * textmodes/bibtex.el (bibtex-mode):
17831 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17832 (sgml-auto-attributes):
17833 * textmodes/table.el (table-insert, table-shorten-cell)
17834 (table--generate-source-scan-lines, table-delete-row)
17835 (*table--cell-delete-char, table--spacify-frame)
17836 (table--horizontally-shift-above-and-below)
17837 (table--cell-insert-char, table--cell-blank-str)
17838 (table--fill-region-strictly):
17839 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17840 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17841
17842 * add-log.el (change-log):
17843 * apropos.el (apropos):
17844 * comint.el (comint-completion, comint-source):
17845 * dabbrev.el (dabbrev):
17846 * delim-col.el (columns):
17847 * diff-mode.el (diff-mode):
17848 * ediff.el (ediff):
17849 * ediff-diff.el (ediff-diff):
17850 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17851 * ediff-mult.el (ediff-mult):
17852 * ediff-ptch.el (ediff-ptch):
17853 * ediff-wind.el (ediff-window):
17854 * facemenu.el (facemenu):
17855 * indent.el (indent):
17856 * info.el (info):
17857 * jka-cmpr-hook.el (compression, jka-compr):
17858 * lpr.el (lpr):
17859 * outline.el (outlines):
17860 * pcmpl-cvs.el (pcmpl-cvs):
17861 * pcmpl-rpm.el (pcmpl-rpm):
17862 * printing.el (printing):
17863 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17864 (ps-print-vertical, ps-print-headers, ps-print-font)
17865 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17866 (ps-print-background, ps-print-printer, ps-print-page)
17867 (ps-print-miscellany):
17868 * ses.el (ses):
17869 * shell.el (shell, shell-directories, shell-faces):
17870 * startup.el (initialization):
17871 * strokes.el (strokes):
17872 * term.el (term):
17873 * uniquify.el (uniquify):
17874 * w32-vars.el (w32):
17875 * calc/calc.el (calc):
17876 * emacs-lisp/bytecomp.el (bytecomp):
17877 * emacs-lisp/cl-indent.el (lisp-indent):
17878 * emacs-lisp/edebug.el (edebug):
17879 * emacs-lisp/elp.el (elp):
17880 * emacs-lisp/testcover.el (testcover):
17881 * emacs-lisp/trace.el (trace):
17882 * emulation/viper-ex.el (viper-ex):
17883 * emulation/viper-mous.el (viper-mouse):
17884 * mail/mailalias.el (mailalias):
17885 * mail/supercite.el (supercite, supercite-frames)
17886 (supercite-attr, supercite-cite, supercite-hooks):
17887 * net/rcompile.el (remote-compile):
17888 * net/rlogin.el (rlogin):
17889 * obsolete/ooutline.el (outlines):
17890 * progmodes/delphi.el (delphi):
17891 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17892 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17893 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17894 (ebnf-optimization):
17895 * progmodes/etags.el (etags):
17896 * progmodes/executable.el (executable):
17897 * progmodes/idlwave.el (idlwave):
17898 * progmodes/pascal.el (pascal):
17899 * progmodes/prolog.el (prolog):
17900 * progmodes/python.el (python):
17901 * progmodes/scheme.el (scheme):
17902 * progmodes/sh-script.el (sh, sh-script):
17903 * progmodes/sql.el (SQL):
17904 * progmodes/tcl.el (tcl):
17905 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17906 * textmodes/enriched.el (enriched):
17907 * textmodes/makeinfo.el (makeinfo):
17908 * textmodes/sgml-mode.el (sgml):
17909 * textmodes/table.el (table-hooks):
17910 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17911 * textmodes/texinfo.el (texinfo):
17912 * textmodes/two-column.el (two-column):
17913 Finish `defgroup' description with period.
17914
17915 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17916 * eshell/esh-var.el (eshell-var):
17917 * progmodes/vhdl-mode.el (vhdl-testbench):
17918 * textmodes/org.el (org): Fix typos in docstrings.
17919
17920 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17921 consistency.
17922
17923 * progmodes/flymake.el (flymake-find-file): Remove.
17924 (flymake-float-time): Use `with-no-warnings'.
17925 (flymake-check-start-time, flymake-check-was-interrupted)
17926 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17927 (flymake-new-err-info): `defvar' at compile time.
17928
17929 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17930
17931 * replace.el (occur-hook): Doc fix.
17932 (occur-1): Don't call `occur-hook' if there are no matches.
17933
17934 2005-07-03 Richard M. Stallman <rms@gnu.org>
17935
17936 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17937 global-map, save the same map.
17938 (global-map): Don't alter it at top level.
17939 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17940 Then alter it here instead.
17941 (tpu-edt-off): Set global-map to the saved one.
17942
17943 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17944 All references simplified.
17945 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17946 (zmacs-regions): Add defvar.
17947 (repeat-complex-command-map): Everything about that deleted.
17948
17949 * textmodes/artist.el (artist-key-is-drawing)
17950 (artist-key-endpoint1, artist-key-poly-point-list)
17951 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17952 (artist-key-compl-table, artist-rb-save-data)
17953 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17954 Don't put them in eval-when-compile.
17955 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17956
17957 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17958 Use with-no-warnings.
17959
17960 * net/browse-url.el (dos-windows-version): Add defvar.
17961
17962 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17963
17964 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17965 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17966 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17967 Add defvar.
17968 (rmail-summary-beginning-of-message): Use with-no-warnings.
17969 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17970
17971 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17972 Use with-no-warnings.
17973
17974 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17975 (c-mark-function): Add point-moving-unit property.
17976 (vi-goto-line): Use with-no-warnings.
17977
17978 * emulation/edt.el (edt-last-copied-word): Add defvar.
17979 (zmacs-region-stays): Likewise.
17980 (edt-mark-section-wisely): Use c-mark-function for C.
17981 Use makr-defun for Fortran.
17982 (time-string): defvar deleted.
17983 (edt-display-the-time): Don't set time-string.
17984
17985 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17986
17987 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17988 Don't warn when name is not constant
17989 or for defining the group `emacs'.
17990
17991 * tooltip.el (gud-tooltip-mode): Add defvar.
17992
17993 * startup.el (default-frame-background-mode): Add defvar.
17994
17995 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17996
17997 * info.el (tool-bar-map): Add defvar.
17998
17999 * dired.el (dnd-protocol-alist): Add defvar.
18000
18001 * dired-aux.el (dired-query): Display question with answer, when
18002 the user answers.
18003
18004 * custom.el (custom-add-option): Doc fix.
18005
18006 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18007
18008 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18009
18010 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18011 bogus name from the last change.
18012
18013 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18014
18015 * custom.el (custom-declare-variable): Fix typos in comment.
18016 (custom-known-themes): Doc fix.
18017 (custom-theme-directory): New defcustom.
18018 (require-theme): Make it check `custom-theme-directory'.
18019
18020 * cus-theme.el (custom-new-theme-mode): New function.
18021 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18022 (custom-theme-description): Add compiler defvars.
18023 (customize-create-theme): Add doc to the "*New Custom Theme*"
18024 buffer. Use `custom-new-theme-mode'.
18025 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18026 and save it to the `custom-theme-directory'. Make this the
18027 default directory of the buffer.
18028
18029 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18030
18031 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18032 Fix unbalanced parentheses.
18033
18034 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18037 into flymake-mode and delegate to flymake-mode.
18038
18039 * find-file.el (ff-which-function-are-we-in): Clean up.
18040
18041 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18042
18043 * replace.el (occur-rename-buffer): Fix docstring.
18044
18045 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18046 (edt-last-copied-word, edt-learn-macro-count)
18047 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18048 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18049 (time-string, zmacs-region-stays):
18050 * emulation/edt-mapper.el (edt-save-function-key-map)
18051 (EDT-key-name): `defvar' to silence the byte-compiler.
18052
18053 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18054
18055 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18056 font-lock-regexp-backslash. Doc fix.
18057 (font-lock-regexp-backslash-grouping-construct): Rename from
18058 font-lock-regexp-backslash-construct. Doc fix.
18059 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18060 grouping constructs.
18061
18062 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18063
18064 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18065 updating all the prerequisites.
18066
18067 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18068
18069 * textmodes/org.el (org-agenda-start-on-weekday)
18070 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18071 (org-agenda-use-time-grid, org-archive-location)
18072 (org-allow-space-in-links, org-usenet-links-prefer-google)
18073 (org-enable-table-editor, org-export-default-language)
18074 (org-export-html-show-new-buffer, org-fill-paragraph)
18075 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18076 (org-goto-quit, org-occur, org-eval-in-calendar)
18077 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18078 (org-agenda-diary-entry, org-remember-help)
18079 (org-table-convert-region, org-at-table-p)
18080 (org-table-move-row-down, org-table-move-row-up)
18081 (org-table-copy-region, org-table-toggle-vline-visibility)
18082 (org-table-get-stored-formulas, org-table-get-specials)
18083 (org-recalc-commands, org-table-eval-formula)
18084 (org-table-formula-substitute-names, orgtbl-make-binding)
18085 (org-format-org-table-html, org-format-table-table-html)
18086 (org-format-table-table-html-using-table-generate-source)
18087 (org-customize): Fix typos in docstrings.
18088 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18089 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18090 (org-back-to-heading): Doc fixes.
18091 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18092 (org-agenda-change-all-lines, org-get-header):
18093 Improve argument/docstring consistency.
18094 (orgtbl-error): Fix error message.
18095
18096 * progmodes/flymake.el (flymake-find-possible-master-files)
18097 (flymake-master-file-compare, flymake-get-line-err-count)
18098 (flymake-highlight-line, flymake-gui-warnings-enabled):
18099 Fix typos in docstrings.
18100 (flymake-parse-line, flymake-get-project-include-dirs-function)
18101 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18102 Doc fixes.
18103 (flymake-get-project-include-dirs-function)
18104 (flymake-make-err-menu-data):
18105 Improve argument/docstring consistency.
18106
18107 2005-07-01 Lute Kamstra <lute@gnu.org>
18108
18109 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18110 Catch errors with ignore-errors. Use temporary buffer.
18111 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18112
18113 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18114 background color faces.
18115 (facemenu-set-foreground, facemenu-set-background):
18116 Use facemenu-set-face-from-menu.
18117 (facemenu-set-face-from-menu): Treat face names that start with
18118 "fg:" or "bg:" as special.
18119 (facemenu-add-new-color): Don't create faces. Simplify.
18120
18121 2005-06-30 Richard M. Stallman <rms@gnu.org>
18122
18123 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18124 (crm-find-current-element): Likewise.
18125
18126 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18127
18128 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18129
18130 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18133 (archive-mouse-extract): Make it an obsolete alias.
18134 (archive-mode-map): Don't use archive-mouse-extract any more.
18135 (archive-mode, archive-extract): write-contents-hooks ->
18136 write-contents-functions.
18137 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18138 first arg.
18139 (archive-rename-entry): Update the call.
18140 (archive-zip-summarize): Remove unused var `method'.
18141 (archive-lzh-summarize): Remove unused var `creator'.
18142
18143 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18144 dedicated frame upon exit.
18145
18146 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18147 (archive-zip-extract, archive-zip-expunge)
18148 (archive-zip-update, archive-zip-update-case): Use executable-find.
18149 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18150 Use restore-buffer-modified-p.
18151 (archive-extract, archive-add-new-member, archive-write-file-member):
18152 Use with-current-buffer.
18153 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18154
18155 2005-06-30 Andreas Schwab <schwab@suse.de>
18156
18157 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18158
18159 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18160
18161 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18162
18163 2005-06-30 Juri Linkov <juri@jurta.org>
18164
18165 * faces.el (vertical-border): Inherit from mode-line-inactive
18166 only on tty.
18167
18168 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18169
18170 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18171 example, -NLINES in the `occur' docstring).
18172
18173 * replace.el (occur-1): When no matches are found, do not set the
18174 `buffer-read-only' and modified flags for the occur buffer,
18175 because it is deleted.
18176
18177 * emulation/cua-base.el (cua-check-pending-input)
18178 (cua-repeat-replace-region, cua-mode, cua-debug)
18179 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18180 Fix typos in docstrings.
18181
18182 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18183 (cua-cut-region-to-global-mark)
18184 (cua--cut-rectangle-to-global-mark):
18185 Remove period from end of messages.
18186
18187 * emulation/cua-rect.el (cua-do-rectangle-padding):
18188 Remove period from end of messages.
18189 (cua--rectangle-seq-format): Fix typo in docstring.
18190 (cua-sequence-rectangle, cua-fill-char-rectangle):
18191 Improve argument/docstring consistency.
18192
18193 2005-06-29 Juri Linkov <juri@jurta.org>
18194
18195 * faces.el (default-frame-background-mode): New internal variable.
18196 (frame-set-background-mode): Use it.
18197
18198 * startup.el (normal-top-level): Set default-frame-background-mode
18199 instead of frame-background-mode. Before setting it, test for its
18200 nil value. Remove tests for frame-background-mode and frame
18201 parameter `reverse'. Add test for "unspecified-fg".
18202
18203 * term/xterm.el (xterm-rxvt-set-background-mode):
18204 * term/rxvt.el (rxvt-set-background-mode):
18205 Set default-frame-background-mode instead of frame-background-mode.
18206
18207 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18208
18209 * simple.el (set-variable): Warn about obsolete user variables.
18210
18211 * imenu.el (imenu--completion-buffer):
18212 * mouse.el (mouse-buffer-menu-alist):
18213 * msb.el (msb-invisible-buffer-p):
18214 * calendar/diary-lib.el (diary-header-line-format):
18215 * emacs-lisp/pp.el (pp-buffer):
18216 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18217 * textmodes/picture.el (picture-replace-match):
18218 Change space constants followed by a sexp to "?\s ".
18219
18220 * play/decipher.el (decipher-loop-with-breaks):
18221 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18222 constants "protected" from end of line by a comment to "?\s".
18223
18224 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 * font-lock.el (save-buffer-state): Use `declare'.
18227
18228 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18229 reset the syntax-table to cperl-mode-syntax-table.
18230 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18231 "foo_print_bar" is not matched as a reserved keyword.
18232
18233 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18234
18235 * textmodes/org.el (orgtbl-setup): New function, for delayed
18236 setup for the orgtbl commands.
18237 (org-calc-default-modes): New option.
18238 (orgtbl-make-binding): Use `defun' to get better help display.
18239 (org-diary): Call `org-compile-prefix-format'.
18240 (org-table-formula-substitute-names): New function.
18241 (org-agenda-day-view, org-agenda-week-view): New commands.
18242 (org-agenda-toggle-week-view): Command removed.
18243 (org-tbl-menu): Split off from org-org-menu.
18244 (org-mode): Move removal of outline-mode menus to here.
18245 (org-table-formula-debug): New option.
18246 (org-table-insert-row): Keep first field if just "#" or "*".
18247 (org-mode): Paragraph regexps fixed.
18248 (org-table-recalculate-regexp): New constant.
18249 (org-table-justify-field-maybe): Avoid replace if not necessary.
18250 (org-copy-special, org-cut-special): Use `call-interactively'.
18251 (org-table-copy-region): Take region from `interactive' call.
18252 (org-trim): Return string even if no match.
18253 (org-formula): New face.
18254 (org-set-font-lock-defaults): No longer highlight "FIXME".
18255 But highlight formula-related fields in table.
18256 (org-table-p): Use regexp, not fontification.
18257 (org-table-align): Handle white space at end of line.
18258 (org-table-formula-evaluate-inline): New option.
18259 (org-mode): Auto-wrapping in comment lines turned off.
18260 (org-table-copy-down): Evaluate only in copied field, not in
18261 destination.
18262 (org-table-current-formula): Variable removed.
18263 (org-table-store-formulas, org-table-get-stored-formulas)
18264 (org-table-modify-formulas, org-table-replace-in-formulas)
18265 (org-table-maybe-eval-formula): New functions.
18266 (org-table-get-formula): Modify to use stored formulas.
18267 (org-table-insert-column, org-table-delete-column)
18268 (org-table-move-column): Call `org-table-modify-formulas'.
18269 (org-complete): Add completion for keyword formulas.
18270 (orgtbl-mode): Pull orgtbl-mode-map to start of
18271 minor-mode-map-alist.
18272
18273 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * progmodes/python.el (python-check): Require `compile' before
18276 modifying its variables.
18277
18278 * newcomment.el (comment-indent-default): Don't get fooled by an early
18279 end of buffer.
18280
18281 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18282
18283 * ps-print.el (ps-print-version): Fix version number.
18284
18285 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18286
18287 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18288
18289 2005-06-28 Richard M. Stallman <rms@gnu.org>
18290
18291 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18292 (flyspell-local-mouse-map): Declaration deleted.
18293 (flyspell-mouse-map): Bind only mouse-2.
18294 (flyspell-mode-map): Don't test flyspell-use-local-map.
18295 (flyspell-overlay-keymap-property-name): Var deleted.
18296 (flyspell-mode-on): Don't make local bindings for
18297 flyspell-mouse-map and flyspell-mode-map.
18298 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18299
18300 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18301
18302 * progmodes/compile.el (compilation-next-error-function):
18303 Don't switch buffers; operate on the current buffer.
18304
18305 * progmodes/compile.el (compilation-error-file-name)
18306 (compilation-warning-file-name, compilation-info-file-name)
18307 (compilation-line-number, compilation-column-number): New faces.
18308 (compilation-error-face, compilation-warning-face)
18309 (compilation-info-face, compilation-line-face)
18310 (compilation-column-face): Use them.
18311
18312 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18313
18314 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18315
18316 * bindings.el (global-map): Bind insertchar and its variants.
18317
18318 2005-06-27 Richard M. Stallman <rms@gnu.org>
18319
18320 * textmodes/artist.el (artist-text-overwrite)
18321 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18322
18323 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18324
18325 * ps-print.el: It was not working the page selection for printing.
18326 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18327 (ps-print-version): New version 6.6.7.
18328 (ps-end-sheet): New fun.
18329 (ps-header-sheet, ps-end-job): Call it.
18330
18331 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18332
18333 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18334
18335 2005-06-27 Lute Kamstra <lute@gnu.org>
18336
18337 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18338 background color faces.
18339 (facemenu-get-face): Delete function.
18340 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18341 (facemenu-add-new-color): Make second argument mandatory.
18342 Create the appropriate face and return it. Simplify.
18343 (facemenu-set-foreground, facemenu-set-background): Don't check if
18344 color is defined. Use return value of facemenu-add-new-color.
18345
18346 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18347
18348 * progmodes/gud.el (gud-filter): Add missing argument to
18349 with-selected-window.
18350
18351 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18354 a :require to the defcustom.
18355
18356 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18357 defcustoms corresponding to minor modes.
18358
18359 2005-06-26 David Ponce <david@dponce.com>
18360
18361 * recentf.el: Require tree-widget instead of wid-edit.
18362 (recentf-filename-handler): Fix widget :type.
18363 (recentf-cancel-dialog, recentf-open-more-files)
18364 (recentf-open-files-action): Doc fix.
18365 (recentf-dialog-goto-first): New function.
18366 (recentf-dialog-mode-map): Set parent keymap first.
18367 (recentf-dialog-mode): Define with define-derived-mode.
18368 Don't display continuation lines in dialogs.
18369 (recentf-edit-list): Rename from recentf-edit-selected-items.
18370 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18371 Simplify.
18372 (recentf-edit-list-validate): New function.
18373 (recentf-edit-list): Update accordingly.
18374 (recentf-open-files-item-shift): Remove.
18375 (recentf-open-files-item): Convert menu elements into tree and
18376 link widgets. Don't create the widgets.
18377 (recentf-open-files): Update accordingly.
18378 (recentf-save-list): Untabify.
18379
18380 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18381
18382 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18383 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18384 partially contained in the active region. Do not take active
18385 region into account when called from Lisp, unless INTERACTIVE arg
18386 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18387 avoid trouble with fields. Make marker point nowhere when no
18388 longer used. Always return nil. Doc fix.
18389 (flush-lines): Add INTERACTIVE arg. Do not take active region
18390 into account when called from Lisp, unless INTERACTIVE arg is
18391 non-nil. Use `forward-line' instead of `beginning-of-line' to
18392 avoid trouble with fields. Make marker point nowhere when no
18393 longer used. Always return nil. Doc fix.
18394 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18395 interchangeable. Do not take active region into account when
18396 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18397 message in echo area when called from Lisp, unless INTERACTIVE arg
18398 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18399 Return the number of matches. Doc fix.
18400 (occur): Doc fix.
18401 (perform-replace): Make comment follow double space convention for
18402 the sake of `outline-minor-mode'.
18403
18404 * faces.el (facep): Doc fix.
18405
18406 2005-06-25 Richard M. Stallman <rms@gnu.org>
18407
18408 * facemenu.el (facemenu-enable-faces-p): New function.
18409 (facemenu-background-menu, facemenu-foreground-menu)
18410 (facemenu-face-menu): Add menu-enable property.
18411
18412 * jka-compr.el (jka-compr-insert-file-contents):
18413 Special handling if cannot find the uncompression program.
18414
18415 * cus-face.el (custom-face-attributes): Add autoload.
18416
18417 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18418 Bind comment-indent-function locally.
18419
18420 * window.el (save-selected-window): Use save-current-buffer.
18421
18422 * subr.el (with-selected-window): Use save-current-buffer.
18423
18424 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18425 and with-current-buffer.
18426
18427 2005-06-24 Richard M. Stallman <rms@gnu.org>
18428
18429 * simple.el (line-move-1): Fix previous change.
18430
18431 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18432
18433 * replace.el (occur-1): Set `buffer-read-only' and the
18434 buffer-modified flag before running `occur-hook' to protect
18435 against unintentional buffer switches that can lead to data loss.
18436
18437 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18438
18439 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18440 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18441 initial error.
18442
18443 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18444 after fresh input.
18445 (gdb-var-create-handler): Put name of expression in quotes.
18446
18447 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18448
18449 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18450 elements of RING in order, and without bogus nil elements.
18451
18452 2005-06-23 Richard M. Stallman <rms@gnu.org>
18453
18454 * simple.el (set-variable): Args renamed; doc fix.
18455 (line-move-1): When there are overlays around, use vertical-motion.
18456
18457 * faces.el (escape-glyph): Use brown against light background.
18458 (nobreak-space): Rename from no-break-space.
18459 Fix previous change.
18460
18461 * dired-aux.el (dired-do-copy): Fix arg prompt.
18462
18463 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18464
18465 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18466
18467 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18468 rather than "Distributor".
18469
18470 2005-06-23 Lute Kamstra <lute@gnu.org>
18471
18472 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18473 (debug-on-entry): Use it. New interactive declaration that uses
18474 function-called-at-point.
18475
18476 2005-06-23 Kim F. Storm <storm@cua.dk>
18477
18478 * subr.el (save-match-data): Add comment about using evaporate arg
18479 to set-match-data.
18480
18481 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18482
18483 * cus-edit.el (customize-face)
18484 (customize-face-other-window): Handle face aliases.
18485
18486 * faces.el (face-documentation, set-face-attribute)
18487 (face-spec-set): Handle face aliases.
18488
18489 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18490
18491 * help-mode.el (help-make-xrefs): If a symbol representing a face
18492 name is not followed by the word "face", it could still be a
18493 function or variable name, so don't bypass other checks.
18494
18495 2005-06-22 Juri Linkov <juri@jurta.org>
18496
18497 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18498 Replace aliased functions with calls where second arg `inherit' is t.
18499
18500 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18501
18502 * progmodes/gdb-ui.el (gdb-error): New variable.
18503 (gdb-error): New function.
18504 (gdb-annotation-rules): Act on error-begin and error annotations.
18505 (gdb-concat-output): Use font-lock-warning-face for errors.
18506
18507 2005-06-22 Miles Bader <miles@gnu.org>
18508
18509 * bindings.el (propertized-buffer-identification): Use renamed
18510 `Buffer-menu-buffer' face.
18511
18512 * faces.el (vertical-border): Rename from `vertical-divider'.
18513 (escape-glyph): Change dark-background color back to `cyan'.
18514
18515 2005-06-21 Juri Linkov <juri@jurta.org>
18516
18517 * faces.el (face-user-default-spec): Try getting `customized-face'
18518 prior to `saved-face'.
18519 (frame-background-mode): Refill docstring.
18520
18521 * emacs-lisp/lisp-mode.el (eval-defun-1):
18522 * emacs-lisp/edebug.el (edebug-eval-defun):
18523 Set `saved-face' temporarily to nil before calling form.
18524 Set `customized-face' to the new spec after that.
18525
18526 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18527
18528 * subr.el (1value, lambda, key-substitution-in-progress):
18529 Doc fixes.
18530
18531 * autoinsert.el (auto-insert-alist):
18532 * ses.el (ses-call-printer):
18533 * subr.el (noreturn):
18534 * emacs-lisp/lisp.el (check-parens):
18535 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18536 * net/browse-url.el (browse-url-mosaic):
18537 * progmodes/cc-defs.el (c-safe-scan-lists):
18538 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18539 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18540 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18541 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18542 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18543 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18544
18545 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18546
18547 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18548
18549 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18550
18551 * calendar/appt.el (appt-make-list): Activate the package, if
18552 not already active (for backwards compatibility).
18553
18554 2005-06-20 Kim F. Storm <storm@cua.dk>
18555
18556 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18557
18558 2005-06-20 Miles Bader <miles@gnu.org>
18559
18560 * faces.el (vertical-divider): New face.
18561
18562 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18563
18564 * simple.el (kill-whole-line): Doc fix.
18565 (next-error-buffer-p, next-error-find-buffer)
18566 (clone-indirect-buffer): Fix typos in docstrings.
18567 (comment-line-break-function): Doc fix: don't say variable
18568 is automatically buffer-local (it isn't).
18569
18570 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18571
18572 * net/tramp-ftp.el (top):
18573 * net/tramp-smb.el (top):
18574 * net/tramp-util.el (top):
18575 * net/tramp-uu.el (top):
18576 * net/tramp-vc.el (top):
18577 * net/tramp.el (top): Revert copyright years back to original
18578 ones. Tramp has a life outside GNU Emacs.
18579
18580 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18581
18582 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18583
18584 2005-06-18 Juri Linkov <juri@jurta.org>
18585
18586 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18587 end of first regexp to limit the match to the position between
18588 line number and source line with same separator character as used
18589 between file name and line number. In the second regexp limit
18590 mouse-face area to file name and line number by adding new group
18591 for them and referring it in HYPERLINK arg.
18592 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18593 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18594 previous line where grep markers may be already removed.
18595
18596 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18597
18598 * progmodes/ps-mode.el: Update version and maintainer's email address.
18599
18600 2005-06-18 Steve Youngs <steve@xemacs.org>
18601
18602 * net/browse-url.el (browse-url-browser-function)
18603 (browse-url-default-browser): Add firefox.
18604 (browse-url-firefox-program, browse-url-firefox-arguments)
18605 (browse-url-firefox-startup-arguments)
18606 (browse-url-firefox-new-window-is-tab): New defcustoms.
18607 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18608
18609 2005-06-17 Richard M. Stallman <rms@gnu.org>
18610
18611 * startup.el (command-line): Warn if specified user name has
18612 no home directory.
18613
18614 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18615 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18616
18617 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18618 Doc fixes.
18619
18620 * faces.el (underline): Try bold if terminal doesn't support underline.
18621
18622 * mail/sendmail.el (mail-setup-with-from): New variable.
18623 (mail-insert-from-field): New function.
18624 (sendmail-send-it): Call it.
18625 (mail-setup): Optionally call it here.
18626
18627 * term/linux.el: Call tty-no-underline.
18628
18629 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18630
18631 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18632
18633 2005-06-17 Miles Bader <miles@gnu.org>
18634
18635 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18636 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18637 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18638 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18639 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18640 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18641 Remove "-face" suffix from face names.
18642 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18643 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18644 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18645 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18646 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18647 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18648 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18649 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18650 New backward-compatibility aliases for renamed faces.
18651 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18652 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18653 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18654 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18655 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18656 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18657 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18658 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18659 Use renamed ediff faces.
18660
18661 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18662 Remove "-face" suffix from face names.
18663 (eshell-test-ok-face, eshell-test-failed-face):
18664 New backward-compatibility aliases for renamed faces.
18665 (eshell-run-test): Use renamed eshell-test faces.
18666
18667 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18668 face name.
18669 (eshell-prompt-face): New backward-compatibility alias for renamed
18670 face.
18671 (eshell-emit-prompt): Use renamed eshell-prompt face.
18672
18673 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18674 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18675 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18676 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18677 Remove "-face" suffix from face names.
18678 (eshell-ls-directory-face, eshell-ls-symlink-face)
18679 (eshell-ls-executable-face, eshell-ls-readonly-face)
18680 (eshell-ls-unreadable-face, eshell-ls-special-face)
18681 (eshell-ls-missing-face, eshell-ls-archive-face)
18682 (eshell-ls-backup-face, eshell-ls-product-face)
18683 (eshell-ls-clutter-face):
18684 New backward-compatibility aliases for renamed faces.
18685 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18686
18687 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18688 Remove "-face" suffix from face name.
18689 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18690 instead of literal face.
18691
18692 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18693
18694 * emacs-lisp/warnings.el (display-warning, lwarn)
18695 (warning-minimum-log-level): Doc fixes.
18696 (warning-minimum-level, warning-minimum-log-level):
18697 Add :debug to :type choices.
18698
18699 * progmodes/ada-mode.el (ada-format-paramlist)
18700 (ada-get-indent-case, ada-check-matching-start)
18701 (ada-check-defun-name, ada-goto-matching-decl-start)
18702 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18703 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18704 (ada-make-subprogram-body): Follow error conventions.
18705 (ada-case-exception-file, ada-indent-comment-as-code)
18706 (ada-indent-handle-comment-special, ada-indent-renames)
18707 (ada-indent-return, ada-search-directories-internal)
18708 (ada-tab-policy, ada-case-exception-substring)
18709 (ada-other-file-alist, ada-matching-start-re)
18710 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18711 (ada-imenu-generic-expression, ada-compile-goto-error)
18712 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18713 (ada-popup-menu, ada-add-extensions, ada-mode)
18714 (ada-region-selected, ada-create-case-exception)
18715 (ada-create-case-exception-substring, ada-after-keyword-p)
18716 (ada-activate-keys-for-case, ada-adjust-case-region)
18717 (ada-adjust-case-buffer, ada-format-paramlist)
18718 (ada-scan-paramlist, ada-insert-paramlist)
18719 (ada-indent-newline-indent)
18720 (ada-indent-newline-indent-conditional)
18721 (ada-justified-indent-current, ada-goto-previous-word)
18722 (ada-indent-current, ada-get-indent-open-paren)
18723 (ada-get-indent-paramlist, ada-get-indent-end)
18724 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18725 (ada-get-indent-block-start, ada-get-indent-subprog)
18726 (ada-get-indent-noindent, ada-get-indent-label)
18727 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18728 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18729 (ada-goto-stmt-end, ada-goto-next-word)
18730 (ada-check-matching-start, ada-check-defun-name)
18731 (ada-goto-matching-decl-start, ada-goto-matching-start)
18732 (ada-goto-matching-end, ada-search-ignore-string-comment)
18733 (ada-in-decl-p, ada-looking-at-semi-or)
18734 (ada-looking-at-semi-private, ada-in-paramlist-p)
18735 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18736 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18737 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18738 (ada-previous-package, ada-create-menu)
18739 (ada-fill-comment-paragraph-justify)
18740 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18741 (ada-other-file-name, ada-last-which-function-line)
18742 (ada-last-which-function-subprog, ada-which-function)
18743 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18744 (ada-gen-treat-proc, ada-check-emacs-version)
18745 (ada-continuation-indent, ada-align-region-separate):
18746 Fix typos in docstrings.
18747 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18748
18749 2005-06-16 Lute Kamstra <lute@gnu.org>
18750
18751 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18752 conditionally.
18753
18754 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18755
18756 * comint.el (comint-replace-by-expanded-filename)
18757 (comint-prompt-regexp, comint-delimiter-argument-list)
18758 (comint-preinput-scroll-to-bottom):
18759 * info.el (Info-hide-cookies-node):
18760 * ls-lisp.el (ls-lisp-classify):
18761 * find-file.el (ff-search-directories, ff-special-constructs)
18762 (ff-find-other-file):
18763 * font-lock.el (font-lock-keywords):
18764 * shell.el (shell-prompt-pattern)
18765 (shell-dynamic-complete-functions, shell-mode)
18766 (shell-delimiter-argument-list):
18767 * term.el (term-replace-by-expanded-filename)
18768 (term-prompt-regexp, term-delimiter-argument-list):
18769 * woman.el (woman-ignore, woman0-if):
18770 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18771 * emacs-lisp/elint.el (elint-init-env):
18772 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18773 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18774 * language/ethio-util.el (ethio-tilde-escape)
18775 (ethio-use-three-dot-question):
18776 * net/zone-mode.el (zone-mode-load-time-setup):
18777 * progmodes/cc-align.el (c-lineup-argcont):
18778 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18779 * progmodes/cperl-mode.el (cperl-set-style-back):
18780 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18781 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18782 Fix spellings in docstrings.
18783
18784 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18785 * progmodes/modula2.el (m2-for): Fix spellings.
18786
18787 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18788
18789 * simple.el (undo-more): Don't use `format' on `error' arguments.
18790 Improve argument/docstring consistency.
18791 (pending-undo-list): Doc fix.
18792
18793 * smerge-mode.el (smerge-ensure-match):
18794 * emulation/vip.el (vip-ex):
18795 * net/zone-mode.el (zone-mode-update-serial):
18796 * progmodes/idlwave.el (idlwave-complete):
18797 * progmodes/vhdl-mode.el (vhdl-visit-file)
18798 (vhdl-compose-wire-components):
18799 Don't use `format' on `error' arguments.
18800
18801 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18802 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18803 (tooltip-help-tips): Fix typos in docstrings.
18804
18805 2005-06-16 David Ponce <david@dponce.com>
18806
18807 * tree-widget.el (tree-widget-value-create): Simplify last change.
18808
18809 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18810
18811 * ido.el (ido-incomplete-regexp): New variable.
18812 (ido-set-matches-1): Handle invalid-regexp error and set
18813 ido-incomplete-regexp.
18814 (ido-incomplete-regexp): New face.
18815 (ido-completions): Use it.
18816 (ido-complete, ido-exit-minibuffer, ido-completions):
18817 Handle incomplete regexps.
18818 (ido-completions): Add check for complete match when entering a regexp.
18819
18820 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18823
18824 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18825
18826 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18827 by field delimiters.
18828
18829 2005-06-15 David Ponce <david@dponce.com>
18830
18831 * tree-widget.el: eval-and-compile inlined functions so they will
18832 be available at run-time too.
18833 (tree-widget-super-format-handler)
18834 (tree-widget-format-handler): Remove.
18835 (tree-widget-value-create): Handle the :indent property.
18836
18837 2005-06-15 Miles Bader <miles@gnu.org>
18838
18839 * progmodes/which-func.el (which-func): Only inherit
18840 `font-lock-function-name-face' when that makes sense against the
18841 default mode-line face, otherwise set the face color explicitly.
18842
18843 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18844 faces instead of (non-existent) variables.
18845
18846 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18847
18848 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18849 (iswitchb-get-matched-buffers): Likewise. Simplify.
18850
18851 2005-06-14 Miles Bader <miles@gnu.org>
18852
18853 * progmodes/ld-script.el (ld-script-location-counter):
18854 Remove "-face" suffix from face name.
18855 (ld-script-location-counter-face):
18856 New backward-compatibility alias for renamed face.
18857 (ld-script-location-counter-face): Use renamed face.
18858
18859 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18860 (cperl-hash): Remove "-face" suffix from face names.
18861 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18862 New backward-compatibility aliases for renamed faces.
18863 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18864 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18865
18866 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18867 name.
18868 (which-func-face): New backward-compatibility alias for renamed face.
18869 (which-func-format): Use renamed which-func face.
18870
18871 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18872 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18873 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18874 names.
18875 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18876 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18877 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18878 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18879 (vhdl-speedbar-architecture-selected)
18880 (vhdl-speedbar-configuration-selected)
18881 (vhdl-speedbar-package-selected)
18882 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18883 names.
18884 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18885 Use renamed faces.
18886 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18887 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18888 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18889 Use renamed faces.
18890 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18891 names.
18892 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18893 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18894 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18895 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18896 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18897 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18898
18899 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18900 face name.
18901 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18902 (sh-heredoc-face): Use renamed sh-heredoc face.
18903
18904 * progmodes/idlw-help.el (idlwave-help-link):
18905 Remove "-face" suffix from face name.
18906 (idlwave-help-link-face):
18907 New backward-compatibility alias for renamed face.
18908 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18909
18910 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18911 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18912 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18913 New backward-compatibility aliases for renamed faces.
18914 (idlwave-shell-disabled-breakpoint-face)
18915 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18916
18917 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18918 Remove "-face" suffix from face names.
18919 (flymake-errline-face, flymake-warnline-face):
18920 New backward-compatibility aliases for renamed faces.
18921 (flymake-highlight-line): Use renamed flymake faces.
18922
18923 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18924 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18925 (ebrowse-member-class, ebrowse-progress):
18926 Remove "-face" suffix from face names.
18927 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18928 (ebrowse-file-name-face, ebrowse-default-face)
18929 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18930 (ebrowse-progress-face):
18931 New backward-compatibility aliases for renamed faces.
18932 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18933 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18934 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18935 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18936
18937 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18938 antlr-syntax)
18939 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18940 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18941 names.
18942 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18943 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18944 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18945 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18946 backward-compatibility aliases for renamed faces.
18947 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18948 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18949 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18950 remove "font-lock-". Use renamed antlr-mode faces.
18951 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18952 literal face-names with face variable references.
18953
18954 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18955 face name.
18956 (Buffer-menu-buffer-face): New backward-compatibility alias for
18957 renamed face.
18958 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18959
18960 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18961
18962 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18963 Eliminate "-face" suffix.
18964 (makefile-targets): Inherit from font-lock-function-name-face and
18965 eliminate "-face" suffix.
18966 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18967 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18968 actions, instead of prepending, to make it less visible.
18969 (makefile-previous-dependency, makefile-match-dependency):
18970 Don't match a target on a continuation line.
18971
18972 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18973
18974 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18975
18976 * progmodes/gdb-ui.el (menu): Re-order menu items.
18977 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18978
18979 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18980 Define in tooltip.el.
18981 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18982 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18983 gud-tooltip-echo-area.
18984
18985 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18986 backward compatibility and make obsolete.
18987 (tooltip-help-tips): Use tooltip-use-echo-area.
18988 (tooltip-show-help-function): Rename to...
18989 (tooltip-show-help): ...this, because it is a function.
18990 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18991
18992 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18993
18994 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18995 (edebug-print-length, edebug-print-level, edebug-print-circle)
18996 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18997 (edebug-eval-print-last-sexp): Doc fixes.
18998
18999 2005-06-14 Kim F. Storm <storm@cua.dk>
19000
19001 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19002 as the coverage buffer/file/both may change.
19003
19004 2005-06-14 Lute Kamstra <lute@gnu.org>
19005
19006 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19007 and run-mode-hooks. Simplify.
19008
19009 * mail/rmailedit.el (rmail-edit-mode):
19010 * progmodes/octave-inf.el (inferior-octave-mode):
19011 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19012
19013 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19014 and run-mode-hooks.
19015 (recentf-edit-list, recentf-open-files): Don't call
19016 kill-all-local-variables directly.
19017
19018 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19019
19020 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19021
19022 * emacs-lisp/byte-run.el (make-obsolete)
19023 (define-obsolete-function-alias): Rename arguments FUNCTION and
19024 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19025 (make-obsolete-variable, define-obsolete-variable-alias):
19026 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19027 respectively.
19028
19029 * isearchb.el (isearchb-activate):
19030 * pcvs.el (cvs-mode):
19031 * ses.el (ses-load):
19032 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19033 * net/tramp.el (tramp-find-file-exists-command)
19034 (tramp-find-shell):
19035 * progmodes/ada-mode.el (ada-create-case-exception)
19036 (ada-create-case-exception-substring, ada-make-subprogram-body):
19037 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19038 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19039 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19040 * textmodes/org.el (org-promote, org-evaluate-time-range)
19041 (org-agenda-next-date-line, org-agenda-previous-date-line)
19042 (org-agenda-error, org-open-at-point, org-table-move-row)
19043 (org-format-table-table-html-using-table-generate-source)
19044 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19045 * textmodes/reftex.el (reftex-access-scan-info):
19046 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19047 (reftex-toc-promote-prepare): Follow error conventions.
19048
19049 * diff-mode.el (diff-mode): Fix typo in docstring.
19050
19051 * forms.el (forms--intuit-from-file): Fix reference to
19052 `forms-number-of-fields' in error message.
19053 (forms-print): Fix quoting in error message.
19054
19055 * forms.el (forms-mode):
19056 * emulation/vi.el (vi-goto-insert-state):
19057 * progmodes/flymake.el (flymake-new-err-info)
19058 (flymake-start-syntax-check-for-current-buffer)
19059 (flymake-simple-cleanup):
19060 * eshell/esh-var.el (eshell/export):
19061 * progmodes/gud.el (xdb):
19062 * textmodes/flyspell.el (flyspell-incorrect-hook)
19063 (flyspell-maybe-correct-transposition)
19064 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19065
19066 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19067
19068 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19069 minibuffer prompt.
19070
19071 2005-06-13 Kim F. Storm <storm@cua.dk>
19072
19073 * subr.el (add-to-ordered-list): New defun.
19074
19075 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19076 add cua--keymap-alist to emulation-mode-map-alists.
19077
19078 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19079
19080 * subr.el (complete-in-turn): New macro.
19081 (dynamic-completion-table, lazy-completion-table): Add debug info.
19082
19083 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19084 in preference to face aliases.
19085
19086 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19087 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19088 Remove unused vars `start' and `firstline'.
19089 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19090 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19091
19092 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19093
19094 * cus-start.el (all): Don't complain about missing GTK-related
19095 variables, unless either `gtk' is boundp or this isn't a
19096 `windows-nt' build.
19097
19098 2005-06-13 Lute Kamstra <lute@gnu.org>
19099
19100 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19101 run-mode-hooks.
19102
19103 * ediff-mult.el (ediff-meta-mode):
19104 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19105
19106 * ledit.el (ledit-mode): Use delay-mode-hooks.
19107
19108 * woman.el (woman-mode-line-format): Delete constant.
19109 (woman-mode-map): Initialize it properly.
19110 (woman-mode): Set mode-class property to special.
19111 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19112 Set major-mode and mode-name. Don't set mode-line-format directly.
19113 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19114
19115 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19116 string argument obsolete.
19117
19118 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19119
19120 * textmodes/org.el (org-CUA-compatible): New option.
19121 (org-disputed-keys): New variable.
19122 (org-key): New function.
19123 (orgtbl-make-binding): Add docstring to the created function.
19124 (org-mode): Set paragraph start/separate regexps.
19125 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19126 (org-archive-location, org-archive-mark-done)
19127 (org-archive-stamp-time): New options.
19128 (org-archive-subtree): New command.
19129 (org-fill-paragraph): New function.
19130 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19131 (org-fake-empty-table-line): Function removed.
19132 (org-format-org-table-html): Do not create empty table lines at
19133 separator lines. Improved table header treatment.
19134 (org-link-format): New option.
19135 (org-make-link): New function.
19136 (org-insert-link, org-store-link): Use org-make-link.
19137 (org-open-file): Quote file name for shell command, to allow
19138 spaces in file names.
19139 (org-link-regexp): Fix bug with mailto link.
19140 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19141 New constants.
19142 (org-export-as-html): Deal with the optional angles around a link.
19143 Better treatment of file: links.
19144 (org-open-at-point): Replace @{ and @} with < and >.
19145 (org-run-mode-hooks): Function removed.
19146 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19147
19148 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19149
19150 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19151 MI command -data-list-register-values.
19152 (gdb-post-prompt): Indent properly.
19153
19154 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19155
19156 * hilit-chg.el (highlight-changes-colors): Rename from
19157 `highlight-changes-colours'.
19158 (highlight-changes-colours): Keep as obsolete alias.
19159 (highlight-changes-face-list): Doc fix.
19160 (hilit-chg-make-list): Use `highlight-changes-colors'.
19161
19162 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19163
19164 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19165 defun-prompt-regexp.
19166
19167 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19168
19169 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19170 and cygwin.
19171
19172 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19173 Don't use an old loaddefs.el, as in Makefile.in.
19174
19175 2005-06-12 Lute Kamstra <lute@gnu.org>
19176
19177 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19178
19179 * man.el (Man-mode-map): Initialize it properly.
19180 (Man-mode): Set mode-class property to special.
19181
19182 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19183
19184 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19185
19186 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19187 A newline is needed in the docstring there.
19188
19189 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19190 Doc fixes.
19191
19192 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19193
19194 * printing.el: Doc fix. The menubar is no more changed when printing
19195 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19196 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19197 (pr-version): New version number (6.8.4).
19198 (pr-menu-bind): New command.
19199 (pr-update-menus): Docstring and code fix.
19200 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19201 Docstring fix.
19202 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19203 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19204
19205 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19206
19207 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19208 "Returns" to "return", document useful return values, etc.
19209
19210 2005-06-11 Alan Mackenzie <acm@muc.de>
19211
19212 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19213 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19214 (adaptive-file-function): Minor amendment to doc-string.
19215
19216 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19217
19218 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19219 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19220 Fix :type--it is `integer', not `string'.
19221
19222 * faces.el (modeline-highlight): Rename from (the erroneous)
19223 `modeline-higilight'.
19224
19225 2005-06-11 Lute Kamstra <lute@gnu.org>
19226
19227 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19228 lisp-interaction-mode-map but make it the parent.
19229 (edebug-eval-mode): Use define-derived-mode.
19230
19231 2005-06-11 Andreas Schwab <schwab@suse.de>
19232
19233 * bindings.el: Add binding of `ESC functionkey' for every
19234 `M-functionkey'.
19235 * hexl.el (hexl-mode-map): Likewise.
19236
19237 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19238
19239 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19240 [msft]: update regexp for newer msft compilers.
19241
19242 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19243
19244 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19245 ATTLIST portions of included DTDs.
19246 (xml-parse-dtd): Eliminate use of inefficient match-data.
19247
19248 2005-06-10 Miles Bader <miles@gnu.org>
19249
19250 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19251 (mpuz-text): Remove "-face" suffix from face names.
19252 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19253 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19254 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19255
19256 * play/gomoku.el (gomoku-O, gomoku-X):
19257 Remove "-face" suffix from face names.
19258 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19259 New backward-compatibility aliases for renamed faces.
19260 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19261
19262 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19263
19264 * thumbs.el: Fixes for changes of 2005-06-09.
19265 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19266 as a directory.
19267 (thumbs-thumbname): Remove directory separator from format string;
19268 `thumbs-thumbsdir' now returns a valid directory name.
19269 (thumbs-temp-dir): New defsubst.
19270 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19271 Use it.
19272
19273 * cus-edit.el (minibuffer):
19274 * files.el (make-backup-file-name-function):
19275 * filesets.el (filesets-external-viewers):
19276 * hilit-chg.el (highlight-changes-colours)
19277 (highlight-changes-face-list, highlight-changes-rotate-faces):
19278 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19279 * kmacro.el (kmacro-call-macro):
19280 * log-edit.el (log-edit-changelog-full-paragraphs):
19281 * mouse.el (mouse-1-click-follows-link):
19282 * skeleton.el (skeleton-autowrap):
19283 * subr.el (insert-for-yank-1):
19284 * tempo.el (tempo-insert-region):
19285 * terminal.el (terminal-emulator):
19286 * time.el (display-time-mail-face):
19287 * vc.el (vc-annotate):
19288 * vcursor.el (vcursor-copy-line):
19289 * woman.el (woman-bold-headings, woman-ignore)
19290 (woman-default-faces, woman-monochrome-faces):
19291 * calendar/todo-mode.el (todo-insert-threshold):
19292 * emulation/pc-select.el (pc-select-selection-keys-only)
19293 (pc-selection-mode):
19294 * emulation/vip.el (vip-find-char-forward):
19295 * emulation/viper-cmd.el (viper-find-char-forward):
19296 * international/mule-cmds.el
19297 (select-safe-coding-system-accept-default-p)
19298 (input-method-exit-on-invalid-key):
19299 * international/mule-diag.el (describe-coding-system):
19300 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19301 * net/browse-url.el (browse-url-xterm-program):
19302 * obsolete/lazy-lock.el (lazy-lock-mode):
19303 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19304 (cperl-mode):
19305 * progmodes/cpp.el (cpp-face-light-name-list)
19306 (cpp-face-dark-name-list):
19307 * progmodes/delphi.el (delphi-newline-always-indents):
19308 Fix spellings in docstrings.
19309
19310 * ido.el (ido-mode, ido-file-extensions-order)
19311 (ido-default-file-method, ido-default-buffer-method)
19312 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19313 (ido-decorations, ido-read-file-name-as-directory-commands)
19314 (ido-read-file-name-non-ido, ido-work-directory-list)
19315 (ido-ignore-item-temp-list, ido-current-directory)
19316 (ido-magic-forward-char, ido-enter-find-file)
19317 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19318 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19319
19320 2005-06-10 Lute Kamstra <lute@gnu.org>
19321
19322 * play/dunnet.el (dun-mode): Use define-derived-mode.
19323 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19324 obsolete alias.
19325
19326 * play/doctor.el (doctor-mode-map): Remove defvar.
19327 (doctor-mode): Use define-derived-mode.
19328
19329 * mail/mspools.el (mspools-mode):
19330 * net/eudc-hotlist.el (eudc-hotlist-mode):
19331 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19332
19333 2005-06-10 Miles Bader <miles@gnu.org>
19334
19335 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19336 Remove "-face" suffix from face names.
19337 (flyspell-incorrect-face, flyspell-duplicate-face):
19338 New backward-compatibility aliases for renamed faces.
19339 (flyspell-mode-on, make-flyspell-overlay)
19340 (flyspell-highlight-incorrect-region)
19341 (flyspell-highlight-duplicate-region)
19342 (flyspell-display-next-corrections)
19343 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19344
19345 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19346 from face name.
19347 (texinfo-heading-face): New backward-compatibility alias for
19348 renamed face.
19349 (texinfo-heading-face): Use renamed texinfo-heading face.
19350
19351 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19352 suffix from face names.
19353 (tex-math-face, tex-verbatim-face):
19354 New backward-compatibility aliases for renamed faces.
19355 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19356 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19357 literal face name.
19358
19359 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19360 name.
19361 (table-cell-face): New backward-compatibility alias for renamed face.
19362 (table--put-cell-face-property, table--update-cell-face):
19363 Use renamed table-cell face.
19364
19365 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19366 from face name.
19367 (sgml-namespace-face): New backward-compatibility alias for
19368 renamed face.
19369 (sgml-namespace-face): Use renamed sgml-namespace face.
19370
19371 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19372 (org-level-4, org-level-5, org-level-6, org-level-7)
19373 (org-level-8, org-warning, org-headline-done)
19374 (org-deadline-announce, org-scheduled-today)
19375 (org-scheduled-previously, org-link, org-done, org-table)
19376 (org-time-grid): Remove "-face" suffix from face names.
19377 (org-level-1-face, org-level-2-face, org-level-3-face)
19378 (org-level-4-face, org-level-5-face, org-level-6-face)
19379 (org-level-7-face, org-level-8-face, org-warning-face)
19380 (org-headline-done-face, org-deadline-announce-face)
19381 (org-scheduled-today-face, org-scheduled-previously-face)
19382 (org-link-face, org-done-face, org-table-face)
19383 (org-time-grid-face):
19384 New backward-compatibility aliases for renamed faces.
19385 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19386 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19387 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19388 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19389
19390 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19391 (viper-minibuffer-emacs, viper-minibuffer-insert)
19392 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19393 (viper-search-face, viper-replace-overlay-face)
19394 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19395 (viper-minibuffer-vi-face):
19396 New backward-compatibility aliases for renamed faces.
19397 (viper-search-face, viper-replace-overlay-face)
19398 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19399 (viper-minibuffer-vi-face): Use renamed viper faces.
19400
19401 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19402 Remove "-face" suffix from face names.
19403 (testcover-nohits-face, testcover-1value-face):
19404 New backward-compatibility aliases for renamed faces.
19405 (testcover-mark): Use renamed testcover faces.
19406
19407 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19408 face name.
19409 (diary-button-face): New backward-compatibility alias for renamed face.
19410 (diary-entry): Use renamed diary-button face.
19411
19412 * calendar/calendar.el (diary, calendar-today, holiday)
19413 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19414 (diary-face, calendar-today-face, holiday-face):
19415 New backward-compatibility aliases for renamed faces.
19416 (eval-after-load "facemenu", diary-entry-marker)
19417 (calendar-today-marker, calendar-holiday-marker, diary-face):
19418 Use renamed calendar faces.
19419
19420 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19421 (compare-windows-face): New backward-compatibility alias for
19422 renamed face.
19423 (compare-windows-highlight): Use renamed compare-windows face.
19424
19425 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19426 (strokes-char-face): New backward-compatibility alias for renamed face.
19427 (strokes-encode-buffer): Use renamed strokes-char face.
19428
19429 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19430 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19431 Remove "-face" suffix from face names.
19432 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19433 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19434 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19435 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19436 Use renamed pcvs faces.
19437 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19438 * pcvs-defs.el (cvs-mode-map): Likewise.
19439 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19440
19441 * info.el (info-title-1, info-title-2, info-title-3)
19442 (info-title-4): Remove "-face" suffix from and downcase face names.
19443 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19444 (Info-title-4-face):
19445 New backward-compatibility aliases for renamed faces.
19446 (Info-fontify-node): Use renamed info faces.
19447
19448 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19449 Remove "-face" suffix from face names.
19450 (highlight-changes-face, highlight-changes-delete-face):
19451 New backward-compatibility aliases for renamed faces.
19452 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19453 (hilit-chg-make-list): Use renamed highlight-changes faces.
19454
19455 * generic-x.el (show-tabs-tab, show-tabs-space):
19456 Remove "-face" suffix from face names.
19457 (show-tabs-tab-face, show-tabs-space-face):
19458 New backward-compatibility aliases for renamed faces.
19459 (show-tabs-generic-mode-font-lock-defaults-1)
19460 (show-tabs-generic-mode-font-lock-defaults-2):
19461 Use renamed show-tabs faces.
19462
19463 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19464 (smerge-markers): Remove "-face" suffix from face names.
19465 (smerge-mine-face, smerge-other-face, smerge-base-face)
19466 (smerge-markers-face):
19467 New backward-compatibility aliases for renamed faces.
19468 (smerge-mine-face, smerge-other-face, smerge-base-face)
19469 (smerge-markers-face): Use renamed smerge faces.
19470
19471 * log-view.el (log-view-file, log-view-message): Remove "-face"
19472 suffix from face names.
19473 (log-view-file-face, log-view-message-face):
19474 New backward-compatibility aliases for renamed faces.
19475 (log-view-file-face, log-view-message-face): Use renamed log-view
19476 faces.
19477
19478 * paren.el (show-paren-match, show-paren-mismatch):
19479 Remove "-face" suffix from face names.
19480 (show-paren-match-face, show-paren-mismatch-face):
19481 New backward-compatibility aliases for renamed faces.
19482 (show-paren-function): Use renamed show-paren faces.
19483
19484 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19485 (ruler-mode-margins, ruler-mode-fringes)
19486 (ruler-mode-column-number, ruler-mode-fill-column)
19487 (ruler-mode-comment-column, ruler-mode-goal-column)
19488 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19489 suffix from face names.
19490 (ruler-mode-default-face, ruler-mode-pad-face)
19491 (ruler-mode-margins-face, ruler-mode-fringes-face)
19492 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19493 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19494 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19495 New backward-compatibility aliases for renamed faces.
19496 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19497 (ruler-mode-column-number, ruler-mode-fill-column)
19498 (ruler-mode-comment-column, ruler-mode-goal-column)
19499 (ruler-mode-tab-stop, ruler-mode-current-column)
19500 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19501 faces.
19502
19503 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19504 face name.
19505 (whitespace-highlight-the-space): Use renamed face.
19506 (whitespace-highlight-face): New backward-compatibility alias for
19507 renamed face.
19508
19509 * woman.el (woman-italic, woman-bold, woman-unknown)
19510 (woman-addition, woman-symbol-face):
19511 Remove "-face" suffix from face names.
19512 (woman-italic-face, woman-bold-face, woman-unknown-face)
19513 (woman-addition-face):
19514 New backward-compatibility aliases for renamed faces.
19515 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19516 (woman-decode-region, woman-replace-match)
19517 (woman-display-extended-fonts, woman-special-characters)
19518 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19519 Use renamed woman faces.
19520
19521 * longlines.el (longlines-visible-face): Face removed.
19522
19523 * diff-mode.el (diff-header, diff-file-header, diff-index)
19524 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19525 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19526 suffix from face names.
19527 (diff-header-face, diff-file-header-face, diff-index-face)
19528 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19529 (diff-changed-face, diff-function-face, diff-context-face)
19530 (diff-nonexistent-face): New backward-compatibility aliases for
19531 renamed faces.
19532 (diff-header-face, diff-file-header-face)
19533 (diff-index, diff-index-face, diff-hunk-header)
19534 (diff-hunk-header-face, diff-removed, diff-removed-face)
19535 (diff-added, diff-added-face, diff-changed-face, diff-function)
19536 (diff-function-face, diff-context-face, diff-nonexistent)
19537 (diff-nonexistent-face): Use renamed diff-mode faces.
19538
19539 * progmodes/compile.el (compilation-warning-face)
19540 (compilation-info-face): Remove "-face" suffix from face names.
19541 (compilation-warning-face, compilation-info-face):
19542 New backward-compatibility aliases for renamed faces.
19543 (compilation-warning-face, compilation-info-face):
19544 Use renamed compilation faces.
19545
19546 * add-log.el (change-log-date, change-log-name)
19547 (change-log-email, change-log-file, change-log-list)
19548 (change-log-conditionals, change-log-function)
19549 (change-log-acknowledgement): Remove "-face" suffix from face names.
19550 (change-log-date-face, change-log-name-face)
19551 (change-log-email-face, change-log-file-face)
19552 (change-log-list-face, change-log-conditionals-face)
19553 (change-log-function-face, change-log-acknowledgement-face):
19554 New backward-compatibility aliases for renamed faces.
19555 (change-log-font-lock-keywords): Use renamed change-log faces.
19556
19557 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19558 (custom-set, custom-changed, custom-saved, custom-button)
19559 (custom-button-pressed, custom-documentation, custom-state)
19560 (custom-comment, custom-comment-tag, custom-variable-tag)
19561 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19562 (custom-group-tag): Remove "-face" suffix from face names.
19563 (custom-magic-alist, custom-magic-value-create)
19564 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19565 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19566 (custom-set-face, custom-changed-face, custom-saved-face)
19567 (custom-button-face, custom-button-pressed-face)
19568 (custom-documentation-face, custom-state-face)
19569 (custom-comment-face, custom-comment-tag-face)
19570 (custom-variable-tag-face, custom-variable-button-face)
19571 (custom-face-tag-face, custom-group-tag-face-1)
19572 (custom-group-tag-face):
19573 New backward-compatibility aliases for renamed faces.
19574
19575 * wid-edit.el (widget-documentation, widget-button)
19576 (widget-field, widget-single-line-field, widget-inactive)
19577 (widget-button-pressed): "-face" suffix removed from face names.
19578 (widget-documentation-face, widget-button-face)
19579 (widget-field-face, widget-single-line-field-face)
19580 (widget-inactive-face, widget-button-pressed-face):
19581 New backward-compatibility aliases for renamed faces.
19582 (widget-documentation-face, widget-button-face)
19583 (widget-button-pressed-face, widget-specify-field)
19584 (widget-specify-inactive): Use renamed widget faces.
19585
19586 2005-06-10 Kenichi Handa <handa@m17n.org>
19587
19588 * term/x-win.el (x-clipboard-yank): Remove condition-case
19589 wrapping.
19590
19591 2005-06-11 Kenichi Handa <handa@m17n.org>
19592
19593 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19594 date lines stricter.
19595
19596 2005-06-10 Zhang Wei <id.brep@gmail.com>
19597
19598 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19599 of x-get-selection.
19600
19601 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19602
19603 * comint.el (comint-mode, comint-snapshot-last-prompt):
19604 * frame.el (frame-current-scroll-bars):
19605 * term.el (term-mode, term-check-proc, term-input-sender)
19606 (term-simple-send, term-extract-string, term-word)
19607 (term-match-partial-filename):
19608 * window.el (window-current-scroll-bars):
19609 * emulation/cua-base.el (cua-normal-cursor-color)
19610 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19611 (cua-global-mark-cursor-color):
19612 * mail/undigest.el (rmail-forward-separator-regex):
19613 Fix typos in docstrings.
19614
19615 * comint.el (comint-check-proc, make-comint-in-buffer)
19616 (comint-source-default): Doc fixes.
19617
19618 * term.el (term-send-string): Improve argument/docstring consistency.
19619
19620 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19621
19622 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19623 call to `delete-region'.
19624 (comint-mode-hook): Do not enable Font Lock by default.
19625
19626 2005-06-09 Lute Kamstra <lute@gnu.org>
19627
19628 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19629 could be void.
19630
19631 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19634 (debug): Use it.
19635 (debugger-step-through, debugger-continue, debugger-jump)
19636 (debugger-return-value): Set it when needed.
19637 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19638 Use inhibit-read-only.
19639
19640 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19641
19642 * window.el (shrink-window-if-larger-than-buffer)
19643 (window-size-fixed): Fix typo in docstring.
19644
19645 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19646 thumbnails directory on loading.
19647 (thumbs-conversion-program): Use `eq' to check the system type,
19648 not `equal'.
19649 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19650 not "/tmp". Fix docstring.
19651 (thumbs-thumbsdir): New function to return the thumbnails
19652 directory, creating it if needed.
19653 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19654 (thumbs-temp-file): Delete variable and make it into a function.
19655 (thumbs-resize-image, thumbs-modify-image): Use it.
19656 (thumbs-kill-buffer): Simplify.
19657 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19658 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19659 docstrings.
19660
19661 2005-06-09 Kim F. Storm <storm@cua.dk>
19662
19663 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19664 set-match-data to free markers in match-data.
19665
19666 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19667 match-data to unchain markers in match-data.
19668
19669 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19672 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19673 unnecessary now.
19674
19675 2005-06-08 Richard M. Stallman <rms@gnu.org>
19676
19677 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19678 give the variable a doc string that doesn't say don't set it directly.
19679
19680 * textmodes/ispell.el (ispell-check-version):
19681 Use match-string-no-properties.
19682 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19683 (ispell-buffer-local-words): Likewise.
19684
19685 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19686 except on terminals with enough colors to really display it.
19687 (makefile-dependency-regex): Delete spurious `bb'.
19688
19689 * faces.el (escape-glyph): Use blue once again in last case.
19690 (no-break-space): Redefine so that it isn't invisible on a tty.
19691
19692 2005-06-08 Kim F. Storm <storm@cua.dk>
19693
19694 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19695 also when reading directory name.
19696
19697 2005-06-08 Lute Kamstra <lute@gnu.org>
19698
19699 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19700 (flyspell-mode-line-string): Remove autoload cookie.
19701 (flyspell-mode): Remove defvar.
19702
19703 2005-06-07 Lute Kamstra <lute@gnu.org>
19704
19705 * textmodes/org.el (org-run-mode-hooks): New function.
19706 (org-agenda-mode): Use it.
19707
19708 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19709
19710 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19711
19712 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19713
19714 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19715
19716 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19717
19718 * font-lock.el (font-lock-add-keywords): Doc fix.
19719
19720 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19723 (tex-compile-default): In the absence of any history, use the order in
19724 tex-compile-alist to choose the preferred command.
19725 (tex-compile-commands): Reorder a bit.
19726
19727 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19728 (flyspell-incorrect-face, flyspell-duplicate-face):
19729 Use (X)Emacs-agnostic code.
19730 (flyspell-mode-map): Don't overwrite at each load. Remove code
19731 redundant with the subsequent add-minor-mode. Merge Emacs and
19732 XEmacs code.
19733 (flyspell-word): Minor simplification.
19734 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19735 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19736 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19737 Merge the corresponding Emacs code.
19738 (flyspell-correct-word, flyspell-xemacs-popup):
19739 Use flyspell-do-correct.
19740
19741 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19742 a dedicated window.
19743
19744 * international/latexenc.el (latexenc-find-file-coding-system):
19745 Undo part of last patch, to turn off a compiler warning.
19746
19747 2005-06-06 Juri Linkov <juri@jurta.org>
19748
19749 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19750 Rename `tmm-inactive-face' to `tmm-inactive'.
19751
19752 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19753
19754 * iswitchb.el: Rename faces.
19755
19756 2005-06-06 Kim F. Storm <storm@cua.dk>
19757
19758 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19759 (cua-global-mark): Remove -face suffix from face names.
19760
19761 * emulation/cua-gmrk.el (cua--init-global-mark):
19762 Remove cua-global-mark face setup.
19763
19764 2005-06-06 Richard M. Stallman <rms@gnu.org>
19765
19766 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19767 just like other allowed characters.
19768 (makefile-match-dependency): Exclude leading and training whitespace
19769 from the range of regexp subexp 1.
19770 (makefile-macroassign-regex): Don't try to match the body,
19771 just the name of the macro being defined.
19772
19773 * info.el (Info-read-node-name-2): New function.
19774 (Info-read-node-name-1): Use that.
19775 Add a completion-base-size-function property.
19776
19777 * simple.el (completion-setup-function): Look for
19778 completion-base-size-function property of minibuffer-completion-table.
19779
19780 * files.el (locate-file-completion): Doc fix.
19781
19782 * printing.el: Don't call pr-update-menus; user must do that.
19783
19784 * emacs-lisp/debug.el (debugger-window): New variable.
19785 (debug): Use debugger-window if it is set and still alive.
19786 Record debugger-window for next entry.
19787
19788 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19789
19790 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19791
19792 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19793 (hack-one-local-variable, hack-local-variables)
19794 (hack-local-variables-prop-line): Pass that arg.
19795
19796 2005-06-06 Kim F. Storm <storm@cua.dk>
19797
19798 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19799 (ido-indicator): Remove -face suffix from face names.
19800
19801 2005-06-06 Juri Linkov <juri@jurta.org>
19802
19803 * font-lock.el (font-lock-regexp-backslash)
19804 (font-lock-regexp-backslash-construct): New faces.
19805 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19806 after `('. Add `while-no-input' to control structures.
19807
19808 * faces.el (no-break-space, shadow): New faces.
19809 (escape-glyph): Use less loud colors pink2 and red4.
19810
19811 * diff-mode.el (diff-context-face)
19812 * dired.el (dired-ignored)
19813 * rfn-eshadow.el (file-name-shadow)
19814 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19815
19816 * info.el (Info-title-1-face): Use green instead of yellow because
19817 bold yellow is not readable on light backgrounds.
19818
19819 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19820 before selecting the desired mode to not spend time fontifying
19821 old contents.
19822
19823 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19824
19825 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19826 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19827
19828 * ps-print.el (ps-default-fg, ps-default-bg):
19829 Fix typos in docstrings.
19830
19831 * isearchb.el (isearchb): Don't pass a spurious second argument to
19832 `iswitchb-completions'.
19833
19834 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19835
19836 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19837 to preserve point.
19838 (gdb-find-file-hook): Add doc string.
19839
19840 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19841 C dereferenced pointer expression.
19842 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19843
19844 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19845
19846 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19847 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19848 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19849 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19850 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19851 Make background transparent.
19852
19853 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19854
19855 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19856 (font-lock-remove-keywords): Doc fix.
19857 (font-lock-mode-major-mode): Compiler defvar.
19858 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19859
19860 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19861 (font-lock-mode): Update `font-lock-mode-major-mode'.
19862 (font-lock-set-defaults): Compiler defvar.
19863 (font-lock-default-function): Take `font-lock-mode-major-mode'
19864 into account.
19865
19866 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19867 keep track of which major mode it enabled the minor mode for.
19868 Use find-file-hook again. Update docstring.
19869
19870 * simple.el (eval-expression-print-level)
19871 (eval-expression-print-length, eval-expression-debug-on-error):
19872 Doc fixes.
19873
19874 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19875
19876 * iswitchb.el (iswitchb-single-match-face)
19877 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19878 (iswitchb-invalid-regexp-face): New faces.
19879 (iswitchb-completions): Use them.
19880 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19881 now marked as an obsolete alias.
19882 (iswitchb-read-buffer): Remove check for bound font variables.
19883 (iswitchb-invalid-regexp): New free variable.
19884 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19885 set iswitchb-invalid-regexp.
19886 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19887 invalid regexps.
19888 (iswitchb-completions): Add check for complete match when entering
19889 a regexp.
19890 (iswitchb-completions): Remove require-match argument.
19891 (iswitchb-exhibit): Fix caller.
19892 (iswitchb-common-match-inserted): New variable.
19893 (iswitchb-complete, iswitchb-completion-help): Use it.
19894
19895 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19896
19897 * url-http.el (url-http-chunked-encoding-after-change-function):
19898 Use `url-http-debug' instead of `message'.
19899
19900 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19901
19902 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19903 callback argument.
19904
19905 2005-06-04 Kim F. Storm <storm@cua.dk>
19906
19907 * simple.el (line-move): Only call sit-for when moving backwards.
19908
19909 * ido.el (ido-make-merged-file-list-1): New defun split from
19910 ido-make-merged-file-list.
19911 (ido-make-merged-file-list): Bind throw-on-input around call to
19912 ido-make-merged-file-list-1. Return input-pending-p if
19913 interrupted by more input available.
19914 (ido-read-internal): Handle input-pending-p return value from
19915 ido-make-merged-file-list.
19916
19917 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19918
19919 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19920 compatibility code.
19921
19922 * international/latexenc.el (latexenc-find-file-coding-system):
19923 Don't inherit the EOL part of the coding-system from the
19924 tex-main buffer. Fit within 80 columns.
19925
19926 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19927
19928 * tmm.el (tmm-inactive-face): New face.
19929 (tmm-remove-inactive-mouse-face): New function.
19930 (tmm-prompt, tmm-add-one-shortcut)
19931 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19932 but not selectable.
19933
19934 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19935
19936 * faces.el (face-equal): Improve argument/docstring consistency.
19937
19938 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19939
19940 * progmodes/make-mode.el (makefile-targets-face)
19941 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19942 (makefile-bsdmake-dependency-regex)
19943 (makefile-makepp-rule-action-regex)
19944 (makefile-bsdmake-rule-action-regex): New constants.
19945 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19946
19947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19948 Allow (...) within `...' for makepp messages.
19949
19950 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19951
19952 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19953
19954 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19955 "." files are deleted from all file lists before comparison.
19956
19957 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19958 (viper-ESC-key): Made them customizable.
19959
19960 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19961
19962 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19963
19964 * autorevert.el (auto-revert-buffers): Use save-match-data.
19965
19966 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19969 menu items with a nil command binding.
19970
19971 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19972
19973 * emacs-lisp/cl-macs.el (defsetf):
19974 Improve argument/docstring consistency.
19975
19976 * faces.el (list-faces-display): Improve the formatting by
19977 computing the maximum length required for any face-name (reworked
19978 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19979 (internal-find-face): Remove redundant info in docstring.
19980
19981 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19982
19983 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19984 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19985 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19986 (gdb-assembler-custom): Improve regexps.
19987 (def-gdb-auto-update-handler): Use window point to preserve point.
19988
19989 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19992
19993 2005-05-31 Jay Belanger <belanger@truman.edu>
19994
19995 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19996 to calc-embedded.
19997 (calc-embedded-make-info): Have plain prefix argument select
19998 entire line.
19999
20000 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20001
20002 * faces.el (list-faces-display): Signal error if passed a regexp
20003 that matches no face name.
20004
20005 * simple.el (filter-buffer-substring): Fix typo in docstring.
20006
20007 2005-05-31 Richard M. Stallman <rms@gnu.org>
20008
20009 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20010 (vhdl-emacs-21): Doc fix.
20011 (vhdl-mode): Unconditionally set comment-padding.
20012 (vhdl-fixup-whitespace-region): Insert spaces only where
20013 there are none.
20014 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20015
20016 2005-05-30 John Wiegley <johnw@newartisans.com>
20017
20018 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20019 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20020 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20021 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20022 `string-to-number'.
20023
20024 2005-05-30 Jay Belanger <belanger@truman.edu>
20025
20026 * calc/calc.el (calc-bug-address): Fix docstring.
20027 (calc-window-hook, calc-trail-window-hook): New variables.
20028 (calc-trail-display): Restore use of calc-trail-window-hook.
20029 (calc): Restore use of calc-window-hook.
20030
20031 2005-05-31 Masatake YAMATO <jet@gyve.org>
20032
20033 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20034
20035 * help-fns.el (help-C-file-name): Add autoload mark for
20036 `find-function-noselect'.
20037
20038 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20041 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20042
20043 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20044
20045 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20046 included diary buffer if it was not already being visited.
20047 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20048
20049 * calendar/icalendar.el (top-level): Do not require appt.
20050
20051 * mail/supercite.el (sc-select-attribution): Only use a list
20052 element from sc-attrib-selection-list if it returns a string.
20053 Reported by Davide G. M. Salvetti <salve@debian.org>.
20054
20055 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20056
20057 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20058 includes a hash value to improve its uniqueness, and has a ".jpg"
20059 extension. Also, it is now a valid filename on all systems.
20060 (thumbs-make-thumb): Use `let', not `let*'.
20061 (thumbs-show-thumbs-list): Check for JPEG availability.
20062
20063 2005-05-30 Richard M. Stallman <rms@gnu.org>
20064
20065 * filesets.el (filesets-menu-ensure-use-cached):
20066 Prevent warning when emacs-version>= is undefined.
20067
20068 * printing.el (pr-interactive-n-up): Use string-to-number.
20069
20070 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20071
20072 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20073 Warn only when name to be defined is quoted.
20074
20075 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20076
20077 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20078 Make regexp more robust.
20079 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20080 Force regeneration of disassembly.
20081
20082 2005-05-29 Jay Belanger <belanger@truman.edu>
20083
20084 * calc/calc.el (calc-user-invocation): Check if
20085 calc-invocation-macro is non-nil.
20086
20087 2005-05-29 Juri Linkov <juri@jurta.org>
20088
20089 * add-log.el (change-log-font-lock-keywords):
20090 Add `+' to e-mail regexp to accept mail address with keywords.
20091
20092 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20093
20094 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20095
20096 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20097
20098 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20099
20100 2005-05-29 Richard M. Stallman <rms@gnu.org>
20101
20102 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20103 Undo the change that moves to end of the current word.
20104
20105 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20106
20107 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20108 Throw error when count <= 0 to ensure input is a number.
20109 (gdb-read-memory-custom): Pick up address from buffer.
20110 (gdb-memory-mode): Allow user to increment and decrement
20111 memory address from header line.
20112
20113 2005-05-29 Richard M. Stallman <rms@gnu.org>
20114
20115 * flyspell.el (flyspell-version): Function deleted.
20116 (flyspell-auto-correct-previous-hook): Doc fix.
20117
20118 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20119 Do nothing if memory is full.
20120
20121 * font-lock.el (font-lock-fontify-syntactically-region):
20122 Pass t for GREEDY to looking-back.
20123
20124 * saveplace.el (save-place-alist-to-file): Write the file
20125 using write-region.
20126
20127 * subr.el (looking-back): New argument GREEDY.
20128
20129 * progmodes/compile.el (compilation-start): Set the mode
20130 before inserting the initial text.
20131
20132 * progmodes/which-func.el (which-func-update-1): Turn the mode
20133 off in case of error by setting which-func-mode.
20134
20135 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20136
20137 * flyspell.el (flyspell-auto-correct-previous-word):
20138 Narrow down to what's on the screen, and recenter overlays
20139 at the end of the next word.
20140
20141 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20142
20143 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20144 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20145 (flyspell-abbrev-p): Default to nil.
20146 (flyspell-use-global-abbrev-table-p): Doc fix.
20147 (flyspell-large-region): Allow nil as value.
20148 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20149
20150 (mail-mode-flyspell-verify): More robust handling
20151 of `mail-header-separator'. More efficient signature detection.
20152 Allow for regexp metacharacters in message-header-separator.
20153 Adding `To' not to be checked in mail-mode-flyspell-verify.
20154
20155 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20156 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20157 Bind flyspell-auto-correct-binding.
20158 Bind C-. and C-, .
20159 (flyspell-mode-map): Likewise.
20160 (flyspell-mode): Doc fix.
20161 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20162 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20163 (flyspell-word-cache-result): New var, always local.
20164 (flyspell-check-pre-word-p): Doc fix.
20165 (flyspell-check-changed-word-p): Handle spc like newline.
20166 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20167 (flyspell-word-search-backward, flyspell-word-search-forward):
20168 New functions.
20169 (flyspell-word): Return t if nothing to check.
20170 When parsing TeX code, check for after } or \.
20171 Use flyspell-word-search-backward to find previous word.
20172 Return nil if duplicated word.
20173 For word already checked, return same value as last time.
20174 Set flyspell-word-cache-result after checking.
20175 Don't clobber the return value.
20176 (flyspell-get-word): Major rewrite.
20177 (flyspell-external-point-words): New locals pword, pcount.
20178 Fix size used in progress message.
20179 Find the proper corresponding word in flyspell-large-region-buffer.
20180 (flyspell-region): Check for flyspell-large-region = nil.
20181 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20182 (flyspell-auto-correct-word): Check that WORD is a cons.
20183 (flyspell-correct-word): Likewise.
20184
20185 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20186
20187 * progmodes/make-mode.el (makefile-rule-action-regex)
20188 (makefile-macroassign-regex, makefile-makepp-mode)
20189 (makefile-bsdmake-mode): Continuation lines may be empty.
20190 Reported by Joshua Varner.
20191 (makefile-makepp-font-lock-keywords): Add $(stem).
20192
20193 2005-05-28 Karl Berry <karl@gnu.org>
20194
20195 * textmodes/tex-mode.el: Now that tex-send-command calls
20196 shell-quote-argument (2005-03-31 change), remove all calls to
20197 shell-quote-argument; they all end up invoking tex-send-command.
20198 The double quoting loses on filenames with non-safe characters,
20199 such as "@". Reported by Frederik Fouvry.
20200
20201 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20202
20203 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20204 about preserving point.
20205
20206 2005-05-27 Jay Belanger <belanger@truman.edu>
20207
20208 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20209 Info-goto-node.
20210
20211 * calc/calc-embed.el (calc-embed-arg): New variable.
20212 (calc-do-embedded-activate, calc-embedded-activate-formula)
20213 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20214 variable by new variable.
20215 (calc-embedded-make-info): Replace undeclared variable by new
20216 variable. When selecting region with positive prefix
20217 argument, use end of previous line instead of beginning of line.
20218
20219 * calc/calc-aent.el (calc-arg-values): Declare it.
20220
20221 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20222 Declare them.
20223
20224 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20225
20226 * calc/calc.el (calc-alg-map): Declare it.
20227
20228 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20229
20230 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20231
20232 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20233 (gdb-registers-buffer, toggle-gdb-all-registers):
20234 Toggle display of floating point registers.
20235 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20236
20237 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20238 (toggle-gud-tooltip-dereference):
20239 Rename from gud-toggle-tooltip-dereference.
20240
20241 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20244
20245 2005-05-27 Jay Belanger <belanger@truman.edu>
20246
20247 * calc/calc-prog.el (calc-kbd-report): Remove.
20248 (calc-kbd-query): Rewrite.
20249
20250 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20251
20252 * image.el (image-library-alist): Move to image.c.
20253 (image-type-available-p): Doc fix.
20254
20255 2005-05-27 Lute Kamstra <lute@gnu.org>
20256
20257 * calc/calc.el (calc):
20258 * outline.el (outline-1, outline-2, outline-3, outline-4)
20259 (outline-5, outline-6, outline-7, outline-8):
20260 * textmodes/dns-mode.el (dns-mode):
20261 * textmodes/sgml-mode.el (sgml-namespace-face):
20262 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20263 (tex-verbatim-face, tex-use-reftex):
20264 * textmodes/texinfo.el (texinfo-heading-face):
20265 Specify customization group.
20266
20267 * longlines.el: Don't require easy-mmode.
20268 (longlines-visible-face): Specify customization group.
20269
20270 2005-05-27 Kenichi Handa <handa@m17n.org>
20271
20272 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20273 encoding table of windows-1251.
20274
20275 * international/ucs-tables.el (ucs-set-table-for-input):
20276 If translation-table-for-input of a coding system is a symbol, get
20277 its translation-table property.
20278
20279 * international/code-pages.el: Don't register a coding system into
20280 non-iso-charset-alist more than once.
20281 (cp-make-coding-system): Likewise.
20282
20283 2005-05-26 John Wiegley <johnw@newartisans.com>
20284
20285 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20286 `eshell-resume-eval' is wrapped in a list, it indicates that the
20287 command was run asynchronously. In that case, unwrap the value
20288 before checking the delimiter value.
20289
20290 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20291 character before a space at the end of a line is \, assume the space
20292 is part of the last argument rather than a final argument separator.
20293
20294 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20295 is in use, and the target is `t' or `nil' (which are the most common
20296 values), don't assume that the symbol target is a buffer.
20297
20298 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20299
20300 * calendar/calendar.el (calendar-mode-line-format):
20301 Use mode-line-highlight as mouse-face.
20302
20303 * time.el (display-time-string-forms, display-time-update):
20304 Use mode-line-highlight as mouse-face.
20305
20306 2005-05-26 Jay Belanger <belanger@truman.edu>
20307
20308 * calc/calc.el (calc-language-alist): Remove extra defvar.
20309
20310 2005-05-26 Lute Kamstra <lute@gnu.org>
20311
20312 * arc-mode.el (archive-mode):
20313 * bookmark.el (bookmark-read-annotation-mode)
20314 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20315 * bs.el (bs-mode):
20316 * calc/calc-yank.el (calc-edit-mode):
20317 * calc/calc.el (calc-mode, calc-trail-mode):
20318 * calculator.el (calculator-mode):
20319 * chistory.el (command-history-mode):
20320 * comint.el:
20321 * cus-edit.el (custom-mode):
20322 * descr-text.el (describe-text-mode):
20323 * ebuff-menu.el (Electric-buffer-menu-mode):
20324 * ediff-util.el (ediff-mode):
20325 * emacs-lisp/re-builder.el (reb-mode):
20326 * emulation/vi.el (vi-mode-setup):
20327 * emulation/ws-mode.el (wordstar-mode):
20328 * eshell/esh-mode.el (eshell-mode):
20329 * forms.el (forms-mode):
20330 * help-mode.el (help-mode):
20331 * hexl.el (hexl-mode):
20332 * ibuffer.el (ibuffer-mode):
20333 * ielm.el (inferior-emacs-lisp-mode):
20334 * info.el (Info-mode, Info-edit-mode):
20335 * international/swedish.el:
20336 * ledit.el (ledit-from-lisp-mode):
20337 * locate.el (locate-mode):
20338 * mail/rmail.el (rmail-mode):
20339 * mail/rmailedit.el (rmail-edit-mode):
20340 * mail/rmailsum.el (rmail-summary-mode):
20341 * mail/supercite.el (sc-electric-mode):
20342 * net/eudc.el (eudc-mode):
20343 * net/quickurl.el (quickurl-list-mode):
20344 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20345 * obsolete/ooutline.el (outline-mode):
20346 * obsolete/options.el (Edit-options-mode):
20347 * obsolete/rnews.el (news-mode):
20348 * obsolete/rnewspost.el (news-reply-mode):
20349 * play/5x5.el (5x5-mode):
20350 * play/decipher.el (decipher-mode, decipher-stats-mode):
20351 * play/gomoku.el (gomoku-mode):
20352 * play/snake.el (snake-mode):
20353 * play/solitaire.el (solitaire-mode):
20354 * play/tetris.el (tetris-mode):
20355 * progmodes/ada-mode.el (ada-mode):
20356 * progmodes/antlr-mode.el (antlr-mode):
20357 * progmodes/autoconf.el (autoconf-mode):
20358 * progmodes/dcl-mode.el (dcl-mode):
20359 * progmodes/delphi.el (delphi-mode):
20360 * progmodes/ebrowse.el (ebrowse-tree-mode)
20361 (ebrowse-electric-list-mode, ebrowse-member-mode)
20362 (ebrowse-electric-position-mode):
20363 * progmodes/f90.el (f90-mode):
20364 * progmodes/fortran.el (fortran-mode):
20365 * progmodes/icon.el (icon-mode):
20366 * progmodes/idlw-help.el (idlwave-help-mode):
20367 * progmodes/idlw-shell.el (idlwave-shell-mode):
20368 * progmodes/idlwave.el (idlwave-mode):
20369 * progmodes/inf-lisp.el (inferior-lisp-mode):
20370 * progmodes/m4-mode.el (m4-mode):
20371 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20372 * progmodes/modula2.el (modula-2-mode):
20373 * progmodes/octave-inf.el (inferior-octave-mode):
20374 * progmodes/octave-mod.el (octave-mode):
20375 * progmodes/pascal.el (pascal-mode):
20376 * progmodes/sh-script.el (sh-mode):
20377 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20378 * progmodes/vhdl-mode.el (vhdl-mode):
20379 * progmodes/xscheme.el (scheme-interaction-mode):
20380 * replace.el (occur-mode):
20381 * ses.el (ses-mode):
20382 * simple.el (completion-list-mode):
20383 * skeleton.el:
20384 * speedbar.el (speedbar-mode):
20385 * term.el (term-mode):
20386 * terminal.el (terminal-edit-mode):
20387 * textmodes/reftex-index.el (reftex-index-mode)
20388 (reftex-index-phrases-mode):
20389 * textmodes/reftex-sel.el (reftex-select-label-mode)
20390 (reftex-select-bib-mode):
20391 * textmodes/reftex-toc.el (reftex-toc-mode):
20392 * wdired.el (wdired-change-to-wdired-mode):
20393 * wid-browse.el (widget-browse-mode):
20394 Use run-mode-hooks.
20395
20396 * array.el (array-mode):
20397 * calendar/todo-mode.el (todo-mode):
20398 * man.el (Man-mode):
20399 * play/landmark.el (lm-mode):
20400 * play/mpuz.el (mpuz-mode):
20401 Use kill-all-local-variables and run-mode-hooks.
20402
20403 * subr.el (delay-mode-hooks): Specify indentation.
20404
20405 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20406
20407 * xml.el (xml-substitute-special): Don't die for undefined xml
20408 entities.
20409
20410 2005-05-26 Jay Belanger <belanger@truman.edu>
20411
20412 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20413 of nil.
20414
20415 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20416
20417 * progmodes/gdb-ui.el (gdb-frame-address):
20418 Rename from gdb-current-address.
20419 (gdb-previous-frame-address): Rename from gdb-previous-address.
20420 (gdb-selected-frame): Rename from gdb-current-frame.
20421 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20422 (gdb-frame-number): Rename from gdb-current-stack-level.
20423 (gdb-ann3): Match new mode-name for disassembly buffer.
20424 Extend initialization of variables.
20425 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20426 (gdb-memory-mode): Use mouse-face in header line.
20427 (gdb-assembler-buffer-name): Call it disassembly and give frame
20428 in mode line.
20429 (gdb-source-spec-regexp, gdb-assembler-custom)
20430 (gdb-invalidate-assembler, gdb-frame-handler):
20431 Make robust to leading zeroes in address format.
20432
20433 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20434
20435 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20436 define `org-mode'.
20437 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20438
20439 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * log-edit.el (log-edit-changelog-entries): Distinguish between
20442 filenames like xfns.c and fns.c.
20443
20444 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20445
20446 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20447 point after reverting.
20448 (Buffer-menu-make-sort-button): Handle the case where
20449 `Buffer-menu-use-header-line' is nil.
20450
20451 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20452
20453 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20454 New funcs. In minibuffer-local-completion-map bind `]', `/'
20455 and `:' to them.
20456
20457 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20458
20459 * startup.el (normal-top-level): Allow modification of load-path while
20460 we're iterating over it.
20461
20462 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20463
20464 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20465 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20466 (thumbs-resize-interactive, thumbs-insert-image)
20467 (thumbs-insert-thumb, thumbs-dired-show-marked)
20468 (thumbs-find-image-at-point, thumbs-delete-images)
20469 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20470 (thumbs-increment-image-size, thumbs-decrement-image-size):
20471 Fix typos in docstrings.
20472
20473 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20474
20475 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20476 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20477 (cperl-mode): Use them.
20478
20479 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20480
20481 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20482 Doc fixes.
20483
20484 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20485
20486 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20487 Bind C-d to gdb-inferior-io-eof.
20488
20489 * dired.el (dired-dnd-popup-notice): Use message-box.
20490
20491 2005-05-23 Masatake YAMATO <jet@gyve.org>
20492
20493 * bindings.el (mode-line-major-mode-keymap):
20494 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20495
20496 * faces.el (mode-line-highlight): New face.
20497
20498 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20499 as mouse-face.
20500
20501 * bindings.el (top-level, help-echo, mode-line-modified)
20502 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20503 as mouse-face.
20504
20505 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20506
20507 * progmodes/cc-engine.el (c-guess-basic-syntax):
20508 Remove spurious call to `zerop'.
20509
20510 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20511
20512 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20513
20514 CC Mode update to 5.30.10:
20515
20516 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20517 could go past the limit in decoration level 2, thereby causing
20518 errors during interactive fontification.
20519
20520 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20521 the file is evaluated interactively.
20522
20523 * cc-engine.el (c-guess-basic-syntax): Handle operator
20524 declarations somewhat better in C++.
20525
20526 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20527 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20528 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20529 (awk-mode): Use it.
20530 (make-local-hook): Suppress warning about obsoleteness.
20531
20532 * cc-engine.el, cc-align.el, cc-cmds.el
20533 (c-append-backslashes-forward, c-delete-backslashes-forward)
20534 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20535 Compensate for return value from `forward-line' when it has moved
20536 but not to a different line due to eob.
20537
20538 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20539 `objc-method-intro' and `objc-method-args-cont'.
20540
20541 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20542
20543 CC Mode update to 5.30.10:
20544
20545 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20546 in the copyright statement. Incidentally, change "along with GNU
20547 Emacs" to "along with this program" where it occurs.
20548
20549 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20550 so that it is interactive, hence can be found by M-x awk-mode
20551 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20552 <gmorris+emacs@ast.cam.ac.uk>.
20553
20554 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20555 Mode's regexps.
20556
20557 2005-05-23 Kevin Ryde <user42@zip.com.au>
20558
20559 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20560 c-parse-state, to avoid a lisp error (on bad code).
20561
20562 2005-05-23 Lute Kamstra <lute@gnu.org>
20563
20564 * subr.el (font-lock-defaults): Remove defvar as it's already
20565 defined in font-core.el.
20566
20567 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20568
20569 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20570
20571 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20572 more general and work when GDB variable "print pretty" is on,
20573 as with Emacs, for example.
20574
20575 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20576
20577 * font-core.el: Update comment.
20578
20579 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20580 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20581
20582 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20583
20584 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20585
20586 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20587 and `yank-handler' in the doc strings.
20588
20589 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20592
20593 2005-05-22 Richard M. Stallman <rms@gnu.org>
20594
20595 * help.el (describe-key): Move print-help-return-message call
20596 out of conditional.
20597
20598 * progmodes/etags.el (list-tags): Use with-no-warnings.
20599
20600 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20601 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20602 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20603
20604 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20605
20606 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20607 Add defvar.
20608
20609 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20610 Use defvar, not defconst.
20611
20612 * hexl.el (hexl-follow-line): Use with-no-warnings.
20613
20614 * emulation/tpu-extras.el: Use write-file-functions instead of
20615 write-file-hooks.
20616
20617 * dired.el (dired-font-lock-keywords): Fontify files with junk
20618 extensions even if marked by -F.
20619
20620 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20621
20622 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20623 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20624 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20625 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20626 (concatenate, list-length, get*, getf, cl-remprop):
20627 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20628 (etypecase, progv, lexical-let, lexical-let*)
20629 (multiple-value-bind, multiple-value-setq, shiftf):
20630 Improve argument/docstring consistency.
20631
20632 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20633
20634 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20635
20636 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20637 doesn't exist.
20638
20639 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20640 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20641
20642 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20643
20644 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20645 already deleted variables: auto-fill-hook, blink-paren-hook,
20646 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20647 suspend-hooks, comment-indent-hook, meta-flag,
20648 before-change-function, after-change-function,
20649 font-lock-doc-string-face.
20650
20651 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20652
20653 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20654
20655 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20656
20657 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20658 rmail-dont-reply-to.
20659
20660 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20661
20662 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20663 literal blank when splitting new-header-values.
20664
20665 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20666
20667 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20668 string so that tmm doesn't create a completion entry for it.
20669
20670 * textmodes/table.el (table-disable-menu): Ditto.
20671
20672 2005-05-21 Richard M. Stallman <rms@gnu.org>
20673
20674 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20675
20676 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20677
20678 * net/rcompile.el (remote-compile): Use compilation-start.
20679
20680 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20681
20682 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20683
20684 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20685 Default to makefile-bsdmake-mode on BSD systems.
20686
20687 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20688 REGEXP may also be a search function now. The part of doc-string
20689 for describing the structure was 95% identical to that of
20690 `imenu--generic-function'. Unify it there.
20691
20692 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20693 Use function to find dependencies, because regexp alone is so complex,
20694 it easily goes into an endless loop.
20695 (makefile-makepp-mode): Also add submenu for Perl functions
20696 defined in the makefile.
20697 (makefile-bsdmake-mode): Special imenu-generic-expression no
20698 longer needed, due to function call.
20699 (makefile-match-dependency): Take BOUND into account when checking
20700 if we're through.
20701
20702 2005-05-20 Jay Belanger <belanger@truman.edu>
20703
20704 * calc/calc-units.el (calc-invalidate-units-table):
20705 Use inhibit-read-only.
20706 (math-build-units-table-buffer): Use view-mode.
20707
20708 2005-05-20 David Kastrup <dak@gnu.org>
20709
20710 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20711 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20712
20713 2005-05-20 Lute Kamstra <lute@gnu.org>
20714
20715 * diff-mode.el (diff-header-face, diff-file-header-face)
20716 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20717 (diff-added-face, diff-changed-face, diff-function-face)
20718 (diff-context-face, diff-nonexistent-face): Put them in the
20719 diff-mode customization group.
20720
20721 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20724
20725 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20726
20727 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20728 Minor regexp-optimization.
20729
20730 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20731
20732 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20733 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20734 (org-agenda-add-time-grid-maybe): New function.
20735 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20736 (org-table-create): `dotimes' instead of `mapcar'.
20737 (org-xor): Simplify implementation.
20738 (org-agenda): `inhibit-redisplay' turned on.
20739 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20740 a consistent line after a state change.
20741 (org-agenda-remove-times-when-in-prefix): New option.
20742 (org-prefix-has-time): New variable.
20743 (org-parse-time-string): Optional argument NODEFAULT.
20744 (org-format-agenda-item): Parse items for time-of-day
20745 specifications and move these into the prefix if possible.
20746 (org-agenda-priority): Get current heading, not previous heading
20747 during agenda remote editing.
20748
20749 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20750
20751 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20752 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20753 (remove-duplicates, delete-duplicates, substitute)
20754 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20755 (nsubstitute-if-not, find, find-if, find-if-not, position)
20756 (position-if, position-if-not, count, count-if, count-if-not)
20757 (mismatch, search, sort*, stable-sort, merge, member*)
20758 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20759 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20760 (intersection, nintersection, set-difference, nset-difference)
20761 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20762 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20763 (nsublis, tree-equal): Improve argument/docstring consistency.
20764
20765 * subr.el (send-string, send-region): Remove obsolescence declaration.
20766 (window-dot, set-window-dot, read-input, show-buffer)
20767 (eval-current-buffer, string-to-int):
20768 Add release number to obsolescence declarations.
20769
20770 2005-05-19 Kim F. Storm <storm@cua.dk>
20771
20772 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20773 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20774
20775 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20776
20777 * faces.el (list-faces-display): Make back button respect optional
20778 regexp arg.
20779
20780 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20781
20782 * calculator.el (calculator-radix-grouping-mode)
20783 (calculator-radix-grouping-digits, calculator-displayer)
20784 (calculator-radix-grouping-separator, calculator-copy-displayer):
20785 * dabbrev.el (dabbrev-search-these-buffers-only):
20786 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20787 (diff-advance-after-apply-hunk, diff-mode-hook)
20788 (diff-minor-mode-prefix):
20789 * imenu.el (imenu-use-popup-menu):
20790 * jit-lock.el (jit-lock-context-time):
20791 * newcomment.el (comment-fill-column, comment-column)
20792 (comment-style, comment-padding, comment-multi-line)
20793 (comment-empty-lines, comment-auto-fill-only-comments):
20794 * reveal.el (reveal-around-mark):
20795 * uniquify.el (uniquify-buffer-name-style)
20796 (uniquify-after-kill-buffer-p)
20797 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20798 (uniquify-min-dir-content, uniquify-separator)
20799 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20800 * w32-vars.el (w32-fixed-font-alist):
20801 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20802 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20803 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20804 * progmodes/perl-mode.el (perl-indent-level)
20805 (perl-continued-statement-offset, perl-continued-brace-offset)
20806 (perl-brace-offset, perl-brace-imaginary-offset)
20807 (perl-label-offset, perl-indent-continued-arguments)
20808 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20809 * progmodes/tcl.el (tcl-indent-level)
20810 (tcl-continued-indent-level, tcl-auto-newline)
20811 (tcl-tab-always-indent, tcl-electric-hash-style)
20812 (tcl-help-directory-list, tcl-use-smart-word-finder)
20813 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20814 (inferior-tcl-source-command):
20815 * textmodes/fill.el (enable-kinsoku):
20816 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20817 * textmodes/table.el (table-yank-handler):
20818 Specify missing group (and type, if simple) in defcustom.
20819
20820 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20821
20822 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20823
20824 2005-05-19 Richard M. Stallman <rms@gnu.org>
20825
20826 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20827
20828 * subr.el (event-basic-type): Don't get an error.
20829 (left-fringe-p): Function deleted.
20830
20831 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20832 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20833
20834 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20835 in recursive copy.
20836
20837 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20838
20839 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20840
20841 * emacs-lisp/bytecomp.el
20842 (byte-compile-file-form-custom-declare-variable):
20843 Call byte-compile-nogroup-warn if appropriate.
20844
20845 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20846 (compilation-set-window): Don't call left-fringe-p; do it directly.
20847
20848 2005-05-19 Jay Belanger <belanger@truman.edu>
20849
20850 * calc/calc-graph.el (calc-graph-format-data): Make sure
20851 var-PlotRejects is bound before trying to check its value.
20852
20853 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20854
20855 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20856 definition of this variable from reftex-global.el to reftex.el,
20857 because it is needed in the menu.
20858
20859 2005-05-19 Lute Kamstra <lute@gnu.org>
20860
20861 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20862 years are fixed. Don't insert a space after a dash.
20863
20864 2005-05-19 Kim F. Storm <storm@cua.dk>
20865
20866 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20867
20868 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20869
20870 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20871 strings, because (eq ... ?\\) is fairly frequent.
20872
20873 * progmodes/make-mode.el (makefile-add-this-line-targets):
20874 Simplify and integrate into `makefile-pickup-targets'.
20875 (makefile-add-this-line-macro): Simplify and integrate into
20876 `makefile-pickup-macros.
20877 (makefile-pickup-filenames-as-targets): Simplify.
20878 (makefile-previous-dependency, makefile-match-dependency):
20879 Don't stumble over `::'.
20880
20881 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20882
20883 * subr.el (post-command-idle-hook, post-command-idle-delay):
20884 Remove obsoletion of post-command-idle-hook and
20885 post-command-idle-delay.
20886
20887 * faces.el (list-faces-display): Provide button when describe-face
20888 is called to take user back to the list of faces.
20889
20890 * help-fns.el (describe-variable): Remove hyperlinks in a
20891 variable's value as these are quite frequently inappropriate.
20892
20893 * follow.el (follow-submit-feedback, follow-mode):
20894 Remove references to post-command-idle-hook.
20895
20896 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20897
20898 * progmodes/make-mode.el (makefile-previous-dependency)
20899 (makefile-match-dependency): Check for := (and in bsd mode also
20900 !=) to give a better result, even when font-lock is not on.
20901
20902 2005-05-18 Jay Belanger <belanger@truman.edu>
20903
20904 * calc/calc-help.el (calc-s-prefix-help):
20905 Add `calc-copy-special-constant' to help string.
20906
20907 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20908
20909 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20910
20911 2005-05-18 Jay Belanger <belanger@truman.edu>
20912
20913 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20914 in linear factors are in proper order.
20915
20916 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20917
20918 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20919 Support for jurabib.
20920
20921 * textmodes/reftex.el (featurep): Define aliases for overlay
20922 commands, for XEmacs compatibility, and use these aliases in
20923 overlay initializations.
20924 (reftex-highlight): Use `reftex-move-overlay'.
20925 (reftex-unhighlight): Use `reftex-delete-overlay'.
20926 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20927 (reftex-access-search-path): Use `reftex-uniquify' instead of
20928 `reftex-uniq'
20929
20930 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20931 `before-string' property modification enables for Emacs as well.
20932 (reftex-select-item): Use `reftex-delete-overlay'.
20933 (reftex-select-mark): Use `reftex-make-overlay' and
20934 `reftex-overlay-put'.
20935 (reftex-select-unmark): Use `reftex-delete-overlay' and
20936 `reftex-overlay-put'.
20937
20938 2005-05-18 Lute Kamstra <lute@gnu.org>
20939
20940 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20941
20942 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20943
20944 * add-log.el (add-change-log-entry):
20945 * array.el (array-make-template, array-reconfigure-rows)
20946 (array-init-max-row, array-init-max-column)
20947 (array-init-columns-per-line, array-init-field-width):
20948 * replace.el (replace-match-maybe-edit, perform-replace):
20949 * textmodes/spell.el (spell-region):
20950 Replace `read-input' by `read-string'.
20951
20952 * forms.el (forms-mode):
20953 * finder.el (finder-compile-keywords):
20954 * shadowfile.el (shadow-read-files):
20955 Replace `eval-current-buffer' by `eval-buffer'.
20956
20957 * terminal.el (te-pass-through):
20958 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20959 (ange-ftp-raw-send-cmd):
20960 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20961 (send-process-next-char, telnet-initial-filter, telnet):
20962 Replace `send-string' by `process-send-string'.
20963
20964 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20965 (prolog-consult-region): Replace `send-string' by
20966 `process-send-string'; replace `send-region' by `process-send-region'.
20967
20968 * progmodes/delphi.el (delphi-log-msg):
20969 Replace `set-window-dot' by `set-window-point'.
20970
20971 * subr.el (window-dot, set-window-dot, read-input, send-string)
20972 (send-region, show-buffer, eval-current-buffer):
20973 Make really obsolete, as the comment says.
20974
20975 2005-05-17 Kim F. Storm <storm@cua.dk>
20976
20977 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20978 (cua--init-keymaps): Bind C-return instead of S-return to set
20979 rectangle mark.
20980
20981 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20982 instead of S-return to toggle/clear rectangle mark.
20983
20984 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20985
20986 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20987 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20988 Also fontify plain strings assigned to variables, mostly so that a
20989 colon has a face and is thus not taken as a dependency separator.
20990 (makefile-previous-dependency): Inline the new matcher, because it
20991 is too complex to work in both directions.
20992 (makefile-match-dependency): Eliminate `backward' arg (see above).
20993 Completely reimplemented so as to not sometimes go into an endless
20994 loop. It should also be more efficient, because first it only
20995 searches for `:', instead of applying the very complex regexp.
20996 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20997 to be fontified in one piece can be too long for JIT.
20998 Makefiles are never *that* big.
20999
21000 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21001
21002 * dired.el (dired-mode): Simplify.
21003
21004 2005-05-17 Lute Kamstra <lute@gnu.org>
21005
21006 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21007 defcustom for the mode hook variable.
21008
21009 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21010 Emacs Lisp Reference Manual.
21011
21012 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21013
21014 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21015 (evenp, list*):
21016 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21017 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21018
21019 * net/tramp-smb.el (tramp-smb-open-connection):
21020 Pass `tramp-chunksize' as fifth (required) argument.
21021
21022 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21023
21024 * font-lock.el (lisp-font-lock-keywords-1):
21025 Set `font-lock-negation-char-face' for [^...] char group.
21026 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21027
21028 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21029 a var, and refine it to mask one more level of nested vars.
21030 (makefile-rule-action-regex): Turn it into a var, and refine it so
21031 it recognizes backslashed continuation lines as belonging to the
21032 same command.
21033 (makefile-macroassign-regex): Refine it so it recognizes
21034 backslashed continuation lines as belonging to the same command.
21035 (makefile-var-use-regex): Don't look at the next char, because it
21036 might be the same one to be skipped by the initial [^$], leading
21037 to an overlooked variable use.
21038 (makefile-make-font-lock-keywords): Remove two parameters, which
21039 are now variables that some of the modes set locally.
21040 Handle dependency and rule action matching through functions, because
21041 regexps alone match too often. Dependency matching now comes
21042 last, so it can check, whether a colon already matched something else.
21043 (makefile-mode): Inform that font-lock improves makefile parsing
21044 capabilities.
21045 (makefile-match-dependency, makefile-match-action): New functions.
21046
21047 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21048
21049 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21050
21051 * align.el (align-regexp):
21052 * ansi-color.el (ansi-color-get-face):
21053 * array.el (array-reconfigure-rows, array-init-max-row)
21054 (array-init-max-column, array-init-columns-per-line)
21055 (array-init-field-width):
21056 * dired-aux.el (dired-trample-file-versions):
21057 * dired-x.el (dired-mark-sexp):
21058 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21059 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21060 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21061 * faces.el (face-read-integer):
21062 * files.el (backup-extract-version, insert-directory):
21063 * hexl.el (hexl-insert-decimal-char):
21064 * server.el (server-process-filter):
21065 * shell.el (shell-extract-num):
21066 * startup.el (command-line-1):
21067 * term.el (term-command-hook):
21068 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21069 (time-stamp-do-number):
21070 * time.el (display-time-update):
21071 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21072 (timezone-fix-time):
21073 * vms-patch.el (vms-suspend-resume-hook):
21074 * calendar/appt.el (appt-convert-time):
21075 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21076 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21077 * calendar/cal-islam.el (mark-islamic-diary-entries):
21078 * calendar/calendar.el (calendar-cursor-to-date)
21079 (calendar-star-date):
21080 * calendar/diary-lib.el (diary-attrtype-convert)
21081 (mark-diary-entries, diary-entry-time):
21082 * calendar/solar.el (solar-get-number):
21083 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21084 * emacs-lisp/re-builder.el (reb-display-subexp):
21085 * emulation/edt.el (edt-set-scroll-margins):
21086 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21087 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21088 (vip-get-ex-count):
21089 * emulation/viper-ex.el (viper-get-ex-token)
21090 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21091 * international/fontset.el (fontset-plain-name):
21092 * mail/feedmail.el (feedmail-look-at-queue-directory):
21093 * mail/mailalias.el (mail-get-names):
21094 * mail/rmail.el (rmail-convert-to-babyl-format):
21095 * mail/rmailsum.el (rmail-make-basic-summary-line)
21096 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21097 (rmail-summary-goto-msg):
21098 * mail/smtpmail.el (smtpmail-read-response):
21099 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21100 (ange-ftp-vms-add-file-entry):
21101 * play/gametree.el (gametree-looking-at-ply)
21102 (gametree-current-branch-score):
21103 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21104 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21105 * progmodes/cperl-mode.el (condition-case):
21106 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21107 (ebrowse-set-member-buffer-column-width)
21108 (ebrowse-select-1st-to-9nth):
21109 * progmodes/etags.el (etags-snarf-tag):
21110 * progmodes/flymake.el (flymake-parse-line):
21111 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21112 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21113 (idlwave-shell-menu-def):
21114 * progmodes/ps-mode.el (ps-run-goto-error):
21115 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21116 (vhdl-speedbar-contract-level):
21117 * term/mac-win.el (x-handle-numeric-switch):
21118 * term/sun-mouse.el (sun-get-frame-data):
21119 * term/w32-win.el (x-handle-numeric-switch):
21120 * term/x-win.el (x-handle-numeric-switch):
21121 * textmodes/ispell.el (ispell-parse-output):
21122 * textmodes/nroff-mode.el (nroff-outline-level):
21123 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21124 (reftex-bib-sort-year-reverse, reftex-format-citation):
21125 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21126 (reftex-section-number):
21127 * textmodes/texinfmt.el (texinfo-paragraphindent):
21128 Replace `string-to-int' by `string-to-number'.
21129
21130 * international/latexenc.el: Add page marker to force the "Local
21131 Variables:" string out of the last page.
21132
21133 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21134
21135 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21136 tooltip-change-major-mode.
21137 (gud-tooltip-print-command): Remove case where gud-minor-mode
21138 is gdb ("--fullname").
21139 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21140 explain to user.
21141
21142 2005-05-16 Jay Belanger <belanger@truman.edu>
21143
21144 * calc/calc-store.el (calc-copy-special-constant): New function.
21145
21146 * calc/calc-ext.el (calc-init-extensions): Add binding for
21147 `calc-copy-special-constant'.
21148
21149 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21150 for the `calc-copy-special-constant' command.
21151
21152 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21153
21154 * subr.el (left-fringe-p): New function.
21155
21156 * progmodes/compile.el (compilation-setup): Set local value of
21157 overlay-arrow-string to "" always.
21158 (compilation-set-window): Left fringe then don't scroll.
21159 No left fringe then no arrow and scroll message to top.
21160 (compilation-context-lines): Adjust doc string accordingly.
21161
21162 2005-05-16 Kim F. Storm <storm@cua.dk>
21163
21164 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21165 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21166 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21167 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21168 (ido-read-file-name): Handle commands with ido property value
21169 equal to find-file as reading a file name, to allow C-d to enter dired.
21170 (ibuffer-find-file): Add ido property with value find-file.
21171
21172 2005-05-15 Kim F. Storm <storm@cua.dk>
21173
21174 * subr.el (open-network-stream-nowait): Remove.
21175 (open-network-stream-server): Remove.
21176
21177 2005-05-15 Richard M. Stallman <rms@gnu.org>
21178
21179 * faces.el (describe-face): Output a definition link button.
21180
21181 * help-mode.el (help-face-def): New button type.
21182
21183 * emacs-lisp/copyright.el (copyright-fix-years):
21184 Match properly if the first year is 2-digit.
21185 Don't mess up the whitespace after the years by filling.
21186
21187 * dired-aux.el (dired-mark-confirm):
21188 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21189
21190 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21191 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21192 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21193
21194 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21195 Set font-lock-comment-start-skip.
21196
21197 * font-lock.el (font-lock-comment-start-skip): New variable.
21198 (font-lock-comment-end-skip): New variable.
21199 (font-lock-fontify-syntactically-region): Use them if non-nil.
21200
21201 2005-05-15 Jay Belanger <belanger@truman.edu>
21202
21203 * calc/calc-store.el (calc-store-value): Return a string rather
21204 than display it as a message.
21205 Use calc-var-name for variable name.
21206 (calc-store-into): Add the result of calc-store-value to message.
21207 (calc-copy-variable): Add a message.
21208 (calc-store-exchange): Improve error messages.
21209 (calc-store-binary, calc-store-map): Don't reset the values of
21210 special constants.
21211
21212 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21213
21214 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21215 manual to docstring.
21216
21217 * files.el (hack-local-variables-confirm): Add STRING argument.
21218 Make the function handle non file visiting buffers correctly.
21219 (hack-local-variables-prop-line, hack-local-variables)
21220 (hack-one-local-variable): Use STRING arg of
21221 `hack-local-variables-confirm'.
21222
21223 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21224
21225 Sync with Tramp 2.0.49.
21226
21227 * net/tramp.el (tramp-handle-dired-call-process)
21228 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21229 because the contents of the Tramp buffer is changed before
21230 insertion (`expand-file' and alike).
21231 (tramp-handle-insert-directory): If `localname' has an empty
21232 nondirectory name, it must not be quoted.
21233 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21234 variable `tramp-chunksize'. Change callees.
21235 (tramp-open-connection-setup-interactive-shell): Check remote host
21236 for buggy `send-process-string' implementation.
21237 Set `tramp-chunksize' if found. Reported by Michael Kifer
21238 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21239 (tramp-handle-shell-command): `insert-buffer' cannot be used
21240 because the contents of the Tramp buffer is changed before
21241 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21242 <frederic.bothamy@free.fr>.
21243 (tramp-set-auto-save): Actions should be done for Tramp file name
21244 handler only. Ange-FTP has its own auto-save mechanism.
21245 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21246 (tramp-set-auto-save-file-modes): Set file modes of
21247 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21248 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21249 (tramp-bug): Remove obsolete variable.
21250 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21251 for presence of `mml-mode'. Make it running for older Emacsen as well.
21252
21253 2005-05-14 John Paul Wallington <jpw@pobox.com>
21254
21255 * ibuf-ext.el (define-ibuffer-filter filename):
21256 If `dired-directory' is a list, use its car.
21257
21258 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21259
21260 * ibuffer.el (define-ibuffer-column filename):
21261 If `dired-directory' is a list, use its car.
21262
21263 2005-05-14 Richard M. Stallman <rms@gnu.org>
21264
21265 * subr.el (symbol-file): Doc fix.
21266
21267 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21268 (byte-compile-form): Call byte-compile-nogroup-warn.
21269 (byte-compile-warning-types): Doc fix.
21270
21271 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21272
21273 * progmodes/cc-engine.el (c-literal-faces):
21274 Add font-lock-comment-delimiter-face.
21275
21276 * net/net-utils.el (dig): Use with-no-warnings.
21277
21278 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21279 (sc-recite-frame-alist, sc-default-cite-frame)
21280 (sc-default-uncite-frame, sc-default-recite-frame)
21281 (sc-attrib-selection-list, sc-rewrite-header-list):
21282 Mark as risky-local-variable.
21283
21284 * international/ogonek.el (ogonek-jak, ogonek-how):
21285 Don't use beginning-of-buffer.
21286
21287 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21288
21289 * calendar/solar.el (solar-data-list): Move definition up.
21290
21291 * dnd.el (dnd-protocol-alist): Add autoload.
21292
21293 * progmodes/sh-script.el: Many doc usage fixes.
21294 (sh-indent-after-do): Change default to match common styles.
21295
21296 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21297
21298 * files.el (interpreter-mode-alist)
21299 (auto-mode-interpreter-regexp): Doc fixes.
21300
21301 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21302
21303 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21304
21305 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21306
21307 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21308
21309 * dired.el (dired-mode): make-variable-buffer-local =>
21310 make-local-variable.
21311
21312 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21313
21314 * term/mac-win.el (mac-select-convert-to-string): Try coding
21315 systems in mac-script-code-coding-systems if specified one cannot
21316 encode string for `com.apple.traditional-mac-plain-text'.
21317
21318 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21319
21320 * progmodes/make-mode.el (makefile-targets-face)
21321 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21322 (makefile-dependency-regex): Fix it to not make the colon in
21323 $(var:a=b) special.
21324 (makefile-rule-action-regex): New regexp for highlighting embedded
21325 Shell strings.
21326 (makefile-macroassign-regex): Handle != for highlighting as
21327 embedded Shell strings.
21328 (makefile-var-use-regex): New const.
21329 (makefile-statements, makefile-automake-statements)
21330 (makefile-gmake-statements, makefile-makepp-statements)
21331 (makefile-bsdmake-statements): New consts.
21332 (makefile-make-font-lock-keywords): New function.
21333 (makefile-automake-font-lock-keywords)
21334 (makefile-gmake-font-lock-keywords)
21335 (makefile-makepp-font-lock-keywords)
21336 (makefile-bsdmake-font-lock-keywords): New consts.
21337 (makefile-mode-map): Add switchers between the various submodes.
21338 (makefile-mode): Document the availability of the variants.
21339 (makefile-automake-mode, makefile-gmake-mode)
21340 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21341
21342 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21343 new variants of makefile-mode.
21344
21345 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21348 the inheritance.
21349
21350 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21351
21352 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21353 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21354
21355 * files.el (normal-mode): Extend the scope of the
21356 `enable-local-variables' binding to include the `set-auto-mode' call.
21357 (magic-mode-alist): Doc fix.
21358
21359 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21362 font-lock-comment-face rather than copying its setting.
21363
21364 2005-05-12 Andreas Schwab <schwab@suse.de>
21365
21366 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21367
21368 2005-05-12 Lute Kamstra <lute@gnu.org>
21369
21370 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21371 defcustom for the mode hook variable. Delete the last argument.
21372 * generic-x.el: Fix callers of define-generic-mode.
21373 (generic-x-modes): Delete group.
21374 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21375 generic-x customization group.
21376
21377 2005-05-12 Kim F. Storm <storm@cua.dk>
21378
21379 * font-lock.el (font-lock-negation-char-face): Default to "off".
21380
21381 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21382 font-lock-negation-char-face to ! in !=.
21383
21384 2005-05-12 Masatake YAMATO <jet@gyve.org>
21385
21386 * add-log.el (find-change-log): Fix typos in the docstring
21387 of function.
21388
21389 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21390
21391 * international/latexenc.el (latexenc-find-file-coding-system):
21392 Avoid `re-search-forward' when looking for input encoding because
21393 of speed and safety. Better regular expressions for recognizing
21394 input encoding. Limit a search for TeX-master/tex-main-file to
21395 the local variable section.
21396
21397 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21398
21399 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21400 syntax of $ to "'" (quote).
21401
21402 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21403
21404 * dnd.el (dnd-protocol-alist): Improve custom type.
21405
21406 * dired.el (dired-dnd-protocol-alist): New variable.
21407 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21408 `dired-mode-hook' to the end.
21409
21410 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21411
21412 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21413 comment-end if comment-start-skip is not set.
21414 Obey the font-lock-comment-delimiter-face variables.
21415
21416 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21417
21418 * files.el (executable-find): Move from executable.el. Use
21419 locate-file.
21420 * progmodes/executable.el (executable-find): Move to files.el.
21421
21422 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21423 when trying to ensure forward progress.
21424
21425 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21426
21427 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21428 (mouse-select, mouse-select-internal, mouse-extend-internal):
21429 Use it to implement mouse-1-click-follows-link functionality.
21430
21431 2005-05-11 Richard M. Stallman <rms@gnu.org>
21432
21433 * font-lock.el (font-lock-fontify-syntactically-region):
21434 Use font-lock-comment-delimiter-face for comment delimiters.
21435
21436 2005-05-10 Jay Belanger <belanger@truman.edu>
21437
21438 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21439 preserving embedded modes.
21440
21441 2005-05-10 Richard M. Stallman <rms@gnu.org>
21442
21443 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21444
21445 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21446 Move from ada-stmt.el.
21447 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21448
21449 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21450 Move to ada-mode.el.
21451 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21452
21453 * cus-edit.el (custom-file): Call file-chase-links.
21454
21455 * files.el (read-directory-name): Fix previous change.
21456 (hack-local-variables-confirm): New function.
21457 (hack-local-variables-prop-line, hack-local-variables)
21458 (hack-one-local-variable): Use it.
21459
21460 2005-05-10 Lute Kamstra <lute@gnu.org>
21461
21462 * font-lock.el (font-lock-keywords-alist)
21463 (font-lock-removed-keywords-alist): Clarify docstrings.
21464
21465 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21466
21467 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21468 (gdb-source-info): Check for preprocessor info.
21469 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21470 a macro for a function.
21471 (gdb-info-breakpoints-custom): Try to find file again if not already
21472 found (user might have used GDB dir command).
21473 (gdb-get-location): Update gdb-location-alist correctly for change
21474 to gdb-info-breakpoints-custom.
21475
21476 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21477 (gud-tooltip-print-command): Add gdbmi case.
21478 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21479 preprocessor info.
21480
21481 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21482
21483 * startup.el (fancy-splash-insert): Fix typo in doc string.
21484
21485 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21486
21487 * obsolete/float.el (string-to-float):
21488 * obsolete/hilit19.el (hilit-add-pattern):
21489 * obsolete/rnews.el (news-parse-range, news-select-message)
21490 (news-get-pruned-list-of-files): Replace `string-to-int' by
21491 `string-to-number'.
21492
21493 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21494 `find-file-not-found-hooks'; use `add-hook'.
21495 (uncompress-while-visiting): Set `write-file-functions', not
21496 `write-file-hooks'; use `add-hook'.
21497
21498 2005-05-09 Kim F. Storm <storm@cua.dk>
21499
21500 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21501 (cua-paste): Handle clipboard action.
21502 (cua--init-keymaps): Remap clipboard-kill-region and
21503 clipboard-kill-ring-save.
21504
21505 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21506
21507 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21508 Improve commentary.
21509
21510 * simple.el (next-error-overlay-arrow-position): Revert the change
21511 made on 2005-04-30.
21512
21513 2005-05-07 Jay Belanger <belanger@truman.edu>
21514
21515 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21516 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21517 `calc-sel-reselect'.
21518
21519 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21520 Calc is in embedded mode.
21521
21522 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21523
21524 * progmodes/compile.el (compilation-setup):
21525 Set overlay-arrow-string to an empty string on text terminals.
21526
21527 * textmodes/ispell.el (ispell-program-name): Try looking for
21528 "aspell" along exec-path, and if found, use it as the default
21529 speller program.
21530
21531 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21532
21533 * international/mule.el (sgml-xml-auto-coding-function):
21534 Recognize encoding='FOO' in single quotes as well as in double quotes.
21535
21536 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21537
21538 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21539 as well as `interactive', so that defmacro* would recognize
21540 `declare' forms.
21541
21542 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21543
21544 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21545 Explain more about the LIGHTER arg's usage in the doc string.
21546 Add commentary to clarify what the code does. Fix the regexp that
21547 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21548 since it could have characters special to regular expressions.
21549
21550 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21551
21552 * replace.el (occur-1): Bind inhibit-read-only so that
21553 erase-buffer doesn't barf on read-only text properties (likewise
21554 for add-text-properties in occur-engine). Mark buffer as unmodified.
21555 (occur-engine): Don't set buffer-read-only here.
21556
21557 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21558
21559 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21560 list-buffers-directory. This caused the *cvs-commit* buffer to be
21561 sometimes mistakenly reused as a *cvs* buffer.
21562
21563 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21564
21565 * tooltip.el: Move code for GUD tooltips into gud.el.
21566 (require): CL no longer needed to compile case.
21567 (tooltip-mode): Do not toggle functions for GUD tooltips.
21568 (tooltip-gud-tips-p): Remove. Replace with minor mode
21569 gud-tooltip-mode in gud.el.
21570 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21571 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21572 tooltip-gud prefix with gud-tooltip and obsolete.
21573 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21574 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21575 (tooltip-mouse-motion): Mouse movement functions/variable.
21576 Rename in gud.el by adding gud prefix.
21577 (tooltip-gud-original-filter, tooltip-gud-dereference)
21578 (tooltip-gud-event, tooltip-toggle-gud-tips)
21579 (tooltip-gud-process-output, tooltip-gud-print-command)
21580 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21581 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21582 (gdb-tooltip-print): Move to gdb-ui.el.
21583
21584 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21585 (require): CL needed to compile case.
21586 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21587 tooltip-gud-tips-p. Make it a minor-mode.
21588 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21589 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21590 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21591 (gud-tooltip-change-major-mode)
21592 (gud-tooltip-activate-mouse-motions-if-enabled)
21593 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21594 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21595 (gud-tooltip-original-filter, gud-tooltip-dereference)
21596 (gud-tooltip-event, tooltip-toggle-gud-tips)
21597 (gud-tooltip-process-output, gud-tooltip-print-command)
21598 (gud-tooltip-tips): Move from tooltip.el.
21599
21600 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21601 (gdb-cpp-define-alist-flags): Doc fix.
21602 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21603 gud-tooltip-mode is t.
21604
21605 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21608 evaporate if their text is deleted.
21609 (goto-address-at-point): Make it work as a mouse binding as well.
21610 (goto-address-at-mouse): Obsolete it. Update users.
21611
21612 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21613
21614 * calendar/appt.el (top-level): No longer activate on load.
21615
21616 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21617
21618 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21619 * net/webjump.el (webjump):
21620 * progmodes/idlw-help.el (idlwave-do-context-help1)
21621 (idlwave-highlight-linked-completions):
21622 * textmodes/po.el (po-find-file-coding-system-guts):
21623 Replace `assoc-ignore-case' by `assoc-string'.
21624
21625 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21626
21627 * files.el (locate-file): Doc fix.
21628
21629 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21630 Remove the redundant test for ms-dos.
21631
21632 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21633 look for the preprocessor with exec-suffixes. If not found in
21634 standard places, look in exec-path. Remove most of the tests that
21635 used system-type.
21636
21637 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21638
21639 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21640
21641 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21642 file-name clash with jka-compr.el on 8+3 filesystems.
21643
21644 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21645
21646 * term/mac-win.el: Don't define or bind scroll bar functions if
21647 x-toolkit-scroll-bars is t.
21648 (x-select-text, x-get-selection-value): Clear
21649 x-last-selected-text-clipboard if x-select-enable-clipboard is
21650 nil.
21651 (PRIMARY): Put mac-scrap-name property.
21652 (mac-select-convert-to-file-url): New function.
21653 (public.file-url): New selection target type. Add to
21654 selection-converter-alist.
21655 (x-get-selection, x-selection-value): Handle it.
21656 (x-cut-buffer-or-selection-value): New alias.
21657
21658 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21659
21660 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21661 entry to avoid calling bibtex-find-entry with arg global
21662 being t. Remove arg key.
21663 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21664 (bibtex-copy-summary-as-kill): Change accordingly.
21665
21666 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21669 (org-agenda-date-later): Use with-current-buffer.
21670
21671 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21672
21673 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21674 (define-obsolete-variable-alias): Doc Fixes.
21675
21676 2005-05-06 Kim F. Storm <storm@cua.dk>
21677
21678 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21679 vertical-motion when selective-display is active.
21680
21681 * ido.el (ido-setup-hook): New hook.
21682 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21683 (ido-input-stack): New var.
21684 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21685 ido-next-work-file binding to M-O.
21686 Bind M-f to ido-wide-find-file-or-pop-dir.
21687 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21688 (ido-read-internal): Run ido-setup-hook.
21689 Catch quit in read-file-name and read-string to cancel edit.
21690 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21691 Automatically pop-all when completing a directory name (RET).
21692 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21693 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21694 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21695 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21696 New functions for M-b/M-f to move among the directory components.
21697 (ido-make-merged-file-list): Catch quit to cancel merge.
21698 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21699 (ido-completion-help): No warnings for ido-completion-buffer-full.
21700
21701 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21702
21703 * font-lock.el (font-lock-negation-char-face): New face and variable.
21704 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21705 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21706 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21707 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21708
21709 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21710
21711 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21712 Fix typo in docstring.
21713
21714 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21715 (ebrowse-print-statistics-line)
21716 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21717
21718 * term/w32-win.el (image-library-alist): Add additional name for
21719 Xpm library.
21720
21721 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21722
21723 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21724 use gcc instead of cpp.
21725
21726 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21727 (gdb-create-define-alist): Use it.
21728 (gdb-cpp-define-alist-program): Update for MS-DOS.
21729
21730 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21731
21732 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21733
21734 2005-05-04 Richard M. Stallman <rms@gnu.org>
21735
21736 * help.el (describe-key): No error when UNTRANSLATED is nil.
21737
21738 * simple.el (line-move-1): Fix previous change to signal errors
21739 appropriately.
21740
21741 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21742
21743 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21744 (icalendar-duration-correction): Remove.
21745 (icalendar--get-event-properties): Split result at commas.
21746 (icalendar--decode-isoduration): New optional argument
21747 DURATION-CORRECTION.
21748 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21749 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21750 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21751 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21752 (icalendar--convert-anniversary-to-ical): New functions, extracted
21753 from icalendar-export-region, with bug fixes.
21754 (icalendar-export-region): Use the above functions.
21755 (icalendar-import-buffer): Check before saving diary file.
21756 (icalendar--convert-recurring-to-diary)
21757 (icalendar--convert-non-recurring-all-day-to-diary)
21758 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21759 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21760 (icalendar--convert-ical-to-diary): Use the above functions.
21761
21762 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21763
21764 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21765 Remove these recent additions.
21766 (c-mode): Restore to before 2005-04-28.
21767
21768 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21769 recent addition.
21770
21771 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21772 (gdb-define-alist): New variables.
21773 (gdb-create-define-alist): New function.
21774 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21775 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21776 with string-to-number.
21777 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21778
21779 * progmodes/gud.el: Replace string-to-int with string-to-number.
21780 (gud-find-file): Handle gdb-define-alist.
21781
21782 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21783
21784 2005-05-02 Jay Belanger <belanger@truman.edu>
21785
21786 * calc/calc-aent.el (math-read-token):
21787 * calc/calc-bin.el (calc-word-size):
21788 * calc/calc-ext.el (calc-read-number-fancy):
21789 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21790 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21791 * calc/calc-frac.el (calc-over-notation):
21792 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21793 (calc-graph-num-points, calc-graph-init):
21794 * calc/calc-prog.el (calc-read-parse-table-part)
21795 (calc-edit-macro-repeats):
21796 * calc/calc-yank.el (calc-do-grab-rectangle):
21797 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21798 Replace `string-to-int' by `string-to-number'.
21799
21800 2005-05-02 Kim F. Storm <storm@cua.dk>
21801
21802 * kmacro.el: Use executing-kbd-macro-index variable.
21803
21804 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21805
21806 * net/rlogin.el (rlogin-parse-words): Delete func.
21807 (rlogin): Use split-string, not rlogin-parse-words.
21808 Also, if there are option-like elements in the parsed args,
21809 take the host to be the first arg immediately following them.
21810 Suggested by Michael Mauger.
21811
21812 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21813
21814 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21815
21816 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21817
21818 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21819 (cc-mode-cpp-program): Rename to cc-define-list-program and
21820 move to cc-vars.el.
21821
21822 * progmodes/cc-vars.el (cc-define-list-program):
21823 Change to "gcc -E -dM -". Make customizable.
21824
21825 2005-05-02 Kim F. Storm <storm@cua.dk>
21826
21827 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21828
21829 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21830
21831 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21832
21833 * international/mule-util.el (truncate-string): Remove alias and
21834 obsolete declaration.
21835
21836 * international/mule-cmds.el (update-iso-coding-systems):
21837 Remove alias and obsolete declaration.
21838
21839 * international/mule.el (coding-system-parent): Remove alias and
21840 obsolete declaration.
21841
21842 * subr.el (define-function, sref): Remove aliases and obsolete
21843 declarations.
21844 (chars-in-region): Remove obsolete declaration.
21845
21846 2005-05-01 Richard M. Stallman <rms@gnu.org>
21847
21848 * info.el (Info-mode): Set widen-automatically to nil, locally.
21849
21850 * simple.el (widen-automatically): New variable.
21851 (pop-global-mark): Obey widen-automatically.
21852
21853 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21854
21855 * term/xterm.el (function-key-map): Call substitute-key-definition
21856 before the keymap size is increased by a lot of define-key calls.
21857
21858 2005-05-01 Richard M. Stallman <rms@gnu.org>
21859
21860 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21861 Rename ARG to ELEMENT. Doc fix.
21862
21863 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21864
21865 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21866 Remove references to allout-exposure/change to allout-new-exposure.
21867
21868 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21869 bytecode symbols.
21870
21871 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21872 (compiled-function-p, focus-frame, unfocus-frame):
21873 Remove aliases and obsolete declarations.
21874 Back out inadvertent changes from previous commit.
21875
21876 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21877
21878 * files.el (require-final-newline): Make Custom tags consistent
21879 with mode-require-final-newline.
21880 (mode-require-final-newline): Doc fix.
21881
21882 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21883
21884 * international/latexenc.el (latexenc-find-file-coding-system):
21885 Fix regular expressions.
21886
21887 2005-05-01 David Kastrup <dak@gnu.org>
21888
21889 * international/latexenc.el (latexenc-find-file-coding-system):
21890 Fix regular expressions.
21891
21892 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21893
21894 * subr.el (string-to-int): Make obsolete.
21895
21896 2005-04-30 Richard M. Stallman <rms@gnu.org>
21897
21898 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21899
21900 * loadup.el: load jka-comp-hook.
21901
21902 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21903 (jka-compr-handler): Add autoload. `put' calls moved
21904 to jka-comp-hook.el.
21905 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21906 (jka-compr-inhibit): Autoload.
21907
21908 * jka-comp-hook.el: New file.
21909 Enable the mode by default.
21910
21911 * files.el (backup-buffer-copy): Use copy-file instead
21912 of write-region, and put back the 'excl.
21913
21914 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * progmodes/flymake.el (flymake-split-string)
21917 (flymake-split-string, flymake-log, flymake-pid-to-names)
21918 (flymake-reg-names, flymake-get-source-buffer-name)
21919 (flymake-unreg-names, flymake-add-line-err-info)
21920 (flymake-add-err-info): Clarify docstrings.
21921 (flymake-popup-menu, flymake-make-emacs-menu)
21922 (flymake-make-xemacs-menu): Add docstrings.
21923 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21924 Set variables directly throughout.
21925
21926 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21927
21928 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21929 exists. Initialize cc-define-alist.
21930 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21931 If there is no file (Macroexpansion) don't create an alist.
21932
21933 2005-04-29 Sam Steingold <sds@gnu.org>
21934
21935 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21936 (cc-create-define-alist): Use it instead of the hard-coded string.
21937
21938 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21939
21940 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21941 for latexenc.
21942
21943 2005-04-29 Lute Kamstra <lute@gnu.org>
21944
21945 * emacs-lisp/generic.el: Improve commentary section.
21946 (define-generic-mode): Improve docstring.
21947
21948 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21949
21950 * textmodes/org.el (many places): Change to quiet the byte compiler.
21951 (org-prefix-format-compiled): New variable.
21952 (org-compile-prefix-format): New function.
21953 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21954 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21955 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21956 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21957 consistency with entries from `org-mode' files.
21958 (org-get-time-of-day): Fix bug with partial matches early in a line.
21959 (org-non-link-chars): New constant.
21960 (org-link-regexp): Respect `org-non-link-chars'.
21961 (org-agenda-day-view): Remove command.
21962 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21963 (org-follow-bbdb-link, org-store-link): Search also company field.
21964 (org-highlight-overlay): New variable.
21965 (org-highlight, org-unhighlight): New functions.
21966 (org-agenda-mode): Add pre-command-hook to remove highlight.
21967 (org-evaluate-time-range): Behavior depends upon whether time stamp
21968 contains a time or not.
21969 (org-show-subtree, org-show-entry): New functions.
21970 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21971
21972 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21973
21974 * comint.el (comint-output-filter-functions): Add autoload cookie.
21975
21976 2005-04-28 Kim F. Storm <storm@cua.dk>
21977
21978 * ido.el (ido-everywhere): Fix last change.
21979
21980 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21981
21982 * international/latexenc.el: New file.
21983 * international/mule-conf.el (file-coding-system-alist): For .tex,
21984 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21985
21986 2005-04-28 Lute Kamstra <lute@gnu.org>
21987
21988 * font-lock.el (font-lock-add-keywords)
21989 (font-lock-remove-keywords): Clarify docstring.
21990 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21991 Don't start docstrings with a `*'.
21992 (font-lock-update-removed-keyword-alist): Give it a docstring.
21993
21994 * generic-x.el: Update commentary section.
21995 Only require font-lock when compiling.
21996 Define all modes conditionally.
21997 Place all generic modes in the generic-x-modes customization group.
21998 (generic-x-modes): New customization group.
21999 (generic-default-modes, generic-mswindows-modes)
22000 (generic-unix-modes, generic-other-modes): New constants.
22001 (generic-define-mswindows-modes, generic-define-unix-modes):
22002 Update docstrings. Make them obsolete.
22003 (generic-extras-enable-list): New default value. Update docstring.
22004 Improve :type. Change :set function.
22005 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22006 Fix docstring.
22007
22008 * emacs-lisp/generic.el (generic-mode-internal):
22009 Simplify font-lock-defaults.
22010 (define-generic-mode): Fix docstring.
22011
22012 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22015 font-lock-face property to highlight matches.
22016
22017 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22018
22019 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22020 (cc-define-alist): New variable.
22021 (c-mode): Make it local and initialize it.
22022
22023 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22024 (gdb-exited): New function.
22025 (gdb-annotation-rules): Use it.
22026 (gdb-starting): Set gdb-active-process to t.
22027 (gdb-stopping): Amend doc string.
22028 (gdb-reset): Set gdb-active-process to nil.
22029
22030 * tooltip.el (tooltip-gud-tips): Show the associated #define
22031 directives when a C program under GDB is not executing.
22032
22033 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22034
22035 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22036 font-lock-fontify-syntactic-keywords.
22037
22038 * font-lock.el (font-lock-default-fontify-region): Don't force
22039 parse-sexp-lookup-properties to nil.
22040
22041 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22042
22043 * man.el (man-mode-syntax-table): Set up `:' to have
22044 word-constituent syntax.
22045
22046 2005-04-27 Lute Kamstra <lute@gnu.org>
22047
22048 * novice.el (disable-command): Don't add spurious newlines to the
22049 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22050
22051 2005-04-26 Jay Belanger <belanger@truman.edu>
22052
22053 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22054 than one window before deleting window.
22055
22056 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22057
22058 * shell.el (shell-prompt-pattern): Doc fix.
22059 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22060
22061 * comint.el (comint-prompt-regexp, comint-get-old-input)
22062 (comint-use-prompt-regexp)
22063 (comint-use-prompt-regexp-instead-of-fields)
22064 (comint-replace-by-expanded-history, comint-send-input)
22065 (comint-output-filter, comint-get-old-input-default)
22066 (comint-line-beginning-position, comint-bol, comint-show-output)
22067 (comint-backward-matching-input, comint-forward-matching-input)
22068 (comint-next-prompt, comint-previous-prompt):
22069 Rename `comint-use-prompt-regexp-instead-of-fields' to
22070 `comint-use-prompt-regexp'. Keep old name as alias and declare
22071 obsolete.
22072 (comint-use-prompt-regexp): Shorten first line of doc string.
22073
22074 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22075 Set paragraph-separate buffer locally to "\\'".
22076
22077 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22078 Adapt to above name change.
22079
22080 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22081 (smbclient-prompt-regexp): Ditto.
22082
22083 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22084
22085 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22086
22087 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22088 gdb-location-list.
22089 Break lines that are over 80 characters wide.
22090
22091 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22094 New fun and var, to preserve compatibility.
22095
22096 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22097
22098 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22099
22100 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22101 name to file-newer-than-file-p.
22102
22103 2005-04-26 Richard M. Stallman <rms@gnu.org>
22104
22105 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22106
22107 * progmodes/python.el (python-mode):
22108 Use new name eldoc-documentation-function.
22109
22110 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22111
22112 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22113 (eldoc-documentation-function):
22114 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22115
22116 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22117
22118 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22119
22120 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22121
22122 * term/xterm.el (function-key-map): Fix strings for
22123 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22124 {C,S,A,C-S}-{f1-f12}.
22125
22126 2005-04-26 Kenichi Handa <handa@m17n.org>
22127
22128 * international/mule-cmds.el (select-safe-coding-system):
22129 Fix previous change.
22130
22131 2005-04-26 Lute Kamstra <lute@gnu.org>
22132
22133 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22134
22135 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22136 (font-lock-comment-delimiter-face): Ditto.
22137
22138 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22139
22140 2005-04-25 Jay Belanger <belanger@truman.edu>
22141
22142 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22143 to t while inserting information; use help-mode.
22144
22145 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22146
22147 * term.el (ansi-term-color-vector): Use the xterm colors.
22148 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22149
22150 2005-04-25 Lute Kamstra <lute@gnu.org>
22151
22152 * font-core.el (font-lock-defaults): Fix docstring.
22153
22154 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22155
22156 2005-04-25 Kenichi Handa <handa@m17n.org>
22157
22158 * international/mule-cmds.el (select-safe-coding-system):
22159 Don't check consistency with coding: spec, etc if raw-text or
22160 no-conversion was found to be safe.
22161
22162 2005-04-24 Richard M. Stallman <rms@gnu.org>
22163
22164 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22165 citation markers at start of each line.
22166
22167 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22168 citation markers at start of each line.
22169
22170 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22171
22172 * files.el (mode-require-final-newline): Fix previous change.
22173 (require-final-newline): Fix type label.
22174
22175 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22176
22177 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22178 statement in buffer (broken by 2004-11-24 change).
22179
22180 2005-04-24 Kim F. Storm <storm@cua.dk>
22181
22182 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22183 and read-file-name-function values. Don't overwrite existing
22184 non-nil values if ido-mode is enabled without ido-everywhere.
22185
22186 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22187
22188 * files.el (mode-require-final-newline): Minor doc fix.
22189
22190 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22191
22192 * subr.el (syntax-after): Doc fix.
22193 (syntax-class): If argument is nil, return nil. Mask off upper 16
22194 bits, not 8 bits.
22195
22196 * files.el (mode-require-final-newline): Doc fix.
22197 (backup-buffer-copy): Fix last change.
22198
22199 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22200
22201 * term/mac-win.el: Require select. Set selection-coding-system to
22202 mac-system-coding-system. Call menu-bar-enable-clipboard.
22203 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22204 (x-select-enable-clipboard): New variables.
22205 (x-select-text, x-get-selection, x-selection-value)
22206 (x-get-selection-value, mac-select-convert-to-string)
22207 (mac-services-open-file, mac-services-open-selection)
22208 (mac-services-insert-text): New functions.
22209 (CLIPBOARD, FIND): Put mac-scrap-name property.
22210 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22211 (public.tiff): Put mac-ostype property.
22212 (selection-converter-alist): Add entries for them.
22213 (mac-application-menu-map): New keymap.
22214 (interprogram-cut-function, interprogram-paste-function): Set to
22215 x-select-text and x-get-selection-value, respectively.
22216 (split-window-keep-point): Set to t.
22217
22218 2005-04-23 Richard M. Stallman <rms@gnu.org>
22219
22220 * files.el (read-directory-name): Always pass non-nil
22221 DEFAULT-FILENAME arg to read-file-name.
22222 (backup-buffer-copy, basic-save-buffer-2): Take care against
22223 writing thru an unexpected existing symlink.
22224 (revert-buffer): In indirect buffer, revert the base buffer.
22225 (magic-mode-alist): Doc fix.
22226 (buffer-stale-function): Doc fix.
22227 (minibuffer-with-setup-hook): Avoid warning.
22228 (mode-require-final-newline): Doc and custom fix.
22229
22230 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22231
22232 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22233 use the default appearance.
22234 (font-lock-comment-delimiter-face): New face, new variable.
22235
22236 * imenu.el (imenu--generic-function): The official position of a
22237 definition is the start of the line that BEG is in.
22238
22239 * midnight.el (midnight-timer): Move defvar up.
22240
22241 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22242
22243 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22244
22245 * startup.el (command-line): Use with-no-warnings.
22246
22247 * window.el (window-size-fixed): New defvar.
22248
22249 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22250
22251 * mail/rmail.el (rmail-font-lock-keywords):
22252 Use font-lock-comment-delimiter-face.
22253
22254 * mail/sendmail.el (mail-font-lock-keywords):
22255 Use font-lock-comment-delimiter-face.
22256
22257 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22258
22259 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22260
22261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22262 Specify t for LAXMATCH when matching directories.
22263 Save match data around compilation-compat-error-properties form.
22264
22265 2005-04-23 David Kastrup <dak@gnu.org>
22266
22267 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22268 Mention that the autoloaded aliases should be kept for AUCTeX.
22269
22270 2005-04-23 Andreas Schwab <schwab@suse.de>
22271
22272 * isearch.el (isearch-forward): Doc fix.
22273
22274 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22275
22276 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22277 (jit-lock-stealth-nice): Change default value to 0.5.
22278
22279 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22280
22281 * abbrev.el (write-abbrev-file): Write table entries in
22282 alphabetical order by table name.
22283
22284 2005-04-22 Kim F. Storm <storm@cua.dk>
22285
22286 * ido.el (ido-read-internal): Fix `list' completion.
22287
22288 2005-04-22 Kenichi Handa <handa@m17n.org>
22289
22290 * recentf.el (recentf-save-file-coding-system): New variable.
22291 (recentf-save-list): Encode the file by
22292 recentf-save-file-coding-system and add coding: tag.
22293
22294 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22295
22296 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22297
22298 2005-04-21 Lute Kamstra <lute@gnu.org>
22299
22300 * loadhist.el (unload-feature): Don't remove a function from hooks
22301 if it is about to be restored to an autoload . Remove functions
22302 that will become unbound from auto-mode-alist. Simplify the code.
22303
22304 * subr.el (assq-delete-all): New implementation that is linear,
22305 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22306 (rassq-delete-all): New function.
22307
22308 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22309 Add size-indication-mode.
22310
22311 2005-04-21 Kenichi Handa <handa@m17n.org>
22312
22313 * international/mule-cmds.el: Add autoload for widget-value in
22314 eval-when-compile.
22315
22316 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22317
22318 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22319 Add tooltip-mode.
22320
22321 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22322
22323 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22324
22325 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22326 (inferior-lisp-filter-regexp, inferior-lisp-program)
22327 (inferior-lisp-load-command, inferior-lisp-prompt)
22328 (inferior-lisp-mode-hook, lisp-source-modes)
22329 (inferior-lisp-load-hook): defvar->defcustom.
22330 (inferior-lisp-program, inferior-lisp-prompt)
22331 (inferior-lisp-load-hook): Doc fixes.
22332 (inferior-lisp-install-letter-bindings): Small change in
22333 introductory comment.
22334
22335 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22336
22337 * vc.el (vc-annotate-color-map): Change some colors so that text
22338 using them as foreground is readable on both white and black
22339 backgrounds.
22340
22341 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22342
22343 * international/mule-conf.el (translation-table-for-input):
22344 Remove redundant declaration.
22345
22346 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22347
22348 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22349
22350 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22351 (tooltip-toggle-gud-tips): New function.
22352
22353 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22354
22355 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22356 right angle brackets.
22357
22358 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22359
22360 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22361
22362 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22365 Remove. Update callers to use expand-file-name instead.
22366
22367 * subr.el (syntax-class): New function.
22368
22369 * simple.el (blink-matching-open): Use it.
22370
22371 * paren.el (show-paren-function): Use it to recognize parens that are
22372 also used in 2-char comment markers.
22373
22374 2005-04-19 Lute Kamstra <lute@gnu.org>
22375
22376 * loadhist.el (unload-feature): Update for new format of
22377 load-history. Simplify the code.
22378
22379 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22380
22381 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22382 (mac-add-charset-info): New function. Initialize variable
22383 mac-charset-info-alist using it.
22384 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22385 for translation.
22386 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22387 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22388 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22389 New CCL programs.
22390
22391 2005-04-19 Kim F. Storm <storm@cua.dk>
22392
22393 * simple.el (next-buffer, prev-buffer, next-error)
22394 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22395 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22396
22397 * bindings.el (next-buffer, prev-buffer, next-error)
22398 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22399 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22400 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22401 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22402
22403 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22404
22405 * isearch.el (isearch-edit-string): Make the search-ring available for
22406 minibuffer history commands.
22407 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22408 the default history commands now work just as well.
22409 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22410
22411 2005-04-18 Kim F. Storm <storm@cua.dk>
22412
22413 * emulation/cua-base.el (cua--pre-command-handler): Add more
22414 elaborate check for shift modifier on non-window systems.
22415
22416 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22417
22418 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22419
22420 2005-04-18 Kim F. Storm <storm@cua.dk>
22421
22422 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22423 and make it optional. Don't test tooltip-gud-echo-area here.
22424 (tooltip-gud-process-output, gdb-tooltip-print):
22425 Pass tooltip-gud-echo-area to tooltip-show.
22426 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22427
22428 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22429
22430 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22431 `display-graphic-p' may not be bound yet.
22432
22433 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22434
22435 * startup.el (command-line): No longer enable Xterm Mouse mode by
22436 default in terminals compatible with xterm.
22437
22438 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22439
22440 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22441
22442 * tooltip.el (tooltip-gud-echo-area): Rename from
22443 tooltip-use-echo-area.
22444 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22445 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22446 area independently of where help tooltips are displayed.
22447
22448 2005-04-17 David Kastrup <dak@gnu.org>
22449
22450 * cus-theme.el (custom-theme-write-variables): Quote variables
22451 where necessary.
22452
22453 2005-04-17 Richard M. Stallman <rms@gnu.org>
22454
22455 * simple.el (yank-excluded-properties): Add follow-link to value.
22456
22457 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22458
22459 * startup.el (fancy-splash-max-time): Just 30 seconds.
22460 (fancy-splash-delay): Just 7.
22461 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22462
22463 * loadhist.el (unload-feature): Update for new format of load-history.
22464 Simplify the code.
22465
22466 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22467 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22468
22469 * mail/sendmail.el (mail-font-lock-keywords):
22470 Don't fontify subject text.
22471 Don't fontify the text of a citation.
22472
22473 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22474
22475 * comint.el (comint-output-filter): Run comint-output-filter-functions
22476 with point where the user had it.
22477
22478 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * international/ucs-tables.el (ucs-set-table-for-input):
22481 Disable when using unify-on-decoding.
22482
22483 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22484
22485 * emulation/cua-base.el (cua-global-mark-face): Add special case
22486 for displays supporting a high number of colors.
22487
22488 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22489
22490 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22491
22492 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22493
22494 * filesets.el (filesets-add-buffer): If user supplies a name of a
22495 non-existing fileset, create a new fileset.
22496
22497 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22498
22499 * textmodes/org.el (org-up-heading-all): Fix bug with
22500 `outline-up-heading-all'.
22501
22502 2005-04-16 Andreas Schwab <schwab@suse.de>
22503
22504 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22505 /etc/permissions.d/* and /etc/aliases.d/*.
22506
22507 2005-04-16 Kenichi Handa <handa@m17n.org>
22508
22509 * international/code-pages.el (cp-make-coding-system):
22510 Set `translation-table-for-input' property value to the symbol
22511 ucs-mule-to-mule-unicode, not to that value.
22512 (pt154): Escape guillemet by `\'.
22513
22514 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22515
22516 * loadup.el: Load tooltip if x-show-tip is fboundp.
22517
22518 * startup.el (command-line): Add comment.
22519
22520 * tooltip.el (tooltip-mode): Specify correct standard value for
22521 Custom in init-value.
22522
22523 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22524
22525 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22526 possible.
22527
22528 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22529
22530 * textmodes/org.el (org-agenda-date-prompt): Rename from
22531 `org-agenda-date-today'.
22532 (org-evaluate-time-range): Insert at point instead of directly
22533 after time range.
22534 (org-first-headline-recenter, org-subtree-end-visible-p)
22535 (org-optimize-window-after-visibility-change): New functions
22536 (org-agenda-post-command-hook): Don't allow point at end of line,
22537 to make sure it always hits the text properties.
22538 (org-agenda-next-date-line, org-agenda-previous-date-line):
22539 New commands.
22540 (org-set-regexps-and-options): Category may contain white space.
22541 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22542 Improve marker positions.
22543 (org-agenda-new-marker): Argument POS made optional.
22544 (org-agenda-get-timestamps): Deadlines which are done are listed
22545 in org-done-face now.
22546 (org-agenda-get-todos, org-agenda-get-timestamps)
22547 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22548 Set `undone-face' and `done-face' properties.
22549 (org-last-todo-state-is-todo): New variable.
22550 (org-todo): Set `org-last-todo-state-is-todo'.
22551 (org-agenda-todo): Change face according to
22552 `org-last-todo-state-is-todo'. And change other lines referring to
22553 the same entry.
22554 (org-calendar-goto-agenda): New command.
22555 (org-calendar-to-agenda-key): New option.
22556 (org-startup-folded): New allowed value `content'.
22557 (org-set-regexps-and-options): Accept new value `content' for
22558 `org-startup-folded'.
22559 (org-get-current-options): Handle new value `content' for
22560 `org-startup-folded'.
22561 (org-insert-todo-heading): New command.
22562 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22563 interactively in empty file and option
22564 `org-insert-mode-line-in-empty-file' has been set.
22565 (org-agenda-todo, org-agenda-priority): Modify to use
22566 `org-agenda-change-all-lines'.
22567 (org-warning-face): Change color on dark background
22568
22569 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22570
22571 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22572 use preferences AppleLocale and AppleLanguages, and variable
22573 mac-system-locale for default locale. On Mac OS Classic, use
22574 mac-system-coding-system for default coding systems.
22575
22576 * term/mac-win.el: Don't set file-name-coding-system.
22577 Decode variables system-name, emacs-build-system, user-login-name, and
22578 user-full-name by mac-system-coding-system on Mac OS Classic.
22579 (mac-system-coding-system): New variable.
22580
22581 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22582
22583 * startup.el (command-line): Handle `xterm-mouse-mode' before
22584 reading init file.
22585
22586 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22587
22588 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22589
22590 * progmodes/sh-script.el (sh-here-document-word): Make it a
22591 defcustom. Doc fix.
22592 (sh-add): Bash uses $(( )) for arithmetic.
22593 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22594 (sh-maybe-here-document): Remove quotes and leading whitespace
22595 from heredoc word when closing. Indent heredoc with tabs if word
22596 starts with "-".
22597
22598 2005-04-13 Richard M. Stallman <rms@gnu.org>
22599
22600 * simple.el (undo): Fix previous change.
22601
22602 * custom.el (defface): Doc fix.
22603
22604 2005-04-13 Lute Kamstra <lute@gnu.org>
22605
22606 * Makefile.in (DONTCOMPILE): Remove list.
22607 (compile, compile-always): Don't use DONTCOMPILE.
22608 (update-authors): Load the library in which batch-update-authors
22609 is defined.
22610 * makefile.w32-in (DONTCOMPILE): Remove list.
22611 (compile, compile-always): Fix comments.
22612 (update-authors): Load the library in which batch-update-authors
22613 is defined.
22614
22615 * generic-x.el (generic-mode-ini-file-find-file-hook):
22616 Rename to ini-generic-mode-find-file-hook.
22617 Keep generic-mode-ini-file-find-file-hook as an alias.
22618 (ini-generic-mode-find-file-hook): Rename from
22619 generic-mode-ini-file-find-file-hook. Fix docstring.
22620 (ini-generic-mode): Docstring change.
22621 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22622
22623 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22624 called from lisp.
22625
22626 * generic.el: Move to the emacs-lisp subdir.
22627
22628 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22629
22630 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22631 and C-S- function and cursor motion keys.
22632
22633 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22634
22635 * startup.el (command-line): Enable Xterm Mouse mode by default.
22636 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22637 for Custom. No longer show "Mouse" in mode line when enabled.
22638 Doc fix.
22639
22640 2005-04-12 Kim F. Storm <storm@cua.dk>
22641
22642 * emulation/cua-base.el (cua-rectangle-face)
22643 (cua-rectangle-noselect-face): Define face attributes here.
22644
22645 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22646
22647 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22648
22649 * startup.el (command-line): Turn off blinking cursor if
22650 cursorBlink in resources is off or false.
22651
22652 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22653
22654 * term/mac-win.el (dnd): Require dnd.
22655 (mac-drag-n-drop): Call dnd-handle-one-url.
22656 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22657 (kTextEncodingISOLatin2): Remove constants.
22658 (mac-script-code-coding-systems): New constant.
22659 (mac-handle-language-change): New function.
22660 (special-event-map): Bind it to `language-change' event.
22661 (mac-centraleurroman, mac-cyrillic): New coding systems.
22662 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22663 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22664 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22665 encode-mac-cyrillic, respectively.
22666
22667 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22668
22669 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22670 Don't set overlay-arrow-string to "=>" as this is done
22671 globally in C now.
22672
22673 2005-04-12 Lute Kamstra <lute@gnu.org>
22674
22675 * generic-x.el (rc-generic-mode, rul-generic-mode):
22676 Fix auto-mode-alist entries.
22677 (etc-fstab-generic-mode): Tweak fontification.
22678
22679 * generic.el (generic-make-keywords-list): Fix docstring.
22680 (generic-mode-internal): Simplify generic-font-lock-keywords.
22681
22682 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22683
22684 * whitespace.el (whitespace-buffer-leading)
22685 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22686 However, fix the highlight area for the leading and
22687 trailing whitespaces to show space.
22688
22689 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22690
22691 * whitespace.el (whitespace-version): Bump to 3.5
22692
22693 (whitespace-buffer-leading, whitespace-buffer-trailing):
22694 Invert sense of the test to highlight the whitespace.
22695
22696 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22697
22698 * progmodes/gud.el (gud-display-line): GUD uses its own
22699 overlay arrow now so don't set overlay-arrow-string.
22700 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22701
22702 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22703
22704 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22705 (term-ansi-current-reverse, term-ansi-current-invisible)
22706 (term-ansi-face-already-done): Change to boolean.
22707 (term-reset-terminal, term-handle-colors-array): Handle the above
22708 vars accordingly.
22709 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22710 (term-emulate-terminal): Use the new name.
22711
22712 * faces.el (secondary-selection): Use yellow1, not yellow.
22713 (trailing-whitespace): Use red1, not red.
22714
22715 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22716
22717 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22718 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22719 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22720
22721 * cus-edit.el (dnd): New group.
22722
22723 * term/w32-win.el (dnd): Require dnd
22724 (w32-drag-n-drop): Call dnd-handle-one-url.
22725
22726 * x-dnd.el: Require dnd.
22727 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22728 Call dnd-handle-one-url.
22729 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22730 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22731 to dnd-insert-text.
22732 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22733 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22734 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22735 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22736
22737 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22738
22739 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22740
22741 * wdired.el: Doc fixes.
22742 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22743 (wdired-use-dired-vertical-movement): Rename from
22744 wdired-always-move-to-filename-beginning.
22745 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22746 (wdired-change-to-wdired-mode): Change mode name.
22747 (wdired-newline): Delete.
22748
22749 2005-04-11 Richard M. Stallman <rms@gnu.org>
22750
22751 * whitespace.el (whitespace-highlight-the-space):
22752 Don't call whitespace-unhighlight-the-space here.
22753
22754 * simple.el (undo): Record t in undo-equiv-table
22755 for the redo record made by an undo-in-region.
22756
22757 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22758
22759 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22760 (gdb-frame-inferior-io-buffer): New Functions to control
22761 display of separate IO buffer.
22762 (menu): Add them to menu-bar.
22763 (gdb-display-buffer): Check for buffer another frame.
22764 Protect GUD buffer.
22765 (gdb-setup-windows): Create IO buffer if not already there.
22766 (gdb-memory-mode): Remove purecopy noops.
22767
22768 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22769
22770 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22771 and pass to self-insert-command.
22772
22773 2005-04-11 Lute Kamstra <lute@gnu.org>
22774
22775 * generic.el: Commentary section cleanup.
22776 (generic): Delete.
22777 (generic-use-find-file-hook, generic-lines-to-scan)
22778 (generic-find-file-regexp, generic-ignore-files-regexp)
22779 (default-generic-mode, generic-mode-find-file-hook)
22780 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22781 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22782 (generic-use-find-file-hook, generic-lines-to-scan)
22783 (generic-find-file-regexp, generic-ignore-files-regexp)
22784 (default-generic-mode, generic-mode-find-file-hook)
22785 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22786
22787 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22788
22789 * bookmark.el (bookmark-write-file): Catch errors writing file.
22790 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22791
22792 2005-04-10 Richard M. Stallman <rms@gnu.org>
22793
22794 * startup.el (fancy-splash-tail): Update copyright year.
22795 (command-line): Split part of -Q into -D.
22796 (emacs-basic-display): New defvar.
22797 (fancy-splash-text): Correct name of menu item.
22798
22799 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22800
22801 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22802 lines in one node.
22803
22804 * comint.el (comint-send-input): New arg ARTIFICIAL.
22805 Callers in this file changed.
22806
22807 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22808
22809 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22810
22811 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22812
22813 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22814 `ldap-search-internal'.
22815
22816 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22817
22818 * files.el (set-auto-mode-1): Use line-end-position.
22819
22820 * international/latin-1.el:
22821 * international/latin-2.el:
22822 * international/latin-3.el:
22823 * international/latin-4.el:
22824 * international/latin-5.el:
22825 * international/latin-8.el:
22826 * international/latin-9.el: Give punctuation syntax to NBSP.
22827
22828 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22829 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22830 Use char-classes to accept non-ascii letters, accepted in some recent
22831 bibtex implementations.
22832
22833 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22834
22835 * custom.el (custom-set-minor-mode): Any non-nil value for the
22836 variable should enable the mode when set through Custom.
22837
22838 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22841 TAB binding so tab-always-indent is obeyed.
22842 (vhdl-minibuffer-local-map): Move initialization into declaration.
22843 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22844 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22845 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22846 (vhdl-current-line): Use line-beginning-position.
22847 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22848 with-output-to-temp-buffer, so the current position can be recorded.
22849
22850 2005-04-10 Masatake YAMATO <jet@gyve.org>
22851
22852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22853 Add regexp for gcov.
22854
22855 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22856
22857 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22858 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22859 syntax which Emacs 20 doesn't support.
22860
22861 2005-04-09 Richard M. Stallman <rms@gnu.org>
22862
22863 * help.el (describe-key-briefly, describe-key):
22864 Replace strings as event types with "(any string)".
22865
22866 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22867
22868 * arc-mode.el (archive-mode-map): Move initialization into
22869 the declaration. Override *all* bindings of `undo'.
22870 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22871
22872 2005-04-09 Jay Belanger <belanger@truman.edu>
22873
22874 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22875
22876 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22877
22878 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22879 (xterm-register-default-colors): Update color values computation
22880 to match xterm-200.
22881
22882 2005-04-09 Kenichi Handa <handa@m17n.org>
22883
22884 * international/code-pages.el (iso-latin-7): Fix the map.
22885
22886 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22887
22888 * emacs-lisp/lisp.el (defun-prompt-regexp)
22889 (parens-require-spaces, buffer-end, end-of-defun)
22890 (insert-parentheses): Doc fixes.
22891
22892 2005-04-08 Kim F. Storm <storm@cua.dk>
22893
22894 * comint.el (comint-highlight-prompt): Fix face spec.
22895 * hi-lock.el (hi-green): Likewise.
22896
22897 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22898
22899 * cus-edit.el (custom-modified-face):
22900 * comint.el (comint-highlight-input): Fix previous changes.
22901 * term.el (term-handle-ansi-escape): Add a comment.
22902
22903 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22904
22905 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22906 in the buffer and in whitespace-highlighted-space.
22907 (whitespace-unhighlight-the-space): Simplify.
22908 (whitespace-buffer): Simplify.
22909
22910 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22911
22912 * textmodes/table.el (table-cell-face): Add special case for
22913 displays supporting a high number of colors.
22914 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22915 (vhdl-font-lock-reserved-words-face)
22916 (vhdl-speedbar-architecture-face)
22917 (vhdl-speedbar-instantiation-face)
22918 (vhdl-speedbar-architecture-selected-face)
22919 (vhdl-speedbar-instantiation-selected-face): Likewise.
22920 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22921 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22922 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22923 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22924 (ebrowse-progress-face): Likewise.
22925 * progmodes/compile.el (compilation-info-face): Likewise.
22926 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22927 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22928 * calendar/calendar.el (diary-face): Likewise.
22929 * woman.el (woman-italic-face, woman-bold-face)
22930 (woman-unknown-face): Likewise.
22931 * wid-edit.el (widget-button-pressed-face): Likewise.
22932 * whitespace.el (whitespace-highlight-face): Likewise.
22933 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22934 * pcvs-info.el (cvs-marked-face): Likewise.
22935 * info.el (info-xref): Likewise.
22936 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22937 * hilit-chg.el (highlight-changes-face)
22938 (highlight-changes-delete-face): Likewise.
22939 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22940 (hi-red-b): Likewise.
22941 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22942 * font-lock.el (font-lock-keyword-face)
22943 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22944 * cus-edit.el (custom-invalid-face, custom-modified-face)
22945 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22946 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22947 * comint.el (comint-highlight-prompt): Likewise.
22948
22949 2005-04-08 Lute Kamstra <lute@gnu.org>
22950
22951 * font-lock.el (font-lock-keywords): Docstring fixes.
22952
22953 2005-04-08 Kenichi Handa <handa@m17n.org>
22954
22955 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22956 chars are more than a limit, print " and more..." at the tail.
22957
22958 2005-04-08 Kim F. Storm <storm@cua.dk>
22959
22960 * emacs-lisp/authors.el (authors-aliases): Update list.
22961 (authors-ignored-files): New list.
22962 (authors-fixed-entries): Fix typo.
22963 (authors-renamed-files-alist): Update list.
22964 (authors-add): Check authors-ignored-files.
22965
22966 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22967
22968 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22969 optional, to ensure backward compatibility.
22970
22971 2005-04-08 Stephen Eglen <stephen@gnu.org>
22972
22973 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22974
22975 2005-04-08 Kim F. Storm <storm@cua.dk>
22976
22977 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22978
22979 * mouse.el (mouse-on-link-p): Doc fix.
22980
22981 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22982
22983 * ielm.el (ielm-prompt-read-only): Doc fix.
22984
22985 * comint.el (comint-prompt-read-only): Doc fix.
22986
22987 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22988
22989 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22990 ensure dired always handles wildcards passed to ffap.
22991 (find-file-at-point): Use it.
22992 (ffap-dired-wildcards): Doc fix.
22993
22994 2005-04-07 Juri Linkov <juri@jurta.org>
22995
22996 * simple.el (next-error-overlay-arrow-position): New defvar.
22997 Put "=>" on its property `overlay-arrow-string'. Add it to
22998 `overlay-arrow-variable-list'.
22999
23000 * progmodes/compile.el (compilation-setup):
23001 Set `next-error-overlay-arrow-position' to nil. Also set it to
23002 nil in the local hook `kill-buffer-hook'. Make local variable
23003 `overlay-arrow-string' and set it to "=>".
23004 (compilation-goto-locus): Set BOL position to
23005 `next-error-overlay-arrow-position' instead of
23006 `overlay-arrow-position'.
23007
23008 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23009 locally instead of adding it to the global hook.
23010 (Info-kill-buffer): Move up.
23011
23012 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23013
23014 * term/xterm.el (xterm-standard-colors): Update color values from
23015 xterm-200.
23016
23017 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23018
23019 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23020
23021 * fast-lock.el:
23022 * lazy-lock.el: Move them to the obsolete subdir.
23023
23024 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23025
23026 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23027 (wdired-add-replace-advice): Remove.
23028 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23029
23030 2005-04-06 Kim F. Storm <storm@cua.dk>
23031
23032 * startup.el (command-line): Add --bare-bones alias for -Q.
23033
23034 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23035
23036 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23037 create the startup fontset if a font specification ends with
23038 `mac-roman'.
23039
23040 2005-04-06 Lute Kamstra <lute@gnu.org>
23041
23042 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23043 change.
23044
23045 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23046 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23047
23048 2005-04-05 Lute Kamstra <lute@gnu.org>
23049
23050 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23051 (define-generic-mode): Ditto. Fix debug declaration.
23052
23053 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23054 Put them in the generic-x group.
23055
23056 * calendar/timeclock.el (timeclock): Doc fix.
23057
23058 * generic.el (define-generic-mode): Don't use custom-current-group.
23059 Document default :group value.
23060 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23061 (define-global-minor-mode): Don't use custom-current-group.
23062
23063 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23064
23065 * startup.el (command-line-1): Display startup-echo-area-message
23066 when fancy splash screen is in use.
23067
23068 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23069 (sh-escaped-newline): New face.
23070 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23071 newline, and use sh-escaped-newline face.
23072
23073 * progmodes/tcl.el (tcl-escaped-newline): New face.
23074 (tcl-builtin-list): New variable.
23075 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23076 newlines. Fix keywords subexpression number.
23077
23078 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23079
23080 * textmodes/org.el (org-diary-default-entry): Fix call to
23081 `add-to-diary-entry'.
23082
23083 2005-04-05 Kim F. Storm <storm@cua.dk>
23084
23085 * ediff-init.el: Use (featurep 'xemacs).
23086
23087 2005-04-05 David Ponce <david@dponce.com>
23088
23089 * cus-edit.el (face): Derive from symbol widget. Display sample
23090 of the current face on the fly.
23091 (widget-face-sample-face-get, widget-face-notify): New functions.
23092 (widget-face-value-create): Remove.
23093
23094 * wid-edit.el (widget-field-end): Temporarily remove field
23095 narrowing before to call `get-char-property'.
23096
23097 2005-04-04 Jay Belanger <belanger@truman.edu>
23098
23099 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23100 (math-read-subscripts): New variable.
23101 (math-read-preprocess-string): Process subscripts.
23102
23103 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23104
23105 * comint.el (comint-prompt-read-only): Doc fix.
23106
23107 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23108 `-1'. Doc fix.
23109
23110 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23111
23112 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23113 Change default value to nil.
23114
23115 2005-04-04 Lute Kamstra <lute@gnu.org>
23116
23117 * autorevert.el (auto-revert-mode): Specify :group.
23118 * battery.el (display-battery-mode): Specify :group.
23119 * diff-mode.el (diff-minor-mode): Specify :group.
23120 * font-core.el (font-lock-mode): Specify :group.
23121 * hl-line.el (hl-line-mode): Specify :group.
23122 * iimage.el (iimage): New customization group.
23123 (iimage-mode): Specify :group.
23124 * longlines.el (longlines-mode): Specify :group.
23125 * master.el: Don't require easy-mmode.
23126 (master): New customization group.
23127 (master-mode): Specify :group.
23128 * msb.el (msb-mode): Specify :group.
23129 * reveal.el (reveal-mode): Specify :group.
23130 * simple.el (next-error-follow-minor-mode): Specify :group.
23131 * smerge-mode.el (smerge-mode): Specify :group.
23132 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23133 * emulation/cua-base.el (cua-mode): Specify :group.
23134 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23135 * language/thai-util.el (thai-auto-composition-mode)
23136 (thai-word-mode): Specify :group.
23137 * mail/supercite.el (sc-minor-mode): Specify :group.
23138 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23139 * progmodes/flymake.el (flymake-mode): Specify :group.
23140 * progmodes/glasses.el (glasses-mode): Specify :group.
23141 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23142 * textmodes/enriched.el (enriched-mode): Specify :group.
23143 * textmodes/refill.el (refill-mode): Specify :group.
23144
23145 * add-log.el (change-log-font-lock-keywords): Names in
23146 parenthesized lists can contain spaces.
23147
23148 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23149
23150 * startup.el (fancy-splash-text): Shorten default text of
23151 "Emacs Tutorial" line. Also, if the current language env
23152 indicates an available tutorial file other than TUTORIAL,
23153 extract its title and append it to the line in parentheses.
23154 (fancy-splash-insert): If arg is a thunk, funcall it.
23155
23156 2005-04-04 Jay Belanger <belanger@truman.edu>
23157
23158 * calc.el (calc-language-alist): Add tags to customization type.
23159
23160 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23161
23162 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23163 Doc fix.
23164
23165 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23166
23167 * add-log.el (change-log-font-lock-keywords): The manual
23168 describing a Change Log entry, says: (...) "Aside from these
23169 header lines, every line in the change log starts with a space or
23170 a tab.". The font-lock was not highlighting lines started with
23171 spaces, added support for it.
23172
23173 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23174
23175 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23176 (bibtex-generate-url-list): Update docstring accordingly. Put the
23177 complex example in the docstring.
23178 (bibtex-font-lock-url): Use pop.
23179
23180 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23181
23182 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23183
23184 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23185
23186 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23187
23188 * filesets.el (filesets-set-default): Doc fix.
23189
23190 2005-04-03 Lute Kamstra <lute@gnu.org>
23191
23192 * generic.el (define-generic-mode): Add argument to specify
23193 keywords for defcustom.
23194 (default-generic-mode): Specify :group.
23195
23196 * generic-x.el: Specify :group for all generic modes.
23197
23198 * desktop.el (desktop-no-desktop-file-hook)
23199 (desktop-after-read-hook): Doc fix.
23200
23201 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23202
23203 * simple.el (visible-mode): Use explicit :group keyword.
23204 This changes the group of `visible-mode-hook' from paren-blinking
23205 to editing-basics.
23206
23207 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23208
23209 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23210 mailbox specifications as well as URLs.
23211 (rmail-insert-inbox-text): Remove unused conditional branches.
23212
23213 2005-04-01 Jay Belanger <belanger@truman.edu>
23214
23215 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23216 (calc-gnuplot-print-command): Move definitions to calc.el.
23217
23218 * calc/calc-embed.el (calc-embedded-announce-formula)
23219 (calc-embedded-open-formula, calc-embedded-close-formula)
23220 (calc-embedded-open-word, calc-embedded-close-word)
23221 (calc-embedded-open-plain, calc-embedded-close-plain)
23222 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23223 (calc-embedded-open-mode, calc-embedded-close-mode):
23224 Move definitions to calc.el.
23225
23226 * calc/calc.el (calc-settings-file, calc-language-alist):
23227 Make customizable.
23228 (calc-embedded-announce-formula, calc-embedded-open-formula)
23229 (calc-embedded-close-formula, calc-embedded-open-word)
23230 (calc-embedded-close-word, calc-embedded-open-plain)
23231 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23232 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23233 (calc-embedded-close-mode, calc-gnuplot-name)
23234 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23235 from other files and make customizable.
23236
23237 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23238
23239 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23240 Use buffer-live-p.
23241 (cvs-mode-run): Don't call cvs-update-header here.
23242 (cvs-run-process): Call cvs-update-header.
23243 Use process properties for cvs-postprocess and cvs-buffer so that
23244 the sentinel can behave better if the temp buffer is killed.
23245 Use a pipe rather than a tty, to better handle unexpected prompts.
23246 (cvs-sentinel): Rewrite. Call cvs-update-header.
23247
23248 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23249
23250 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23251 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23252
23253 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23254
23255 * generic.el (define-generic-mode): Add indentation rule.
23256
23257 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23258
23259 * files.el (mode-require-final-newline): Make Custom correctly
23260 report a nil value and allow to set it to nil via Custom.
23261 Doc fix.
23262
23263 2005-04-01 Kenichi Handa <handa@m17n.org>
23264
23265 * international/characters.el: Enable the correct case setting for
23266 dotless-i and dotted-I.
23267
23268 2005-04-01 Kim F. Storm <storm@cua.dk>
23269
23270 * ido.el (ido-file-internal): Fall back to non-ido command if
23271 initial directory is on slow ftp (or tramp) host.
23272
23273 2005-03-31 Richard M. Stallman <rms@gnu.org>
23274
23275 * emacs-lisp/autoload.el (make-autoload):
23276 Handle define-global-minor-mode.
23277
23278 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23279 Rename from easy-mmode-define-global-mode.
23280 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23281
23282 * progmodes/scheme.el (scheme-mode-syntax-table):
23283 Update syntax of | and # for two-character comment syntax.
23284
23285 2005-03-31 Lute Kamstra <lute@gnu.org>
23286
23287 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23288 (define-minor-mode): Call custom-current-group at load-time.
23289
23290 * generic.el (define-generic-mode): Add debug declaration.
23291 Add defcustom for the mode hook.
23292 (generic-mode-internal): Use run-mode-hooks.
23293
23294 2005-03-31 Kim F. Storm <storm@cua.dk>
23295
23296 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23297 (mouse-fixup-help-message): New defun called by show_help_echo
23298 to fixup mouse-2 prefix in help messages when applicable.
23299
23300 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23301
23302 2005-03-31 Kenichi Handa <handa@m17n.org>
23303
23304 * language/thai-word.el (thai-find-word-ends): Pay attention to
23305 the case that we reach the end of buffer.
23306
23307 * textmodes/fill.el (fill-text-properties-at): New function.
23308 (fill-newline): Use fill-text-properties-at instead of
23309 text-properties-at.
23310
23311 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23312
23313 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23314 not comint-quote-filename.
23315
23316 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23317
23318 * help-fns.el (help-with-tutorial): Revert last change.
23319
23320 2005-03-31 Kim F. Storm <storm@cua.dk>
23321
23322 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23323
23324 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23325
23326 * calendar/cal-china.el: Update reference to "Calendrical
23327 Calculations" book; there's a new edition.
23328 * calendar/cal-coptic.el: Likewise.
23329 * calendar/cal-french.el: Likewise.
23330 * calendar/cal-hebrew.el: Likewise.
23331 * calendar/cal-islam.el: Likewise.
23332 * calendar/cal-iso.el: Likewise.
23333 * calendar/cal-julian.el: Likewise.
23334 * calendar/cal-mayan.el: Likewise.
23335 * calendar/cal-persia.el: Likewise.
23336 * calendar/calendar.el: Likewise.
23337 * calendar/holidays.el: Likewise.
23338 * calendar/lunar.el: Likewise.
23339 * calendar/solar.el: Likewise.
23340
23341 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23342 white space from doc string.
23343
23344 2005-03-30 Jay Belanger <belanger@truman.edu>
23345
23346 * calc/calc-help.el (calc-full-help): Remove email address.
23347
23348 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23349
23350 * help-fns.el (help-with-tutorial): Delete title line.
23351
23352 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23353
23354 * calendar/cal-x.el (calendar-one-frame-setup)
23355 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23356 rather than `symbol' for set-window-dedicated-p.
23357
23358 * calendar/appt.el (appt-buffer-name): Make it a constant.
23359 (appt-add): Doc fix.
23360
23361 * filesets.el (filesets-menu-path, filesets-menu-before)
23362 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23363 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23364 (filesets-add-submenu): Delete and use add-submenu instead.
23365
23366 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23367
23368 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23369 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23370 (org-diary-default-entry): New function.
23371 (org-get-entries-from-diary): Better parsing of diary entries.
23372 (org-agenda-check-no-diary): New function.
23373 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23374 linking to diary entries.
23375 (org-agenda-execute-calendar-command): New function.
23376 (org-agenda): Improve visible section in window.
23377 Use `org-fit-agenda-window'.
23378 (org-fit-agenda-window): New option.
23379 (org-move-subtree-down): Better handling of empty lines
23380 at end of subtree.
23381 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23382 levels up.
23383 (org-fontify-done-headline): New option.
23384 (org-headline-done-face): New face.
23385 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23386 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23387 When current field is non-empty, it is copied to next row.
23388 (org-table-copy-from-above): Fix bug which made it
23389 impossible to copy fields containing only a single non-white character.
23390
23391 2005-03-30 Kim F. Storm <storm@cua.dk>
23392
23393 * kmacro.el (kmacro-end-macro): Isearch may store this command
23394 into the macro -- so ignore it when executing keyboard macro.
23395
23396 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23397
23398 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23399
23400 2005-03-29 Kenichi Handa <handa@m17n.org>
23401
23402 * language/thai.el ("Thai"): Set setup-function and exit-function
23403 for Thai language environment.
23404
23405 * language/thai-util.el: Require thai-word.
23406 (thai-word-mode-map): New variable.
23407 (thai-word-mode): New minor mode.
23408 (setup-thai-language-environment-internal): New function.
23409 (exit-thai-language-environment-internal): New function.
23410
23411 * language/thai-word.el (thai-word-table): Declare it by defvar,
23412 use dolist to initialize it.
23413 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23414 (thai-fill-find-break-point): New functions.
23415
23416 2005-03-29 Richard M. Stallman <rms@gnu.org>
23417
23418 * simple.el (idle-update-delay): Move definition up.
23419 (set-mark): Doc fix.
23420
23421 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23422
23423 * longlines.el: New file.
23424
23425 * simple.el (buffer-substring-filters): New variable.
23426 (filter-buffer-substring): New function.
23427 (kill-region, copy-region-as-kill): Use it.
23428
23429 * register.el (copy-to-register, append-to-register)
23430 (prepend-to-register): Use filter-buffer-substring.
23431
23432 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23433
23434 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23435 (gud-filter-pending-text): Move in front of gdb.
23436 (gud-overlay-arrow-position): New variable.
23437 (gud-sentinel, gud-display-line): Use it in place of
23438 overlay-arrow-position.
23439
23440 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23441
23442 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23443 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23444 (fortran-font-lock-keywords-4): New variable.
23445 (fortran-blocks-re, fortran-end-block-re)
23446 (fortran-start-block-re): New constants, for hideshow.
23447 (hs-special-modes-alist): Add a Fortran entry.
23448 (fortran-mode-map): Bind fortran-end-of-block,
23449 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23450 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23451 (fortran-looking-at-if-then, fortran-end-of-block)
23452 (fortran-beginning-of-block): New functions, for hideshow.
23453
23454 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23455 Doc fix. Tweak regexp.
23456 (f90-beginning-of-block): Push mark first.
23457
23458 2005-03-29 Jay Belanger <belanger@truman.edu>
23459
23460 * calc/calc.el: Update copyright date.
23461 (calc-version): Increase to 2.1.
23462 (calc-version-date): Remove.
23463
23464 * calc/calc-help.el: Update copyright date.
23465 (calc-full-help): Remove reference to calc-version-date.
23466 Update copyright date.
23467
23468 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * vc.el (vc-do-command): Use a pipe for async processes, so password
23471 prompts don't show up at places where the user can't reply.
23472
23473 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23474
23475 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23476 on the file name we pass to the inferior shell.
23477
23478 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23479
23480 * progmodes/which-func.el (which-function): Be robust in the face of an
23481 imenu--make-index-alist failure.
23482
23483 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23486
23487 * progmodes/python.el (python-preoutput-filter): Fix last change.
23488
23489 2005-03-29 Lute Kamstra <lute@gnu.org>
23490
23491 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23492 functions and compiled macros.
23493 (debug-convert-byte-code): Handle macros too.
23494 (debug-on-entry-1): Don't signal an error when trying to clear a
23495 function that is not set to debug on entry.
23496
23497 2005-03-29 Jay Belanger <belanger@truman.edu>
23498
23499 * calc/calc-lang.el: Add functions to math-function-table
23500 properties of tex and math.
23501
23502 2005-03-29 Kenichi Handa <handa@m17n.org>
23503
23504 * ps-mule.el (ps-mule-plot-string): Translate characters by
23505 ps-print-translation-table.
23506 (ps-mule-begin-job): Call find-charset-region/string with
23507 ps-print-translation-table.
23508 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23509
23510 * ps-print.el (ps-print-translation-table): New variable.
23511 (ps-plot-region): Translate characters by ps-print-translation-table.
23512
23513 2005-03-29 Juri Linkov <juri@jurta.org>
23514
23515 * simple.el (next-error-highlight-timer): New variable.
23516
23517 * progmodes/compile.el (compilation-goto-locus):
23518 Use `next-error-highlight-timer' instead of `sit-for'.
23519
23520 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23521
23522 * mail/supercite.el (sc-mail-field): Use assoc-string.
23523 (sc-get-address): Simplify regexps.
23524
23525 * files.el (minibuffer-with-setup-hook): New macro.
23526 (find-file-read-args): Use it to avoid let-binding
23527 minibuffer-with-setup-hook (which breaks turning on/off
23528 file-name-shadow-mode while in the prompt).
23529
23530 * complete.el (PC-read-include-file-name-internal):
23531 Use test-completion.
23532
23533 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23534
23535 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23536
23537 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23538
23539 * window.el (window-buffer-height): Use count-screen-lines.
23540
23541 * progmodes/python.el (python-preoutput-leftover): New var.
23542 (python-preoutput-filter): Use it.
23543 (python-send-receive): Loop until all the result has been received.
23544
23545 2005-03-28 Juri Linkov <juri@jurta.org>
23546
23547 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23548
23549 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23550 "Recover Crashed Session".
23551 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23552 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23553 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23554 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23555 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23556 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23557 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23558 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23559
23560 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23561 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23562 Ediff Sessions", "Toggle use of separate control buffer frame",
23563 "Use separate frame for Ediff control buffer".
23564
23565 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23566 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23567 "Rename Bookmark", "Delete Bookmark".
23568
23569 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23570 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23571 Add `:active Info-index-alternatives' to "Next Matching Item".
23572
23573 * wdired.el (wdired-change-to-wdired-mode):
23574 Mention `wdired-abort-changes' key in the initial message.
23575
23576 * international/mule.el (auto-coding-alist): Associate non-ascii
23577 image filename extensions with `no-conversion'.
23578
23579 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23580
23581 * international/iso-acc.el:
23582 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23583
23584 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23585
23586 * textmodes/sgml-mode.el (html-mode): Doc update.
23587
23588 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23589
23590 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23591
23592 * term.el (term-move-columns): Fix face after extending a line.
23593 (term-insert-spaces): Likewise.
23594 (term-reset-terminal): Fix off by one error.
23595
23596 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23597
23598 * international/mule.el (auto-coding-alist): Add .xpi files.
23599
23600 * files.el (auto-mode-alist): Add .xpi files.
23601
23602 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23603
23604 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23605
23606 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23607
23608 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23609
23610 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23611
23612 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23613 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23614
23615 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23616 cursor to Jan 1 when needed.
23617 (calendar-end-of-year): Fix -/+ typo.
23618 Reported by Chong Yidong <cyd@stupidchicken.com>.
23619
23620 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23621
23622 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23623
23624 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23625 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23626
23627 2005-03-25 Richard M. Stallman <rms@gnu.org>
23628
23629 * filesets.el (filesets-init): Add autoload.
23630
23631 * mail/mailalias.el (mail-directory): Doc fix.
23632
23633 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23634
23635 * mail/mailalias.el (mail-directory-process): Do nothing if
23636 mail-directory-process is an atom.
23637 (mail-get-names): Ignore mail-directory-names if it is an atom.
23638 (mail-directory-process defvar): Doc fix.
23639 (mail-names): Doc fix.
23640
23641 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23642
23643 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23644
23645 2005-03-26 Kenichi Handa <handa@m17n.org>
23646
23647 * international/mule-util.el (detect-coding-with-priority):
23648 Call update-coding-systems-internal before detect-coding-region.
23649
23650 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23651
23652 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23653 (gdb-frames-mode-map): Add follow-link property.
23654
23655 2005-03-25 Jay Belanger <belanger@truman.edu>
23656
23657 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23658 for variables.
23659
23660 2005-03-25 Juri Linkov <juri@jurta.org>
23661
23662 * image-mode.el: Optimize image filename extension regexps in
23663 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23664 in `auto-mode-alist'.
23665 (image-mode): Add `image-toggle-display-text' to local hook
23666 `change-major-mode-hook'. Display the image as an image by
23667 default. Set `cursor-type' and `truncate-lines' if the image
23668 is already displayed. Take into account the current mode (image
23669 or text) in message.
23670 (image-minor-mode): New minor mode.
23671 (image-mode-maybe, image-toggle-display-text): New functions.
23672 (image-toggle-display): Use called-interactively-p.
23673 Let-bind `inhibit-read-only' to t.
23674
23675 * image-mode.el (image-minor-mode): Set `cursor-type' and
23676 `truncate-lines' if the image is already displayed. Add turning
23677 image-minor-mode off to `change-major-mode-hook'. Add message.
23678 Call `image-toggle-display-text' after turning image-minor-mode off.
23679
23680 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23681
23682 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23683 Terminal.app, use utf-8.
23684 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23685 (set-locale-environment): Use it.
23686
23687 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23688
23689 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23690
23691 * progmodes/python.el (python-close-block-statement-p)
23692 (python-outdent-p, python-current-defun): Use symbol-end.
23693
23694 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23695
23696 * files.el (save-some-buffers): Doc fix.
23697
23698 2005-03-25 Werner Lemberg <wl@gnu.org>
23699
23700 * complete.el, thumbs.el: Replace `legal' with `valid'.
23701 * calendar/calendar.el: Replace `legal' with `valid'.
23702 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23703 * mail/supercite.el: Replace `legal' with `valid'.
23704 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23705 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23706 Replace `legal' with `valid'.
23707 * textmodes/reftex-vars.el, textmodes/reftex.el:
23708 Replace `legal' with `valid'.
23709
23710 2005-03-25 Werner Lemberg <wl@gnu.org>
23711
23712 * calc/calc-forms.el, calc/calc-sel.el
23713 * midnight.el, vc-cvs.el
23714 * emacs-lisp/cl-macs.el
23715 * emulation/vip.el
23716 * eshell/esh-io.el, eshell/esh-var.el
23717 * mail/supercite.el
23718 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23719 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23720 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23721 * progmodes/sh-script.el, progmodes/xscheme.el
23722 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23723 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23724 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23725 * textmodes/reftex.el, textmodes/org.el:
23726 Replace `illegal' with `invalid'.
23727
23728 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23729
23730 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23731 (flymake-find-buildfile, flymake-find-possible-master-files)
23732 (flymake-check-include, flymake-parse-line): Replace loops over the
23733 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23734
23735 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23736 Substitute file-name-as-directory in the rest of the file.
23737 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23738 (flymake-replace-region): Remove unused arg `buffer'.
23739 (flymake-check-patch-master-file-buffer): Update calls to it.
23740 (flymake-add-err-info): Remove unused var `count'.
23741 (flymake-mode): Use define-minor-mode.
23742
23743 * progmodes/flymake.el: Use with-current-buffer.
23744 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23745 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23746 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23747 Avoid testing for `xemacs'.
23748 (flymake-nop): Move.
23749 (flymake-region-has-flymake-overlays): Return the computed value.
23750 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23751 Remove unused var `endline'.
23752 (flymake-get-line-count): Remove unused function.
23753 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23754
23755 * emulation/vi.el:
23756 * generic.el:
23757 * hilit-chg.el (global-highlight-changes):
23758 * hi-lock.el (hi-lock-mode):
23759 * follow.el: find-file-hooks -> find-file-hook.
23760
23761 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23762
23763 2005-03-24 Juri Linkov <juri@jurta.org>
23764
23765 * dired.el (dired-mode-map): Add menu item "Compare directories"
23766 for dired-compare-directories.
23767
23768 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23769 Doc fix. Replace `read-file-name' with `read-directory-name'.
23770
23771 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23772
23773 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23774
23775 2005-03-24 Jay Belanger <belanger@truman.edu>
23776
23777 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23778 relevant mode settings in calc-embedded-original-modes when modes
23779 are permanently changed.
23780
23781 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * autoinsert.el: find-file-hooks -> find-file-hook.
23784
23785 2005-03-24 Lute Kamstra <lute@gnu.org>
23786
23787 * generic.el (generic-font-lock-defaults): Make it obsolete.
23788 (generic-font-lock-keywords): New variable to replace
23789 generic-font-lock-defaults.
23790 (generic-mode-set-font-lock): Delete it.
23791 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23792 (generic-bracket-support): Add docstring.
23793
23794 * generic-x.el: Rename generic-font-lock-defaults to
23795 generic-font-lock-keywords throughout.
23796 (mailagent-rules-setup-function): Delete it.
23797 (mailagent-rules-generic-mode): Use anonymous function instead.
23798 (show-tabs-generic-mode-font-lock-defaults-1)
23799 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23800 Quote faces.
23801 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23802 not foreground.
23803
23804 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23805 Recognize define-generic-mode.
23806
23807 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23808
23809 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23810 if there's no completion table.
23811
23812 2005-03-23 Miles Bader <miles@gnu.org>
23813
23814 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23815 Remove tty-specific variants, as they're no longer needed.
23816
23817 2005-03-23 Lute Kamstra <lute@gnu.org>
23818
23819 * generic-x.el: Code cleanup: make args constant whenever possible.
23820 (installshield-statement-keyword-list)
23821 (installshield-system-functions-list)
23822 (installshield-system-variables-list, installshield-types-list)
23823 (installshield-funarg-constants-list): Make them constants.
23824
23825 * generic.el (generic-make-keywords-list): Add autoload cookie.
23826
23827 * calendar/time-date.el: Add comment on time value formats.
23828 Don't require parse-time.
23829 (with-decoded-time-value): New macro.
23830 (encode-time-value): New function.
23831 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23832 (days-to-time): Return a valid time value when arg is huge.
23833 (time-since): Use time-subtract.
23834 (time-to-number-of-days): Use time-to-seconds.
23835
23836 2005-03-23 David Ponce <david@dponce.com>
23837
23838 * recentf.el (recentf-keep): New option.
23839 (recentf-menu-action): Default to `find-file'.
23840 (recentf-keep-non-readable-files-flag)
23841 (recentf-keep-non-readable-files-p)
23842 (recentf-file-readable-p, recentf-find-file)
23843 (recentf-cleanup-remote): Remove.
23844 (recentf-include-p): More robust.
23845 (recentf-keep-p): New function.
23846 (recentf-remove-if-non-kept): Rename from
23847 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23848 All callers updated.
23849 (recentf-menu-items-for-commands): Fix help string.
23850 (recentf-track-closed-file): Update. Doc fix.
23851 (recentf-cleanup): Update. Count removed files. Doc fix.
23852
23853 2005-03-23 Kim F. Storm <storm@cua.dk>
23854
23855 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23856 Don't inherit from fringe face (now happens automatically).
23857
23858 2005-03-22 Kim F. Storm <storm@cua.dk>
23859
23860 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23861 position values.
23862
23863 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23864
23865 * menu-bar.el (showhide-date-time): Remove.
23866 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23867 (menu-bar-make-mm-toggle): Simplify.
23868
23869 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23870
23871 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23872 Accept qualified variable and function names.
23873
23874 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23875
23876 * bindings.el (completion-ignored-extensions):
23877 Remove ".lis" for `vax-vms'.
23878
23879 2005-03-22 Andreas Schwab <schwab@suse.de>
23880
23881 * generic-x.el: Revert last change.
23882 * ldefs-boot.el: Update.
23883
23884 2005-03-22 Jay Belanger <belanger@truman.edu>
23885
23886 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23887 (calc-embedded-save-original-modes)
23888 (calc-embedded-restore-original-modes): New functions.
23889 (calc-do-embedded): Save original modes when entering embedded mode
23890 and restore when leaving embedded mode.
23891 (calc-embedded-modes-change): Change the value of
23892 calc-embedded-original-modes to reflect permanent changes.
23893
23894 2005-03-22 Lute Kamstra <lute@gnu.org>
23895
23896 * generic-x.el: Require generic again.
23897
23898 2005-03-22 Miles Bader <miles@gnu.org>
23899
23900 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23901 Tweak details to look good on both ttys and bitmap displays, light
23902 or dark background, etc.
23903
23904 2005-03-21 Kim F. Storm <storm@cua.dk>
23905
23906 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23907 mouse position.
23908
23909 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23910
23911 * icomplete.el: Don't forcibly turn on the mode upon load.
23912 (icomplete-mode): Use define-minor-mode.
23913 (icomplete-eoinput): Default to nil.
23914 (icomplete-minibuffer-setup): Remove autoload.
23915 (icomplete-tidy): Simplify.
23916 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23917 in the initial state or if the user has modified the field.
23918 Fix handling of icomplete-max-delay-chars.
23919 Remove code that handles the oddball case where
23920 minibuffer-completion-table is an integer.
23921 Wrap icomplete-completions in while-no-input in case building
23922 completions takes more time than expected.
23923 (icomplete-completions): Simplify.
23924
23925 2005-03-21 Richard M. Stallman <rms@gnu.org>
23926
23927 * jka-compr.el (jka-compr-really-do-compress):
23928 Make variable buffer-local.
23929
23930 * image-mode.el: Handle .xpm files too.
23931 (image-toggle-display): Preserve modification flag.
23932
23933 * help.el (where-is): Don't mention aliases with no key bindings.
23934
23935 2005-03-21 Lute Kamstra <lute@gnu.org>
23936
23937 * generic.el: Fix commentary section. Don't require cl for
23938 compilation.
23939 (generic-mode-list): Add autoload cookie.
23940 (generic-use-find-file-hook, generic-lines-to-scan)
23941 (generic-find-file-regexp, generic-ignore-files-regexp)
23942 (generic-mode, generic-mode-find-file-hook)
23943 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23944 (define-generic-mode): Make it a defmacro. Fix docstring.
23945 (generic-mode-internal): Code cleanup. Add autoload cookie.
23946 (generic-mode-set-comments): Code cleanup.
23947 * generic-x.el: Don't prevent compilation. Don't require generic.
23948 Follow coding conventions. Minor code cleanup.
23949 (etc-fstab-generic-mode): Add some keywords.
23950 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23951 define-generic-mode like a function declaration.
23952
23953 2005-03-21 Jay Belanger <belanger@truman.edu>
23954
23955 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23956 changing modes.
23957
23958 2005-03-21 Sam Steingold <sds@gnu.org>
23959
23960 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23961
23962 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23963
23964 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23965 Add underscore to "f$ lexicals" regexp.
23966
23967 2005-03-20 Juri Linkov <juri@jurta.org>
23968
23969 * subr.el (progress-reporter-do-update): When `min-value' is equal
23970 to `max-value', set `percentage' to 0 and prevent division by zero.
23971
23972 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23973
23974 Sync with Tramp 2.0.48.
23975
23976 * net/tramp.el (all): Change all addresses to .gnu.org.
23977 (tramp-append-tramp-buffers): New defun.
23978 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23979 Catch `dont-send' signal.
23980 (tramp-set-auto-save-file-modes): Set always permissions, because
23981 there might be an old auto-saved file belonging to another
23982 original file. This could be a security threat. Reported by
23983 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23984 Check for Emacs 21.3.50 removed.
23985
23986 * net/tramp-smb.el (all): Remove debug construct for
23987 `with-parsed-tramp-file-name'.
23988 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23989 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23990 No error message if DIRECTORY or FILENAME doesn't exist.
23991 (tramp-smb-open-connection): Check existence of
23992 `tramp-smb-program'.
23993
23994 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23995
23996 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23997 Properly handle the case where the `m' or `s' command's argument is not
23998 yet terminated.
23999 (perl-indent-new-calculate): New function.
24000 (perl-indent-line): Use it.
24001
24002 2005-03-20 Miles Bader <miles@gnu.org>
24003
24004 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24005 in text-mode too. Change to new face names.
24006 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24007 Add `:weight bold' attribute.
24008 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24009
24010 2005-03-19 Juri Linkov <juri@jurta.org>
24011
24012 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24013
24014 * international/mule.el (auto-coding-alist): Sync with
24015 `auto-mode-alist' by adding upper case archive file extensions
24016 and adding ear/war to jar extension.
24017
24018 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24019
24020 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24021 running, restart it.
24022
24023 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24024
24025 * finder.el (finder-current-item): Throw an error on an empty line.
24026
24027 * man.el (Man-follow-manual-reference): If current-word returns
24028 nil, use "".
24029
24030 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24031
24032 * simple.el (goto-line): Doc fix.
24033
24034 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24035
24036 * files.el (save-buffer): Doc fix.
24037
24038 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24039
24040 * recentf.el (recentf-cleanup-remote): New variable.
24041 (recentf-cleanup): Use it to conditionally check availability of
24042 remote files.
24043
24044 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24045
24046 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24047 function names.
24048
24049 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24050
24051 * language/thai-word.el: New file.
24052
24053 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24054
24055 * files.el (backup-buffer): If the file's directory is not
24056 writable, use copy instead of move to backup the file.
24057
24058 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24059
24060 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24061
24062 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24063
24064 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24065 Use functionp instead of symbolp and fboundp. Reported by Drkm
24066 <darkman_spam@yahoo.fr>.
24067 (ps-print-version): New version 6.6.6.
24068
24069 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24070
24071 * textmodes/table.el (table--line-column-position): New idiom.
24072 (table--row-column-insertion-point-p): New function to test
24073 validity of row and column insertion operation at a location.
24074 (table-global-menu, table-cell-menu): Use above functions for
24075 deterministic test operation.
24076 (table--editable-cell-p): Behave in deterministic fashion.
24077
24078 2005-03-18 Juri Linkov <juri@jurta.org>
24079
24080 * isearch.el (isearch-lazy-highlight-new-loop):
24081 Make arguments beg and end optional.
24082 (isearch-update): Remove optional arguments nil from
24083 isearch-lazy-highlight-new-loop.
24084 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24085 isearch-lazy-highlight-case-fold-search instead of
24086 isearch-case-fold-search, and let-bind isearch-regexp to
24087 isearch-lazy-highlight-regexp.
24088 Use isearch-lazy-highlight-last-string instead of isearch-string.
24089
24090 * replace.el (perform-replace): Remove bindings of global
24091 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24092 Add three new arguments to `replace-highlight'.
24093 (replace-highlight): Add arguments string, regexp, case-fold.
24094 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24095 to allow isearch-lazy-highlight-new-loop to use these values
24096 to set corresponding isearch-lazy-highlight-* internal
24097 variables whose values lazy highlighting will use regardless of
24098 changes to global variables isearch-string, isearch-regexp,
24099 isearch-case-fold-search during lazy highlighting loop.
24100 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24101 to `lazy-highlight-cleanup'.
24102
24103 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24104 (ispell-highlight-face): Set default face to `isearch' when
24105 lazy highlighting is enabled.
24106 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24107 priority to 1. Add lazy highlighting.
24108 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24109 from `isearch-dehighlight'.
24110
24111 2005-03-18 David Ponce <david@dponce.com>
24112
24113 * files.el (hack-local-variables): Do a case-insensitive search
24114 for End.
24115
24116 2005-03-18 Juri Linkov <juri@jurta.org>
24117
24118 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24119 `isearch-lazy-highlight-cleanup', add alias to old name and
24120 declare obsolete. Add release numbers to other obsolete vars.
24121 (isearch-done, isearch-lazy-highlight-new-loop):
24122 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24123 (lazy-highlight-cleanup) <variable>: Doc fix.
24124 (isearch-lazy-highlight-update): Rename obsolete
24125 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24126
24127 2005-03-18 Kenichi Handa <handa@m17n.org>
24128
24129 * language/thai-util.el: Fix categorization of Thai characters in
24130 thai-category-table.
24131 (thai-composition-pattern): Adjust it for the above change.
24132 (thai-self-insert-command, thai-compose-syllable): New functions.
24133 (thai-compose-region): Use thai-compose-syllable.
24134 (thai-compose-string): Likewise.
24135 (thai-composition-function): Likewise.
24136 (thai-auto-composition): New function.
24137 (thai-auto-composition-mode): New minor mode.
24138
24139 * language/thai.el: Fix patterns to be registered in
24140 composition-function-table.
24141
24142 * international/quail.el (quail-input-method): Locally bind
24143 inhibit-modification-hooks to t.
24144
24145 2005-03-17 Richard M. Stallman <rms@gnu.org>
24146
24147 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24148 (perl-mode): Use run-mode-hooks.
24149
24150 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24151 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24152 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24153
24154 * mail/sendmail.el (sendmail-send-it): Reenable the code
24155 to compute resend-to-address and use it.
24156
24157 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24158
24159 * image-mode.el: New file.
24160
24161 * image.el (insert-sliced-image): Add autoload cookie.
24162
24163 * font-lock.el (font-lock-lines-before): New user option.
24164 (font-lock-after-change-function): Obey it.
24165
24166 * bindings.el (esc-map): Make M-g a prefix.
24167 Bind M-g g and M-g M-g to goto-line.
24168
24169 * faces.el (face-id): Doc fix.
24170
24171 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24172
24173 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24174 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24175 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24176
24177 * mail/sendmail.el (mail-yank-ignored-headers)
24178 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24179 Add Mail-Followup-To and Mail-Reply-To headers.
24180 (mail-citation-hook): Add autoload cookie.
24181 (mail-mode): Doc fix.
24182 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24183 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24184 (mail-mode-fill-paragraph): Handle those headers.
24185 (mail-mailing-lists): New variable.
24186 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24187
24188 2005-03-17 Juri Linkov <juri@jurta.org>
24189
24190 * isearch.el (isearch-fallback): Check for `(car previous)'
24191 before calling `isearch-other-end-state'.
24192
24193 2005-03-17 Kim F. Storm <storm@cua.dk>
24194
24195 * simple.el (move-beginning-of-line): Move to beginning of buffer
24196 line, as well as beginning of screen line.
24197
24198 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24199
24200 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24201 argument REDRAW rather than calendar-redrawing variable.
24202 * calendar/calendar.el (calendar-redrawing): Delete.
24203 (redraw-calendar): Do not bind calendar-redrawing.
24204
24205 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24206
24207 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24208 diary-file buffer.
24209
24210 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24211
24212 * help.el (describe-mode): Allow a :minor-mode-function property to
24213 specify a different minor mode toggle function than the variable.
24214 * simple.el (auto-fill-function):
24215 * subr.el (add-minor-mode): Use it.
24216
24217 2005-03-16 Kenichi Handa <handa@m17n.org>
24218
24219 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24220 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24221 (ethio-fidel-to-sera-buffer): Likewise.
24222
24223 2005-03-16 Juri Linkov <juri@jurta.org>
24224
24225 * emacs-lisp/find-func.el (find-function-regexp):
24226 Add defun-emitting macro `menu-bar-make-toggle'.
24227
24228 * isearch.el: Put `isearch-scroll' property to
24229 `split-window-horizontally'.
24230
24231 * info.el: Update error messages for `debug-ignored-errors'.
24232 (Info-isearch-search): Doc fix.
24233 (Info-find-node): Move up code to go into info buffer before
24234 recording the node to the history.
24235 (Info-fontify-node): Fontify titles only if the next line
24236 has two or more `*', `=', `-', `.'.
24237 Display "go to this node" for empty (match-string 3).
24238
24239 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24240
24241 * term/mac-win.el: Add mouse pointer shape constants.
24242
24243 2005-03-15 Kim F. Storm <storm@cua.dk>
24244
24245 * simple.el (move-beginning-of-line): Use vertical-motion.
24246
24247 2005-03-15 Juri Linkov <juri@jurta.org>
24248
24249 * isearch.el (isearch-error): New variable.
24250 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24251 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24252 (isearch-within-brackets-state): Remove.
24253 (isearch-case-fold-search-state, isearch-pop-fun-state):
24254 Decrease frame index.
24255 (isearch-mode, isearch-top-state, isearch-push-state)
24256 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24257 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24258 (isearch-search, isearch-lazy-highlight-new-loop):
24259 Replace `isearch-invalid-regexp' with `isearch-error'.
24260 Remove `isearch-within-brackets'.
24261 (isearch-search): Add `search-failed' handler to `condition-case'.
24262 (isearch-lazy-highlight-search): Add `condition-case' to catch
24263 errors and allow `isearch-lazy-highlight-update' to try
24264 highlighting from the beginning of the window.
24265 (isearch-repeat): Move up code to set isearch-wrapped to t
24266 before calling isearch-wrap-function.
24267
24268 * info.el (Info-isearch-initial-node): New internal variable.
24269 (Info-search): Signal an error in isearch mode when search leaves
24270 the initial node. Signal an error when `bound' is non-nil and
24271 nothing was found in the current subfile.
24272 (Info-isearch-search): Remove `condition-case'.
24273 (Info-isearch-wrap): Don't wrap when search failed during leaving
24274 the initial node. If `Info-isearch-search' is nil, wrap around
24275 the current node.
24276 (Info-isearch-start): New fun.
24277 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24278 `isearch-mode-hook'.
24279
24280 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24281
24282 * simple.el (normal-erase-is-backspace): Set default to t if
24283 running on Mac.
24284
24285 * term/mac-win.el (function-key-map): Sync with x-win.el.
24286
24287 2005-03-15 Kenichi Handa <handa@m17n.org>
24288
24289 * international/mule-cmds.el (locale-language-names): Modify the
24290 format of elements and add more entries.
24291 (locale-preferred-coding-systems): Add more entries.
24292 (set-locale-environment): Adjust for the change of
24293 locale-language-names.
24294
24295 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24296
24297 * pcvs.el (smerge-ediff): Remove bogus autoload.
24298
24299 2005-03-14 Lute Kamstra <lute@gnu.org>
24300
24301 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24302 Ignore a `*' at the beginning of a line.
24303
24304 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24305 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24306 subr.el.
24307 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24308 to specify indentation.
24309
24310 * generic.el (define-generic-mode): Let generic-mode-list be a
24311 list of strings; test membership with equal.
24312
24313 2005-03-14 Kim F. Storm <storm@cua.dk>
24314
24315 * simple.el (next-line, previous-line): Add optional try-vscroll
24316 arg to recognize interactive use. Pass it on to line-move.
24317 (line-move): Don't perform auto-window-vscroll when defining or
24318 executing keyboard macro to ensure consistent behavior.
24319
24320 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24321
24322 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24323
24324 2005-03-13 Lute Kamstra <lute@gnu.org>
24325
24326 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24327 debugger-setup-buffer so that backtrace marks the frames set to
24328 debug-on-exit and we don't have to do it manually. Set an extra
24329 debug-on-exit for macro's.
24330 (debugger-setup-buffer): Don't mark the top frame manually.
24331
24332 2005-03-12 Lute Kamstra <lute@gnu.org>
24333
24334 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24335 lisp-indent-function throughout.
24336 (with-no-warnings): Set lisp-indent-function property.
24337
24338 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24339
24340 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24341 Add entry for backslash.
24342
24343 2005-03-12 Juri Linkov <juri@jurta.org>
24344
24345 * info.el (Info-search): Four fixes for backward search.
24346
24347 2005-03-11 Jay Belanger <belanger@truman.edu>
24348
24349 * calc/calc.el (calc-language-alist): New variable.
24350 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24351 (calc-embedded-find-modes): Use calc-language-alist instead of
24352 calc-embedded-language-alist.
24353
24354 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24355
24356 * calendar/calendar.el (calendar-redrawing): New internal
24357 variable.
24358 (redraw-calendar): Remove bogus save-excursion from previous
24359 change. Bind calendar-redrawing to t for mark-diary-entries.
24360 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24361 calendar if that is why we were called.
24362
24363 2005-03-11 Kenichi Handa <handa@m17n.org>
24364
24365 * international/mule.el (make-coding-system): Set property
24366 coding-system-define-form to nil.
24367 (define-coding-system-alias): Likewise.
24368
24369 2005-03-11 Kenichi Handa <handa@m17n.org>
24370
24371 These changes are suggested by Dave Love <fx@gnu.org>.
24372
24373 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24374 coding: tag.
24375 (adaptive-fill-regexp): Add more bullets.
24376 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24377 regexps.
24378
24379 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * help.el (describe-mode): Properly handle non-trivial lighters.
24382 Don't ignore minor modes that are not listed in minor-mode-list.
24383
24384 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24385 feature ON when the user requests to turn it OFF.
24386
24387 2005-03-10 Lute Kamstra <lute@gnu.org>
24388
24389 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24390 (implement-debug-on-entry): New function to replace debug-entry-code.
24391 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24392 second argument as the 2005-03-07 change makes it obsolete.
24393 (debug-on-entry, cancel-debug-on-entry): Update call to
24394 debug-on-entry-1.
24395 (debug, debugger-setup-buffer): Comment update.
24396 (debugger-frame-number): Update to work with implement-debug-on-entry.
24397
24398 2005-03-10 Jay Belanger <belanger@truman.edu>
24399
24400 * calc/calc-embed.el (math-ms-args): Declare it.
24401 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24402 math-ms-args.
24403 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24404 variables.
24405
24406 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24407
24408 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24409 Use message-box.
24410
24411 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24412 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24413 (tooltip-gud-tips): Simplify.
24414 (tooltip-gud-tips-p): Remove superfluous :set.
24415 (tooltip-gud-modes): Add fortran-mode.
24416 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24417
24418 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24419
24420 2005-03-09 Kim F. Storm <storm@cua.dk>
24421
24422 * play/animate.el (animate-place-char): Use forward-line instead
24423 of next-line to improve performance.
24424
24425 2005-03-09 Simon Josefsson <jas@extundo.com>
24426
24427 * net/browse-url.el (browse-url-default-browser): Doc fix.
24428
24429 2005-03-09 Miles Bader <miles@gnu.org>
24430
24431 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24432 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24433
24434 2005-03-09 Kenichi Handa <handa@m17n.org>
24435
24436 * international/latin-1.el: Set case and syntax for 255 only if
24437 set-case-syntax-set-multibyte is nil.
24438
24439 * textmodes/ispell.el (ispell-insert-word): New function.
24440 (ispell-word): Use ispell-insert-word to insert a new word.
24441 (ispell-process-line): Likewise.
24442 (ispell-complete-word): Likewise.
24443
24444 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24445
24446 * calendar/calendar.el (redraw-calendar): Preserve point.
24447 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24448 (calendar-week-start-day): Move after definition of
24449 redraw-calendar. Delete buffer test, since redraw-calendar has
24450 that now.
24451
24452 * calendar/diary-lib.el (mark-diary-entries): Only call
24453 redraw-calendar in the first of any recursive calls.
24454 Reported by Alan Shutko <ats@acm.org>.
24455
24456 2005-03-08 Juri Linkov <juri@jurta.org>
24457
24458 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24459 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24460 (html-radio-buttons): Add a space before the trailing `/>' where
24461 sgml-xml-mode is non-nil.
24462 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24463 the subsequent tag of the empty XML tag.
24464 (html-href-anchor): Don't set initial input to "http:".
24465 (html-image): Ask for the image URL and set point inside alt="".
24466 (html-name-anchor): Duplicate the name in the `id' attribute when
24467 sgml-xml-mode is non-nil.
24468 (html-paragraph): Remove \n before <p>.
24469 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24470 instead of `checked' when sgml-xml-mode is non-nil.
24471
24472 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24473 Remove 1 space before #RRGGBB to not truncate it on terminal
24474 windows w/o fringes. Remove 1 space between bg and fg examples
24475 to get more space.
24476 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24477 avoid byte-compile warnings.
24478
24479 * image-file.el (image-file-handler): Put `safe-magic' property to
24480 `image-file-handler'.
24481
24482 * info.el (Info-isearch-search): Emulate word search in
24483 isearching through multiple Info nodes with Info-search.
24484 (Info-isearch-wrap): Allow isearch-word.
24485
24486 2005-03-08 Lute Kamstra <lute@gnu.org>
24487
24488 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24489 stepping into the debugger's code is not possible.
24490 (debugger-jumping-flag): Docstring update.
24491
24492 2005-03-08 Jay Belanger <belanger@truman.edu>
24493
24494 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24495 embedded mode begins.
24496 (calc-embedded-language-alist): New variable.
24497 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24498 set default language mode.
24499
24500 2005-03-08 Kenichi Handa <handa@m17n.org>
24501
24502 * international/ccl.el (define-ccl-program): Fix docstring about
24503 extra 256 bytes assured for the output buffer.
24504
24505 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24506 Fix BUFFER_MAGNIFICATION to 2.
24507 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24508
24509 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24510
24511 * align.el (align-rules-list): Added an alignment rule for CSS
24512 declarations (applies to css-mode and html-mode buffers).
24513
24514 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24515
24516 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24517
24518 2005-03-07 Kim F. Storm <storm@cua.dk>
24519
24520 * simple.el (move-beginning-of-line): New command.
24521
24522 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24523
24524 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24525
24526 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24527 and move-beginning-of-line.
24528
24529 * apropos.el (apropos-print): Omit command from M-x ... RET.
24530
24531 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24532
24533 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24534 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24535
24536 2005-03-06 Richard M. Stallman <rms@gnu.org>
24537
24538 * bindings.el (esc-map): Bind M-g to goto-line.
24539
24540 * facemenu.el (global-map): Bind M-o, not M-g.
24541
24542 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24543
24544 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24545 "Open Directory" as for "Open File".
24546
24547 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24548
24549 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24550 (push-mark-command): Run activate-mark-hook.
24551
24552 2005-03-06 Richard M. Stallman <rms@gnu.org>
24553
24554 * help-mode.el (help-mode-finish): Don't alter the element
24555 in view-return-to-alist if there already is one.
24556
24557 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24558 make sure the current buffer is the expected one.
24559
24560 * novice.el (disabled-command-function): Output in *Disabled Command*.
24561 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24562
24563 * textmodes/flyspell.el (flyspell-large-region):
24564 Pass args differently for aspell.
24565
24566 * files.el (mode-require-final-newline): Doc fix.
24567
24568 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24569
24570 * progmodes/which-func.el (which-function):
24571 Specify NOERROR when calling imenu--make-index-alist.
24572
24573 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24574
24575 * simple.el (normal-erase-is-backspace): Define default value.
24576
24577 * custom.el (custom-theme-set-variables): Remove unused var
24578 `immediate'.
24579 (custom-reevaluate-setting): Simple function to handle variables
24580 that are defined before their default value can really be
24581 computed.
24582
24583 * startup.el (command-line): Use it for temporary-file-directory,
24584 small-emporary-file-directory, auto-save-file-name-transforms,
24585 blink-cursor-mode, and normal-erase-is-backspace.
24586
24587 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24588 progress, even with buggy anchored keywords.
24589
24590 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24591
24592 * simple.el (goto-line): Remove unbalanced final parenthesis.
24593
24594 2005-03-05 Richard M. Stallman <rms@gnu.org>
24595
24596 * simple.el (goto-line): Use a number at point as the default.
24597 With C-u as arg, switch buffers.
24598
24599 2005-03-05 Juri Linkov <juri@jurta.org>
24600
24601 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24602 with `no-blinking-cursor'.
24603
24604 * startup.el (no-blinking-cursor): New defvar.
24605 (command-line): Add `--no-blinking-cursor' to longopts.
24606 Set `no-blinking-cursor' to t for command line arguments
24607 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24608 with `no-blinking-cursor' in the condition for calling
24609 `blink-cursor-mode'.
24610
24611 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24612
24613 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24614 (menu-bar-options-save): Add blink-cursor-mode.
24615 (menu-bar-options-menu): Add blink-cursor-mode.
24616
24617 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24618
24619 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24620 (icalendar-export-file, icalendar-export-region)
24621 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24622 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24623
24624 2005-03-04 Lute Kamstra <lute@gnu.org>
24625
24626 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24627 (debug-function-list): Ditto.
24628
24629 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24630
24631 * textmodes/texinfmt.el (texinfo-append-refill):
24632 Redefine the types of line to which @refill
24633 is not appended by replacing a search for `@refill\\|@bye' with
24634 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24635 itemize@refill' bug and the unfilled long lines bug.
24636 (texinfmt-version): Update number and date.
24637
24638 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24639
24640 * international/code-pages.el (windows-1250, windows-125[2-8])
24641 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24642
24643 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24644
24645 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24646 bound yet.
24647
24648 2005-03-02 Romain Francoise <romain@orebokech.com>
24649
24650 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24651 buffer after removing limits.
24652 (ibuffer-pop-filter): Ditto.
24653 Update copyright.
24654
24655 2005-03-02 Miles Bader <miles@gnu.org>
24656
24657 * button.el (make-text-button): If the user doesn't specify a
24658 type, use the default. Rewrite to use `add-text-properties' and
24659 plist functions.
24660
24661 2005-03-01 Lute Kamstra <lute@gnu.org>
24662
24663 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24664 (debugger-jumping-flag): New var.
24665 (debug-entry-code): Use it.
24666 (debugger-jump): Use debugger-jumping-flag and add
24667 debugger-reenable to post-command-hook.
24668 (debugger-reenable): Use debugger-jumping-flag and remove itself
24669 from post-command-hook.
24670 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24671 debugger-reenable.
24672
24673 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24674
24675 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24676 inclusion of "itemize\\|", which may be unnecessary, is certainly
24677 inelegant, and stops refilling in itemize lists when formatting
24678 Japanese Texinfo files to Info.
24679 Update copyright to 2005.
24680
24681 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24682
24683 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24684 of an error if GDB can't find the source file.
24685
24686 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24687
24688 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24689 not just the calendar.
24690
24691 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24692 first.
24693 (diary-redraw-calendar): New function.
24694 (make-diary-entry): Add diary-redraw-calendar to local
24695 write-contents-functions. Turn off selective display before
24696 inserting in diary.
24697
24698 2005-03-01 Kim F. Storm <storm@cua.dk>
24699
24700 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24701
24702 2005-03-01 Lute Kamstra <lute@gnu.org>
24703
24704 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24705 that debug-entry-code can be safely removed from a function while
24706 this code is being evaluated. Revert the 2005-02-27 change as the
24707 new implementation no longer requires it. Make sure that a
24708 function body containing just a string is not mistaken for a docstring.
24709 (debug): Skip one more frame in case of debug on entry.
24710 (debugger-setup-buffer): Delete one more frame line in case of
24711 debug on entry.
24712 (debugger-frame-number): Update to use the new text introduced by
24713 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24714
24715 2005-02-28 Kim F. Storm <storm@cua.dk>
24716
24717 * double.el (double-translate-key): Call force-window-update after
24718 read-event to avoid crash in redisplay.
24719
24720 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24721
24722 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24723 (debug): Use it. Move the inhibit-trace earlier.
24724 (debug-entry-code): New const.
24725 (debug-on-entry-1): Use it.
24726
24727 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24728
24729 * international/utf-16.el (ccl-encode-mule-utf-16le):
24730 Fix BUFFER_MAGNIFICATION to 2.
24731 (ccl-encode-mule-utf-16be): Likewise.
24732
24733 2005-02-28 Kenichi Handa <handa@m17n.org>
24734
24735 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24736 Fix BUFFER_MAGNIFICATION to 4.
24737 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24738
24739 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24740
24741 * speedbar.el (speedbar-update-flag): Doc fix.
24742 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24743 argument.
24744
24745 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24748 have a non-nil `invisible' property but are actually visible.
24749
24750 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24751 for perldoc sections.
24752 (perl-outline-regexp, perl-outline-level): New var and function.
24753 (perl-mode): Use them.
24754
24755 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24756
24757 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24758 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24759
24760 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24761
24762 * cus-edit.el: Comment change.
24763 (custom-buffer-create-internal): Slightly reword text at top of
24764 Custom buffers. Mention there that saving an option edits the
24765 init file. Add link to Emacs manual node on `custom-file'.
24766 (custom-magic-alist): Rewrite individual State messages to use
24767 capitalized keywords. Doc fix.
24768
24769 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24770
24771 * calendar/calendar.el (calendar-buffer): Move above
24772 calendar-week-start-day.
24773 (calendar-week-start-day): Doc fix. Add :set function.
24774 (calendar-minimum-window-height): New variable.
24775 (generate-calendar-window): Only resize window if selected-window
24776 is displaying the calendar buffer. Use new variable
24777 calendar-minimum-window-height.
24778 (generate-calendar): Reword error message.
24779 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24780
24781 2005-02-27 Andreas Schwab <schwab@suse.de>
24782
24783 * vc.el (vc-do-command): Don't run command asynchronously when
24784 operating in a remote directory.
24785
24786 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24787 change from sync with Tramp 2.0.47.
24788
24789 2005-02-27 Richard M. Stallman <rms@gnu.org>
24790
24791 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24792
24793 * textmodes/flyspell.el (flyspell-mode-on):
24794 Call ispell-change-dictionary only if necessary.
24795
24796 * emacs-lisp/re-builder.el (regexp-builder): New function.
24797
24798 * register.el (describe-register-1): Explicitly handle
24799 yank-excluded-properties = t.
24800
24801 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24802 (custom-magic-alist): Change the status descriptions again.
24803 (face widget-type): Total rewrite based on `restricted-sexp'
24804 to eliminate the confusing double hiding levels.
24805
24806 * emacs-lisp/debug.el (debug-on-entry-1):
24807 If function body is empty, add nil as body form.
24808
24809 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24810
24811 * emacs-lisp/trace.el (inhibit-trace): New var.
24812 (trace-make-advice): Use it.
24813
24814 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24815
24816 2005-02-26 Kim F. Storm <storm@cua.dk>
24817
24818 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24819 (mouse-on-link-p, mouse-drag-region-1): Use it.
24820
24821 2005-02-25 Lute Kamstra <lute@gnu.org>
24822
24823 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24824
24825 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24826
24827 * frame.el (blink-cursor-mode): Add :group keyword.
24828
24829 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24830
24831 * calendar/icalendar.el (icalendar--decode-isodatetime):
24832 New optional argument DAY-SHIFT.
24833 (icalendar-export-region): Fix coding-system-for-write.
24834 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24835 events by one.
24836
24837 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24838
24839 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24840
24841 2005-02-24 Kim F. Storm <storm@cua.dk>
24842
24843 * international/iso-acc.el (iso-accents-compose): Fix crash
24844 during redisplay. Call force-window-update after read-event
24845 and delete-region to signal that window is not accurate.
24846
24847 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24848
24849 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24850 Remove unused and inexistent var `inhibit-trace'.
24851 (debugger-mode): Use run-mode-hooks.
24852 (debugger-list-functions): Add buttons; setup xref stack.
24853
24854 2005-02-23 Richard M. Stallman <rms@gnu.org>
24855
24856 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24857 appointment says it was explicitly made.
24858 (appt-add): Set the 3rd element.
24859 (appt-make-list): Preserve explicit appointments.
24860
24861 * subr.el (find-tag-default): Catch errors in forward-sexp.
24862
24863 2005-02-23 Juri Linkov <juri@jurta.org>
24864
24865 * info.el (Info-isearch-search): New defcustom.
24866 (Info-isearch-search): Call the default isearch function
24867 when Info-isearch-search is nil.
24868 (Info-isearch-wrap): Use variable Info-isearch-search.
24869
24870 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24871
24872 * cus-edit.el: Comment change.
24873
24874 2005-02-22 Kim F. Storm <storm@cua.dk>
24875
24876 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24877 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24878
24879 2005-02-22 Simon Josefsson <jas@extundo.com>
24880
24881 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24882 New variable.
24883 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24884 Oskarsson" <myrkraverk@users.sourceforget.net>.
24885
24886 2005-02-22 Kim F. Storm <storm@cua.dk>
24887
24888 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24889 check that window of that event is the selected window.
24890 (mouse-drag-region-1): Compare mouse event window to selected
24891 window before setting point.
24892
24893 * tooltip.el (tooltip-show-help-function): Pass event to
24894 mouse-on-link-p so it can check selected window.
24895
24896 2005-02-22 Kenichi Handa <handa@m17n.org>
24897
24898 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24899 (ps-mule-show-warning): New function.
24900 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24901 characters are found.
24902
24903 * ps-print.el (ps-header-footer-string): Return a list of header
24904 and footer strings.
24905
24906 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24907
24908 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24909
24910 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24911
24912 * frame.el (blink-cursor-mode): Use define-minor-mode.
24913
24914 * term/mac-win.el (function-key-map): Use char-names more consistently.
24915 (file-name-coding-system): Only set it for MacOS-9. The other case is
24916 already handled in mule-cmds.el (where it also works when mac-win.el
24917 is not used).
24918
24919 2005-02-21 Kenichi Handa <handa@m17n.org>
24920
24921 * international/mule.el (ctext-pre-write-conversion): Always use
24922 " *code-converting-work*" buffer for work.
24923
24924 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24925
24926 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24927
24928 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24929
24930 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24931
24932 * ses.el (undo-more): Restore defadvice, but only the part that
24933 allows changes outside the restricted area of the buffer.
24934
24935 2005-02-20 Kim F. Storm <storm@cua.dk>
24936
24937 * simple.el (line-move): Add fourth optional arg try-vscroll which
24938 must be set to perform auto-window-vscroll.
24939 When moving backwards and doing auto-window-vscroll, automatically
24940 vscroll to the last part of lines which are taller than the window.
24941 (next-line, previous-line): Set try-vscroll arg on line-move.
24942
24943 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24944
24945 * replace.el (query-replace, query-replace-regexp)
24946 (replace-string, replace-regexp): When operating on region, make
24947 the minibuffer prompt say so.
24948
24949 * isearch.el (isearch-forward): Document isearch-query-replace and
24950 isearch-query-replace-regexp keybindings.
24951
24952 2005-02-19 Jay Belanger <belanger@truman.edu>
24953
24954 * calc/calc-aent.el (math-read-token): Add local variable.
24955
24956 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24957 (calc-edit-top): Move declaration to earlier in file.
24958 (calc-edit-macro-repeats): Add local variables.
24959
24960 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24961 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24962 calcFunc-tanh.
24963 Adjust integration rule for calcFunc-tan.
24964
24965 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24966
24967 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24968 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24969 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24970 (viper-skip-separators): Bug fix.
24971 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24972 particular major mode.
24973 (viper-del-backward-char-in-replace): Don't put deleted char on the
24974 kill ring.
24975
24976 * viper-ex.el (viper-color-display-p): New function.
24977 (viper-has-face-support-p): Use viper-color-display-p.
24978
24979 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24980
24981 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24982
24983 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24984 (viper-file-remote-p): Make equivalent to file-remote-p.
24985
24986 * viper.el (viper-major-mode-modifier-list):
24987 Use viper-gnus-modifier-map.
24988
24989 2005-02-19 David Kastrup <dak@gnu.org>
24990
24991 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24992 quoting.
24993
24994 2005-02-19 Jay Belanger <belanger@truman.edu>
24995
24996 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24997 Remove extra definitions.
24998 (calc-coth): New function.
24999 (calcFunc-cot): Fix `let'.
25000
25001 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25002
25003 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25004 the reasons we use "type pc" in these faces.
25005
25006 * button.el (button): Ditto.
25007
25008 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25009
25010 * replace.el (query-replace-read-from): Set the value of
25011 query-replace-from-history-variable to handle the case of an empty
25012 string entered to accept the suggested default.
25013
25014 * net/tramp.el (tramp-file-name-for-operation):
25015 Use dired-call-process instead of dired-call-process-command.
25016
25017 2005-02-19 Jay Belanger <belanger@truman.edu>
25018
25019 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25020 (math-div-non-trig): New variables.
25021 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25022 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25023 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25024 trig expressions.
25025
25026 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25027
25028 * progmodes/gdb-ui.el (gdb-var-update-handler)
25029 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25030 for watch expressions,
25031 (gdb-var-create-handler): Don't set speedbar-update-flag.
25032 (gdb-post-prompt): Simplify test for speedbar.
25033
25034 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25035
25036 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25037 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25038 we use the syntax table of the correct buffer.
25039 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25040 Felix Gatzemeier.
25041
25042 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25043 (ediff-file-remote-p): Make synonymous with file-remote-p.
25044 In all deffaces ediff-*-face-*, use min-colors.
25045
25046 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25047 ediff-recurse-to-subdirectories.
25048 (ediff-mark-if-equal): Check that the arguments are strings, use
25049 ediff-same-contents (after to Felix Gatzemeier).
25050
25051 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25052 nil.
25053
25054 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25055
25056 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25057
25058 2005-02-18 David Kastrup <dak@gnu.org>
25059
25060 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25061 use `mark-active' when defined.
25062
25063 2005-02-18 Kenichi Handa <handa@m17n.org>
25064
25065 * ps-print.el (ps-font-info-database): New entry
25066 ZapfChancery-MediumItalic with correct font name. Fix font name
25067 of the entry Zapf-Chancery-MediumItalic.
25068
25069 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25070
25071 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25072
25073 2005-02-16 Kim F. Storm <storm@cua.dk>
25074
25075 * ido.el (ido-fallback-command): Pass user input to fallback command.
25076
25077 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25078
25079 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25080 (gdb-find-file-hook): Add server prefix.
25081
25082 2005-02-16 Richard M. Stallman <rms@gnu.org>
25083
25084 * replace.el (perform-replace): Pass new args to replace-highlight.
25085 (replace-highlight): Take region args,
25086 and pass them to isearch-lazy-highlight-new-loop.
25087
25088 * novice.el (disabled-command-hook): Autoload the defalias
25089 and the make-obsolete-variable call.
25090
25091 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25092
25093 * isearch.el (isearch-lazy-highlight-start-limit)
25094 (isearch-lazy-highlight-end-limit): New variables limit
25095 the region for highlighting.
25096 (isearch-lazy-highlight-new-loop): New args BEG and END.
25097 (isearch-lazy-highlight-search): Use the new vars.
25098 (isearch-lazy-highlight-update): Likewise.
25099
25100 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25101
25102 * cus-start.el (all): Use default-boundp.
25103
25104 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25105
25106 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25107
25108 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25109
25110 * autorevert.el (auto-revert-stop-on-user-input)
25111 (auto-revert-verbose): Doc fixes.
25112
25113 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25114
25115 * international/mule-cmds.el (set-locale-environment): Remove call
25116 to set-selection-coding-system on Windows.
25117
25118 2005-02-15 Jay Belanger <belanger@truman.edu>
25119
25120 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25121 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25122 calcFunc-coth.
25123 (math-simplify-sqrt): Add simplifications.
25124
25125 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25126 to list.
25127
25128 * calc/calc-ext.el: Add functions to autoloads.
25129
25130 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25131 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25132 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25133 (math-csc-raw, math-cot-raw): New functions.
25134
25135 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25136
25137 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25138 the variable name in a message.
25139
25140 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25141 calcFunc-csc, calcFunc-cot.
25142
25143 * calc/calcalg2.el: Add derivative and integration rules for
25144 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25145 calcFunc-csch, calcFunc-coth.
25146 (math-do-integral-methods): Add to checks for when to use
25147 substitutions.
25148
25149 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25150
25151 2005-02-15 Lute Kamstra <lute@gnu.org>
25152
25153 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25154 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25155 <monnier@iro.umontreal.ca>
25156 (lisp-outline-level): Improve efficiency. Suggested by David
25157 Kastrup <dak@gnu.org>.
25158
25159 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25160
25161 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25162 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25163 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25164 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25165 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25166
25167 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25168
25169 * cus-start.el (all): Comment change.
25170
25171 2005-02-14 Lute Kamstra <lute@gnu.org>
25172
25173 * cus-start.el (all): Check if symbol is void.
25174
25175 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25176
25177 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25178 optional argument to \cite.
25179
25180 2005-02-14 Richard M. Stallman <rms@gnu.org>
25181
25182 * cus-edit.el (custom-buffer-create-internal): Update help message.
25183 (custom-magic-alist): Update help messages.
25184
25185 * cus-start.el (all): Allow a var to specify a standard value.
25186
25187 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25188
25189 * custom.el (custom-theme-set-variables): Handle variable aliases.
25190
25191 * frame.el (blink-cursor-timer): Doc fix.
25192 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25193 declare obsolete.
25194 (blink-cursor-mode): Define with defcustom and use correct
25195 standard expression in that defcustom.
25196 * startup.el (command-line): Adapt to above changes in frame.el.
25197
25198 2005-02-11 Lute Kamstra <lute@gnu.org>
25199
25200 * apropos.el (apropos-score-doc): Prevent division by zero.
25201
25202 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25203
25204 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25205 (icalendar--get-event-property-attributes)
25206 (icalendar--get-event-properties)
25207 (icalendar--datetime-to-diary-date): New functions.
25208 (icalendar--split-value): Doc fix.
25209 (icalendar--datetime-to-noneuropean-date)
25210 (icalendar--datetime-to-european-date): New optional argument
25211 SEPARATOR. Return result as a string instead of a list.
25212 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25213 (icalendar--convert-string-for-export): Rename arg S to STRING.
25214 (icalendar-export-region): Doc fix. Change name of error buffer.
25215 Save output buffer.
25216 (icalendar-import-file): Add blank at end of prompt.
25217 (icalendar-import-buffer): Doc fix. Do not switch to error
25218 buffer. Indicate status in return value.
25219 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25220 buffer. Save output buffer. Handle exception from recurrence
25221 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25222 events. Fix problems with weekly all-day events.
25223
25224 2005-02-10 Richard M. Stallman <rms@gnu.org>
25225
25226 * simple.el (eval-expression-print-format):
25227 Avoid warning about edebug-active.
25228
25229 * help.el (help-for-help-internal): Rename from help-for-help.
25230 (help-for-help): Define with defalias.
25231
25232 * font-core.el (font-lock-default-function): Use with-no-warnings.
25233
25234 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25235
25236 * custom.el (defface): Doc fix.
25237
25238 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25239
25240 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25241 width 0" to prevent word wrapping problems.
25242
25243 2005-02-09 Kim F. Storm <storm@cua.dk>
25244
25245 * ido.el (ido-file-extensions-order): New defcustom.
25246 (ido-file-extension-lessp, ido-file-extension-aux)
25247 (ido-file-extension-order): New advanced file ordering.
25248 (ido-file-lessp): New simple file ordering.
25249 (ido-sort-list): Remove.
25250 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25251 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25252
25253 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25254
25255 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25256 that some versions of grep produce.
25257 (grep-mode-font-lock-keywords): Likewise.
25258
25259 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25260
25261 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25262 (gdb-cdir): Delete.
25263 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25264 (gdb-source-info): Treat case when source file is in another
25265 directory properly.
25266 (gdb-get-location): New function.
25267
25268 2005-02-07 Jay Belanger <belanger@truman.edu>
25269
25270 * calc/calc-prog.el (calc-write-parse-table-part)
25271 (calc-fix-token-name): Fix a check for language type.
25272
25273 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25274
25275 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25276
25277 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25278 as directory not writable.
25279
25280 2005-02-07 Kim F. Storm <storm@cua.dk>
25281
25282 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25283 (cua--standard-movement-commands): Remove list.
25284 Instead, set CUA property value to move for movement commands.
25285 (cua-movement-commands): Remove. Users must set CUA prop instead.
25286 (cua--pre-command-handler): Check CUA property.
25287 (cua--init-keymaps): Don't remap undo commands.
25288 (cua-mode): Don't call cua--rectangle-on-off.
25289
25290 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25291 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25292 (cua--rect-undo-set-point): New var.
25293 (cua--rectangle-undo-boundary): Setup undo apply entry.
25294 (cua--rect-undo-handler): New function for rectangle undo.
25295 (cua--rect-start-position, cua--rect-end-position): Add.
25296 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25297 for restored rectangle. Set point if cua--rect-undo-set-point.
25298
25299 2005-02-06 Jay Belanger <belanger@truman.edu>
25300
25301 * calc/calc-lang.el (calc-tex-language): Display more information
25302 in messages.
25303
25304 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25305 in TeX mode.
25306
25307 2005-02-06 Richard M. Stallman <rms@gnu.org>
25308
25309 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25310
25311 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25312
25313 * net/ldap.el (ldap-search-internal): Support attributes with
25314 optional descriptions separated by a semi-colon, as in
25315 "userCertificate;binary".
25316
25317 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25318
25319 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25320 isn't a cons (i.e. the version is 0).
25321
25322 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25323
25324 * help.el (help-for-help): Doc fix.
25325
25326 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25327
25328 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25329 GDB-Windows on the menu-bar as this works better.
25330
25331 2005-02-04 Jay Belanger <belanger@truman.edu>
25332
25333 * calc/calc-embed.el (calc-embedded-update): Don't put in
25334 unnecessary newlines. Adjust the end of formula marker.
25335
25336 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25337 (math-latex-parse-two-args): New function.
25338
25339 2005-02-03 Lute Kamstra <lute@gnu.org>
25340
25341 * help-fns.el (help-with-tutorial): Make sure that users cannot
25342 remove the entire text of the tutorial by means of `undo'.
25343
25344 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25345
25346 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25347 in recent changes, where the ispell process was repeatedly
25348 killed & restarted.
25349
25350 * international/mule-cmds.el (set-locale-environment): Set file-name
25351 coding system to utf-8 on Darwin systems.
25352 (set-default-coding-systems): Don't set default-file-name-coding-system
25353 on Darwin systems.
25354
25355 2005-02-03 Richard M. Stallman <rms@gnu.org>
25356
25357 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25358
25359 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25360
25361 * faces.el (list-faces-display): Add optional argument.
25362
25363 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25364
25365 * font-core.el (font-lock-default-function): Handle the rare case where
25366 only font-lock-keywords is set.
25367
25368 2005-02-02 Kenichi Handa <handa@m17n.org>
25369
25370 * international/characters.el: Cancel previous change for
25371 I-WITH-DOT-ABOVE and DOTLESS-i.
25372
25373 * international/latin-5.el: Cancel previous change.
25374
25375 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25376
25377 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25378
25379 2005-02-02 Kenichi Handa <handa@m17n.org>
25380
25381 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25382 DOTLESS-i.
25383
25384 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25385 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25386
25387 * case-table.el (get-upcase-table): New function.
25388 (copy-case-table): Copy upcaes table too if non-nil.
25389 (set-case-syntax-delims): Maintain upcase table too.
25390 (set-case-syntax-pair): Likewise.
25391 (set-upcase-syntax, set-downcase-syntax): New functions.
25392 (set-case-syntax): Maintain upcase table too.
25393
25394 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25395
25396 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25397
25398 * progmodes/gud.el (gud-goto-info): New function.
25399 (gud-tool-bar-map): Use correct icon.
25400
25401 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25402
25403 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25404 When delegating, order args in the funcall correctly.
25405
25406 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25407
25408 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25409
25410 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25411
25412 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25413 buffer not visiting a file.
25414
25415 2005-01-31 Jay Belanger <belanger@truman.edu>
25416
25417 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25418 bound on the line with the formula.
25419
25420 2005-01-31 Kim F. Storm <storm@cua.dk>
25421
25422 * ses.el (ses-create-cell-variable-range)
25423 (ses-destroy-cell-variable-range, ses-reset-header-string)
25424 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25425 (ses-insert-row): Fix format of apply undo entries.
25426
25427 2005-01-31 Jay Belanger <belanger@truman.edu>
25428
25429 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25430 parts.
25431
25432 * calc/calc-embed.el (calc-embedded-open-formula)
25433 (calc-embedded-close-formula): Ignore matrix environments.
25434
25435 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25436 TeX mode.
25437
25438 * calc/calc-lang.el (math-function-table, math-oper-table)
25439 (math-variable-table): Adjust the LaTeX portions.
25440
25441 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25442 (math-latex-ignore-words): New constant.
25443
25444 2005-01-31 Richard M. Stallman <rms@gnu.org>
25445
25446 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25447 (ispell-local-dictionary): Doc fix.
25448 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25449 Don't reinitialize at run time. Don't defcustom.
25450 All uses changed to append ispell-local-dictionary-alist,
25451 or check it first.
25452 (ispell-current-dictionary): New variable for dictionary in use.
25453 (ispell-dictionary): Now used only for global default.
25454 (ispell-start-process): Set ispell-current-dictionary,
25455 not ispell-dictionary.
25456 (ispell-change-dictionary): Use this only for setting
25457 user preferences.
25458 (ispell-internal-change-dictionary): New function
25459 to change the current dictionary in use.
25460 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25461 Use ispell-current-dictionary.
25462 Handle ispell-local-dictionary-overridden.
25463 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25464
25465 2005-01-31 Jay Belanger <belanger@truman.edu>
25466
25467 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25468
25469 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25470 (calc-mode-map): Add calc-latex-language.
25471
25472 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25473 (math-latex-print-frac): New functions.
25474 (math-oper-table, math-function-table, math-variable-table)
25475 (math-complex-format, math-input-filter): Add latex properties.
25476 (calc-set-language): Set math-expr-special-function-mapping.
25477
25478 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25479 (calc-write-parse-table-part): Add LaTeX support.
25480
25481 * calc/calc.el (calc-language): Adjust docstring.
25482 (calc-set-mode-line): Add LaTeX support.
25483 (math-expr-special-function-mapping): New variable.
25484 (math-tex-ignore-words): Add to list.
25485
25486 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25487 Add LaTeX support.
25488 (math-compose-expr): Add support for special functions.
25489
25490 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25491
25492 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25493
25494 * progmodes/gdb-ui.el (gdb-memory-address)
25495 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25496 (gdb-memory-mode-map, gdb-memory-format-keymap)
25497 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25498 (gdb-memory-unit-menu): New variables for a buffer
25499 that lets the user examine program memory.
25500 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25501 (gdb-memory-format-binary, gdb-memory-format-octal)
25502 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25503 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25504 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25505 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25506 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25507 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25508 (gdb-memory-mode, gdb-memory-buffer-name)
25509 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25510 New functions for above buffer.
25511
25512 2005-01-30 Richard M. Stallman <rms@gnu.org>
25513
25514 * cus-edit.el (custom-bury-buffer): Function deleted.
25515 (custom-buffer-done-function): Option deleted.
25516 (custom-buffer-done-kill): New replacement option.
25517 (Custom-buffer-done): Call quit-window.
25518 (custom-buffer-create-internal): Update for above changes.
25519
25520 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25521
25522 * simple.el (undo-ask-before-discard): New var.
25523 (undo-outer-limit-truncate): Implement it.
25524 (undo-extra-outer-limit): Doc update.
25525
25526 2005-01-29 Richard M. Stallman <rms@gnu.org>
25527
25528 * ses.el (undo-more): Delete defadvice.
25529 (ses-begin-change): Doc fix.
25530
25531 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25532 instead of rebinding C-x u and C-_.
25533
25534 * files.el (normal-backup-enable-predicate): Return nil for files
25535 in /tmp, regardless of temporary-file-directory.
25536
25537 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25538
25539 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25540 (open-rectangle, delete-whitespace-rectangle-line)
25541 (clear-rectangle-line): If FILL, pass t instead of FILL
25542 for move-to-column's 2nd arg.
25543
25544 * simple.el (undo): Fix the test for continuing a series of undos.
25545 (undo-more): Set pending-undo-list to t when we reach end.
25546 (pending-undo-list): Move up defvar.
25547
25548 * wid-edit.el (widget-button-click):
25549 Shorten the range of the track-mouse binding.
25550
25551 * comint.el (comint-insert-input): Undo previous changes;
25552 use last-input-event in interactive spec.
25553
25554 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25555
25556 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25557 to nil before invoking call-process. Reset buffer's modified flag
25558 after fontifying it in the no-async branch.
25559
25560 * wid-edit.el (widget-specify-button): If mouse pointer shape
25561 cannot be changed, use mouse face instead.
25562
25563 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25564
25565 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25566 (gdb-goto-breakpoint): Make breakpoint handling work on template
25567 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25568 (gdb-assembler-custom): Update to recognize breakpoint information
25569 added on 2005-01-19.
25570
25571 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25572
25573 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25574 (dsssl-mode): Use define-derived-mode.
25575 (scheme-mode-initialize): Remove.
25576 (scheme-mode): Use run-mode-hooks.
25577
25578 * cus-edit.el (customize-group-other-window)
25579 (custom-buffer-create-other-window): Don't override special-display-*.
25580 (custom-mode-map): Make it dense.
25581
25582 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25583 sets the default value.
25584
25585 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25586
25587 * descr-text.el: Add more keywords.
25588
25589 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25590
25591 * speedbar.el: Avoid unnecessary use of locate-library.
25592
25593 * international/mule-cmds.el (standard-display-european-internal):
25594 Don't fiddle with latin-1 non-break space any more since it's now
25595 special cased in the C code.
25596 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25597
25598 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25599
25600 * cus-start.el (all): Add `undo-outer-limit'.
25601
25602 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25603
25604 * textmodes/bibtex.el (bibtex-format-entry):
25605 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25606 field lines.
25607 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25608 not on part of a buffer.
25609
25610 2005-01-25 Lute Kamstra <lute@gnu.org>
25611
25612 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25613 nonempty field text strings like "{letters\\macro{}more letters}".
25614 Clarify docstring.
25615 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25616 (bibtex-entry-offset, bibtex-parse-association)
25617 (bibtex-parse-field-name): Fix typos in docstrings.
25618 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25619
25620 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25621
25622 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25623 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25624 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25625 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25626
25627 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25628 isearch minor mode.
25629
25630 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25631
25632 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25633
25634 2005-01-24 Lute Kamstra <lute@gnu.org>
25635
25636 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25637 CASECHARS and NOT-CASECHARS regular expressions of the
25638 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25639 striding over charsets" error.
25640
25641 2005-01-24 Jay Belanger <belanger@truman.edu>
25642
25643 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25644 display variable name.
25645
25646 2005-01-24 Kenichi Handa <handa@m17n.org>
25647
25648 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25649 Fix setting of the element of encoded-kbd-iso2022-invocations.
25650
25651 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25652
25653 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25654 (gdb-threads-select): Change to also accept mouse events.
25655 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25656 (gdb-threads-mouse-select): Delete.
25657
25658 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25659
25660 * files.el (insert-directory): Take care of empty directory,
25661 listed without -a switch.
25662
25663 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25664
25665 * textmodes/refill.el (refill-post-command-function):
25666 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25667 to the list of functions that we should be careful not to undo.
25668 (refill-late-fill-paragraph-function): Remove.
25669 (refill-saved-state): New var.
25670 (refill-mode): Use it to save fill-paragraph-function.
25671 Save also the value of auto-fill-function.
25672
25673 * term/w32-win.el: Simplify code.
25674
25675 2005-01-23 Kim F. Storm <storm@cua.dk>
25676
25677 * simple.el (line-move): Adapt to new return value from
25678 pos-visible-in-window-p.
25679
25680 * simple.el (line-move): Fix last change. Check partial
25681 visibility at point rather than at window-start.
25682
25683 2005-01-22 Jason Rumney <jasonr@gnu.org>
25684
25685 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25686
25687 2005-01-22 David Kastrup <dak@gnu.org>
25688
25689 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25690
25691 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25692
25693 * type-break.el (type-break-mode): Add a test for
25694 type-break-file-name being non-nil.
25695
25696 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25697
25698 * net/eudc.el (top level): Call (message "") via progn, so that
25699 eudc-options-file is loaded.
25700
25701 2005-01-22 Kim F. Storm <storm@cua.dk>
25702
25703 * simple.el (line-move-1): Rename from line-move.
25704 (line-move): New function that adjusts vscroll for partially
25705 visible rows, and calls line-move-1 otherwise.
25706
25707 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25708
25709 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25710 since it's not a complete read-event implementation
25711
25712 2005-01-20 Jay Belanger <belanger@truman.edu>
25713
25714 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25715 for called function.
25716
25717 2005-01-20 Steven Tamm <steventamm@mac.com>
25718
25719 * term/mac-win.el (process-connection-type): Remove.
25720 Controlled now by s/darwin.h:PTY_ITERATION.
25721
25722 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25723
25724 * window.el (handle-select-window): Don't switch window when we're
25725 in the minibuffer.
25726
25727 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25728
25729 * subr.el (dotimes-with-progress-reporter): New macro.
25730
25731 * ses.el (ses-dotimes-msg): Remove macro.
25732 Use `dotimes-with-progress-reporter' instead.
25733
25734 2005-01-19 Steven Tamm <steventamm@mac.com>
25735
25736 * term/mac-win.el (process-connection-type): Use new
25737 operating-system-release variable to use ptys on Darwin 7 (OS X
25738 10.3) when using carbon build.
25739
25740 2005-01-19 Jay Belanger <belanger@truman.edu>
25741
25742 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25743 flags if the last command was a tab or M-tab.
25744
25745 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25746 in formula editing buffer.
25747
25748 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25749
25750 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25751 breakpoint image symbol in margin.
25752
25753 2005-01-19 Jay Belanger <belanger@truman.edu>
25754
25755 * calc/calc-prog.el (calc-execute-kbd-macro):
25756 Ignore calc-keep-arg-flag.
25757
25758 2005-01-19 Kenichi Handa <handa@m17n.org>
25759
25760 * textmodes/ispell.el (ispell-looking-at): New function.
25761 (ispell-process-line): Use ispell-looking-at to compare the ispell
25762 output and the buffer contents.
25763
25764 2005-01-18 Jay Belanger <belanger@truman.edu>
25765
25766 * calc/calc.el (calc-display-raw): Fix docstring.
25767
25768 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25769
25770 * simple.el (blink-matching-open): Strip extra info from syntax.
25771
25772 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25773 funny chars in the end-of-here-doc marker.
25774
25775 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25776
25777 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25778 that enable/disabled state of breakpoints is shown correctly in
25779 fringe and on ttys.
25780 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25781 Add breakpoint information as text properties.
25782 (gdb-mouse-toggle-breakpoint):
25783 Rename to gdb-mouse-set-clear-breakpoint.
25784 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25785 breakpoints in the margin.
25786 (gdb-remove-strings): Simplify.
25787
25788 2005-01-17 Jay Belanger <belanger@truman.edu>
25789
25790 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25791 erasing buffer.
25792
25793 2005-01-17 Richard M. Stallman <rms@gnu.org>
25794
25795 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25796 for calling grep-compute-defaults.
25797
25798 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25799 if buffer is empty.
25800
25801 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25802
25803 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25804
25805 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25806
25807 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25808 non-preloaded variables.
25809
25810 2005-01-17 Steven Tamm <steventamm@mac.com>
25811
25812 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25813 tex-shell cause to force interactivity when using pipes.
25814
25815 2005-01-17 Kim F. Storm <storm@cua.dk>
25816
25817 * simple.el (just-one-space): Make arg optional.
25818
25819 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25820
25821 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25822 posn-at-x-y to t to access left-margin.
25823
25824 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25825
25826 Sync with Tramp 2.0.47.
25827
25828 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25829 catching keep-date problems in cp/scp operations.
25830 (tramp-handle-copy-file): Don't call `set-file-modes'
25831 unconditionally. Specialized functions should know better what is
25832 necessary. This improves performance a little bit, and the
25833 functions could catch errors with `cp -p' and `scp -p'.
25834 (tramp-do-copy-or-rename-file-via-buffer)
25835 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25836 when appropriate.
25837 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25838 Call `set-file-modes' when appropriate.
25839 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25840 Johnsson <isak@hypergene.com>
25841 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25842 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25843 <joakim@verona.se>
25844 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25845 Emacs only.
25846
25847 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25848 `find-file-hooks' and `dired-mode-hook'.
25849 (tramp-minor-mode-map): Respective map. Add remapping for
25850 `compile' and `recompile'.
25851 (tramp-remap-command, tramp-recompile): New defuns.
25852 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25853 in buffer "*Compilation*". Call the commands asynchronously.
25854
25855 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25856 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25857 `shell-command', because it isn't magic in XEmacs. Reported by
25858 Adrian Aichner <adrian@xemacs.org>.
25859
25860 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25861 `substitute-in-file-name.
25862 (tramp-smb-handle-substitute-in-file-name): New defun.
25863 (tramp-smb-advice-PC-do-completion): Delete advice.
25864
25865 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25866
25867 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25868 Fix error in deleting region.
25869
25870 2005-01-15 Richard M. Stallman <rms@gnu.org>
25871
25872 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25873 In non-temp buffer, switch syntax table temporarily.
25874
25875 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25876
25877 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25878
25879 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25880
25881 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25882 (imenu--generic-function): Use START, not BEG, as pos of definition.
25883
25884 * simple.el (just-one-space): Argument specifies number of spaces.
25885
25886 * simple.el (eval-expression-print-format): Avoid warning
25887 about edebug-active.
25888
25889 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25890
25891 * progmodes/sh-script.el: Code copied from make-mode.el
25892 with small changes,
25893 (sh-mode-map): Bind C-c C-\.
25894 (sh-backslash-column, sh-backslash-align): New variables.
25895 (sh-backslash-region, sh-append-backslash): New functions.
25896
25897 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25898
25899 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25900 (rmail-pop-password, rmail-pop-password-required): Move to
25901 rmail-obsolete group.
25902 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25903 All callers updated.
25904 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25905 Take an argument specifying whether it is POP or IMAP mailbox we
25906 are using. All callers updated.
25907 (rmail-pop-password-error): Rename to
25908 rmail-remote-password-error. Added mailutils-specific error message.
25909 (rmail-movemail-search-path)
25910 (rmail-movemail-variant-in-use): New variables.
25911 (rmail-remote-password, rmail-remote-password-required):
25912 New customization variables.
25913 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25914 (rmail-parse-url): New function.
25915 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25916 with GNU mailutils movemail.
25917
25918 2005-01-15 Kevin Ryde <user42@zip.com.au>
25919
25920 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25921 suffix to space, $ or '$, to correctly position point when going
25922 to @table style constants like DBL_MAX.
25923
25924 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25925
25926 * type-break.el (type-break-mode, type-break-file-time)
25927 (type-break-file-keystroke-count, type-break-choose-file):
25928 Don't store data in or load data from the file if type-break-file-name
25929 is nil.
25930 (type-break-file-name): Doc update as per the above.
25931
25932 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25933
25934 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25935 lookup-key might return nil; handle that.
25936
25937 2005-01-15 Alan Mackenzie <acm@muc.de>
25938
25939 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25940 rather than the element found, thus enabling the tree to be setcar'd.
25941
25942 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25943
25944 * textmodes/org.el (org-show-following-heading): New option.
25945 (org-show-hierarchy-above): Use `org-show-following-heading'.
25946 (org-cycle): Documentation fix.
25947
25948 * textmodes/org.el (orgtbl-optimized): New option
25949 (orgtbl-mode): New command, a minor mode.
25950 (orgtbl-mode-map): New variable.
25951 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25952 (orgtbl-error, orgtbl-self-insert-command)
25953 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25954
25955 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25956 a local variable in each org-mode buffer.
25957
25958 * textmodes/org.el (org-set-regexps-and-options): Rename from
25959 `org-set-regexps'. Added checking for STARTUP keyword.
25960 (org-get-current-options): Add STARTUP options.
25961 (org-table-insert-row): Make mode intelligent about when
25962 realignment is needed.
25963 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25964 New commands.
25965 (org-enable-table-editor): New default value `optimized'.
25966 (org-table-blank-field): Support blanking regions if active.
25967
25968 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25969
25970 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25971 if the year is not given.
25972
25973 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25974 Add new escapes %m and %M, fixed bug with %F by adding
25975 save-match-data.
25976 (reftex-reference): Remove ?. from list of spaces.
25977 (reftex-label-info): Add automatic label prefix recognition.
25978
25979 * textmodes/reftex-index.el (reftex-index-next-phrase):
25980 Add slave parameter to call of `reftex-index-this-phrase'.
25981 (reftex-index-this-phrase): New optional argument.
25982 (reftex-index-region-phrases): Add slave parameter to call of
25983 `reftex-index-this-phrase'.
25984 (reftex-display-index): New argument redo.
25985 (reftex-index-rescan): Add `redo' to arguments of
25986 `reftex-display-index'.
25987 (reftex-index-Rescan, reftex-index-revert)
25988 (reftex-index-switch-index-tag): Add `redo' to arguments of
25989 `reftex-display-index'.
25990 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25991 indexing. Fix bug with matching is there is a quote before or
25992 after the word.
25993
25994 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25995 Fix bug when collecting citation keys in lines with comments.
25996 (reftex-citation): Prefix argument no longer rescans the document,
25997 but forces prompting for optional arguments of cite macros.
25998 (reftex-do-citation): Prompting for optional arguments implemented.
25999
26000 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26001 Add optional arguments to most cite commands.
26002 (reftex-cite-cleanup-optional-args): New option
26003 (reftex-cite-prompt-optional-args): New option.
26004 (reftex-trust-label-prefix): New option.
26005
26006 * textmodes/reftex-toc.el (reftex-toc-find-section):
26007 Add push-mark before changing the position in the buffer.
26008
26009 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26010 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26011
26012 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26013
26014 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26015 more carefully.
26016
26017 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26018
26019 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26020 (sgml-mode): Use it.
26021 (sgml-get-context): Better keep track of implicitly closed tags.
26022
26023 2005-01-13 Kenichi Handa <handa@m17n.org>
26024
26025 * textmodes/ispell.el: These changes are to fix misalignment error
26026 caused by equivalent characters of different Emacs charsets.
26027 (ispell-unified-chars-table): New variable.
26028 (ispell-get-decoded-string): New function.
26029 (ispell-get-casechars, ispell-get-not-casechars)
26030 (ispell-get-otherchars): Call ispell-get-decoded-string.
26031
26032 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26033
26034 * custom.el (custom-declare-variable): Just put symbol instead
26035 of (defvar . symbol) in `current-load-list'.
26036
26037 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26038
26039 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26040
26041 2005-01-12 Jay Belanger <belanger@truman.edu>
26042
26043 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26044 to create a Calc summary.
26045
26046 2005-01-12 Kim F. Storm <storm@cua.dk>
26047
26048 * mouse.el (mouse-on-link-p): Change functionality and doc
26049 string to comply with latest description in lisp ref.
26050
26051 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26052
26053 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26054 Enable mouse clicks on mode-line, header-line and margin.
26055 (event-type): Give mouse event symbols an `event-kind' property
26056 with value `mouse-click'.
26057
26058 2005-01-12 Juri Linkov <juri@jurta.org>
26059
26060 * facemenu.el (list-colors-display): Add new arg buffer-name.
26061 Use it. Fix docstring. Replace code for identifying duplicate
26062 colors by the name with call to `list-colors-duplicates' which
26063 identifies duplicate colors by the value unless the color
26064 is one of special Windows colors. Set truncate-lines to t.
26065 Print sorted duplicate color names on each line. Indent to 22
26066 \(the longest color name in rgb.txt) instead of 20. Optimize.
26067 (list-colors-duplicates): New function.
26068 (facemenu-color-name-equal): Delete function.
26069
26070 * facemenu.el (list-colors-print): New function created from code
26071 in list-colors-display. Print #RRGGBB at the window right edge.
26072 (list-colors-display): When temp-buffer-show-function is not
26073 defined, call list-colors-print from temp-buffer-show-hook
26074 to get the right value of window-width in list-colors-print
26075 after the buffer is displayed.
26076
26077 * simple.el (pop-mark): Move deactivate-mark out of conditional
26078 part to deactivate the active mark regardless of the state of the
26079 mark ring.
26080
26081 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26082 variables line in desktop files.
26083
26084 2005-01-12 Juri Linkov <juri@jurta.org>
26085
26086 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26087 Bring together isearch highlight related options.
26088 (lazy-highlight): Replace group `replace' by `matching'.
26089 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26090 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26091 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26092 and declare them obsolete.
26093 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26094 (isearch-faces): Remove defgroup.
26095 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26096 Move isearch highlighting code closer to lazy highlighting code.
26097
26098 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26099 (query-replace-highlight, query-replace-lazy-highlight)
26100 (query-replace): Move definitions to the beginning of the file.
26101
26102 2005-01-11 Juri Linkov <juri@jurta.org>
26103
26104 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26105 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26106 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26107
26108 * info.el (Info-history-forward): New variable.
26109 (Info-select-node): Reset Info-history-forward to nil.
26110 (Info-last): Turn into defalias.
26111 (Info-history-back): Rename from Info-last.
26112 Add current node to Info-history-forward.
26113 (Info-history-forward): New fun.
26114 (Info-mode-map): Replace Info-last by Info-history-back.
26115 Bind Info-history-forward to "r".
26116 (Info-mode-menu): Replace Info-last by Info-history-back.
26117 Fix menu item text. Add menu item for Info-history-forward.
26118 (info-tool-bar-map): Replace Info-last by Info-history-back.
26119 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26120 for Info-history-forward.
26121 (Info-mode): Replace Info-last by Info-history-back in docstring.
26122 Add local variable Info-history-forward.
26123 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26124
26125 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26126
26127 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26128 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26129 Ignore select-window events rather than fiddle with
26130 mouse-autoselect-window.
26131
26132 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26133
26134 * type-break.el (type-break-mode): Fix previous change.
26135
26136 2005-01-10 Jay Belanger <belanger@truman.edu>
26137
26138 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26139 calculator; only reset when point is inside a calculator.
26140 Don't adjust the window height if the window takes up the whole height
26141 of the frame.
26142
26143 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26144
26145 * ebuff-menu.el (Electric-buffer-menu-mode):
26146 Preserve value of buffer-local var header-line-format.
26147
26148 2005-01-09 Jay Belanger <belanger@truman.edu>
26149
26150 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26151 Make sure settings file exists before accessing it.
26152
26153 * calc/calc-embed.el (calc-embedded-subst):
26154 Replace math-multi-subst-rec, which is only supposed to be called
26155 by math-multi-subst, by math-multi-subst.
26156
26157 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26158
26159 * vc.el (vc-allow-async-revert): New user option.
26160 (vc-disable-async-diff): New internal variable.
26161 (vc-revert-buffer): Use them to disable asynchronous diff.
26162
26163 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26164 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26165 asynchronously if vc-disable-async-diff is t.
26166
26167 2005-01-09 Jay Belanger <belanger@truman.edu>
26168
26169 * calc/calc.el (defcalcmodevar): New macro.
26170 (calc-mode-var-list-restore-default-values)
26171 (calc-mode-var-list-restore-saved-values): New functions.
26172 (calc-mode-var-list): Use defcalcmodevar to define it.
26173 (calc-always-load-extensions, calc-line-numbering)
26174 (calc-line-breaking, calc-display-just, calc-display-origin)
26175 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26176 (calc-group-char, calc-point-char, calc-frac-format)
26177 (calc-prefer-frac, calc-hms-format, calc-date-format)
26178 (calc-float-format, calc-full-float-format, calc-complex-format)
26179 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26180 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26181 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26182 (calc-matrix-brackets, calc-language, calc-language-option)
26183 (calc-left-label, calc-right-label, calc-word-size)
26184 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26185 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26186 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26187 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26188 (calc-window-height, calc-display-trail, calc-show-selections)
26189 (calc-use-selections, calc-assoc-selections)
26190 (calc-display-working-message, calc-auto-why, calc-timing)
26191 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26192 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26193 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26194 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26195 (calc-gnuplot-geometry, calc-graph-default-resolution)
26196 (calc-graph-default-resolution-3d, calc-invocation-macro)
26197 (calc-show-banner): Use defcalcmodevar to declare them and set
26198 their default values.
26199
26200 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26201 instead of default values (but restore default values if there is
26202 an argument of 0).
26203
26204 2005-01-09 David Kastrup <dak@gnu.org>
26205
26206 * desktop.el (desktop-restore-eager): Fix typo in type.
26207
26208 2005-01-08 Richard M. Stallman <rms@gnu.org>
26209
26210 * cus-edit.el (customize): Delete :link.
26211
26212 2005-01-08 Jay Belanger <belanger@truman.edu>
26213
26214 * calc/calc.el (calc-mode): Remove the extension from the
26215 `calc-settings-file' file name when loading it.
26216
26217 2005-01-08 Kim F. Storm <storm@cua.dk>
26218
26219 * info.el (Info-mode-map, Info-next-link-keymap)
26220 (Info-prev-link-keymap, Info-up-link-keymap):
26221 Map follow-link to mouse-face.
26222 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26223
26224 2005-01-08 Jay Belanger <belanger@truman.edu>
26225
26226 * calc/calc.el (calc-settings-file): Change default value.
26227 Suggested by cgw in a comment in calc-mode.el.
26228
26229 * calc/calc-mode.el (calc-settings-file-name):
26230 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26231 Replace ~/.emacs in a prompt by calc-settings-file.
26232
26233 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26234
26235 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26236 (desktop-lazy-idle-delay): New customizable variables.
26237 (desktop-buffer-args-list): New variable.
26238 (desktop-append-buffer-args): New function.
26239 (desktop-save): Call desktop-append-buffer-args for some buffers.
26240 (desktop-lazy-create-buffer): New function.
26241 (desktop-idle-create-buffers): New function.
26242 (desktop-read): Add message about buffers to restore lazily.
26243 (desktop-lazy-abort): New command.
26244 (desktop-clear): Call desktop-lazy-abort.
26245 (desktop-lazy-complete): New command.
26246
26247 2005-01-06 Richard M. Stallman <rms@gnu.org>
26248
26249 * emacs-lisp/find-func.el (find-face-definition):
26250 Rename from find-face.
26251
26252 2005-01-06 Kim F. Storm <storm@cua.dk>
26253
26254 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26255
26256 * man.el (Man-xref-man-page, Man-xref-header-file)
26257 (Man-xref-normal-file): Add follow-link property.
26258
26259 2005-01-06 Jay Belanger <belanger@truman.edu>
26260
26261 * calc/calc-units.el: Make sure the proper macro definitions are
26262 available when compiling.
26263
26264 2005-01-06 Juri Linkov <juri@jurta.org>
26265
26266 * isearch.el (isearch-lazy-highlight-update):
26267 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26268
26269 2005-01-06 Miles Bader <miles@gnu.org>
26270
26271 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26272 (isearch-lazy-highlight-face): Use new name.
26273
26274 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26275
26276 * uniquify.el (uniquify-rationalize-file-buffer-names):
26277 Re-add an interactive spec.
26278 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26279 to the same name.
26280
26281 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26282 (isearch-update, isearch-done): Adjust calls accordingly.
26283
26284 2005-01-05 Richard M. Stallman <rms@gnu.org>
26285
26286 * custom.el (custom-set-variables, custom-theme-set-variables):
26287 Clarify documentation.
26288
26289 * emacs-lisp/find-func.el (find-variable)
26290 (find-variable-other-window, find-variable-other-frame):
26291 Fix the TYPE args to find-function-read and find-function-do-it.
26292 (find-function): Doc fix.
26293 (find-function-at-point): Replace function-at-point alias.
26294
26295 2005-01-04 Richard M. Stallman <rms@gnu.org>
26296
26297 * cus-face.el (custom-declare-face):
26298 Record defface in current-load-list.
26299
26300 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26301
26302 * emacs-lisp/find-func.el: Doc fixes.
26303 (find-face-regexp): New variable.
26304 (find-function-regexp-alist): New variable.
26305 (find-function-C-source): Third arg is now TYPE.
26306 (find-function-search-for-symbol): Handle general TYPE.
26307 (find-function-read, find-function-do-it): Handle general TYPE.
26308 (find-definition-noselect, find-face): New functions.
26309 (function-at-point): Alias deleted.
26310
26311 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26312
26313 * battery.el (display-battery-mode): Rename from display-battery.
26314 Handle the case where it gets turned off.
26315
26316 2005-01-04 Richard M. Stallman <rms@gnu.org>
26317
26318 * cus-edit.el (customize): Make :link point to user doc.
26319
26320 * man.el (Man-fontify-manpage): Turn off undo generation.
26321
26322 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26323
26324 2005-01-04 Andreas Schwab <schwab@suse.de>
26325
26326 * files.el (insert-directory): Only look for error lines in
26327 inserted text. Don't move too far after processing --dired markers.
26328
26329 2005-01-04 Richard M. Stallman <rms@gnu.org>
26330
26331 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26332 Don't expand if the character is @, period, dash, etc.
26333 (define-mail-abbrev): Quote names that contain problem characters.
26334
26335 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26336
26337 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26338
26339 2005-01-03 Richard M. Stallman <rms@gnu.org>
26340
26341 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26342 (query-replace-highlight, query-replace-lazy-highlight)
26343 (query-replace): Definitions moved up. Doc fix.
26344
26345 2005-01-03 Richard M. Stallman <rms@gnu.org>
26346
26347 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26348 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26349 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26350 (lazy-highlight-face): Rename from isearch-lazy-...
26351 Change all references to them.
26352
26353 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26354
26355 * cus-edit.el (custom-file): Doc fix for defcustom.
26356 (custom-file): The function no longer sets the variable
26357 `custom-file' to its return value.
26358
26359 * startup.el (command-line): No longer load `custom-file'.
26360
26361 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26362
26363 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26364
26365 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26366 Don't confuse module-prefixed identifiers for labels.
26367 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26368
26369 2005-01-02 Richard M. Stallman <rms@gnu.org>
26370
26371 * files.el (basic-save-buffer-1): Fix previous change.
26372
26373 * loadhist.el (file-loadhist-lookup): New function.
26374 (file-provides, file-requires): Use it.
26375
26376 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26377 instead of calculating the right size.
26378
26379 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26380
26381 * vc-svn.el (vc-svn-diff): Stay local if possible.
26382
26383 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26384
26385 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26386
26387 * files.el (hack-local-variables): Fix last change.
26388
26389 2005-01-02 Jay Belanger <belanger@truman.edu>
26390
26391 * calc/calc-yank.el (calc-edit-top): New variable.
26392 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26393 object. Change header properties.
26394 (calc-edit-finish, calc-edit-finish-stack-object)
26395 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26396 edited object.
26397 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26398 for the beginning of the edited object.
26399 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26400 for the beginning of the edited object.
26401 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26402 (calc-finish-formula-edit, calc-macro-repeats)
26403 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26404 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26405 beginning of the edited object.
26406 (calc-user-define-edit): Change the header for editing macros.
26407 Remove unnecessary variable.
26408
26409 2005-01-01 Jay Belanger <belanger@truman.edu>
26410
26411 * calc/calc-yank.el (calc-edit-mode): Change default header.
26412 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26413 * calc/calc-store.el (calc-edit-variable): Change title to match new
26414 header.
26415 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26416 mode to match new header.
26417 (calc-user-define-edit): Change titles to include names of commands.
26418 (calc-finish-formula-edit): Adjust to handle new header.
26419 (calc-finish-macro-edit): Remove.
26420 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26421 (calc-edit-macro-command, calc-edit-macro-command-type)
26422 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26423 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26424 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26425 (calc-edit-macro-finish-edit): New functions.
26426 (calc-user-define-edit): Use new functions to edit named calc macros.
26427
26428 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26429
26430 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26431
26432 * ses.el (copy-region-as-kill): Deactivate mark.
26433
26434 2005-01-01 Richard M. Stallman <rms@gnu.org>
26435
26436 * replace.el (occur-1): If the output buffer is also an input,
26437 don't kill it, rename it.
26438
26439 * faces.el (set-face-background, set-face-foreground): Doc fix.
26440
26441 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26442 for :foreground and :background.
26443
26444 * dired.el (dired-view-command-alist): Variable deleted.
26445 (dired-view-file, dired-mouse-find-file-other-window):
26446 Delete the code to use it.
26447
26448 2005-01-01 Kim F. Storm <storm@cua.dk>
26449
26450 * image.el (insert-sliced-image): Use t for line-height property.
26451
26452 See ChangeLog.11 for earlier changes.
26453
26454 ;; Local Variables:
26455 ;; coding: iso-2022-7bit
26456 ;; End:
26457
26458 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26459 Copying and distribution of this file, with or without modification,
26460 are permitted provided the copyright notice and this notice are preserved.
26461
26462 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1