]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
2006-09-06 Simon Josefsson <jas@extundo.com>
[gnu-emacs] / lisp / ChangeLog
1 2006-09-06 Simon Josefsson <jas@extundo.com>
2
3 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4
5 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6
7 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9 string values.
10
11 2006-09-06 Kim F. Storm <storm@cua.dk>
12
13 * simple.el (line-move-partial): New function to do vscrolling for
14 partially visible images / tall lines. Rewrite based on code
15 previously in line-move. Simplify backwards vscrolling.
16 (line-move): Use it. Simplify.
17
18 2006-09-05 Kim F. Storm <storm@cua.dk>
19
20 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
21
22 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
23
24 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25 Process the `gcc-include' after the `gnu' rule.
26
27 2006-09-05 Kim F. Storm <storm@cua.dk>
28
29 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
30
31 2006-09-05 Daiki Ueno <ueno@unixuser.org>
32
33 * pgg.el (pgg-clear-string): Alias to clear-string for backward
34 compatibility.
35
36 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
37 inhibit-redisplay; encode passphrase with locale-coding-system.
38
39 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
40
41 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
42
43 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
44
45 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
46 (gdb-var-list-children-regexp): Make type field optional.
47
48 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
49 e.g public, protected in C++.
50
51 2006-09-04 John Paul Wallington <jpw@pobox.com>
52
53 * simple.el (completion-show-help): New defcustom.
54 (completion-setup-function): Heed it.
55
56 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
57
58 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
59
60 2006-09-04 Richard Stallman <rms@gnu.org>
61
62 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
63 (rsf-min-region-to-spam-list): Doc fix.
64 (rsf-add-content-type-field): Doc fix.
65
66 * simple.el (kill-region): Explicitly test there is a region.
67
68 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
69
70 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
71 sendmail in several common directories.
72
73 * mail/sendmail.el (sendmail-program): Moved here from pathe.el.
74
75 * paths.el (sendmail-program): Removed.
76
77 2006-09-04 Daiki Ueno <ueno@unixuser.org>
78
79 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
80 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
81 http://article.gmane.org/gmane.emacs.gnus.general/50457
82
83 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
84
85 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
86 mark after running the menu filter.
87
88 2006-09-03 Juri Linkov <juri@jurta.org>
89
90 * international/quail.el (quail-defrule-internal): Add a check
91 if a key is a vector.
92
93 2006-09-02 Juri Linkov <juri@jurta.org>
94
95 * man.el (Man-topic-history): New variable.
96 (man): Use it.
97
98 * woman.el (woman-topic-history): Change defvar to defvaralias
99 for symbol `Man-topic-history'.
100
101 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
102 `comint-last-output-start' is a marker by using `markerp' and
103 check if it has a position by using `marker-position', and use
104 this position for `goto-char'.
105
106 * international/quail.el (quail-defrule-internal): Add missing
107 `error' call for null key.
108
109 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
110
111 * rcirc.el (rcirc-keywords): New variable.
112 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
113 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
114 variables.
115 (rcirc-responses-no-activity): New function.
116 (rcirc-handler-generic): Check for responses in above.
117 (rcirc-process-command): Add ?: character to arguments of raw
118 server commands.
119 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
120 `rcirc-dim-nicks'.
121 (rcirc-gray-toggle): Remove unused variable.
122 (rcirc-print): Remove some tracking logic, which is moved into
123 markup functions.
124 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
125 types.
126 (rcirc-activity-string): Look for 'keyword in activity-types.
127 (rcirc-window-configuration-change): Don't erase overlay-arrow
128 unnecessarily.
129 (rcirc-add-or-remove): New function.
130 (rcirc-cmd-ignore): Use it.
131 (rcirc-message-leader): Remove unused function.
132 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
133 (rcirc-add-face): New function.
134 (rcirc-facify): Use rcirc-add-face.
135 (rcirc-url-regexp): Add parens.
136 (rcirc-map-regexp): Remove function.
137 (rcirc-mangle-regexp): Remove function.
138 (rcirc-markup-text-functions): New variable.
139 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
140 (rcirc-markup-body-text, rcirc-markup-attributes)
141 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
142 (rcirc-markup-bright-nicks): New markup handler functions.
143 (rcirc-nick-in-message-full-line): New face.
144 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
145 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
146
147 2006-09-02 Martin Rudalics <rudalics@gmx.at>
148
149 * cus-start.el (hscroll-margin, hscroll-step)
150 (mode-line-in-non-selected-windows, mouse-autoselect-window)
151 (x-use-underline-position-properties): Change version to "22.1"
152 since they will appear there for the first time.
153
154 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
155
156 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
157
158 2006-08-31 Richard Stallman <rms@gnu.org>
159
160 * cus-edit.el (custom-save-variables): Slight cleanup.
161 (Custom-no-edit): Renamed from custom-no-edit.
162 (Custom-newline): Renamed from custom-newline.
163 (custom-mode-map): Use new names.
164
165 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
166 about customization, rather than M-x customize, in the doc string
167 made for the defcustom.
168
169 * emacs-lisp/trace.el (trace-function-background): Doc fix.
170
171 2006-08-31 Romain Francoise <romain@orebokech.com>
172
173 * dired-x.el (dired-guess-shell-alist-default): Update.
174
175 2006-08-31 Michael Mauger <mmaug@yahoo.com>
176
177 * custom.el (custom-theme-set-variables): Autoload packages before
178 sorting the variables.
179
180 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
181
182 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
183 chars if XEmacs.
184 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
185
186 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * progmodes/python.el (python-eldoc-function): Re-enable quit while
189 waiting for process.
190
191 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
192
193 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
194 results in ASCII-only string, encode original one directly.
195
196 2006-08-29 Romain Francoise <romain@orebokech.com>
197
198 * startup.el (normal-splash-screen, fancy-splash-screens):
199 Make buffer read-only and arrange to enter view mode if necessary.
200
201 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
202
203 * hl-line.el (hl-line): New face.
204 (hl-line-face): Use it.
205
206 * image-mode.el (image-mode): Fix last fix.
207 Suggested by Kim F. Storm.
208
209 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
210
211 Sync with Tramp 2.0.54.
212
213 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
214 of `=', because `tramp-get-remote-gid' might not always return an
215 integer when expected.
216 (tramp-register-file-name-handlers): `partial-completion-mode' is
217 unknown to XEmacs.
218 (tramp-time-diff): Don't use `floor', it might fail for large
219 differences.
220 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
221 `tramp-auto-save-directory' if unset in order to guarantee unique
222 auto-save file names.
223
224 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
225
226 * image-mode.el (image-mode): Display image as text on a terminal.
227
228 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * progmodes/python.el (python-send-command): Simplify.
231 (run-python): Don't generate a new buffer unless `new' was specified.
232 Make sure we send `import emacs' to the proper process.
233
234 * progmodes/python.el (python-send-command): Don't wait for the command
235 to terminate. Don't fiddle with compilation-parsing-end.
236
237 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
238
239 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
240 Insert commentary after first line summary.
241
242 * woman.el (woman-follow): New function, based on `man-follow'.
243 (woman-mode-map): Use it.
244
245 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
246 since ibuffer-do-sort-by-recency does not define a sorter.
247
248 2006-08-28 Kim F. Storm <storm@cua.dk>
249
250 * find-dired.el (find-dired): Use shell-quote-argument to properly
251 escape ( and ) args. Also use it on {} and ; args in default
252 value of find-ls-option string.
253 (find-grep-dired): Use shell-quote-argument on {} and ; args.
254
255 2006-08-27 Michael Olson <mwolson@gnu.org>
256
257 * emacs-lisp/tq.el: Small grammar fix in comments.
258 (tq-enqueue): Check for existence of queue rather than the
259 head queue item's question, which was a no-op.
260 (tq-filter, tq-process-buffer): Make sure the process buffer
261 exists before making it the current buffer.
262
263 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
264
265 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
266 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
267 (special-event-map): Apply 2006-08-16 change for x-win.el.
268
269 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * progmodes/python.el (python-send-receive): Wait in the
272 process's buffer so as to check the right buffer-local variables.
273
274 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
277 (defgroup checkdoc): Move to beginning.
278
279 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
280 (python-preoutput-continuation): Remove.
281 (python-preoutput-filter): Simplify correspondingly.
282 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
283 Loop around to catch embedded _emacs_out output.
284 (run-python): Send the import&print command on a single line.
285 (python-send-command): Send command&print on a single line.
286 (python-send-string): Only add double \n if needed.
287 (python-send-receive): Loop until the result comes.
288 (python-mode-running): Defvar it.
289 (python-setup-brm): Remove unused var `menu'.
290 Only bind py-mode-map and `features' around brm-init.
291 (python-calculate-indentation): Remove unused var `point'.
292 (python-beginning-of-defun): Remove unused var `def-line'.
293
294 2006-08-25 Richard Stallman <rms@gnu.org>
295
296 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
297
298 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
299
300 * viper.el (viper-set-hooks): Use frame bindings for
301 viper-vi-state-cursor-color.
302 (viper-non-hook-settings): Don't set default
303 mode-line-buffer-identification.
304
305 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
306 (viper-set-cursor-color-according-to-state)
307 (viper-get-saved-cursor-color-in-replace-mode)
308 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
309 viper-emacs-state-cursor-color.
310
311 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
312 (viper-undo): Use point if undo-beg-posn is nil.
313 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
314 (viper-after-change-undo-hook): Don't use
315 viper-emacs-state-cursor-color by default.
316 (viper-undo): More sensible positioning after undo.
317
318 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
319 (viper-emacs-state-cursor-color): Default to nil, since this feature
320 doesn't work well yet.
321
322 * ediff-mult.el (ediff-intersect-directories)
323 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
324 always expand filenames.
325
326 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * tumme.el: Remove * in defcustoms's docstrings.
329
330 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
331
332 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
333 Accept internal time format for SECS arg.
334 (timer-relative-time): Doc fix.
335
336 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
337 adapted from Martin Rudalics.
338 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
339 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
340 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
341 using sit-for.
342
343 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
344
345 * cus-start.el (all): Add `overline-margin' and
346 `x-underline-at-descent-line'.
347
348 2006-08-24 Kim F. Storm <storm@cua.dk>
349
350 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
351 to mean "use find -exec"; nil now unambiguously means auto-detect.
352 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
353 Use shell-quote-argument to build grep-find-command and grep-find-template.
354 (rgrep): Use shell-quote-argument to properly quote arguments to find.
355 Reported by Tom Seddon.
356
357 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
358
359 * startup.el (fancy-splash-head): Give instructions for dismissing
360 the splash screen for default startup too.
361 (display-startup-echo-area-message, fancy-splash-screens)
362 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
363 all splash text at once and keep the splash buffer around.
364 (command-line-1): Give display-startup-echo-area-message a t arg.
365
366 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
367
368 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
369 gnus frame is selected.
370
371 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
374
375 2006-08-22 Kim F. Storm <storm@cua.dk>
376
377 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
378 Add suffix matching for subdirs.
379
380 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
381
382 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
383 mouse-yank-at-point is non-nil.
384
385 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
386
387 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
388 a bit wider and remove fringes to fit initial output on line.
389
390 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * frame.el (blink-cursor-end): Only ignore the error we care about.
393 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
394
395 2006-08-21 Richard Stallman <rms@gnu.org>
396
397 * whitespace.el (whitespace-cleanup): Doc fix.
398
399 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
400
401 * net/rcirc.el (rcirc-show-maximum-output): New var.
402 (rcirc-buffer-process): If no buffer argument is supplied, use
403 current-buffer.
404 (rcirc-complete-nick): Complete to the last completed nick first.
405 (rcirc-mode): Preserve the value of `rcirc-urls' across
406 connections. Setup scroll function.
407 (rcirc-scroll-to-bottom): New function.
408 (rcirc-print): Use nick syntax around regexp work.
409 Notice dim-nicks speaking only if they say our nick.
410 (rcirc-update-activity-string): Do not show the modeline indicator
411 if there are no live rcirc processes.
412 (rcirc-cmd-ignore): Ignore case.
413 (rcirc-browse-url-at-point): Fix off-by-one error.
414
415 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * progmodes/python.el: Remove * in defcustom docstrings.
418 (run-python, python-proc, python-try-complete): Use derived-mode-p.
419 (python-mode): Set tab-width and indent-tabs-mode.
420
421 2006-08-20 Dave Love <fx@gnu.org>
422
423 * progmodes/python.el: Update to Dave Love's latest version.
424 (python-font-lock-keywords, python-mode): Don't use
425 font-lock-syntax-table, but match symbol elements explicitly instead.
426 (python-mode-map): Add help, and a few more key bindings.
427 (python-skip-comments/blanks): Move out of comments as well.
428 (python-continuation-line-p): Behave better with unbalanced parens.
429 (python-blank-line-p): New fun.
430 (python-open-block-statement-p): Don't use a heuristic.
431 (python-outdent-p): Better handle blocks-in-the-same-line.
432 (python-calculate-indentation): Misc improvements.
433 (python-comment-indent): Remove.
434 (python-block-pairs): New var.
435 (python-first-word): New fun.
436 (python-indentation-levels): Handle more common cases.
437 (python-indent-line-1): Add `leave' argument.
438 (python-indent-region): New fun.
439 (python-skip-out): New fun.
440 (python-beginning-of-statement, python-end-of-statement): Use it.
441 (python-next-statement): Return correct count even at eob.
442 (python-end-of-block): Fix paren-typo.
443 (python-imenu-create-index): Add module variables.
444 (run-python): Add `new' arg.
445 Check we're at a prompt before returning.
446 (python-send-command): Move to end of buffer.
447 Wait for prompt to return.
448 (python-set-proc): New fun.
449 (python-imports): New var.
450 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
451 (python-eldoc-function): Try to move out of arg list.
452 (python-outline-level): Offset by 1.
453 (python-find-imports): New fun.
454 (python-symbol-completions): Use python-imports.
455 (python-module-path, ffap-alist): Add support for ffap.
456 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
457 (pythin-insert-*, python-default-template, python-expand-template):
458 Add templates/skeletons.
459 (python-setup-brm): Support for Bicycle Repair Man.
460 (python-abbrev-syntax-table): New var.
461 (python-abbrev-pc-hook, python-pea-hook): New funs.
462
463 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
464
465 * frame.el (blink-cursor-start): Set timer first.
466 (blink-cursor-end): Ignore timer cancelling errors.
467 Suggested by Ken Manheimer.
468
469 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
470
471 * newcomment.el (comment-box): Call `comment-normalize-vars'.
472 Add autoload cookie.
473
474 2006-08-20 Richard Stallman <rms@gnu.org>
475
476 * simple.el (line-number-at-pos): Doc fix.
477
478 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
479 timer-activate-when-idle, so timer can run before Emacs becomes
480 non-idle again.
481
482 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
483
484 * whitespace.el (whitespace-cleanup-internal): New optional arg
485 REGION-ONLY. If it's non-nil, modify the message to the user
486 accordingly.
487 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
488 a non-nil argument.
489
490 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
491
492 * rect.el (spaces-string): Simplify and add doc string.
493
494 2006-08-17 Romain Francoise <romain@orebokech.com>
495
496 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
497
498 2006-08-17 Richard Stallman <rms@gnu.org>
499
500 * compare-w.el (compare-windows): lambda's take an arg and pass
501 it to compare-windows-skip-whitespace.
502
503 2006-08-17 Martin Rudalics <rudalics@gmx.at>
504
505 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
506 the right buffer.
507
508 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
511 removed files.
512
513 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
514
515 * progmodes/gdb-ui.el (gdb-locals-watch-map)
516 (gdb-locals-watch-map-1): Suppress keymap first.
517 (gdb-edit-locals-map-1): New variable.
518 (gdb-edit-locals-value): New function.
519 (gdb-stack-list-locals-handler): Use them.
520
521 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
524 cursor would normally be drawn in the fringe.
525
526 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
527 Reported by Martin Rudalics <rudalics@gmx.at>.
528
529 2006-08-16 Richard Stallman <rms@gnu.org>
530
531 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
532 (special-event-map): Process drag-n-drop events this way.
533
534 * simple.el (move-beginning-of-line): Test whether fields
535 would prevent motion back to line's first visible character.
536 If so, stop where the fields would stop the motion.
537
538 * newcomment.el (comment-indent): Fully update INDENT
539 before checking to see if it will change the text.
540
541 * cus-edit.el (custom-newline): New function.
542 (custom-mode-map): Bind newline to custom-newline.
543
544 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
545 into ignore-whitespace.
546 Check each buffer for its skip-function.
547 Handle compare-windows-skip-whitespace special-case test
548 by returning t from default skip function.
549
550 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
551
552 * textmodes/org.el (org-clock-special-range)
553 (org-clock-update-time-maybe): New functions.
554 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
555 not only a-z.
556 (org-agenda-get-blocks): Allow multiple blocks per headline.
557 (org-timestamp-change): Call `org-clock-update-time-maybe'.
558 (org-export-html-title-format)
559 (org-export-html-toplevel-hlevel): New options.
560 (org-export-language-setup): Add support for Czech.
561 (org-mode, org-insert-todo-heading, org-find-visible)
562 (org-find-invisible, org-invisible-p, org-invisible-p2)
563 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
564 (org-show-subtree, org-show-entry, org-make-options-regexp):
565 Remove compatibility support for old outline-mode.
566 (org-check-occur-regexp): Funtion removed.
567 (org-on-heading-p, org-back-to-heading): Made defalias.
568 (org-set-local): New defsubst.
569 (org-set-regexps-and-options, org-mode)
570 (org-set-font-lock-defaults, org-edit-agenda-file-list)
571 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
572 (org-remember-apply-template, org-table-edit-field)
573 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
574 (org-set-autofill-regexps): Use `org-set-local'.
575 (org-table-eval-formula): Fix bug with parsing of display flags.
576
577 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
578
579 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
580 frame with fringe arrow. Suggested by Simon Marshall
581 <simon.marshall@misys.com>.
582 (gdb-stack-position): New variable.
583 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
584 (gdb-frames-mode): Set gdb-stack-position to nil.
585 Add to overlay-arrow-variable-list
586 (gdb-reset): Delete gdb-stack-position from above list.
587
588 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
589
590 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
591 read only.
592
593 2006-08-13 Romain Francoise <romain@orebokech.com>
594
595 * cus-theme.el (customize-create-theme)
596 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
597
598 * filesets.el (filesets-add-buffer): Ditto.
599
600 * pcvs.el (cvs-change-cvsroot): Ditto.
601
602 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
603
604 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
605 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
606 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
607 expressions.
608 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
609 Only search till end of line.
610 Add face to function names in case of no filename.
611 Add face to variable names of watchpoints.
612
613 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
614
615 * cus-start.el <indent-tabs-mode>: Move to the `indent'
616 customization group.
617
618 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
619
620 * allout.el (allout-prior-bindings, allout-added-bindings):
621 Remove, after long deprecation.
622 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
623 Add customization vars controlling allout-beginning-of-line and
624 allout-end-of-line conveniences.
625 (allout-header-prefix, allout-use-mode-specific-leader)
626 (allout-use-mode-specific-leader, allout-mode-leaders):
627 Revise docstrings.
628 (allout-infer-header-lead): Change to be an alias for
629 allout-infer-header-lead-and-primary-bullet.
630 (allout-infer-header-lead-and-primary-bullet): New version of
631 allout-infer-header-lead which assigns the primary bullet to the
632 same as the header lead, when its being changed.
633 (allout-infer-body-reindent): Apply regexp-quote instead of
634 unconditionally prepending "\\", so that all literal
635 allout-header-prefix and allout-primary-bullet strings are
636 properly handled.
637 (allout-add-resumptions): Add optional qualifier for extending or
638 appending to existing values, rather than replacing them.
639 (allout-view-change-hook): Clarify docstring.
640 (allout-exposure-change-hook): Take explicit arguments, via
641 run-hook-with-args.
642 (allout-structure-added-hook)
643 (allout-structure-deleted-hook)
644 (allout-structure-shifted-hook): New hooks analogous to
645 allout-exposure-change-hook for other kinds of structural outline
646 edits.
647 (allout-encryption-plaintext-sanitization-regexps): New encryption
648 customization variable, by which cooperating modes can provde
649 massage of the plaintext without actually being passed it.
650 (allout-encryption-ciphertext-rejection-regexps)
651 (allout-encryption-ciphertext-rejection-ceiling): New encryption
652 customization variables, by which cooperating modes can prohibit
653 rare but possible ciphertext patterns from fouling their
654 operation, with actually being passed the ciphertext.
655 (allout-mode): Run activation and deactivation hooks after the
656 minor-mode variable has been toggled, to clarify the mode
657 disposition. The new encryption ciphertext rejection variable is
658 used to ensure that the ciphertext does not contain text that
659 would be recognized as outline structural elements by allout.
660 Substite allout-beginning-of-line and allout-end-of-line for
661 conventionall beginning-of-line and end-of-line bindings.
662 If allout-old-style-prefixes is non-nil, don't nullify it on mode
663 activation!
664 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
665 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
666 (allout-chart-subtree): Implement new mode, charting only the
667 visible items in the subtree, when new 'visible' parameter is non-nil.
668 (allout-end-of-subtree): Properly handle the last item in the buffer.
669 (allout-pre-command-business, allout-command-counter):
670 Increment an advertised counter so that cooperating enhancements can
671 track revisions of items.
672 (allout-open-topic): Run allout-structure-added-hook with suitable
673 arguments.
674 (allout-shift-in): Run allout-structure-shifted-hook with suitable
675 arguments.
676 (allout-shift-out): Fix doubling for negative args and ensure call
677 of allout-structure-shifted-hook by solely using allout-shift-in.
678 (allout-kill-line, allout-kill-topic):
679 Run allout-structure-deleted-hook with suitable arguments.
680 (allout-yank-processing): Run allout-structure-added-hook with
681 proper arguments.
682 (allout-yank): Enclose activity in allout-unprotected.
683 (allout-flag-region): Run allout-exposure-change-hook with
684 suitable arguments, instead of making the callee infer the arguments.
685 (allout-encrypt-string):
686 Support allout-encryption-plaintext-sanitization-regexps,
687 allout-encryption-ciphertext-rejection-regexps, and
688 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
689 en/de cryption mode in symmetric encryption failure message.
690 (allout-obtain-passphrase): Use copy-sequence to get a distinct
691 copy of the passphrase, and don't zero it or we'll corrupt the
692 stashed copy.
693 (allout-create-encryption-passphrase-verifier)
694 (allout-verify-passphrase): Respect the new signature for
695 allout-encrypt-string.
696 (allout-get-configvar-values): Convenience for getting a
697 configuration variable value and handling its absence gracefully.
698
699 2006-08-11 Romain Francoise <romain@orebokech.com>
700
701 * obsolete/zone-mode.el: Delete.
702
703 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
706
707 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
708
709 * emacs-lisp/bindat.el (bindat-ip-to-string):
710 Use `format-network-address' if possible.
711
712 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
713
714 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
715
716 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
717
718 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
719 restore unread-command-events here.
720 (edebug-display): Do it here, to detect sit-for interruptions.
721
722 2006-08-10 Romain Francoise <romain@orebokech.com>
723
724 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
725 (dns-mode-soa-auto-increment-serial): New user option.
726 (dns-mode-soa-maybe-increment-serial): New function.
727 (dns-mode): Add the latter to `write-contents-functions'.
728
729 * obsolete/zone-mode.el: Move to obsolete/ from net/.
730 Delete autoload cookies.
731
732 2006-08-10 John Wiegley <johnw@newartisans.com>
733
734 * eshell/em-glob.el (eshell-glob-chars-list)
735 (eshell-glob-translate-alist): Add support for [^g] in character globs.
736
737 2006-08-10 Richard Stallman <rms@gnu.org>
738
739 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
740 (facemenu-set-face): Doc fix.
741 (facemenu-listed-faces): Doc fix.
742
743 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
744
745 * avoid.el (mouse-avoidance-animating-pointer): New var.
746 (mouse-avoidance-nudge-mouse): Use it.
747 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
748 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
749 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
750 Don't activate if currently animating. All callers changed.
751
752 2006-08-09 John Wiegley <johnw@newartisans.com>
753
754 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
755 variable, which causes timeclock to report elapsed time worked,
756 instead of just work remaining.
757
758 2006-08-09 Kenichi Handa <handa@m17n.org>
759
760 * international/latexenc.el (latexenc-find-file-coding-system):
761 Fix for the case that the 2nd element of arg-list is a cons.
762
763 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
764
765 * info.el (Info-fontify-node): Handle preceding `in' for note
766 reference hiding rules.
767
768 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
771 mistake a closing " for an opening one.
772
773 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
774
775 * term/xterm.el (terminal-init-xterm): Add more key bindings.
776
777 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * complete.el (PC-do-completion): Filter out completions matching
780 completion-ignored-extensions before checking whether there are
781 multiple completions.
782 Don't use `list' unnecessarily when building completion tables.
783
784 2006-08-06 Richard Stallman <rms@gnu.org>
785
786 * help.el (describe-mode): Make minor mode list more concise.
787
788 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
789
790 * bindings.el: Give mode-line-format, mode-line-modes, and
791 mode-line-position `standard-value' properties.
792
793 2006-08-05 Eli Zaretskii <eliz@gnu.org>
794
795 * buff-menu.el (list-buffers-noselect): For Info buffers, use
796 "(file)node" instead of the file name.
797
798 2006-08-05 Richard Stallman <rms@gnu.org>
799
800 * faces.el (escape-glyph): Doc fix.
801
802 2006-08-04 Kenichi Handa <handa@m17n.org>
803
804 * international/mule-diag.el (describe-font): Improve docstring
805 and error message. Use frame-parameter (not frame-parameters).
806
807 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
810 Correctly mark the end-of-docstring char.
811
812 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
813
814 * simple.el (line-move-to-column): Constrain move-to-column to
815 current field.
816
817 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * font-lock.el (font-lock-beg, font-lock-end)
820 (font-lock-extend-region-functions): New vars.
821 (font-lock-extend-region-multiline)
822 (font-lock-extend-region-wholelines): New functions.
823 (font-lock-default-fontify-region): Use them.
824 (font-lock-extend-jit-lock-region-after-change): Only round up
825 if font-lock-default-fontify-region will do it as well.
826
827 * font-lock.el (font-lock-extend-after-change-region-function):
828 Rename from font-lock-extend-region-function.
829 (font-lock-extend-region): Remove by inlining at call sites.
830 (font-lock-after-change-function): Don't needlessly round up to a whole
831 number of lines.
832 (font-lock-extend-jit-lock-region-after-change): Be more careful about
833 the boundary conditions and the interactions between the various ways
834 to extend the region.
835
836 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
839 modification status when forcing the second redisplay.
840
841 2006-08-03 Kim F. Storm <storm@cua.dk>
842
843 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
844
845 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
848 doesn't look like a file name.
849
850 * complete.el (PC-expand-many-files): Avoid signalling an error when
851 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
852
853 2006-08-02 Andreas Schwab <schwab@suse.de>
854
855 * bindings.el (mode-line-format): Simplify reference to vc-mode.
856
857 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
858
859 * bindings.el (map): Make mode-line-buffer-identification-keymap
860 before defining propertized-buffer-identification.
861
862 2006-08-01 Richard Stallman <rms@gnu.org>
863
864 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
865
866 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
867
868 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
869 default value.
870 (gdb-find-source-frame): New function.
871 (menu): Add to menu bar.
872
873 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * font-core.el (font-lock-extend-region-function)
876 (font-lock-extend-region): Move to font-lock.el.
877
878 * font-lock.el (font-lock-extend-region-function)
879 (font-lock-extend-region): Move from font-core.el. Simplify.
880
881 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
882 if needed.
883 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
884 (jit-lock-after-change-extend-region-functions): New hook.
885 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
886
887 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
888 (font-lock-turn-on-thing-lock): Use it.
889
890 * longlines.el (longlines-show-region): Make it work on read-only
891 buffers as well.
892
893 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
896
897 2006-07-31 Richard Stallman <rms@gnu.org>
898
899 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
900 (vhdl-speedbar-display-projects): Update old obsolete
901 speedbar variable names.
902
903 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
904
905 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
906 (gdb-stopped): Use it.
907
908 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
909
910 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
911
912 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
913 for load-history elements.
914
915 2006-07-29 Eli Zaretskii <eliz@gnu.org>
916
917 * files.el (convert-standard-filename): For Cygwin, replace
918 characters not allowed in Windows file names.
919 (make-auto-save-file-name): Add Cygwin to the list of systems
920 where the auto-save file name needs to be run through
921 convert-standard-filename.
922
923 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
924
925 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
926
927 2006-07-28 Richard Stallman <rms@gnu.org>
928
929 * bindings.el (mode-line-frame-identification)
930 (propertized-buffer-identification): Centralize the code
931 to initialize the variable.
932
933 * progmodes/grep.el (grep-default-command): Catch errors from
934 wildcard-to-regexp.
935
936 2006-07-29 Kim F. Storm <storm@cua.dk>
937
938 * progmodes/grep.el (grep-tag-default): New function.
939 (grep-default-command, grep-read-regexp): Use it.
940 (grep-read-files): Use car of grep-files-history or grep-files-aliases
941 as default if nothing else applies.
942
943 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
944
945 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
946 Throw error if buffer is not in Dired and Wdired mode, respectively.
947
948 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
949
950 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
951 self-insert-command keys don't activate buttons.
952 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
953
954 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
955
956 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
957 faces for enable character.
958
959 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
960
961 * Makefile.in (recompile): Update comment to reflect change
962 on 2004-04-21.
963
964 2006-07-27 Richard Stallman <rms@gnu.org>
965
966 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
967 (customize-package-emacs-version): Change msg when pkg has no entry.
968 (custom-no-edit): On a button, do like widget-button-press.
969
970 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
973 S-tab and C-S-tab.
974
975 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
976
977 * progmodes/which-func.el (which-function): Fix documentation/
978 comment typo.
979
980 2006-07-26 Richard Stallman <rms@gnu.org>
981
982 * textmodes/ispell.el (ispell-word): If we replace the word,
983 move point to the end. Insert before deleting.
984
985 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
986
987 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
988 a timer.
989
990 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
991
992 * tumme.el (tumme-backward-image): Add prefix argument. Add error
993 when at first image.
994 (tumme-forward-image): Add prefix argument. Add error when at last
995 image.
996
997 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * tabify.el (tabify-regexp): Use more specific regexps.
1000 (tabify): Avoid modifying the buffer unnecessarily.
1001
1002 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1003
1004 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1005 (tumme-format-properties-string): Handle empty `buf'.
1006 (tumme-get-comment): Change variable names inside `let'.
1007 Add missing `let' variable that cause font-lock problems.
1008 (tumme-write-comments): Change variable names inside `let'.
1009 Add missing `let' variable that cause font-lock problems.
1010 (tumme-forward-image): Rename from `tumme-forward-char'.
1011 (tumme-backward-image): Rename from `tumme-backward-char'.
1012
1013 2006-07-25 Masatake YAMATO <jet@gyve.org>
1014
1015 * progmodes/ld-script.el (ld-script-keywords)
1016 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1017 and add comments.
1018
1019 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1020
1021 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1022 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1023 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1024 for status indicator.
1025
1026 2006-07-24 Richard Stallman <rms@gnu.org>
1027
1028 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1029
1030 * subr.el (dolist, dotimes): Use interned symbols for locals.
1031 (--dotimes-limit--, --dolist-tail--): New defvars.
1032 (looking-back): Doc fix.
1033
1034 * replace.el (replace-match-string-symbols): Handle dotted lists.
1035
1036 2006-07-24 mathias <mathias@mattis>
1037
1038 * tumme.el (tumme-write-tags): Add.
1039 (tumme-write-comments): Add.
1040 (tumme-tag-files): Change to use `tumme-write-tags'.
1041 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1042 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1043 (tumme-save-information-from-widgets): Change to use
1044 `tumme-write-comments' and `tumme-write-tags'.
1045 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1046 (tumme-write-tag): Remove.
1047 (tumme-write-comment): Remove.
1048 (tumme-display-previous-thumbnail-original): Remove empty line.
1049 (tumme-widget-list): Add punctuation.
1050
1051 2006-07-24 mathias <mathias.dahl@gmail.com>
1052
1053 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1054
1055 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1056
1057 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1058 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1059 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1060
1061 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1062
1063 * mouse.el (mouse-on-link-p): Doc fix.
1064
1065 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1066
1067 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1068 Handle "C-h f `".
1069
1070 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1071
1072 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1073 column.
1074
1075 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1076
1077 * textmodes/table.el: Add move-beginning-of-line and
1078 move-end-of-line to Point Motion Only Group.
1079
1080 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1081
1082 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1083
1084 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1085
1086 * startup.el (user-mail-address): Initialize from the `EMAIL'
1087 environment variable first. Document this.
1088 (command-line): Ditto.
1089
1090 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1091
1092 * help-mode.el (help-function-def, help-variable-def)
1093 (help-face-def): Print a message in the minibuffer.
1094
1095 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1096
1097 * term/xterm.el (terminal-init-xterm): Fix key bindings
1098 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1099
1100 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1101
1102 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1103 where `(nth 1 command)' is a cons cell. Doc fix.
1104
1105 * textmodes/po.el (po-find-charset): Doc fix.
1106
1107 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1108
1109 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1110 (allout-beginning-of-current-line, allout-end-of-current-line)
1111 (allout-next-visible-heading, allout-open-topic)
1112 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1113 (allout-flag-current-subtree, allout-show-to-offshoot)
1114 (allout-hide-current-entry, allout-show-current-branches)
1115 (allout-hide-region-body, allout-old-expose-topic)
1116 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1117 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1118 containing `beginning-of-line' and `end-of-line' with
1119 `inhibit-field-text-motion' t.
1120
1121 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1122
1123 * frame.el (focus-follows-mouse): Document that it doesn't have
1124 any effect on MS-Windows.
1125
1126 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1129
1130 2006-07-20 Jay Belanger <belanger@truman.edu>
1131
1132 * calc.el (calc-previous-alg-entry): Remove variable.
1133
1134 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1135 New variables.
1136 (calc-alg-entry): Use `calc-alg-entry-history'.
1137 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1138 Remove reference to `calc-previous-alg-entry'.
1139 (calcAlg-edit, calcAlg-enter): Remove reference to
1140 `calc-previous-alg-entry'.
1141 (calcAlg-previous): Use `previous-history-element' instead of
1142 `calc-previous-alg-entry'.
1143 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1144 Change keybinding for `calcAlg-plus-minus', add keybindings for
1145 `previous-history-element' and `next-history-element'.
1146
1147 * calc-rewr.el (calc-match): Remove reference to
1148 `calc-previous-alg-entry'.
1149
1150 * calc-sel.el (calc-selection-history): New variable.
1151 (calc-enter-selection, calc-sel-mult-both-sides)
1152 (calc-sel-add-both-sides): Use `calc-selection-history'.
1153
1154 * calc-map.el (calc-get-operator-history): New variable.
1155 (calc-get-operator): Use `calc-get-operator-history'.
1156
1157 * calcalg3.el (calc-curve-fit-history): New variable.
1158 (calc-curve-fit): Use `calc-curve-fit-history'.
1159
1160 2006-07-20 Kenichi Handa <handa@m17n.org>
1161
1162 * international/mule-cmds.el (select-safe-coding-system): Fix the
1163 way of deciding eol-type of the coding system.
1164
1165 2006-07-20 Alan Mackenzie <acm@muc.de>
1166
1167 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1168 (c-lang-setvar): New macro.
1169 (c-make-init-lang-vars-fun): Use the initialization forms in
1170 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1171 (comment-start, comment-end, comment-start-skip): Change these from
1172 c-lang-defvar's to c-lang-setvar's.
1173
1174 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1175 which calls make-local-variable on the elements of
1176 c-emacs-variable-inits.
1177 (c-init-language-vars-for): Call this new macro.
1178
1179 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1182 Try to rule out false positives due to time stamps.
1183 (compilation-mode-font-lock-keywords): Remove rules made redundant
1184 because of the above change. Add `segmentation fault' to the known and
1185 highlighted compilation termination messages.
1186
1187 2006-07-19 Kim F. Storm <storm@cua.dk>
1188
1189 * progmodes/grep.el (grep-find-ignored-directories):
1190 Add .svn and _darcs to list.
1191
1192 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1193
1194 * dired.el (dired-mode-map): Add key binding `C-te' for
1195 `tumme-dired-edit-comment-and-tags'.
1196
1197 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1198 image display buffer is displayed before call to
1199 `tumme-display-image.
1200 (tumme-dired-display-image): Make sure image display buffer is
1201 displayed before call to `tumme-display-image.
1202 (tumme-mouse-display-image): Make sure image display buffer is
1203 displayed before call to `tumme-display-image.
1204 (tumme-widget-list): Add.
1205 (tumme-dired-edit-comment-and-tags): Add.
1206 (tumme-save-information-from-widgets): Add.
1207
1208 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1211
1212 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1215 Revert inadvertently installed patch hunk.
1216
1217 * progmodes/compile.el (compilation-find-file): Handle the
1218 cases where the user selects a non-existent file.
1219
1220 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1223
1224 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * subr.el (sit-for): Just sleep-for if noninteractive.
1227
1228 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1229
1230 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1231
1232 * custom.el (custom-autoload): Add `noset' argument.
1233 (custom-push-theme): Don't autoload the variable, let callers do it.
1234 (custom-theme-set-variables): Autoload the variable if necessary.
1235
1236 * cus-edit.el (custom-variable-state-set): If the variable was
1237 originally set outside custom, but to the same value as the default,
1238 consider it to be standard.
1239
1240 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1241 file *before* telling Emacs to add the autoloads, in case it fails.
1242
1243 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1244 Use `cond', push', and `dolist'.
1245
1246 2006-07-17 Richard Stallman <rms@gnu.org>
1247
1248 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1249 Add defvars to silence warnings.
1250
1251 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1254 Don't highlight "Compiling file" messages as error.
1255
1256 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1257 file already exists.
1258
1259 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1260
1261 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1262 entry, don't assign to free var; simply return the extracted filename.
1263 (ff-treat-as-special): Incorporate common preamble from callers.
1264 (ff-other-file-name, ff-find-the-other-file):
1265 Update call to ff-treat-as-special.
1266
1267 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1268
1269 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1270
1271 * tumme.el (tumme-get-comment): Fix bug.
1272
1273 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * files.el: Remove spurious * in docstrings.
1276
1277 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1278
1279 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1280 grammar.
1281 (allout-beginning-of-current-line): Beware beginning of buffer.
1282 Also, a comment is simplified.
1283 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1284 when appropriate. (This fix enables use for other than
1285 bullet-hotspot operation.)
1286 (allout-hide-current-subtree): While escalating to sibling-close,
1287 make sure to situate on a topic.
1288
1289 2006-07-14 Kim F. Storm <storm@cua.dk>
1290
1291 * emulation/cua-base.el (cua-delete-selection)
1292 (cua-toggle-set-mark): New defcustoms.
1293 (cua-rectangle-modifier-key): Add `alt' modifier.
1294 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1295 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1296 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1297
1298 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1299
1300 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1301
1302 * allout.el: Require 'cl during byte-compilation/interactive load,
1303 for the `assert' macro.
1304 (allout-mode-deactivate-hook): New hook, run when allout mode
1305 deactivates.
1306 (allout-developer): New allout customization subgroup.
1307 (allout-run-unit-tests-on-load): New allout-developer
1308 customization variable, when true allout unit tests are run towards
1309 end of file load/eval.
1310 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1311 auto-fill-mode.
1312 (allout-resumptions): Remove, to be replaced by...
1313 (allout-add-resumptions): Register variable settings to be
1314 reinstated by `allout-do-resumptions'. The settings are made
1315 buffer-local, but the locality/globality of the suspended setting
1316 is restored on resumption.
1317 (allout-do-resumptions): Reinstate all settings suspended using
1318 `allout-add-resumptions'.
1319 (allout-test-resumptions): Unit tests (and intermediate variables)
1320 for resumptions.
1321 (allout-tests-globally-unbound, allout-tests-globally-true)
1322 (allout-tests-locally-true): Intermediate variables for
1323 resumptions unit tests.
1324 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1325 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1326 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1327 instead of retired `allout-resumptions'. For hook functions, use
1328 `local' parameter so hook settings are created and removed as
1329 buffer-local settings. Revise (resumptions) setting
1330 auto-fill-function so it is set only if already active. (The
1331 related fill-function settings are all made in either case, so
1332 that activating auto-fill-mode activity will have the custom
1333 allout-mode behaviors (hanging indent on topics, if configured for it).
1334 Remove all allout-exposure-category overlays on mode deactivation.
1335 (allout-hotspot-key-handler): New function extracted from
1336 `allout-pre-command-business', so the functionality can be used
1337 for other purposes, eg as a binding in an overlay.
1338 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1339 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1340 customization variable.
1341 (allout-run-unit-tests): Run the (currently quite small)
1342 repertoire of unit tests. Called just before the provide iff user
1343 has customized `allout-run-unit-tests-on-load' non-nil.
1344
1345 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1346
1347 * emacs-lisp/authors.el (authors-aliases): Update.
1348
1349 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1350
1351 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1352 gdb-source-window. Add dedicated argument.
1353 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1354 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1355 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1356 (gdb-display-locals-buffer): Use it.
1357
1358 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1359 Set gdb-source-window.
1360
1361 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1364 minor modes, redundant with the custom-autoload line above.
1365
1366 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * longlines.el (longlines-post-command-function): Handle open-line too.
1369
1370 2006-07-12 Richard Stallman <rms@gnu.org>
1371
1372 * progmodes/grep.el (grep-last-buffer): Doc fix.
1373
1374 * info.el (Info-try-follow-nearest-node): Doc fix.
1375
1376 * emacs-lisp/edebug.el (edebug-instrument-function):
1377 Err if find-function-noselect gives no position.
1378
1379 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1380 If can't find definition, return nil for position.
1381 (find-function-do-it): Handle new return value
1382 of find-definition-noselect.
1383 (find-definition-noselect, find-variable-noselect): Doc fix.
1384 (find-function-noselect): Doc fix.
1385
1386 * help-mode.el (help-variable-def): Handle find-variable-noselect
1387 returning no position.
1388 (help-function-def): Likewise for find-function-search-for-symbol.
1389 (help-face-def): Likewise.
1390
1391 * help-fns.el (describe-variable): Handle find-variable-noselect
1392 returning no position.
1393
1394 * files.el (locate-file-completion): Avoid duplicates in result.
1395
1396 * cus-edit.el (custom-no-edit): New command.
1397 (custom-mode-map): Remap to custom-no-edit instead of
1398 using suppress-keymap.
1399
1400 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1401
1402 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1403 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1404 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1405
1406 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1407
1408 2006-07-11 Kim F. Storm <storm@cua.dk>
1409
1410 * ido.el (ido-copy-current-file-name): Use buffer-name if
1411 buffer-file-name is nil.
1412
1413 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * simple.el (undo-ask-before-discard): Set to nil.
1416
1417 * vc.el (vc-exec-after): Don't delete process manually.
1418 (vc-print-log): Run log-view-mode in process sentinel inside
1419 inhibit-read-only. Don't shrink window due to timing issues.
1420
1421 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1422 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1423
1424 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1427 Fix ambiguity introduced by last change.
1428 (compilation-find-file): Move save-excursion to where it may
1429 make sense. Fix a left over `find-file'.
1430
1431 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1432
1433 * textmodes/texinfmt.el (texinfo-format-separate-node):
1434 Insert a string before point, which fits documentation, not after.
1435 (texinfo-multitable-item): In a multitable row, insert any
1436 additional needed @tabs and spaces.
1437
1438 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1441 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1442 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1443 instead of shell-command.
1444 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1445 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1446 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1447 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1448 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1449 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1450
1451 2006-07-11 Kim F. Storm <storm@cua.dk>
1452
1453 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1454 Remove special case for seconds < 0. Use (redisplay t) instead.
1455
1456 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1459 avoid compilation error.
1460
1461 * subr.el (sit-for): New function.
1462
1463 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1464
1465 2006-07-10 Richard Stallman <rms@gnu.org>
1466
1467 * ldefs-boot.el (edebug): Update page.
1468
1469 2006-07-10 Kim F. Storm <storm@cua.dk>
1470
1471 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1472 to FOR-RELEASE and TODO.
1473
1474 2006-07-10 Romain Francoise <romain@orebokech.com>
1475
1476 * emacs-lisp/authors.el (authors-aliases): Update.
1477
1478 2006-07-10 Alan Mackenzie <acm@muc.de>
1479
1480 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1481 * cc-mode.el: Changes to eradicate eval-after-load.
1482
1483 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1486 on non-char events.
1487
1488 2006-07-09 Romain Francoise <romain@orebokech.com>
1489
1490 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1491 Don't highlight start/end markers as compilation messages.
1492
1493 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1494 to t.
1495
1496 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1499
1500 2006-07-08 Richard Stallman <rms@gnu.org>
1501
1502 * term/x-win.el (x-handle-display): Add doc string.
1503
1504 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1505
1506 * subr.el (def-edebug-spec): Move here.
1507 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1508
1509 * imenu.el (imenu-choose-buffer-index): Doc fix.
1510
1511 2006-07-08 Romain Francoise <romain@orebokech.com>
1512
1513 * term/x-win.el (x-display-name): Fix typo.
1514
1515 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1516
1517 * hexl.el (hexl-find-file): Doc fix.
1518
1519 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1520
1521 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * term/x-win.el (x-display-name): Doc fix.
1524
1525 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1528 long prefixes.
1529 (fill-region-as-paragraph): Don't round up to a whole line.
1530 (fill-comment-paragraph): Don't include the code-before-the-comment
1531 when calling fill-region-as-paragraph.
1532
1533 * international/mule.el (make-char): Remove redundancy.
1534
1535 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1536 property may contain an anonymous function rather than a symbol.
1537
1538 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1539
1540 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1541 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1542
1543 * dirtrack.el (dirtrack-default-directory-function): Remove.
1544 (dirtrack-directory-function): Use file-name-as-directory.
1545 (dirtrack-windows-directory-function): Simplify.
1546 (dirtrack-forward-slash, dirtrack-backward-slash)
1547 (dirtrack-replace-slash): Remove.
1548 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1549 (dirtrack): Fix wrong parenthesizing; use match-string.
1550
1551 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1552 (inferior-octave-mode): Only change the buffer-local value of
1553 comint-dynamic-complete-functions.
1554 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1555 Move the initialization to the declaration.
1556 (inferior-octave-complete): Remove unused var `filter'.
1557
1558 * shell.el (shell-mode): Only change the buffer-local value of
1559 comint-dynamic-complete-functions.
1560
1561 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1562
1563 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1564 entry is skipped because it has been scheduled.
1565 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1566 changing `:org-archived' and `:org-comment' properties.
1567
1568 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * server.el (server-select-display): Don't make the temp frame
1571 minibuffer-only, in case it's not a temp frame.
1572 (server-process-filter): Don't delete the temp frame if it's the
1573 only one we have on that display.
1574
1575 * files.el (find-alternate-file): Doc fix.
1576
1577 2006-07-05 Richard Stallman <rms@gnu.org>
1578
1579 * files.el (abbreviate-file-name): Add save-match-data.
1580
1581 2006-07-03 Richard Stallman <rms@gnu.org>
1582
1583 * faces.el (read-face-name): Doc fix.
1584
1585 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1588
1589 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1590
1591 * vc.el (vc-diff-internal): Fix prev change.
1592
1593 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1594
1595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1596 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1597
1598 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1601 fails if the symbol contains chars like ( or '.
1602 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1603 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1604 `short'.
1605
1606 2006-07-04 Kenichi Handa <handa@m17n.org>
1607
1608 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1609 the current one, don't call set-language-environment, but call one
1610 of set-language-environment-XXX to make INFO effective now.
1611 (set-language-environment): Call set-language-environment-XXX
1612 functions instead of doing the various setups directly.
1613 (set-language-environment-coding-systems): Delete argument eol-type.
1614 (set-language-environment-input-method)
1615 (set-language-environment-nonascii-translation)
1616 (set-language-environment-charset)
1617 (set-language-environment-fontset)
1618 (set-language-environment-unibyte): New functions.
1619
1620 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1621
1622 * locate.el (locate-update-when-revert): New option.
1623 (locate-update-path): New option (suggested by Michael Albinus).
1624 (locate-prompt-for-command): Whitespace change.
1625 (locate-update): No longer offer to update the locate database by
1626 default. Implement the two new options.
1627
1628 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1629
1630 * tooltip.el: Move comment about track-mouse...
1631
1632 * progmodes/gud.el: ...to here.
1633
1634 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * facemenu.el (facemenu-listed-faces): New var.
1637 (facemenu-unlisted-faces): Variable deleted.
1638 (facemenu-add-new-face): Use facemenu-listed-faces.
1639
1640 * emulation/viper-init.el, calendar/calendar.el:
1641 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1642
1643 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1644
1645 * textmodes/org.el (org-mode): Remove no invalid settings for
1646 calc embedded mode.
1647 (org-mode-p): New defsubst.
1648 (org-save-all-org-buffers): New function.
1649 (org-first-headline-recenter): Enclose outline-regexp in group
1650 delimiters.
1651 (org-set-tags): Keep single space after stars.
1652
1653 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * window.el (set-window-text-height): Only set window-min-height to
1656 1 if that's the requested size.
1657
1658 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1659 (diff-unified->context, diff-context->unified)
1660 (diff-reverse-direction): Make sure the end marker stays at the end.
1661 (diff-mode): Add the keymap table at the end of docstring.
1662 Use lexical-let rather than constructing a closure manually.
1663
1664 * files.el (find-file-noselect-1): Remove unused var assignment.
1665 (hack-local-variables-confirm): Print lists of strings as lists of
1666 strings rather than lists of symbols.
1667 (abbreviate-file-name, hack-local-variables-prop-line):
1668 Use match-string.
1669 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1670 (recover-session-finish): Use line-end-position.
1671
1672 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1673
1674 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1675
1676 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1677
1678 * progmodes/make-mode.el (makefile-macroassign-regex):
1679 Accept preceding keyword.
1680 (makefile-gmake-statements): Reorganize, now that makepp has
1681 "override" and also handle forgotten "override define".
1682 (makefile-makepp-statements): Add new "global", "override export"
1683 and "override global".
1684
1685 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1686
1687 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1688 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1689 (ada-no-auto-case): Fix typos in docstrings.
1690
1691 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1692
1693 * info.el (Info-find-node-2): Search for makeinfo version more
1694 carefully.
1695
1696 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1697
1698 * textmodes/org.el (org-prepare-agenda-buffers):
1699 Use `invisible-OK' argument for `org-end-of-subtree'.
1700 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1701 (org-beginning-of-item): Fix bug in regular expression for white line.
1702 (org-export-as-html): Enforce space after bullet in plain list items.
1703 (org-set-autofill-regexps): Require space after plain list bullet
1704 for paragraph-start.
1705 (org-ts-regexp3): New constant.
1706 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1707 (org-timestamp-up-day, org-timestamp-down-day)
1708 (org-timestamp-change): Work with inactive timestamps.
1709 (org-ts-regexp1): Don't allow brackets in time stamps.
1710
1711 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1714 for ignoring links.
1715
1716 * faces.el (read-face-name): Use it.
1717
1718 2006-06-28 Juri Linkov <juri@jurta.org>
1719
1720 * buff-menu.el (list-buffers-noselect): Compare Info file
1721 with the string "dir" to detect Info directory.
1722
1723 * complete.el (partial-completion-mode): In lambda for
1724 `choose-completion-string-functions' use full function signature
1725 with 4 args, and move point to the end of the minibuffer only if arg
1726 `mini-p' is non-nil.
1727
1728 2006-06-28 John Paul Wallington <jpw@pobox.com>
1729
1730 * ibuffer.el (ibuffer-mode): Doc fix.
1731
1732 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1733
1734 * textmodes/org.el (org-context): New contexts :item-bullet,
1735 :latex-fragment, :latex-preview.
1736 (org-overlays-at, org-overlay-start, org-overlay-end):
1737 New compatibility functions.
1738 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1739 exact regexp that will be used during export.
1740 (org-latex-regexps): New variable.
1741 (org-cdlatex-mode): Improve advice for `texmathp'.
1742 (turn-on-org-cdlatex): New function.
1743
1744 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1745
1746 * term/mac-win.el (mac-handle-font-selection): Change keys of
1747 mac-atsu-font-table from strings to numbers.
1748 (mac-ts-caret-position): Use also when cursor-type is nil.
1749 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1750 Relax condition for using overlay strings.
1751 Use mac-ts-caret-position face when cursor-type is nil.
1752
1753 2006-06-26 Kim F. Storm <storm@cua.dk>
1754
1755 * help.el (view-emacs-news): Declare `res' in the right let* form.
1756
1757 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/rcompile.el (remote-compile): Replace ange-ftp based
1760 implementation by Tramp functions.
1761 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1762
1763 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1764
1765 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1766
1767 * international/fontset.el (setup-default-fontset): Fix a typo in
1768 the "Oriya-Akruti" registry name.
1769
1770 2006-06-23 Lars Hansen <larsh@soem.dk>
1771
1772 * desktop.el (desktop-full-file-name): New function.
1773 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1774 (desktop-revert): Use it.
1775 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1776 (desktop-after-read-hook): Add option list-buffers.
1777 (desktop-locals-to-save): Add tab-width.
1778 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1779 Fix docstring.
1780
1781 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1782
1783 * textmodes/org.el (org-cdlatex-mode-map)
1784 (org-cdlatex-texmathp-advice-is-done): New variables.
1785 (org-cdlatex-mode): New minor mode.
1786 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1787 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1788 (org-export-with-archived-trees): New option.
1789 (org-open-file): Remove the call to `convert-standard-filename'.
1790 (org-archive-tag, org-agenda-skip-archived-trees)
1791 (org-cycle-open-archived-trees)
1792 (org-sparse-tree-open-archived-trees): New options.
1793 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1794 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1795 New functions.
1796 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1797 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1798 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1799 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1800 Call `org-prepare-agenda-buffers'.
1801 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1802 (org-file-apps, org-file-apps-defaults-gnu)
1803 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1804 Handle remote files by forcing them to be opened in Emacs.
1805
1806 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1807
1808 * vc.el (vc-diff-knows-L): New variable.
1809 (vc-diff-internal): Use it to handle "diff" programs that don't
1810 understand -L. This works automatically, no user action is necessary.
1811
1812 2006-06-23 Daniel Brockman <daniel@brockman.se>
1813
1814 * net/rcirc.el (rcirc-default-user-full-name): Default to
1815 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1816 longer exists).
1817 (rcirc-process-list): Check `buffer-live-p' before attempting to
1818 switch to a buffer.
1819
1820 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1821
1822 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1823 based on rcirc-coding-system-alist.
1824
1825 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1826
1827 * cus-edit.el (customize-apropos): A better error message.
1828 (top level) <debug-ignored-errors>: Extend and update the list of
1829 ignored error messages.
1830
1831 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1832
1833 * complete.el (PC-do-completion): Retain capitalization of user
1834 input, when possible, even if completion-ignore-case is set.
1835
1836 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1837
1838 * generic-x.el (bat-generic-mode): Support .cmd files.
1839
1840 * dos-w32.el (top level): Use find-file-not-found-functions
1841 instead of the obsolete find-file-not-found-hooks.
1842
1843 2006-06-22 Kim F. Storm <storm@cua.dk>
1844
1845 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1846 to recognize mode name containing submodes, such as Grep/lw.
1847
1848 2006-06-21 Kim F. Storm <storm@cua.dk>
1849
1850 * simple.el (line-move-1): Check for move-end-of-line instead of
1851 end-of-line when setting temporary-goal-column.
1852
1853 2006-06-21 Miles Bader <miles@gnu.org>
1854
1855 * play/cookie1.el (cookie): Work properly when there's only one entry.
1856
1857 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1858
1859 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1860 (gdb-frame-handler): Generalize frame regexp for templates.
1861
1862 2006-06-20 Glenn Morris <rgm@gnu.org>
1863
1864 * calendar/appt.el (appt-display-format): Default value must be
1865 one of the customize options.
1866
1867 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1868
1869 * term/xterm.el (terminal-init-xterm): Update key availability info.
1870 Bind C-return.
1871
1872 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1873
1874 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1877 whether or not a local variables list is defined.
1878
1879 * msb.el (msb): Move `sit-for' hack here to handle both
1880 "mouse-down and drag" and "mouse-up and select" situations.
1881 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1882
1883 2006-06-20 Kenichi Handa <handa@m17n.org>
1884
1885 * international/characters.el (word-combining-categories):
1886 Add entries for 2-byte Han characters.
1887
1888 2006-06-19 Richard Stallman <rms@gnu.org>
1889
1890 * bindings.el (mode-line-format): Save some mode line space.
1891
1892 * files.el (find-file-noselect): Improve the question wording.
1893 (basic-save-buffer-2): Mask UMASK against 666.
1894
1895 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1896 (mouse-drag-vertical-line): Call it.
1897
1898 * cus-edit.el (customize-option, customize-option-other-window):
1899 Error if SYMBOL is nil.
1900
1901 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1902
1903 * textmodes/org.el: Require noutline, also on XEmacs.
1904 (org-end-of-subtree): Return point.
1905 (org-dblock-start-re, org-dblock-end-re): New constants.
1906 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1907 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1908 (org-update-all-dblocks, org-find-dblock): New functions.
1909 (org-collect-clock-time-entries): New function.
1910 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1911 (org-fixup-indentation): Modify to deal correctly with lines
1912 starting with TAB. Only one argument DIFF now.
1913 (org-demote, org-promote): Call `org-fixup-indentation' with just
1914 one argument, DIFF.
1915 (org-mode): Don't mark buffer as modified when aligning tables.
1916 (org-clock-sum): Don't mark buffer modified when adding time sum
1917 properties.
1918 (org-export-as-html): Add support for a link validation function.
1919 (org-archive-all-done): New function.
1920 (org-archive-subtree): New prefix argument. When set, archive all
1921 done subtrees in this buffer.
1922 (org-remove-clock-overlays)
1923 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1924 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1925 (org-put-clock-overlay): Don't swallow last headline character
1926 when displaying overlay.
1927 (org-store-link): Link to `image-mode' with just the file name.
1928
1929 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1930
1931 * viper-cmd.el (viper-special-read-and-insert-char):
1932 Use read-key-sequence.
1933 (viper-after-change-undo-hook): Misc enhancements.
1934 (viper-after-change-undo-hook): New hook.
1935 (viper-undo): Use viper-after-change-undo-hook.
1936 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1937 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1938 clicking on that widget/button.
1939
1940 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1941
1942 * ediff-diff (ediff-test-patch-utility): Catch errors.
1943 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1944 (ediff-set-actual-diff-options): New function.
1945 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1946 Use ediff-set-actual-diff-options.
1947 (ediff-extract-diffs): Catch errors.
1948 (ediff-whitespace): Add non-breakable space.
1949 (ediff-same-file-contents): Catch errors.
1950
1951 * ediff-mult.el (ediff-collect-custom-diffs):
1952 Save coding-system-for-read.
1953
1954 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1955 (ediff-vc-internal, ediff-vc-merge-internal):
1956 Use ediff-delete-version-file.
1957 (ediff-delete-version-file): New function.
1958
1959 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1960
1961 * ediff.el (ediff-directories, ediff-directory-revisions)
1962 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1963 (ediff-directories-internal, ediff-merge-directory-revisions)
1964 (ediff-merge-directory-revisions-with-ancestor)
1965 (ediff-directories3): Use read-directory-name.
1966
1967 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1968
1969 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1970 Remove superfluous part of regexp for brace matching which is handled
1971 by `scan-lists' call.
1972
1973 2006-06-16 Richard Stallman <rms@gnu.org>
1974
1975 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1976
1977 * files.el (basic-save-buffer-2): For a new precious file,
1978 use the default modes in the return value.
1979
1980 * facemenu.el (facemenu-color-alist): Doc fix.
1981
1982 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1983
1984 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1985
1986 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1987
1988 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1989 (mac-utxt-to-string): Use it.
1990 (mac-ts-update-active-input-area): Use mac-ae-number.
1991
1992 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1993
1994 * term.el (term-handle-scroll, term-delete-lines)
1995 (term-insert-lines): Fix off by one errors.
1996
1997 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1998
1999 * net/tramp.el (tramp-touch): Use UTC to express time.
2000
2001 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * mail/sendmail.el (mail-send): Search explicitly for
2004 mail-header-separator when checking for corrupted header lines.
2005
2006 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2007
2008 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2009 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2010 (gdb-init-1): Initialise them.
2011 (gdb-starting): Reset gdb-printing
2012 (gdb-starting): Save value of gud-overlay-arrow-position.
2013 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2014 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2015 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2016 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2017
2018 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2021
2022 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2023
2024 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2025 (ldap-search-internal): Keep error messages, and a regexp fix.
2026
2027 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2028
2029 * files.el (hack-local-variables-confirm):
2030 Display string value using its printed representation.
2031
2032 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * server.el (server-edit): No-op if no server buffers exist.
2035
2036 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2037
2038 * textmodes/page-ext.el (pages-directory-for-addresses):
2039 Including `pages-directory-address-mode' in the function results
2040 in the message "Buffer in which pages were found is deleted".
2041
2042 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2043
2044 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2045 clocking functions.
2046
2047 (org-agenda-clock-in, org-check-running-clock)
2048 (org-clock-out-if-current, org-remove-clock-overlays)
2049 (org-put-clock-overlay): New functions.
2050 (org-clock-marker, org-clock-file-total-minutes)
2051 (org-clock-overlays): New variables.
2052 (org-clock-display, org-clock-sum, org-clock-cancel)
2053 (org-clock-out, org-clock-in): New commands.
2054 (org-export): New function.
2055 (org-emph-re): New constant.
2056 (org-set-emph-re, org-do-emphasis-faces): New functions.
2057 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2058 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2059 (org-export-html-convert-emphasize): Use the configurable emphasis.
2060 (org-cleaned-string-for-export): Make multiline emphasis visible
2061 to the exporter. New optional argument PARAMETERS.
2062 (org-export-as-html): Specify :emph-multiline parameter to
2063 `org-cleaned-string-for-export'.
2064
2065 2006-06-10 Richard Stallman <rms@gnu.org>
2066
2067 * help.el (help-for-help-internal): Clean up help text.
2068
2069 2006-06-10 Andreas Schwab <schwab@suse.de>
2070
2071 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2072 in doc string.
2073
2074 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2075
2076 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2077
2078 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2079 spaces after the comment start.
2080
2081 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2082
2083 * play/pong.el (pong-init-buffer):
2084 Fill buffer with spaces instead of ^A.
2085
2086 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2087 launched asynchronously, delete its process instead of being cool.
2088 (ispell-async-processp): Check for `delete-process' existence
2089 instead of `kill-process' one for consistency.
2090
2091 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2092
2093 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2094 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2095 in mode line at startup.
2096
2097 2006-06-08 Kim F. Storm <storm@cua.dk>
2098
2099 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2100 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2101 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2102 (ido-file-internal): Pass full file name to write-file.
2103 (ido-read-internal): Only pop stack elements automatically if they
2104 actually match an existing directory or file name.
2105
2106 2006-06-07 Kenichi Handa <handa@m17n.org>
2107
2108 * international/mule.el (find-auto-coding): Don't handle the short
2109 name `char-trans'.
2110
2111 * files.el (hack-local-variables-prop-line)
2112 (hack-local-variables): Cancel the previous change.
2113
2114 2006-06-06 Jesper Harder <harder@phys.au.dk>
2115
2116 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2117
2118 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2121 diff-default-read-only is non-nil.
2122 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2123 (diff-refine-hunk): Set inhibit-read-only to t.
2124
2125 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2126 modifying the *Diff* buffer.
2127 (diff-process-filter): New filter function for diff process that
2128 sets inhibit-read-only to t when modifying the *Diff* buffer.
2129
2130 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2131
2132 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2133 insertion point and control the number of empty lines.
2134 (org-paste-subtree): Limit the number of empty lines at the end of
2135 the inserted tree.
2136 (org-agenda): Use buffer name of current file for narrowing.
2137 (org-export-as-xml): Command removed.
2138 (org-export-xml-type): Option removed.
2139 (org-mode-map): Call `org-export-as-xoxo' directly.
2140 (org-get-indentation): New optional argument LINE.
2141 (org-fix-indentation, org-remove-tabs): New functions.
2142 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2143 correct indentation for headlines that are converted it items.
2144 (org-skip-comments): Remove table lines that contain narrowing
2145 cookies but no other non-empty fields.
2146 (org-set-tags): Allow groups of mutually exclusive tags.
2147 (org-cmp-time): Sort 24:21 before items without time.
2148 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2149 (org-open-at-point): Require double colon also for numbers.
2150
2151 2006-06-06 Kim F. Storm <storm@cua.dk>
2152
2153 * ido.el (ido-default-file-method, ido-default-buffer-method):
2154 Make choice values consistent with corresponding command names.
2155 (ido-visit-buffer): Update accordingly. Default to selected-window.
2156
2157 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2158
2159 * progmodes/gud.el (gud-running): Fix doc string.
2160 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2161 (gud-tooltip-modes): Add python-mode.
2162 (gud-tooltip-print-command): Add pdb. Remove perldb.
2163
2164 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2165
2166 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2167 Quote $(EMACS).
2168
2169 2006-06-05 Richard Stallman <rms@gnu.org>
2170
2171 * faces.el (defined-colors): Doc fix.
2172
2173 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2174
2175 * vc.el (vc-process-filter): Inhibit undo info collection around
2176 call to insert.
2177 (vc-setup-buffer): Likewise for call to erase-buffer.
2178 (vc-do-command): Likewise for call to process-file.
2179
2180 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2181
2182 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2183 for gud-go.
2184 (gud-common-init): Other debuggers may trigger error.
2185
2186 2006-06-05 Kenichi Handa <handa@m17n.org>
2187
2188 * international/mule.el (find-auto-coding):
2189 Handle enable-character-translation in file header.
2190
2191 2006-06-04 Kim F. Storm <storm@cua.dk>
2192
2193 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2194 (authors-fixed-entries): Fix spelling.
2195 (authors-canonical-file-name): Don't report error for wildcards.
2196
2197 * help.el (view-emacs-news): Rewrite to support new NEWS,
2198 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2199 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2200 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2201
2202 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2203
2204 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2205 exec constructs like `foo bar`.
2206 (sh-quoted-subshell): New helper function to search for a possibly
2207 nested subshell (like `` or $()) within a "" quoted string.
2208 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2209 (sh-apply-quoted-subshell): Flag quote characters inside a
2210 subshell, which is itself already in a quoted region, as
2211 punctuation, since this is the closest to what they actually are.
2212 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2213 sh-apply-quoted-subshell.
2214 (sh-font-lock-syntactic-face-function): Apply the new face for
2215 text inside `` instead of the old font-lock-string-face.
2216
2217 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2218
2219 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2220 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2221 (mac-bytes-to-text-range, mac-ae-text-range-array)
2222 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2223 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2224 (mac-ts-unicode-for-key-event): New functions.
2225 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2226 (mac-handle-font-selection): Use mac-ae-number.
2227 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2228 New variables.
2229 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2230 (mac-ts-converted-text, mac-ts-selected-converted-text)
2231 (mac-ts-block-fill-text, mac-ts-outline-text)
2232 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2233 (mac-ts-hilite-style-faces): New constant.
2234 (mac-apple-event-map): Bind text input events.
2235 (mac-dispatch-apple-event): Use command-execute instead of
2236 call-interactively.
2237 (global-map): Don't bind mac-apple-event.
2238 (special-event-map): Bind mac-apple-event.
2239
2240 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2241
2242 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2243 file name.
2244 (emacs): Enclose the value of $(EMACS) in quotes.
2245
2246 2006-06-02 Juri Linkov <juri@jurta.org>
2247
2248 * international/mule.el (sgml-html-meta-auto-coding-function):
2249 Remove the condition `(search-forward "<html" size t)'.
2250 Replace `\"' with `[\"']?' in `re-search-forward'.
2251
2252 2006-06-02 Kenichi Handa <handa@m17n.org>
2253
2254 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2255 as well as `coding'.
2256 (hack-local-variables): Likewise.
2257
2258 * international/mule.el (enable-character-translation):
2259 Put permanent-local and safe-local-variable properties.
2260 (find-auto-coding): Handle char-trans: tag.
2261
2262 2006-06-02 Juri Linkov <juri@jurta.org>
2263
2264 * international/mule.el (sgml-html-meta-auto-coding-function):
2265 Limit the search by the end of the HTML header (if any).
2266
2267 2006-06-01 Richard Stallman <rms@gnu.org>
2268
2269 * subr.el (with-current-buffer): Doc fix.
2270
2271 2006-06-02 Masatake YAMATO <jet@gyve.org>
2272
2273 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2274 Almost rewrite. Underlines over all lines of gcov output are too
2275 uncomfortable to read. Suggested by Dan Nicolaescu.
2276
2277 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2278
2279 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2280
2281 * shell.el (shell-mode): Use shell-mode-map in docstring.
2282
2283 * comint.el (comint-send-input): Do not add help-echo and
2284 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2285
2286 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2287
2288 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2289
2290 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2291
2292 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2293 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2294 look up the stack and pop up GUD buffer if necessary.
2295 (gdb-frames-select): Remove redundant call to gud-display-frame.
2296 (gdb-info-threads-custom): Keep point at start of buffer.
2297 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2298
2299 2006-05-31 Juri Linkov <juri@jurta.org>
2300
2301 * replace.el (query-replace-read-from, query-replace-read-to):
2302 Bind `history-add-new-input' to nil. Call `add-to-history'.
2303
2304 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2305
2306 * textmodes/table.el: Convert all HTML tags to lower case for
2307 XHTML compatibility.
2308
2309 2006-05-31 Masatake YAMATO <jet@gyve.org>
2310
2311 * progmodes/compile.el:
2312 (compilation-error-regexp-alist-alist::gcov-called-line):
2313 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2314
2315 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2318 Revert inadvertent changes made with last commit.
2319
2320 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2321
2322 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2323 New functions.
2324
2325 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2326
2327 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2328
2329 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2330 only matches in the right place.
2331 (org-upcoming-deadline): New face.
2332 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2333 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2334 and make it an option.
2335 (org-export-ascii-bullets): New option.
2336 (org-export-as-html): Many changes to emit valid XHTML.
2337 (org-par-open): New variable.
2338 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2339 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2340 (org-timeline): Pass `org-timeline-show-empty-dates' to
2341 `org-get-all-dates'. Interpret empty dates returned by
2342 `org-get-all-dates'.
2343 (org-get-all-dates): New argument EMPTY. Add dates without
2344 entries to the list, mark large ranges of empty dates.
2345 (org-point-in-group, org-context): New functions.
2346
2347 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2348
2349 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2350
2351 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2352 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2353 to C-mouse-3 (for 2 button mice).
2354 (gdb-send): Do the right thing for C-d.
2355
2356 * speedbar.el (speedbar-detach): Delete.
2357 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2358 it breaks things.
2359 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2360
2361 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2362
2363 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2364 Makeppfile.
2365
2366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2367 Add makepp diagnostic.
2368
2369 2006-05-29 Richard Stallman <rms@gnu.org>
2370
2371 * window.el (fit-window-to-buffer): Doc fix.
2372
2373 * help.el (temp-buffer-max-height): Doc fix.
2374
2375 * subr.el (with-current-buffer): Doc fix.
2376
2377 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2378
2379 * term/x-win.el: Bind F10 to menu-bar-start if available.
2380
2381 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2384 uses with a simple test.
2385 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2386 (term-send-raw-string, term-send-raw, term-mouse-paste)
2387 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2388 (term-handle-exit, term-read-input-ring)
2389 (term-previous-matching-input-string)
2390 (term-previous-matching-input-string-position)
2391 (term-previous-matching-input-from-input)
2392 (term-replace-by-expanded-history, term-send-input)
2393 (term-skip-prompt, term-bol, term-send-invisible)
2394 (term-kill-input, term-delchar-or-maybe-eof)
2395 (term-backward-matching-input, term-check-source)
2396 (term-proc-query, term-emulate-terminal)
2397 (term-handle-colors-array, term-process-pager, term-pager-line)
2398 (term-pager-bob, term-unwrap-line, term-word)
2399 (term-dynamic-complete-filename)
2400 (term-dynamic-complete-as-filename)
2401 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2402 unlesses.
2403
2404 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2407 during bootstrapping.
2408
2409 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2410 Basically undo the change of 2006-05-26: use extra arguments instead of
2411 dynamic scoping.
2412 (ewoc-locate): Remove unused var `footer'.
2413
2414 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2417
2418 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2419 (generate-file-autoloads): Obey it. Return whether autoloads were
2420 added at point or not.
2421 (update-file-autoloads): Use this new return value.
2422 Remove redundant test for the presence of an autoload cookie.
2423
2424 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2425 This one calls hack-local-variables.
2426 (generate-file-autoloads, update-file-autoloads): Use it.
2427
2428 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2429 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2430 (bibtex-sort-entry-class-alist): Don't set the global value.
2431 (bibtex-init-sort-entry-class-alist): New fun.
2432 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2433 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2434 of bibtex-init-sort-entry-class.
2435
2436 2006-05-28 Richard Stallman <rms@gnu.org>
2437
2438 * subr.el (load-history-regexp): If FILE is relative, insist
2439 entire last name component must match it.
2440 (load-history-filename-element, load-history-regexp): Doc fixes.
2441
2442 2006-05-29 Kim F. Storm <storm@cua.dk>
2443
2444 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2445 `pos' and `raw-data' for clarity, as eval forms may access these.
2446
2447 2006-05-28 Kim F. Storm <storm@cua.dk>
2448
2449 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2450
2451 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * progmodes/make-mode.el (makefile-browser-map)
2454 (makefile-mode-syntax-table): Move initialization inside declaration.
2455 (makefile-fill-paragraph): Use the default comment-filling code.
2456
2457 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * replace.el (query-replace-defaults): New variable.
2460 (query-replace-read-from): Use `query-replace-defaults' for
2461 default value, instead of history list.
2462 (query-replace-read-to): Update `query-replace-defaults'.
2463
2464 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2467 with no X toolkit.
2468
2469 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2470
2471 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2472 (tumme-show-all-from-dir): Add autoload.
2473
2474 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2475
2476 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2477 (tumme-remove-tag): Fix bug.
2478
2479 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2480
2481 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2482 FOOTER args. Update unique caller.
2483 (ewoc-delete): Compute last node once before looping.
2484 (ewoc--node-branch): Merge into unique caller.
2485 (ewoc--node): Don't define constructor make-ewoc--node for this
2486 structure.
2487 (ewoc): Add member `hf-pp' to this structure.
2488 (ewoc--wrap): New func.
2489 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2490 header/footer pretty-printers. Save header/footer pretty-printer.
2491 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2492
2493 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2494
2495 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2496
2497 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2498 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2499 Tag'. Change "Compare directories..." to "Change Directories...".
2500 Move tumme commands to Operate, Regexp and Immediate menus.
2501 Change "Add Comment" to "Add Image Comment". Change "Add Image
2502 Tag" to "Add Image Tags".
2503
2504 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2505 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2506 `tumme-delete-tag'.
2507
2508 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2509
2510 * shell.el (shell-mode): Call shell-dirtrack-mode after
2511 list-buffers-directory is made a local variable, to avoid setting
2512 the default value.
2513
2514 2006-05-26 Kevin Ryde <user42@zip.com.au>
2515
2516 * info.el (Info-index-next): Use where-is-internal to report
2517 actual binding of Info-index-next, rather than hard-coded `,'.
2518
2519 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2520
2521 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2522 and "Find Command in Manual" to here.
2523
2524 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2525 Info-current-file as the file name.
2526
2527 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2528
2529 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2530 overrides will now be done a different way.
2531 (ses-set-parameter): Reapply this function for undo.
2532 (ses-set-header-row): Reconstruct header row during undo.
2533 (ses-widen): New function.
2534 (ses-goto-data, ses-reconstruct-all): Use new function.
2535 (ses-command-hook): Widen buffer during undo, before unupdating
2536 the cells.
2537 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2538 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2539 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2540 formula hasn't been executed yet.
2541
2542 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2543
2544 * comint.el (comint-kill-whole-line): Rename arg to count.
2545 Fix doc string.
2546
2547 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2550 to copy-file.
2551
2552 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2553
2554 * simple.el (toggle-truncate-lines): Make arg optional for
2555 backward compatibility.
2556
2557 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2558
2559 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2560 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2561 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2562 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2563 (ewoc--adjust): Use ewoc--current-dll.
2564 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2565
2566 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2567
2568 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2569 compact error message.
2570 (org-tags-view): Refresh category table in each file.
2571 (org-table-justify-field-maybe): Remove superfluous arguments to
2572 `format'.
2573 (org-export-as-html): Insert "<p>" before postamble.
2574 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2575
2576 2006-05-26 Kenichi Handa <handa@m17n.org>
2577
2578 * textmodes/po.el (po-find-charset): Pay attention to the case
2579 FILENAME is a cons (NAME . BUFFER).
2580 (po-find-file-coding-system-guts): Likewise.
2581
2582 * arc-mode.el (archive-set-buffer-as-visiting-file):
2583 Call find-operation-coding-system with (FILENAME . BUFFER).
2584
2585 * tar-mode.el (tar-extract): Call find-operation-coding-system
2586 with (FILENAME . BUFFER).
2587
2588 * international/mule.el (decode-coding-inserted-region):
2589 Call find-operation-coding-system with (FILENAME . BUFFER).
2590
2591 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * image-mode.el (image-toggle-display): Use buffer contents to
2594 generate image for a remote file.
2595
2596 2006-05-25 Juri Linkov <juri@jurta.org>
2597
2598 * replace.el (query-replace-read-from, query-replace-read-to):
2599 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2600
2601 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2602
2603 * whitespace.el (whitespace-cleanup): Change to cleanup
2604 region if one is active.
2605 * whitespace.el (whitespace-cleanup-internal): New internal method.
2606
2607 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2608
2609 * dired.el (dired-mode-map): Add help-echo strings to tumme
2610 commands. Bind `tumme-dired-display-image' to C-t i.
2611
2612 * tumme.el (tumme-display-image): Change documentation string slightly.
2613 (tumme-dired-display-image): Add call to `display-buffer'.
2614
2615 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2616
2617 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2618 Signal error if RAW-DATA is a multibyte string.
2619
2620 2006-05-24 Richard Stallman <rms@gnu.org>
2621
2622 * subr.el (with-local-quit): When handling `quit' signal,
2623 make a chance for quit-flag to cause a quit.
2624
2625 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2626 (ad-disable-advice): Add autoloads.
2627
2628 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2629
2630 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2631
2632 * dired.el (dired-mode-map): Change menu items for tumme as per
2633 suggestions in emacs-devel.
2634
2635 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * dired.el (dired-mode-map): Fix breakage.
2638
2639 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2640
2641 * tumme.el (tumme-display-dired-image): Rename to...
2642 (tumme-dired-display-image): ...this.
2643 (tumme-track-movement): Change default value to t.
2644 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2645 used from `tumme-next-line-and-display' and similar commands.
2646
2647 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2648 Immediate menu. Add some tumme commands there.
2649
2650 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2651
2652 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2653
2654 2006-05-24 Chong Yidong <cyd@mit.edu>
2655
2656 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2657 menu entries that open submenus.
2658
2659 2006-05-24 Alan Mackenzie <acm@muc.de>
2660
2661 * startup.el (command-line): For names of preloaded files, don't
2662 append ".elc" (now done in Fload), and call file-truename on the
2663 lisp directory.
2664
2665 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2666 match ANY loaded file with the right name, not just those in
2667 load-path. Put a regexp matching the file name into
2668 after-load-alist, rather than the name itself.
2669
2670 * subr.el: New functions load-history-regexp,
2671 load-history-filename-element, do-after-load-evaluation.
2672
2673 * international/mule.el (load-with-code-conversion): Do the
2674 eval-after-load stuff by calling do-after-load-evaluation.
2675
2676 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2677
2678 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2679 has not been killed.
2680
2681 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2682
2683 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2684 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2685 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2686 Optionally set error message in reply.
2687
2688 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2689
2690 * textmodes/org.el (org-open-at-point): Use renamed variable
2691 `org-confirm-shell-link-function'.
2692 (org-confirm-shell-link-function): Rename from
2693 `org-confirm-shell-links'.
2694 (org-export-directory): New function.
2695 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2696 (org-export-icalendar): Use `org-export-directory'.
2697 (org-indent-item): Keep cursor position.
2698 (org-link-file-path-type): New option.
2699 (org-export-as-html): Fix bug with plain lists starting in
2700 column 0.
2701 (org-export-as-html): Remove deadline formatting, this happens
2702 now already in `org-html-handle-time-stamps'.
2703 (org-export-html-style): Deadline class removed.
2704 (org-insert-labeled-timestamps-at-point): New option.
2705 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2706 of `hide-sublevels 1', in case the first headline is not level 1.
2707 (org-overview, org-content): New fuction.
2708 (org-cycle-global-status, org-cycle-subtree-status): Make these
2709 variables buffer-local.
2710 (org-global-cycle): New command.
2711 (org-shifttab): Use `org-global-cycle'.
2712 (org-insert-heading, org-insert-item): Go to end of new
2713 headline/item after creating it.
2714 (org-export-visible): Rename from `org-export-copy-visible'.
2715 Now creates a temporary org-file and applies an exporting command
2716 to it.
2717 (org-table-eval-formula): Support for lisp forms.
2718 (org-agenda-todo-ignore-scheduled): New option.
2719 (org-agenda-get-todos): Use new option
2720 `org-agenda-todo-ignore-scheduled'.
2721 (org-export-html-inline-images): New value `maybe'.
2722 (org-export-as-html): Inlining of images dependent on link description.
2723 (org-archive-subtree): Check for end-of-buffer before trying
2724 `kill-line'.
2725 (org-agenda-follow-mode): New option.
2726 (org-export-with-tags, org-export-with-timestamps): New options.
2727 (org-html-handle-time-stamps): New function.
2728 (org-keyword-time-regexp): New variable.
2729 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2730 (org-agenda-todo-list-sublevels): New option.
2731 (org-html-level-start): When TITLE is nil, just close all levels.
2732 (org-parse-key-lines, org-parse-export-options): Remove functions,
2733 replaced by `org-infile-export-plist'.
2734 (org-combine-plists, org-infile-export-plist)
2735 (org-default-export-plist): New functions.
2736 (org-export-html-preamble, org-export-html-postamble)
2737 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2738 New variables.
2739 (org-export-publishing-directory): New option.
2740 (org-export-as-html, org-export-as-ascii): Use the new property
2741 lists for settings.
2742 (org-export-copy-visible, org-export-as-xoxo):
2743 Respect `org-export-publishing-directory'.
2744 (org-link-search, org-store-link, org-file-apps): Support for
2745 links to BibTeX database entries..
2746 (org-get-current-options, org-set-regexps-and-options):
2747 Implement logging as a startup option.
2748 (org-store-link): Make sure context string is never empty
2749 (org-insert-link): Use relative path when possible.
2750 (org-at-item-checklet-p): New function.
2751 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2752 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2753 (org-metaright, org-metaup, org-metadown, org-shiftup)
2754 (org-shiftdown, org-shiftright, org-shiftleft)
2755 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2756 Dispatch using `call-interactively'.
2757 (org-call-with-arg): New defsubst.
2758 (org-tag-alist, org-use-fast-tag-selection): New options.
2759 (org-complete): Use `org-tag-alist'.
2760 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2761 (org-next-item, org-previous-item): New commands.
2762 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2763 make command.
2764 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2765
2766 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2767
2768 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2769 (ewoc-filter): Use `ewoc-delete'.
2770
2771 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2772
2773 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2776 Signal more user-friendly error messages.
2777
2778 * complete.el (PC-do-completion): Undo the addition of implicit
2779 wildcards if they did not lead to finding any match.
2780 (read-file-name-internal): Don't add the final > if the completion is
2781 not finished.
2782
2783 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2784
2785 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2786 Quote safe-local-variable predicate.
2787
2788 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2789
2790 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2791
2792 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2793
2794 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2795
2796 * progmodes/make-mode.el (makefile-special-targets-list)
2797 (makefile-macro-table, makefile-target-table): Mark as risky.
2798 (makefile-query-one-target-method): Make this the alias for the
2799 following variable.
2800 (makefile-query-one-target-method-function): Make this the real name.
2801
2802 * textmodes/artist.el (artist-text-renderer): Make this the alias
2803 for the following variable.
2804 (artist-text-renderer-function): Make this the real name.
2805
2806 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2807 the alias for the following variable.
2808 (flyspell-generic-check-word-predicate): Make this the real name.
2809
2810 * textmodes/ispell.el (ispell-format-word): Make this the alias
2811 for the following variable.
2812 (ispell-format-word-function): Make this the real name.
2813 (ispell-message-text-end): Mark as risky.
2814
2815 * skeleton.el (skeleton-transformation, skeleton-filter)
2816 (skeleton-pair-filter): Make these the aliases for the following
2817 variables.
2818 (skeleton-transformation-function, skeleton-filter-function)
2819 (skeleton-pair-filter-function): Make these the real names.
2820
2821 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2822 and skeleton-pair-filter-function.
2823
2824 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2825 alias for the following variable.
2826 (sgml-transformation-function): Make this the real name.
2827 (sgml-tag-alist): Mark as risky.
2828
2829 2006-05-21 Richard Stallman <rms@gnu.org>
2830
2831 * simple.el (kill-region): Interactively, pass point, then mark.
2832
2833 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2834
2835 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2836
2837 2006-05-21 Romain Francoise <romain@orebokech.com>
2838
2839 * dired-x.el (dired-mode-map): Don't bind M-g.
2840
2841 2006-05-20 Richard Stallman <rms@gnu.org>
2842
2843 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2844 (dired-goto-file): Doc fix.
2845
2846 2006-05-21 Kim F. Storm <storm@cua.dk>
2847
2848 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2849 way to enable built-in cua-mode if user loads older CUA-mode package.
2850
2851 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2852 if default-filename is specified.
2853
2854 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2855
2856 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2857
2858 * info.el (info-apropos): Make sure current-file and current-node
2859 have non-nil values. Speed up by using add-to-list instead of
2860 manual consing.
2861
2862 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2863
2864 * progmodes/make-mode.el (makefile-mode): Doc fix.
2865
2866 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2867
2868 * dired-aux.el (dired-do-shell-command): Doc fix.
2869
2870 2006-05-20 Kevin Ryde <user42@zip.com.au>
2871
2872 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2873 ``(custom-manual :tag "Foo" "(foo)Node")''.
2874
2875 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2876
2877 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2878 value is an integer.
2879
2880 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2881
2882 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2883 "format".
2884 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2885
2886 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2887
2888 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2889 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2890
2891 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2894 regexp for keywords.
2895
2896 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2897
2898 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2899 replace-regexp-in-string.
2900
2901 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2902 encode, and escape file name on conversion to URL.
2903
2904 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2905
2906 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2907 Don't unescape URL.
2908 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2909
2910 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2911 on conversion to URLs.
2912
2913 * net/browse-url.el (browse-url-file-url): Encode file name on
2914 conversion to URL.
2915
2916 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2917 conversion to URL.
2918
2919 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2920
2921 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2922
2923 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2924
2925 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2926 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2927
2928 2006-05-19 Glenn Morris <rgm@gnu.org>
2929
2930 * calendar/diary-lib.el (diary-bahai-date)
2931 (list-bahai-diary-entries, mark-bahai-diary-entries)
2932 (mark-bahai-calendar-date-pattern): Not interactive.
2933 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2934 (diary-entries-list): Change format of 4th element in each entry.
2935 (diary-list-entries): Use add-to-diary-list.
2936 (diary-goto-entry): Handle the case where the buffer visiting the
2937 diary has been killed.
2938 (fancy-diary-display): Add 'locator to button rather than 'marker.
2939 Only generate temp-face when there are marks to apply.
2940 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2941 (diary-fancy-date-pattern): New variable.
2942 (diary-time-regexp): Doc fix.
2943 (diary-anniversary, diary-time): New faces.
2944 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2945 diary-time-regexp. Add font-lock-multiline property where needed.
2946 Use new faces diary-anniversary and diary-time.
2947 (diary-fancy-font-lock-fontify-region-function): New function, to
2948 handle multiline font-lock pattern in fancy diary.
2949 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2950 (diary-font-lock-keywords): Tweak time regexp. Use new face
2951 diary-time.
2952
2953 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2954
2955 * international/code-pages.el (mik): Table corrected.
2956
2957 2006-05-18 Kim F. Storm <storm@cua.dk>
2958
2959 * progmodes/grep.el (grep-find): Don't check grep-find-command
2960 before running command (breaks non-interactive usage).
2961
2962 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2963
2964 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2965 (ewoc--insert-new-node): Don't insert trailing newline.
2966 Instead, adjust successor nodes's start markers.
2967 (ewoc--refresh-node): Delete all text from current node's start
2968 marker to the next one's; adjust successor nodes's start markers.
2969 (ewoc--create): Doc fixes.
2970 (ewoc--refresh): Don't insert newline.
2971 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2972 * pcvs.el (cvs-make-cvs-buffer):
2973 Specify extra newline for ewoc's header and footer.
2974 (cvs-update-header): Update initial header recognition.
2975 Append newline to final header and footer values.
2976 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2977
2978 2006-05-17 Richard Stallman <rms@gnu.org>
2979
2980 * files.el (file-name-extension): Doc fix.
2981
2982 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2985 we can explicitly enable/disable rather than toggle.
2986 (shell-mode): Use it.
2987 (shell-cd): Don't try to reproduce what `cd' does.
2988
2989 2006-05-17 Kim F. Storm <storm@cua.dk>
2990
2991 * ido.el (ido-read-internal): Use only nondirectory part of
2992 default item.
2993
2994 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2995
2996 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2997 (ewoc-nth): Doc fix.
2998
2999 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3000
3001 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3002
3003 * international/mule.el (auto-coding-alist): Add .lha to files
3004 read with no-conversion.
3005
3006 * files.el (auto-mode-alist): Add .lha files to archive file
3007 extensions.
3008
3009 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3010 Convert csize to integer when computing offsets within the
3011 compressed archive file.
3012
3013 2006-05-16 Kim F. Storm <storm@cua.dk>
3014
3015 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3016 with read-from-minibuffer.
3017
3018 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3019
3020 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3021 (byte-compile-warnings): Fix safe-local-variable property.
3022
3023 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3024
3025 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3026 (allout-stylish-prefixes, allout-numbered-bullet)
3027 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3028 predicates to qualify `safe-local-variable' property, when
3029 available, else use equivalent lambda.
3030 (allout-current-topic-collapsed-p): Do the right thing regarding
3031 trailing blank lines.
3032
3033 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * server.el (server-start): Only create a directory if needed.
3036 (server-edit, server-unload-hook): server-start => server-mode.
3037 (kill-emacs-hook): Cleanup upon exit.
3038
3039 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * hexl.el (hexlify-buffer): Encode process arguments manually.
3042
3043 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3044
3045 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3046 call to gdb-tooltip-print.
3047
3048 2006-05-15 Romain Francoise <romain@orebokech.com>
3049
3050 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3051 systems, default to "tar" since those systems probably have GNU tar.
3052
3053 2006-05-14 Lars Hansen <larsh@soem.dk>
3054
3055 * desktop.el (desktop-missing-file-warning): Fix docstring.
3056 (desktop-restore-file-buffer): Correct question asked on missing file.
3057
3058 2006-05-14 Kim F. Storm <storm@cua.dk>
3059
3060 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3061 Add CUA move property.
3062
3063 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * custom.el (custom-push-theme): Load the variable before checking
3066 its `standard-value'.
3067
3068 2006-05-13 Lars Hansen <larsh@soem.dk>
3069
3070 * desktop.el (desktop-save): Use with-temp-buffer.
3071
3072 2006-05-12 Glenn Morris <rgm@gnu.org>
3073
3074 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3075 * calendar/calendar.el (calendar-mode-map):
3076 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3077 * calendar/appt.el (appt-check, appt-make-list): Refer to
3078 diary-view-entries, diary-list-entries, diary-show-all-entries
3079 rather than obsolete aliases.
3080
3081 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * simple.el (line-move-finish): Avoid calling point motion hooks
3084 while processing intangibility.
3085
3086 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3087
3088 * term/xterm.el (terminal-init-xterm): Fix typo.
3089
3090 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3091
3092 * allout.el (allout-view-change-hook): Mark as being deprecated,
3093 to be replaced by `allout-exposure-change-hook'.
3094 (allout-exposure-change-hook): New, replacing
3095 `allout-view-change-hook'.
3096 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3097 in addition to `allout-view-change-hook'.
3098 (allout-show-bodies, allout-old-style-prefixes)
3099 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3100 lambda forms to prevent their showing up in variable help
3101 presentations as inscrutable byte-compiled code.
3102 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3103 Use string-or-null-p to qualify safe-local-variable values.
3104 (allout-reindent-bodies): Use memq to qualify matches against
3105 valid safe-local-variable values. Also, quote the lambda as above.
3106 (allout-use-mode-specific-leader): Add missing candidate-value
3107 symbols, use memq, and quote the lambda.
3108 (allout-overlay-interior-modification-handler): Remove unused
3109 variables `msg' and 'opened'.
3110 (allout-hidden-p): Constrain invisibility consideration to allout's
3111 invisibility spec, disregarding invisibility for other reasons.
3112
3113 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3114
3115 * files.el (version-control): Correct safe values.
3116
3117 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3118
3119 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3120
3121 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3122 (ewoc--insert-new-node): New func.
3123 Update callers of deleted funcs to use it, instead.
3124
3125 2006-05-11 Glenn Morris <rgm@gnu.org>
3126
3127 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3128 obsolete alias `show-all-diary-entries'.
3129 (make-diary-entry): Not interactive.
3130 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3131 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3132 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3133 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3134 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3135 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3136
3137 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3138
3139 * calendar/calendar.el (calendar-french-date-string)
3140 (calendar-mayan-date-string, calendar-chinese-date-string)
3141 (calendar-astro-date-string, calendar-iso-date-string)
3142 (calendar-islamic-date-string, calendar-bahai-date-string)
3143 (calendar-hebrew-date-string, calendar-coptic-date-string)
3144 (calendar-ethiopic-date-string, calendar-persian-date-string):
3145 These functions are not interactive.
3146
3147 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3148
3149 * files.el: Balance parentheses.
3150
3151 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * files.el, newcomment.el, outline.el, simple.el,
3154 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3155 progmodes/cc-vars.el, progmodes/compile.el:
3156 Move `safe-local-variable' declarations to the respective files.
3157
3158 * help-fns.el (describe-variable): Don't print safe-var if it is
3159 byte-code. Improve wording as suggested by Luc Teirlinck.
3160
3161 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3162
3163 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3164 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3165 Use a token for pending-triggers to ensure gdb-var-update
3166 gets called once per user input again for pre-GDB 6.4.
3167 (gdb-var-delete): Match on more complex expressions.
3168 (gdb-var-list-children-handler, gdb-var-create-handler):
3169 Use a token for consistency.
3170
3171 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3172
3173 * textmodes/org.el (org-read-date, org-goto-calendar)
3174 (org-agenda-goto-calendar):
3175 Bind `view-calendar-holidays-initially' to nil.
3176
3177 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3178
3179 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3180 Update all callers to do it there, instead.
3181
3182 2006-05-10 Glenn Morris <rgm@gnu.org>
3183
3184 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3185 prefix arg case, to avoid view-diary-entries-initially error.
3186 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3187 (calendar-date-is-legal-p): Handle dates with no day part.
3188
3189 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3190
3191 * comint.el (comint-insert-input): Just make it when
3192 comint-use-prompt regexp is nil (default) and with the mouse.
3193 (comint-copy-old-input): Reinstate from 2004-06-23.
3194 (comint-mode-map): Bind C-c C-m to it.
3195
3196 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3197
3198 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3199 Remove spurious move to point-max (new comint behavior fixes).
3200
3201 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3202 compatibility function (Emacs 18/19).
3203 (idlwave-is-continuation-line): Always return point at start of
3204 previous non-blank continuation line.
3205 `keyword-parameters': Fix continued comment font-lock matcher.
3206 (idlwave-font-lock-fontify-region): Written, use as
3207 font-lock-fontify-region-function, to fix continued keyword
3208 fontification issues.
3209
3210 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3211
3212 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3213 (mac-service-selection, mac-service-open-file)
3214 (mac-service-open-selection, mac-service-mail-selection)
3215 (mac-service-mail-to, mac-service-insert-text): Rename from
3216 mac-services-*. All uses changed.
3217 (mac-apple-event-map): Rename event symbol `services' to `service'.
3218
3219 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3220
3221 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3222 (ewoc--node-enter-first, ewoc--node-enter-last)
3223 (ewoc--delete-node-internal): Merge funcs into unique callers.
3224
3225 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3228 return value of read-from-minibuffer for empty input.
3229
3230 2006-05-09 Miles Bader <miles@gnu.org>
3231
3232 * comint.el (comint-insert-input): Remove redundant calls to setq
3233 and goto-char.
3234
3235 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3236
3237 * comint.el (comint-insert-input): Make it work when
3238 comint-use-prompt-regexp is t.
3239
3240 2006-05-10 Miles Bader <miles@gnu.org>
3241
3242 * subr.el (field-at-pos): New function.
3243
3244 * comint.el (comint-insert-input): Use it.
3245
3246 2006-05-09 Juri Linkov <juri@jurta.org>
3247
3248 * battery.el (battery-linux-proc-acpi): Also try
3249 `/proc/acpi/thermal_zone/THR2/temperature'.
3250
3251 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3252 for now unused lambda `string-or-null'.
3253
3254 * add-log.el (change-log-default-name): Put `string-or-null-p'
3255 instead of lambda on `safe-local-variable' property.
3256
3257 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3258 `region-end' instead of `mark' and `point'.
3259 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3260 Operate on region in Transient Mark mode when the mark is active.
3261 Use `region-beginning' and `region-end' instead of `mark' and
3262 `point'.
3263 (diff-hunk-text, diff-goto-source): Doc fix.
3264
3265 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3266 face `mode-line-buffer-id' for mode-line buffer face instead of
3267 hard-coded `(:weight bold)'.
3268
3269 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3270 buffer-undo-list to t (undo-ask is reproducible by visiting
3271 nested archives).
3272
3273 2006-05-09 Kim F. Storm <storm@cua.dk>
3274
3275 * progmodes/grep.el (rgrep): Set default directory of *grep*
3276 buffer if we start M-x rgrep in the *grep* buffer and choose
3277 a different base directory.
3278
3279 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3280
3281 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3282 completion also when ido is loaded.
3283
3284 2006-05-09 Masatake YAMATO <jet@gyve.org>
3285
3286 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3287 "warning" and "import".
3288 (cpp-font-lock-keywords): Added "warning".
3289
3290 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3291
3292 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3293
3294 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3297 pages at a time, if we signal the end, we should indeed reach that end.
3298
3299 2006-05-08 David Reitter <david.reitter@gmail.com>
3300
3301 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3302 output during execution of the body.
3303
3304 2006-05-08 Kim F. Storm <storm@cua.dk>
3305
3306 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3307
3308 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3309
3310 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3311 Use with-current-buffer.
3312
3313 2006-05-07 Kim F. Storm <storm@cua.dk>
3314
3315 * subr.el (add-to-history): Remove keep-dups arg.
3316
3317 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3318 to nil around call to add-to-history.
3319
3320 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3323 than after a buffer modification.
3324
3325 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3326
3327 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3328 call to...
3329 (gud-watch): ...here so speedbar is raised for already watched
3330 expressions.
3331 (gdb-speedbar-refresh): Delete function.
3332 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3333 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3334 earlier change).
3335 (gdb-var-evaluate-expression-handler)
3336 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3337
3338 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3339 Update localized contents for all buffers except ignored modes.
3340
3341 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3342
3343 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3344 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3345 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3346 (mac-handle-font-panel-closed, mac-handle-font-selection):
3347 New functions.
3348 (mac-font-panel-mode): New minor mode.
3349 (mac-apple-event-map): Add bindings for toolbar toggle button and
3350 font panel.
3351 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3352
3353 2006-05-07 John Paul Wallington <jpw@pobox.com>
3354
3355 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3356 Avoid `regexp-opt'; simplify regexp for readability.
3357
3358 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3359
3360 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3361 * files.el (buffer-stale-function):
3362 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3363 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3364 links to the main manual, not to emacs-xtra.
3365
3366 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3367
3368 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3369 MacJapanese if text is ASCII-only.
3370
3371 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3374 unless so nil isn't returned.
3375 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3376
3377 2006-05-06 Kim F. Storm <storm@cua.dk>
3378
3379 * subr.el (add-to-history): New function.
3380
3381 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3382 (ediff-merge-files-with-ancestor):
3383 * env.el (setenv):
3384 * isearch.el (isearch-update-ring):
3385 * server.el (server-visit-files):
3386 * progmodes/grep.el (lgrep, rgrep):
3387 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3388 * progmodes/xscheme.el (xscheme-insert-expression):
3389 Use add-to-history.
3390
3391 * kmacro.el (kmacro-push-ring): Use add-to-history.
3392 (kmacro-ring-length): Remove unused defun.
3393 (kmacro-start-macro): Use kmacro-push-ring.
3394
3395 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3396
3397 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3398 directly instead of a lambda expression that calls it.
3399
3400 2006-05-06 Kim F. Storm <storm@cua.dk>
3401
3402 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3403 instead of compute-motion.
3404
3405 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3406
3407 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3408 change.
3409
3410 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3411
3412 * startup.el (command-line-1): Refer to "Pure Storage" on
3413 pure-space-overflow.
3414
3415 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3416
3417 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3418 provided faces once they all have been used up.
3419
3420 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3421
3422 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3423 reference to the Lisp manual to the warning about pure space
3424 overflow.
3425
3426 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3427
3428 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3429 argument to avoid the call to `ispell-internal-change-dictionary'
3430 when not needed.
3431 (ispell-change-dictionary): Use this argument and call
3432 `ispell-internal-change-dictionary' after the possible change
3433 to `ispell-local-dictionary'.
3434 (ispell-internal-change-dictionary): Check for a change in
3435 personal dictionary use too.
3436
3437 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3438
3439 * startup.el (command-line): On MS-Windows, probe "~", not
3440 "~USER", for warning about non-existent home directory
3441
3442 * arc-mode.el (archive-l-e): New optional argument `float' means
3443 generate a float value.
3444 (archive-arc-summarize, archive-lzh-summarize)
3445 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3446 with 3rd argument non-nil when file's size is being computed.
3447 Format the file sizes with %8.0f instead of %8d.
3448
3449 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3450
3451 * cus-start.el (all): Add mac-dnd-known-types.
3452
3453 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3454 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3455 (mac-TIFF-to-string): New functions.
3456 (x-get-selection, x-selection-value)
3457 (mac-select-convert-to-string): Use them.
3458 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3459 (mac-dnd-types-alist): New customization variable.
3460 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3461 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3462 (mac-dnd-handle-drag-n-drop-event): New functions.
3463 (mac-drag-n-drop): Remove function.
3464 (global-map): Bind drag-n-drop and M-drag-n-drop to
3465 mac-dnd-handle-drag-n-drop-event.
3466
3467 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3468
3469 * progmodes/perl-mode.el (perl-beginning-of-function):
3470 Skip anonymous subs.
3471
3472 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3475 regexp-opt at run time.
3476
3477 * term.el (term-handle-ansi-escape): Fix off by one error.
3478
3479 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3480
3481 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3482 (gdb-init-1, gdb-post-prompt): ...and references to it.
3483 (gdb-frame-handler): Strip directory name from filename if present.
3484
3485 * progmodes/gud.el (gdb-force-update): Delete defvar
3486 (gud-speedbar-buttons): ...and references to it. Use window-start
3487 to try to keep positon in watch expression.
3488
3489 2006-05-03 Richard Stallman <rms@gnu.org>
3490
3491 * simple.el (next-history-element, previous-history-element): Doc fix.
3492
3493 * isearch.el (isearch-update-ring): Doc fix.
3494
3495 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3496
3497 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3498 into consideration. Replace one arm ifs with whens.
3499
3500 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3501
3502 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3503 (menu): Fix typo.
3504
3505 2006-05-02 Miles Bader <miles@gnu.org>
3506
3507 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3508
3509 2006-05-02 Jay Belanger <belanger@truman.edu>
3510
3511 * calc/calc-embed.el (calc-override-minor-modes-map)
3512 (calc-override-minor-modes): New variables.
3513 (calc-do-embedded): Make sure that Calc keystrokes aren't
3514 overwritten by minor modes.
3515
3516 2006-05-02 Chong Yidong <cyd@mit.edu>
3517
3518 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3519
3520 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3521
3522 * startup.el (command-line-1): Refer to Lisp manual when
3523 pure-space-overflow occurs.
3524
3525 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3526 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3527 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3528 (version-control): Don't use `t' for safe-local-variable declarations.
3529
3530 2006-05-01 Richard Stallman <rms@gnu.org>
3531
3532 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3533 M-r, M-R, M-A, M-SPC or M-DEL.
3534 (diff-mode-map): diff-refine-hunk now on C-c C-w
3535 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3536
3537 * help-mode.el (help-mode): view-exit-action calls delete-window
3538 only when it is safe and possible.
3539
3540 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3541 in messages.
3542
3543 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3544
3545 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3546 in the default tool-bar-map.
3547
3548 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3549
3550 * net/tramp.el (tramp-completion-file-name-handler-alist)
3551 (tramp-run-real-handler, tramp-completion-run-real-handler)
3552 (tramp-completion-handle-file-name-all-completions)
3553 (tramp-completion-handle-file-name-completion): Autoload them.
3554 (tramp-completion-handle-file-exists-p)
3555 (tramp-completion-handle-file-name-directory)
3556 (tramp-completion-handle-file-name-nondirectory)
3557 (tramp-completion-handle-expand-file-name): Remove them.
3558 (tramp-handle-file-name-directory): Return the real directory name.
3559 Returning "/" only doesn't need to be necessary any longer.
3560 (tramp-file-name-handler): Make special attention when in hostname
3561 completion mode.
3562 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3563 (tramp-register-file-name-handlers):
3564 Register `tramp-completion-file-name-handler' only when
3565 `partial-completion-mode' is enabled.
3566 (tramp-completion-handle-file-name-all-completions):
3567 Delete directory part from results.
3568 (tramp-get-completion-methods, tramp-get-completion-user-host):
3569 Discard deleting "/", it doesn't work after the change of
3570 `tramp-handle-file-name-directory' above.
3571
3572 2006-05-01 Kim F. Storm <storm@cua.dk>
3573
3574 * progmodes/grep.el (grep-expand-template): Use save-match-data
3575 and symbol-value.
3576
3577 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3578
3579 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3580 Use select-frame-set-input-focus instead of raise-frame.
3581 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3582
3583 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3584
3585 * progmodes/gud.el (gud-def): Add %c case.
3586 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3587 (gud-format-command): Make match case sensitive. Match on %F.
3588
3589 2006-04-30 Glenn Morris <rgm@gnu.org>
3590
3591 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3592 (cal-tex-preamble): Use cal-tex-preamble-extra.
3593 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3594 than alias `list-diary-entries'.
3595
3596 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * help-fns.el (describe-variable): Add info about safe local variables.
3599
3600 2006-04-29 Richard Stallman <rms@gnu.org>
3601
3602 * bindings.el (mode-line-format): help-echo doc fixes.
3603
3604 * net/tramp.el (tramp-file-name-handler-alist): Delete
3605 expand-file-name and other operations that can cause spurious loading.
3606
3607 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * files.el (safe-local-variable-p): Remove support for the special
3610 value t.
3611
3612 * textmodes/paragraphs.el (sentence-end-without-space):
3613 Fix safety predicate.
3614 (sentence-end-double-space, sentence-end-without-period)
3615 (paragraph-ignore-fill-prefix):
3616 * textmodes/fill.el (colon-double-space):
3617 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3618
3619 * subr.el (booleanp): New fun.
3620
3621 * textmodes/reftex-vars.el (reftex-guess-label-type):
3622 Tighten the safety predicate.
3623
3624 2006-04-28 Kim F. Storm <storm@cua.dk>
3625
3626 * progmodes/grep.el (defgroup grep): Doc fix.
3627 (grep-auto-highlight): Remove.
3628 (grep-template): New defcustom.
3629 (grep-find-template): Rename from grep-tree-template.
3630 (grep-files-aliases): Rename from grep-tree-files-aliases.
3631 Remove "all" alias, add "l" alias.
3632 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3633 (grep-find-ignored-directories): New defcustom to replace
3634 grep-tree-ignore-CVS-directories, to facilitate ignoring
3635 subdirectories for multiple version control systems.
3636 (grep-mode-map): Add Recursive grep item to GREP menu.
3637 (grep-regexp-history, grep-files-history): New defvars.
3638 (grep-probe): New helper function.
3639 (grep-compute-defaults): Use it to simplify code.
3640 Adapt to name changes.
3641 Use `.' as base in grep-find-template rather than <D>.
3642 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3643 Call grep-compute-defaults unconditionally.
3644 (grep-expand-keywords): New defconst.
3645 (grep-expand-template): Rename from grep-expand-command-macros.
3646 Simplify via grep-expand-keywords. Look at case-fold-search instead
3647 of grep-tree-ignore-case to add -i option.
3648 Bind case-fold-search to nil while matching keywords.
3649 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3650 (grep-read-regexp, grep-read-files): New helper functions.
3651 (rgrep): Rename from grep-tree. Rework to use proper histories.
3652 Adapt to changes in defcustoms and functions above.
3653 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3654
3655 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3656
3657 * net/tramp.el (tramp-completion-file-name-handler):
3658 Disable Tramp's functionality while loading Tramp itself.
3659 (tramp-register-file-name-handlers): That's a defsubst now.
3660 Code from `tramp-repair-jka-compr' moved here. Apply it via
3661 `after-init-hook'.
3662 (tramp-repair-jka-compr): Remove.
3663
3664 2006-04-27 Jay Belanger <belanger@truman.edu>
3665
3666 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3667 read expression when `math-read-big-expr' doesn't work.
3668
3669 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3670
3671 * startup.el (command-line-1): Display warning when
3672 pure-space-overflow is non-nil.
3673
3674 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3675
3676 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3677 risky.
3678
3679 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3680
3681 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3682 Return the URL or nil if none can be generated.
3683
3684 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3685
3686 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3687 byte compiler warnings.
3688 (gud-basic-call, gud-find-expr): Let user select an expression
3689 for printing. Print expression as well as value in GUD buffer.
3690
3691 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3692
3693 * allout.el: Remove local autoload declaration for
3694 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3695 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3696 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3697 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3698 (allout-stylish-prefixes, allout-numbered-bullet)
3699 (allout-file-xref-bullet, allout-presentation-padding)
3700 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3701 safe-local-variable with suitable value spec, and add autoload
3702 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3703 (move-beginning-of-line, move-end-of-line): Repair so these compat
3704 functions now actually resituate the point, when appropriate.
3705
3706 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3709
3710 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3711 (add-log-iso8601-time-string): Fix call to format-time-string.
3712
3713 2006-04-26 Kim F. Storm <storm@cua.dk>
3714
3715 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3716
3717 2006-04-26 Masatake YAMATO <jet@gyve.org>
3718
3719 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3720 Add support for "//" style comments. Remove `b' flag
3721 from ?* in `asm-mode-syntax-table'.
3722
3723 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * follow.el: Use (featurep 'xemacs) everywhere.
3726 (follow-mode): Use define-minor-mode.
3727 (follow-mode-map): Move initialization into the declaration.
3728 Use command remapping.
3729 (follow-emacs-version-xemacs-p): Remove.
3730 (follow-submit-feedback): Remove.
3731
3732 * allout.el (allout-layout, allout-passphrase-verifier-string)
3733 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3734
3735 * textmodes/reftex-vars.el (reftex-vref-is-default)
3736 (reftex-fref-is-default, reftex-guess-label-type):
3737 Tighten up a bit the safety predicate.
3738
3739 * textmodes/paragraphs.el (sentence-end-double-space)
3740 (sentence-end-without-period, sentence-end-without-space)
3741 (page-delimiter, paragraph-ignore-fill-prefix):
3742 Tighten up a bit the safety predicate.
3743
3744 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3745
3746 * progmodes/python.el (python-continuation-line-p)
3747 (python-beginning-of-statement): syntax-ppss may return
3748 a negative depth.
3749 (python-mode): Don't forcefully enable font-lock.
3750
3751 * time-stamp.el (time-stamp-start, time-stamp-end)
3752 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3753
3754 * add-log.el: Remove spurious * in docstrings.
3755 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3756 (add-change-log-entry): Use it here, since it's not specific
3757 to iso8601.
3758 (add-log-iso8601-time-string): Don't use it here any more.
3759 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3760
3761 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3762
3763 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3764
3765 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3766 (rcirc-toggle-low-priority): Doc fix.
3767 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3768 ChanServ regexp.
3769 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3770 #emacs.
3771 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3772 (rcirc-decode-coding-system): Use utf-8 as the default.
3773 (rcirc-multiline-minor-mode): Set the fill-column.
3774 (rcirc-format-response-string): Display bright and dim nicks.
3775 (rcirc-browse-url): Update interactive spec to fill ARG.
3776 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3777 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3778
3779 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3780
3781 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3782 case for @Article, etc.
3783
3784 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3787 Added with autoload cookie.
3788 (tramp-unload-file-name-handlers): Rename from
3789 `tramp-unload-file-name-handler-alist'.
3790
3791 2006-04-23 Romain Francoise <romain@orebokech.com>
3792
3793 * comint.el (comint-match-partial-filename): Doc fix.
3794
3795 2006-04-21 Glenn Morris <rgm@gnu.org>
3796
3797 * calendar/cal-menu.el (calendar-mode-map): Refer to
3798 `diary-view-entries' rather than alias `view-diary-entries'.
3799 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3800
3801 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3802
3803 * progmodes/antlr-mode.el (antlr-default):
3804 * cus-edit.el (custom-documentation):
3805 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3806 in defface.
3807
3808 2006-04-21 Kim F. Storm <storm@cua.dk>
3809
3810 * image.el (image-type): New defun split out of create-image.
3811 (create-image): Use it.
3812
3813 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3814
3815 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3816 (org-open-at-point): Remove the "...done" message to keep output
3817 in the echo area visible.
3818 (org-export-as-xoxo): Fix call to `indent-region'.
3819
3820 2006-04-21 Kevin Ryde <user42@zip.com.au>
3821
3822 * international/mule.el (keyboard-coding-system): defcustom
3823 info-link fixes: "Specify Coding" has been split, keyboard now in
3824 "Terminal Coding", and "Single-Byte Character Support" is now
3825 "Unibyte Mode".
3826
3827 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3828
3829 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3830 Use font-lock-warning-face for any errors e.g. no stack.
3831 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3832
3833 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * progmodes/sh-script.el (sh-shell): Mark as safe.
3836
3837 * newcomment.el (comment-start, comment-start-skip)
3838 (comment-end-skip, comment-end): Mark as safe.
3839
3840 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3841
3842 * textmodes/org.el (org-deadline-announce): Face removed.
3843 (org-level-faces, org-n-levels): Convert to constant.
3844 (org-compatible-face): New function.
3845 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3846 (org-level-5, org-level-6, org-level-7, org-level-8)
3847 (org-special-keyword, org-warning, org-headline-done, org-link)
3848 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3849 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3850 Face definition revised for better color tty support.
3851 (org-bold-re, org-italic-re, org-underline-re): New constants.
3852 (org-set-font-lock-defaults): Use the new constants.
3853 (org-agenda-highlight-todo): New function.
3854 (org-agenda-todo): Fix bug with point at end of line.
3855 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3856 Fontify TODO keywords.
3857 (org-insert-link): Preserve relative path in ../ links.
3858 (org-export-as-html): Convert links pointing to .org files into
3859 links that will work beteen the exported HTML files.
3860 (org-todo-list): Fix bug when arg=0.
3861 (org-insert-heading): More fine-tuning.
3862
3863 2006-04-19 Romain Francoise <romain@orebokech.com>
3864
3865 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3866 from `rmail-mime-charset-pattern'.
3867
3868 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3869
3870 * progmodes/python.el (python-mode): Fix typo.
3871
3872 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3873
3874 * comint.el (comint-previous-input): Don't clobber input line
3875 when moving off either end of the input history ring.
3876 (comint-delete-input): New function, used by
3877 `comint-previous-input' and others.
3878 (comint-previous-matching-input):
3879 Use `coming-delete-input'. Save the partial input if leaving the
3880 edit line. Goto point-max before deleting input to avoid
3881 partial input fragments hanging around.
3882 (comint-restore-input): New function, used by `comint-previous-input'.
3883
3884 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * imenu.el (imenu--index-alist): Balance parentheses.
3887
3888 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3889
3890 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3891
3892 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3893
3894 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3895 file is nil.
3896
3897 2006-04-18 Richard Stallman <rms@gnu.org>
3898
3899 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3900
3901 * imenu.el (imenu-create-index-function, imenu--index-alist)
3902 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3903 (imenu-default-create-index-function, imenu--generic-function):
3904 Doc fixes.
3905
3906 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3907
3908 * help-mode.el (help-mode): Set view-exit-action to delete window.
3909
3910 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3911 now works by passing nil as arg.
3912
3913 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3914
3915 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3916 (read-abbrev-file): Provide default when reading filename.
3917
3918 * files.el (enable-local-variables): Allow :all as value.
3919 (hack-local-variables): Implement that value.
3920 (safe-local-variable-values, safe-local-eval-forms)
3921 (enable-local-variables): Mark as risky.
3922 (find-file-visit-truename, kept-old-versions): Mark safe.
3923
3924 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3925 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3926 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3927
3928 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3931 Use forward-line so as to get to BOL even in the presence of fields.
3932 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3933 in return.
3934 (inferior-tcl): Tell tclsh to work in interactive mode.
3935
3936 * complete.el (partial-completion-mode):
3937 Use 'choose-completion-string-functions to make sure that
3938 choose-completion fills the minibuffer properly.
3939
3940 * complete.el (PC-old-read-file-name-internal): Remove.
3941 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3942 of read-file-name-internal.
3943 (partial-completion-mode): Enable/disable this advice.
3944
3945 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3948 of 2006-04-17.
3949
3950 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3951
3952 * textmodes/org.el (org-insert-heading): Insert heading before
3953 current if at beginning of line.
3954 (org-todo, org-date): New faces.
3955 (org-table-align): Make sure tooltip window contains full text.
3956 (org-no-properties): New defsubst.
3957 (org-set-font-lock-defaults): Use new faces.
3958
3959 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3960
3961 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3962 for root variables.
3963
3964 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3965 (gdb-frame-address): Re-use to identify frame for watch expression.
3966 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3967 variables.
3968 (gdb-init-1, gdb-source, gdb-post-prompt)
3969 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3970 (gdb-frame-handler): Get gdb-frame-address.
3971
3972 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3973
3974 Sync with Tramp 2.0.53.
3975
3976 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3977 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3978 (tramp-completion-file-name-handler): Add autoload cookie for
3979 adding to `file-name-handler-alist'.
3980
3981 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3982 the prompt. If it returns earlier (when detecting an error
3983 message), the rest of the output will merge accidently with the
3984 output of the next command. Reported by M Jared Finder
3985 <jared@hpalace.com>.
3986
3987 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3988 for `process-file', in order to let it work for older Emacsen too.
3989
3990 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3991
3992 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3993 (tex-font-lock-keywords-3): Use it.
3994
3995 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * newcomment.el (comment-add): New function.
3998 (comment-region-default, comment-dwim): Use it.
3999
4000 2006-04-15 Michael Olson <mwolson@gnu.org>
4001
4002 * emacs-lisp/tq.el: Improve comments.
4003 (tq-queue-head-question): New accessor function.
4004 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4005 Update for modified queue structure.
4006 (tq-queue-add): Accept `question' argument.
4007 (tq-queue-pop): If a question is pending, send it.
4008 (tq-enqueue): Accept new optional argument `delay-question'.
4009 If this is non-nil, and at least one other question is pending a
4010 response, queue the question rather than sending it immediately.
4011
4012 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4013
4014 * calendar/appt.el (appt-add): Check whether an appointment is
4015 already present in appt-time-msg-list. Simplify code.
4016
4017 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * progmodes/cc-langs.el (c-mode-menu):
4020 Don't presume c-subword-mode is bound.
4021
4022 2006-04-13 Bill Wohler <wohler@newt.com>
4023
4024 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4025 (customize-package-emacs-version): Use cdr instead of cadr now
4026 that alists use dotted pairs.
4027
4028 * custom.el (defcustom): Fix docstring for :package-version.
4029
4030 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4031
4032 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4033 (tramp-handle-shell-command): Display output buffer only when
4034 `tramp-display-shell-command-buffer' is true.
4035 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4036
4037 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4038
4039 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4040 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4041
4042 2006-04-13 Romain Francoise <romain@orebokech.com>
4043
4044 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4045 leaving temporary .cvsignore buffers behind.
4046
4047 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4048
4049 * textmodes/org.el (org-set-regexps-and-options)
4050 (org-get-current-options): Better names for the startup folding
4051 options.
4052
4053 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4054
4055 * vc.el (vc-annotate): Arrange for point to end up at the same
4056 line number as in the original, but only when using a new buffer.
4057
4058 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4059
4060 * files.el (hack-one-local-variable-eval-safep):
4061 Recognize `edebug-form-spec' for `put', but only if it passes
4062 `edebug-basic-spec'. Generalize `put' handling.
4063
4064 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4065 vetting file-local form specs.
4066
4067 * allout.el (allout-layout): Autoload its `safe-local-variable'
4068 property.
4069
4070 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4071
4072 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4073 (org-agenda-mouse-1-follows-link)
4074 (org-mouse-1-follows-link): New options.
4075 (org-format-agenda-item): Fix bug if TAGS is nil.
4076 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4077
4078 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4079
4080 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4081 GDB 6.1+ gives full filename for "info sources" so use
4082 file-name-nondirectory.
4083
4084 2006-04-12 Romain Francoise <romain@orebokech.com>
4085
4086 * subr.el (read-passwd): Bind `message-log-max' to nil.
4087
4088 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * progmodes/perl-mode.el (perl-indent-new-calculate):
4091 Recompute parse-start after jumping backward by a whole sexp.
4092
4093 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4096 window configuration.
4097 (vc-annotate-display-select): Select the buffer so that current-buffer
4098 (and selected-window) is the output buffer at the end of vc-annotate.
4099
4100 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4101
4102 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4103 8-color terminals, to use all of the colors in a sensible order.
4104 256-color terminals work well with the standard map.
4105 (vc-annotate-lines): Only strip the first color character if it
4106 is "#", to allow for terminal-style named colors.
4107 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4108 the correct buffer is scrolled.
4109
4110 2006-04-11 Richard Stallman <rms@gnu.org>
4111
4112 * emacs-lisp/bytecomp.el (byte-compile-file):
4113 Bind enable-local-variables to :safe, and make normal-mode obey it.
4114
4115 * files.el (enable-local-variables): Allow value :safe.
4116 (normal-mode): Doc fix.
4117 (hack-local-variables): Implement enable-local-variables = :safe.
4118 (hack-local-variables-confirm): Don't prevent quitting.
4119
4120 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * loadhist.el (unload-feature): A bit of sanity check of
4123 load-history entries. Cancel timer-vars before unbinding them.
4124
4125 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4126 quote special chars, and make the trick work on the hex part of the
4127 buffer as well.
4128 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4129 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4130
4131 * startup.el (normal-splash-screen): Fix last change so we don't wait
4132 2 minutes if we don't show the splash screen.
4133
4134 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4135
4136 * textmodes/org.el (org-export-plain-list-max-depth)
4137 (org-table-spaces-around-separators)
4138 (org-radio-targets, org-activate-camels)
4139 (org-table-spaces-around-invisible-separators): Options removed.
4140 (org-time-stamp-rounding-minutes, org-remember-templates)
4141 (org-ellipsis, org-activate-links, org-descriptive-links):
4142 New options.
4143 (org-remember-apply-template, org-current-time)
4144 (org-finish-edit-table-field)
4145 (org-link-unescape, org-link-escape)
4146 (org-string-width, org-table-clean-line, org-html-do-expand)
4147 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4148 (org-read-agenda-file-list): New functions.
4149 (org-table-edit-field)
4150 (org-table-create-or-convert-from-region): New commands
4151 (org-table-toggle-vline-visibility): Command removed.
4152 (org-table-convert-region): Made a command.
4153 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4154 Replace with the normal org- functions.
4155 (org-self-insert-command): Don't trigger realign unnecessarily
4156 when blanking a field that is not full.
4157 (org-mode): `Set buffer-invisibility-spec' for links.
4158 (org-activate-links2): Hide link part and only show descriptive
4159 part of the link.
4160 (org-insert-link): Modify for new linking system.
4161 (org-store-link): Store description separately, for use by
4162 `org-insert-link'.
4163 (org-table-align): Use `org-string-width'.
4164 (defgroup): Completely new group structure for custom variables.
4165 (org-agenda-files): Option: Single file name allowed. Function:
4166 Optional argument unrestrited means ignore any restricitons.
4167 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4168 trying to modify the menu. Use generalized access to
4169 `org-agenda-files.'
4170 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4171 (org-agenda-file-to-front, org-remove-file, org-diary)
4172 (org-tags-view, org-export-icalendar-all-agenda-files)
4173 (org-export-icalendar-combine-agenda-files): Use generalized
4174 access to `org-agenda-files'.
4175 (org-remember-handler): Correctly preserve heading if present.
4176 (org-table-insert-row, org-table-insert-hline): Deal with
4177 invisible characters.
4178
4179 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4180
4181 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4182 (vc-annotate-color-map): New 18 element constant
4183 value/saturation, rotating hue colormap, from red->blue.
4184 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4185 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4186 (vc-annotate): To avoid killing the required local variables,
4187 set them before the end of `with-output-to-temp-buffer', and
4188 after first switching to annotate-mode.
4189 (vc-annotate-warp-version): Add buffer argument in goto-line to
4190 ensure annotation, not source, is scrolled.
4191
4192 2006-04-10 Bill Wohler <wohler@newt.com>
4193
4194 * custom.el (defcustom, custom-handle-keyword):
4195 Add :package-version keyword.
4196 (custom-add-package-version): New function. Sets value of new
4197 property 'custom-package-version from :package-version keyword.
4198 (defcustom): Create Common Keywords section in docstring.
4199 (defface, defgroup): Replace definitions of a select few keywords
4200 with a reference to the Common Keywords in defcustom.
4201 (defcustom, defface, defgroup): Replace reference to Customization
4202 chapter in manual with hyperlink.
4203
4204 * cus-edit.el (customize-package-emacs-version-alist):
4205 New variable.
4206 (customize-changed-options): Add check for custom-package-version.
4207 (customize-package-emacs-version): New function to look up Emacs
4208 version corresponding to the given package version.
4209
4210 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4211 defun name, in similar fashion to find-variable-regexp.
4212
4213 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4214
4215 * international/mule-cmds.el (set-locale-environment): Fix last
4216 change for when the locale's preferences don't specify any encoding.
4217
4218 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4221 so the defined var/fun doesn't need to be quoted.
4222
4223 2006-04-10 Richard Stallman <rms@gnu.org>
4224
4225 * finder.el (finder-mode-map): Add n and p bindings.
4226
4227 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4228
4229 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4230 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4231 (gdb-setup-windows): Put something in source window if we can't find
4232 the source file.
4233 (gdb-frame-handler): Make it work again with just assembly.
4234 (gdb-data-list-register-values-handler): Make it work when there is
4235 no stack.
4236
4237 2006-04-09 Richard Stallman <rms@gnu.org>
4238
4239 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4240 specs while looking for charset.
4241
4242 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4243
4244 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4245 Make them faces.
4246 (lm-font-lock-keywords): Update appropriately.
4247
4248 2006-04-10 Kim F. Storm <storm@cua.dk>
4249
4250 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4251 it can also replace buffer-substring-no-properties.
4252
4253 * emulation/cua-base.el (cua-delete-region, cua-paste)
4254 (cua-repeat-replace-region): Use filter-buffer-substring.
4255
4256 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4257 (cua-cut-region-to-global-mark): Likewise.
4258
4259 * emulation/cua-rect.el (cua--extract-rectangle)
4260 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4261
4262 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4263
4264 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4265 entry-type. Add field delimiters to numerical fields if they are
4266 not present.
4267
4268 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4269
4270 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4271 string-const to return value.
4272 (bibtex-remove-delimiters): Use it.
4273
4274 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4277 cl-byte-compile-compiler-macro unless it exists.
4278
4279 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4280
4281 * files.el (hack-local-variables-confirm) <offer-save>:
4282 Clarify message text. Suggested by Ralf Angeli.
4283
4284 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4285
4286 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4287 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4288 instead of `buffer-substring' and `delete-region'. (Most of the
4289 code actually copied from `kill-region'.)
4290
4291 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4292
4293 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4294 (rcirc-default-port): Rename from rcirc-port.
4295 (rcirc-default-nick): Rename from rcirc-nick.
4296 (rcirc-default-user-name): Rename from rcirc-user-name.
4297 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4298 (rcirc-low-priority-flag): New variable.
4299 (rcirc-decode-coding-system): New defcustom.
4300 (rcirc-encode-coding-system): New defcustom.
4301 (rcirc-coding-system-alist): New defcustom.
4302 (rcirc-multiline-major-mode): New defcustom.
4303 (rcirc-nick): New internal variable.
4304 (rcirc-process): Remove variable.
4305 (rcirc-server-buffer): New variable.
4306 (rcirc): Update to use rcirc-default-* variables above.
4307 (rcirc-connect): Do not add window-configuration-hook-here.
4308 (rcirc-server): New internal variable.
4309 (rcirc-connect): Do not send keepalive pings if
4310 rcirc-keepalive-seconds is nil.
4311 (with-rcirc-server-buffer): New macro.
4312 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4313 (rcirc-server-name): Rename from rcirc-server.
4314 (rcirc-buffer-process): New function.
4315 (rcirc-buffer-nick): New function.
4316 (rcirc-buffer-target): Remove function.
4317 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4318 New commands.
4319 (rcirc-mode-map): Change binding of C-c C-l to
4320 rcirc-toggle-low-priority.
4321 (rcirc-mode): Initialize coding system based on
4322 rcirc-coding-system-alist. New change-major-mode-hook to part the
4323 channel on a mode change. Make kill-buffer-hook buffer-local.
4324 (rcirc-change-major-mode-hook): New function.
4325 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4326 (rcirc-last-post-time): New variable.
4327 (rcirc-process-message): Store the last time user posted a message
4328 to this target.
4329 (rcirc-multiline-minor-mode): New mode.
4330 (rcirc-multiline-minor-mode-map): New mode map.
4331 (rcirc-edit-multiline): Put multiline-edit buffer in
4332 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4333 (rcirc-print): Ignore any line starting with an ignored nick.
4334 (rcirc-print): Decode using rcirc-decode-coding-system.
4335 (rcirc-track-minor-mode): Update global-mode-string when disabling
4336 this mode.
4337 (minor-mode-alist): Add LowPri indicator.
4338 (rcirc-toggle-low-priority): New function.
4339 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4340 next lowpriority buffer with activity.
4341 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4342 last time the user posted a message in to the target.
4343 (rcirc-update-activity-string): New formatting for low priority
4344 buffers.
4345 (rcirc-split-activity): New function.
4346 (rcirc-handler-PART, rcirc-handler-KICK)
4347 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4348 (rcirc-nick-away-alist): New variable.
4349 (rcirc-handler-301): New handler. Away messages are printed once
4350 per change.
4351
4352 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4353
4354 * info.el (Info-follow-nearest-node): Doc fix.
4355
4356 * international/mule-cmds.el (set-locale-environment): Make sure
4357 the coding-system preferred by the locale's language has the same
4358 EOL conversion type as the original buffer-file-coding-system.
4359 (locale-language-names): Add a few MS Windows language codes.
4360
4361 2006-04-07 Richard Stallman <rms@gnu.org>
4362
4363 * simple.el (eval-expression): Doc fix.
4364
4365 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4366 (eval-defun): Doc fixes.
4367
4368 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4369
4370 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4371
4372 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4373
4374 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4375 GDB list command without argument for greater generality.
4376
4377 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4378
4379 * subr.el (string-or-null-p): New function.
4380
4381 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4382
4383 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4384
4385 * files.el: Update comment about safe-local-variable declarations.
4386
4387 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4388
4389 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4390 See idlwave.org.
4391
4392 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4393 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4394
4395 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4396 See idlwave.org.
4397
4398 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4399 version 6.0 (minimal changes). See idlwave.org.
4400
4401 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4402 6.0 (minimal changes). See idlwave.org.
4403
4404 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4405
4406 2006-04-06 Romain Francoise <romain@orebokech.com>
4407
4408 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4409 symmetric encryption features and a new asynchronous interface to
4410 GnuPG. This new version is version 1.4, plus whitespace changes.
4411
4412 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4413
4414 * files.el: Move some `safe-local-variable' declarations to the
4415 respective files.
4416
4417 * textmodes/ispell.el (ispell-check-comments)
4418 (ispell-local-dictionary): Mark as safe.
4419
4420 * abbrev.el (abbrev-mode): Mark as safe.
4421
4422 * add-log.el (change-log-default-name): Mark as safe.
4423
4424 * textmodes/reftex-vars.el (reftex-vref-is-default)
4425 (reftex-fref-is-default, reftex-level-indent)
4426 (reftex-guess-label-type): Mark as safe.
4427
4428 * textmodes/fill.el (colon-double-space): Mark as safe.
4429
4430 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4431 (sentence-end-double-space, sentence-end-without-period)
4432 (sentence-end-without-space, sentence-end, sentence-end-base)
4433 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4434
4435 2006-04-06 Kim F. Storm <storm@cua.dk>
4436
4437 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4438 the :set-after list.
4439 (ido-downcase-unc-hosts): New user option. Default on.
4440 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4441 when it is set, as regexps are now applied on the fly.
4442 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4443 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4444 on the fly, but only when ido-process-ignore-lists is set.
4445 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4446 Only downcase names if ido-downcase-unc-hosts is set.
4447
4448 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4449
4450 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4451
4452 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4453
4454 2006-04-05 Kim F. Storm <storm@cua.dk>
4455
4456 * ido.el (ido-mode): Set after ido-unc-hosts and
4457 ido-ignore-unc-host-regexps.
4458 (ido-save-history): Save ido-unc-hosts-cache.
4459 (ido-load-history): Load ido-unc-hosts-cache.
4460 (ido-reread-directory): Refresh unc hosts cache in // dir.
4461
4462 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4463 to nil while displaying slash screen.
4464
4465 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4466
4467 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4468 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4469
4470 2006-04-05 Kenichi Handa <handa@m17n.org>
4471
4472 * international/characters.el: Setup cases of Latin, Greek, and
4473 Cyrillic characters in CJK charsets.
4474
4475 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4476
4477 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4478 default-enable-multibyte-characters. This reverts the change from
4479 revision 6.17 which is no longer necessary because the passphrase
4480 is sent separately now. GnuPG messages are unreadable under
4481 multibyte locales with default-enable-multibyte-characters set to nil.
4482
4483 2006-04-04 Andreas Schwab <schwab@suse.de>
4484
4485 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4486 and `byte-compile-warnings' as `safe-local-variable'.
4487
4488 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4489
4490 * man.el (Man-mode-map): Restore the \r binding.
4491 (Man-abstract-xref-man-page): If Man-target-string is a function,
4492 call it.
4493 (Man-highlight-references): Use Man-default-man-entry to get the
4494 target. Deal with xrefs too.
4495 (Man-highlight-references0): Don't call the target function.
4496
4497 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4498 cannot deal with it.
4499
4500 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4501
4502 * pgg-gpg.el: Clean up process buffers every time gpg processes
4503 complete.
4504
4505 2006-04-04 Kenichi Handa <handa@m17n.org>
4506
4507 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4508 here.
4509 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4510 Temporarily bind inhibit-field-text-motion to t.
4511
4512 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * startup.el (normal-splash-screen): Only set mode-line-format in the
4515 splash buffer, so as not to interfere when debugging the code.
4516 Ignore errors when switching buffer.
4517
4518 2006-04-03 Romain Francoise <romain@orebokech.com>
4519
4520 * dired.el (dired-dnd-protocol-alist): Fix typo.
4521
4522 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4523
4524 * savehist.el (savehist): Add :version.
4525 (savehist-ignored-variables): New variable.
4526 (savehist-minibuffer-hook): Don't save variables listed in
4527 `savehist-ignored-variables'.
4528
4529 * dired.el (dired-dnd-protocol-alist): Mention that change does
4530 only apply to new buffers in doc string.
4531
4532 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4533
4534 * recentf.el (recentf-open-files-item): Include newline in button
4535 field, so opening a file will work, when the point is at the end
4536 of the file name. Allow, for example, to [i]search a file by
4537 extension and just push RET to open it.
4538
4539 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4540
4541 * pgg-gpg.el (pgg-gpg-process-filter)
4542 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4543
4544 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4545 lines, temporary fix.
4546
4547 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4548
4549 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4550
4551 2006-04-02 Richard Stallman <rms@gnu.org>
4552
4553 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4554
4555 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4556
4557 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4558 header-mouse-map.
4559
4560 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4561 (ibuffer-mode-header-map): New keymaps.
4562 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4563 and keybindings for column headers.
4564 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4565 property.
4566
4567 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4568
4569 * speedbar.el (speedbar-after-create-hook): Doc fix.
4570
4571 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4572
4573 * shell.el (shell-directory-tracker)
4574 (shell-dynamic-complete-command): Doc fixes.
4575
4576 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4577
4578 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4579 terminals.
4580
4581 2006-04-01 Kim F. Storm <storm@cua.dk>
4582
4583 * ido.el (ido-unc-hosts-cache): New defvar.
4584 (ido-unc-hosts): If value of defcustom is a function, call it to
4585 get list of UNC hosts. Add function-item choices to specify
4586 ido-unc-hosts-net-view or user function.
4587 (ido-ignore-unc-host-regexps): New defcustom.
4588 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4589 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4590 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4591
4592 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4595 wwidth.
4596
4597 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4600 (ido-max-work-file-list, ido-switch-buffer)
4601 (ido-read-file-name-as-directory-commands):
4602 Fix typos in docstrings.
4603
4604 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4605
4606 * term/mac-win.el (mac-system-coding-system): Define and use after
4607 Mac-specific coding systems are ready.
4608
4609 2006-03-27 Romain Francoise <romain@orebokech.com>
4610
4611 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4612
4613 * ldefs-boot.el: Update.
4614
4615 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4616
4617 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4618 passphrases when it is not needed.
4619 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4620 passphrase stuff from gpg, should only be necessary when you use
4621 gpg with a smartcard.
4622
4623 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * comint.el (comint-dynamic-list-completions): Allow user to
4626 select *Completions* buffer.
4627
4628 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4629
4630 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4631
4632 2006-03-26 Andreas Schwab <schwab@suse.de>
4633
4634 * progmodes/gud.el (gdb): Only complain about multiple debugging
4635 when the gdb process is still running.
4636
4637 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4638
4639 * mail/rmail.el (tool-bar-map): Defvar it.
4640 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4641 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4642
4643 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4644
4645 * help.el (print-help-return-message): Suggest to use
4646 display-buffer instead of switch-to-buffer-other-window to restore
4647 the previous window without selecting it.
4648
4649 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4650
4651 * frame.el (select-frame-by-name): Call x-focus-frame also when
4652 window-system is mac.
4653
4654 * term/mac-win.el: Adjust Courier font specifications in
4655 x-fixed-font-alist.
4656 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4657 when directly encoding to UTF-16 in native byte order, no BOM.
4658
4659 2006-03-25 Kim F. Storm <storm@cua.dk>
4660
4661 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4662 (cua--init-keymaps): Use it instead of fixed C-return.
4663 (cua-mode): Set after it.
4664
4665 * emulation/cua-rect.el (cua--init-rectangles):
4666 Use cua-rectangle-mark-key instead of fixed C-return.
4667
4668 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4669
4670 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4671 "run" in .gdbinit.
4672 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4673
4674 2006-03-24 Romain Francoise <romain@orebokech.com>
4675
4676 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4677 `display-buffer-other-frame'.
4678
4679 2006-03-24 Kim F. Storm <storm@cua.dk>
4680
4681 * apropos.el (apropos-synonyms): Add selection => region.
4682
4683 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4684
4685 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4686 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4687 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4688 (gdb-data-list-register-values-regexp)
4689 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4690 Future proof against new fields being added to MI output.
4691 (gdb-send): Don't treat backslashes for program input as
4692 continuations.
4693 (gdb-assembler-handler): Don't use window-start for this handler.
4694 (gdb-frame-handler): Don't change to hollow arrow if overlay
4695 arrow doesn't move to new frame.
4696
4697 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4698
4699 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4700 prevent compiler warnings.
4701 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4702 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4703 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4704 buffer too.
4705
4706 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4707
4708 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4709 make-network-process, so we can use the same code in Gnus v5-10
4710 too and have this file fully synchronized with that release.
4711
4712 2006-03-23 Romain Francoise <romain@orebokech.com>
4713
4714 * ibuf-ext.el (ibuffer-read-filter-group-name):
4715 Use `ibuffer-generate-filter-groups' to make completion list match
4716 the filter groups that are really displayed in the Ibuffer buffer.
4717 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4718
4719 2006-03-23 Kenichi Handa <handa@m17n.org>
4720
4721 * international/mule-cmds.el (sort-coding-systems): Describe that
4722 the argument is modified in docstring.
4723
4724 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4725
4726 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4727 (pgg-gpg-update-agent): New function.
4728 (pgg-gpg-use-agent-p): New function.
4729 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4730 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4731 (pgg-gpg-sign-region): Use it.
4732
4733 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * cus-edit.el (custom-face-set): Call custom-push-theme before
4736 face-spec set so that `changed' theme is correctly saved.
4737 (custom-face-reset-standard): Reset to recalculated face rather
4738 than defface spec.
4739
4740 * custom.el (custom-push-theme): Only save `changed' theme if the
4741 current face does not match the defface specs.
4742
4743 2006-03-21 Simon Josefsson <jas@extundo.com>
4744
4745 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4746 <wilde@sha-bang.de>.
4747 (pgg-gpg-use-agent): New variable.
4748 (pgg-gpg-process-region): Use it.
4749 (pgg-gpg-encrypt-region): Likewise.
4750 (pgg-gpg-encrypt-symmetric-region): Likewise.
4751 (pgg-gpg-decrypt-region): Likewise.
4752 (pgg-gpg-sign-region): Likewise.
4753 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4754
4755 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4756
4757 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4758 bracket links.
4759
4760 2006-03-21 Kim F. Storm <storm@cua.dk>
4761
4762 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4763 fringe-indicator-alist instead of modifying global value.
4764 (gdb-frame-handler): Likewise.
4765
4766 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4767
4768 * diff-mode.el (diff-function): Make it inherit from diff-header
4769 instead of diff-context.
4770
4771 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4772 bitmap.
4773 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4774 change names in macro above for consistency.
4775 (gdb-frame-handler): Use hollow-right-triangle for all selected
4776 frames which except the innermost (where execution has stopped).
4777 (gdb-reset): Reset buffer-local values of overlay-arrow.
4778
4779 2006-03-20 Richard Stallman <rms@gnu.org>
4780
4781 * simple.el (set-mark-command): Doc fix.
4782
4783 * files.el (display-buffer-other-frame): New command.
4784 (ctl-x-4-map): Bind C-x 5 C-o to it.
4785
4786 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4789 rather than just defer-time, in case defer-time has been changed but
4790 the timer isn't running yet.
4791 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4792
4793 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4794
4795 * help-mode.el (help-follow-symbol): New function.
4796 Essentially identical to the old `help-follow', but do not let
4797 `push-button' do the work when on an xref.
4798 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4799
4800 2006-03-19 Richard Stallman <rms@gnu.org>
4801
4802 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4803 preceded by the word `program'.
4804 (help-follow-mouse, help-follow): Throw error if not on xref.
4805 Delete no longer used args.
4806
4807 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4810 annotation ensure gud-overlay-arrow-position is redisplayed.
4811
4812 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4813
4814 * textmodes/bibtex.el (bibtex-include-OPTkey)
4815 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4816 (bibtex-autokey-name-case-convert)
4817 (bibtex-autokey-titleword-case-convert): Make these the aliases
4818 for the following two variables.
4819 (bibtex-autokey-name-case-convert-function)
4820 (bibtex-autokey-titleword-case-convert-function): Make these the
4821 real names.
4822 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4823 bibtex-font-lock-crossref sublists.
4824 (bibtex-mode): Revert 2005-12-30 change (which made
4825 completion-ignore-case buffer-local).
4826 (bibtex-url): Simplify.
4827
4828 2006-03-19 Kim F. Storm <storm@cua.dk>
4829
4830 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4831 cursor property value to 2 (to align with C level change).
4832
4833 2006-03-19 Bill Wohler <wohler@newt.com>
4834
4835 * image.el (image-load-path-for-library): Shorten first line in
4836 docstring.
4837
4838 2006-03-18 Richard Stallman <rms@gnu.org>
4839
4840 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4841
4842 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4843
4844 * isearch.el (isearch-other-meta-char): Handle user bindings for
4845 shifted control characters.
4846
4847 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4848
4849 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4850 part that matches email addresses, file names, etc.
4851
4852 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4853
4854 * term/w32-win.el (mouse-set-font):
4855 Mention w32-list-proportional-fonts in the doc string.
4856
4857 2006-03-18 Kim F. Storm <storm@cua.dk>
4858
4859 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4860 (ido-unc-hosts): New user option to explicitly define list of know
4861 UNC-style hosts for completion.
4862 (ido-cache-unc-host-shares-time): New user option.
4863 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4864 New helper functions for UNC file-name support.
4865 (ido-may-cache-directory): Check for UNC host. Simplify.
4866 (ido-wash-history): Clean out old UNC hosts.
4867 (ido-nonreadable-directory-p): UNC hosts are always readable.
4868 (ido-directory-too-big-p): UNC hosts are never too big.
4869 (ido-set-current-directory): Handle UNC root path.
4870 (ido-file-name-all-completions): Complete UNC host names from
4871 ido-unc-hosts list. Cache UNC host shares.
4872 (ido-make-file-list-1): Don't filter UNC root.
4873 (ido-exhibit): Check for // in root directory, and switch to UNC
4874 mode by setting ido-current-directory to //.
4875
4876 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * cus-edit.el (customize-changed-options): Mention explicit
4879 version number as default in prompt.
4880
4881 2006-03-17 Bill Wohler <wohler@newt.com>
4882
4883 * image.el (image-load-path-for-library): Minor docstring fix.
4884
4885 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4886
4887 * textmodes/org.el (org-read-date): Include subgroup 5 into
4888 replacement text.
4889 (org-popup-calendar-for-date-prompt): Fix customization type.
4890
4891 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4892
4893 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4894 (gdb-continuation): New variable.
4895 (gdb-send): Deal with continuation lines.
4896
4897 * progmodes/gud.el (gud-gdb-complete-command)
4898 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4899 expressions.
4900 (gud-tooltip-mode): Use buffer-local value.
4901
4902 2006-03-16 Kim F. Storm <storm@cua.dk>
4903
4904 * ido.el (ido-edit-input): Use selected match, if any.
4905
4906 2006-03-16 Bill Wohler <wohler@newt.com>
4907
4908 * image.el (image-load-path-for-library): Prefer user's images in
4909 image-load-path.
4910
4911 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4912
4913 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4914 when checking for attempt to drag leftmost or rightmost scrollbar.
4915
4916 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4917
4918 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4919 (gdb-force-mode-line-update): New function.
4920 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4921 (gdb-exited): Use them.
4922 (gdb-signal): New function.
4923 (gdb-annotation-rules): Provide a rule for it.
4924
4925 2006-03-16 Kenichi Handa <handa@m17n.org>
4926
4927 * international/mule.el (auto-coding-regexp-alist): Add entries
4928 for Unicode BOM.
4929
4930 * sort.el (sort-build-lists): Temporarily bind
4931 inhibit-field-text-motion to t.
4932
4933 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4934
4935 * locate.el (locate-command, locate-make-command-line)
4936 (locate-fcodes-file, locate-update-command)
4937 (locate-prompt-for-command, locate, locate-with-filter)
4938 (locate-get-file-positions): Doc fixes.
4939 (locate-buffer-name, locate-header-face): Remove leading `*' in
4940 defcustom.
4941 (locate-filter-output): Use `keep-lines' instead of its alias
4942 `delete-non-matching-lines'.
4943 (locate-get-filename, locate-get-dirname): Add introductory comment.
4944 (locate-find-directory-other-window): Give appropriate error
4945 message if used outside main listing.
4946
4947 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4950 the new extend-region feature.
4951 (font-lock-after-change-function): Update correspondingly.
4952 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4953 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4954
4955 2006-03-15 Bill Wohler <wohler@newt.com>
4956
4957 * image.el (image-load-path-for-library): Fix example by not
4958 recommending that one binds image-load-path. Just defvar it to
4959 placate compiler and only use it if previously defined.
4960
4961 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4962
4963 * textmodes/org.el (org-insert-centered): Use `string-width' to
4964 make underlining work for wide characters.
4965 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4966 TAB to `org-cycle', to make sure that no binding in
4967 `outline-mode-map' can supercede it.
4968
4969 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4970
4971 * allout.el: Increment version to 2.2.1 in file commentary.
4972
4973 (allout-version): Increment to 2.2.1.
4974
4975 (allout-default-layout): New customization variable, used when the
4976 file lacks a specific allout-layout. Uses allout-layout-type for
4977 recursively nested definition.
4978
4979 (allout-layout-type): Widget defining allout layouts, necessary for
4980 self-recursive definition.
4981
4982 (allout-mode): Incorporate allout-default-layout as fallback for
4983 allout-layout.
4984
4985 (allout-layout): Mark as 'safe-local-variable', and refer mention
4986 fallback to `allout-default-layout' in absence of a specified value.
4987 (allout-passphrase-verifier-string)
4988 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4989
4990 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4991
4992 (allout-get-encryption-passphrase-verifier): Use correct name of
4993 passphrase verifier in docstring.
4994
4995 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4996
4997 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4998 elements.
4999 (gdb-find-watch-expression): Make it work for arrays too.
5000 Follow change to gdb-var-list.
5001 (gud-watch): Allow the user to enter variable name with a prexix
5002 arg. Create keybindings.
5003 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5004 (gdb-var-list-children-handler, gdb-var-update-handler)
5005 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5006 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5007 Follow change to gdb-var-list.
5008 (gdb-starting): Don't show the overlay arrows when program is running.
5009
5010 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5011 gdb-var-list.
5012
5013 2006-03-14 Bill Wohler <wohler@newt.com>
5014
5015 * image.el (image-load-path-for-library): Pass value of path
5016 rather than symbol. Always return list of directories.
5017 Guarantee that image directory comes first.
5018
5019 2006-03-14 Alan Mackenzie <acm@muc.de>
5020
5021 * font-core.el (font-lock-extend-region\(-function\)?.):
5022 New function/variable.
5023
5024 * font-lock.el (font-lock-after-change-function):
5025 Call font-lock-extend-region. Obey font-lock-lines-before.
5026 (font-lock-default-fontify-region): Remove reference to
5027 font-lock-lines-before.
5028
5029 * jit-lock.el (jit-lock-after-change):
5030 Call font-lock-extend-region. Obey font-lock-lines-before.
5031
5032 2006-03-14 David Ponce <david@dponce.com>
5033
5034 * tree-widget.el (tree-widget-themes-load-path)
5035 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5036
5037 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5038
5039 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5040 (rcirc-print): Mark the start of text at the end of the prompt.
5041 (rcirc-track-minor-mode): Add autoload cookie.
5042 (rcirc-update-activity-string): Add space to front of mode-line
5043 indicator.
5044
5045 2006-03-13 Miles Bader <miles@gnu.org>
5046
5047 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5048 (rcirc-abbrev-nick): Remove function.
5049 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5050
5051 2006-03-13 David Ponce <david@dponce.com>
5052
5053 * tree-widget.el: Handle themes across all occurrences of the main
5054 themes sub-directory found in tree-widget-themes-load-path.
5055 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5056 (tree-widget--locate-sub-directory): Return all occurrences.
5057 (tree-widget-themes-path): New function.
5058 Replace tree-widget-themes-directory, and return a list of directories.
5059 (tree-widget-set-parent-theme)
5060 (tree-widget-lookup-image): Use it.
5061
5062 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5063
5064 * textmodes/org.el (org-link-search): Avoid self-matching of
5065 links, allow target text to be distributed over several lines.
5066 (org-search-not-link): New function.
5067 (org-set-regexps-and-options, org-get-current-options):
5068 New startup options.
5069 (org-export-as-html): Take odd-level setting from local variable.
5070 (org-fontify-emphasized-text): New option.
5071 (org-set-font-lock-defaults): Include emphasized text.
5072 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5073 (org-font-lock): Customize group renamed from `org-faces'.
5074
5075 2006-03-13 John Paul Wallington <jpw@pobox.com>
5076
5077 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5078 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5079
5080 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * cus-start.el (all): Delete :version keyword for members of the
5083 fringe group, since the entire group is new in 22.1.
5084
5085 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5086
5087 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5088 map if value is hexadecimal (an address).
5089 (gud-watch): Only search roots for existing watch expressions.
5090 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5091 prevent caching problems with speedbar-update-directory-contents.
5092
5093 2006-03-12 Juri Linkov <juri@jurta.org>
5094
5095 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5096 before comparing with `low' and `warn'.
5097
5098 * info.el (Info-dir-remove-duplicates): Move point to the
5099 beginning of the current line after deleting the entries from
5100 redundant heading. Use marker for `limit' and compare it with
5101 point before calling `re-search-forward'.
5102
5103 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * simple.el (yank): Fix typo in docstring.
5106
5107 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5108
5109 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5110 messages, where "D" is the 6th character.
5111
5112 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5113
5114 * simple.el (yank): Fix last change.
5115
5116 2006-03-11 David Ponce <david@dponce.com>
5117
5118 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5119 merging elements from the standard ispell-dictionary-alist.
5120 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5121 alist, and return the new alist.
5122
5123 2006-03-11 Richard Stallman <rms@gnu.org>
5124
5125 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5126
5127 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5128 the way it is implemented is too unclean.
5129
5130 * simple.el (kill-region, yank): Doc fix.
5131
5132 * battery.el (battery-echo-area-format): Doc fix.
5133 (battery-mode-line-format): Likewise.
5134 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5135 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5136
5137 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5138
5139 * progmodes/octave-mod.el (octave-indent-for-comment):
5140 Behave according to do string.
5141
5142 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5143
5144 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5145 Be visible only if major mode is Mail Mode.
5146
5147 * textmodes/flyspell.el (flyspell-external-point-words)
5148 (flyspell-process-localwords): Fix last changes.
5149
5150 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5151
5152 * calendar/holidays.el (list-holidays): Doc fix.
5153
5154 * international/mule.el (auto-coding-alist): Add .odt
5155 (OpenOffice's open document) files.
5156
5157 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5158 document) files. Mention in the doc string the need to sync with
5159 auto-coding-alist.
5160
5161 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5164 enable-local-variables is set to always query, or there is no
5165 savable variable.
5166
5167 2006-03-10 Bill Wohler <wohler@newt.com>
5168
5169 * image.el (image-load-path-for-library): Merge at least three
5170 functions from Gnus and MH-E into this one function that can now
5171 be shared.
5172
5173 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5174
5175 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5176 gdb-remove-mouse-face and remove help-echo too.
5177 (gdb-enqueue-input): Correct conditional clause.
5178
5179 2006-03-10 Glenn Morris <rgm@gnu.org>
5180
5181 * calendar/calendar.el (calendar-holidays): Doc fix.
5182 * calendar/holidays.el (list-holidays): Doc fix.
5183
5184 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5187 it gets called in gdb-prompt anyway.
5188 (gdb-use-separate-io-buffer): Only restore window arrangement for
5189 gdb-many-windows.
5190 (gdb-enqueue-input): Make it harder to send GDB input when program
5191 is running.
5192 (gdb-buffer-list): New variable.
5193 (gdb-remove-mouse-face): New function.
5194 (gdb-starting): Use it when GDB input won't get sent.
5195
5196 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5197
5198 * help.el (view-lossage): Remove trailing whitespace before
5199 inserting "\n".
5200
5201 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * files.el (hack-local-variables-confirm):
5204 Set coding-system-for-read to nil before writing to .emacs.
5205
5206 * arc-mode.el (archive-extract): Check if an existing buffer name
5207 comes from a different archive.
5208
5209 * help.el (describe-key-briefly): If KEY is a down event, read and
5210 discard the up event.
5211
5212 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5213
5214 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5215 be edited and use font-lock-warning-face for any changes.
5216
5217 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5218 (gdb-edit-value): Use it to report any errors.
5219
5220 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * help.el (describe-key): Remove leftover test code.
5223
5224 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5225
5226 * textmodes/org.el: Move defvars out of eval-when-compile.
5227 Use buffer-file-name variable.
5228 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5229 arg `file'.
5230 (org-level-faces): Remove startup dependency.
5231 (org-cycle, org-map-tree, org-scan-tags)
5232 (org-remember-handler): Don't call `outline-level' directly.
5233 (org-mhe-search-all-folders): New option.
5234 (org-mhe-get-message-folder-from-index)
5235 (org-mhe-get-message-folder): Fix indexing search.
5236 (org-format-agenda-item): Handle nil TAGS argument.
5237 (org-cleaned-string-for-export, org-activate-target-links)
5238 (org-make-target-link-regexp): Deal with empty radio target list.
5239 (org-tag): New face.
5240 (org-get-level-face): New function.
5241 (org-set-font-lock-defaults): Simplify setup for headlines.
5242 (org-complete): Pass common substring to `display-completion-list'.
5243
5244 2006-03-06 David Ponce <david@dponce.com>
5245
5246 * tree-widget.el: Update Commentary header.
5247 (tree-widget-theme-name): Ignore parent themes.
5248 (tree-widget-set-parent-theme): New function.
5249 (tree-widget-set-theme): Use it.
5250 (tree-widget-set-image-properties): Move definition. Does nothing
5251 if image properties have already been set.
5252 (tree-widget-image-properties): Move definition. Receive an image
5253 name. Set the :pointer property.
5254 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5255 Don't set the :pointer image property.
5256 (tree-widget-convert-widget): New function. Handle :dynargs
5257 compatibility here.
5258 (tree-widget): Use it to :convert-widget. Add the :expander-p
5259 predicate to control when the :expander function is entered.
5260 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5261 (tree-widget-value-create): Handle :expander-p. widget-apply
5262 :expander.
5263 (tree-widget-expander-p): New function. Default value of the
5264 :expander-p property.
5265
5266 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * help.el (describe-key): Properly handle the return value of
5269 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5270 remaps. Handle string and vector `follow-link' values.
5271
5272 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * complete.el (PC-expand-many-files): Try be more careful when parsing
5275 the shell's output.
5276
5277 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * outline.el (hide-sublevels): Provide better interactive default.
5280
5281 2006-03-06 Kenichi Handa <handa@m17n.org>
5282
5283 * international/fontset.el (create-fontset-from-fontset-spec):
5284 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5285
5286 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5287
5288 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5289 backslashes instead of one in regexp.
5290 (gud-tooltip-dereference): Add missing optional argument.
5291
5292 2006-03-04 John Paul Wallington <jpw@pobox.com>
5293
5294 * wdired.el (toplevel): Require `cl' at compile-time.
5295
5296 2006-03-04 Andreas Schwab <schwab@suse.de>
5297
5298 * server.el (server-process-filter): Handle errors during
5299 evaluation of the argument.
5300
5301 2006-03-03 John Paul Wallington <jpw@pobox.com>
5302
5303 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5304 escape parentheses at beginning of line.
5305 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5306 (t-mouse-mode): Remove period from end of error message.
5307
5308 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5309
5310 * textmodes/flyspell.el (flyspell-process-localwords):
5311 Be case-sensitive.
5312
5313 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5314
5315 * cus-edit.el (custom-quote): Remove function, since it has been
5316 moved to custom.el.
5317
5318 * font-lock.el (lisp-font-lock-keywords-2)
5319 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5320 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5321 they have no special meaning.
5322
5323 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5324 indirect buffer gets killed before indirect buffer. Use dolist.
5325
5326 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5327
5328 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5329 value instead of a literal constant (1) on more pauses.
5330
5331 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5332
5333 * textmodes/flyspell.el (flyspell-external-point-words):
5334 Be case-sensitive.
5335
5336 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5337
5338 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5339 with "www".
5340
5341 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5342
5343 * allout.el: Restablish intermediate missing comment header to
5344 preserve outline structure.
5345 (allout-beginning-of-current-entry): Skip invisible text.
5346 (allout-open-topic): Fix opening a topic at end-of-buffer.
5347 (allout-minor-mode): Move nearer to allout-mode function.
5348
5349 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5350
5351 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5352
5353 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5354
5355 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5356 is nil.
5357
5358 * progmodes/gud.el (gud-speedbar-menu-items):
5359 Use buffer-local-value and add missing :visible keyword.
5360
5361 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5362
5363 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5364
5365 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5366 must be `follow-link'.
5367
5368 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5369
5370 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5371 formatting: No nested anchors.
5372 (org-all-targets): Fix bug with XEmacs compatibility.
5373 (org-read-date): Add (require 'parse-time).
5374 (org-set-tags): Fix bug with extra inserted space.
5375 (org-export-html-style): Define a style class for targets.
5376 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5377 (org-hide-leading-stars): New option.
5378 (org-hide): New face.
5379 (org-set-font-lock-defaults): Allow to hide leading stars.
5380 (org-get-legal-level, org-tr-level): New functions.
5381 (org-odd-levels-only): New option.
5382 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5383 (org-demote, org-promote): Deal with double-star levels.
5384 (org-convert-to-odd-levels): New command.
5385
5386 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * speedbar.el (speedbar-update-localized-contents): Try to
5389 preserve window-start.
5390 (speedbar-update-directory-contents): Try to preserve window-start
5391 and window-point.
5392 (speedbar-update-special-contents): Don't move back to start of window.
5393
5394 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5395 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5396 speedbar-timer-fn.
5397 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5398 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5399 instead of gdb-speedbar-timer-fn.
5400
5401 2006-02-28 Jay Belanger <belanger@truman.edu>
5402
5403 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5404 (math-compose-expr): Use latex option when calling
5405 `math-compose-tex-matrix' for latex mode.
5406
5407 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5408
5409 * speedbar.el: Re-instate comments about developing for speedbar
5410 [this is what info and gdb-ui use even if better methods exist now].
5411
5412 * t-mouse.el: New file.
5413 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5414 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5415 (t-mouse-make-event-element): Use posn-at-x-y instead.
5416 (t-mouse-make-event): Deal with Fedora Core 3.
5417 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5418 (t-mouse-mouse-position-function): New function. Use it instead
5419 of advising mouse-position.
5420 (t-mouse-mode): New minor mode.
5421 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5422
5423 2006-02-27 Glenn Morris <rgm@gnu.org>
5424
5425 * calendar/calendar.el (calendar-holidays): Doc fix.
5426
5427 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5430 Re-introduce the concept of a source window.
5431 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5432 consistency with get-buffer-create.
5433 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5434 (gdb-data-list-register-values-handler)
5435 (gdb-stack-list-locals-handler): Try to preserve window-start as
5436 well as window-point.
5437 (gdb-display-source-buffer): New function (old concept).
5438 (gdb-goto-breakpoint): Use it.
5439
5440 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5441 for gdb-ui/gdb-mi (old concept).
5442
5443 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5444
5445 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5446 binding.
5447
5448 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5449
5450 * textmodes/reftex-sel.el (reftex-select-label-map)
5451 (reftex-select-bib-map): Add `follow-mouse' binding.
5452
5453 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5456 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5457 Give :set functions to provide automatic updating.
5458 Update docstring. Give compiler defvars early in the file
5459 and move the defcustoms to a later spot where all called functions
5460 are defined.
5461 (jka-compr-file-name-handler-entry): Doc fix.
5462 (jka-compr-compression-info-list--internal)
5463 (jka-compr-mode-alist-additions--internal)
5464 (jka-compr-load-suffixes--internal): New variables.
5465 (jka-compr-install): Set the three above variables.
5466 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5467 (jka-compr-update, jka-compr-set): New functions.
5468 (auto-compression-mode): Doc fix.
5469
5470 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5471 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5472 Use jka-compr-compression-info-list--internal,
5473 jka-compr-mode-alist-additions--internal and
5474 jka-compr-load-suffixes--internal.
5475
5476 * files.el (load-library):
5477 * loadhist.el (file-loadhist-lookup):
5478 * startup.el (command-line):
5479 * subr.el (locate-library):
5480 * emacs-lisp/autoload.el (update-directory-autoloads):
5481 * emacs-lisp/find-func.el (find-library-suffixes):
5482 Use `get-load-suffixes' instead of `load-suffixes'.
5483
5484 * subr.el (locate-library):
5485 * emacs-lisp/find-func.el (find-library-name):
5486 Use `load-file-rep-suffixes' instead of '("").
5487
5488 2006-02-26 Kim F. Storm <storm@cua.dk>
5489
5490 * ido.el (ido-save-history, ido-load-history): Simplify.
5491 Don't use find-file-noselect to avoid interference from other modes.
5492
5493 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5494
5495 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5496 to use the default shell if filename is not available.
5497 Reported by Giorgos Keramidas.
5498
5499 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5500
5501 * progmodes/etags.el (tags-completion-table): Do completion from
5502 all the tables in the current list, as documented in the manual.
5503
5504 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5505
5506 * CC Mode Update to 5.31.3.
5507
5508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5509
5510 * progmodes/cc-mode.el (c-postprocess-file-styles):
5511 Bind inhibit-read-only to t, around the call to
5512 c-remove-any-local-eval-or-mode-variables, so that it works on a
5513 RO file.
5514
5515 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5516
5517 * progmodes/cc-awk.el: Correct a typo.
5518
5519 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5520
5521 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5522 c-hungry-delete-backwards, at the request of RMS. Leave the old
5523 name as an alias.
5524
5525 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5526
5527 * progmodes/cc-mode.el: Correct a typo.
5528
5529 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5530
5531 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5532
5533 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5534
5535 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5536 brace-else-brace (error due to mbeg, mend being undefined).
5537
5538 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5539
5540 * progmodes/cc-mode.el: File Local variables: Solve the problem
5541 where both `mode' and c-file-offsets are specified: `mode' will
5542 overwrite c-f-o's settings:
5543 (c-remove-any-local-eval-or-mode-variables): New function.
5544 (c-postprocess-file-styles): Call the above new function, within
5545 c-tentative-buffer-change, to splat `mode' and `eval' before the
5546 second hack-local-variables.
5547
5548 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5549
5550 * progmodes/cc-mode.el:
5551 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5552 (c-after-change): Protect the match data with save-match-data.
5553 It was getting corrupted by c-after-change-check-<>-operators.
5554
5555 * cc-defs.el: [Supersedes patch V1.38]:
5556 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5557 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5558
5559 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5560 with save-match-data. It was being corrupted when Font Lock was
5561 not enabled.
5562
5563 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5564
5565 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5566 Mode and Subword Mode.
5567
5568 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5569 real labels ("case 1:" or "foo:") from non-labels ("public:").
5570 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5571 coding; c-f-t-2 doesn't move over a token at EOB.
5572
5573 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5574
5575 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5576 (c-update-modeline): Concatenate the minor mode indicators
5577 directly onto mode-name, removing c-submode-indicators.
5578 Sometimes, c-s-i got separated from the mode name on the mode line.
5579
5580 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5581 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5582
5583 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5584
5585 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5586 error message when there's an evaluation error to show whether
5587 it's loaded from source or not.
5588 (c-filter-ops): Make it available at runtime too to work when
5589 `c-make-init-lang-vars-fun' needs to evaluate from source.
5590
5591 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5592
5593 * help.el (help): Revert last part of 2006-02-23 change (deletion
5594 of the `provide' call).
5595
5596 2006-02-23 Juri Linkov <juri@jurta.org>
5597
5598 * compare-w.el (compare-windows-highlight): Add new value
5599 `persistent' and change :type from `boolean' to `choice'.
5600 (compare-windows-overlays1, compare-windows-overlays2):
5601 New internal variables.
5602 (compare-windows-highlight): If compare-windows-highlight is
5603 `persistent', add current overlays to compare-windows-overlays[12]
5604 instead of adding compare-windows-dehighlight to pre-command-hook.
5605 (compare-windows-dehighlight): Delete all overlays from
5606 compare-windows-overlays[12].
5607
5608 * info.el (Info-search): Don't bind search-spaces-regexp to
5609 Info-search-whitespace-regexp in non-regexp isearch mode.
5610
5611 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5614
5615 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5616
5617 * textmodes/org.el (org-xemacs-p)
5618 (org-export-html-show-new-buffer, org-table-may-need-update)
5619 (org-insert-item, org-mhe-get-message-real-folder)
5620 (org-mhe-get-message-folder-from-index)
5621 (org-mhe-get-message-folder, org-mhe-get-message-num)
5622 (org-mhe-get-header, org-make-org-heading-search-string)
5623 (org-make-org-heading-camel, org-table-sort-lines)
5624 (org-format-org-table-html, org-format-table-table-html):
5625 Fix typos in docstrings.
5626
5627 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5628
5629 * textmodes/org.el (org-cleaned-string-for-export)
5630 (org-solidify-link-text): New function.
5631 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5632 XEmacs, just to silence the compiler.
5633 (org-export-as-ascii, org-export-as-html-and-open):
5634 Use `org-cleaned-string-for-export' and create internal links.
5635 (org-follow-mhe-link): Require mh-e, use folder.
5636
5637 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5638
5639 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5640
5641 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5642 gdb-debug-log-length.
5643 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5644 it a real ring but...
5645 (gud-gdba-marker-filter): ...make it work like mark-ring.
5646 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5647 (gdb-mouse-jump): New function. Add bindings.
5648
5649 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5652 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5653 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5654 (gdb-debug-log-length): Customize it's length.
5655 (gud-watch, gdb-var-create-handler): Display function::var format
5656 but don't use to create variable object.
5657 (gdb-var-create-handler): Use message-box in place of message.
5658 (gdb-stopped): Call gdb-exited if signalled.
5659
5660 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5661
5662 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5663
5664 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5665
5666 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5667 if `reftex-try-all-extensions' is set.
5668
5669 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5670 fail silently when there is no valid argument at point.
5671 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5672 `fail-silently' argument. From a patch by David Reiter.
5673
5674 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5675 New commands.
5676 (org-mark-ring): New variable.
5677 (org-mark-ring-length): New option.
5678 (org-open-at-point, org-goto, org-open-file): Push old position
5679 onto the mark ring.
5680 (org-add-hook): New function.
5681 (org-export-table-remove-special-lines): New option.
5682 (org-skip-comments, org-format-org-table-html): Respect new
5683 option `org-export-table-remove-special-lines'.
5684 (org-open-file): Allow special command configuration for
5685 directory link.
5686 (org-file-apps): Fix bugs in customize type, added setting
5687 for directories.
5688 (org-activate-tags, org-format-agenda-item, org-complete)
5689 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5690 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5691 (org-link-search, org-make-org-heading-search-string)
5692 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5693 (org-radio-targets, org-file-link-context-use-camel-case)
5694 (org-activate-camels): New options.
5695 (org-update-radio-target-regexp, org-all-targets)
5696 (org-make-target-link-regexp, org-activate-target-links):
5697 New functions.
5698 (org-make-org-heading-search-string): New function.
5699 (org-store-link, org-insert-link): Use new option
5700 `org-file-link-context-use-camel-case'.
5701 (org-activate-camels): Use new option `org-activate-camels'.
5702 (org-link-regexp): Add mhe prefix.
5703 (org-open-at-point, org-store-link): Support for mhe links.
5704 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5705 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5706 (org-mhe-get-header, org-follow-mhe-link): New functions.
5707 (org-remove-angle-brackets, org-add-angle-brackets):
5708 New functions.
5709 (org-bracket-link-regexp): New constant.
5710 (org-read-date): Fix bug that was rejecting all typed dates.
5711 (org-link-search): Make hierarchy above visible after a match.
5712 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5713 (org-store-link): Fix bug with link creation when cursor is in
5714 an empty line.
5715 (org-open-at-point): Fix bug with matching a link.
5716 Fixed buggy argument sequence in call to `org-view-tags'.
5717 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5718 (org-prefix-has-tag): New variable.
5719 (org-format-agenda-item): Remove tags from headline
5720 if appropriate.
5721 (org-agenda-remove-tags-when-in-prefix): New option.
5722
5723 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5724
5725 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5726 Fix the regular expressions.
5727
5728 2006-02-21 Richard M. Stallman <rms@gnu.org>
5729
5730 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5731 if there's no other specific basis.
5732
5733 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5734 as variables at all.
5735 (unsafep-variable): Rename arg; doc fix.
5736
5737 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5738
5739 * calendar/appt.el (diary-selective-display): Add defvar.
5740
5741 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5742
5743 * isearch.el (search-whitespace-regexp): Fix custom type.
5744
5745 * help.el (describe-key-briefly): Compute interactive args
5746 in same was as before previous change.
5747
5748 * files.el (enable-local-variables): Doc fix.
5749
5750 2006-02-21 Kim F. Storm <storm@cua.dk>
5751
5752 * fringe.el: Cleanup as file is now pre-loaded.
5753 (fringe-bitmaps): Initialize unconditionally.
5754 (fringe-mode, set-fringe-style): Remove autoload cookies.
5755
5756 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5757
5758 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5759 `horizontal-bar'.
5760 (fringe-cursor-alist): Use `horizontal-bar'.
5761
5762 2006-02-20 Kim F. Storm <storm@cua.dk>
5763
5764 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5765 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5766
5767 * loadup.el: Load "fringe" on window systems.
5768
5769 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5770
5771 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5772 out of scope components.
5773
5774 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5775 default.
5776
5777 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * custom.el (customize-mark-to-save, customize-mark-as-set):
5780 Load the symbol first.
5781
5782 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5785 strech spec so it doesn't display as "^J" on the header line
5786 when `Buffer-menu-use-header-line' is t.
5787
5788 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5789
5790 * speedbar.el (speedbar-make-button): Keep text properties
5791 of string arguments if desired.
5792
5793 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5794 expessions.
5795
5796 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5797 of speedbar.
5798
5799 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5800
5801 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5802 to value of `read-file-name-completion-ignore-case'.
5803
5804 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * custom.el (customize-mark-as-set): Push to `user' theme.
5807
5808 * cus-edit.el (custom-save-variables): Allow unthemed values.
5809 (customize-set-variable): Push setting to `user' theme.
5810
5811 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5812
5813 * progmodes/gud.el: Don't require font-lock as it's now
5814 automatically loaded.
5815 (gud-speedbar-buttons): Replace gdb-var-changed with
5816 gdb-force-update.
5817
5818 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5819 gdb-var-changed.
5820 (gdb-post-prompt): Use it.
5821 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5822 (gdb-var-update-handler, gdb-var-delete)
5823 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5824 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5825 gdb-force-update in gdb-post-prompt.
5826 (gdb-reset): Clear watch expressions from speedbar when quitting.
5827
5828 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5829
5830 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5831 (viper-change-state-to-vi, viper-change-state-to-emacs):
5832 Make aware of cursor coloring in the Emacs state.
5833 (viper-special-read-and-insert-char): Use read-char-exclusive.
5834 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5835
5836 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5837
5838 * viper-util.el (viper-save-cursor-color)
5839 (viper-get-saved-cursor-color-in-replace-mode)
5840 (viper-get-saved-cursor-color-in-insert-mode)
5841 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5842 state.
5843 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5844
5845 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5846 (ediff-ignore-case-option3, ediff-actual-diff-options)
5847 (ediff-actual-diff3-options): New variables to control case sensitivity.
5848 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5849 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5850 (ediff-toggle-ignore-case): New function.
5851 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5852
5853 * ediff-help.el (ediff-long-help-message-narrow2)
5854 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5855 (ediff-long-help-message-word-mode): Add ignore-case command.
5856 (ediff-help-for-quick-help): Add ignore-case command.
5857
5858 * ediff-merg.el: Move provide to the end.
5859
5860 * ediff-ptch.el: Move provide to the end.
5861
5862 * ediff-wind.el: Move provide to the end.
5863
5864 * ediff-mult.el: Move provide to the end.
5865 (ediff-set-meta-overlay): Enable follow-link.
5866
5867 * ediff.el: Move provide to the end.
5868 Break recursive load cycle in eval-when-compile.
5869 (ediff-patch-buffer): Better heuristics.
5870
5871 * ediff-util.el: Move provide to the end.
5872 Break recursive load cycle in eval-when-compile.
5873 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5874 defuns.
5875 (ediff-submit-report): Pass the values of ediff-diff3-program,
5876 ediff-diff3-options.
5877
5878 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5879
5880 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5881 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5882 `' (for example, in the docstring of `windmove-default-keybindings').
5883
5884 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5885
5886 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5887 shadow face. Don't provide binding to edit variable when it is
5888 out of scope.
5889
5890 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5891 (gdb-var-update-handler): Detect out of scope variables with pre
5892 GDB 6.4 too.
5893 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5894 Reset status of variable objects to nil in update handlers.
5895 (gdb-var-update-handler-1): Detect when a variable object comes
5896 in scope. setcar on var changes gdb-var-list directly.
5897
5898 2006-02-17 Juri Linkov <juri@jurta.org>
5899
5900 * ffap.el (ffap) <defface>: Add explicit face declaration.
5901 (ffap-highlight): Use face `ffap' directly instead of checking
5902 for its existence.
5903
5904 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5905 `visible-ok' of `other-buffer' to find the right original buffer.
5906
5907 * info.el (Info-search): Skip `Local Variables' node.
5908
5909 2006-02-17 Juri Linkov <juri@jurta.org>
5910
5911 * info.el (Info-find-file): Check for symbols `apropos', `history',
5912 `toc' in the input filename, and return these symbols as is.
5913 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5914 `history', `toc' instead of strings.
5915 (Info-set-mode-line): For non-string Info-current-file use the
5916 symbol's name inside **.
5917 (Info-isearch-push-state): Add quote before Info-current-file and
5918 Info-current-node.
5919 (Info-isearch-pop-state): Use `equal' instead of `string='.
5920 (Info-extract-pointer, Info-following-node-name): Use
5921 `match-string-no-properties' instead of `match-string'.
5922 (Info-up): Check `old-file' for `stringp'.
5923 (Info-history): Use `equal' instead of `string-equal'.
5924 Check `file' for `stringp'.
5925 (Info-history): Use symbol `history' instead of string as first arg
5926 of `Info-find-node'.
5927 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5928 `toc' instead of string.
5929 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5930 instead of `buffer-substring', and `match-string-no-properties'
5931 instead of `match-string'.
5932 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5933 instead of strings.
5934 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5935 Use symbol `apropos' instead of string.
5936 (Info-copy-current-node-name): Check `Info-current-file' for
5937 `stringp' and construct a command with `Info-find-node' from it.
5938 (Info-fontify-node): Use `match-string-no-properties' instead of
5939 `match-string' and check file names for `stringp'.
5940 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5941 `history', `toc' instead of strings.
5942
5943 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * files.el: Rearrange functions and variables in the file local
5946 variables section.
5947
5948 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5949
5950 * files.el: Add truncate-lines, ispell-check-comments and
5951 ispell-local-dictionary as safe local variables.
5952
5953 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5956 out of scope variables.
5957 (gud-speedbar-buttons): Use unless.
5958
5959 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5960 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5961 (gdb-show-changed-values): Also use for out of scope variables.
5962 (gdb-var-update-handler-1): Note if variable goes out of scope.
5963
5964 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5965
5966 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5967 default to global variable values for unsupplied args.
5968 (rcirc-get-buffer-create): Fix bug with setting the target.
5969 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5970 test for rcirc-always-use-server-buffer-flag here.
5971 (rcirc-response-formats): Add %N, which is a facified nick. %n
5972 uses the default face. Change the ACTION format string. If the
5973 "nick" is the server, don't print anything for that field.
5974 Comment fixes.
5975 (rcirc-target-buffer): Don't test
5976 rcirc-always-use-server-buffer-flag here.
5977 (rcirc-print): Squeeze extra spaces out of the text before message.
5978 (rcirc-put-nick-channel): Strip potential "@" char from nick
5979 before adding them to nick table.
5980 (rcirc-url-regexp): Improve to match address like "foo.com".
5981
5982 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5983
5984 * allout.el (allout-hidden-p): Move this defsubst before
5985 allout-overlay-interior-modification-handler, where it is first
5986 used.
5987
5988 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5989
5990 * allout.el: Use allout invisible-text overlays instead of
5991 selective display for concealed text. Also, lots of general
5992 cleanup, and improved compatibility code.
5993
5994 (allout-version) Incremented, corrected, revised, and refined
5995 module commentary.
5996
5997 (provide 'allout): Moved to the bottom, added a require of overlay.
5998
5999 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6000 `except-current'.
6001 (allout-write-file-hook-handler): Minimize delay.
6002 (count-trailing-whitespace-region): New function so
6003 auto-encryption of current topic can resituate cursor exactly.
6004 PGP/GPG encryption trims trailing whitespace from lines, which
6005 must be accounted for across encryption then decryption.
6006
6007 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6008 just plain "\C-c", to avoid intruding on user's keybinding space.
6009
6010 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6011 parameter, so user request to provide a new password is done.
6012
6013 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6014 Refined mechanism for auto-filling behavior while in allout mode.
6015
6016 (allout-mode): Explicitly specify the mode map in the docstring.
6017 Clarify provision for various write-file hook var names.
6018 Adjusted for invisible-text overlays instead of selective-display.
6019
6020 (allout-depth): Really return 0 if not within any topic. This
6021 rectifies `allout-beginning-of-level' and sequence numbering
6022 errors that occur when cutting and pasting numbered topics.
6023 Changed from a in-line subst to a regular function, as well.
6024
6025 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6026
6027 (allout-end-of-subtree, allout-end-of-subtree)
6028 (allout-end-of-entry, allout-end-of-current-heading)
6029 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6030 (allout-show-children, allout-show-to-offshoot)
6031 (allout-hide-current-entry, allout-show-current-entry): Rectified
6032 handling of trailing blank lines between items.
6033
6034 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6035 (allout-current-depth, allout-unprotected, allout-hidden-p)
6036 (allout-on-current-heading-p, allout-listify-exposed)
6037 (allout-chart-subtree, allout-goto-prefix)
6038 (allout-back-to-current-heading, allout-get-body-text)
6039 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6040 (allout-hide-region-body, allout-toggle-subtree-encryption)
6041 (allout-encrypt-string, allout-encrypted-key-info)
6042 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6043 (allout-file-vars-section-data): Adjusted for use with
6044 invisible-text overlays instead of selective-display.
6045
6046 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6047 Reworked for use with invisible text overlays.
6048
6049 (allout-current-topic-collapsed-p): New function.
6050
6051 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6052 to know when to close the containing topic.
6053
6054 (allout-pre-command-business, allout-post-command-business):
6055 Simplify undo-batching and dynamic isearch exposure.
6056
6057 (allout-set-overlay-category): New for invisible-text overlays.
6058 Sets properties of allout-overlay-category, used by
6059 allout-flag-region to set invisible-text overlay properties.
6060 (allout-get-invisibility-overlay): Get the first qualifying
6061 invisibility overlay, so we can find the extent of it.
6062 (allout-back-to-visible-text): Get to just before the beginnining
6063 of the current invisibility overlay, if any.
6064
6065 (allout-overlay-insert-in-front-handler)
6066 (allout-overlay-interior-modification-handler)
6067 (allout-before-change-handler, allout-isearch-end-handler): New
6068 functions to handle extraordinary actions affecting concealed
6069 text.
6070
6071 (allout-flag-region): Use overlays instead of selective-display
6072 for invisible text - by inheritence from the properties of
6073 allout-overlay-category in mainline Emacs, and applied
6074 property-by-property in XEmacs, some recent versions of which
6075 don't inherit the properties from the category. Provisions to
6076 respond to concealed-text edits simplified drastically.
6077
6078 (allout-isearch-rectification, allout-isearch-was-font-lock)
6079 (allout-isearch-expose, allout-enwrap-isearch)
6080 (allout-isearch-abort, allout-pre-was-isearching)
6081 (allout-isearch-prior-pos, allout-isearch-did-quit)
6082 (allout-isearch-dynamic-expose)
6083 (allout-hide-current-entry-completely): Functions deleted.
6084
6085 (allout-undo-aggregation): Explicit undo aggregation no longer
6086 necessary due to transition away from selective-display.
6087
6088 (set-allout-regexp, allout-up-current-level)
6089 (allout-next-visible-heading, allout-forward-current-level)
6090 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6091 (allout-kill-line, allout-yank-processing, allout-show-children)
6092 (allout-expose-topic, allout-old-expose-topic)
6093 (allout-listify-exposed, allout-insert-latex-header)
6094 (allout-toggle-subtree-encryption, allout-encrypt-string)
6095 (remove-from-invisibility-spec, allout-hide-current-subtree):
6096 Ditched unused variables.
6097
6098 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6099
6100 * textmodes/ispell.el (ispell-change-dictionary): Call
6101 ispell-buffer-local-dict instead of
6102 ispell-accept-buffer-local-defs.
6103 (ispell-local-dictionary-alist): Accept as valid any coding-system
6104 supported by Emacs.
6105 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6106 changed to iso-8859-3.
6107
6108 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * speedbar.el (speedbar-frame-width): Make an inline function
6111 instead of a macro. Use frame-width.
6112 (speedbar-try-completion, speedbar-update-contents)
6113 (speedbar-timer-fn): Use consp.
6114 (speedbar-update-localized-contents): Try to preserve point.
6115
6116 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6117 (menu): Re-order menu items.
6118 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6119 field.
6120 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6121 (gdb-post-prompt): Speed things by not forcing update.
6122
6123 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6126 press and perform default action if we get a mouse movement event.
6127
6128 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * calendar/icalendar.el (icalendar--get-event-property)
6131 (icalendar--get-event-property-attributes): Fix typos in
6132 docstrings.
6133
6134 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6135 docstring.
6136
6137 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6138
6139 * bs.el (bs-mode): Use `buffer-disable-undo'.
6140 (bs--get-file-name): Simplify.
6141 (bs-show-in-buffer): Mark the buffer as not modified.
6142
6143 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6146 widget-button-click.
6147
6148 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6149 (custom-mode): Update docstring.
6150
6151 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6152 binding.
6153
6154 * files.el (hack-local-variables-confirm): Allow scrolling if the
6155 file variable list is too long. Kill temp buffer after use.
6156
6157 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6158
6159 * progmodes/gud.el (gdb): Improve doc string.
6160 (gdb-script-font-lock-keywords): Expand allowed character set.
6161
6162 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6163 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6164 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6165 (gdb-separate-io-stop, gdb-separate-io-eof):
6166 Rename from gdb-inferior-* to gdb-separate-*.
6167 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6168
6169 2006-02-14 Jay Belanger <belanger@truman.edu>
6170
6171 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6172 expression is a symbol before checking that it is bound.
6173
6174 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6175 test to see if equation can be solved.
6176
6177 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * wid-edit.el (widget-button-click): Use :pressed-face property
6180 for overlay face, if it exists.
6181
6182 * cus-edit.el (custom-manual, custom-add-see-also)
6183 (custom-add-parent-links, custom-group-link): Add :pressed-face
6184 property to links.
6185
6186 * files.el (hack-local-variables): Remove ignored variables before
6187 checking if any variables need setting.
6188
6189 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6190
6191 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6192
6193 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6194
6195 * help.el (where-is): Fix message for remapped commands.
6196
6197 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6198 Fix typos in docstrings.
6199
6200 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * files.el (safe-local-variable-values): New option.
6203 (hack-local-variables-prop-line): Return a list of variable-value
6204 pairs if MODE-ONLY is non-nil.
6205 (hack-local-variables): Construct list of variable-value pairs,
6206 and apply or reject them in one go. Ask for confirmation if
6207 variables are not known safe.
6208 (hack-local-variables-confirm): Complete rewrite. Support
6209 `safe-local-variable-values'.
6210 (enable-local-variables): Update docstring to reflect new
6211 behavior.
6212 (ignored-local-variables): Ignore ignored-local-variables and
6213 safe-local-variable-values.
6214 (safe-local-variable-p): New function.
6215 (risky-local-variable-p): `safe-local-variable' property check
6216 moved to safe-local-variable-p.
6217 (hack-one-local-variable): Checks moved to hack-local-variables.
6218
6219 (byte-compile-dynamic, c-basic-offset, c-file-style)
6220 (c-indent-level, comment-column, fill-column, fill-prefix)
6221 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6222 (no-update-autoloads, outline-regexp, page-delimiter)
6223 (paragraph-start, paragraph-separate, sentence-end)
6224 (sentence-end-double-space tab-width, version-control):
6225 Add `safe-local-variable' property.
6226
6227 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6228
6229 * icomplete.el, play/landmark.el: Change nonexistent
6230 `outline-layout' file variable to `allout-layout'.
6231
6232 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6235 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6236 to gud-comint-buffer.
6237 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6238 gdb-ui.el for gdb-mi.el.
6239 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6240 registers buffer to gdb-get-changed-registers.
6241 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6242 deletion of catchpoints (throw and catch).
6243 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6244 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6245 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6246 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6247 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6248
6249 2006-02-13 Jay Belanger <belanger@truman.edu>
6250
6251 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6252 expression is a symbol before checking that it is bound.
6253
6254 2006-02-13 Richard M. Stallman <rms@gnu.org>
6255
6256 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6257 for the minibuffer too, but not if resize-mini-windows will interfere.
6258
6259 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6260 inside `interactive' spec.
6261 (describe-key-briefly-internal, describe-key-internal):
6262 Functions merged back into their callers.
6263
6264 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6265
6266 * info.el (info-xref-visited): Inherit from info-xref too.
6267 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6268 when propertizing Info-current-file and Info-current-node.
6269
6270 2006-02-13 Juri Linkov <juri@jurta.org>
6271
6272 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6273 (tumme-thumb-name): Fix per-directory format.
6274
6275 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6278
6279 2006-02-12 Miles Bader <miles@gnu.org>
6280
6281 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6282
6283 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6284
6285 * tumme.el: Remove history section. If someone needs the it, it
6286 can always be found in CVS.
6287
6288 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6289
6290 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6291 about the Thumbnail Managing Standard option.
6292
6293 2006-02-12 Richard M. Stallman <rms@gnu.org>
6294
6295 * subr.el (substitute-key-definition): Doc fix.
6296
6297 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6298
6299 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6300
6301 * info.el (Info-mode): Doc fix.
6302
6303 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6304
6305 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6306
6307 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6308 because on Solaris a POSIX compatible "id" is needed. Reported by
6309 Magnus Henoch <mange@freemail.hu>.
6310
6311 2006-02-12 Juri Linkov <juri@jurta.org>
6312
6313 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6314 (tumme) <defgroup>: Change :group to `multimedia'.
6315 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6316 Managing Standard.
6317 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6318 Fix dostring.
6319 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6320 and %y. Fix docstring.
6321 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6322 (tumme-cmd-create-standard-thumbnail-command): New user options.
6323 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6324 is `standard'. Fix docstring.
6325 (tumme-thumb-width, tumme-thumb-height): New user options.
6326 (tumme-external-viewer): Try to find various viewers.
6327 (tumme-get-thumbnail-image): Use `create-image' instead of
6328 constructing the `image' structure.
6329 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6330 `standard'.
6331 (tumme-thumb-name): Add file name generation for standard storage.
6332 Simplify code for other storages.
6333 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6334 Add modification time %m and thumbnail-nq8 %q.
6335 Use `tumme-cmd-create-standard-thumbnail-command' if
6336 tumme-thumbnail-storage is `standard'.
6337 (tumme-dired-insert-marked-thumbs): New autoload command.
6338 (tumme-dired-after-readin-hook): New function.
6339 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6340 `tumme-thumb-size'.
6341 (tumme-display-image): Replace size-x %x and size-y %y with
6342 width %w and height %h.
6343
6344 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6345 `tumme-dired-insert-marked-thumbs'.
6346
6347 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6348
6349 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6350 include path).
6351 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6352 matching tag.
6353
6354 2006-02-12 Miles Bader <miles@gnu.org>
6355
6356 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6357 New variables.
6358 (rcirc-abbrev-nick): New function.
6359 (rcirc-format-response-string): Rewrite to use the formats in
6360 `rcirc-response-formats' and expand escape sequences therein.
6361 A text-property `rcirc-text' is added over the actual response
6362 text to make easy to find inside the returned string.
6363 (rcirc-print): When filling, just look for the `rcirc-text'
6364 text-property to find the appropriate fill prefix, instead of
6365 using hardwired patterns.
6366
6367 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6368
6369 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6370 Managing Standard.
6371
6372 2006-02-11 Kim F. Storm <storm@cua.dk>
6373
6374 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6375 Don't use insert-buffer; do insert-buffer-substring directly.
6376 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6377
6378 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6379
6380 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6381 with inhibit-read-only. Suggested by Stefan Monnier.
6382 (revert-buffer): Let insert-file-contents discard
6383 buffer-undo-list. Simplify code.
6384 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6385
6386 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6387
6388 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6389
6390 * help.el (describe-key-briefly): Now a wrapper for
6391 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6392 to t. Populate yank-menu if empty.
6393 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6394 (describe-key): Now a wrapper for describe-key-internal. Bind
6395 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6396 (describe-key-internal): Renamed from describe-key.
6397
6398 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6399
6400 * progmodes/glasses.el (glasses-separator): Doc fix.
6401 (glasses-original-separator): New defcustom.
6402 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6403
6404 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6405
6406 * mwheel.el (mouse-wheel-up-event): Doc fix.
6407
6408 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6409
6410 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6411 (tumme-dir): New function. Copied from thumbs.el.
6412
6413 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6414
6415 * desktop.el (desktop-outvar): Fix typo.
6416 (desktop-save-buffer-p): Doc fix.
6417
6418 * subr.el (substitute-key-definition): Fix typo.
6419
6420 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6421
6422 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6423 when window-system is mac.
6424
6425 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6426
6427 2006-02-10 Kim F. Storm <storm@cua.dk>
6428
6429 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6430 indirect-function instead of using condition-case.
6431
6432 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6433
6434 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6435 less `colloquial'...
6436
6437 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6438
6439 * tumme.el: Add a couple of todo items.
6440
6441 2006-02-09 Lars Hansen <larsh@soem.dk>
6442
6443 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6444 (highlight-changes-mode): Don't change desktop-locals-to-save.
6445
6446 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * image-mode.el (image-toggle-display): Clear image cache if using
6449 filename.
6450
6451 2006-02-09 Masatake YAMATO <jet@gyve.org>
6452
6453 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6454 a `dired-man' target.
6455
6456 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6457 boundary of symbols.
6458
6459 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6460
6461 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6462
6463 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6464
6465 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6466 `mapcar'; return nil.
6467
6468 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6471 some other event.
6472
6473 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6474
6475 * net/rcirc.el (rcirc-startup-channels-alist):
6476 Add irc.freenode.net and #emacs as defaults.
6477 (rcirc-ignore-all-activity-flag): Remove variable.
6478 (rcirc-authinfo): New variable.
6479 (rcirc-authinfo-filename): Remove variable.
6480 (rcirc-always-use-server-buffer-flag): New flag.
6481 (rcirc): M-x rcirc will automatically connect without prompting.
6482 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6483 connection in lisp.
6484 (rcirc-process-server-response-1): Remove everything but the nick
6485 portion of the sender so it doesn't need to be done everywhere
6486 else. Update related code.
6487 (global-map): Remove global keybindings.
6488 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6489 (rcirc-send-input): Split into several functions.
6490 (rcirc-process-input-line, rcirc-process-message)
6491 (rcirc-process-command): New functions.
6492 (rcirc-target-buffer): New function to determine where to route
6493 messages.
6494 (rcirc-user-nick): Save match data.
6495 (rcirc-toggle-ignore-buffer-activity)
6496 (rcirc-update-activity-string): Remove global ignore functionality,
6497 which can be done now by toggling rcirc-track-minor-mode.
6498 (rcirc-track-minor-mode-map): New keymap.
6499 (rcirc-track-minor-mode): New minor-mode.
6500 (ignore): Make the ignore output nicer. Always print it when
6501 adding or removing nicks.
6502 (rcirc-url-regexp): Improve.
6503 (rcirc-mangle-text): Remove properties before using text in the
6504 modeline.
6505 (rcirc-authenticate): Authentication data comes from
6506 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6507 (rcirc-server-prefix): Inherit from rcirc-server.
6508
6509 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6510
6511 * Makefile.in (compile): Append "|| true" to the end of the `find'
6512 command, like compile-always does.
6513
6514 2006-02-08 Sam Steingold <sds@gnu.org>
6515
6516 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6517 output from a dead connection.
6518
6519 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6520
6521 * dired.el (dired-mode-map): Add more bindings for tumme.
6522
6523 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * wdired.el (wdired-mode-map): Use remap.
6526 (wdired-get-filename): Massage.
6527 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6528 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6529 `keymap' property rather than `local-map'.
6530
6531 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6532
6533 * tumme.el (tumme-get-thumbnail-image): New utility function.
6534 Suggested by from Chong Yidong.
6535 (tumme-dired-with-window-configuration): Rename from
6536 `tumme-dired'. Add code to save window configuration.
6537 (tumme-restore-window-configuration): New command to restore the
6538 window configuration that `tumme-dired-with-window-configuration'
6539 saves before it changes the window configuration.
6540 (tumme-show-all-from-dir): New command to display thumbnails for
6541 all files in a directory entered by the user, like M-x thumbs.
6542 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6543 have been created.
6544 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6545 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6546 Remove obsolete test function.
6547
6548 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * vc.el (small-temporary-file-directory): Remove defvar; there's
6551 a defcustom for it in files.el.
6552
6553 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6554 Fix typo in message.
6555 (tumme-gallery-generate): Fix typo in `error' message.
6556 (tumme-display-window-height-correction)
6557 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6558 (tumme-line-up-interactive): Dox fixes.
6559 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6560 (tumme-restore-window-configuration, tumme-format-properties-string)
6561 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6562 Fix typos in docstrings.
6563
6564 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6565
6566 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6567
6568 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6569
6570 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6571 User should use hook if desired.
6572
6573 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6574 buffer if necessary.
6575 (gdb-delete-frame-or-window): New function.
6576 (gdb-breakpoints-mode-map): Bind "q" to it.
6577
6578 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * textmodes/nroff-mode.el: Clean up name space.
6581 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6582 (nroff-mode): Obey the global setting of nroff-electric-mode.
6583 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6584
6585 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6586
6587 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6588
6589 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6590
6591 2006-02-06 Lars Hansen <larsh@soem.dk>
6592
6593 * generic-x.el (etc-fstab-generic-mode): Add file system types
6594 cifs and usbdevfs. Allow special chars in file names.
6595
6596 2006-02-05 Jay Belanger <belanger@truman.edu>
6597
6598 Update copyright notices of the files in lisp/calc.
6599
6600 2006-02-05 Romain Francoise <romain@orebokech.com>
6601
6602 Update copyright notices of all files in the lisp/play directory.
6603
6604 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6605
6606 * ldefs-boot.el: Regenerate.
6607
6608 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6609
6610 2006-02-05 Kim F. Storm <storm@cua.dk>
6611
6612 * files.el (magic-mode-regexp-match-limit): New defvar.
6613 (set-auto-mode): Use it to limit magic-mode-alist matching.
6614
6615 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6616
6617 * simple.el (display-message-or-buffer): Compare the number of
6618 characters to the frame width when determining whether a 1-line
6619 message string will fit in the echo area. Count screen lines
6620 instead of buffer lines when determining whether a multi-line
6621 message will fit in the echo area/minibuffer window.
6622
6623 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6624
6625 * info.el (Info-index, Info-mode): Improve the description of the
6626 `i' command.
6627
6628 * ldefs-boot.el: Regenerate.
6629
6630 2006-02-03 Werner Lemberg <wl@gnu.org>
6631
6632 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6633 greedy to find the closing bracket in \*[...] and similar
6634 expressions. This is a first rough fix -- many additional
6635 refinements are necessary to make nroff mode really usable with groff.
6636
6637 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6638
6639 * international/mule-cmds.el (set-locale-environment):
6640 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6641 libX11.
6642
6643 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6644
6645 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6646 archive are created in archive-tmpdir.
6647
6648 2006-02-02 John Paul Wallington <jpw@pobox.com>
6649
6650 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6651 (ibuffer-fontification-alist): Use it.
6652 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6653 to "* z" and the Ibuffer Mark menu.
6654
6655 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6656
6657 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * textmodes/table.el (*table--cell-describe-mode)
6660 (*table--cell-describe-bindings): Undo last change since
6661 print-help-return-message is not obsoleted by anything at all.
6662
6663 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6664
6665 * emulation/cua-base.el (cua-mode): Doc fix.
6666
6667 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6668
6669 * dframe.el (dframe-handle-make-frame-visible)
6670 (dframe-handle-iconify-frame, dframe-get-focus)
6671 (dframe-select-attached-frame, dframe-power-click)
6672 (dframe-frame-mode): Fix typos in docstrings.
6673
6674 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6675 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6676 Fix typos in docstrings.
6677
6678 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6679 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6680 (hi-lock-archaic-interface-message-used)
6681 (hi-lock-file-patterns-range): Fix typos in docstrings.
6682
6683 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6684 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6685
6686 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6687 Fix typo in docstring.
6688
6689 * net/newsticker.el (newsticker--decode-iso8601-date)
6690 (newsticker--set-customvar, newsticker--buffer-insert-item)
6691 (newsticker--do-run-auto-mark-filter)
6692 (newsticker--parse-generic-feed): Doc fixes.
6693 (newsticker--retrieval-timer-list, newsticker-url-list)
6694 (newsticker-hide-immortal-items-in-echo-area)
6695 (newsticker-hide-obsolete-items-in-echo-area)
6696 (newsticker-new-item-face, newsticker--enclosure)
6697 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6698 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6699 (newsticker--parse-generic-feed, newsticker--cache-contains)
6700 (newsticker--stat-num-items, newsticker-download-enclosures):
6701 Fix typos in docstrings.
6702
6703 * net/rcirc.el (rcirc-debug): Doc fix.
6704 (rcirc-fill-column, rcirc-receive-message-hooks)
6705 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6706 (rcirc-mode, rcirc-generate-new-buffer-name)
6707 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6708 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6709 Fix typos in docstrings.
6710 (rcirc-print): "?\ " -> "?\s".
6711 (rcirc-cmd-join): Improve argument/docstring consistency.
6712
6713 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6714
6715 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6716 before narrow-to-region.
6717
6718 2006-02-01 Richard M. Stallman <rms@gnu.org>
6719
6720 * simple.el (move-beginning-of-line): Scan properly for invis change.
6721
6722 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6723
6724 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6725
6726 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6727 change bit only when id-format is 'integer. Reported by Matt
6728 Hodges <M.P.Hodges@rl.ac.uk>.
6729
6730 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6731
6732 * hilit-chg.el (highlight-changes-initial-state)
6733 (highlight-changes-global-initial-state): Doc fixes.
6734 (highlight-changes-global-modes, global-highlight-changes):
6735 Fix typos in docstrings.
6736
6737 2006-02-01 Kim F. Storm <storm@cua.dk>
6738
6739 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6740 transient-mark-mode in doc string.
6741
6742 2006-01-31 Richard M. Stallman <rms@gnu.org>
6743
6744 * replace.el (multi-occur): Doc fix.
6745 (multi-occur-in-matching-buffers): Rename from
6746 multi-occur-by-filename-regexp. Prefix arg says match
6747 buffer names instead of file names.
6748
6749 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * bs.el: Allow non-default values of `bs-header-lines-length'.
6752 (bs--running-in-xemacs): Remove (not needed anymore).
6753 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6754 instead of `shrink-window', thus avoiding having to compute the
6755 height of the window.
6756 (bs--up): Wrap around even when there's no header.
6757 (bs--down): Use `forward-line' instead of `next-line'.
6758
6759 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * image-mode.el (image-toggle-display): Use file name if possible,
6762 instead of unnecessarily allocating a (possibly huge) lisp string.
6763
6764 2006-01-30 John Paul Wallington <jpw@pobox.com>
6765
6766 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6767 because the `assert' macro signals it at runtime.
6768
6769 * emacs-lisp/cl.el (toplevel): Remove definition of
6770 `cl-assertion-failed' condition.
6771
6772 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * thumbs.el (thumbs-marked-list): Make buffer-local and
6775 permanent-local.
6776 (thumbs-insert-thumb): Make help-echo non-sticky.
6777 (thumbs-file-alist): Use eolp as check for (non)-image.
6778
6779 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6782 (ediff-before-session-group-setup-hooks)
6783 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6784 Fix typos in docstrings.
6785
6786 * window.el (bw-dir, bw-eqdir, balance-windows)
6787 (split-window-keep-point): Fix typos in docstrings.
6788
6789 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6790 (org-quote-string, org-calendar-to-agenda-key)
6791 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6792 (org-show-following-heading, org-tags-column)
6793 (org-use-tag-inheritance, org, org-allow-space-in-links)
6794 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6795 (org-enable-table-editor, org-calc-default-modes)
6796 (org-table-allow-automatic-line-recalculation)
6797 (org-export-html-style, org-export-with-fixed-width)
6798 (org-export-with-sub-superscripts, org-special-keyword)
6799 (org-formula, org-time-grid, org-table-may-need-update)
6800 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6801 (org-goto-quit, org-get-indentation, org-end-of-item)
6802 (org-move-item-down, org-move-item-up)
6803 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6804 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6805 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6806 (org-agenda-log-mode, org-agenda-toggle-diary)
6807 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6808 (org-agenda-file-to-end, org-agenda-no-heading-message)
6809 (org-agenda-get-closed, org-format-agenda-item)
6810 (org-cmp-priority, org-cmp-category, org-cmp-time)
6811 (org-agenda-change-all-lines, org-agenda-diary-entry)
6812 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6813 (org-link-search, org-camel-to-words, org-open-file)
6814 (org-remember-handler, org-table-convert-region)
6815 (org-table-move-row-down, org-table-move-row-up)
6816 (org-table-copy-region, org-table-wrap-region)
6817 (org-table-toggle-vline-visibility)
6818 (org-table-get-vertical-vector, org-table-modify-formulas)
6819 (org-table-get-specials, org-recalc-commands)
6820 (org-table-rotate-recalc-marks, org-table-eval-formula)
6821 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6822 (org-level-color-stars-only, org-insert-heading):
6823 Fix typos in docstrings.
6824 (last-arg): Add defvar.
6825
6826 * makefile.w32-in (WINS): Add erc.
6827 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6828
6829 2006-01-29 Bill Wohler <wohler@newt.com>
6830
6831 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6832 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6833 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6834 (mh-autoloads): Don't use comments on otherwise empty lines.
6835
6836 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6837
6838 * emulation/viper.el (viper-major-mode-modifier-list): Add
6839 insert-state and vi-state entries for erc-mode.
6840 (viper-go-away, viper-set-hooks): Add and remove
6841 viper-comint-mode-hook from erc-mode-hook as appropriate.
6842
6843 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6844
6845 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * bs.el (bs--format-aux): Implement `middle' alignment as
6848 described in the docstring for `bs-attributes-list'.
6849 (bs--get-name): Simplify. Don't pad the buffer name.
6850
6851 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6852
6853 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6854 English aspell dictionary is installed, use the first entry of
6855 ispell-dictionary-alist-1.
6856
6857 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6858
6859 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6860 Doc fix.
6861
6862 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6863
6864 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6865 for `process-file', in order to let it work for older Emacsen too.
6866
6867 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6868
6869 * international/latexenc.el: Add a suitable `coding:' tag.
6870 (latexenc-find-file-coding-system): Undo last change.
6871
6872 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6873
6874 * international/latexenc.el (latexenc-find-file-coding-system):
6875 Make sure latexenc-main-file is a regular file and is readable.
6876
6877 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6878
6879 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6880 Pass FILE to vc-user-login-name.
6881
6882 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6883
6884 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6887 there are no more images to display.
6888 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6889 the next image.
6890
6891 2006-01-26 Richard M. Stallman <rms@gnu.org>
6892
6893 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6894
6895 * wid-edit.el (advertised-widget-backward): New alias.
6896 (widget-keymap): Use advertised-widget-backward for S-TAB.
6897
6898 * tumme.el: Correct the keywords.
6899 (tumme-dir-max-size): Use defvar.
6900 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6901
6902 * simple.el (move-beginning-of-line): Take account of fields.
6903 (clone-indirect-buffer-other-window): Take args like
6904 clone-indirect-buffer, and work like it.
6905
6906 * help-fns.el (describe-function): Don't pass `nil' as default.
6907
6908 * files.el (risky-local-variable-p): Follow var aliases.
6909
6910 * subr.el (lazy-completion-table): Doc fix.
6911
6912 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6913 global binding of `line'.
6914
6915 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6916
6917 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6918 Tramp.
6919
6920 * vc.el (vc-default-dired-state-info): Pass FILE to
6921 vc-user-login-name.
6922 (vc-default-update-changelog): Don't use vc-user-login-name, we
6923 don't need it here.
6924
6925 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6926 no longer necessary.
6927
6928 2006-01-25 Kenichi Handa <handa@m17n.org>
6929
6930 * international/mule.el (decode-char): Avoid the overhead of
6931 calling utf-lookup-subst-table-for-decode if
6932 utf-translate-cjk-mode is nil.
6933 (encode-char): Avoid the overhead of calling
6934 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6935 nil.
6936
6937 2006-01-22 Kenichi Handa <handa@m17n.org>
6938
6939 * international/mule.el (make-subsidiary-coding-system): Reset
6940 `coding-system-define-form' property of subsidiaries to nil.
6941 Avoid duplicated entry in coding-system-alist.
6942 (make-coding-system): Avoid duplicated entry in
6943 coding-system-alist.
6944 (define-coding-system-alias): Likewise.
6945
6946 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6947
6948 * completion.el: Minor fixes in introductory comment.
6949 (completion-def-wrapper): Fix alist.
6950
6951 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6952
6953 * thumbs.el (thumbs-new-image-size): New function.
6954 (thumbs-increment-image-size-element)
6955 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6956 (thumbs-decrement-image-size): Delete.
6957 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6958 temp files and use to resize.
6959 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6960 Use increment argument to enlarge/shrink. Preserve point.
6961 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6962 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6963 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6964 (thumbs-mark, thumbs-unmark): Preserve point.
6965 (thumbs-modify-image): Keep old temp files and use to modify.
6966 Cleanup old temp files at load time. Preserve point.
6967 (thumbs-view-image-mode-map): Use new command names.
6968
6969 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6972
6973 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6974 the nastiest part of the cyclic dependency.
6975 (cal-menu-update): Use dotimes and calendar-increment-month.
6976
6977 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6978 (calendar-week-start-day): Add an :initializer.
6979 (calendar-mode-map): Use suppress-keymap, and command remapping.
6980 (describe-calendar-mode): Setup xref-stack info for the back button.
6981 (calendar-star-date): Insert before delete.
6982 (calendar-set-mode-line): Add file-modified info if applicable.
6983 (calendar-increment-month): New function.
6984
6985 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6986
6987 * font-lock.el (lisp-font-lock-keywords-2):
6988 Recognize "& keywords" only at word boundaries.
6989
6990 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6991
6992 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6993 and permanent-local.
6994 (thumbs-max-image-number): New variable.
6995 (thumbs-do-thumbs-insertion): Use them.
6996 (thumbs-per-line): Change default to 4.
6997 (thumbs-marked-list): Rename from thumbs-markedL.
6998 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6999 (thumbs-rename-images): Use -list instead of L for internal variables.
7000 (thumbs-call-convert): Use call-process instead of shell-command.
7001 (thumbs-insert-thumb): Add filename as help-echo to each image.
7002 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7003 Give dir to thumbs-show-thumbs-list.
7004 (thumbs-show-thumbs-list): Set default-directory to that of images.
7005 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7006 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7007 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7008 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7009
7010 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * ses.el (ses-read-cell): Provide a default value.
7013
7014 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7015
7016 * term/w32-win.el (image-library-alist): Add additional names for
7017 GIF library.
7018
7019 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7020
7021 * international/latexenc.el (latexenc-find-file-coding-system):
7022 Add file-regular-p check.
7023
7024 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * simple.el (clone-buffer): Don't show the new buffer in the same
7027 window.
7028
7029 2006-01-23 Juri Linkov <juri@jurta.org>
7030
7031 * faces.el (link, link-visited): New faces based on default values
7032 of `info-xref' and `info-xref-visited'.
7033
7034 * info.el (info-xref): Inherit from `link'.
7035 (info-xref-visited): Inherit from `link-visited'.
7036
7037 * cus-edit.el (custom-buffer-create-internal): Use widget type
7038 `custom-manual' instead of `info-link' and don't set properties
7039 `button-face' and `mouse-face' explicitly.
7040 (custom-browse-group-tag, custom-browse-variable-tag)
7041 (custom-browse-face-tag): Inherit from widget class
7042 `custom-group-link' instead of `push-button'.
7043 (custom-button-unraised): Inherit from `underline' face.
7044 (custom-link): Inherit from `link' face. Fix doc and group.
7045 (custom-add-parent-links, custom-group-value-create): Don't set
7046 properties `button-face' and `mouse-face' explicitly for
7047 `custom-group-link' widget.
7048 (custom-group-link): Add properties `button-face' and `mouse-face'
7049 to widget definition.
7050 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7051 editable-field's :keymap property.
7052 (custom-mode): Fix docstring: substitute keybindings for
7053 `widget-forward' and `widget-backward' from `widget-keymap',
7054 `widget-complete' from `custom-field-keymap', replace old
7055 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7056
7057 * desktop.el (desktop-load-file): Check for `fboundp' before
7058 calling `symbol-function'.
7059
7060 * simple.el (clone-buffer, clone-indirect-buffer)
7061 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7062 `read-string'. Fix prompts.
7063
7064 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7065
7066 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7067
7068 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7069
7070 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7071
7072 * startup.el (inhibit-splash-screen, initial-scratch-message):
7073 Doc fixes.
7074
7075 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7076
7077 Sync with Tramp 2.0.52.
7078
7079 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7080 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7081 `tramp-unload-tramp' for checklist.
7082
7083 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7084 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7085 (tramp-unload-file-name-handler-alist)
7086 (tramp-unload-tramp): New defuns.
7087 (tramp-advice-PC-expand-many-files): New defadvice.
7088 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7089 removed.
7090 (tramp-handle-expand-file-name): Remove double slash.
7091 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7092 It doesn't matter, because it will be converted later on.
7093 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7094 implementation was just heuristic.
7095 (tramp-post-connection): Set uid and gid properties.
7096 (tramp-convert-file-attributes): Set file's gid change bit.
7097 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7098 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7099 in case of su(do)? methods. The home directory of the local user
7100 will be taken else.
7101 (tramp-open-connection-telnet)
7102 (tramp-open-connection-rsh, tramp-open-connection-su)
7103 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7104 local shell prompt could hurt. Reported by Romain Francoise
7105 <romain@orebokech.com>.
7106 (tramp-let-maybe): Add `edebug-form-spec' property.
7107 (tramp-handle-expand-file-name): Bind `default-directory' locally
7108 to "/" in order to avoid problems with UNC shares or Cygwin
7109 mounts.
7110 (tramp-md5-function): Fix typo in error message.
7111
7112 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7113
7114 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7115 for byte-compiler pacification.
7116
7117 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7118
7119 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7120 ID-FORMAT `string'. This allows us to get rid of
7121 `vc-user-login-name UID'.
7122
7123 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7124
7125 2006-01-22 John Paul Wallington <jpw@pobox.com>
7126
7127 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7128
7129 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7130
7131 * emacs-lisp/find-func.el (find-definition-noselect)
7132 (find-variable-noselect): Search variables in C source code too.
7133 (find-function-C-source, find-function-noselect, find-function)
7134 (find-function-other-frame, find-variable-noselect, find-variable)
7135 (find-variable-other-frame, find-variable-at-point):
7136 Fix docstrings.
7137
7138 2006-01-21 Francesco Potorti` <pot@gnu.org>
7139
7140 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7141
7142 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7143
7144 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7145 Default to disabling the "Save affix" question.
7146
7147 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7148
7149 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7150 the first arg to run-python.
7151
7152 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7153
7154 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7155 is not loaded.
7156
7157 2006-01-20 Jay Belanger <belanger@truman.edu>
7158
7159 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7160 limit is 0.
7161
7162 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7163 the correct variable.
7164
7165 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7166
7167 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7168 link. Fixed buggy argument sequence in call to `org-view-tags'.
7169 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7170 (org-prefix-has-tag): New variable.
7171 (org-format-agenda-item): Remove tags from headline if
7172 appropriate.
7173 (org-agenda-remove-tags-when-in-prefix): New option.
7174 (org-get-tags-at): New function.
7175
7176 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7177
7178 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7179 (thumbs-find-image): Move image name and number from buffer name
7180 to mode name. Set thumbs-buffer. Preserve point so that large
7181 images remain visible.
7182 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7183 order.
7184 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7185 mode name.
7186 (thumbs-next-image, thumbs-previous-image): Make them work.
7187
7188 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * cus-edit.el (custom-buffer-create-internal): State in the text above
7191 the whole buffer buttons that they do not operate on hidden items.
7192 (custom-face-menu): Use `custom-face-save' instead of
7193 `custom-face-save-command'.
7194 (custom-face-save-command): Make it an alias for `custom-face-save'
7195 and declare it obsolete.
7196 (custom-face-save): Doc fix.
7197
7198 * dired.el (dired-no-confirm): Add quote.
7199 (dired-subdir-alist-pre-R): Add quote in
7200 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7201
7202 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * textmodes/table.el (table-mode-indicator): Typo in last change.
7205
7206 2006-01-19 Richard M. Stallman <rms@gnu.org>
7207
7208 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7209 Fixes bug reported in Nov 2005.
7210
7211 * isearch.el (isearch-forward): Doc fix.
7212
7213 * dired.el (dired-move-to-filename-regexp): Define as alias.
7214 (dired-no-confirm): Use defcustom.
7215 (dired-subdir-alist-pre-R): Put defvar at top level.
7216
7217 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7218
7219 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7220 Mark as risky.
7221
7222 * simple.el (set-mark-command): Doc fix.
7223 (clone-indirect-buffer-other-window):
7224 Read arg like clone-indirect-buffer.
7225 (move-beginning-of-line): Skip invisible newlines.
7226
7227 2006-01-19 Masatake YAMATO <jet@gyve.org>
7228
7229 * progmodes/cpp.el (cpp-edit-load): Make the order of
7230 listed conditions in a base C code buffer and its associate
7231 CPP Edit buffer the same.
7232
7233 2006-01-19 Kenichi Handa <handa@m17n.org>
7234
7235 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7236 (rmail-mime-feature): Likewise.
7237 (rmail-require-mime-maybe): Use display-warning to show a warning
7238 message.
7239
7240 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7241 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7242
7243 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * array.el: Move defvars out of eval-when-compile.
7246 (array-make-template): Replace undeclared global var with a local one.
7247 (array-mode): Inline initialization functions.
7248 (array-init-local-variables, array-init-max-row)
7249 (array-init-max-column, array-init-columns-per-line)
7250 (array-init-field-width, array-init-rows-numbered)
7251 (array-init-line-length, array-init-lines-per-row): Remove.
7252
7253 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7254 (doc-mode-map): Define explicitly.
7255 (doctor-txtype): Use mapc.
7256
7257 * textmodes/table.el: Move defvars out of eval-when-compile.
7258 Remove harmful code meant to avoid byte-compiler warnings.
7259 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7260 specification that checks table-fixed-width-mode directly.
7261 (table-recognize-region, table-recognize-cell):
7262 Use restore-buffer-modified-p.
7263 (table-fixed-width-mode): Remove code that refreshes
7264 table-fixed-mode-indicator.
7265 (*table--cell-describe-bindings, *table--cell-describe-mode):
7266 Avoid obsolete name print-help-return-message.
7267 (table--test-cell-list): Don't use replace-regexp from elisp.
7268 (table--point-entered-cell-function, table--point-left-cell-function):
7269 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7270
7271 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7272 that was after the end of file. Use buffer-file-name variable.
7273 (org-timestamp-change): Use with-current-buffer.
7274 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7275 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7276 `file'.
7277
7278 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7279 (fortran-break-line): Remove unused var `opoint'.
7280 (fortran-abbrev-start): Obey help-event-list.
7281
7282 2006-01-18 Jesper Harder <harder@phys.au.dk>
7283
7284 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7285
7286 2006-01-18 Masatake YAMATO <jet@gyve.org>
7287
7288 * progmodes/make-mode.el (makefile-imake-mode): New mode
7289 derived from makefile-mode.
7290 (makefile-imake-mode-syntax-table): New syntax table
7291 derived from makefile-mode-syntax-table.
7292 (makefile-mode): Write about makefile-imake-mode in doc string.
7293 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7294 (makefile-imake-font-lock-keywords): New font lock keywords.
7295
7296 * files.el (auto-mode-alist): Add Imakefile.
7297
7298 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7299
7300 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7301 loading the file rather than when turning on flyspell-mode.
7302
7303 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * cus-edit.el (customize-rogue): Minor doc fix.
7306
7307 2006-01-17 Juri Linkov <juri@jurta.org>
7308
7309 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7310 instead of the file at the mark as default if the file at the mark
7311 is the same as the file at point or if dired-dwim-target-directory
7312 is not the same as the current directory and the mark is not active.
7313
7314 * log-view.el (log-view-minor-wrap): Use the same logic to get
7315 revisions as `log-view-diff'.
7316
7317 * info.el (Info-revert-find-node): Check for Info-current-file
7318 before preserving new-history.
7319
7320 * man.el (Man-heading-regexp): Add `/'.
7321
7322 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7323 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7324
7325 2006-01-16 Juri Linkov <juri@jurta.org>
7326
7327 * faces.el (mode-line-faces): New defgroup.
7328 (mode-line-highlight): Move definition after new defgroup.
7329 (mode-line, mode-line-inactive, mode-line-highlight):
7330 Replace :group `modeline' with `mode-line-faces'.
7331 (mode-line-buffer-id): New face.
7332 (modeline-buffer-id): New face alias.
7333 (vertical-border): Remove :group `modeline'.
7334
7335 * bindings.el (propertized-buffer-identification): Use face
7336 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7337 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7338 (mode-line-buffer-identification-keymap): For mouse-1 replace
7339 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7340 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7341 mouse-3.
7342
7343 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7344 Buffer-menu-buffer. Doc fix.
7345 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7346 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7347 `Buffer-menu-buffer'.
7348
7349 * info.el (Info-mode-line-node-keymap): New defvar.
7350 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7351 Propertize Info-current-node with `mode-line-buffer-id' and
7352 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7353
7354 * time.el (display-time-mail-face): Replace :group `faces' with
7355 `mode-line-faces'.
7356
7357 2006-01-16 Kenichi Handa <handa@m17n.org>
7358
7359 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7360
7361 * language/european.el (cp1252): New alias for windows-1252.
7362
7363 * international/mule.el (autoload-coding-system): Prepare for EOL
7364 variants.
7365
7366 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7367
7368 * term.el (term-raw-map): Add mapping for insert.
7369 (term-send-insert): New.
7370 (term-mode): Make variables local here instead of doing it in
7371 `term-emulate-terminal'.
7372 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7373 Scroll reverse needs to take into account the scroll region.
7374 Saving and restoring the cursor should save the color attributes too.
7375 (term-reset-terminal): Reset the scroll region.
7376 (term-handle-ansi-escape): Cursor up and down should take into
7377 account the scroll region.
7378 (term-set-scroll-region): Rename from `term-scroll-region'.
7379 Move to 0,0 after setting the region.
7380 (term-handle-scroll): Handle scroll up.
7381 (term-down): Fix off by one error.
7382 (term-delete-lines): Do not delete outside the scroll region.
7383 (term-insert-lines): Take into account the scroll region.
7384
7385 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * textmodes/ispell.el (ispell-internal-change-dictionary)
7388 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7389 (start, end): Move declaration outside of eval-when-compile.
7390
7391 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7392 (flyspell-mode-on): Use it.
7393
7394 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7395 ispell-kill-ispell-hook.
7396
7397 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7398
7399 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7400 (Custom-reset-saved): Do not ask for confirmation in single option
7401 buffers.
7402
7403 2006-01-13 Richard M. Stallman <rms@gnu.org>
7404
7405 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7406
7407 2006-01-13 Romain Francoise <romain@orebokech.com>
7408
7409 * add-log.el (add-change-log-entry, change-log-merge):
7410 Conditionally use `hard-newline'.
7411
7412 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7413
7414 * wid-edit.el (widget-field-end): If the overlay is no longer
7415 associated with a buffer, behave as if the overlay didn't exist.
7416
7417 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7418 Make sure the links use the `custom-link' face.
7419
7420 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7423 (ld-script-mode): Don't set indent-line-function since we don't
7424 have one.
7425
7426 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7427
7428 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7429 application.
7430 (org-file-apps-defaults-gnu): Use mailcap as the default for
7431 selecting an application on a UNIX system.
7432 (org-agenda-show-tags): New command.
7433 (org-table-insert-hline): Keep cursor in current table line.
7434 (org-table-convert): Offset effect of modifying
7435 `org-table-insert-hline'.
7436 (org-format-agenda-item): New optional argument TAG.
7437 (org-compile-prefix-format): Handle %T format for the tag.
7438 (org-expand-wide-chars): New function.
7439 (org-table-insert-row, org-table-insert-hline):
7440 Use `org-expand-wide-chars'.
7441 (org-open-file): Fix bug in program launch.
7442 (org-get-time-of-day): Fix bug with times before 1am.
7443 (org-agenda-menu): Add tags commands.
7444
7445 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7446
7447 * textmodes/ispell.el (ispell-init-process): Include the used
7448 dictionary in ispell process start message.
7449 (ispell-internal-change-dictionary): When flyspell-mode is active
7450 and dictionary is changed, make sure ispell process is restarted
7451 and flyspell word cache cleared out for the current buffer.
7452 (ispell-change-dictionary): Make sure flyspell word cache is
7453 cleared out in all buffers with active flyspell mode when
7454 dictionary is globally changed.
7455 Call ispell-internal-change-dictionary after dictionary change.
7456
7457 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7458
7459 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7460
7461 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7462 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7463 years. Fix small differences wrt Makefile.in.
7464 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7465 Makefile.in does.
7466
7467 2006-01-12 Bill Wohler <wohler@newt.com>
7468
7469 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7470 mh-search.el.
7471
7472 2006-01-12 Masatake YAMATO <jet@gyve.org>
7473
7474 * progmodes/ld-script.el: Update copyright year.
7475
7476 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7479 Don't add widget if setting undefined.
7480
7481 2006-01-12 John Paul Wallington <jpw@pobox.com>
7482
7483 * help-fns.el (describe-variable): Remove newlines from void
7484 variable output.
7485
7486 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * wdired.el (wdired-mode-map): Add help echo for
7489 wdired-abort-changes.
7490
7491 * man.el (Man-file-name-regexp): Adjust for a list of files.
7492
7493 2006-01-12 Masatake YAMATO <jet@gyve.org>
7494
7495 * progmodes/ld-script.el (auto-mode-alist): Support
7496 suffix conventions used in netbsd and eCos.
7497
7498 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7499
7500 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7501 (custom-variable-menu, custom-face-menu, custom-group-menu)
7502 (Custom-mode-menu): Change names of menu items. (As discussed on
7503 emacs-devel.)
7504 (custom-face-menu): Add "Undo Edits" item.
7505
7506 * startup.el (init-file-user): defcustom -> defvar.
7507
7508 * tooltip.el (tooltip-mode): Doc fix.
7509
7510 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * reveal.el (reveal-post-command): window-buffer signals an error on
7513 dead windows rather than returning nil.
7514 (reveal-open-new-overlays): An overlay might die while we open others.
7515
7516 2006-01-11 Bill Wohler <wohler@newt.com>
7517
7518 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7519 phrasing in docstring.
7520
7521 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7522 can give some systems gas. Add new file mh-buffers.el.
7523
7524 2006-01-06 Masatake YAMATO <jet@gyve.org>
7525
7526 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7527 C preprocessor forward ported from GNU Emacs 21.2.
7528
7529 * progmodes/asm-mode.el (asm-font-lock-keywords):
7530 Use `cpp-font-lock-keywords'.
7531
7532 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7533
7534 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7535 of $ for "\\.ld[s]?".
7536
7537 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7540 (tcl-indent-line): Return `noindent' if inside a string.
7541
7542 * progmodes/flymake.el (flymake-split-string): Remove more than one
7543 empty string at beg/end of the result.
7544 (flymake-find-buildfile, flymake-find-possible-master-files):
7545 Use expand-file-name.
7546 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7547 since expand-file-name does it for us. Use directory-file-name.
7548 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7549 (flymake-ler-get-type, flymake-ler-get-text)
7550 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7551 (flymake-current-line-no): Remove spurious interactive spec.
7552 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7553 (flymake-check-include): Remove arg inc-path merged into inc-name.
7554 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7555 Arg regexp-list replaced by a simple regexp.
7556 (flymake-master-make-header-init, flymake-master-tex-init):
7557 Correspondingly replace regexp-list with a regexp. Fix regexp.
7558
7559 2006-01-10 Simon Josefsson <jas@extundo.com>
7560
7561 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7562 describing AUTH PLAIN fix.
7563
7564 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7565
7566 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7567 (report-emacs-bug): Don't record initial prompt text.
7568 Instead, add text properties to prompting text.
7569 (report-emacs-bug-hook): Delete prompting text.
7570
7571 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7574 `dirs'. Adjust callers.
7575
7576 2006-01-09 John Paul Wallington <jpw@gnu.org>
7577
7578 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7579
7580 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * reveal.el (reveal-open-new-overlays): New extracted fun.
7583 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7584 using them. Simplify the code.
7585 (reveal-post-command): Use them. Fix up obsolete windows in
7586 reveal-open-spots.
7587
7588 * progmodes/flymake.el: Use `require' rather than autoload for
7589 XEmacs's overlays.
7590 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7591 Delete. Use file-relative-name instead.
7592 (flymake-get-syntax-check-program-args, flymake-perl-init):
7593 Simplify the resulting code.
7594
7595 * log-view.el (log-view-file-re, log-view-message-re): Add support
7596 for DaRCS output.
7597
7598 2006-01-09 Alex Schroeder <alex@gnu.org>
7599
7600 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7601 identifiers sometimes added in square brackets at the beginning of
7602 subject lines.
7603
7604 2006-01-07 Richard M. Stallman <rms@gnu.org>
7605
7606 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7607 (Custom-reset-current, Custom-reset-saved): Change question text.
7608 (Custom-reset-standard): Likewise.
7609 (custom-variable-reset-saved): Doc fix.
7610
7611 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7612
7613 * startup.el (init-file-user): Doc fix.
7614
7615 2006-01-07 Alex Schroeder <alex@gnu.org>
7616
7617 * mail/rmail.el (rmail-current-subject): New function.
7618 (rmail-current-subject-regexp): New function.
7619 (rmail-next-same-subject): Use it.
7620
7621 * mail/rmailsum.el (rmail-summary-by-topic):
7622 Use rmail-current-subject and rmail-current-subject-regexp.
7623 (rmail-summary-next-same-subject): Ditto.
7624
7625 * net/rcirc.el (rcirc-send-input): No longer check whether the
7626 process is open, since not all commands need an open process.
7627 (rcirc-send-string): Check whether the process is open before
7628 sending anything.
7629 (rcirc-ignore-list): New option.
7630 (rcirc-ignore-list-automatic): New variable.
7631 (rcirc-print): Take rcirc-ignore-list into account.
7632 (rcirc-cmd-ignore): New command.
7633 (rcirc-ignore-update-automatic): New function.
7634 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7635 list if ignored nicks.
7636 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7637
7638 2006-01-06 David Reitter <david.reitter@gmail.com>
7639
7640 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7641 reflect the address to which the report will be sent.
7642
7643 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7644
7645 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7646 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7647
7648 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7649
7650 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7651
7652 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7653 the doc string: "functoin" => "function".
7654 * ldefs-boot.el: Likewise.
7655
7656 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7657 message text: "Duplicat" => "Duplicate".
7658
7659 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7660
7661 * files.el (basic-save-buffer-2): If backing-up failed, reset
7662 buffer-backed-up to nil.
7663
7664 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7665
7666 * progmodes/gud.el (gdb-script-skip-to-head)
7667 (gdb-script-calculate-indentation): Indent for breakpoint command
7668 lists also.
7669
7670 2006-01-05 Bill Wohler <wohler@newt.com>
7671
7672 * Makefile.in (compile-always): Add mh-autoloads dependency.
7673 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7674 provides it.
7675 (updates): Remove mh-autoloads dependency, since it probably has
7676 already run recently (via recompile).
7677
7678 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7681 argument `force' to disable the flyspell-last-buffer optimization.
7682 (flyspell-mode-on): Use it.
7683
7684 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7685 flymake-simple-cleanup.
7686 (flymake-allowed-file-name-masks): Use this new default.
7687 All the functions are now called in the right buffer rather than
7688 passing the buffer as argument.
7689 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7690 (flymake-parse-err-lines): Remove redundant buffer arg.
7691 (flymake-get-program-dir): Comment out unused function.
7692 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7693 Remove redundant buffer argument.
7694 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7695 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7696
7697 2006-01-05 Richard M. Stallman <rms@gnu.org>
7698
7699 * info.el (Info-find-node): Don't record previous node if have none.
7700 (info): Go to directory only if history is empty.
7701
7702 * simple.el (mark): Doc fix.
7703
7704 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7705
7706 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7707 already of desired type.
7708 (mac-ae-list): Coerce parameter to "list" type.
7709 (mac-dispatch-apple-event): Replace cadr part of event with a
7710 dummy position so that event-start returns it.
7711
7712 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7713
7714 * textmodes/org.el (org-end-of-subtree): New function.
7715 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7716 Use `org-end-of-subtree'.
7717 (org-agenda, org-agenda-convert-date): Protect calls to
7718 `fit-window-to-buffer'.
7719 (org-tags-view): Force matching of sublevels when doing a
7720 todo-only search. Define the correct redo command, including the
7721 arguments.
7722 (org-agenda-redo): Display message.
7723 (org-check-for-org-mode): New function.
7724 (org-agenda-type): New variable.
7725 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7726 Set `org-agenda-type'.
7727 (org-agenda-check-type): New function.
7728 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7729 (org-agenda-week-view, org-agenda-day-view)
7730 (org-agenda-next-date-line, org-agenda-previous-date-line)
7731 (org-agenda-log-mode, org-agenda-toggle-diary)
7732 (org-agenda-toggle-time-grid, org-agenda-date-later)
7733 (org-agenda-date-prompt, org-agenda-diary-entry)
7734 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7735 (org-agenda-convert-date, org-agenda-menu):
7736 Use `org-agenda-check-type'.
7737 (org-make-overlay, org-delete-overlay)
7738 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7739 New compatibility functions.
7740 (org-calendar-select-mouse): New command.
7741
7742 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7745 (Custom-reset-standard): Fix y-or-n-p messages.
7746 (custom-link): New face for links.
7747 (custom-buffer-create-internal, custom-manual): Use it.
7748 (custom-face-save): Push to theme-face before setting face spec.
7749
7750 * wid-edit.el (widget-default-mouse-face-get): New function.
7751 (widget-specify-button): Handle mouse-face like button-face.
7752
7753 * custom.el (load-theme): Clear old theme settings if reloading.
7754
7755 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7756
7757 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7758 "Erase Customization" button back to same position it occupies in
7759 the individual State menus.
7760
7761 2006-01-04 Kim F. Storm <storm@cua.dk>
7762
7763 * wid-edit.el (key-sequence): Rework widget to read key binding
7764 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7765 (widget-key-sequence-default-value): Default value for empty sequence.
7766 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7767 (widget-key-sequence-read-event): New command for C-q.
7768 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7769 (widget-key-sequence-value-to-external): New functions.
7770
7771 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7774 Use expand-file-name.
7775 (flymake-delete-temp-directory): Use expand-file-name,
7776 file-name-directory, and directory-file-name.
7777 (flymake-strrchr): Delete.
7778 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7779 to the init-f function.
7780 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7781 (flymake-init-find-buildfile-dir)
7782 (flymake-init-create-temp-source-and-master-buffer-copy)
7783 (flymake-simple-make-init-impl, flymake-simple-make-init)
7784 (flymake-master-make-init, flymake-master-make-header-init)
7785 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7786 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7787 (flymake-xml-init): Remove corresponding redundant buffer argument.
7788 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7789 the default anyway. Clean up regexps.
7790
7791 * progmodes/flymake.el (flymake-temp-source-file-name)
7792 (flymake-master-file-name, flymake-temp-master-file-name)
7793 (flymake-base-dir): New buffer-local vars.
7794 (flymake-buffer-data, flymake-get-buffer-value)
7795 (flymake-set-buffer-value): Replace those hash-tables by the new
7796 buffer-local vars. Update callers.
7797
7798 * progmodes/flymake.el (flymake-check-start-time)
7799 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7800 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7801 Move definition, so we can remove redundant earlier declaration.
7802 (flymake-replace-regexp-in-string, flymake-split-string)
7803 (flymake-get-temp-dir): Use defalias.
7804 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7805 (flymake-xemacs-window-edges): Remove unused function.
7806 (flymake-get-point-pixel-pos): Move.
7807 (flymake-pid-to-names, flymake-reg-names)
7808 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7809 Replace by a simple list flymake-processes and by process-buffer.
7810 Update callers. Other than simplify the code, it uses buffers rather
7811 than buffer-names so it doesn't get confused by uniquify.
7812 (flymake-buffer-data): The global value should just be nil.
7813
7814 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7815 Optimize the body of a defalias like any other code.
7816
7817 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7818 Make sure we've setup font-lock's vars. It may influence which
7819 function we then call.
7820 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7821 here since it's too late anyway.
7822
7823 2006-01-03 Romain Francoise <romain@orebokech.com>
7824
7825 * startup.el (fancy-splash-tail, normal-splash-screen):
7826 Update copyright year.
7827
7828 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7829
7830 * mouse.el (mouse-drag-track): Rename, from
7831 `mouse-drag-region-1'. Includes optional argument required to
7832 enable post-drag event processing (e.g. delete region keys).
7833 Can be used without this argument to track a mouse region and operate
7834 on it as soon as the drag completes.
7835 (mouse-drag-region): Use `mouse-drag-track'.
7836
7837 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7840 Move to `custom-buffer' group.
7841
7842 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7843 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7844 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7845 (custom-theme-face-menu): New variables.
7846 (custom-theme-add-variable, custom-theme-variable-action)
7847 (custom-variable-reset-theme, custom-theme-delete-variable)
7848 (custom-face-reset-theme, custom-theme-face-action)
7849 (custom-theme-delete-face, custom-theme-merge-theme)
7850 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7851
7852 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * custom.el: Move Custom Themes commentary to start of theme code.
7855 (custom-known-themes): Rename `standard' theme to `changed'.
7856 (custom-push-theme): Caller no longer specifies what theme to use
7857 when doing `reset'---the setting is simply removed from the theme.
7858 Delete MODE from `theme-value' and `theme-settings' properties.
7859 (custom-declare-theme): Ignore &rest args since we don't use them.
7860
7861 (custom-loaded-themes): Delete variable.
7862 (custom-theme-load-themes, custom-theme-loaded-p)
7863 (custom-theme-value): Delete functions.
7864
7865 (custom-declare-theme): Signal error on invalid theme names.
7866 (provide-theme): custom-loaded-themes was deleted.
7867 (load-theme): Load the file unconditionally.
7868 (enable-theme): Call `load-theme' if theme is undefined.
7869 (custom-enabled-themes): Only update value for successful loads.
7870 (disable-theme): Complete from enabled themes when interactive.
7871 (custom-variable-theme-value): Calculate theme value directly.
7872
7873 (custom-theme-reset-variables, custom-reset-variables): Mark as
7874 XEmacs compatibility functions. We don't actually use these.
7875
7876 * cus-edit.el (custom-variable-state-set):
7877 Use custom-variable-theme-value instead of custom-theme-value.
7878 (custom-face-state-set): Rename `standard' theme to `changed'.
7879 (custom-save-variables, custom-save-faces): Delete unneeded
7880 references to custom-reset-variables.
7881 (custom-save-resets): Delete function.
7882 (custom-save-variables, custom-save-faces): MODE argument deleted.
7883 (custom-save-variables, custom-save-faces): Ignore theme values.
7884
7885 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7886 compatibility function.
7887
7888 2006-01-01 Richard M. Stallman <rms@gnu.org>
7889
7890 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7891 (Custom-reset-current, Custom-reset-saved): Likewise.
7892 (Custom-reset-standard): Show message if aborted.
7893 (custom-mode): Doc fix, describing those commands.
7894
7895 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7896 put on event-kind property.
7897
7898 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7899
7900 * custom.el (provide-theme): Ban `user' theme name.
7901 (custom-enabling-themes): New variable.
7902 (enable-theme): Don't enable user if custom-enabling-themes is t.
7903 (custom-enabled-themes): Make it a defcustom.
7904 (custom-theme-recalc-face): No-op if face is undefined.
7905
7906 * cus-edit.el (custom-button-mouse): New variable.
7907 (custom-button-mouse): New face.
7908 (custom-raised-buttons, custom-mode): Use it.
7909
7910 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7911
7912 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7913
7914 * progmodes/gud.el (gud-display-line): Support hl-line in the
7915 source buffer.
7916
7917 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7918
7919 * mouse.el (mouse-drag-window-above): Verify that the found window
7920 overlaps with the given window in the horizontal dimension.
7921
7922 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7923
7924 * Makefile.in (cvs-update): New target.
7925
7926 * makefile.w32-in (cvs-update): Ditto.
7927
7928 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7931 (custom-new-theme-mode-map): New variable.
7932
7933 2005-12-30 Richard M. Stallman <rms@gnu.org>
7934
7935 * custom.el (custom-load-themes): Function deleted.
7936
7937 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7938 (custom-save-variables): Don't delete or add custom-load-themes call.
7939
7940 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * cus-start.el: Add `visible-cursor'.
7943
7944 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7945 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7946 (flymake-process-filter): Switch to buffer before calling it instead.
7947 (flymake-post-syntax-check, flymake-highlight-err-lines)
7948 (flymake-delete-own-overlays, flymake-parse-err-lines)
7949 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7950 (flymake-count-lines, flymake-parse-residual):
7951 Remove constant buffer argument.
7952 (flymake-start-syntax-check-for-current-buffer): Remove.
7953 Update callers to use flymake-start-syntax-check instead.
7954 (flymake-display-err-menu-for-current-line):
7955 Remove unused var `mouse-pos'.
7956 (flymake-restore-formatting): Comment out unused function.
7957 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7958 argument, use current-buffer instead. Update callers.
7959
7960 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7961
7962 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7963 buffer-local because choose-completion-delete-max-match requires
7964 that we set completion-ignore-case (i.e., binding via let is not
7965 sufficient).
7966 (bibtex-complete): Always set completion-ignore-case and
7967 choose-completion-string-functions. The latter is needed because
7968 choose-completion-string-functions keeps its value if we quit the
7969 *Completions* buffer without requesting a completion.
7970
7971 2005-12-30 Andreas Schwab <schwab@suse.de>
7972
7973 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7974
7975 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7976
7977 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7978
7979 2005-12-30 Juri Linkov <juri@jurta.org>
7980
7981 * locate.el (locate-fcodes-file, locate-header-face)
7982 * progmodes/delphi.el (delphi-other-face)
7983 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7984
7985 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7986 group `paren-showing-faces'.
7987
7988 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7989 (goto-address): Fix docstring.
7990
7991 * net/webjump.el (webjump-sample-sites): Update URLs.
7992
7993 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7994
7995 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7996
7997 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * font-lock.el (font-lock-compile-keywords): Signal an error when
8000 font-lock-set-defaults hasn't been called.
8001
8002 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * subr.el (noreturn, 1value): Doc fixes.
8005
8006 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8007
8008 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8009 that assoc-string returns nil.
8010
8011 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8012
8013 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8014 (bibtex-entry-type-str, bibtex-empty-field-re)
8015 (bibtex-search-backward-string, bibtex-preamble-prefix)
8016 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8017 (bibtex-any-valid-entry-type): New variable.
8018 (bibtex-parse-field-name): Simplify.
8019 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8020 (bibtex-preamble-prefix): Include left delimiter.
8021 (bibtex-search-forward-field, bibtex-search-backward-field):
8022 Allow unbounded search past entry boundaries (required by bibtex-pop).
8023 (bibtex-text-in-field-bounds): Use push.
8024 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8025 (bibtex-parse-preamble, bibtex-valid-entry)
8026 (bibtex-beginning-first-field): New functions.
8027 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8028 (bibtex-map-entries): Fix docstring.
8029 (bibtex-flash-head): New arg prompt. Simplify.
8030 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8031 (bibtex-insert-kill): Simplify. Always insert text past the
8032 current field or entry.
8033 (bibtex-format-entry): Use bibtex-parse-field.
8034 (bibtex-pop): Use bibtex-beginning-of-entry and
8035 bibtex-end-of-entry to initiate the search. Insert empty field if
8036 we found ourselves.
8037 (bibtex-print-help-message): New args field and comma.
8038 Handle entry keys.
8039 (bibtex-make-field): Use bibtex-beginning-of-entry.
8040 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8041 invalid entry.
8042 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8043 Handle preambles. Simplify code for thorough test.
8044 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8045 New arg comma. Handle entry heads.
8046 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8047 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8048 New arg comma.
8049 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8050 (bibtex-fill-field): Simplify.
8051 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8052 bibtex-parse-field.
8053 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8054 (bibtex-complete): Use bibtex-parse-preamble.
8055
8056 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8057
8058 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8059 Display name of expression instead of convenience variable.
8060 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8061
8062 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8063 toggle-gud-tooltip-dereference.
8064 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8065 (gud-tooltip-tips): ...here when dereferencing.
8066
8067 2005-12-28 Bill Wohler <wohler@newt.com>
8068
8069 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8070
8071 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8074 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8075 (vc-annotate-display-autoscale): Adjust call.
8076 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8077 Fix interactive spec.
8078 (vc-annotate-time-span): Remove.
8079 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8080 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8081 (vc-annotate-display-select): Use new name.
8082
8083 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8084 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8085 Correct the construction of span entries. Simplify.
8086 (vc-annotate-display-select): Fix the nil case.
8087 (vc-annotate): Remove obsolete (and now broken) code.
8088 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8089 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8090
8091 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * subr.el (lazy-completion-table): Correct typo in docstring.
8094
8095 * startup.el (command-line): Use `custom-reevaluate-setting' for
8096 `send-mail-function'.
8097
8098 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8099
8100 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8101
8102 * mail/smtpmail.el (smtpmail-try-auth-methods):
8103 Send credentials together with "AUTH PLAIN" command.
8104
8105 2005-12-27 Richard M. Stallman <rms@gnu.org>
8106
8107 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8108 mouse-2, go back to previously selected window, so it's selected
8109 when mouse-2 command runs.
8110
8111 2005-12-27 Juri Linkov <juri@jurta.org>
8112
8113 * descr-text.el (describe-text-sexp): Use square brackets for
8114 button [Show] to distinguish it from the property value `show'.
8115 (describe-property-list): Use `insert-text-button' with
8116 `help-face' type instead of putting face in quotes, because button
8117 is not created automatically for a list of faces.
8118 (describe-text-properties-1): Put button-type value in quotes to
8119 distinguish from plain text "button".
8120 (describe-char): Display code point values in hex. Don't use
8121 `symbol-name' for `current-input-method' because it is a string.
8122 Use `insert-text-button' with `help-face' type instead of putting
8123 hardcoded face in quotes, because button is not created automatically.
8124
8125 2005-12-27 Richard M. Stallman <rms@gnu.org>
8126
8127 * progmodes/glasses.el (glasses-face): More specific custom type.
8128
8129 * files.el (set-visited-file-name): Doc fix.
8130
8131 * textmodes/flyspell.el (flyspell-external-point-words):
8132 Use local var buffer-scan-pos to advance scan for next misspelling.
8133 Advance it only after we find the misspelling.
8134
8135 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8136
8137 * textmodes/flyspell.el (flyspell-external-point-words):
8138 New criteria for finding the misspelling in the buffer.
8139
8140 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8141
8142 * help-mode.el (help-insert-string): Set help-xref-stack-item
8143 rather than call help-setup-xref.
8144
8145 * descr-text.el (describe-char): Revert previous changes for
8146 optional buffer argument.
8147
8148 2005-12-27 Juri Linkov <juri@jurta.org>
8149
8150 * help-mode.el (help-insert-string): New function. Save buffer
8151 contents in cases where it is impossible to recompute the old contents.
8152
8153 * descr-text.el (describe-char): Set help-xref-stack-item
8154 explicitly after buffer has been generated.
8155
8156 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8157
8158 * cus-start.el (all): Add x-gtk-show-hidden-files.
8159
8160 2005-12-26 Richard M. Stallman <rms@gnu.org>
8161
8162 * replace.el (perform-replace): Calculate match-again
8163 before skipping read-only matches.
8164
8165 * paren.el (paren-showing-faces): New group.
8166 (show-paren-match, show-paren-mismatch): Move to that group.
8167
8168 * button.el (button): Put into group `basic-faces'.
8169
8170 * progmodes/make-mode.el: Remove faces from group `faces'.
8171
8172 * apropos.el (apropos, apropos-value): Doc fix.
8173 (apropos-documentation): Doc fix.
8174
8175 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * subr.el (lazy-completion-table): Remove argument `args'.
8178
8179 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8180 Don't use the `args' argument of lazy-completion-table.
8181
8182 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * descr-text.el (describe-char): Add optional argument for buffer.
8185 Set buffer appropriately. Call help-setup-xref.
8186 Suggested by Stefan Monnier.
8187
8188 2005-12-26 Juri Linkov <juri@jurta.org>
8189
8190 * descr-text.el: Require `help-fns' at runtime. Don't require
8191 `button' for byte compilation.
8192 (describe-text-widget): Add `help-echo' for first button.
8193 Use `help-info' for second.
8194 (describe-property-list): Use `help-argument-name' instead of `italic'.
8195 (describe-text-category): Add prompt to interactive spec.
8196 Call `help-setup-xref'.
8197 (describe-char): Use `help-character-set'. Add `help-echo' for
8198 code point. Use `help-input-method'. Remove superfluous insert.
8199
8200 2005-12-25 Richard M. Stallman <rms@gnu.org>
8201
8202 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8203 at point, in case of narrowing.
8204
8205 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8206
8207 * locate.el (locate-header-face): Allow nil in type.
8208
8209 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8210
8211 2005-12-25 Romain Francoise <romain@orebokech.com>
8212
8213 * battery.el (battery-linux-proc-acpi): Also try
8214 `/proc/acpi/thermal_zone/THM0/temperature'.
8215
8216 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * custom.el (custom-push-theme): Fix docstring.
8219
8220 * cus-edit.el (custom-variable-set, custom-variable-save)
8221 (custom-variable-save): Custom-quote widget values.
8222 (customize-save-variable): Fix custom-push-theme call.
8223
8224 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8225
8226 * w32-fns.el (w32-batch-update-autoloads): New function.
8227
8228 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8229 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8230 from the command line.
8231
8232 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8235 reset means to remove setting from theme entirely. Don't keep
8236 expanding theme-settings list; delete old entries if necessary.
8237
8238 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8239 customization" button one line up.
8240 (custom-themed): New face.
8241 (custom-magic-alist): New value, THEMED, for theme settings.
8242 (custom-variable-state-set, custom-face-state-set):
8243 Check theme-value instead of saved-value.
8244 (custom-variable-reset-standard, custom-face-reset-standard):
8245 Remove theme setting entirely. Recalculate new values.
8246 (custom-variable-set, custom-variable-set)
8247 (custom-variable-reset-saved, custom-variable-reset-backup)
8248 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8249 (custom-variable-save): Fix typos.
8250
8251 2005-12-23 Juri Linkov <juri@jurta.org>
8252
8253 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8254 Add autoload cookies.
8255 (edebug-outside-d-c-i-n-s-w): New variable.
8256 (edebug-display, edebug-outside-excursion): Use it to save the
8257 original value of default-cursor-in-non-selected-windows.
8258 Set default-cursor-in-non-selected-windows to t while Edebug
8259 is active.
8260 (edebug-mode, edebug-eval-mode): Doc fix.
8261
8262 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8263 with `buffer-substring-no-properties' to remove common substring
8264 highlighting.
8265
8266 * info.el (info-other-window, info): Rename function argument
8267 `file' to `file-or-node'.
8268 (Info-complete-menu-item): Use local variable `complete-nodes' to
8269 keep the global value of `Info-complete-nodes' unchanged for
8270 subsequent completions.
8271 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8272
8273 * simple.el (get-next-valid-buffer, last-buffer)
8274 (next-error-buffer-p, next-error-find-buffer)
8275 (minibuffer-history-sexp-flag): Doc fix.
8276
8277 * savehist.el (savehist-mode-hook): Add `:group'.
8278
8279 * log-view.el: Call autoload for vc-find-version.
8280 (log-view-current-file): Adjust subgroup numbers.
8281 (log-view-current-tag): Add `length'.
8282
8283 2005-12-23 Richard M. Stallman <rms@gnu.org>
8284
8285 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8286
8287 2005-12-23 Juri Linkov <juri@jurta.org>
8288
8289 * hi-lock.el (hi-lock-archaic-interface-message-used)
8290 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8291 (hi-lock-mode): Display "Hi" in the mode line only when
8292 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8293 (hi-lock-write-interactive-patterns):
8294 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8295 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8296 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8297 font-lock-add-keywords to t.
8298
8299 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8300
8301 * hi-lock.el (hi-lock-highlight-range): New variable.
8302 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8303 only if font-lock-fontified is non-nil. Remove overlays.
8304 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8305 font-lock-fontified is non-nil, otherwise use overlays (instead of
8306 text properties).
8307 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8308 New variables.
8309 (hi-lock-string-serialize) New function.
8310
8311 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8312
8313 * menu-bar.el (menu-find-file-existing): New function.
8314 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8315
8316 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8317
8318 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * vc.el: Remove unnecessary leading * in docstrings.
8321 (vc-annotate-mode-map): Move initialization into declaration.
8322 (vc-static-header-alist): Nitpick on the regexp.
8323 (vc-default-init-version): New fun.
8324 (vc-register): Use it.
8325 (vc-insert-headers): Use dolist.
8326 (vc-annotate-get-backend): Remove unused function.
8327 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8328 (vc-annotate-mode): Remove corresponding call.
8329 (vc-annotate-car-last-cons): Simplify.
8330 (vc-annotate-buffers): Remove var.
8331 (vc-annotate-backend): Make it buffer-local.
8332 (vc-annotate): Move the interaction to the interactive spec.
8333 Add a `buf' argument.
8334 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8335 killing&creating a vc-annotate buffer, which is very disruptive when
8336 the buffers are shown in dedicated frames.
8337
8338 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8339
8340 * descr-text.el: Add FSF as maintainer.
8341 (describe-text-mode, describe-text-mode-map)
8342 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8343 help-mode.
8344 (describe-text-widget, describe-text-sexp)
8345 (describe-property-list, describe-text-category)
8346 (describe-text-properties, describe-text-properties-1)
8347 (describe-char): Use help buttons instead of widgets.
8348 (describe-char-unicodedata-file): Make URL link in doc string.
8349
8350 2005-12-22 Richard M. Stallman <rms@gnu.org>
8351
8352 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8353 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8354 Don't include buttons that write a file when there's no file.
8355 (custom-variable-menu, custom-face-menu, custom-group-menu):
8356 Don't include commands that write a file when there's no file.
8357 (customize-browse): Reword the top-of-buffer help intro.
8358 (custom-buffer-create-internal): Fix previous change.
8359 (customize-changed-options-previous-release): Prev release is 21.1.
8360 (customize-changed-options): Doc fix.
8361 (customize-changed): New alias.
8362 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8363 Say "standard values".
8364 (Custom-reset-standard): Doc fix.
8365 (custom-face-reset-standard): Doc fix.
8366
8367 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8370 even if font-lock-mode is non-nil since it may be t without having
8371 turned on font-lock-mode-internal.
8372 (font-lock-choose-keywords): Minor optimization.
8373 (font-lock-add-keywords, font-lock-remove-keywords)
8374 (font-lock-set-defaults): Don't call make-local-variable on a variable
8375 that we know to already be local.
8376
8377 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8378
8379 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8380 messages if in the minibuffer.
8381
8382 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8385 (tex-mode-flyspell-verify, flyspell-get-word)
8386 (flyspell-external-point-words): Don't use point-min/max uselessly.
8387
8388 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8389 by Kevin Rodgers. Instead, just hide the completions buffer if we
8390 don't need to show it.
8391
8392 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8393
8394 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8395
8396 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8399 delete-windows-on with an inexistent buffer.
8400
8401 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8404 Delete defcustom variable :tag names.
8405
8406 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8409 (log-view-font-lock-keywords): Ajust subgroup numbers.
8410 (log-view-current-tag): Don't hard code the number of subgroups.
8411
8412 2005-12-20 Juri Linkov <juri@jurta.org>
8413
8414 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8415 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8416
8417 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8418 (menu-bar-non-minibuffer-window-p): Instead of checking
8419 display-multi-frame-p, use selected-frame when menu-updating-frame
8420 is nil.
8421
8422 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8423
8424 * align.el (align-rules-list): Use [ \t] instead of \s-
8425 for column separators in text mode.
8426
8427 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8428
8429 * help-mode.el (help-customize-variable, help-customize-face):
8430 Don't pop help-xref-stack as help-follow no longer pushes
8431 anything on to it.
8432
8433 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8434
8435 * textmodes/org.el (org-agenda-custom-commands): New option.
8436 (org-agenda): Offer custom commands on splash screen.
8437 (org-make-tags-matcher): Parser for Boolean logic added.
8438 (org-agenda-set-tags): New command.
8439 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8440 (org-set-tags): Efficiency improvements.
8441 (org-auto-align-tags): New option.
8442 (org-todo, org-demote, org-promote): Realign tags.
8443 (org-tags-completion-function): Use also "&" and "|" as separators.
8444 (org-org-menu): Agenda commands simplified.
8445
8446 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * cus-edit.el (customize-apropos, customize-apropos-options):
8449 Docstring changes.
8450
8451 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8452
8453 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * longlines.el (longlines-mode): Wrap while widened.
8456 (longlines-decode-region, longlines-encode-region): Compute max
8457 just once.
8458
8459 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8460
8461 * cus-edit.el (mac): New group.
8462
8463 * cus-start.el (all): Add user options in macterm.c. Add test for
8464 Mac-related built-ins. Fix test for GTK-related built-ins.
8465
8466 * term/mac-win.el (mac-handle-language-change)
8467 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8468 (mac-services-open-selection, mac-services-mail-selection)
8469 (mac-services-mail-to, mac-services-insert-text)
8470 (mac-dispatch-apple-event): Add docstrings.
8471 (x-get-selection, mac-select-convert-to-string): Select coding
8472 system from `utf-16be' and `utf-16le' using `byteorder'.
8473
8474 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8477 a "list" (lambda ...) rather than a real completion list.
8478
8479 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8480 lexical-let when encountering ((lambda (...) ...) ...).
8481
8482 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * progmodes/sh-script.el (sh-mode):
8485 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8486 * textmodes/picture.el (picture-mode): Update docstrings.
8487
8488 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8489
8490 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8491 commands enclosed in $(ARGQUOTE)s should not be split between two
8492 lines, as that will break with GNU Make >3.80, when sh.exe is used
8493 and arg quoting is with '..'.
8494 (autoloads): Don't break the quoted --eval expression between
8495 several lines.
8496
8497 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8498
8499 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8500 Capture error from printing circular structures.
8501
8502 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8503
8504 * wid-edit.el (widget-checkbox-action): Clear undo info.
8505
8506 2005-12-16 Bill Wohler <wohler@newt.com>
8507
8508 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8509 bar, not menubar in comment.
8510
8511 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8514 After-change-functions should not clobber the match data.
8515
8516 2005-12-16 Juri Linkov <juri@jurta.org>
8517
8518 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8519 instead of `buffer-substring'.
8520 (completion-common-substring): Doc fix.
8521 (completion-setup-function): Use minibuffer-completion-contents
8522 instead of minibuffer-contents. Don't set common-string-length
8523 initially. Remove special handling of partial-completion-mode.
8524 Move computation of completion-base-size into one cond.
8525 Call completion-base-size-function in mainbuf. In computation of
8526 completion-base-size for file name completion don't move point to
8527 the end of the minibuffer. Move computation of common-string-length
8528 into one cond. Start putting faces only when common-string-length>=0.
8529 Add condition to put completions-common-part when
8530 common-string-length>0.
8531
8532 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8533 place point at the first different character in the minibuffer
8534 even if this position is at the beginning of the minibuffer.
8535
8536 * info.el (Info-read-node-name-1): In completion-base-size-function's
8537 lambda return 1 if common-substring or minibuffer-completion-contents
8538 starts with (, and 0 otherwise.
8539
8540 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8541 Use `crm-current-element' for second arg of `display-completion-list'.
8542
8543 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8544
8545 * files.el (set-auto-mode): Look for an interpreter specified on
8546 the first line also if search for mode specification succeeded,
8547 but the mode is not known.
8548
8549 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8550
8551 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8552 (org-open-at-point): Implement tag searches as links.
8553 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8554 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8555 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8556 (org-agenda-dispatch): New commands.
8557 (org-use-tag-inheritance, org-tags-column): New options.
8558 (org-tab-follows-link, org-return-follows-link): New options.
8559 (org-tags): New customize group.
8560 (org-start-icalendar-file): Get local time zone.
8561 (org-tags-completion-function): New function.
8562 (org-set-font-lock-defaults): Make sure links will also be
8563 highlighted inside headlines.
8564
8565 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8566
8567 * term.el (term-emulate-terminal):
8568 Let term-handle-ansi-terminal-messages override what Bash says about
8569 its current directory.
8570
8571 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8572
8573 * bindings.el (last-buffer): Move to simple.el.
8574 * simple.el (last-buffer): Move here.
8575 (get-next-valid-buffer): New function.
8576 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8577 (prev-buffer): Ditto. Rename to `previous-buffer'.
8578
8579 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8580 * bindings.el (global-map): Ditto.
8581
8582 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8583
8584 * cus-edit.el: Introductory comment change.
8585 (custom-magic-alist): Change message string for the `rogue' state.
8586
8587 2005-12-15 Richard M. Stallman <rms@gnu.org>
8588
8589 * tooltip.el: Delete defcustom variable :tag names.
8590
8591 * complete.el (partial-completion-mode): Doc fix.
8592
8593 * textmodes/flyspell.el (flyspell-external-point-words):
8594 Use save-excursion to ensure we don't move backward in the
8595 search loop, not even one character.
8596 (flyspell-delete-all-overlays): Use remove-overlays directly.
8597
8598 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8599 (ispell-start-process): Set that variable.
8600 Clear ispell-buffer-local-name.
8601 (ispell-internal-change-dictionary):
8602 Set ispell-current-dictionary after killing process.
8603 (ispell-buffer-local-dict):
8604 Don't set spell-personal-dictionary after killing process.
8605 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8606 (ispell-tex-skip-alists, ispell-html-skip-alists)
8607 (ispell-skip-region-alist): Mark as risky.
8608
8609 * net/newsticker.el (newsticker--retrieval-timer-list)
8610 (newsticker--display-timer, newsticker-running-p)
8611 (newsticker-ticker-running-p): Definitions moved up.
8612
8613 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8614
8615 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8616
8617 2005-12-15 David Ponce <david@dponce.com>
8618
8619 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8620 (recentf-edit-list, recentf-open-files): Signal an error when
8621 there is no recent file.
8622
8623 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8624
8625 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8626 read-only except for texinfo-format-region evaluation.
8627
8628 2005-12-14 Richard M. Stallman <rms@gnu.org>
8629
8630 * vc.el (vc-default-previous-version, vc-default-next-version)
8631 (vc-do-command): Doc fixes.
8632
8633 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8634
8635 * textmodes/bibtex.el (bibtex-expand-strings)
8636 (bibtex-autokey-expand-string, bibtex-name-part)
8637 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8638 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8639 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8640 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8641 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8642 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8643 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8644 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8645 (bibtex-beginning-of-last-entry): Remove.
8646 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8647 message if comma is missing but buffer is read-only.
8648 (bibtex-parse-field-text): Handle whitespaces at the end of field
8649 text. Return 3-element list with beginning and end of field text
8650 and end of field.
8651 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8652 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8653 (bibtex-search-forward-field, bibtex-search-backward-field):
8654 Search always delimited by limits of entry. Use more efficient
8655 search algorithms.
8656 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8657 bibtex-end-of-name-in-field.
8658 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8659 extracting the content of a field.
8660 (bibtex-text-in-field): Use search limits.
8661 (bibtex-parse-string-prefix): Handle empty string keys based on
8662 bibtex-string-empty-key.
8663 (bibtex-parse-string): Fix docstring.
8664 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8665 (bibtex-preamble-prefix, bibtex-strings): New functions.
8666 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8667 BibTeX entries (consistent with other BibTeX functions).
8668 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8669 (bibtex-search-entry): Fix docstring. Simplify.
8670 (bibtex-flash-head, bibtex-complete-string-cleanup)
8671 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8672 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8673 (bibtex-parse-entry): New optional arg content.
8674 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8675 Use bibtex-text-in-field-bounds.
8676 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8677 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8678 bibtex-parse-string-postfix.
8679 (bibtex-find-text-internal): New function.
8680 (bibtex-remove-delimiters): Use it.
8681 (bibtex-find-text): Use it. New optional arg help.
8682 (bibtex-complete): Handle BibTeX string and preamble entries.
8683 (bibtex-Preamble): Fix order of closing delimiters.
8684
8685 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * vc.el (vc-default-revert): New fun.
8688
8689 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8690
8691 2005-12-14 Romain Francoise <romain@orebokech.com>
8692
8693 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8694 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8695 (font-lock-remove-keywords): Likewise.
8696
8697 2005-12-14 Juri Linkov <juri@jurta.org>
8698
8699 * log-view.el (log-view-diff): Doc fix.
8700
8701 * isearch.el (isearch-query-replace): Use (mark) instead of
8702 isearch-opoint if mark is active in transient-mark-mode.
8703
8704 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8705
8706 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8707
8708 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8709
8710 * progmodes/cpp.el (cpp-face): New widget.
8711 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8712
8713 2005-12-14 Juri Linkov <juri@jurta.org>
8714
8715 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8716 around `erase-buffer' and `insert'.
8717
8718 * descr-text.el (describe-text-properties): Replace buffer name
8719 "*Help-2*" with "*Help*<2>".
8720 (describe-char): Add functions print-help-return-message,
8721 toggle-read-only. Use help-setup-xref with nil to not store
8722 describe-char in help-xref-stack. Use help-make-xrefs to
8723 make [back] button.
8724
8725 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8726
8727 * wdired.el (wdired-old-point): New internal variable.
8728 (wdired-change-to-wdired-mode): Set it buffer-locally.
8729 (wdired-abort-changes): Restore point after aborting changes.
8730
8731 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * vc.el (vc-do-command): Add a new value t for okstatus.
8734
8735 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8736 frame in case of errors.
8737
8738 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8739
8740 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8741 so it comes after "On the Left" in the menu.
8742
8743 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * cus-edit.el (customize-apropos, customize-apropos-options)
8746 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8747
8748 2005-12-12 Bill Wohler <wohler@newt.com>
8749
8750 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8751 non-writable Subversion-controlled files by saving window
8752 configuration before calling vc-do-command. vc-do-command calls
8753 pop-to-buffer on error which is unexpected during registration.
8754
8755 2005-12-12 Jay Belanger <belanger@truman.edu>
8756
8757 * calc/README: Update the summary of changes.
8758
8759 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * descr-text.el (describe-char): Rework last fix to solve the problem
8762 is the same way it's solved for everything else in that function
8763 (i.e. by extracting the info before setting up the *Help* buffer).
8764
8765 2005-12-12 Kim F. Storm <storm@cua.dk>
8766
8767 * subr.el (version-regexp-alist): Allow space as separator before
8768 non-numeric part, e.g. "1.0 alpha".
8769 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8770
8771 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8772
8773 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8774 Implement Logging and the keep-modes setting.
8775 (org-get-category): Make sure a string is returned.
8776 (org-log-done): New function.
8777 (org-log-done, org-closed-string): New options.
8778
8779 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8780
8781 * tooltip.el (tooltip-y-offset): Change default to 20.
8782
8783 2005-12-12 Richard M. Stallman <rms@gnu.org>
8784
8785 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8786
8787 * frame.el (display-hourglass): Doc fix.
8788
8789 * help.el (help-for-help-internal): Simplify entry for `a'.
8790
8791 * info.el (Info-on-current-buffer): Doc fix.
8792 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8793
8794 * startup.el (inhibit-splash-screen): Make this the real name.
8795 (inhibit-startup-message): Make this the alias.
8796 (command-line): Find only simple.el, and use its directory
8797 to fill in other preloaded files' names.
8798 (command-line): Deactivate the mark if deactivate-mark is set.
8799
8800 * international/mule.el (load-with-code-conversion):
8801 Bind deactivate-mark.
8802
8803 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8804
8805 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8806
8807 * cus-edit.el (customize-apropos): Avoid listing an option more
8808 than once under different aliases. No longer list user options
8809 that are not defined with defcustom (unless a prefix arg is given).
8810 Doc fix.
8811 (customize-apropos-options): Doc fix.
8812
8813 2005-12-11 Juri Linkov <juri@jurta.org>
8814
8815 * frame.el (set-background-color, set-foreground-color)
8816 (set-cursor-color, set-mouse-color, set-border-color):
8817 Add explicit prompts to read colors by `facemenu-read-color'.
8818 (show-trailing-whitespace, blink-cursor-delay)
8819 (blink-cursor-interval, display-hourglass, hourglass-delay):
8820 Remove tags.
8821 (display-hourglass, hourglass-delay): Doc fix.
8822 (cursor-in-non-selected-windows): Capitalize words in tag.
8823
8824 * faces.el (frame-background-mode): Replace `choice-item' keywords
8825 with `const' to not make [default] button. Change default value tag
8826 from `default' to `automatic'. Doc fix.
8827 (trailing-whitespace) <defface>: Change group `whitespace' to
8828 `whitespace-faces'.
8829
8830 2005-12-11 Richard M. Stallman <rms@gnu.org>
8831
8832 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8833
8834 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8835
8836 * term/mac-win.el: Create keymap for mac-apple-event-map.
8837
8838 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8839
8840 * tooltip.el (tooltip-mode): Move to start of file so that it
8841 appears at top of customize buffer.
8842
8843 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8844 Add the gud groupname.
8845 (gud-tooltip-mode): Add the tooltip groupname.
8846 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8847 avoid conflict with tooltip-use-echo-area.
8848
8849 2005-12-10 Romain Francoise <romain@orebokech.com>
8850
8851 * help.el (help-for-help-internal): Add `r' in doc string.
8852
8853 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8854
8855 * align.el (align-regexp, align-highlight-rule):
8856 Use region-beginning and region-end instead of point and mark, so that
8857 repetition (with `repeat-complex-command') recomputes the region
8858 bounds.
8859
8860 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8861
8862 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8863 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8864 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8865 (balance-windows): Rewrite using the above new functions.
8866
8867 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8868
8869 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8870 react if global-hi-lock-mode seems intended.
8871 (global-hi-lock-mode) Renamed from hi-lock-mode.
8872 (hi-lock-archaic-interface-message-used)
8873 (hi-lock-archaic-interface-deduce): New variables.
8874 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8875 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8876 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8877 Replace hi-lock-buffer-mode with hi-lock-mode.
8878
8879 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8880
8881 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8882 completion list, even after a partial completion has been
8883 inserted in the current buffer. If there are more than 1
8884 completion, redisplay the *Completions* buffer; if the
8885 completion is unique, delete the *Completions* window.
8886
8887 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8888
8889 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8890 strings and long subject lines that were broken into multiple
8891 lines at arbitrary places. Handle subjects that have "Re: " in
8892 the middle.
8893
8894 2005-12-10 John W. Eaton <jwe@octave.org>
8895
8896 * emacs/octave-mod.el (octave-electric-space): Don't indent
8897 comments or strings if octave-auto-indent is nil.
8898
8899 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8900
8901 * term/mac-win.el: Require url when compiling.
8902 Call mac-process-deferred-apple-events after loading init files.
8903 (mac-apple-event-map): New defvar. Define event handlers in it.
8904 (core-event, internet-event): New Apple event class symbols.
8905 (open-application, reopen-application, open-documents)
8906 (print-documents, open-contents, quit-application)
8907 (application-died, show-preferences, autosave-now, get-url):
8908 New Apple event ID symbols.
8909 (about): New HICommand ID symbol.
8910 (mac-event-spec, mac-event-ae): New macros.
8911 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8912 (mac-ae-selection-range, mac-ae-text-for-search)
8913 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8914 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8915 and Services menu events are now defined in mac-apple-event-map.
8916 (mac-drag-n-drop): Remove selection range handling.
8917
8918 2005-12-10 Kenichi Handa <handa@m17n.org>
8919
8920 * simple.el (zap-to-char):
8921 * isearch.el (isearch-process-search-char): Translate CHAR by
8922 translation-table-for-input.
8923
8924 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8925
8926 * foldout.el (foldout-exit-fold): Properly hide subtree.
8927
8928 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8929
8930 * files.el (save-buffer):
8931 * international/ucs-tables.el (ucs-set-table-for-input):
8932 * mail/mail-extr.el (mail-extract-address-components):
8933 * mail/sendmail.el (mail-mode): Reformat doc string.
8934
8935 2005-12-09 Juri Linkov <juri@jurta.org>
8936
8937 * isearch.el (isearch-highlight): Change main overlay priority
8938 from 1 to 1001. Simplify.
8939 (isearch-lazy-highlight-update): Change lazy overlay priority
8940 from 0 to 1000.
8941
8942 * replace.el (replace-highlight): Change overlay priority from
8943 1 to 1001.
8944
8945 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8946 Change overlay priority from 1 to 1001. Reuse existing overlay.
8947
8948 * compare-w.el (compare-windows-highlight): Change overlay
8949 priority from 1 to 1000.
8950
8951 * menu-bar.el (menu-bar-edit-menu): Add listp around
8952 pending-undo-list to disable menu item "undo" when pending
8953 undo list is empty.
8954
8955 * locate.el (locate): Disable undo in *Locate* buffer.
8956
8957 2005-12-09 Kim F. Storm <storm@cua.dk>
8958
8959 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8960
8961 2005-12-09 David Ponce <david@dponce.com>
8962
8963 * recentf.el: Improvement of the menu code.
8964 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8965 instead of menu hook.
8966 (recentf-show-menu, recentf-hide-menu): New functions.
8967 (recentf-menu-customization-changed, recentf-mode): Use them.
8968 (recentf-menu-action, recentf-max-menu-items)
8969 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8970 (recentf-arrange-by-rule-others)
8971 (recentf-arrange-by-rules-min-items)
8972 (recentf-arrange-by-rule-subfilter) : Don't use
8973 `recentf-menu-customization-changed'.
8974 (recentf-arrange-rules): Likewise. Accept functions to compute
8975 sub-menu titles.
8976 (recentf-menu-filter): Likewise. Doc fix.
8977 (recentf-menu-value-shortcut): Doc fix.
8978 (recentf-dump-variable): Quote atom value.
8979 (recentf-make-menu-items): Update to use it as a menu filter.
8980 (recentf-match-rule): New function.
8981 (recentf-arrange-by-rule): Use it.
8982 (recentf-indirect-mode-rule): New function.
8983 (recentf-build-mode-rules): Use it.
8984 (recentf-dir-rule): New function.
8985 (recentf-arrange-by-dir): Use it.
8986 (recentf-filter-changer-current): Rename from
8987 `recentf-filter-changer-state'. All references updated.
8988 (recentf-filter-changer-alist): Update filter names.
8989 (recentf-filter-changer-select): New function.
8990 (recentf-filter-changer): Use it. Make a sub-menu from filters
8991 available in `recentf-filter-changer-alist'.
8992 (recentf-data-cache, recentf-clear-data)
8993 (recentf-update-menu): Remove. All references updated.
8994 (recentf-match-rule-p, recentf-build-dir-rules)
8995 (recentf-filter-changer-goto-next)
8996 (recentf-filter-changer-get-current)
8997 (recentf-filter-changer-get-next): Remove.
8998
8999 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9002 buffer "Reset" button to "Reset to Current" for consistency with
9003 the State buttons.
9004
9005 2005-12-08 John Paul Wallington <jpw@pobox.com>
9006
9007 * ibuf-ext.el (define-ibuffer-filter filename):
9008 If `dired-directory' is a list then really use its car.
9009
9010 2005-12-08 Kim F. Storm <storm@cua.dk>
9011
9012 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9013 Fix indention of text on right side of replaced rectangle.
9014
9015 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9018 No need to check gud-comint-buffer is bound.
9019 (gdb): Prevent multiple debugging when first session uses gdba.
9020
9021 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9022
9023 CC Mode update to 5.31.
9024
9025 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9026 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9027 We might do this function properly in the future).
9028
9029 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9030 New macros c-sentence-end and c-default-value-sentence end, to cope
9031 with Emacs 22's new function `sentence-end'.
9032
9033 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9034
9035 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9036 compat issue using `c-put-overlay' and `c-delete-overlay'.
9037
9038 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9039 New compat macros to handle overlays/extents.
9040
9041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9042
9043 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9044 (for GNU Emacs 20.4)
9045
9046 * progmodes/cc-defs.el:
9047 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9048
9049 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9050 highlighting mechanism so it will work in XEmacs too.
9051
9052 * progmodes/cc-defs.el: Insert c-int-to-char.
9053
9054 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9055 call to the new macro c-int-to-char. This solves XEmacs's
9056 regarding characters as different from integers.
9057
9058 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9059
9060 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9061 New internal helper.
9062
9063 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9064 construct to make the indirect face lookup work in XEmacs.
9065
9066 (c-cpp-matchers): Append the negation char face to the existing
9067 fontification, so that the cpp face doesn't disappear.
9068 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9069 and strings.
9070
9071 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9072 to map to `font-lock-negation-char-face' in emacsen where it exists.
9073
9074 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9075
9076 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9077
9078 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9079 Rename "c-subword-move-mode" as "c-subword-mode".
9080
9081 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9082 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9083
9084 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9085
9086 * progmodes/cc-mode.el: Added autoload directive for
9087 `c-subword-move-mode' for use in older emacsen.
9088
9089 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9090
9091 * progmodes/cc-mode.el:
9092 (i) Insert a binding for C-c C-backspace into
9093 c-bind-special-erase-keys which works in TTYs.
9094 (ii) Make sure that when file styles are used, any explicitly
9095 given style variables take priority over those in the style.
9096 Do this by calling `hack-local-variables' a second time.
9097
9098 * progmodes/cc-vars.el: Add language specific customization
9099 widgets for AWK to c-doc-comment-style, c-require-final-newline
9100 and c-default-style. Add a defcustom for awk-mode-hook.
9101 Give c-syntactic-element and c-syntactic-context doc-strings by
9102 directly setting their `variable-documentation' propery.
9103 This allows Emacs 22.1 to read these with C-h v.
9104
9105 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9106
9107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9108
9109 * progmodes/cc-fonts.el, cc-vars.el
9110 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9111 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9112 Masatake YAMATO.
9113
9114 (c-doc-comment-style): Made GtkDoc default in C mode.
9115
9116 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9117 and C-c C-<delete>.
9118
9119 (c-bind-special-erase-keys): New function for use on
9120 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9121
9122 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9123 <delete> key behavior in XEmacs according to `delete-forward-p'.
9124 C.f. `c-electric-delete'.
9125
9126 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9127
9128 * progmodes/cc-mode.el: Give c-hungry-backspace and
9129 c-hungry-delete-forward permanent key bindings.
9130
9131 * progmodes/cc-cmds.el (c-electric-semi&comma):
9132 Bind c-syntactic-context for calls to "criteria functions", for
9133 consistency with other calls to user functions.
9134
9135 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9136 `current-prefix-arg', since this might be the prefix arg to a
9137 command which calls c-indent-command as a function. Change the
9138 interactive spec from "p" to "P".
9139
9140 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9141 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9142 was difficult to understand.
9143
9144 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9145
9146 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9147 first char of an identifier.
9148
9149 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9150 +" syntax in C++.
9151
9152 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9153
9154 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9155 auto-fill doesn't split a c-comment's last word from a hanging
9156 "*/" when a space is typed between them after fill-column.
9157
9158 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9159
9160 * progmodes/cc-styles.el (c-set-style)
9161 (c-setup-paragraph-variables): Abort the command if we're not in a
9162 CC Mode buffer.
9163
9164 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9165 with blank comment-prefix, and a blank line as the comment's
9166 second line.
9167
9168 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9169
9170 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9171 Incorporate the patterns added in the Emacs development branch
9172 for the new Emacs 22 face `font-lock-negation-char-face'.
9173
9174 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9175 of "red" since it stands out better in xterms and DOS terminals.
9176
9177 * progmodes/cc-engine.el (c-literal-faces):
9178 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9179
9180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9181
9182 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9183 forcibly enable c-electric-flag.
9184
9185 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9186 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9187 after the comment-prefix of a C-style comment will close that comment.
9188
9189 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9190
9191 * progmodes/cc-fonts.el (c-basic-matchers-before)
9192 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9193 in Pike.
9194
9195 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9196 digraphs.
9197
9198 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9199 (c-cpp-message-directives, c-cpp-include-directives)
9200 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9201 (c-cpp-expr-directives): Introduce new language constants to
9202 control cpp syntax in a cleaner way.
9203
9204 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9205
9206 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9207
9208 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9209 (c-multiline-string-start-char): New language constants and
9210 variables to specify how newlines in string literals work.
9211
9212 (c-font-lock-invalid-string): Use them.
9213
9214 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9215 unbalanced close brace is entered. Optimization by avoiding going
9216 back over arbitrarily large blocks. Removed hints that this
9217 function only would be relevant/useful in AWK.
9218
9219 (c-electric-brace): Indent syntactically after the cleanups since
9220 lineup functions might do it differently then.
9221
9222 * progmodes/cc-engine.el, cc-langs.el
9223 (c-opt-op-identifier-prefix): New language constant and variable.
9224
9225 (c-just-after-func-arglist-p, c-after-special-operator-id)
9226 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9227
9228 * progmodes/cc-align.el, cc-engine.el
9229 (c-after-special-operator-id): New helper to handle C++ operator
9230 identifiers.
9231
9232 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9233 (c-guess-basic-syntax): Handle C++ operator identifiers in
9234 declarations.
9235
9236 * progmodes/cc-langs.el (c-assignment-operators): Add the
9237 trigraph version of ^= too.
9238
9239 * progmodes/cc-langs.el (c-assignment-operators): Add the
9240 trigraph version of |= in C++.
9241
9242 * progmodes/cc-fonts.el (c-font-lock-declarators):
9243 Handle `c-decl-hangon-kwds' after the identifier name.
9244
9245 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9246 whether an arglist is "nonempty", ignore a comment after the open
9247 paren if it isn't followed by a non-comment token on the same line.
9248
9249 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9250 Enable heuristics below the point to cope with classes inside special
9251 brace lists in Pike.
9252
9253 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9254
9255 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9256
9257 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9258
9259 * progmodes/cc-guess.el (cc-guess-install): New function to
9260 install an already guessed style in another buffer.
9261
9262 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9263 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9264 anyway if the change always is undone.
9265
9266 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9267
9268 Implement togglable electricity:
9269
9270 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9271 saying when it should be used.
9272
9273 * progmodes/cc-engine.el: Add the new buffer-local variable,
9274 c-electric-flag.
9275
9276 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9277 c-toggle-auto-newline.
9278
9279 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9280 c-toggle-auto-newline. Remove the binding for
9281 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9282 c-toggle-electric-state.
9283
9284 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9285
9286 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9287 c-\(forward\|backward\)-subword.
9288 (c-update-modeline): Add the new modeline flag `l' for
9289 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9290 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9291 Make the old name an alias of the new name.
9292 (c-toggle-electric-state): New function.
9293 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9294 Adapt these functions to do electric things only when
9295 c-electric-flag is non-nil.
9296 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9297 new functions from c-electric-brace.
9298 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9299 mode, so that the tentative extra newline doesn't change the
9300 syntax of the following brace.
9301 (c-electric-brace): Restructure by extracting the above functions.
9302 Tidy up the coding somewhat.
9303 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9304 restructure a bit.
9305
9306 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9307
9308 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9309 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9310
9311 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9312 (c-submode-indicators): Change name from `c-auto-hungry-string'
9313 since it's now used to track another submode.
9314
9315 (c-update-modeline): Convert to function and extended to check
9316 `c-subword-move-mode'.
9317
9318 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9319 Convert to compat aliases for `c-forward-subword' and
9320 `c-backward-subword'.
9321
9322 * progmodes/cc-subword.el: New functions and minor mode to handle
9323 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9324
9325 (c-forward-subword, c-backward-subword, c-mark-subword)
9326 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9327 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9328 Functions corresponding to the standard word handling functions.
9329
9330 (c-subword-move-mode): Minor mode that replaces all the standard
9331 word handling functions with their subword equivalences.
9332
9333 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9334
9335 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9336 entry for one-liner-defun.
9337
9338 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9339 name in its def-edebug-spec.
9340
9341 * progmodes/cc-cmds.el (c-electric-brace): Make the
9342 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9343 compacts space before a comment, if this will make things fit on
9344 one line.
9345
9346 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9347
9348 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9349
9350 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9351 clean-up one-liner-defun.
9352
9353 * progmodes/cc-styles.el: Add the new "awk" style.
9354
9355 * progmodes/cc-vars.el: Add description of one-liner-defun to
9356 c-cleanup-list's doc-string. New user options,
9357 c-max-one-liner-length. In c-default-style, set the default style
9358 for AWK to "awk".
9359
9360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9361
9362 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9363 macros inside labels.
9364
9365 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9366 `c-at-statement-start-p' and `c-at-expression-start-p'.
9367
9368 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9369 error if the mark isn't set.
9370
9371 * progmodes/cc-engine.el (c-guess-continued-construct)
9372 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9373 accurately detect functions inside functions.
9374
9375 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9376 like `c-at-statement-start-p' that additionally recognizes commas
9377 and expression parentheses as delimiters.
9378
9379 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9380 to avoid heuristics that doesn't work for unclosed blocks.
9381 (c-at-statement-start-p): New function.
9382
9383 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9384 Objective-C directives, e.g. directives spanning lines should work
9385 reasonably well now.
9386
9387 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9388
9389 (c-forward-objc-directive): New function to move over any ObjC
9390 directive.
9391
9392 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9393 (c-basic-matchers-before): Use it.
9394
9395 (c-font-lock-objc-iip-decl): Remove.
9396
9397 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9398 in the template arglist recognition.
9399
9400 * progmodes/cc-styles.el (c-style-alist): Fix several
9401 inconsistencies in the Whitesmith style.
9402
9403 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9404 New lineup function to get lines after Whitesmith style blocks
9405 correctly indented.
9406
9407 (c-lineup-whitesmith-in-block): Back out the compensation for
9408 opening parens since it's done using `add' lists in the style
9409 definition instead. Don't use the anchor position since it varies
9410 too much between the syntactic symbols. :P
9411
9412 * progmodes/cc-vars.el (c-valid-offset): Update.
9413
9414 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9415 lists where the offsets are combined according to several
9416 different methods: `first', `min', `max', and `add'.
9417 Report offset evaluation errors with `c-benign-error' so that some kind
9418 of reindentation still is done.
9419
9420 * progmodes/cc-engine.el (c-guess-basic-syntax):
9421 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9422 `arglist-close'.
9423
9424 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9425 situations for `arglist-cont-nonempty' and `arglist-close'.
9426
9427 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9428
9429 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9430 cc-bytecomp-boundp' in a number of places.
9431
9432 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9433 macro related issue.
9434
9435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9436
9437 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9438 list is now [asdf], a char class [:alpha:].
9439 Include code for char classes.
9440 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9441 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9442
9443 Remove (nearly all of) the cruft associated with AWK Mode's former
9444 concept of "virtual semicolons":
9445
9446 Adapt c-beginning-of-statement, c-end-of-statement (together with
9447 subfunctions) to use the new notion of "virtual semicolon" in
9448 place of the old awkward special handling for AWK. There remains
9449 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9450 * progmodes/cc-cmds.el:
9451 (c-ascertain-adjacent-literal): In the backwards direction, now
9452 recognises AWK regexp delimiters as string delimiters.
9453 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9454 check more rigorously for "end of macro".
9455 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9456 virtual semicolons;
9457 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9458 out the code for forward movement into ...
9459 (c-end-of-statement): Now contains the code for forward movement,
9460 adapted for virtual semicolons.
9461
9462 * progmodes/cc-engine.el:
9463 (c-ws*-string-limit-regexp): New regexp.
9464 (c-forward-single-comment, c-backward-single-comment): Comment out
9465 the (now redundant) "special" AWK stuff.
9466
9467 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9468 c-string-par-start, c-string-par-separate to be more like Text
9469 Mode than Fundamental Mode.
9470
9471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9472
9473 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9474 to the fontified region so that fontification doesn't occur
9475 outside it (could happen e.g. when fontifying a line with an
9476 unfinished declaration).
9477
9478 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9479
9480 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9481 start of the file. ^L now separate sections of the file.
9482 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9483 (c-awk-one-line-possibly-open-string-re)
9484 (c-awk-regexp-one-line-possibly-open-char-class-re)
9485 (c-awk-one-line-possibly-open-regexp-re)
9486 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9487 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9488
9489 Amend the concept of "virtual semicolons" (in the indentation
9490 engine) for languages like AWK, such that they are now
9491 conceptually attached to end of the last token of a statement, not
9492 the end of the line. (In AWK Mode, however, the pertinent text
9493 property is still physically set on the EOL.) Remove the specific
9494 tests for awk-mode, thus facilitating the introduction of other
9495 language modes where EOLs can end statements.
9496 (Note: The funtionality in cc-cmds.el, specifically
9497 c-beginning/end-of-statement has yet to be amended.)
9498
9499 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9500 New macros.
9501
9502 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9503 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9504 c-vsemi-status-unknown-p-fn (in a new page).
9505
9506 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9507 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9508 numerous awkward forms like
9509 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9510 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9511 variable before-ws-ip, the place just after char-before-ip appears.
9512
9513 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9514 a comment.
9515
9516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9517
9518 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9519 `c-tentative-buffer-changes'.
9520
9521 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9522 convert to macro to choose between Emacs and XEmacs at compile time.
9523
9524 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9525
9526 (c-tentative-buffer-changes): New macro to handle temporary buffer
9527 changes in a convenient way.
9528
9529 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9530 for `c-tentative-buffer-changes'.
9531
9532 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9533 the checks for paren sexps between the point and the keyword, to
9534 avoid some false alarms.
9535
9536 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9537 Fixed a situation where an error could be thrown for unbalanced
9538 parens. Changed to make use of c-keyword-member' to avoid some
9539 repeated regexp matches.
9540
9541 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9542 These language variable are no longer necessary.
9543
9544 (c-block-stmt-kwds): New language constant used by
9545 c-looking-at-inexpr-block'.
9546
9547 (c-guess-basic-syntax): Remove an optional check that looked at
9548 the existence of the now removed language variables.
9549
9550 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9551 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9552 object instantiation expressions as declarations in some contexts.
9553 This bug only affected languages where the declarator can't be
9554 enclosed in parentheses.
9555
9556 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9557 insert newlines before and after substatement braces.
9558
9559 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9560 function declaration headers and the handling of C++ style member
9561 init lists.
9562
9563 (c-just-after-func-arglist-p): Rewritten to use
9564 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9565
9566 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9567
9568 (c-guess-basic-syntax): Adapt case 5B for the new
9569 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9570 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9571 covers all cases now).
9572
9573 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9574
9575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9576
9577 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9578 c-string-par-start/separate c-sentence-end-with-esc-eol,
9579 initialised in c-setup-paragraph-variables, used in string
9580 scanning subroutines of c-beginning-of-statement.
9581
9582 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9583 which precedes the newly inserted `{'.
9584
9585 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9586
9587 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9588 function for declaration level blocks. It should now cope with
9589 templates better and also be a lot more comprehensible.
9590
9591 (c-looking-at-decl-block): The new function.
9592
9593 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9594 for compatibility.
9595
9596 (c-add-class-syntax, c-guess-continued-construct)
9597 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9598
9599 (c-decl-block-key): Change to tell apart ambiguous and
9600 unambiguous keywords. Pike specials are now handled directly in
9601 the code instead.
9602
9603 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9604 New language constants and variables to make the backward skip in
9605 `c-looking-at-decl-block' as tight as possible.
9606
9607 (c-nonsymbol-token-char-list): New language constant.
9608
9609 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9610 find balanced template arglists backwards.
9611
9612 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9613 making char classes for `c-syntactic-skip-backward'.
9614
9615 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9616 16D - can't be a class-close at that point.
9617
9618 * progmodes/cc-engine.el (c-guess-basic-syntax)
9619 (c-add-class-syntax): Don't narrow out the enclosing declaration
9620 level. This makes everything a lot easier, and it was actually
9621 only four small places that needed it to work. Some places that
9622 previously did `widen' are removed now, which has the effect that
9623 `c-guess-basic-syntax' never will look at things outside the
9624 current narrowment now. The anchor position for `topmost-intro'
9625 is affected by this, but it was so bogus it was basically useless
9626 before, and now it's equally bogus but in a slightly different way.
9627
9628 (c-narrow-out-enclosing-class): Gone.
9629
9630 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9631 the narrowed region.
9632
9633 (c-least-enclosing-brace): Remove silly optional argument.
9634
9635 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9636 the point could be left directly after an open paren when finding
9637 the beginning of the first decl in the block.
9638
9639 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9640 Specify which submatch to use.
9641
9642 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9643
9644 (c-decl-start-re): No longer any need for special treatment of
9645 ObjC due to the above.
9646
9647 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9648 presumably follows C in that regard.
9649
9650 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9651 New language constants to specify operator tokens inside
9652 identifiers in a more high level way.
9653
9654 (c-opt-identifier-prefix-key): New internal language constant.
9655
9656 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9657 (c-identifier-start, c-identifier-key): Now completely calculated
9658 from other constants.
9659
9660 (c-identifier-last-sym-match): Decommission since it's no longer used.
9661
9662 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9663
9664 * progmodes/cc-engine.el (c-forward-name): Remove the
9665 optimization when c-identifier-key is equal to c-symbol-key since
9666 it doesn't work in byte compiled files. Don't record empty
9667 regions as identifiers.
9668
9669 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9670 simplify access to `c-operators' and its likes.
9671
9672 (c-operator-list, c-all-op-syntax-tokens)
9673 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9674 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9675 (c-primary-expr-regexp, c-cast-parens): Use it.
9676
9677 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9678 an explicit language in functions.
9679
9680 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9681 variant of adornment.
9682
9683 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9684 variable.
9685
9686 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9687 the Pike value.
9688
9689 * progmodes/cc-engine.el (c-on-identifier)
9690 (c-simple-skip-symbol-backward): Small fix for handling "-"
9691 correctly in `skip-chars-backward'. Affected the operator lfun
9692 syntax in Pike.
9693
9694 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9695 diagnostic message about precompiled language vars not being used.
9696
9697 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9698 "__attribute__" is followed by a parenthesis.
9699
9700 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9701 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9702 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9703
9704 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9705 Internal cleanups to properly detect the declared identifiers in
9706 various declarations.
9707
9708 (c-decl-start-kwds): New language constant to recognize
9709 declarations that can start anywhere. Used for class declarations
9710 in Pike.
9711
9712 (c-specifier-key, c-not-decl-init-keywords)
9713 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9714 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9715
9716 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9717 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9718 handling of the compiler specific extension keywords into a new
9719 language constant `c-decl-hangon-kwds' that defines keyword
9720 clauses to be ignored in declarations.
9721
9722 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9723 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9724 Necessary to stop at the declared identifier in e.g. IDL valuetype
9725 declarations.
9726
9727 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9728 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9729 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9730 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9731 class and enum declarations as such and not as part of the type.
9732
9733 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9734 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9735
9736 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9737 declarations when there's some syntax error later on.
9738
9739 (c-complex-decl-matchers): Did away with a reference to
9740 `c-specifier-key'.
9741
9742 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9743 value - this variable is always dynamically bound.
9744
9745 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9746 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9747 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9748 functions that might do hidden buffer changes: All such internal
9749 functions are now marked instead of those that don't.
9750
9751 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9752 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9753 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9754 (c-literal-type): Allow these functions to make hidden buffer changes,
9755 so that they are free to use text property caching later on.
9756
9757 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9758 (c-electric-brace, c-electric-slash, c-electric-star)
9759 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9760 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9761 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9762 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9763 with the changed semantics of the functions above.
9764
9765 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9766 when macros occur in obscure places. Optimized the sexp movement
9767 a bit.
9768
9769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9770
9771 Enhancements for c-beginning-of-statement to work in AWK Mode:
9772
9773 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9774 (completed statement) with `}' (statement completed by closing
9775 brace or semicolon) and `$' (statement completed by EOL).
9776
9777 (c-awk-virtual-semicolon-ends-prev-line-p)
9778 (c-awk-virtual-semicolon-ends-line-p)
9779 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9780 (c-awk-at-statement-end-p): New functions.
9781
9782 * progmodes/cc-cmds.el: Simplify the structure of functions
9783 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9784 two functions and c-beginning-of-statement to handle AWK Mode.
9785
9786 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9787 c-backward-single-comment for AWK mode. Attempt to clarify their
9788 doc-strings.
9789
9790 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9791
9792 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9793
9794 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9795 label handling. Labels are now recognized in a uniform and more
9796 robust way, regardless of context. Text properties are put on all
9797 labels to recognize the following declarations better.
9798 Multiword labels are handled both in indentation and fontification for
9799 the benefit of language extensions like Qt. For consistency, keywords
9800 in labels are now fontified with the label face instead.
9801 That also applies to "case" and "default".
9802
9803 (c-beginning-of-statement-1): Fix some bugs in the label
9804 handling. Disregard `c-nonlabel-token-key' in labels that begin
9805 with `c-label-kwds'.
9806
9807 (c-find-decl-spots): Support that the callback adds more
9808 `c-decl-end' spots to find.
9809
9810 (c-forward-decl-or-cast-1): Don't treat a list of plain
9811 identifiers followed by a colon as a declaration.
9812
9813 (c-forward-label): New function to recognize labels.
9814
9815 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9816 `c-forward-label'. Moved the label recognition cases (14 and 15)
9817 earlier since they aren't so context sensitive now. Handle labels
9818 on the top level gracefully. Moved access label recognition to
9819 the generic label case (CASE 15) - removed CASE 5E.
9820
9821 (c-font-lock-declarations): Add recognition of labels in the
9822 same round since we need to handle labels in parallell with other
9823 declarations to recognize both accurately. It should also improve
9824 speed.
9825
9826 (c-simple-decl-matchers, c-basic-matchers-after):
9827 Move `c-font-lock-labels' so that it only is used on decoration level 2
9828 since `c-font-lock-declarations' handles it otherwise.
9829
9830 (c-complex-decl-matchers): Remove the simplistic recognition of
9831 access labels.
9832
9833 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9834 with labels earlier.
9835
9836 (c-decl-start-re): New language variable to make
9837 `c-font-lock-declarations' stop for the special protection labels
9838 in Objective-C that start with `@'.
9839
9840 (c-label-key): Remove since it's no longer used.
9841
9842 (c-recognize-colon-labels, c-label-prefix-re): New language
9843 constants to support recognition of generic colon-terminated labels.
9844
9845 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9846 are colon terminated labels.
9847
9848 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9849 first argument starts with a special brace list.
9850
9851 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9852 (c-font-lock-declarations): Break out the declaration and cast
9853 recognition from `c-font-lock-declarations' to a new function, so
9854 that it can be used in the indentation engine.
9855
9856 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9857 up to the start of the literal. Fixed bug with the point on the
9858 wrong side of the search limit that could happen when the start
9859 position is inside a literal.
9860
9861 * progmodes/cc-engine.el (c-parse-state)
9862 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9863 so that it's kept a little bit back to increase the hit rate.
9864
9865 (c-parse-state): Change the macro handling and fixed some
9866 glitches. Macro context is checked more often than necessary now,
9867 but otoh less garbage conses are generated.
9868
9869 * progmodes/cc-engine.el (c-parse-state)
9870 (c-invalidate-state-cache): Cache the last position where
9871 `c-state-cache' applies. This can speed up refontification quite
9872 a bit in blocks where there are many non-brace parens before the point.
9873
9874 (c-state-cache-end): New variable for this.
9875
9876 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9877 cache variable.
9878
9879 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9880 get close initial continue positions when the start position is
9881 inside a literal or macro. Do not call the callback for spots
9882 before the start position (which can happen e.g. for `c-decl-end'
9883 spots inside comments). Optimize better in special cases when the
9884 region is a single line inside a literal or macro (typically when
9885 the current line is refontified).
9886
9887 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9888 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9889 entries from the paren state.
9890
9891 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9892 special case for "else if" clauses.
9893
9894 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9895 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9896
9897 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9898 New language variable to recognize the gcc extension with statement
9899 blocks inside expressions.
9900
9901 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9902 it somewhat more comprehensible. The argument AT-BLOCK-START is
9903 no longer used and hence removed.
9904
9905 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9906 to `c-add-stmt-syntax'.
9907
9908 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9909 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9910 This fixes bogus label recognition.
9911
9912 * progmodes/cc-engine.el (c-add-type, c-check-type)
9913 (c-forward-name, c-forward-type): Improve storage of template
9914 types in `c-found-types' so that they can be recognized better.
9915
9916 (c-syntactic-content): Add option to skip past nested parens.
9917
9918 * progmodes/cc-engine.el (c-forward-name):
9919 Set `c-last-identifier-range' all the time. It's less work that way.
9920 Handle that there might not be an identifier to store in
9921 `c-last-identifier-range'.
9922
9923 (c-forward-type): Handle that `c-last-identifier-range' might be
9924 nil from `c-forward-name'.
9925
9926 * progmodes/cc-defs.el (c-safe-scan-lists)
9927 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9928
9929 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9930 to work even if the form fails.
9931
9932 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9933 down in a large file in one go.
9934
9935 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9936
9937 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9938 function which is like `c-lineup-math' but returns nil instead of
9939 `c-basic-offset' when it doesn't match.
9940
9941 (c-lineup-math): Change to use `c-lineup-assignments'.
9942
9943 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9944
9945 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9946 c-beginning-of-statement. New subfunctions
9947 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9948
9949 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9950
9951 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9952 hardcoded char classes whereever possible. Changed a couple of
9953 places to use skip by syntax instead of skip by char class.
9954
9955 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9956 Fix a bug in the regexp that caused extreme backtracking.
9957
9958 * progmodes/cc-langs.el (c-block-comment-starter)
9959 (c-block-comment-ender): New language constants to specify in a
9960 single place how block comments look.
9961
9962 (c-comment-start-regexp, c-block-comment-start-regexp)
9963 (comment-start, comment-end, comment-start-skip)
9964 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9965 (c-syntactic-ws, c-nonempty-syntactic-ws)
9966 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9967 `c-line-comment-starter', `c-block-comment-starter' and
9968 `c-block-comment-ender'.
9969
9970 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9971 New language constants to break up things a bit.
9972
9973 (c-simple-ws): New language constant for simple whitespace.
9974
9975 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9976
9977 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9978 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9979 newlines. Allow and ignore nil elements in the list.
9980
9981 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9982
9983 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9984 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9985
9986 * progmodes/cc-cmds.el: Tidy up the comments in
9987 c-beginning-of-statement and subfunctions.
9988
9989 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9990 more flexible c-put-char-property and c-clear-char-properties.
9991 Add the author's email address.
9992
9993 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9994
9995 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9996 closing "*/" of a block comment.
9997
9998 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9999 subfunctions) so that it works at BOB and EOB.
10000
10001 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10002 c-beginning-of-statement, including new variable
10003 c-block-comment-start-regexp.
10004
10005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10006
10007 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10008 symbols from `*-font-lock-extra-types' so that there's no need to
10009 use `regexp-opt' on those lists.
10010
10011 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10012 `c-type-modifier-kwds' is empty.
10013
10014 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10015 there are several strings on the same line.
10016
10017 * progmodes/cc-engine.el (c-literal-limits): Remove the
10018 compatibility function for older emacsen. `c-literal-limits-fast'
10019 has now taken the place of this function.
10020
10021 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10022 with older emacsen: We now require `pps-extended-state'.
10023
10024 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10025
10026 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10027 which obviates the need to hack sentence-end. This now handles
10028 escaped newlines in strings correctly. Correct minor bugs in
10029 c-move-over-sentence and in c-beginning-of-statement.
10030
10031 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10032 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10033 that movement over macros and code are rigorously separated from
10034 eachother. Correct a few incidental bugs.
10035
10036 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10037 Improve its doc-string. Improve the handling of certain specific cases.
10038
10039 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10040
10041 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10042 (c-guess-basic-syntax): Change the way class-level labels are
10043 recognized; they can now contain essentially any symbols.
10044
10045 (c-opt-extra-label-key): New language variable to cope with the
10046 special protection label syntax in Objective-C.
10047
10048 (c-opt-access-key): Remove; this is now handled better by
10049 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10050
10051 (c-complex-decl-matchers): Update to handle that
10052 `c-opt-access-key' no longer exists.
10053
10054 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10055 improved label recognition in `c-beginning-of-statement-1'.
10056
10057 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10058 Recognize bitfields better.
10059
10060 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10061 Remove some cruft and fixed a bug that could cause it to go to a
10062 position further down.
10063
10064 * progmodes/cc-langs.el, cc-engine.el
10065 (c-beginning-of-statement-1): Improve detection of labels in
10066 declaration contexts.
10067
10068 (c-beginning-of-decl-1): Use it.
10069
10070 (c-nonlabel-token-key): New language constant and variable needed
10071 by `c-beginning-of-statement-1'.
10072
10073 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10074 manifested itself due to the correction in `c-forward-sexp'.
10075
10076 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10077 Make these behave as documented when used at the buffer limits.
10078
10079 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10080 (c-type-decl-end-used): Made this a language variable.
10081
10082 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10083 correctly when `combine-after-change-calls' is used together with
10084 temporary narrowings.
10085
10086 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10087 Report labels correctly when the start point is immediately after the
10088 colon.
10089
10090 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10091 Remove since it isn't used anymore.
10092
10093 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10094 bracket arglists such as template parens in C++.
10095
10096 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10097 in the last check-in. Some optimization.
10098
10099 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10100 where it could stop at the same level in a preceding sexp when
10101 PAREN-LEVEL is set.
10102
10103 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10104 text property lookup only when it's needed.
10105
10106 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10107 Change the policy for paren marked angle brackets to be more
10108 persistent; once marked they remain marked even when they're found
10109 to be unbalanced in the searched region. This should keep the
10110 paren syntax around even when individual lines are refontified in
10111 multiline template arglists.
10112
10113 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10114 to control markup so that incorrect angle bracket arglists aren't
10115 marked in contexts where the correct value for
10116 `c-disallow-comma-in-<>-arglists' isn't known.
10117
10118 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10119 argument has become `c-parse-and-markup-<>-arglists'.
10120
10121 (c-remove-<>-arglist-properties): Remove - no longer used.
10122
10123 (c-after-change-check-<>-operators): New function used on
10124 `after-change-functions' to avoid that "<" and ">" characters that
10125 are part of longer operators have paren syntax.
10126
10127 (c-<>-multichar-token-regexp): New language variable used by
10128 `c-after-change-check-<>-operators'.
10129
10130 (c-after-change): Call `c-after-change-check-<>-operators'.
10131
10132 (c-font-lock-<>-arglists): Use the context properties set by
10133 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10134 correctly to avoid doing invalid markup.
10135
10136 (c-font-lock-declarations): Remove code that undoes the invalid
10137 markup done by `c-font-lock-<>-arglists'.
10138
10139 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10140 after `c-font-lock-declarations'.
10141
10142 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10143 Add paren-level feature.
10144
10145 (c-guess-basic-syntax): Improve the anchor position for
10146 `template-args-cont' in nested template arglists. There's still
10147 much to be desired in this area, though.
10148
10149 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10150
10151 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10152 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10153
10154 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10157 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10158
10159 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10160 it doesn't work no longer are supported.
10161
10162 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10163 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10164 requires support for the syntax-table' text property, which rules
10165 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10166 cruft associated with those versions.
10167
10168 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10169 for the `syntax-table' text property, which rules out Emacs 19 and
10170 XEmacs < 21.4. Removed various compatibility cruft associated
10171 with those versions.
10172
10173 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10174 support for the `syntax-table' text property.
10175
10176 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10177 variable and use an extra quoted face name instead. All the
10178 emacsen flavors handle that correctly.
10179
10180 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10181 (c-font-lock-declarators, c-font-lock-declarations)
10182 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10183 property to mark the items in in declarator lists to handle
10184 refontification inside multiline declarations better.
10185
10186 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10187 construct like "a * b = c;" as a declaration.
10188
10189 2005-12-08 Kim F. Storm <storm@cua.dk>
10190
10191 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10192 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10193 select either meta, hyper, or super modifier for rectangle commands.
10194 (cua--rectangle-modifier-key): New defvar.
10195 (cua--M/H-key): Use it. Remove special case for `space'.
10196 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10197 on X, to meta otherwise. Always bind C-return to toggle
10198 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10199
10200 * emulation/cua-rect.el (cua-help-for-rectangle):
10201 Use cua--rectangle-modifier-key. Handle super modifier too.
10202 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10203 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10204
10205 * ido.el: Move Acknowledgements and History after Commentary.
10206 Minor changes to Commentary.
10207
10208 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10209 keymap if cua--prefix-override-timer is `shift'.
10210 (cua--shift-control-prefix): New function; emulate "type prefix
10211 key twice" functionality to handle shifted prefix key override.
10212 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10213 New commands.
10214 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10215
10216 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10217
10218 * textmodes/org.el (org-insert-heading): Try to do items before
10219 headings.
10220 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10221 (org-insert-item): New function.
10222 (org-renumber-ordered-list): Don't skip to higher level lists.
10223
10224 2005-12-08 Juri Linkov <juri@jurta.org>
10225
10226 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10227
10228 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10229
10230 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10231
10232 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10233 the constructed function name fun-1.
10234
10235 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10236 because such links don't lead to parent documentation.
10237
10238 2005-12-08 Kenichi Handa <handa@m17n.org>
10239
10240 * descr-text.el (describe-char): Use *Help-2* buffer if the
10241 current buffer is *Help*. Call describe-text-properties while
10242 setting the original buffer.
10243
10244 2005-12-07 Bill Wohler <wohler@newt.com>
10245
10246 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10247 and causes problems with non-MH users (such as Gnus users).
10248
10249 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10252 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10253 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10254 command "info sources". Move calls to GDB command "list".
10255 (gdb-find-file-hook): Just use gdb-source-file-list.
10256 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10257 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10258 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10259 (gdb-data-list-register-values-handler): Use correct trigger name.
10260
10261 2005-12-07 Kim F. Storm <storm@cua.dk>
10262
10263 * ido.el (ido-completion-map): Rename from ido-mode-map.
10264 (ido-common-completion-map, ido-file-completion-map)
10265 (ido-file-dir-completion-map, ido-buffer-completion-map):
10266 Rename from ido-mode-....-map.
10267 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10268 (ido-setup-completion-map): Rename from ido-define-mode-map.
10269 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10270 to ido-completion-map.
10271
10272 2005-12-07 Kenichi Handa <handa@m17n.org>
10273
10274 * international/mule-cmds.el
10275 (set-display-table-and-terminal-coding-system): If the coding
10276 system specified in `unibyte-display' property is different from
10277 the arg coding-system, don't setup standard-display-table.
10278
10279 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10282 that comments end at \n, regardless of selective-display.
10283
10284 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10285
10286 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10287 (gdb-version): New variables.
10288 (gdb-source-file-list, gdb-register-names)
10289 (gdb-changed-registers): New variables for use with GDB 6.4+.
10290 (gdb-ann3): Replace with...
10291 (gdb-init-1, gdb-init-2): ...two new functions.
10292 (gdba, gdb-prompt): Call gdb-init-1.
10293 (gdb-get-version): New function. Call gdb-init-2 from here.
10294 (gud-watch): Make it work with mouse events too.
10295 (gdb-post-prompt): Don't add to queue until GDB version is known.
10296 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10297 (gdb-locals-mode): Use gdb-version.
10298 (gdb-memory-format-map, gdb-memory-unit-map)
10299 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10300 (gdb-locals-font-lock-keywords-1)
10301 (gdb-locals-font-lock-keywords-2): New variables.
10302 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10303 (gdb-set-gud-minor-mode-existing-buffers-1)
10304 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10305 (gdb-var-update-1, gdb-var-update-handler-1)
10306 (gdb-data-list-register-values-handler)
10307 (gdb-data-list-register-values-custom)
10308 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10309 (gdb-stack-list-locals-handler, gdb-get-register-names):
10310 New functions for use with GDB 6.4+.
10311 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10312 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10313 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10314 (gdb-stack-list-locals-regexp)
10315 (gdb-data-list-register-names-regexp): New regexps for use with
10316 GDB 6.4+.
10317
10318 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10321
10322 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10323
10324 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10325 prompts work for AUTH PLAIN. Also reported by Steve Allan
10326 <seallan@verizon.net>.
10327
10328 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10329
10330 * frame.el (set-frame-parameter): Add doc string.
10331
10332 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10333
10334 * textmodes/org.el (org-occur-highlights): New variable.
10335 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10336 (org-highlight-sparse-tree-matches): New option.
10337 (org-do-occur): New function.
10338 (org-get-heading): Make it work also at beginning of line.
10339 (org-category-table): New variable.
10340 (org-get-category-table, org-get-category)
10341 (org-camel-to-words, org-link-search): New functions.
10342 (org-select-this-todo-keyword): New variable.
10343 (org-todo-list): New command.
10344 (org-shiftright, org-shiftleft): New commands.
10345 (org-agenda-todo): Add prefix argument.
10346 (org-show-hierarchy-above): New option.
10347 (org-show-todo-tree): Numerical prefix creates tree for specific
10348 TODO keyword.
10349 (org-outline-level): New function, to assign a level to plain
10350 lists items.
10351 (org-cycle-include-plain-lists): New option.
10352 (org-mode): Use `org-outline-level' as value of `outline-level'.
10353 (org-cycle): Temporarily switch `outline-regexp' if
10354 `org-cycle-include-plain-lists' is non-nil.
10355 (org-start-icalendar-file): Fix format bug.
10356 (org-agenda-get-day-entries): Create category table.
10357 (org-agenda-get-todos, org-agenda-get-timestamps)
10358 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10359 (org-agenda-get-blocks): Use `org-get-category'.
10360 (org-context-in-file-links): Rename from
10361 `org-line-numbers-in-file-links'.
10362
10363 2005-12-06 Romain Francoise <romain@orebokech.com>
10364
10365 * window.el (balance-windows): Delete extraneous third arg in call
10366 to `enlarge-window'.
10367
10368 2005-12-06 Kenichi Handa <handa@m17n.org>
10369
10370 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10371
10372 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10373
10374 * progmodes/gdb-ui.el (gdb-var-create-handler)
10375 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10376 (gdb-var-list-children-handler, gdb-var-update-handler):
10377 Current buffer is already gdb-partial-output-buffer, don't
10378 make it current again.
10379
10380 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10381
10382 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10383 (list-buffers-noselect): Use it.
10384
10385 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10388 (mail-yank-ignored-headers): Use regexp-opt.
10389 (mail-mode-map): Move initialization into declaration.
10390 (mail-sent-via): Remove unused shadowed var `to-line'.
10391 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10392 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10393 (mail-do-fcc): Use dolist and push.
10394 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10395 (mail-yank-ignored-headers): Don't autoload.
10396
10397 2005-12-05 Kenichi Handa <handa@m17n.org>
10398
10399 * international/mule-cmds.el (set-language-info-internal): New fun.
10400 (set-language-info): Call set-language-info-internal to update
10401 language-info-alist. If LANG-ENV is the current one, call
10402 set-language-environment to make INFO effective now.
10403 (set-language-info-alist): Likewise.
10404 (locale-language-names): With locale "en", use English
10405 lang. env. but set the default codings to iso-8859-1.
10406
10407 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10410 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10411 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10412 for plain strings.
10413 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10414 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10415 Create registers buffer if necessary. Echo new state in minibuffer.
10416 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10417
10418 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10419
10420 * info.el (Info-fontify-node): Match external links using
10421 non-directory part of filename.
10422
10423 2005-12-04 Juri Linkov <juri@jurta.org>
10424
10425 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10426 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10427 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10428 because there is no customization option for it.
10429
10430 * font-lock.el (lisp-font-lock-keywords-1):
10431 Add define-global-minor-mode.
10432
10433 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10434
10435 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10436 properties on the constructed variable names.
10437
10438 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10439 Put `definition-name' properties on the constructed function names
10440 next-sym and prev-sym.
10441
10442 * emacs-lisp/find-func.el (find-function-regexp):
10443 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10444 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10445 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10446 and easy-menu-define.
10447
10448 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10449 easy-mmode-define-global-mode and define-global-minor-mode.
10450 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10451
10452 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10453 instead of easy-mmode-define-global-mode.
10454
10455 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10456 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10457
10458 * cus-edit.el (customize-group, customize-group-other-window):
10459 Filter out autoloaded options from the group completion list by
10460 using heuristics that autoloaded groups don't have `custom-autoload'
10461 property on their symbols (they have only `custom-loads').
10462
10463 * simple.el (completion-setup-function): Put completions-common-part
10464 face on complete completion string too (i.e. completion string
10465 without completions-first-difference face).
10466
10467 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10468
10469 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10470
10471 * view.el (view-mode): Doc fix.
10472
10473 * disp-table.el (standard-display-european): Add to the warning
10474 message a reference to the doc string.
10475
10476 * play/yow.el (apropos-zippy): Call print-help-return-message,
10477 similar to other Help and Apropos commands.
10478
10479 * help.el (print-help-return-message): If pop-up-frames is
10480 non-nil, set up help-return-method to delete the help window and,
10481 possibly, its frame as well, and don't display message about
10482 scrolling the help window. Doc fix.
10483 (help-return-method): Doc fix.
10484
10485 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10486
10487 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10488 whereby names of length one or names starting with a
10489 symbol-constituent character would not be returned.
10490
10491 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10492
10493 * subr.el (atomic-change-group): Add edebug and indentation spec.
10494
10495 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10496
10497 * completion.el (save-completions-file-name): Fix typo in last change.
10498
10499 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10500
10501 * info.el: Move back/forward history to the beginning of the tool bar.
10502
10503 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10504
10505 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10506 Add fset of allout-real-isearch-abort during compile to fix
10507 byte-compilation warnings.
10508 (allout-mode-p): Move definition of this macro above all uses, or
10509 byte compilation in barren emacs (eg, during emacs build) will
10510 lack the definition.
10511 (allout-mode): Move this variable above any uses, or byte
10512 compilation will fail.
10513 (allout-resolve-xref): Remove use of personal file-reference function.
10514 (allout-toggle-current-subtree-encryption): Do the current (ie,
10515 visible containing) topic, rather than nearest around point. Doc fix.
10516 (allout-toggle-subtree-encryption): New function, workhorse that
10517 works on nearest topic containing point.
10518 (allout-encrypt-string): Signal requirement for newer version of pgg.
10519 (allout-resumptions): Doc fix.
10520
10521 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10522
10523 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10524
10525 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10526
10527 * textmodes/flyspell.el (flyspell-external-point-words):
10528 Consider a misspelling as found in the string search if: (a) misspelling
10529 and found string lengths match, or (b) misspelling is found as
10530 element in a boundary-chars separated longer string, or (c)
10531 ispell-program-name is really ispell and misspelling is found as
10532 part of a TeX string. After successful match move beginning of
10533 search region to end of match. Warn about not found misspellings
10534 once the process is done.
10535 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10536
10537 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10538
10539 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10540 tool bar (removed inadvertently).
10541
10542 2005-12-02 Juri Linkov <juri@jurta.org>
10543
10544 * log-view.el (log-view-diff): Clarify doc string.
10545
10546 2005-12-01 Bill Wohler <wohler@newt.com>
10547
10548 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10549 triggers lm-verify errors.
10550
10551 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10552
10553 * simple.el (transient-mark-mode, line-number-mode)
10554 (column-number-mode, size-indication-mode): Remove `:require nil'.
10555
10556 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10557
10558 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10559 in the margin also.
10560 (gdb-breakpoints-mode-map): Use D instead of d for
10561 gdb-delete-breakpoint.
10562 (gdb-get-frame-number): Require a number to match on.
10563 (gdb-threads-mode-map): Add follow-link binding.
10564
10565 2005-11-30 Jason Rumney <jasonr@gnu.org>
10566
10567 * isearch.el (isearch-mode-map): Avoid exiting search on
10568 language-change event.
10569
10570 2005-11-30 Romain Francoise <romain@orebokech.com>
10571
10572 * speedbar.el (speedbar-default-position): New defcustom.
10573 (speedbar-frame-reposition-smartly): Use it.
10574
10575 * dframe.el (dframe-reposition-frame-emacs): Fix position
10576 computation for `left' location.
10577 Update copyright year.
10578
10579 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * help.el (help-map): Move initialization into declaration.
10582
10583 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10584
10585 * help-fns.el (help-argument-name): Don't autoload.
10586 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10587 to be re-loaded when customizing the `help' group.
10588
10589 2005-11-30 John Paul Wallington <jpw@gnu.org>
10590
10591 * help-fns.el (describe-function-1): Fill arglist output.
10592
10593 2005-11-30 Kim F. Storm <storm@cua.dk>
10594
10595 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10596 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10597 after revert-buffer (or anything else which kills all local variables).
10598
10599 * apropos.el (apropos-parse-pattern): Doc fix.
10600 Set apropos-regexp directly, rather than expecting callers to do so.
10601 (apropos-command, apropos, apropos-value, apropos-documentation):
10602 Simplify calls to apropos-parse-pattern.
10603
10604 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10605
10606 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10607 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10608 (hi-lock-write-interactive-patterns): Use comment-region.
10609
10610 * longlines.el (longlines-mode): Add mail-setup-hook.
10611
10612 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10613
10614 * simple.el (sendmail-user-agent-compose, next-line):
10615 Conditionally use hard-newline.
10616
10617 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10618
10619 * international/latexenc.el (latex-inputenc-coding-alist):
10620 Reword doc string.
10621
10622 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10623
10624 * help.el (describe-key-briefly, describe-key): Recognize default
10625 bindings.
10626
10627 2005-11-29 Romain Francoise <romain@orebokech.com>
10628
10629 * view.el (view-inhibit-help-message): New defcustom.
10630 (view-mode-enter): Use it.
10631
10632 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10633
10634 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10635 Preserve user position.
10636
10637 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10638
10639 * font-lock.el: Throw error if facemenu is not loaded to prevent
10640 accidental change of loading order in loadup.el. (Suggested by RMS.)
10641
10642 * loadup.el: Add comment explaining why facemenu must be loaded
10643 before font-lock.
10644
10645 2005-11-28 Jay Belanger <belanger@truman.edu>
10646
10647 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10648 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10649
10650 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10651
10652 * calc/calc-embed.el (calc-do-embedded): Update help message.
10653
10654 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10655
10656 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10659
10660 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10661 called-interactively-p.
10662 (elp-profilable-p): Rename from elp-not-profilable-p.
10663 Invert result and take into account macros and autoloaded functions.
10664 (elp-instrument-function): Update call.
10665 (elp-instrument-package): Update call. Add completion.
10666 (elp-pack-number): Use match-string.
10667 (elp-results-jump-to-definition-by-mouse): Merge into
10668 elp-results-jump-to-definition and then remove.
10669 (elp-output-insert-symname): Make help echo text single-line.
10670
10671 * replace.el (query-replace-map): Move initialization into declaration.
10672 (occur-engine): Use with-current-buffer.
10673 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10674 (occur-mode-mouse-goto): Replace with an alias.
10675
10676 2005-11-28 Juri Linkov <juri@jurta.org>
10677
10678 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10679
10680 * term/w32-win.el: Bind [S-tab] to [backtab].
10681
10682 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10683 `Info-find-file' to t.
10684
10685 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10686 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10687 and same-window-regexps.
10688 (occur-next-error): Don't move point for arg 0.
10689
10690 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10691
10692 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10693
10694 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * log-edit.el (log-edit-changelog-use-first): New var.
10697 (log-edit-changelog-ours-p): Use it.
10698 (log-edit-insert-changelog): Set it with new arg `use-first'.
10699 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10700 (log-edit-hook): Add them to the list of suggested options.
10701
10702 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10703 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10704 redundant work.
10705 (flyspell-mode-on): Use add-hook for after-change-functions.
10706 (flyspell-mode-off): Use remove-hook for after-change-functions.
10707 (flyspell-changes): Make it buffer-local.
10708 (flyspell-after-change-function): Make it non-interactive. Use push.
10709 (flyspell-post-command-hook): Check input-pending-p while processing
10710 the potentially long list of buffer changes.
10711
10712 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10713
10714 * buff-menu.el (list-buffers-noselect): Display the selected
10715 frame's buffer list, not the global one.
10716
10717 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10718
10719 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10720 that (list last-input-event) works as in interactive spec.
10721
10722 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10723
10724 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10725 `facemenu-keymap' needs to be defined when font-lock is loaded.
10726 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10727
10728 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * completion.el: Remove useless leading * in defcustom docstrings.
10731 (save-completions-file-name): Use ~/.emacs.d if available.
10732 (completion-standard-syntax-table): Rename from
10733 cmpl-standard-syntax-table and fold initialization into declaration,
10734 thus removing cmpl-make-standard-completion-syntax-table.
10735 (completion-lisp-syntax-table, completion-c-syntax-table)
10736 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10737 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10738 (symbol-under-point, symbol-before-point)
10739 (symbol-under-or-before-point, symbol-before-point-for-complete)
10740 (add-completions-from-c-buffer): Use with-syntax-table.
10741 (make-completion): Don't return a list of completion entries.
10742 Update callers.
10743 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10744 (completion-initialize): Rename from initialize-completions.
10745 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10746 (kill-emacs-save-completions): Collect stats here.
10747 (save-completions-to-file, load-completions-from-file):
10748 Use with-current-buffer.
10749 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10750 into a function. Move all calls to toplevel.
10751 (completion-lisp-mode-hook): New fun.
10752 (completion-c-mode-hook, completion-setup-fortran-mode):
10753 Set the syntax-table here. Use local-set-key.
10754 (completion-saved-bindings): New var.
10755 (dynamic-completion-mode): Make it into a proper minor mode.
10756 (load-completions-from-file): Remove unused var `num-uses'.
10757
10758 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10759 constructor if it is explicitly overridden.
10760
10761 * complete.el (PC-completion-as-file-name-predicate):
10762 Use minibuffer-completing-file-name.
10763 (partial-completion-mode): Use find-file-not-found-functions.
10764 (PC-lisp-complete-symbol): Use with-syntax-table.
10765 (PC-look-for-include-file): Remove dead setq.
10766 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10767 (PC-complete): Use with-current-buffer.
10768
10769 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10770 escape single quotes.
10771
10772 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10773
10774 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10775 of `if' whose condition always returned nil. Doc fix.
10776
10777 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10778 window's buffer the current buffer around the call to
10779 `list-buffers-noselect'. This is necessary to mark that buffer
10780 with a `.' in the Buffer Menu when called from Lisp, for instance
10781 by Auto Revert Mode.
10782
10783 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10784
10785 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10786 attaching to it.
10787 (gdb-pre-prompt): Make sure gdb-error is reset.
10788
10789 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10790 with a child process, detect it.
10791 (gud-speedbar-buttons): Match regexp more carefully.
10792
10793 2005-11-27 Richard M. Stallman <rms@gnu.org>
10794
10795 * mouse.el (mouse-drag-move-window-bottom):
10796 Use adjust-window-trailing-edge.
10797
10798 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10799
10800 * simple.el (blink-matching-open): Ignore
10801 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10802 (blink-matching-paren-on-screen): Update docstring.
10803
10804 * paren.el (show-paren-mode): No longer change
10805 `blink-matching-paren-on-screen'.
10806
10807 2005-11-27 John Paul Wallington <jpw@pobox.com>
10808
10809 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10810 (gdb-threads-select, gdb-edit-register-value):
10811 Use `posn-set-point' instead of `mouse-set-point' because the
10812 latter is not fbound when configured without X.
10813
10814 2005-11-27 Kim F. Storm <storm@cua.dk>
10815
10816 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10817 existing face when partially highlighting a TAB in a rectangle.
10818
10819 2005-11-26 Kim F. Storm <storm@cua.dk>
10820
10821 * ido.el (ido-mode-map): Doc fix.
10822 (ido-mode-common-map, ido-mode-file-map)
10823 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10824 (ido-define-mode-map): Rewrite. Select one of the new maps as
10825 parent for ido-mode-map instead of building from scratch.
10826 (ido-init-mode-maps): New defun to initialize new maps.
10827 (ido-mode): Call it.
10828 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10829 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10830
10831 2005-11-26 John Paul Wallington <jpw@pobox.com>
10832
10833 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10834 `mouse-set-point' because the latter is not fbound when configured
10835 without X.
10836
10837 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10838
10839 * files.el (file-relative-name): Doc fix.
10840
10841 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10842
10843 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10844 non-empty string for secondary prompt PS2.
10845
10846 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * progmodes/compile.el (compilation-setup): Fix last change.
10849
10850 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10853 (gdb-mouse-toggle-breakpoint-margin)
10854 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10855 Add gdb-server-prefix to keep out of command history.
10856 (gdb-edit-register-value): New function.
10857 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10858 (gdb-info-registers-custom): Use above map.
10859
10860 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * custom.el (enable-theme): Signal error if argument is not a
10863 theme. Don't recalculate a face if it's not loaded yet.
10864
10865 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10866 the `user' theme is in effect.
10867
10868 * info.el (Info-on-current-buffer): Record actual filename in
10869 Info-current-file, instead of t, or a fake filename if a non-file
10870 buffer. Make autoload.
10871 (Info-find-node, Info-revert-find-node): No need to check for
10872 Info-current-file nil.
10873 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10874 Info-current-file is now never `t'.
10875 (Info-fontify-node): Many simplifications due to Info-current-file
10876 always being valid. Use Info-find-file to find node filename.
10877
10878 2005-11-25 David Kastrup <dak@gnu.org>
10879
10880 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10881 new character, then delete" in order to preserve markers.
10882
10883 2005-11-25 David Ponce <david@dponce.com>
10884
10885 * recentf.el (recentf-arrange-by-rule): Handle a special
10886 `auto-mode-alist'-like "strip suffix" rule.
10887 (recentf-build-mode-rules): Handle second level auto-mode entries.
10888
10889 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10890
10891 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10892 window modes.
10893
10894 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10895 jde-javadoc-checker-report-mode.
10896
10897 * ediff-wind (ediff-make-wide-display): Slight simplification.
10898
10899 * ediff.el (ediff-date): Change the date of last update.
10900
10901 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10902
10903 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10904 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10905 (hi-lock-mode): New global minor mode.
10906 (turn-on-hi-lock-if-enabled): New function.
10907 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10908 Change arguments to regexp and face instead of a font-lock pattern.
10909 Directly set face property, instead of refontifying.
10910 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10911 (hi-lock-find-patterns): Use line-number-at-pos.
10912
10913 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10914 arguments for hi-lock-set-pattern.
10915 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10916 Call font-lock-fontify-buffer.
10917 (hi-lock-find-file-hook, hi-lock-current-line)
10918 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10919
10920 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10921 turned off.
10922
10923 * progmodes/compile.el (compilation-setup): Don't fiddle with
10924 font-lock-defaults.
10925
10926 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10927
10928 * progmodes/gdb-ui.el (gdb-var-create-handler)
10929 (gdb-var-list-children-handler): Find values for all variable
10930 objects. gud-speedbar-buttons decides whether to display them.
10931
10932 2005-11-24 Romain Francoise <romain@orebokech.com>
10933
10934 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10935 buffer name with a space.
10936
10937 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10938
10939 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10940 `org-export-local-list-max-depth'. Change default value to 3.
10941 (org-auto-renumber-ordered-lists)
10942 (org-plain-list-ordered-item-terminator): New options.
10943 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10944 (org-get-indentation, org-get-string-indentation)
10945 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10946 New functions.
10947 (org-move-item-down, org-move-item-up): New commands.
10948 (org-export-as-html): New classes for CSS support. Bug fix in
10949 regular expression detecting fixed-width regions. Respect
10950 `org-local-list-ordered-item-terminator'.
10951 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10952 also a list item.
10953 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10954 New item moving functions.
10955
10956 2005-11-24 Juri Linkov <juri@jurta.org>
10957
10958 * isearch.el (isearch-repeat): With empty search ring set
10959 `isearch-error' to the error string instead of signaling error
10960 with the function `error'.
10961
10962 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10963
10964 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10965
10966 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10967
10968 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10969 and variable.
10970 (gdb-var-create-handler, gdb-var-list-children-handler):
10971 Don't match on "char **...".
10972 (gdb-var-update-handler): Find values for all variable objects.
10973 (gdb-info-frames-custom): Identify frames by leading "#".
10974
10975 * progmodes/gud.el (gud-speedbar-menu-items): Add
10976 gdb-speedbar-auto-raise as radio button.
10977 (gud-speedbar-buttons): Raise speedbar if requested.
10978 Don't match on "char **...".
10979 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10980 Make it editable.
10981
10982 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10983
10984 * info.el (Info-fontify-node): Handle the case where
10985 Info-current-file is t.
10986
10987 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 * simple.el (blink-matching-open): Fix off-by-one in last change.
10990
10991 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10992
10993 * term/mac-win.el: Don't change default directory.
10994
10995 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10996
10997 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10998 buffers correctly. (It used to throw an error in such buffers.)
10999 Make it ask for confirmation in group buffers and other Custom
11000 buffers containing more than one customization item.
11001
11002 2005-11-22 John Paul Wallington <jpw@gnu.org>
11003
11004 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11005 property on mail and url overlays.
11006 (goto-address-at-point): Use `posn-set-point' instead of
11007 `mouse-set-point' because the latter is not fbound when configured
11008 without X.
11009
11010 2005-11-22 Lars Hansen <larsh@soem.dk>
11011
11012 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11013 (ls-lisp-classify, ls-lisp-format): Delete call to
11014 ls-lisp-parse-symlink.
11015 (ls-lisp-handle-switches): Handle symlinks to directories as
11016 directories when ls-lisp-dirs-first in non-nil.
11017
11018 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11019
11020 * startup.el (command-line): Make sure that loaddefs.el is handled
11021 correctly in load-history.
11022
11023 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11024
11025 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11026 (gdb-struct-string, gdb-array-string): New constants.
11027 (gdb-info-locals-handler): Use them.
11028 (gdb-reset): Reset gdb-var-list to nil.
11029
11030 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11033 in patterns.
11034
11035 2005-11-21 Juri Linkov <juri@jurta.org>
11036
11037 * custom.el (defcustom): Update link types in docstring.
11038
11039 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11040
11041 * custom.el (defgroup): Add doc-string-elt info.
11042
11043 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11044
11045 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * newcomment.el (comment-enter-backward): Fix last fix.
11048
11049 * simple.el (blink-matching-open):
11050 * paren.el (show-paren-function): Allow new paren-class info.
11051
11052 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11053
11054 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11055 handled automagically.
11056
11057 2005-11-20 Andreas Schwab <schwab@suse.de>
11058
11059 * descr-text.el (describe-char): When copying overlays put them
11060 over the full char description instead of just the first character
11061 of it.
11062
11063 2005-11-20 Juri Linkov <juri@jurta.org>
11064
11065 * simple.el (what-cursor-position):
11066 * descr-text.el (describe-char): Use Lisp-readable syntax
11067 for octal and hex. Reorder decimal, octal and hex values.
11068 Remove excess whitespace in the output. Use `=' in `column='
11069 like in `point=' and `Hscroll='.
11070
11071 * international/mule-cmds.el (encoded-string-description):
11072 Use Lisp-readable syntax for hex.
11073
11074 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * newcomment.el (comment-enter-backward): Handle the case where the
11077 comment is closed by EOB.
11078
11079 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * longlines.el (longlines-before-revert-hook)
11082 (longlines-after-revert-hook): New functions.
11083 (longlines-mode): Turn off longlines temporarily when reverting.
11084 Add a message-setup-hook.
11085 (longlines-decode-buffer): New function.
11086 (longlines-wrap-line): Preserve marker positions.
11087
11088 2005-11-19 Andreas Schwab <schwab@suse.de>
11089
11090 * emacs-lisp/shadow.el: Handle compressed files.
11091
11092 2005-11-19 Romain Francoise <romain@orebokech.com>
11093
11094 * net/browse-url.el (browse-url-default-browser): Signal an error
11095 if no usable browser can be found, rather than try to load w3.
11096
11097 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11098
11099 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11100 replacing existing properties.
11101 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11102 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11103 tty specs.
11104 (rcirc-server-prefix, rcirc-server): New faces.
11105 (rcirc-url-regexp): Generate with rx macro.
11106 (rcirc-last-server-message-time): New variable.
11107 (rcirc-filter): Record time of last message.
11108 (rcirc-keepalive): Kill processes that did not send a message
11109 since the last ping.
11110 (rcirc-mode): Give rcirc-topic a local binding here.
11111
11112 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11113
11114 * subr.el (read-passwd): Fontify the prompt as we do with other
11115 prompts.
11116
11117 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11118
11119 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11120 binding buffer-read-only to nil.
11121
11122 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11123
11124 * complete.el (partial-completion-mode):
11125 Mention completion-auto-help in the doc string.
11126
11127 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11128 more Lisp-ish way.
11129
11130 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11131
11132 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11133 digits, not 8, to avoid misalignment for files larger than 100MB.
11134
11135 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11136
11137 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11138 Mention "keyboard shortcuts" in the help text.
11139
11140 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11141
11142 * startup.el (fancy-splash-default-action): Discard only
11143 mouse-down and succeeding mouse-up events in the splash screen
11144 window so that drag-n-drop event can be processed.
11145
11146 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * longlines.el (longlines-mode): Add hacks for mail-mode and
11149 message-mode.
11150
11151 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11152
11153 * textmodes/org.el (org-table-sort-lines): New command.
11154 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11155 (org-add-file): Command removed, use `org-agenda-file-to-front'
11156 instead.
11157 (org-export-icalendar): Use `org-icalendar-combined-name'.
11158 (org-cycle-agenda-files, org-agenda-file-to-end)
11159 (org-agenda-file-to-front): New commands.
11160 (org-table-tab-jumps-over-hlines, org-export-html-style):
11161 New options.
11162 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11163 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11164 New functions.
11165 (org-fill-paragraph): Call `org-table-align' in tables.
11166 (org-mode): Call `org-set-autofill-regexps'.
11167 (org-export-as-html): Support for local handformatted lists.
11168 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11169 (org-export-local-list-max-depth): New option.
11170 (org-html-expand): Use `org-html-protect'.
11171
11172 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11173
11174 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11175 to "p".
11176 (gdb): Move definition of gud-pp to...
11177
11178 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11179 speedbar.
11180 (gdb-find-watch-expression): New function.
11181
11182 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11183
11184 * faces.el (face-attribute, set-face-attribute): Mention existence
11185 of `:ignore-defface' setting in docstring.
11186
11187 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * simple.el (completion-setup-function): Fix last change.
11190
11191 2005-11-17 John Paul Wallington <jpw@pobox.com>
11192
11193 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11194 Use `posn-set-point' instead of `mouse-set-point' because the
11195 latter is not fbound when configured without X.
11196
11197 * comint.el (comint-insert-input): Likewise.
11198
11199 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11200
11201 * simple.el (hard-newline): New variable.
11202 (sendmail-user-agent-compose, next-line): Use it.
11203
11204 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11205 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11206 (mail-mail-reply-to, mail-mail-followup-to)
11207 (mail-position-on-field, mail-signature, mail-yank-original)
11208 (mail-attach-file): Likewise.
11209
11210 * mail/mailheader.el (mail-header-format)
11211 (mail-header-format-function): Likewise.
11212
11213 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11214
11215 2005-11-17 Juri Linkov <juri@jurta.org>
11216
11217 * font-lock.el (font-lock-faces): Rename this defgroup from
11218 `font-lock-highlighting-faces'.
11219 (font-lock-comment-face, font-lock-comment-delimiter-face)
11220 (font-lock-string-face, font-lock-doc-face)
11221 (font-lock-keyword-face, font-lock-builtin-face)
11222 (font-lock-function-name-face, font-lock-variable-name-face)
11223 (font-lock-type-face, font-lock-constant-face)
11224 (font-lock-warning-face, font-lock-negation-char-face)
11225 (font-lock-preprocessor-face)
11226 (font-lock-regexp-grouping-backslash)
11227 (font-lock-regexp-grouping-construct): Rename :group from
11228 `font-lock-highlighting-faces' to `font-lock-faces'.
11229
11230 * cus-edit.el (lisp, c, tex):
11231 * progmodes/ada-mode.el (ada):
11232 * progmodes/asm-mode.el (asm):
11233 * progmodes/cperl-mode.el (cperl-faces):
11234 * progmodes/cpp.el (cpp):
11235 * progmodes/dcl-mode.el (dcl):
11236 * progmodes/f90.el (f90):
11237 * progmodes/fortran.el (fortran):
11238 * progmodes/icon.el (icon):
11239 * progmodes/idlwave.el (idlwave-misc):
11240 * progmodes/m4-mode.el (m4):
11241 * progmodes/make-mode.el (makefile):
11242 * progmodes/meta-mode.el (meta-font):
11243 * progmodes/modula2.el (modula2):
11244 * progmodes/octave-mod.el (octave):
11245 * progmodes/pascal.el (pascal):
11246 * progmodes/perl-mode.el (perl):
11247 * progmodes/prolog.el (prolog):
11248 * progmodes/ps-mode.el (PostScript-edit):
11249 * progmodes/scheme.el (scheme):
11250 * progmodes/sh-script.el (sh-script):
11251 * progmodes/simula.el (simula):
11252 * progmodes/tcl.el (tcl):
11253 * textmodes/nroff-mode.el (nroff):
11254 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11255 * textmodes/sgml-mode.el (sgml):
11256 * textmodes/texinfo.el (texinfo):
11257 Add :link (custom-group-link font-lock-faces) to defgroup.
11258
11259 * hi-lock.el (hi-lock): Rename this defgroup from
11260 `hi-lock-interactive-text-highlighting'. Change parent group from
11261 `faces' to `font-lock'. Add link to the manual.
11262 (hi-lock-mode, hi-lock-file-patterns-range)
11263 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11264 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11265 (hi-lock-faces): Add :group `faces'.
11266
11267 * cus-edit.el (custom-variable-prompt): Clarify the code.
11268
11269 * faces.el (face-read-string): Set the default value arg of
11270 completing-read.
11271
11272 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11273
11274 * rfn-eshadow.el (file-name-shadow-properties)
11275 (file-name-shadow-tty-properties, file-name-shadow-mode):
11276 Remove autoloads, because the file is now preloaded.
11277
11278 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * printing.el (easy-menu-intern): Don't define.
11281 (pr-get-symbol): Use easy-menu-intern only if defined.
11282
11283 * simple.el (blink-matching-open): Simplify a bit.
11284 (completion-setup-function): Fix the case of partial-completion-mode
11285 when the minibuffer's contents start with "-".
11286 Obey completion-base-size-function even when
11287 minibuffer-completing-file-name is non-nil.
11288
11289 2005-11-16 Richard M. Stallman <rms@gnu.org>
11290
11291 * net/eudcb-ph.el (eudc-ph-open-session):
11292 Use set-process-query-on-exit-flag.
11293
11294 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11295
11296 * international/ucs-tables.el (ucs-set-table-for-input):
11297 Use make-local-variable, not make-variable-buffer-local.
11298
11299 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11300 Improve warning message text.
11301
11302 * savehist.el (savehist-save-hook): Add :group.
11303
11304 * menu-bar.el (menu-bar-help-menu):
11305 Rename Find Extra Packages to External Packages.
11306
11307 * cus-edit.el (Custom-reset-standard): Verify that
11308 :custom-standard-value prop exists before calling it.
11309
11310 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11311
11312 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11313
11314 * wid-edit.el (color): Enclose %t in %{...%}.
11315
11316 * cus-edit.el (face): Enclose %t in %{...%}.
11317
11318 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11319
11320 * savehist.el (savehist-mode-hook): Re-add the var.
11321 (savehist-mode): Use it.
11322
11323 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * textmodes/flyspell.el: Fix commenting convention.
11326 Remove unnecessary leading * in custom docstrings.
11327 (flyspell-emacs): Remove unused var.
11328 (flyspell-delete-region-overlays): Use remove-overlays.
11329 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11330 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11331 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11332 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11333 (make-flyspell-overlay): Don't locally reuse a global name.
11334 (flyspell-highlight-incorrect-region)
11335 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11336 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11337 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11338 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11339 Wrap calls to accept-process-output inside with-local-quit since it's
11340 often called from a post-command-hook.
11341 (flyspell-correct-word, flyspell-auto-correct-word):
11342 Use ispell-send-string.
11343 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11344
11345 * calendar/diary-lib.el (diary-list-entries): Also hide the
11346 terminating newline.
11347
11348 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11349
11350 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11351 window-system, to allow fonts on tty.
11352
11353 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11354
11355 * progmodes/gud.el (gud-speedbar-item-info): New function.
11356 (gud-install-speedbar-variables): Use it to display data type
11357 of watch expression as a tooltip in speedbar.
11358
11359 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11360
11361 * font-core.el (global-font-lock-mode): Add :version keyword,
11362 because default was changed.
11363
11364 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11365
11366 * startup.el (command-line): Use `custom-reevaluate-setting' for
11367 `file-name-shadow-mode'.
11368
11369 * loadup.el: Preload rfn-eshadow.
11370
11371 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11372 Add :version keyword.
11373 (file-name-shadow-properties, file-name-shadow-tty-properties)
11374 (file-name-shadow): Add :version keyword.
11375
11376 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11377 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11378 in the custom-group property of the symbol frames and the fringe
11379 group got no link to its parent group frames.
11380 Doc fix.
11381
11382 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11383
11384 * progmodes/gud.el (gud-stop-subjob): New function.
11385 (gud-menu-map, gud-tool-bar-map): Use it.
11386
11387 2005-11-16 Kim F. Storm <storm@cua.dk>
11388
11389 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11390 than kill it.
11391 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11392 to a more useful/logical place.
11393
11394 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11395
11396 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11397 go buttons complementary.
11398
11399 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11402 (rfn-eshadow-sifn-equal): New function.
11403 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11404
11405 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11406
11407 * viper-utils.el (viper-non-word-characters-reformed-vi):
11408 Quote `-' in string.
11409
11410 * viper.el (viper-emacs-state-mode-list): Ensure that
11411 rcirc-mode buffers come up in Emacs state.
11412
11413 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11414 operation.
11415
11416 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11417
11418 * term.el (term-termcap-format): Fix typos.
11419 (term-down): Fix the negative argument case.
11420
11421 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11422
11423 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11424 2005-08-15.
11425 (gdb-ann3): New command gud-go.
11426 (menu): Accomodate gdb-mi.el.
11427 (gdb-assembler-custom): Make buffer of selected window current
11428 so that set-window-point works.
11429
11430 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11431 buttons and include new ones.
11432
11433 2005-11-16 Kim F. Storm <storm@cua.dk>
11434
11435 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11436 (gud-menu-map): Use it.
11437
11438 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11439
11440 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11441 that works correctly for Custom and that does not override a user
11442 who disables it.
11443
11444 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11445 (help-xref-interned, help-follow): Make hyperlinks for variables
11446 that are unbound, but have a non-nil variable-documentation property.
11447
11448 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11449 mode hook. (It conflicted with defcustoms for some mode hooks.)
11450 Use the `variable-documentation' property to give the mode hook a
11451 docstring and expand that docstring.
11452
11453 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11454
11455 * savehist.el (savehist-mode): Don't bother with
11456 `custom-set-minor-mode'.
11457 (savehist-coding-system): Check XEmacs version.
11458 (history-length): Declare also at run time.
11459 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11460 Don't set the customize state.
11461 (savehist-minibuffer-hook): Special case for when
11462 minibuffer-history-variable is equal to t.
11463
11464 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * files.el (write-file): Refresh VC status.
11467
11468 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11469 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11470 than fundamental-mode to see if the mode was set.
11471
11472 2005-11-14 Romain Francoise <romain@orebokech.com>
11473
11474 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11475 dummy function in `eval-when-compile' to avoid compiler warning.
11476 Require `man' at compile time.
11477
11478 2005-11-14 Jay Belanger <belanger@truman.edu>
11479
11480 * calc-alg.el (calcFunc-write-out-power): Rename it to
11481 calcFunc-powerexpand.
11482 (math-write-out-power): Rename it to math-powerexpand; have it
11483 handle negative exponents.
11484 (calc-writeoutpower): Rename it to calc-powerexpand.
11485
11486 * calc-ext.el: Change calcFunc-writeoutpower and
11487 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11488 autoloads.
11489 Add calcFunc-ldiv to autoloads.
11490
11491 * calc-arith.el (calcFunc-ldiv): New function.
11492
11493 * calc.el (calc-left-divide): New function.
11494
11495 2005-11-14 Juri Linkov <juri@jurta.org>
11496
11497 * cus-edit.el (custom-variable-prompt): Set the default value arg
11498 of completing-read.
11499
11500 * cus-dep.el (custom-make-dependencies): Reverse the list of
11501 found dependencies.
11502
11503 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11504
11505 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11506 Highlighting" entry, it is on by default now.
11507 (menu-bar-options-save): Do not save global-font-lock-mode.
11508
11509 2005-11-13 Richard M. Stallman <rms@gnu.org>
11510
11511 * textmodes/flyspell.el (flyspell-large-region):
11512 Call flyspell-accept-buffer-local-defs.
11513
11514 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11515
11516 * textmodes/flyspell.el (flyspell-notify-misspell):
11517 Fix misspelling of "Misspelling".
11518 (flyspell-process-localwords): New function.
11519 (flyspell-large-region): Call flyspell-process-localwords and
11520 flyspell-delete-region-overlays.
11521 (flyspell-delete-region-overlays): New function.
11522 (flyspell-delete-all-overlays): Call that.
11523
11524 2005-11-13 Richard M. Stallman <rms@gnu.org>
11525
11526 * help.el (help-for-help-internal): Improve doc of C-h a.
11527 (describe-key): Improve prompt; doc fix.
11528
11529 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * vc-svn.el (vc-svn-registered): Catch all errors.
11532
11533 * cus-dep.el (custom-make-dependencies): Typo.
11534
11535 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11536
11537 * net/tramp-util.el (top): Fix compilation warning.
11538
11539 2005-11-13 Kim F. Storm <storm@cua.dk>
11540
11541 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11542
11543 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11544
11545 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11546 (gud-speedbar-buttons): Match on "const char *" too.
11547
11548 * progmodes/gdb-ui.el (gdb-var-create-handler)
11549 (gdb-var-list-children-handler): Match on "const char *" too.
11550 (gdb-var-evaluate-expression-handler): Match on empty string.
11551 (gdb-var-update-handler): Only call
11552 gdb-var-evaluate-expression-handler when required.
11553
11554 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11557 selected window. This still doesn't work for speedbar.
11558 (gud-speedbar-buttons): Handle string expressions properly.
11559
11560 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11561 (gdb-var-create-handler): Handle string expressions properly.
11562 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11563 Handle string expressions properly. Move "type" field into regexp.
11564
11565 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11566
11567 * bookmark.el (bookmark-maybe-message): New function to reduce
11568 code duplication: invokes `message' iff baud-rate is high enough.
11569 (bookmark-write-file): Use above instead of an inline conditional.
11570 (bookmark-load): Same.
11571
11572 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11573
11574 * bookmark.el (bookmark-write-file): Don't visit the destination
11575 file, just write the data to it using write-region. This is
11576 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11577 change to avoid visiting the file in the first place.
11578
11579 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * hi-lock.el (hi-lock-mode): Set the default value of
11582 font-lock-defaults.
11583
11584 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11585
11586 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11587 arg to `file-attributes'.
11588 (find-lisp-format): The UID and GID can now be strings.
11589
11590 2005-11-12 Kim F. Storm <storm@cua.dk>
11591
11592 * help.el (help-map): Bind C-h d to apropos-documentation.
11593
11594 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11595 when point is at end-of-buffer.
11596
11597 * apropos.el (apropos-match-face): Doc fix.
11598 (apropos-sort-by-scores): Add new choice `verbose'.
11599 (apropos-documentation-sort-by-scores): New defcustom.
11600 (apropos-pattern): Now contains the pattern entered by the user.
11601 (apropos-pattern-quoted): New defvar.
11602 (apropos-regexp): New defvar, containing the regexp corresponding
11603 to apropos-pattern.
11604 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11605 (apropos-read-pattern): New defun. Use it to read pattern arg in
11606 interactive calls; returns list of words for a word list, and
11607 string for a regexp.
11608 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11609 parses a list of words or regexp as returned by apropos-read-pattern.
11610 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11611 (apropos-score-doc): Return a very high score if the string
11612 entered by the user matches literally.
11613 (apropos-variable): Doc fix. Use apropos-read-pattern.
11614 (apropos-command): Doc fix. Use apropos-read-pattern and
11615 apropos-parse-pattern. Call apropos-print with nosubst=t.
11616 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11617 apropos-parse-pattern.
11618 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11619 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11620 apropos-documentation-sort-by-scores. Call apropos-print with
11621 nosubst=t.
11622 (apropos-documentation-internal): Pass doc string through
11623 substitute-key-definition before adding text properties.
11624 Highlight substring matching literal user input if possible.
11625 (apropos-documentation-check-doc-file): Remove locals beg and end.
11626 Fix calculation of score (as added twice). Pass doc string through
11627 substitute-key-definition before adding text properties.
11628 (apropos-documentation-check-elc-file): Pass doc string through
11629 substitute-key-definition before adding text properties.
11630 Highlight substring matching literal user input if possible.
11631 (apropos-print): Add new arg NOSUBST; if set, command and variable
11632 doc strings have already been passed through substitute-key-definition.
11633 Add code to handle apropos-accumulator items without score element
11634 for backwards compatibility (e.g. with woman package).
11635 Only show scores if apropos-sort-by-scores is `verbose'.
11636
11637 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11640 Add jka-compr-load-suffixes to load-suffixes.
11641
11642 * jka-compr.el: Require jka-cmpr-hook.
11643 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11644 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11645 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11646 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11647 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11648 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11649 (jka-compr-uninstall): Remove entries from
11650 jka-compr-added-to-file-coding-system-alist after they are used.
11651 (jka-compr-error): Remove unused var `curbuf'.
11652 (jka-compr-file-local-copy): Remove unused var `notfound'.
11653
11654 2005-11-10 Romain Francoise <romain@orebokech.com>
11655
11656 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11657
11658 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11659
11660 * progmodes/gud.el (gud-menu-map): Move parentheses.
11661 (gdb): New command gud-pv.
11662
11663 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * tar-mode.el: Remove spurious or unnecessary leading stars
11666 in docstrings.
11667 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11668 (tar-parse-octal-integer-safe): Use mapc.
11669 (tar-header-block-summarize): Remove unused var `ck'.
11670 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11671 cleared before. Obey default-enable-multibyte-characters.
11672 Use mapconcat. Simplify setting of tar-header-offset.
11673 (tar-mode-map): Move initialization inside delcaration.
11674 (tar-flag-deleted): Use `abs'.
11675 (tar-expunge-internal): Remove unused var `line'.
11676 (tar-expunge-internal): Don't hardcode point-min==1.
11677 (tar-expunge): Widen while doing set-buffer-multibyte.
11678 (tar-rename-entry): Use file-name-coding-system.
11679 (tar-alter-one-field): Don't hardcode point-min==1.
11680 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11681 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11682
11683 2005-11-10 Masatake YAMATO <jet@gyve.org>
11684
11685 * add-log.el (add-log-current-defun): Handle class::method
11686 notation of c++. Fix incorrect comment.
11687
11688 2005-11-10 Alan Mackenzie <acm@muc.de>
11689
11690 * help-fns.el (describe-variable): Make C-h v work when a variable
11691 has variable documentation yet is unbound.
11692
11693 2005-11-10 Masatake YAMATO <jet@gyve.org>
11694
11695 * man.el (Man-highlight-references): Set an empty
11696 string to `Man-arguments' if it is nil.
11697 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11698
11699 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11702 commenting conventions.
11703
11704 * cus-dep.el (custom-make-dependencies): Simplify.
11705 Better follow the commenting conventions.
11706
11707 2005-11-09 Richard M. Stallman <rms@gnu.org>
11708
11709 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11710 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11711 All uses changed.
11712 (apropos-rewrite-regexp): Doc fix.
11713 (apropos-variable, apropos-command, apropos, apropos-value):
11714 Change prompt; carry through the argument renaming.
11715
11716 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11717
11718 * find-lisp.el: Require dired.
11719 (find-lisp-find-dired-internal): Do not call
11720 `abbreviate-file-name' on DIR.
11721
11722 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11723
11724 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11725
11726 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11727
11728 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11729 when using the speedbar.
11730 (gdb): New command gud-pp.
11731 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11732
11733 2005-11-09 Juri Linkov <juri@jurta.org>
11734
11735 * replace.el (occur-excluded-properties): New defcustom.
11736 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11737
11738 2005-11-08 Jay Belanger <belanger@truman.edu>
11739
11740 * calc/calc-units.el (math-convert-units): Replace any composite
11741 unit by its definition.
11742
11743 2005-11-08 Lars Hansen <larsh@soem.dk>
11744
11745 * emacs-lisp/autoload.el (update-directory-autoloads):
11746 Add obsolete function alias.
11747
11748 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11751 comment-indent-function.
11752 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11753
11754 * reveal.el (reveal-post-command): Rework the handling of
11755 reveal-open-spots, so as to be more reliable. There were several
11756 tricky corner cases where an open spot might be lost, or where
11757 a closed spot might end up on the list of open spots.
11758 Only reveal text that's ellipsised.
11759
11760 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11761
11762 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11763
11764 2005-11-07 John Paul Wallington <jpw@gnu.org>
11765
11766 * ibuffer.el (ibuffer): Search iconified frames too when
11767 getting Ibuffer buffer's window.
11768
11769 2005-11-06 Richard M. Stallman <rms@gnu.org>
11770
11771 * progmodes/compile.el (compilation-internal-error-properties):
11772 save-excursion around the computation of MARKER.
11773
11774 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11775
11776 * textmodes/flyspell.el (flyspell-external-point-words):
11777 flyspell-get-word returns a list, not just a string.
11778
11779 2005-11-06 John Paul Wallington <jpw@pobox.com>
11780
11781 * ibuffer.el (ibuffer): Search all visible frames when getting
11782 Ibuffer buffer's window.
11783
11784 2005-11-07 Masatake YAMATO <jet@gyve.org>
11785
11786 * man.el (Man-reference-regexp): Accept spaces between
11787 `Man-name-regexp' and `Man-section-regexp'.
11788 (Man-apropos-regexp): New variable.
11789 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11790 if available.
11791 (Man-highlight-references, Man-highlight-references0):
11792 Handle the case when `Man-arguments' includes "-k".
11793 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11794 `TARGET'. `TARGET' can be a number, function or nil.
11795
11796 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11797
11798 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11799 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11800 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11801 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11802 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11803 (gdb-send-item): Use buffer-local-value and simplify.
11804
11805 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11806
11807 * startup.el (command-line): Use `custom-reevaluate-setting' for
11808 `global-font-lock-mode'.
11809
11810 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11811 by default, except in batch mode or when the -D option is given.
11812
11813 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11814 specified keyword args on to `define-minor-mode'. Update docstring.
11815
11816 2005-11-05 Romain Francoise <romain@orebokech.com>
11817
11818 * replace.el (occur-engine): Add marker at end of line, too.
11819
11820 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11821
11822 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11823 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11824 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11825 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11826 argument to all these routines, so the passphrase can be managed
11827 externally and passed in to the system.
11828 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11829 pgg-add-passphrase-to-cache function.
11830
11831 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11832 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11833 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11834 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11835 argument to all these routines, so the passphrase can be managed
11836 externally and passed in to the system.
11837 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11838 function.
11839
11840 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * font-lock.el: Don't deal with font-lock-face-attributes here,
11843 move the code ...
11844
11845 * startup.el (command-line): ... here. Use face-spec-set instead
11846 of custom-declare-face.
11847
11848 * faces.el (face-spec-set): Reset the face if spec is not nil.
11849
11850 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * newcomment.el (comment-region-internal): Box more tightly in the
11853 common case where there's no TAB in the boxed text.
11854
11855 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11856
11857 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11858 up-node.
11859
11860 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11861
11862 * newsticker.el: Commentary updated. Code formatting changed.
11863 (newsticker-version): Change to "1.9".
11864 (newsticker, newsticker-feed): Doc fix.
11865 (newsticker-url-list): Doc fix. Add option "Weekly".
11866 (newsticker-retrieval-interval): Add option "Weekly".
11867 (newsticker-headline-processing): Doc fix.
11868 (newsticker-auto-mark-filter): Remove.
11869 (newsticker-auto-mark-filter-list): New.
11870 (newsticker-layout, newsticker-sort-method): Doc fix.
11871 (newsticker-hide-old-items-in-newsticker-buffer)
11872 (newsticker-heading-format, newsticker-item-format)
11873 (newsticker-desc-format): Doc fix.
11874 (newsticker-show-all-rss-elements): Remove.
11875 (newsticker-show-all-news-elements): New.
11876 (newsticker-faces, newsticker-ticker): Doc fix.
11877 (remove-from-invisibility-spec): Code formatting.
11878 (newsticker--process-ids): New.
11879 (newsticker-mode): Doc fix.
11880 (newsticker-mode): Change mode-line-format.
11881 (newsticker-start): Remove debug output.
11882 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11883 (newsticker-w3m-show-inline-images): Code formatting.
11884 (newsticker-next-item): Call `force-mode-line-update'.
11885 (newsticker-previous-item): Call `force-mode-line-update'.
11886 (newsticker-next-feed): Call `force-mode-line-update'.
11887 (newsticker-previous-feed): Call `force-mode-line-update'.
11888 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11889 (newsticker-show-old-items): Do not show descs.
11890 (newsticker-hide-entry): Hide too much.
11891 (newsticker-hide-entry, newsticker-show-entry)
11892 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11893 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11894 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11895 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11896 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11897 (newsticker-get-news): Call `force-mode-line-update'.
11898 Collect process ids.
11899 (newsticker--sentinel): Change coding system handling.
11900 Move image retrieval to new functions newsticker--get-logo-url-*.
11901 Move feed parsing to new functions newsticker--parse-*.
11902 Update list of process ids.
11903 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11904 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11905 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11906 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11907 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11908 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11909 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11910 (newsticker--decode-coding-string): Remove.
11911 (newsticker--decode-numeric-entities): Check input. Format code.
11912 (newsticker--remove-whitespace): Check input.
11913 (newsticker--do-forget-preformatted): Doc fix.
11914 (newsticker--decode-rfc822-date): Allow for missing time.
11915 (newsticker--update-process-ids): New.
11916 (newsticker--image-sentinel): Change comment.
11917 (newsticker--image-read): Change error message.
11918 (newsticker--imenu-goto): Doc fix. Show headline title.
11919 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11920 (newsticker--buffer-do-insert-text): Clean whitespace in
11921 html-rendered headline title. Code formatting.
11922 Call `newsticker--buffer-print-extra-elements'.
11923 (newsticker--buffer-print-extra-element): Remove.
11924 (newsticker--buffer-print-extra-elements): New.
11925 (newsticker--buffer-do-print-extra-element): New.
11926 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11927 large sizes.
11928 (newsticker--run-auto-mark-filter)
11929 (newsticker--do-run-auto-mark-filter):
11930 Use `newsticker-auto-mark-filter-list'.
11931
11932 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11933
11934 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11935 (rcirc-print): Force redisplay before running hooks. Do long
11936 buffer truncation after making new text read-only. Deal with nil
11937 text when decoding strings. If TARGET is nil, use either the
11938 currently selected buffer, if it is an rcirc buffer and of the
11939 same process or the process buffer.
11940 (rcirc-mode): Remove header-line. Recompute short buffer names.
11941 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11942 (rcirc-short-buffer-name): Add variable.
11943 (rcirc-kill-buffer-hook): Recompute short buffer names.
11944 Remove nick from private channel.
11945 (rcirc-send-input): Send command text to current-buffer.
11946 Don't clear overlay arrow here.
11947 (rcirc-short-buffer-name): Return a short buffer name.
11948 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11949 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11950 buffer-name abbreviations.
11951 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11952 Do not touch nick-table when killing a parted channel.
11953 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11954 Clear arrow from current buffer if it is now hidden.
11955 (rcirc-current-buffer): Add variable.
11956 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11957 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11958 Remove -face from names.
11959 (rcirc-update-activity-string): Print "DND" when globally ignoring
11960 activity.
11961 (rcirc-ignore-buffer-activity-flag): Rename from
11962 rcirc-ignore-channel-activity.
11963 (rcirc-ignore-all-activity-flag): Doc fix.
11964 (rcirc-channels): Remove variable.
11965 (rcirc-kill-buffer-hook):
11966 (rcirc-get-buffer-create): Add nick to private channel.
11967 (rcirc-multiline-edit-submit): Remove tabs.
11968 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11969 folded.
11970 (rcirc-remove-nick-channel): Bug fix.
11971 (rcirc-toggle-ignore-buffer-activity): Rename from
11972 rcirc-toggle-ignore-channel-activity.
11973 (rcirc-record-activity): Add buffers to the front of the list.
11974 (rcirc-update-activity): Remove killed buffers from list.
11975 (rcirc-process-server-response-1): Remove last argument if it is
11976 null before calling handler.
11977 (rcirc): Add "rcirc" defcustom prefix.
11978 (rcirc-prompt): Simplify default prompt.
11979 Use custom-initialize-default.
11980 (rcirc-private-chats): Remove variable.
11981 (rcirc-prompt): Change initialization.
11982 (rcirc-version): Remove function.
11983 (rcirc-id-string): Add constant.
11984 (rcirc-last-buffer): Remove variable.
11985 (rcirc-buffer-alist): Add variable.
11986 (rcirc-connect): Update variable setup.
11987 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11988 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11989 default.
11990 (rcirc-handler-generic): Trigger activity.
11991 (rcirc-send-message): Create the buffor of the target.
11992 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11993 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11994 (rcirc-multiline-edit-cancel): Remove function.
11995 (rcirc-set-last-buffer): Remove function.
11996 (rcirc-get-any-buffer): Add function.
11997 (rcirc-join-channels): Don't print /join text.
11998 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11999 messages.
12000 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12001 (rcirc-handler-NOTICE): Recognize CTCP responses.
12002 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12003 constructing TOPIC string for buffers we are not JOINed.
12004 (rcirc-handler-CTCP-response): Add handler.
12005 (rcirc-multiline-edit-submit): Restore the window-configuration
12006 before adjusting point.
12007 (rcirc): Add customization group.
12008 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12009 (rcirc-user-full-name, rcirc-startup-channels-alist)
12010 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12011 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12012 (rcirc-input-ring-size, rcirc-read-only-flag)
12013 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12014 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12015 Change defvar to defcustom.
12016 (rcirc-update-prompt): Add optional ALL arg, which will update
12017 prompts in all rcirc buffers. Regexp quote replacement text.
12018 (rcirc-fill-column): Accept frame-width as a value.
12019 (rcirc-set-changed): Add function.
12020 (rcirc-next-active-buffer): Write more meaningful messages.
12021 (rcirc-faces): Add customization group.
12022 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12023 (rcirc-nick-in-message-face, rcirc-prompt-face)
12024 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12025 (with-rcirc-process-buffer): Move before first usage.
12026 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12027 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12028 (rcirc-debug): Rename from `rcirc-log'.
12029 (rcirc-format-response-string): Do not print `-' chars for a
12030 NOTICE with no sender. Simplify output of server responses.
12031
12032 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12033
12034 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12035 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12036 Make urls mouse and RET clickable.
12037
12038 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12039
12040 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12041
12042 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12043
12044 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12045 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12046 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12047 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12048 argument to all these routines, so the passphrase can be managed
12049 externally and passed in to the system.
12050 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12051 pgg-add-passphrase-to-cache function.
12052
12053 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12054 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12055 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12056 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12057 argument to all these routines, so the passphrase can be managed
12058 externally and passed in to the system.
12059 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12060 function.
12061
12062 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12063
12064 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12065 from goto-address-url-regexp.
12066
12067 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12068
12069 * textmodes/org.el (org-read-date, org-goto-calendar)
12070 (org-recenter-calendar, org-agenda-goto-calendar):
12071 Temporarily clear `calendar-move-hook'.
12072
12073 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12074
12075 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12076 merging.
12077
12078 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12079 have merge clashes.
12080
12081 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12082
12083 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12084 Undo previous change.
12085
12086 * startup.el (command-line): Use `custom-reevaluate-setting' for
12087 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12088 tty-register-default-colors on Mac.
12089
12090 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12091
12092 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12093 (gdb-buffer-type): Make it automatically buffer local...
12094 (gdb-get-create-buffer): ...and set it accordingly.
12095 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12096 actually work.
12097
12098 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12099
12100 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12101 not red.
12102
12103 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12104
12105 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12106 case GUD buffer is not visible.
12107 (gdb-goto-breakpoint): Try to force display in source buffer.
12108 (gdb-frame-gdb-buffer): Copy other similar functions.
12109 (gdb-restore-windows): Don't display source if not asked for.
12110 (gdb-assembler-buffer-name): Don't capitalise.
12111
12112 2005-11-03 Richard M. Stallman <rms@gnu.org>
12113
12114 * wid-edit.el (key-sequence): New widget type.
12115
12116 * simple.el (set-mark-command-repeat-pop): New variable.
12117 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12118 if set-mark-command-repeat-pop is true.
12119
12120 * info.el (Info-fontify-node): Don't display extra "see" if there
12121 already is one here.
12122
12123 * mouse.el: Fix special handling of DEL after dragging a region:
12124 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12125 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12126
12127 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12128
12129 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12130 not to assume it pertains to an affix.
12131
12132 * textmodes/flyspell.el (flyspell-post-command-hook):
12133 Bind deactivate-mark to prevent deactivation.
12134
12135 2005-11-03 Lars Hansen <larsh@soem.dk>
12136
12137 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12138 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12139 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12140
12141 2005-11-03 Romain Francoise <romain@orebokech.com>
12142
12143 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12144 Update copyright years.
12145
12146 2005-11-03 Sam Steingold <sds@gnu.org>
12147
12148 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12149 Use system-type instead of window-system because window-system is not
12150 correctly defined during loadup.
12151
12152 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12153
12154 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12155 (xml-parse-tag): Join strings separated by a comment properly.
12156
12157 2005-11-02 Andreas Schwab <schwab@suse.de>
12158
12159 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12160
12161 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12164 (byte-optimize-pure-func): Quote the eval'd value.
12165
12166 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12167 Rename from perl-font-lock-syntactic-face-function.
12168 Change the calling convention so it can be used as a font-lock MATCHER.
12169 Do the parse-partial-sexp loop outselves.
12170 (perl-font-lock-syntactic-keywords): Use it.
12171 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12172
12173 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12174
12175 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12176 disassembly buffer too.
12177 (gdb-exited): Remove overlay arrows when execution has finished.
12178 (gdb-info-frames-custom, gdb-info-threads-custom)
12179 (gdb-info-registers-custom): Don't add inappropriate text
12180 properties if inferior is not active.
12181
12182 2005-11-02 Glenn Morris <rgm@gnu.org>
12183
12184 * progmodes/fortran.el (fortran-blink-match):
12185 Use `blink-matching-delay'.
12186
12187 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12188
12189 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12190
12191 2005-11-02 Lars Hansen <larsh@soem.dk>
12192
12193 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12194 "Permission denied".
12195
12196 2005-11-01 Richard M. Stallman <rms@gnu.org>
12197
12198 * textmodes/flyspell.el (flyspell-external-point-words):
12199 Pass nil to flyspell-get-word.
12200
12201 2005-11-02 Kim F. Storm <storm@cua.dk>
12202
12203 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12204 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12205
12206 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12209 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12210 (calendar-mouse-print-dates): Add optional `event' argument.
12211 Update interactive-spec.
12212 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12213 Use `calendar-event-to-date' instead of `event'.
12214
12215 2005-11-02 Masatake YAMATO <jet@gyve.org>
12216
12217 * progmodes/ld-script.el (ld-script-builtins):
12218 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12219 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12220 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12221
12222 2005-11-01 Romain Francoise <romain@orebokech.com>
12223
12224 * vc-sccs.el: Update copyright year.
12225 * ezimage.el: Likewise.
12226
12227 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12228
12229 * info.el (Info-fontify-node): Use `string-width' for fontifying
12230 underlined titles.
12231
12232 2005-11-01 Juri Linkov <juri@jurta.org>
12233
12234 * info.el (Info-fontify-node): Downcase node header keywords Node,
12235 Prev, Next, Up before comparison.
12236 (Info-history): Insert absolute directory name, and put invisible
12237 property on it.
12238
12239 2005-11-01 Juri Linkov <juri@jurta.org>
12240
12241 * info.el (Info-file-supports-index-cookies): New variable.
12242 (Info-find-node-2): Check makeinfo version for index cookie support.
12243 (Info-index-nodes): Search for nodes with index cookies only when
12244 Info-file-supports-index-cookies is t. Otherwise, search nodes
12245 with "Index" in the node name.
12246 (Info-index-node): Search index cookie in the current node only when
12247 Info-file-supports-index-cookies is t. Otherwise, check the word
12248 "Index" in the node name.
12249 (Info-find-emacs-command-nodes): Remove code that searches nodes
12250 with "Index" node name in the top menu.
12251
12252 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * progmodes/scheme.el (scheme-mode-variables): Use the default
12255 comment-indent-function.
12256
12257 * faces.el (face-attribute): Handle the case where a face inherits from
12258 a non-existent face.
12259
12260 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12261 for octal and hexa output, and merge the char into the paren.
12262 (kill-new): Use push.
12263 (copy-to-buffer): Use with-current-buffer.
12264 (completion-setup-function): Move code in loop to remove redundancy.
12265 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12266 those inherited from minibuffer-local-completion-map.
12267
12268 * savehist.el (savehist-mode) <defcustom>:
12269 Use custom-set-minor-mode if available.
12270 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12271 and emit a message if applicable.
12272
12273 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12274
12275 * savehist.el: Sync up to version 19.
12276 (savehist-mode): New minor mode.
12277 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12278 (savehist-length): Remove (use history-length instead).
12279 (savehist-file-modes): Rename from savehist-modes.
12280 (savehist-save-hook, savehist-loaded): New vars.
12281 (savehist-load): Use savehist-mode. Try to smooth up transition from
12282 old format to new format.
12283 (savehist-install): Allow savehist-autosave-interval to be nil.
12284 (savehist-save): Run the new hook. Be more careful to only trim the
12285 history variables.
12286 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12287 (savehist-printable): Print into a buffer rather than char-by-char.
12288
12289 2005-11-01 John Wiegley <johnw@newartisans.com>
12290
12291 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12292 toggle-ignore keybinding (C-a). The author said it had been
12293 disabled much earlier due to a possible incompatibility, but after
12294 many months of usage I have encountered no problems (and it is a
12295 rather useful option, especially for switching to " *temp*").
12296
12297 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12298 support for OS/X's AddressBook, by calling out to the open source
12299 program "contacts" (installable through Fink).
12300
12301 * net/eudc.el (eudc-expand-inline): If the
12302 `eudc-multiple-match-handling-method' is set to `all', delete the
12303 query string before inserting the query result.
12304
12305 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12306 flag, to prevent Eshell from using the system ls when
12307 `eshell-ls-insert-directory' is in used.
12308 (eshell-ls-insert-directory): Disable font-lock in directory
12309 buffer so that Eshell's own fontification is seen. This broke
12310 recently due to changes in font-lock, so this goes back to version
12311 21 behavior.
12312
12313 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12314
12315 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12316 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12317 (gdb-many-windows): Doc fix.
12318
12319 2005-10-31 Romain Francoise <romain@orebokech.com>
12320
12321 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12322
12323 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12324
12325 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12326 that global-font-lock-mode can be enabled by default.
12327
12328 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12329 (font-lock-add-keywords, font-lock-remove-keywords)
12330 (font-lock-fontify-buffer): Remove autoload cookies.
12331
12332 * jit-lock.el (jit-lock-register): Likewise.
12333
12334 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12335
12336 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12337
12338 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12339 intact if there is no gud-comint-buffer.
12340
12341 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12342
12343 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12344 old prompt comint-prompt-read-only is t and GDB commands are
12345 issued from tool bar etc.
12346
12347 2005-10-31 Masatake YAMATO <jet@gyve.org>
12348
12349 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12350
12351 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12352
12353 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12354 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12355
12356 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12357
12358 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12359 starting at beginning of line. Fontification is messed up when
12360 `open-paren-in-column-0-is-defun-start' set to t.
12361 Reported by John Paul Wallington <jpw@pobox.com>.
12362
12363 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12364
12365 * comint.el (comint-send-input): Call `comint-update-fence' when
12366 `comint-process-echoes' and `comint-prompt-read-only' are both
12367 non-nil, to avoid leftover read-only newline.
12368
12369 2005-10-30 Richard M. Stallman <rms@gnu.org>
12370
12371 * textmodes/flyspell.el (flyspell-external-point-words):
12372 Detect when WORD can't be checked properly because
12373 flyspell-get-word finds just part of it, and move on.
12374
12375 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12376 boundarychar for Polish.
12377 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12378 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12379
12380 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12381
12382 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12383 (gdb-registers-font-lock-keywords): Delete.
12384 (gdb-registers-mode): Don't fontify.
12385 (gdb-info-registers-custom): Use text properties instead as, in
12386 future, changed register values will use font-lock-warning-face.
12387 (gdb-local-font-lock-keywords): Rename to...
12388 (gdb-locals-font-lock-keywords): ...for consistency.
12389
12390 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12391
12392 * vc.el (vc-switch-backend): Better error message if the buffer is
12393 not visiting a file under version control.
12394
12395 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12396
12397 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12400 ~/.emacs.d/.emacs.
12401
12402 2005-10-29 Richard M. Stallman <rms@gnu.org>
12403
12404 * replace.el (occur-mode-mouse-goto): Always go to other window.
12405 (occur-mode-goto-occurrence): Always switch in same window.
12406
12407 * simple.el (undo): Display message at end, not at start.
12408
12409 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12410 New arg REUSE-CELL.
12411 (cancel-timer-internal): New function.
12412 (timer-event-handler): Use cancel-timer-internal,
12413 and pass the cell it returns to timer-activate...
12414
12415 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12416 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12417 (jit-lock-after-change): Test memory-full.
12418
12419 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12420
12421 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12422 part of the decoded armor to find the key-identifier.
12423 (pgg-gpg-lookup-key-owner): New function to return the
12424 human-readable identifier of a key owner.
12425 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12426 key itself.
12427 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12428 the key value) if we have a key and can match it against a secret
12429 key. Also, added a note pointing out fact that the prompt only
12430 indicates the first matching key.
12431
12432 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12433 pgg-decrypt-region.
12434 (pgg-pending-timers): A new hash for tracking the passphrase cache
12435 timers, so that new ones supercede old ones.
12436 (pgg-add-passphrase-to-cache): Rename from
12437 `pgg-add-passphrase-cache' to reduce confusion (all callers
12438 changed). Modified to cancel old timers when new ones are added.
12439 (pgg-remove-passphrase-from-cache): Rename from
12440 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12441 changed). Modified to cancel old timers when their keys are
12442 removed from the cache.
12443 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12444 XEmacs, an indirection to delete-itimer.
12445 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12446 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12447 users can only check cache without risk of prompting. Correct bug in
12448 notruncate behavior.
12449 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12450 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12451 Add informative docstrings.
12452 (pgg-decrypt): Convey provided passphrase in subordinate call to
12453 pgg-decrypt-region.
12454
12455 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12456 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12457 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12458 `passphrase' argument, so the passphrase can be managed externally
12459 and then passed in to the system.
12460
12461 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12462 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12463 so the passphrase cache can be used reliably with identifiers
12464 besides a pgp packet's key id.
12465
12466 * pgg-gpg.el (pgg-pgp-encrypt-region)
12467 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12468 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12469 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12470 argument to all these routines, so the passphrase can be managed
12471 externally and passed in to the system.
12472
12473 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12474 `notruncate' argument, so the passphrase cache can be used
12475 reliably with identifiers besides a pgp packet's key id.
12476
12477 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12478
12479 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12480 symmetric encryption.
12481 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12482 encrypted session key.
12483 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12484 message ask for the passphrase in a proper way.
12485
12486 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12487 New user commands for symmetric encryption.
12488
12489 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12490
12491 * textmodes/conf-mode.el (conf-assignment-sign)
12492 (conf-assignment-regexp): Fix docstrings.
12493 (conf-mode-initialize): New function.
12494 (conf-mode): Remove optional args. Use delay-mode-hooks to
12495 recognize recursive calls.
12496 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12497 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12498 (conf-xdefaults-mode): Use define-derived-mode and
12499 conf-mode-initialize.
12500
12501 2005-10-29 Romain Francoise <romain@orebokech.com>
12502
12503 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12504
12505 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12506
12507 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12508 part of the decoded armor to find the key-identifier.
12509 (pgg-gpg-lookup-key-owner): New function to return the
12510 human-readable identifier of a key owner.
12511 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12512 key itself.
12513 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12514 the key value) if we have a key and can match it against a secret
12515 key. Also, added a note pointing out fact that the prompt only
12516 indicates the first matching key.
12517
12518 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12519 pgg-decrypt-region.
12520 (pgg-pending-timers): A new hash for tracking the passphrase cache
12521 timers, so that new ones supercede old ones.
12522 (pgg-add-passphrase-to-cache): Rename from
12523 `pgg-add-passphrase-cache' to reduce confusion (all callers
12524 changed). Modified to cancel old timers when new ones are added.
12525 (pgg-remove-passphrase-from-cache): Rename from
12526 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12527 changed). Modified to cancel old timers when their keys are
12528 removed from the cache.
12529 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12530 XEmacs, an indirection to delete-itimer.
12531 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12532 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12533 users can only check cache without risk of prompting. Correct bug in
12534 notruncate behavior.
12535 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12536 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12537 Add informative docstrings.
12538 (pgg-decrypt): Convey provided passphrase in subordinate call to
12539 pgg-decrypt-region.
12540
12541 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12542
12543 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12544 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12545 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12546 `passphrase' argument, so the passphrase can be managed externally
12547 and then passed in to the system.
12548
12549 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12550 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12551 so the passphrase cache can be used reliably with identifiers
12552 besides a pgp packet's key id.
12553
12554 * pgg-gpg.el (pgg-pgp-encrypt-region)
12555 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12556 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12557 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12558 argument to all these routines, so the passphrase can be managed
12559 externally and passed in to the system.
12560
12561 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12562 `notruncate' argument, so the passphrase cache can be used
12563 reliably with identifiers besides a pgp packet's key id.
12564
12565 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12566
12567 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12568 symmetric encryption.
12569 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12570 encrypted session key.
12571 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12572 message ask for the passphrase in a proper way.
12573
12574 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12575 New user commands for symmetric encryption.
12576
12577 2005-10-28 Bill Wohler <wohler@newt.com>
12578
12579 * help-mode.el (help-url): New button type. Calls browse-url.
12580 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12581 Similar to Info nodes: URL `url'.
12582 (help-make-xrefs): Create help-url buttons for
12583 help-xref-url-regexp matches.
12584
12585 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12586
12587 * tool-bar.el (tool-bar-add-item-from-menu)
12588 (tool-bar-local-item-from-menu): Fix doc strings.
12589
12590 2005-10-28 Romain Francoise <romain@orebokech.com>
12591
12592 * ldefs-boot.el: Update.
12593
12594 * subr.el (locate-library): Move from help-fns.el.
12595 * help-fns.el (locate-library): Move to subr.el.
12596
12597 2005-10-28 Richard M. Stallman <rms@gnu.org>
12598
12599 * net/tramp.el (tramp-completion-mode): defvar moved up.
12600
12601 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12602
12603 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12604
12605 * files.el (find-file-noselect): Use %d to format large file size.
12606
12607 * bindings.el (mode-line-format): Add %e.
12608
12609 * loadup.el ("facemenu"): Load unconditionally.
12610 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12611 ("x-dnd"): Load, when appropriate.
12612
12613 * startup.el (command-line): Call before-init-hook earlier.
12614 Warn about some bad characters in -u user name.
12615
12616 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12617 (flyspell-external-point-words): Error if misspelled word is not found.
12618 Set flyspell-large-region-beg at end of word.
12619
12620 2005-10-28 Andreas Schwab <schwab@suse.de>
12621
12622 * view.el (View-revert-buffer-scroll-page-forward):
12623 Use view-page-size-default.
12624
12625 2005-10-28 Juri Linkov <juri@jurta.org>
12626
12627 * international/quail.el (quail-get-current-str): Translate last
12628 raw character for deterministic input methods.
12629
12630 2005-10-27 Jay Belanger <belanger@truman.edu>
12631
12632 * calc/calc-ext.el: Add functions to autoloads.
12633 (math-identity-matrix-p, math-ident-row-p): New functions.
12634
12635 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12636 multiplication by an identity matrix; don't turn multiplication by
12637 an inverse matrix into division.
12638 (math-div-symbol-fancy): Replace division by matrices with
12639 multiplication by inverse.
12640
12641 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12642
12643 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12644 (calc-writeoutpower): New functions.
12645
12646 2005-10-27 Romain Francoise <romain@orebokech.com>
12647
12648 * replace.el (occur-engine): Include colon in mouse-face highlight.
12649
12650 * dired-x.el: Change Maintainer field.
12651
12652 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * longlines.el (longlines-mode): Bind after-change-functions to
12655 nil during initial decoding and final encoding.
12656
12657 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * term.el (term-emulate-terminal, term-handle-colors-array)
12660 (term-handle-ansi-escape): Specify the terminfo capabilities
12661 implemented.
12662
12663 2005-10-26 Richard M. Stallman <rms@gnu.org>
12664
12665 * info.el (Info-fontify-node): Fix detection of sentence-break
12666 before *Note.
12667
12668 2005-10-26 Romain Francoise <romain@orebokech.com>
12669
12670 * smerge-mode.el: Add `tools' to file keywords.
12671
12672 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12673
12674 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12675 when the fringe is not available.
12676
12677 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12678 (def-gdb-auto-update-trigger): Simplify construction.
12679 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12680 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12681 defined explicitly.
12682 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12683 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12684 defined explicitly.
12685 (gdb-info-locals-custom): Remove as it's a no-op.
12686
12687 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12688
12689 * longlines.el (longlines-mode): Remove narrowing before
12690 performing the initial decoding or final encoding.
12691
12692 2005-10-25 Romain Francoise <romain@orebokech.com>
12693
12694 * emacs-lisp/find-func.el (find-library-name): Also strip
12695 extension if library name ends in .el, to take advantage of
12696 `find-library-suffixes'.
12697
12698 2005-10-25 Richard M. Stallman <rms@gnu.org>
12699
12700 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12701
12702 2005-10-25 Juri Linkov <juri@jurta.org>
12703
12704 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12705 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12706
12707 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12710 (blackbox-redefine-key): Add argument `map'.
12711
12712 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12713 regions when moving the jit-lock-context-unfontify-pos boundary.
12714
12715 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12718
12719 2005-10-25 Masatake YAMATO <jet@gyve.org>
12720
12721 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12722
12723 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12724
12725 * play/blackbox.el (blackbox-redefine-key): New function.
12726 (blackbox-mode-map): Use it to remap existing bindings for cursor
12727 motion instead of binding literal keys.
12728
12729 2005-10-25 Glenn Morris <rgm@gnu.org>
12730
12731 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12732 diary does not end in a newline. Do not assume a blank line at
12733 the start of the diary file.
12734
12735 2005-10-25 Kenichi Handa <handa@m17n.org>
12736
12737 * international/quail.el (quail-translate-key): If the input
12738 method is deterministic and failed to handle the last key, restart
12739 the key handling loop from an appropriate key.
12740
12741 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12742
12743 * vc.el (vc-dired-mode): Extend comment for binding of
12744 `directory-listing-before-filename-regexp'.
12745
12746 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * textmodes/texinfo.el (texinfo-mode):
12749 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12750 not to unnecessarily expose emacs-mule's internal char codes.
12751
12752 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12753
12754 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12755 Display hand pointer and help-echo on disabled icon too.
12756 (gdb-mouse-until): New function.
12757 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12758
12759 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12760
12761 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12762 with 2005-10-23 change to doctor.el.
12763
12764 * finder.el (finder-mode-map): Add follow-link binding.
12765
12766 2005-10-25 Kim F. Storm <storm@cua.dk>
12767
12768 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12769 to gdb-mouse-toggle-breakpoint-fringe.
12770 (gdb-mouse-toggle-breakpoint-margin): Rename from
12771 gdb-mouse-toggle-breakpoint. Fix doc.
12772 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12773 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12774 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12775 string properties also for fringe breakpoint bitmaps.
12776
12777 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12778
12779 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12780
12781 2005-10-25 Masatake YAMATO <jet@gyve.org>
12782
12783 * simple.el (completion-common-substring):
12784 Use `completion-common-substring' prior to `completion-base-size'.
12785
12786 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12787
12788 * savehist.el: Require CL while compiling.
12789 (savehist-history-variables): Remove.
12790 (savehist-save-minibuffer-history, savehist-additional-variables)
12791 (savehist-minibuffer-history-variables): New vars.
12792 (savehist-save): Use them.
12793 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12794 (savehist-install): New fun, extracted from savehist-load.
12795 (savehist-load): Use them.
12796
12797 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12800 a dummy doc-string-elt property.
12801 (defalias, defvaralias, define-category): Add a docstring property.
12802
12803 * image.el (defimage):
12804 * widget.el (define-widget):
12805 * custom.el (defface, defcustom): Add `doc-string' declaration.
12806
12807 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12808 (defadvice): Add `doc-string' declaration.
12809
12810 * emacs-lisp/byte-run.el (macro-declaration-function):
12811 Handle `doc-string' declarations.
12812 (define-obsolete-function-alias, define-obsolete-variable-alias):
12813 Add `doc-string' declaration.
12814
12815 2005-10-24 Kenichi Handa <handa@m17n.org>
12816
12817 * international/utf-7.el (utf-7): Add autoload cookie.
12818
12819 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12820
12821 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12822
12823 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12824 list of directories passed to batch-update-autoloads. Add "." to
12825 the list of the echoed directories.
12826
12827 * pgg-def.el:
12828 * pgg-gpg.el:
12829 * pgg-parse.el:
12830 * pgg-pgp.el:
12831 * pgg-pgp5.el:
12832 * pgg.el: Moved here from the gnus subdirectory.
12833
12834 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12835
12836 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12837 in case comint-prompt-read-only is set to t.
12838
12839 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12840 in case comint-prompt-read-only is set to t.
12841
12842 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12843
12844 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12845 Now a string.
12846 (icalendar-import-format): Handle CLASS, STATUS, URL.
12847 Rename `subject' to `summary'.
12848 (icalendar-import-format-summary): Rename from
12849 `icalendar-import-format-subject'.
12850 (icalendar-import-format-url, icalendar-import-format-status)
12851 (icalendar-import-format-class): New variables.
12852 (icalendar--rris): Take variable argument list.
12853 (icalendar--datestring-to-isodate): Remove unnecessary
12854 calendar-style check when converting dates with explicit month names.
12855 (icalendar-export-region): Change return type of conversion
12856 subroutines. Bury current buffer unless error occurred.
12857 (icalendar--convert-to-ical)
12858 (icalendar--parse-summary-and-rest): New functions.
12859 (icalendar--convert-ordinary-to-ical)
12860 (icalendar--convert-weekly-to-ical)
12861 (icalendar--convert-yearly-to-ical)
12862 (icalendar--convert-block-to-ical)
12863 (icalendar--convert-cyclic-to-ical)
12864 (icalendar--convert-anniversary-to-ical): Change return type.
12865 Strip trailing blanks from subject.
12866 (icalendar--convert-sexp-to-ical): Change return type.
12867 Strip trailing blanks from subject. Handle simple sexp
12868 entries as generated by icalendar.el.
12869 (icalendar--convert-float-to-ical)
12870 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12871 (icalendar-import-file): Doc fix.
12872 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12873 Correct call to icalendar--rris.
12874 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12875 `summary'.
12876 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12877
12878 2005-10-24 Romain Francoise <romain@orebokech.com>
12879
12880 * server.el (server-sentinel): Set query-on-exit flag to nil on
12881 new client processes (it isn't inherited from the server process).
12882
12883 * replace.el (occur-engine): Rearrange text properties.
12884
12885 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12888 case-fold-search is nil.
12889 (debug-help-follow): Use help-xref-interned directly.
12890
12891 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12892
12893 * thumbs.el (thumbs-image-type): Add .pbm.
12894
12895 2005-10-23 Richard M. Stallman <rms@gnu.org>
12896
12897 * faces.el (inhibit-face-set-after-frame-default): New variable.
12898 (set-face-attribute): Bind it.
12899 (face-set-after-frame-default): Test it.
12900
12901 * help-fns.el (describe-simplify-lib-file-name): New function.
12902 (describe-function-1, describe-variable): Use it.
12903
12904 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12905
12906 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12907 Eliminate nil as possible value.
12908 (tooltip-hide-delay): Reduce internal-border-width.
12909
12910 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12911 (menu-bar-file-menu) <new-file>: Likewise.
12912
12913 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12914
12915 * international/mule.el (load-with-code-conversion):
12916 Pass full file name to `eval-buffer' unless preloading.
12917
12918 * textmodes/flyspell.el (flyspell-large-region):
12919 Call ispell-check-version.
12920
12921 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12922 Fix the make-variable-buffer-local call that was supposed
12923 to be for this variable.
12924 (ispell-aspell-supports-utf8): Doc fix.
12925 (ispell-find-aspell-dictionaries): Preserve elements of
12926 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12927 (ispell-aspell-find-dictionary): Return nil on error.
12928
12929 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12930 (doctor-symptoms): Likewise.
12931
12932 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12933
12934 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12935
12936 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12937 (custom-raised-buttons): Add :set spec.
12938 (custom-button-unraised, custom-button-pressed-unraised):
12939 New faces, so that custom-raised-buttons actually does something.
12940 (custom-mode): Use custom-button and custom-button-pressed.
12941
12942 * wid-edit.el (widget-specify-button): Don't ignore
12943 widget-mouse-face on graphic terminals.
12944 (widget-move-and-invoke): Cleanup.
12945
12946 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12947
12948 * whitespace.el (whitespace-cleanup): Doc fix.
12949
12950 2005-10-23 Romain Francoise <romain@orebokech.com>
12951
12952 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12953 `eval-after-load' to avoid evaluating their result.
12954
12955 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12956
12957 * files.el (directory-listing-before-filename-regexp):
12958 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12959
12960 * dired.el (dired-move-to-filename-regexp): Remove.
12961 All occurences replaced by `directory-listing-before-filename-regexp'.
12962
12963 * dired-x.el, locate.el, vc.el:
12964 Replace `dired-move-to-filename-regexp' by
12965 `directory-listing-before-filename-regexp'. In vc.el it is
12966 overwritten locally; maybe this can be handled in files.el too.
12967
12968 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12969 replaced by `directory-listing-before-filename-regexp'.
12970
12971 2005-10-23 Andreas Schwab <schwab@suse.de>
12972
12973 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12974 and eval-next-after-load.
12975
12976 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12977
12978 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12979 exist, create it.
12980
12981 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12982
12983 * allout.el: Remove autoloads for mailcrypt and crypt++.
12984 Require pgg, pgg-gpg during compilation.
12985 (allout-version): Increment version number to 2.1, and use a literal
12986 rather than RCS Id.
12987 (allout-default-encryption-scheme): Remove.
12988 (allout-passphrase-verifier-handling)
12989 (allout-passphrase-verifier-string)
12990 (allout-file-passphrase-verifier-string)
12991 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12992 (allout-passphrase-hint-handling): Rename and simplify.
12993 (allout-init): Use `find-file-hook' if available, otherwise
12994 `find-file-hooks'.
12995 (allout-mode): Use `write-file-functions' if available, otherwise
12996 `local-write-file-hooks' and, instead of making auto-save-hook
12997 buffer local, make the write-file-hook activity contingent to
12998 allout-mode.
12999 (allout-mode): Use key-binding substitution in the docstring.
13000 (allout-kill-line): Spell-out kill ring data structure mutation
13001 instead of using byte-compiler-complaint-provoking `pop'.
13002 (allout-insert-listified): Use `insert' rather than `insert-string'
13003 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13004 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13005 (allout-encrypt-string): Totally revamped vis new underlying
13006 encryption facilities.
13007 (allout-mc-activate-passwd): Remove.
13008 (allout-obtain-passphrase): New, more or less replaces
13009 allout-mc-activate-passwd.
13010 (allout-encrypted-key-info): More or less replaces
13011 allout-encrypted-text-type.
13012 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13013 (my-mark-marker): Use `(featurep 'xemacs)'.
13014
13015 2005-10-23 Lars Hansen <larsh@soem.dk>
13016
13017 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13018 (byte-compile-file-form-defmumble, byte-compile-defun)
13019 (byte-compile-defmacro): Use it.
13020 (byte-compile-form): Don't call byte-compile-set-symbol-position
13021 when a byte-compile handler is called.
13022
13023 2005-10-22 Romain Francoise <romain@orebokech.com>
13024
13025 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13026
13027 * subr.el (eval-after-load): Convert library name to an absolute
13028 file name using locate-library, since load-history no longer has
13029 library names in it.
13030
13031 2005-10-22 Richard M. Stallman <rms@gnu.org>
13032
13033 * files.el (make-temp-file): Move from subr.el.
13034 * subr.el (make-temp-file): Move to files.el.
13035
13036 * window.el (get-buffer-window-list): Move from subr.el.
13037 * subr.el (get-buffer-window-list): Move to window.el.
13038
13039 * image.el (image-load-path): Use eval-at-startup to initialize.
13040
13041 * subr.el (eval-at-startup): New macro.
13042
13043 * subr.el: Much rearrangement of functions and division
13044 into pages. No code changes.
13045
13046 2005-10-22 Kenichi Handa <handa@m17n.org>
13047
13048 * tar-mode.el (tar-extract): Be sure to call
13049 find-operation-coding-system if set-auto-coding doesn't find a
13050 coding system.
13051
13052 2005-10-22 Kim F. Storm <storm@cua.dk>
13053
13054 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13055 Change users.
13056 (image-type-file-name-regexps): New defconst.
13057 (image-type-from-data): Simplify loop.
13058 (image-type-from-buffer): New defun.
13059 (image-type-from-file-header): Use it instead of image-type-from-data.
13060 Use image-search-load-path instead of only looking in data-directory.
13061 (image-type-from-file-name): New defun.
13062 (image-search-load-path): Change `pathname' to `filename'.
13063 Make PATH arg optional, default to image-load-path.
13064
13065 2005-10-21 Richard M. Stallman <rms@gnu.org>
13066
13067 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13068
13069 * textmodes/paragraphs.el (sentence-end-base): New variable.
13070 (sentence-end): Use sentence-end-base.
13071
13072 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13075 property independently from the font-lock-multiline variable.
13076
13077 2005-10-21 Richard M. Stallman <rms@gnu.org>
13078
13079 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13080
13081 * startup.el (command-line): Convert library names
13082 in `load-history' to absolute file names.
13083
13084 * subr.el (symbol-file): Doc fix.
13085
13086 * loadhist.el (file-loadhist-lookup): Call locate-library
13087 instead of find-library-name. Don't try converting
13088 abs file names to library names, since load-history no longer
13089 has library names in it.
13090 (file-dependents, file-provides, file-requires): Doc fixes.
13091
13092 2005-10-21 Juri Linkov <juri@jurta.org>
13093
13094 * progmodes/etags.el (tags-table-mode): New function.
13095 (tags-verify-table): Replace initialize-new-tags-table with
13096 tags-table-mode.
13097
13098 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13099 default value.
13100 (desktop-modes-not-to-save): Add tags-table-mode to the
13101 default value.
13102
13103 * info.el (Info-index-next): Add total number of index
13104 alternatives to the message.
13105
13106 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13107 backward only space (instead of space and period) before looking
13108 at sentence end.
13109
13110 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13111 Add the old variable value as 4th default-value arg of read-string.
13112
13113 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13114
13115 * cus-face.el (custom-declare-face): Make face from X resources
13116 also on Mac.
13117
13118 * disp-table.el (standard-display-g1, standard-display-graphic):
13119 Refuse to use string glyphs also on Mac.
13120 (standard-display-european): Don't set terminal coding system also
13121 on Mac.
13122
13123 * frame.el (display-screens): Use x-display-screens also on Mac.
13124
13125 2005-10-21 Romain Francoise <romain@orebokech.com>
13126
13127 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13128
13129 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13132 and $? into sexps.
13133
13134 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13135 warning face on open-paren-in-column-0.
13136
13137 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13138 boundary case. Fix typo.
13139 Suggested by Martin Rudalics <rudalics@gmx.at>.
13140
13141 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13142
13143 * textmodes/org.el (org-combined-agenda-icalendar-file)
13144 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13145 (org-export-icalendar-this-file)
13146 (org-export-icalendar-all-agenda-files)
13147 (org-export-icalendar-combine-agenda-files): New commands.
13148 (org-export-icalendar, org-print-icalendar-entries)
13149 (org-start-icalendar-file, org-finish-icalendar-file)
13150 (org-ical-ts-to-string): New functions.
13151 (org-read-date, org-goto-calendar)
13152 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13153 call to `calendar'.
13154 (orgtbl-setup): Remove the :keys arguments from the menu description.
13155 (org-after-save-iCalendar-file-hook): New variable.
13156
13157 2005-10-21 Kenichi Handa <handa@m17n.org>
13158
13159 * language/vietnamese.el (tcvn-5712): Make it an alias of
13160 vietnamese-tcvn coding-system.
13161
13162 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13163
13164 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13165 group id is given.
13166
13167 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13170 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13171 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13172 whose line is either continued or ends with a comment.
13173
13174 2005-10-20 Romain Francoise <romain@orebokech.com>
13175
13176 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13177
13178 * replace.el (occur-engine): Add follow-link property.
13179
13180 * font-core.el (font-lock-mode): Doc fix.
13181
13182 2005-10-20 Richard M. Stallman <rms@gnu.org>
13183
13184 * net/rcirc.el: New file.
13185
13186 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13187
13188 * term.el (term-term-name): Initialize to "eterm-color".
13189
13190 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13191
13192 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13193 for encryption functionality.
13194 Move allout customization subgroup from `editing' to `outlines' group.
13195 Fix commentary keywords to legitimate ones.
13196 Update author info (using my current email address, obscurified).
13197 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13198 (allout-encrypted-topic-p, allout-encrypted-text-type)
13199 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13200 (allout-situate-encryption-key-verifier)
13201 (allout-get-encryption-key-verifier, allout-verify-key)
13202 (allout-next-topic-pending-encryption)
13203 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13204 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13205 (outline-key-verifier-handling, outline-key-hint-handling)
13206 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13207 (allout-file-key-verifier-string, allout-encryption-scheme)
13208 (allout-key-verifier-string, allout-key-hint-string)
13209 (allout-after-save-decrypt): New variables.
13210 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13211 (allout-after-saves-handler): New hook functions.
13212 (allout-post-command-business): Do allout-after-save-decrypt.
13213 (allout-enable-file-variable-adjustment): Custom var to enable
13214 mechanism for adding and adjusting settings of Emacs file variables.
13215 (allout-adjust-file-variable, allout-file-vars-section-data):
13216 New functions, implement the mechanism.
13217 (outlineify-sticky): Use the file vars mechanism.
13218 (allout-inhibit-protection, allout-during-write-cue)
13219 (allout-override-protect, allout-before-change-protect): Remove.
13220 (allout-flag-region, allout-open-topic): Adjust read-only text.
13221 (allout-open-line-not-read-only): Add to facilitate read-only
13222 text based protection.
13223 (allout-kill-line): Revise to adjust read-only text, clue the
13224 user about the inhibition.
13225 (allout-unprotected): Use unwind-protect.
13226 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13227 topic deeper than the offspring depth of the previous topic -
13228 avoiding confusing "containment discontinuities".
13229 (allout-reindent-bodies): Fix retention of body relative hanging
13230 indent during promotion of collapsed bodies.
13231 (allout-open-topic): Make it easy to open new topic with same
13232 bullet as current topic - topic creation functions provided with
13233 any universal argument provokes now prompt for bullet, defaulting
13234 to the bullet of the previous topic.
13235 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13236 Plain bullet alternates `.' period and `,' comma only. All other
13237 bullets are relegated to special status (but customizable).
13238 (allout-end-of-entry): Rename from allout-end-of-current-entry
13239 since it actually operates w.r.t. most immediately containing
13240 entry, visible or not.
13241 (allout-hide-current-entry, allout-show-current-entry): Use the
13242 revised version.
13243 (allout-old-expose-topic): Solidify deprecation.
13244 (allout-end-of-subtree): Add so we can span concealed as well
13245 as visible topics.
13246 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13247 (allout-end-of-current-heading): Tweak to just respect the first line.
13248 (allout-get-body-text): Add.
13249 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13250 when invoked interactively.
13251 (allout-up-current-level): Use `interactive-p'.
13252 (allout-mode, allout-init): Miscellaneous docstring and
13253 operational refinements, as well as hookups of new encryption stuff.
13254 (allout-beginning-of-current-entry): Now works as advertised.
13255 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13256 (allout-isearch-rectification): Refine condition for isearching.
13257 (allout-isearch-abort, allout-enwrap-isearch)
13258 (allout-flag-region, my-region-active-p): Relocate some macros.
13259 (allout-title): Fallback title is (buffer-name), not
13260 non-existing (current-buffer-name).
13261 (subst-char-in-string): Define if absent (for some XEmacs versions).
13262
13263 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13264
13265 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13266 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13267 (mail-citation-prefix-regexp, mail-signature-file)
13268 (mail-default-headers, mail-bury-selects-summary)
13269 (mail-send-nonascii): Add autoload cookies.
13270
13271 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13272
13273 * frame.el (blink-cursor-mode): Add `mac' to the list of
13274 window-system's that support blinking cursor.
13275
13276 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13277
13278 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13279
13280 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13281
13282 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13283 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13284 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13285
13286 2005-10-20 Kim F. Storm <storm@cua.dk>
13287
13288 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13289 (ido-set-current-directory): Don't add / after final @.
13290 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13291 Explicitly handle ange-ftp completion oddities.
13292 (ido-make-file-list): Don't rotate list at tramp root to avoid
13293 triggering tramp file handler for expand-file-name via get-file-buffer.
13294
13295 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13298
13299 2005-10-19 Jay Belanger <belanger@truman.edu>
13300
13301 * calc/calc-units.el (math-standard-units): Add units, adjust
13302 symbols and update values.
13303 (math-unit-prefixes): Add more prefixes.
13304
13305 2005-10-19 Romain Francoise <romain@orebokech.com>
13306
13307 * bookmark.el (bookmark-menu-heading): New face.
13308 (bookmark-bmenu-list): Use it.
13309 Don't fiddle with `baud-rate' at top-level.
13310
13311 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * image.el (create-image, find-image): Mention max-image-size in
13314 docstring.
13315
13316 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * savehist.el (savehist-load): Revert to checking XEmacs.
13319
13320 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13321 Various docstring and line-width fixups.
13322 (conf-mode): Use cond.
13323 Set font-lock-defaults. Don't set comment-use-syntax.
13324
13325 2005-10-18 David Ponce <david@dponce.com>
13326
13327 * tree-widget.el (tree-widget-button-click): New function.
13328 (tree-widget-button-keymap): Use it.
13329
13330 2005-10-18 Romain Francoise <romain@orebokech.com>
13331
13332 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13333 (bookmark-bmenu-hide-filenames): Add follow-link property.
13334 Improve help-echo text.
13335
13336 * ffap.el (find-file-at-point): Doc fix.
13337
13338 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13339
13340 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13341
13342 2005-10-18 Masatake YAMATO <jet@gyve.org>
13343
13344 Install to the CVS repository what I forgot to install in my
13345 2005-10-16 changes.
13346
13347 * progmodes/python.el (python-complete-symbol): Pass the common
13348 prefix substring of completion to `display-completion-list'.
13349
13350 * textmodes/org.el (org-complete): Ditto.
13351
13352 2005-10-18 Masatake YAMATO <jet@gyve.org>
13353
13354 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13355
13356 * woman.el (WoMan-xref-man-page): New button type derived
13357 from `Man-abstract-xref-man-page'.
13358 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13359
13360 * man.el (Man-abstract-xref-man-page): New button type.
13361 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13362 (Man-highlight-references): Add new optional argument `xref-man-type'.
13363
13364 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13365
13366 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13367
13368 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * cus-edit.el (Custom-move-and-invoke): Delete.
13371 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13372
13373 * wid-edit.el (widget-move-and-invoke): New function, from
13374 Custom-move-and-invoke.
13375
13376 2005-10-17 Bill Wohler <wohler@newt.com>
13377
13378 Move all remaining images from lisp/toolbar to etc/images, move
13379 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13380 the low resolution images in their own directory (low-color).
13381
13382 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13383 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13384 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13385 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13386 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13387 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13388 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13389
13390 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13391 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13392 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13393 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13394 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13395 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13396 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13397 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13398 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13399 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13400 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13401 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13402 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13403 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13404 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13405
13406 To conform with convention, replace the underscore (_) in the
13407 following image names with dash (-) or (/) as appropriate.
13408
13409 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13410 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13411 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13412 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13413 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13414 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13415 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13416 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13417 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13418 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13419 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13420 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13421 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13422 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13423 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13424
13425 * info.el (info-tool-bar-map): Replace underscores in image names
13426 with dashes.
13427
13428 * makefile.w32-in (WINS): Remove toolbar.
13429
13430 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13431
13432 * tool-bar.el: Move to lisp from toolbar. Now that
13433 toolbar is empty, it should be deleted when folks run "cvs up -P".
13434
13435 2005-10-18 Jay Belanger <belanger@truman.edu>
13436
13437 * calc/calc-store.el (calc-store-into): Get the proper variable name
13438 to display in message.
13439
13440 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13441
13442 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13443 expressions display in speedbar for all buffers when debugging.
13444 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13445
13446 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13447 (speedbar-insert-button, speedbar-make-button):
13448 Use add-text-properties.
13449 (speedbar-update-localized-contents)
13450 (speedbar-update-directory-contents)
13451 (speedbar-update-special-contents): Use dolist.
13452 (speedbar-buffer-easymenu-definition): Add a menu separator.
13453
13454 2005-10-17 Jason Rumney <jasonr@gnu.org>
13455
13456 * makefile.w32-in: Use $(lisp) consistently.
13457 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13458 for shell specific generation of mh-autoloads.
13459
13460 2005-10-17 Richard M. Stallman <rms@gnu.org>
13461
13462 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13463
13464 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * jit-lock.el (jit-lock-fontify-now):
13467 Move jit-lock-context-unfontify-pos to avoid wasted work.
13468
13469 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13470
13471 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13472 `tramp-completion-mode' for checking if we are in completion mode.
13473 (tramp-completion-handle-file-name-all-completions): Reorder code
13474 in order to complete for file names only in case there are no
13475 method/user/host completions. This is necessary for cooperation
13476 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13477
13478 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13479
13480 * longlines.el (longlines-search-forward)
13481 (longlines-search-backward): Match any number of spaces.
13482
13483 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13484
13485 * diff-mode.el (diff-mode): Doc fix.
13486
13487 2005-10-16 David Reitter <david.reitter@gmail.com>
13488
13489 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13490 as default on darwin and windows systems.
13491
13492 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13493
13494 * arc-mode.el (archive-zip-extract): Doc fix.
13495
13496 2005-10-16 Romain Francoise <romain@orebokech.com>
13497
13498 * mouse.el (mouse-1-click-follows-link): Doc fix.
13499
13500 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * savehist.el: Don't require CL at runtime.
13503 (savehist-xemacs): Remove.
13504 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13505 (savehist-no-conversion): Use (featurep 'xemacs).
13506 (savehist-load): Check existence of start-itimer rather than XEmacs.
13507 Use an idle timer.
13508 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13509 `delete-if-not'.
13510
13511 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13512
13513 * savehist.el: Newer version.
13514 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13515 (savehist-last-checksum, savehist-no-conversion): New vars.
13516 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13517 New functions.
13518 (savehist-load, savehist-save): Use them.
13519 (savehist-delimit): Remove.
13520
13521 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * progmodes/compile.el (compilation-goto-locus): Display the
13524 compilation buffer first and the source buffer second, in case they're
13525 in overlapping frames. Don't raise the compilation frame if it was the
13526 selected window upon entry. Pass the `other-window' arg to
13527 pop-to-buffer.
13528
13529 * info.el (Info-fontify-node): Use dolist.
13530 Change add-text-properties to put-text-property.
13531
13532 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13533
13534 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13535 bound of search.
13536
13537 2005-10-16 Masatake YAMATO <jet@gyve.org>
13538
13539 * dabbrev.el (dabbrev-completion): Pass the common
13540 prefix substring of completion to `display-completion-list'.
13541
13542 * filecache.el (file-cache-minibuffer-complete)
13543 (file-cache-complete): Ditto.
13544
13545 * tempo.el (tempo-display-completions): Ditto.
13546
13547 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13548
13549 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13550
13551 * eshell/em-hist.el (eshell-list-history): Ditto.
13552
13553 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13554
13555 * mail/mailalias.el (mail-complete): Ditto.
13556
13557 * progmodes/etags.el (complete-tag): Ditto.
13558
13559 * progmodes/make-mode.el (makefile-complete): Ditto.
13560
13561 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13562
13563 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13564
13565 * progmodes/pascal.el (pascal-complete-word)
13566 (pascal-show-completions): Ditto.
13567
13568 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13569
13570 * simple.el (completion-common-substring): New variable.
13571 (completion-setup-function): Use `completion-common-substring'
13572 to put faces.
13573
13574 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13575
13576 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13577 (x-get-selection, mac-select-convert-to-string): Convert from/to
13578 UTF-16 clipboard data as in native byte order, no BOM.
13579
13580 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13581
13582 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13583 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13584 (gud-sentinel): Use speedbar-frame to check for speedbar.
13585
13586 2005-10-15 Richard M. Stallman <rms@gnu.org>
13587
13588 * savehist.el: New file.
13589
13590 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13591
13592 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13593 Fix bug in \bf fontification.
13594
13595 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * pcvs.el (cvs-edit-log-files): New var.
13598 (cvs-mode-edit-log): New arg `file'.
13599 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13600 Instead force the use of the original file and nothing else.
13601 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13602 the cvs-minor-wrap-function is set.
13603 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13604
13605 2005-10-14 Bill Wohler <wohler@newt.com>
13606
13607 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13608 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13609 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13610 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13611 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13612 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13613 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13614 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13615 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13616 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13617 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13618 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13619 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13620 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13621 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13622
13623 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13624 appropriately (for example, gud-break to gud/break).
13625
13626 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13627
13628 * longlines.el (longlinges-search-function)
13629 (longlines-search-forward, longlines-search-backward): New functions.
13630 (longlines-mode): Set isearch-search-fun-function to
13631 longlinges-search-function.
13632
13633 * mouse.el (mouse-drag-region-1): Handle the case where a
13634 double-click event is bound to an arbitrary function.
13635
13636 2005-10-14 David Ponce <david@dponce.com>
13637
13638 * recentf.el (recentf-track-opened-file)
13639 (recentf-track-closed-file, recentf-update-menu)
13640 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13641 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13642 mouse-1-click-follows-link.
13643
13644 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13645
13646 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13647 Gnome file-manager.png. Suggested by
13648 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13649
13650 * toolbar/README: Add diropen.xpm.
13651
13652 2005-10-13 Bill Wohler <wohler@newt.com>
13653
13654 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13655 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13656
13657 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13660 Don't waste the byte-compiler's time on constant data.
13661
13662 2005-10-13 Kenichi Handa <handa@m17n.org>
13663
13664 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13665 byte with `escape-glyph' face.
13666
13667 * international/fontset.el (ccl-encode-unicode-font):
13668 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13669 Handle the case that ucs-mule-to-mule-unicode translates a character to
13670 ASCII (usually for IPA characters).
13671
13672 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13675 Don't hide the underline of titles if font-lock-mode is disabled.
13676
13677 2005-10-12 Bill Wohler <wohler@newt.com>
13678
13679 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13680 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13681 files in MH-E-SRC have been updated.
13682 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13683
13684 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13687 (mixal-mode-syntax-table): Add \n as end-comment.
13688 (mixal-operation-codes-alist): Immediately initialize to full value.
13689 (mixal-add-operation-code): Remove.
13690 (mixal-describe-operation-code): Make the arg non-optional.
13691 Use the interactive spec instead.
13692 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13693 (mixal-font-lock-keywords): Don't highlight comments here any more.
13694 (mixal-font-lock-syntactic-keywords): New var.
13695 (mixal-mode): Use it. Fix comment-start-skip.
13696
13697 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13698
13699 * startup.el (command-line-x-option-alist): -nb => -nbi
13700
13701 2005-10-12 Kim F. Storm <storm@cua.dk>
13702
13703 * startup.el (fancy-splash-default-action): Discard mouse click in
13704 the splash screen window, as it has no sensible meaning in the
13705 next window to be selected. Fixes error reported by Jan D.
13706
13707 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13708
13709 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13710
13711 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13714 Try to fix up minor layout issues like indentation, line break, etc...
13715 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13716 because it doesn't work.
13717 (mixal-operation-codes): Add some more codes.
13718 (mixal-font-lock-keywords): Process comments here.
13719 (mixal-mode): mixasm no longer needs -g option.
13720
13721 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13722
13723 * progmodes/sh-script.el (sh-tmp-file):
13724 Use mktemp -t. Finish support for es and rc shells.
13725
13726 2005-10-11 Jay Belanger <belanger@truman.edu>
13727
13728 * calc/calcalg2.el (calc-integral): With an argument, compute the
13729 definite integral.
13730
13731 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13732
13733 * mouse.el (mouse-drag-region-1): Don't try to catch a
13734 double-click when doing follow-link (it's overridden anyway).
13735
13736 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13739 (autoload-print-form-outbuf): Add docstring.
13740
13741 2005-10-11 Juri Linkov <juri@jurta.org>
13742
13743 * info.el (Info-mode-menu): Delete menu item "Edit".
13744 (Info-mode): Delete description of Info-edit from docstring,
13745 and rearrange descriptions of Info commands in the order
13746 they are documented in the Info manual.
13747
13748 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * calendar/appt.el (appt-check): Use diary-selective-display var.
13751
13752 2005-10-10 Richard M. Stallman <rms@gnu.org>
13753
13754 * net/newsticker.el (newsticker-start, newsticker-show-news):
13755 Add autoload cookies.
13756
13757 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13758
13759 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13760
13761 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13762
13763 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13764
13765 2005-10-10 Jay Belanger <belanger@truman.edu>
13766
13767 * calc/calc-arith.el (math-check-known-scalarp)
13768 (math-check-known-matrixp): Check the values of arguments that are
13769 variables.
13770 (math-check-known-square-matrixp): New function.
13771 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13772 (math-super-types): Add sqmatrix type.
13773
13774 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13775 mode name `square' to `sqmatrix'.
13776
13777 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13778 mode name `square' to `sqmatrix'.
13779
13780 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * progmodes/etags.el (select-tags-table-mode): Don't use
13783 selective-display.
13784 (tags-select-tags-table): Pass `button' to the action function.
13785 (select-tags-table): Place the side-info on button properties rather
13786 than in hidden text. Abbreviate file names.
13787 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13788 (select-tags-table-select): Add `button' argument.
13789 Get side-info from the button property rather than from hidden text.
13790
13791 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13792
13793 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13794 (gud-speedbar-buttons): Preserve point if possible.
13795 (gud-sentinel): Restore previous speedbar display type.
13796
13797 * progmodes/gdb-ui.el (gdba): Improve diagram.
13798 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13799 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13800 Call get-buffer-window once.
13801
13802 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13805 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13806 (pascal-indent-command): Remove unused var `ind'.
13807 (pascal-indent-case): Remove unused var `oldpos'.
13808 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13809 since it's now used as a proper minor mode map.
13810 (pascal-outline): Rename to pascal-outline-mode.
13811 (pascal-outline-mode): Use define-minor-mode.
13812 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13813 selective-display.
13814
13815 2005-10-10 Andreas Schwab <schwab@suse.de>
13816
13817 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13818 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13819
13820 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13821 outside source directory.
13822
13823 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13824
13825 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13826 C-x' as a prefix.
13827 (orgtbl-mode-map): Full keymap instead of sparse, because all
13828 `self-insert-command' keys are redefined in this map.
13829 (org-export-as-html): Specify charset for HTML file, by taking it
13830 from the coding system.
13831
13832 2005-10-10 Kenichi Handa <handa@m17n.org>
13833
13834 * textmodes/flyspell.el (flyspell-check-word-p):
13835 If unread-command-events is non-empty, don't call sit-for.
13836
13837 2005-10-09 Richard M. Stallman <rms@gnu.org>
13838
13839 * font-lock.el (font-lock-syntactic-keywords)
13840 (font-lock-keywords): Doc fixes.
13841
13842 * textmodes/flyspell.el (flyspell-external-point-words):
13843 Simplify logic, and don't try to check for consecutive appearances
13844 of one incorrect word.
13845
13846 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13847
13848 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13849 separator.
13850
13851 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13852 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13853 (gud-expansion-speedbar-buttons): New function.
13854 (gud-speedbar-buttons): Check for gud-comint-buffer.
13855
13856 2005-10-09 Bill Wohler <wohler@newt.com>
13857
13858 * Makefile.in (updates): Add mh-loaddefs dependency.
13859
13860 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13861
13862 * speedbar.el (speedbar-file-key-map): Fix typo.
13863
13864 2005-10-09 Daniel Brockman <daniel@brockman.se>
13865
13866 * cus-start.el (line-spacing): Add custom spec.
13867
13868 2005-10-09 Romain Francoise <romain@orebokech.com>
13869
13870 * textmodes/ispell.el (ispell-check-version): Fix last change.
13871
13872 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13873
13874 * term/x-win.el: Remove -i, --icon-type from comment.
13875
13876 * startup.el (command-line-x-option-alist): Remove options -i,
13877 -itype, --icon-type, added -nb, --no-bitmap-icon
13878
13879 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13880
13881 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13882 instead of :active.
13883
13884 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13885
13886 * textmodes/ispell.el (ispell-check-version):
13887 Ignore hyphen, and all that follows, in aspell's version text.
13888
13889 2005-10-08 Jay Belanger <belanger@truman.edu>
13890
13891 * calc/calc-arith.el (math-known-square-matrixp): New function.
13892 (math-pow-fancy): Check for matrices before distributing exponent
13893 across products.
13894
13895 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13896 fullscreen keypad. Suggested by Luc Teirlinck.
13897 (calc-keypad-show-input): Add space for formatting.
13898
13899 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13900 Add square matrix option.
13901
13902 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13903 of checking calc-matrix-mode when deciding how to expand.
13904
13905 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13906
13907 2005-10-08 Lars Hansen <larsh@soem.dk>
13908
13909 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13910 Add error handling.
13911 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13912
13913 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13914
13915 Sync with Tramp 2.0.51.
13916
13917 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13918 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13919 Insert special handling for `last-coding-system-used', again
13920 it still seems to be necessary (unlike stated before).
13921 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13922 (tramp-password-prompt-regexp): There might be other words before
13923 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13924 (tramp-chunksize): Improve docstring.
13925 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13926 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13927 Christian Joergensen <bugs@razor.dk>.
13928
13929 2005-10-07 Glenn Morris <rgm@gnu.org>
13930
13931 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13932 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13933 precision'.
13934
13935 2005-10-07 Romain Francoise <romain@orebokech.com>
13936
13937 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13938 (ibuffer-do-shell-command-pipe-replace)
13939 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13940 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13941 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13942 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13943 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13944 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13945 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13946 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13947 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13948 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13949 Autoload file sans suffix.
13950
13951 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13952
13953 2005-10-07 David Ponce <david@dponce.com>
13954
13955 * recentf.el (recentf-menu-open-all-flag): New option.
13956 (recentf-digit-shortcut-command-name): New function.
13957 (recentf--shortcuts-keymap): New variable.
13958 (recentf-menu-shortcuts): New variable.
13959 (recentf-make-menu-items): Initialize it. Replace the "More..."
13960 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13961 (recentf-menu-value-shortcut): New function.
13962 (recentf-make-menu-item): Use it. No more in-lined.
13963 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13964 (recentf-open-most-recent-file): Rename from
13965 `recentf-open-file-with-key'. Don't depend on key binding.
13966 (recentf-mode-map): New variable.
13967 (recentf-mode): Use it.
13968
13969 2005-10-06 Bill Wohler <wohler@newt.com>
13970
13971 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13972
13973 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13974 (MH-E-SRC): New. Used by mh-autoloads.
13975 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13976 files in MH-E-SRC have been updated.
13977 (compile, recompile, bootstrap): Depend on mh-autoloads.
13978
13979 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13980
13981 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13982 gud-break and gud-remove icons when the fringe is not available.
13983
13984 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13985 Typo.
13986
13987 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13988
13989 * play/zone.el (zone): Wrap body with save-window-excursion.
13990
13991 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13994 Use the new `list-only' arg to diary-list-entries.
13995
13996 * calendar/diary-lib.el: Use overlays rather than selective-display.
13997 (diary-selective-display): New var.
13998 (diary-header-line-format): Use it.
13999 (diary-list-entries): Add argument `list-only'.
14000 Put the buffer in diary-mode. Don't add \^M at beg and end.
14001 Replace \^M by invisible overlays.
14002 (diary-unhide-everything): Replace \^M by invisible overlays.
14003 (print-diary-entries): Look for overlays rather than \^M.
14004 Add a space to the temp buffer name.
14005 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14006 Put the buffer in diary-mode.
14007 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14008 (diary-anniversary): Make the year arg optional.
14009 (diary-time-regexp): New const.
14010 (diary-font-lock-keywords): Use it to accept a few more time formats.
14011
14012 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14013
14014 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14015
14016 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14017 Fix bug introduced 2005-07-03: Use (car (last ...))
14018 to faithfully reproduce replaced artist-last.
14019 (artist-set-arrow-points-for-poly): Likewise.
14020 Suggested by Johan Bockg\e,Ae\e(Brd.
14021
14022 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14023
14024 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14025 * wid-edit.el (widget):
14026 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14027 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14028
14029 2005-10-06 Kenichi Handa <handa@m17n.org>
14030
14031 * international/mule-cmds.el (set-language-environment):
14032 Fix setting up of case-table for unibyte mode.
14033
14034 * simple.el (what-cursor-position): If the character is displayed
14035 by some `display' text property, show that. Don't use
14036 single-key-description for eight-bit characters in multibyte mode.
14037
14038 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14039
14040 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14041 (gdb-ann3): Set it.
14042 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14043 (gdb-info-frames-custom): Use inverse-video for first five
14044 characters of selected frame only.
14045 (gdb-get-frame-number): Select frame even when point is on frame
14046 number.
14047
14048 2005-10-06 Masatake YAMATO <jet@gyve.org>
14049
14050 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14051 Put `font-lock-function-name-face'.
14052 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14053 and `font-lock-variable-name-face'
14054 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14055 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14056 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14057 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14058 (gdb-local-font-lock-keywords): New font lock keywords definition.
14059 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14060 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14061 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14062
14063 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14064
14065 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14066 (ediff-merge-region-is-non-clash-to-skip): Previously called
14067 ediff-merge-region-is-non-clash.
14068
14069 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14070 Use insert-buffer-substring.
14071
14072 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14073 selecting files to patch. Also bug fixes.
14074
14075 * ediff-util.el (ediff-setup): Bug fix.
14076 (ediff-next-difference): Never skip clashes that differ in white
14077 space only.
14078
14079 * ediff-wind.el (ediff-setup-control-frame)
14080 (ediff-destroy-control-frame): Check the menubar feature.
14081
14082 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14083 (viper-refresh-mode-line): Use make-local-variable to localize
14084 some vars instead of make-variable-buffer-local. Suggested by
14085 Stefan Monnier.
14086
14087 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14088 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14089 Use make-local-variable instead of make-variable-buffer-local.
14090 Suggested by Stefan Monnier.
14091
14092 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14093 (viper-comint-mode-hook): Use make-local-variable on
14094 require-final-newline.
14095 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14096
14097 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14100 also the second char of a comment-start sequence.
14101 (scheme-sexp-comment-syntax-table): New var.
14102 (lambda, define): Set their scheme-doc-string-elt property.
14103 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14104 Use lisp-font-lock-syntactic-face-function now that it properly
14105 handles |...| symbols.
14106 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14107 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14108
14109 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14110 bit from # to |.
14111 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14112
14113 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14114 (lisp-doc-string-elt-property): New var.
14115 (lisp-font-lock-syntactic-face-function): Use it.
14116 Rewrite to recognize docstrings even for forms not at toplevel.
14117
14118 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14119 annotation on the | part of #| rather than on the # part.
14120 (scheme-font-lock-syntactic-face-function): New function, to
14121 distinguish strings from |...| symbols.
14122 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14123 syntax-table so that #|...|# is properly highlighted.
14124
14125 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14126 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14127
14128 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14131 and C-e.
14132
14133 * emacs-lisp/eldoc.el: Move comments into docstrings.
14134 (eldoc-message-commands): Initialize in its declaration.
14135 Add move-beginning-of-line and move-end-of-line.
14136 (eldoc-add-command, eldoc-add-command-completions)
14137 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14138
14139 * outline.el (outline-mark-subtree): Activate the mark.
14140
14141 * calendar/appt.el (appt-time-regexp): New var.
14142 (appt-add, appt-make-list): Use it.
14143 (appt-convert-time): Clean up.
14144
14145 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14146 Don't set any syntax-table property here.
14147 (tex-font-lock-verb): New function. Do it here.
14148 (tex-font-lock-syntactic-keywords): Use it.
14149
14150 2005-10-04 Richard M. Stallman <rms@gnu.org>
14151
14152 * wid-edit.el (widget-file-complete): Get the widget start point
14153 the right way. Default directory to `/' if file has none.
14154
14155 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14156
14157 * textmodes/flyspell.el (flyspell-mode-on):
14158 Call ispell-maybe-find-aspell-dictionaries.
14159
14160 * textmodes/ispell.el (ispell-word, ispell-region):
14161 Call ispell-maybe-find-aspell-dictionaries.
14162 (ispell-accept-buffer-local-defs):
14163 Don't call ispell-maybe-find-aspell-dictionaries
14164
14165 2005-10-04 Richard M. Stallman <rms@gnu.org>
14166
14167 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14168
14169 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14170
14171 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14172 instead of `fboundp' in order to allow for anonymous functions.
14173
14174 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14175
14176 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14177 case the user clicks on the link while another window is selected.
14178 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14179
14180 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14181 functionality.
14182 (dframe-help-echo): Save point in case mouse tracking is off.
14183
14184 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14185
14186 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14187
14188 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14191 not change the global value of those vars.
14192
14193 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14194 make-local-variable which we do not need any more.
14195
14196 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14197
14198 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14199 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14200 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14201 (speedbar-path-line): Define obsolete aliases.
14202 (speedbar-line-directory): Doc fix.
14203
14204 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14205 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14206 instead of speedbar-line-path.
14207
14208 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14209
14210 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14211 to nil if dropping on a window. Handle dropping on a minibuffer window
14212 like dropping on a non-window part of Emacs.
14213
14214 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * net/ange-ftp.el: Use with-current-buffer.
14217 (ange-ftp-insert-directory): Do not follow symlinks any more.
14218
14219 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14220 Remove interactive spec.
14221
14222 2005-10-03 Kim F. Storm <storm@cua.dk>
14223
14224 * ido.el (ido-mode): Use custom-initialize-set.
14225
14226 2005-10-02 Richard M. Stallman <rms@gnu.org>
14227
14228 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14229 Use insert-buffer-substring.
14230
14231 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14232 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14233
14234 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14237 in last change.
14238 (ange-ftp-insert-directory): Fix up the search for the case where
14239 `file' is absolute.
14240
14241 2005-10-02 Romain Francoise <romain@orebokech.com>
14242
14243 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14244
14245 2005-10-02 Andreas Schwab <schwab@suse.de>
14246
14247 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14248 directory component in the session info.
14249
14250 2005-10-01 Richard M. Stallman <rms@gnu.org>
14251
14252 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14253
14254 * simple.el (next-error-internal): New function.
14255
14256 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14257 (compilation-start): Pass new arg to compilation-buffer-name.
14258 (compile-goto-error): Use next-error-internal.
14259
14260 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14261
14262 * speedbar.el: Remove RCS tag.
14263 (speedbar-check-read-only): Handle non-existent files.
14264
14265 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14266
14267 * info.el (Info-speedbar-hierarchy-buttons)
14268 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14269
14270 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14271
14272 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14273 Do not match newline.
14274 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14275 (bibtex-summary): Remove unnecessary save-excursion.
14276 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14277
14278 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14279
14280 * term/mac-win.el: Add charset info for "iso10646-1".
14281 Modify default fontset to use ATSUI-compatible fonts for some charsets
14282 if available.
14283
14284 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14285
14286 * speedbar.el: Re-apply arch tag.
14287 (speedbar-version): Rename to version 1.0. Suggested by Eric
14288 M. Ludlam.
14289 Reapply two changes from Emacs CVS' version of speedbar lost
14290 during the merge:
14291 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14292 (speedbar-frame-parameters): Improve customize type.
14293
14294 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14297 (ange-ftp-file-directory-p): Fix the symlink case.
14298 (ange-ftp-insert-directory): When listing a single file, get a list of
14299 the parent buffer and extract the relevant line. Inspired from a patch
14300 by Katsumi Yamaoka <yamaoka@jpl.org>.
14301 (ange-ftp-file-name-sans-versions): Simplify.
14302
14303 2005-09-30 Bill Wohler <wohler@newt.com>
14304
14305 Move MH-E image files from toolbar and mail directories into
14306 etc/images.
14307
14308 * mail/reply2.*: Move to etc/images/mail/reply*.
14309
14310 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14311 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14312 etc/images.
14313
14314 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14315 * toolbar/reply*: Move to etc/images/mail.
14316
14317 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14318
14319 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14320
14321 * speedbar.el: New version 1.0pre3.
14322
14323 Frame management code (including timer, and mouse click specifics)
14324 moved to dframe.el:
14325 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14326 (speedbar-timer): Removed. Use dframe-timer.
14327 (speedbar-close-frame): Removed. Use dframe-close-frame.
14328 (speedbar-activity-change-focus-flag): Removed. Use
14329 dframe-activity-change-focus-flag.
14330 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14331 dframe-update-speed.
14332
14333 (speedbar-current-frame): New macro. Use this instead of the
14334 variable speedbar-frame.
14335
14336 (speedbar-use-images, speedbar-expand-image-button-alist)
14337 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14338
14339 (speedbar-find-image-on-load-path): Removed. Replaced by
14340 defezimage in ezimage.el.
14341 (speedbar-expand-image-button-alist): Removed. Replaced by
14342 ezimage-expand-image-button-alist in ezimage.el.
14343
14344 (speedbar-ignored-directory-regexp)
14345 (speedbar-add-ignored-directory-regexp)
14346 (speedbar-ignored-directory-expressions)
14347 (speedbar-line-directory, speedbar-buffers-line-directory)
14348 (speedbar-directory-line, speedbar-buffers-line-directory):
14349 Renamed, replacing `path' with `directory'.
14350
14351 (speedbar-create-directory, speedbar-expand-line-descendants)
14352 (speedbar-toggle-line-expansion)
14353 (speedbar-contract-line-descendants): New commands.
14354
14355 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14356 (speedbar-use-tool-tips-flag): New options.
14357
14358 (speedbar-check-read-only, speedbar-require-version)
14359 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14360 (speedbar-handle-delete-frame, speedbar-try-completion)
14361 (speedbar-update-localized-contents): New functions.
14362
14363 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14364 (speedbar-object-read-only-indicator): New variables.
14365
14366 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14367 New hooks.
14368
14369 (speedbar-separator-face): New face.
14370
14371 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14372 (speedbar-ignored-modes): Add fundamental-mode.
14373 (speedbar-directory-unshown-regexp): Add . directories.
14374
14375 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14376 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14377 `]' for full expand/close.
14378 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14379
14380 (speedbar-check-vc): Support hidden files.
14381 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14382 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14383 state is nil, it is not checked out.
14384
14385 (speedbar-line-text, speedbar-line-token): Support expand buttons
14386 with no text.
14387 (speedbar-refresh): Universal argument acts as power-click.
14388 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14389 that buffer to get variable values.
14390
14391 And many other bugfixes.
14392
14393 * dframe.el, ezimage.el, sb-image.el: New files.
14394
14395 * sb-*.xpm: Remove files. New image files installed into
14396 etc/images/ezimage.
14397
14398 2005-09-30 Kenichi Handa <handa@m17n.org>
14399
14400 * ps-mule.el (ps-mule-show-warning): If a character is in
14401 ps-print-translation-table, don't treat it as non-printable.
14402
14403 2005-09-30 David Ponce <david@dponce.com>
14404
14405 * tree-widget.el (tree-widget-themes-load-path): New variable.
14406 (tree-widget-themes-directory): Doc fix.
14407 (tree-widget-image-formats) [Emacs]: Doc fix.
14408 (tree-widget--locate-sub-directory): New function.
14409 (tree-widget-themes-directory): Use it.
14410
14411 * recentf.el (recentf-filename-handlers): Rename from
14412 `recentf-filename-handler'. Allow a list of functions.
14413 (recentf-menu-items-for-commands): Fix :help strings.
14414 (recentf-apply-filename-handlers): New function.
14415 (recentf-expand-file-name): Use it.
14416 (recentf-cleanup): Remove duplicates too.
14417
14418 2005-09-29 Juri Linkov <juri@jurta.org>
14419
14420 * faces.el: Rearrange face definitions to be in the same order as
14421 their face descriptions in "(emacs)Standard Faces".
14422
14423 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14424
14425 * tooltip.el (tooltip): Add group `basic-faces'.
14426
14427 * buff-menu.el (Buffer-menu-buffer): Remove group
14428 `font-lock-highlighting-faces'.
14429
14430 * progmodes/compile.el (compilation-error, compilation-warning)
14431 (compilation-info, compilation-line-number, compilation-column-number):
14432 Change group from `font-lock-highlighting-faces' to `compilation'.
14433
14434 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14435 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14436 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14437 (vhdl-font-lock-reserved-words-face)
14438 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14439 `font-lock-highlighting-faces'.
14440
14441 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14442
14443 2005-09-28 Kim F. Storm <storm@cua.dk>
14444
14445 * emulation/cua-base.el: Set CUA move property on additional commands:
14446 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14447 forward-sexp, backward-sexp, forward-list, backward-list.
14448
14449 2005-09-28 Romain Francoise <romain@orebokech.com>
14450
14451 * comint.el (comint-show-output): Really set point at the
14452 beginning of the output when not using `comint-use-prompt-regexp'.
14453
14454 2005-09-27 Jay Belanger <belanger@truman.edu>
14455
14456 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14457 in TeX mode.
14458
14459 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * textmodes/org.el (org-table-sum): Fix format string.
14462
14463 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14464 Quote face names.
14465
14466 2005-09-26 Romain Francoise <romain@orebokech.com>
14467
14468 * isearch.el (isearch-forward-regexp): Close doc string.
14469
14470 2005-09-25 Richard M. Stallman <rms@gnu.org>
14471
14472 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14473
14474 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14475
14476 * progmodes/compile.el (compilation-error-properties):
14477 When getting the file from the previous error message,
14478 correctly decode the new data format.
14479
14480 * progmodes/cc-cmds.el (c-electric-paren):
14481 Call old-blink-paren only for close-paren.
14482
14483 2005-09-24 Andreas Schwab <schwab@suse.de>
14484
14485 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14486 condition.
14487
14488 2005-09-25 Romain Francoise <romain@orebokech.com>
14489
14490 * dired-aux.el (dired-copy-file-recursive):
14491 * dired.el (dired-delete-file):
14492 * ediff-mult.el (ediff-dir-diff-copy-file):
14493 * ediff-util.el (ediff-test-save-region):
14494 * forms.el (forms-mode):
14495 * ido.el (ido-file-internal, ido-delete-file-at-head):
14496 * log-edit.el (log-edit-done):
14497 * ses.el (ses-yank-resize):
14498 * play/gomoku.el (gomoku-human-plays, gomoku)
14499 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14500 (gomoku-offer-a-draw):
14501 * play/landmark.el (lm-human-resigns, lm):
14502 * net/eudcb-ldap.el (eudc-ldap-check-base):
14503 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14504 * progmodes/ebrowse.el (ebrowse-find-pattern):
14505 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14506 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14507 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14508
14509 * vc.el (vc-delete-file):
14510 * play/gomoku.el (gomoku-terminate-game, gomoku)
14511 (gomoku-prompt-for-move, gomoku-human-takes-back):
14512 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14513 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14514
14515 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14516
14517 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14518 color rxvt terminals by using the code xterm.el used to use before
14519 2005-04-09 in order to match the colors used by rxvt.
14520
14521 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14522
14523 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14524 colors rxvt-unicode terminals by using the same code as xterm.el.
14525
14526 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14529 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14530 new symbol used for the tex-verbatim face.
14531
14532 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14533
14534 * woman.el (woman-file-name):
14535 * wid-edit.el (widget-file-prompt-value)
14536 (widget-coding-system-prompt-value):
14537 * w32-fns.el (set-w32-system-coding-system):
14538 * vc.el (vc-version-diff, vc-annotate):
14539 * textmodes/reftex-auc.el (reftex-arg-cite)
14540 (reftex-arg-index-tag):
14541 * textmodes/refer.el (refer-get-bib-files):
14542 * textmodes/artist.el (artist-figlet-choose-font):
14543 * terminal.el (terminal-emulator):
14544 * replace.el (occur-read-primary-args):
14545 * rect.el (string-rectangle, string-insert-rectangle):
14546 * ps-print.el (ps-print-preprint):
14547 * progmodes/pascal.el (pascal-goto-defun):
14548 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14549 * progmodes/compile.el (compilation-find-file):
14550 * printing.el (pr-interactive-n-up):
14551 * play/animate.el (animate-birthday-present):
14552 * net/rcompile.el (remote-compile):
14553 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14554 * mail/rmailsum.el (rmail-summary-search-backward)
14555 (rmail-summary-search):
14556 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14557 (rmail-output-read-file-name):
14558 * mail/rmail.el (rmail-search, rmail-search-backwards):
14559 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14560 * locate.el (locate):
14561 * international/quail.el (quail-show-keyboard-layout):
14562 * international/mule.el (set-buffer-file-coding-system)
14563 (revert-buffer-with-coding-system, set-file-name-coding-system)
14564 (set-terminal-coding-system, set-keyboard-coding-system)
14565 (set-next-selection-coding-system):
14566 * international/mule-diag.el (describe-coding-system)
14567 (describe-font, describe-fontset):
14568 * international/mule-cmds.el (universal-coding-system-argument)
14569 (search-unencodable-char, describe-input-method)
14570 (set-language-environment, describe-language-environment):
14571 * international/codepage.el (codepage-setup):
14572 * international/code-pages.el (codepage-setup):
14573 * info.el (Info-search, Info-follow-reference)
14574 (Info-search-backward):
14575 * emacs-lisp/advice.el (ad-read-advised-function)
14576 (ad-read-advice-class, ad-clear-cache, ad-activate)
14577 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14578 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14579 (ad-read-regexp):
14580 * ediff-util.el (ediff-toggle-regexp-match):
14581 * ediff-ptch.el (ediff-prompt-for-patch-file):
14582 * dired-aux.el (dired-diff):
14583 * diff.el (diff):
14584 * cus-edit.el (custom-variable-prompt):
14585 * calendar/timeclock.el (timeclock-ask-for-project):
14586 * calc/calcalg3.el (calc-get-fit-variables):
14587 * calc/calc-store.el (calc-edit-variable)
14588 (calc-permanent-variable):
14589 * vc-mcvs.el (vc-mcvs-register):
14590 * shadowfile.el (shadow-define-literal-group):
14591 * woman.el (woman-file-name):
14592 * vc.el (vc-version-diff, vc-merge):
14593 * textmodes/reftex-index.el (reftex-index-complete-tag):
14594 * format.el (format-decode-buffer, format-decode-region):
14595 * emulation/viper-cmd.el (viper-read-string-with-history):
14596 * emacs-lisp/debug.el (cancel-debug-on-entry):
14597 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14598 * ediff.el (ediff-merge-revisions)
14599 (ediff-merge-revisions-with-ancestor, ediff-revision):
14600 * completion.el (interactive-completion-string-reader):
14601 * calc/calc-prog.el (calc-user-define-formula):
14602 Follow convention for reading with the minibuffer.
14603
14604 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14605
14606 * progmodes/python.el (python-describe-symbol): Add globals() and
14607 locals() to the arguments of emacs.ehelp.
14608
14609 2005-09-24 Magnus Henoch <mange@freemail.hu>
14610
14611 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14612 New function, code extracted from ispell-valid-dictionary-list.
14613 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14614 Call it.
14615
14616 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14617
14618 * subr.el (version-regexp-alist): Extend valid syntax for version
14619 strings: allow any of the characters -,_,+ to separate the
14620 alpha/beta/rc part from the version part. Doc fix.
14621 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14622
14623 2005-09-23 David Reitter <david.reitter@gmail.com>
14624
14625 * mail/mailclient.el: New file.
14626
14627 2005-09-23 Richard M. Stallman <rms@gnu.org>
14628
14629 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14630 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14631 Doc fixes.
14632
14633 * progmodes/cc-mode.el (c-font-lock-init):
14634 Specify font-lock-lines-before.
14635
14636 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14639 whole conflict.
14640
14641 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14642
14643 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14644 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14645 of `remap' feature when available. Additional key bindings for
14646 better tty support.
14647 (org-mode-restart, org-force-self-insert): New commands.
14648 (org-time-stamp-inactive): New command.
14649 (org-remap): New function.
14650 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14651 (org-enable-fixed-width-editor): Move to `org-structure'
14652 customization group.
14653 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14654 blank field after field motion commands.
14655
14656 2005-09-23 Kenichi Handa <handa@m17n.org>
14657
14658 * international/mule-cmds.el (set-language-environment):
14659 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14660 have to call utf-translate-cjk-load-tables.
14661
14662 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14663
14664 * mouse.el (mouse-move-drag-overlay): Fix last change.
14665
14666 2005-09-22 David Ponce <david@dponce.com>
14667
14668 * tree-widget.el (tree-widget-value-create): Fix previous change.
14669
14670 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14671
14672 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14673
14674 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * mouse.el (mouse-move-drag-overlay): New function.
14677 (mouse-drag-region-1): Use it.
14678 Try to simplify a bit the state handling. Handle clicks on links
14679 inside intangible areas.
14680 (mouse-save-then-kill): Minor simplification.
14681 (mouse-secondary-overlay): Make it always non-nil instead of
14682 recreating it each time.
14683 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14684 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14685 Simplify accordingly.
14686
14687 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14688
14689 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14690
14691 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14692
14693 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14694 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14695 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14696 to patch.
14697
14698 * ediff-util.el: Use insert-buffer-substring.
14699
14700 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14701
14702 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14703 field boundaries in the minibuffer.
14704 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14705 (viper-minibuffer-post-command-hook): New hook.
14706 (viper-line): Don't move cursor at bolp.
14707
14708 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14709
14710 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14711 avoid compiler warnings.
14712
14713 * emulation/viper-macs.el (ex-map): Better messages.
14714
14715 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14716
14717 * emulation/viper.el: Replace make-variable-buffer-local with
14718 viper-make-variable-buffer-local everywhere, to avoid warnings.
14719
14720 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14721
14722 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14723 Delete unused var `old-selected-window'.
14724 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14725 (mouse-drag-secondary): Delete unused var `start-frame'.
14726
14727 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14728
14729 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14730
14731 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14734 Re-indent within 80 columns. Use inhibit-read-only.
14735
14736 2005-09-19 Romain Francoise <romain@orebokech.com>
14737
14738 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14739
14740 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14743 unconditionally, since the after-change-function already did it.
14744
14745 2005-09-19 Miles Bader <miles@gnu.org>
14746
14747 * net/newsticker.el: Get rid of CVS keyword.
14748
14749 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14750
14751 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14752 The prompt is formatted later.
14753
14754 2005-09-19 David Ponce <david@dponce.com>
14755
14756 * tree-widget.el (tree-widget-value-create): Save the converted
14757 tree :node widget.
14758
14759 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14760
14761 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14762 variable `message'.
14763
14764 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14765
14766 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14767 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14768 <slawomir.nowaczyk.847@student.lu.se>.
14769
14770 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * image.el (image-load-path): Use symbol `data-directory' instead
14773 of its value, for backward compatibility with packages that bind
14774 it during `find-image'. Suggested by Katsumi Yamaoka.
14775 (image-search-load-path): Handle symbols whose values are strings.
14776
14777 2005-09-18 Romain Francoise <romain@orebokech.com>
14778
14779 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14780 with-current-buffer form in save-excursion.
14781
14782 2005-09-18 Deepak Goel <deego@gnufans.org>
14783
14784 * apropos.el (apropos-command): Fix `message' call: first arg
14785 should be a format spec. In this and all other cases that appear
14786 below and elsewhere in the source code, I made a change only when
14787 two conditions were satisfied: [1] I can think of a possibility
14788 that the arguments would cause an error, for example, the code in
14789 question relies on external variables such as filenames. [2] I
14790 was sure that the arg to `message' could not have been nil in the code.
14791
14792 * textmodes/tildify.el (tildify-region): Ditto.
14793
14794 * textmodes/reftex-index.el (reftex-index-change-entry)
14795 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14796 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14797 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14798 (org-priority, org-table-sum):
14799 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14800 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14801 (flyspell-word, flyspell-display-next-corrections):
14802 * textmodes/bibtex.el (bibtex-print-help-message):
14803 * textmodes/artist.el (artist-key-set-point-poly):
14804 * term/mac-win.el (mac-services-insert-text):
14805 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14806 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14807 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14808 (vhdl-compose-configuration):
14809 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14810 (sh-set-indent, sh-learn-line-indent):
14811 * progmodes/ps-mode.el (ps-mode-target-column):
14812 * progmodes/idlwave.el (idlwave-make-tags)
14813 (idlwave-scan-library-catalogs):
14814 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14815 * progmodes/gud.el (gud-jdb-analyze-source):
14816 * progmodes/flymake.el (flymake-log):
14817 * progmodes/ebnf2ps.el (ebnf-generate-region):
14818 * progmodes/cmacexp.el (c-macro-expansion):
14819 * progmodes/ada-xref.el (ada-treat-cmd-string):
14820 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14821 (ada-justified-indent-current, ada-batch-reformat):
14822 * play/zone.el (zone):
14823 * play/landmark.el (lm-move):
14824 * play/decipher.el (decipher-show-alphabet):
14825 * net/newsticker.el (newsticker--display-jump)
14826 (newsticker--display-scroll):
14827 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14828 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14829 * mail/feedmail.el (feedmail-dump-message-to-queue):
14830 * eshell/esh-proc.el (eshell-remove-process-entry):
14831 * emulation/ws-mode.el (ws-last-error):
14832 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14833 (viper-record-kbd-macro):
14834 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14835 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14836 * emacs-lisp/find-func.el (find-function-noselect):
14837 * calendar/timeclock.el (timeclock-status-string)
14838 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14839 (timeclock-when-to-leave-string):
14840 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14841 * calc/calc-units.el (calc-enter-units-table):
14842 * calc/calc-mode.el (calc-mode-record-mode):
14843 * woman.el (woman-mini-help):
14844 * wdired.el (wdired-change-to-wdired-mode):
14845 * vc.el (vc-retrieve-snapshot):
14846 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14847 * startup.el (display-startup-echo-area-message):
14848 * simple.el (set-goal-column):
14849 * ses.el (ses-command-hook, ses-recalculate-cell):
14850 * server.el (server-process-filter):
14851 * printing.el (pr-interface-txt-print, pr-interface-printify)
14852 (pr-interface-ps):
14853 * pcvs.el (cvs-help):
14854 * log-edit.el (log-edit, log-edit-mode-help):
14855 * iswitchb.el (iswitchb-possible-new-buffer):
14856 * isearch.el (isearch-edit-string):
14857 * image-mode.el (image-mode, image-minor-mode):
14858 * ibuf-macs.el (define-ibuffer-filter):
14859 * hi-lock.el (hi-lock-find-patterns):
14860 * files.el (toggle-read-only):
14861 * ediff-util.el (ediff-copy-diff)
14862 (ediff-write-merge-buffer-and-maybe-kill):
14863 * echistory.el (Electric-history-undefined):
14864 * dnd.el (dnd-insert-text):
14865 * dired-aux.el (dired-query):
14866 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14867 * bookmark.el (bookmark-bmenu-locate):
14868 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14869 Fix `message' calls to ensure first arg is a format string.
14870 The change was made only when these two conditions were satisfied:
14871 [1] when there is a possibility that the arguments would cause an error
14872 for example, if the code in question relies on external variables
14873 such as filenames, and
14874 [2] if the arg to `message' could not have been nil in the code.
14875
14876 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14877 Not having a %s would be weird, though not technically wrong.
14878
14879 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14880
14881 * term/mac-win.el (mac-add-charset-info): Doc fix.
14882
14883 2005-09-17 Romain Francoise <romain@orebokech.com>
14884
14885 * shell.el (shell-resync-dirs): Handle echoing processes more
14886 reliably. Don't insert resync command if `comint-process-echoes'
14887 is non-nil.
14888
14889 2005-09-17 Magnus Henoch <mange@freemail.hu>
14890
14891 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14892 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14893 aspell versions >= 0.60.
14894 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14895 only if ispell-aspell-supports-utf8 is non-nil.
14896
14897 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14898
14899 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14900 buffer-local value to lisp-indent-function.
14901
14902 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14903
14904 * progmodes/glasses.el (glasses-make-readable): If
14905 glasses-separator differs from underscore, put appropriate
14906 overlays over underscore characters.
14907 (glasses-convert-to-unreadable): If glasses-separator differs from
14908 underscore, try to convert glasses-separator characters to
14909 underscores.
14910
14911 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14914 Use with-syntax-table and dolist.
14915
14916 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14917
14918 * textmodes/reftex-auc.el:
14919 * textmodes/reftex-cite.el:
14920 * textmodes/reftex-dcr.el:
14921 * textmodes/reftex-global.el:
14922 * textmodes/reftex-parse.el:
14923 * textmodes/reftex-ref.el:
14924 * textmodes/reftex-sel.el:
14925 * textmodes/reftex-toc.el:
14926 * textmodes/reftex-vars.el:
14927 * textmodes/reftex.el: Small changes to remove compiler warnings.
14928
14929 * textmodes/reftex-index.el: Likewise.
14930 (reftex-query-index-phrase): More efficient use of markers.
14931
14932 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14933
14934 * image.el (image-load-path): New variable.
14935 (image-search-load-path): New function.
14936 (find-image): Search for images in `image-load-path'.
14937
14938 2005-09-15 Richard M. Stallman <rms@gnu.org>
14939
14940 * follow.el: Change Maintainer field.
14941
14942 2005-09-15 David Ponce <david@dponce.com>
14943
14944 * recentf.el (recentf-save-file-modes): New option.
14945 (recentf-save-list): Use it.
14946
14947 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14948
14949 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14950 (mode-line-mule-info, mode-line-modified): Move bindings from
14951 mouse-3 to mouse-1.
14952
14953 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14954
14955 * simple.el (sendmail-user-agent-compose): Revert last change.
14956
14957 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14960 Use with-current-buffer.
14961 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14962 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14963 (ange-ftp-insert-directory): Remove unused var `short'.
14964 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14965
14966 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14967 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14968
14969 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14970 (check-calendar-holidays, diary-list-entries): Autoload.
14971 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14972 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14973
14974 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14975 which mistakenly removed a call to display-buffer.
14976
14977 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14978
14979 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14980
14981 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14982
14983 * progmodes/hideshow.el
14984 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14985 (hs-allow-nesting): New user var.
14986 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14987 (hs-hide-block-at-point): When nesting allowed,
14988 if there is already an overlay in place, delete it.
14989 (hs-safety-is-job-n): Delete func; remove call sites.
14990 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14991 (hs-overlay-at): New func.
14992 (hs-already-hidden-p, hs-show-block): Use it.
14993 (hs-hide-all): Don't pre-clean if nesting allowed.
14994 (hs-show-all): Temporarily disallow
14995 nesting around call to `hs-discard-overlays'.
14996
14997 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14998
14999 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15000 Delete unused local var.
15001
15002 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15003
15004 * help-fns.el (describe-categories): "?\ " -> "?\s".
15005 (help-do-arg-highlight): Recognize also ARG-n, as in
15006 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15007
15008 * international/codepage.el (dos-unsupported-char-glyph):
15009 * net/newsticker.el (tool-bar-map, w3-mode-map)
15010 (w3m-minor-mode-map):
15011 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15012 (ent-alist):
15013 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15014
15015 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15016
15017 * custom.el (custom-push-theme): Handle the case where a symbol is
15018 bound but face properties have not yet been assigned.
15019
15020 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15021 Fix behavior if noerase is `t' and there is no mail buffer.
15022
15023 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15024 if `continue' is nil, rather than signal an error.
15025
15026 2005-09-12 Richard M. Stallman <rms@gnu.org>
15027
15028 * font-lock.el (font-lock-keywords): Add autoload.
15029
15030 * help-fns.el (describe-variable): Rearrange to put source link
15031 in a predictable place.
15032
15033 * net/newsticker.el: New file.
15034
15035 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15038 (calendar-basic-setup): Use the new nil arg.
15039 (number-of-diary-entries): Move to diary-lib.el.
15040
15041 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15042 (diary-list-entries): Use with-syntax-table and dolist.
15043 Rename from list-diary-entries.
15044 Use number-of-diary-entries if `number' is nil.
15045 (diary, diary-view-entries): Use this new name and new nil arg value.
15046 (number-of-diary-entries): Move from calendar.el.
15047 (diary-unhide-everything): New function.
15048 (include-other-diary-files, fancy-diary-display)
15049 (diary-show-all-entries, make-diary-entry): Use it.
15050 (diary-mail-entries): Use buffer-string.
15051 (mark-diary-entries): Fix long standing paren typo.
15052 (diary-sexp-entry): Use count-lines.
15053 (make-diary-entry): Avoid `previous-line'.
15054 (diary-mode-map): New var.
15055 (diary-mode): Redraw cal after saving. Setup header-line.
15056 (fancy-diary-display-mode): Use local-set-key.
15057
15058 * startup.el (command-line): Try calling various terminal-init-foo-bar
15059 functions by stripping hyphenated suffixes from $TERM.
15060
15061 * files.el (normal-mode): Check boundness of font-lock-keywords.
15062
15063 2005-09-12 Richard M. Stallman <rms@gnu.org>
15064
15065 * progmodes/compile.el: Don't decide a file's directory
15066 until the user actually tries to go there.
15067 (compilation-next-error-function):
15068 Pass compilation-find-file the directory from the file-struct.
15069 (compilation-internal-error-properties): Separate local FILE-STRUCT
15070 from FILE. Doc the args better. Rename arg FMT to FMTS.
15071 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15072 Expand it, and if nil, use default-directory.
15073 (compilation-get-file-structure): Don't mix specified directory
15074 with default directory. Put specified directory into
15075 file-struct. Don't make the file name absolute.
15076
15077 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15078 (compile-command): Add autoload.
15079 (compilation-disable-input): Add autoload.
15080
15081 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15082
15083 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15084 strings of the variables it can override.
15085 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15086 %Q and %q, for fully-qualified domain name and unqualified host name.
15087
15088 2005-09-11 Kim F. Storm <storm@cua.dk>
15089
15090 * emacs-lisp/authors.el (authors-aliases): Update list.
15091 (authors-fixed-entries): Update mldrag.el entry.
15092
15093 2005-09-10 Alan Mackenzie <acm@muc.de>
15094
15095 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15096 from the region narrowed to.
15097
15098 2005-09-10 Magnus Henoch <mange@freemail.hu>
15099
15100 * textmodes/ispell.el (ispell-check-version): Signal an error if
15101 aspell version is less than 0.60.
15102
15103 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15104
15105 * progmodes/octave-inf.el (inferior-octave-startup):
15106 Resync current dir at the end.
15107
15108 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15109
15110 * woman.el (woman-topic-at-point-default):
15111 Rename to woman-use-topic-at-point-default.
15112 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15113 (woman-file-name): Reflect renames above. Automatically use the
15114 word at point as topic if woman-use-topic-at-point is non-nil.
15115 Otherwise offer it as default but don't insert it in the
15116 minibuffer. Also use `test-completion' instead of `assoc' as
15117 suggested by Stefan Monnier.
15118
15119 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15120
15121 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15122 the attempt to do it over Tramp. This is not yet supported.
15123
15124 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15125
15126 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15127 (menu-bar-non-minibuffer-window-p): New functions.
15128 ("Split Window", "Save As..."): Use them.
15129 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15130 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15131 Use menu-bar-menu-frame-live-and-visible-p.
15132 ("Save Buffer", "Insert File", "Open Directory...")
15133 ("Open File...", "Visit New File..."):
15134 Use menu-bar-non-minibuffer-window-p.
15135 (kill-this-buffer-enabled-p, dired <menu-enable>):
15136 Use menu-bar-non-minibuffer-window-p.
15137
15138 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15139
15140 * cus-start.el (all): Don't complain about fringe-related
15141 built-ins if fringes are not supported. Ditto about
15142 selection-related built-ins. Fix the test for GTK-related built-ins.
15143
15144 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15145 ("Postscript Print Buffer", "Print Region", "Save As...")
15146 ("Save", "Insert File...", "Open Directory...")
15147 ("Open File...", "Visit New File..."")
15148 ("Truncate Long Lines in this Buffer"): Don't look at
15149 menu-updating-frame if this display does not support multiple frames.
15150
15151 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15152
15153 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15154
15155 2005-09-09 Emilio Lopes <eclig@gmx.net>
15156
15157 * woman.el: Format- and whitespace-related changes.
15158
15159 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15160
15161 * woman.el: Fix my email address.
15162
15163 2005-09-08 Richard M. Stallman <rms@gnu.org>
15164
15165 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15166 (sh-mode): Locally set skeleton-pair-default-alist.
15167
15168 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15169
15170 * progmodes/flymake.el: Require `compile' unconditionally.
15171
15172 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15173
15174 * woman.el (woman-file-name): Provide a default, not initial input.
15175
15176 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15177
15178 * font-lock.el (font-lock-support-mode): Doc fix.
15179
15180 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15181
15182 2005-09-08 Richard M. Stallman <rms@gnu.org>
15183
15184 * simple.el (blink-matching-open): Get rid of text props from
15185 the string shown in echo area. Don't permanently set point.
15186 Some rearrangements.
15187
15188 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15189
15190 * recentf.el (recentf-filename-handler): Add custom choice
15191 `abbreviate-file-name'.
15192
15193 * msb.el (msb--very-many-menus): Fix typo.
15194
15195 * disp-table.el (standard-display-european): Don't set
15196 enable-multibyte-characters to nil.
15197
15198 2005-09-08 David Ponce <david@dponce.com>
15199
15200 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15201 (recentf-expand-file-name): Doc fix.
15202 (recentf-dialog-mode-map): Define digit shortcuts.
15203 (recentf--files-with-key): New variable.
15204 (recentf-show-digit-shortcut-filter): New function.
15205 (recentf-open-files-items): New function.
15206 (recentf-open-files): Use it.
15207 (recentf-open-file-with-key): New command.
15208
15209 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15210
15211 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15212 Suggested by Kim F. Storm.
15213 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15214 (Buffer-menu-make-sort-button): Use global keymap.
15215
15216 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15217
15218 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15219 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15220 necessary any longer with the remapped command.
15221 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15222 formatting time only.
15223
15224 * net/tramp.el (tramp-action-password)
15225 (tramp-multi-action-password): Compile the password prompt from
15226 `method', `user' and `host'. Sometimes it isn't obvious which
15227 password to enter, for example with remote files offered by
15228 recentf.el, or with multiple steps. Suggested by Robert Marshall
15229 <robert@chezmarshall.freeserve.co.uk>.
15230
15231 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15234 Fix regexp for when "s///" is at the beginning of line.
15235
15236 2005-09-07 Jay Belanger <belanger@truman.edu>
15237
15238 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15239 when in matrix mode.
15240
15241 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15244 non-anonymous functions.
15245
15246 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15247
15248 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15249 when using a header line. Otherwise, use mouse-1-click-follows-link.
15250
15251 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15252 can't be moved; don't signal an error.
15253
15254 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15255
15256 * cus-theme.el (custom-theme-write-faces): Save the current face
15257 spec, not the defface spec.
15258
15259 * custom.el (custom-known-themes): Clarify meaning of "standard".
15260 (custom-push-theme): Save old values in the standard theme.
15261 (disable-theme): Correct typo.
15262 (custom-face-theme-value) Deleted unused function.
15263 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15264
15265 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15266
15267 * progmodes/compile.el (compilation-goto-locus): Take into account
15268 iconified frames when determining whether the buffer is
15269 already visible.
15270 Don't reset window height if the window already existed.
15271
15272 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15273
15274 * custom.el (load-theme): Rename from require-theme.
15275 Add interactive spec.
15276 (enable-theme): Rename from custom-enable-theme.
15277 Add interactive spec.
15278 (disable-theme): Rename from custom-disable-theme.
15279 Add interactive spec.
15280 (custom-make-theme-feature): Doc fix.
15281 (custom-theme-directory): Doc fix.
15282 (provide-theme): Call enable-theme.
15283
15284 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * obsolete/lazy-lock.el (lazy-lock-mode):
15287 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15288 font-lock-mode if it's off. Print a warning instead.
15289
15290 * progmodes/compile.el (compilation-start): Ignore errors if the
15291 process died before we get to send-eof.
15292
15293 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15294 Undo last change. Enclosing the result in quotes broke things on Unix
15295 since tex-send-command passes it through shell-quote-argument.
15296 (tex-send-command): Pass `file' through convert-standard-filename
15297 when possible.
15298 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15299 info in a transcript.
15300
15301 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15302
15303 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15304 fix compilation warning. Reorder the key definitions to group
15305 together keys emitted by the current version of xterm.
15306
15307 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15308 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15309 Reorder predicates to correct min-color usage.
15310
15311 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15312
15313 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15314 Kill local variables when longlines-mode is turned off.
15315
15316 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15319
15320 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15321
15322 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15323
15324 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15325 (font-lock-lines-before): Change default to being inactive.
15326 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15327 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15328
15329 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15330
15331 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15332 Deactivate temporarily advice if active (not needed for Emacs 22,
15333 but for backwards compatibility).
15334 (tramp-exists-file-name-handler): Rewrite. First implementation
15335 was too simple.
15336 (tramp-advice-make-auto-save-file-name):
15337 Call `tramp-handle-make-auto-save-file-name' (again, just for
15338 backwards compatibility).
15339
15340 2005-08-31 Reto Zimmermann <reto@gnu.org>
15341
15342 * progmodes/vhdl-mode.el
15343 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15344 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15345 (vhdl-set-default-project): New function (easier setting of default).
15346 (vhdl-port-copy): Handle extended identifiers for generics.
15347 (vhdl-compiler-alist): Better description for error message regexp.
15348 (vhdl-make): Query for target, use previous as default.
15349 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15350 (vhdl-font-lock-keywords-2): Fix fontification for record
15351 el. assign.
15352 (vhdl-speedbar-make-subpack-line): Add package body link.
15353 (vhdl-generate-makefile-1): Not include itself as dependency.
15354 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15355 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15356 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15357 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15358 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15359 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15360 (vhdl-import-project): Add string argument for `error'.
15361 (vhdl-compose-configuration)
15362 (vhdl-compose-configuration-architecture): Add configuration
15363 declaration generation.
15364 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15365 (vhdl-trailer-re): Add "record" keyword (better indentation).
15366 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15367 "[^ \t-\"]+".
15368 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15369 (vhdl-testbench-entity-file-name)
15370 (vhdl-testbench-architecture-file-name): Allow separate
15371 customization of testbench file names.
15372 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15373 (vhdl-get-visible-signals): Allow newline within alias declaration.
15374 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15375 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15376 (member-ignore-case): Alias for missing function in XEmacs.
15377 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15378 (vhdl-update-sensitivity-list): Ignore case on read signals.
15379 (vhdl-replace-string): Adjust case only for file names.
15380 (vhdl-update-sensitivity-list): Fix search for read signals.
15381 (vhdl-update-sensitivity-list): Exclude formal parameters.
15382 (vhdl-get-visible-signals): Include aliases of signals.
15383 (vhdl-get-visible-signals): Fix signal name searching.
15384 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15385 (vhdl-fixup-whitespace-region): Fix for character
15386 literals (e.g. `:').
15387
15388 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * ansi-color.el (comint-last-output-start):
15391 * bs.el (font-lock-verbose):
15392 * diff-mode.el (add-log-buffer-file-name-function):
15393 * dired-x.el (vm-folder-directory):
15394 * faces.el (help-xref-stack-item):
15395 * files.el (font-lock-keywords):
15396 * find-lisp.el (dired-buffers, dired-subdir-alist):
15397 * ido.el (cua-inhibit-cua-keys):
15398 * log-view.el (cvs-minor-wrap-function):
15399 * outline.el (font-lock-warning-face):
15400 * simple.el (compilation-current-error):
15401 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15402 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15403 * tooltip.el (comint-prompt-regexp):
15404 * w32-fns.el (explicit-shell-file-name):
15405 * term/mac-win.el (mac-charset-info-alist)
15406 (mac-services-selection, mac-system-script-code):
15407 * term/tty-colors.el (msdos-color-values):
15408 * term/w32-win.el (xlfd-regexp-registry-subnum):
15409 * term/x-win.el (x-keysym-table, x-selection-timeout)
15410 (x-session-id, x-session-previous-id):
15411 * textmodes/ispell.el (mail-yank-prefix):
15412 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15413 * textmodes/org.el (calc-embedded-close-formula)
15414 (calc-embedded-open-formula)
15415 (font-lock-unfontify-region-function):
15416 * textmodes/reftex-global.el (isearch-next-buffer-function)
15417 (TeX-master):
15418 * textmodes/reftex.el (font-lock-keywords):
15419 * textmodes/tex-mode.el (font-lock-comment-face)
15420 (font-lock-doc-face):
15421 * textmodes/texinfo.el (outline-heading-alist):
15422 Add defvars.
15423
15424 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15425 (artist-spray-chars, artist-mode-init, artist-replace-string)
15426 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15427 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15428 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15429
15430 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15431 (conf-align-assignments): "?\ " -> "?\s".
15432
15433 * textmodes/reftex-index.el (TeX-master): Add defvar.
15434 (reftex-index-phrases-marker): Move up defvar.
15435
15436 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15437 (reftex-toc-include-labels-indicator)
15438 (reftex-toc-include-index-indicator)
15439 (reftex-toc-max-level-indicator): Move up declarations.
15440
15441 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15442 of args to `tramp-run-real-handler', even if it's empty in this case.
15443
15444 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15445
15446 * dired.el (dired-move-to-filename-regexp): Add date format for
15447 Mac OS X 10.3 in East Asian locales.
15448
15449 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15450
15451 * files.el (make-auto-save-file-name): Add file name handler call
15452 if applicable.
15453
15454 * net/tramp.el (tramp-file-name-handler-alist)
15455 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15456 (tramp-handle-make-auto-save-file-name): Rename from
15457 `tramp-make-auto-save-file-name'.
15458 (tramp-exists-file-name-handler): New defun.
15459 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15460 `make-auto-save-file-name' is not a magic file name operation.
15461
15462 2005-08-30 Richard M. Stallman <rms@gnu.org>
15463
15464 * files.el (risky-local-variable-p):
15465 Match `-predicates' and `-commands.
15466
15467 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15468 (custom-save-all): Visit the file if necessary;
15469 kill the buffer if we created it.
15470 (custom-save-delete): Don't visit file or kill buffer here.
15471
15472 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15473
15474 * textmodes/org.el (org-special-keyword): New face.
15475 (org-table-copy-down, org-table-eval-formula)
15476 (org-table-recalculate, org-init-section-numbers):
15477 Use `string-to-number' instead of `string-to-int'.
15478 (org-get-location): Use `insert-buffer-substring' instead of
15479 `insert-buffer'.
15480 (org-modify-diary-entry-string): New function.
15481 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15482 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15483 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15484 active region.
15485 (org-export-as-html): Handle QUOTE keyword.
15486 (org-quote-string): New option.
15487 (org-bookmark-jump-unhide): New function, used for
15488 `bookmark-after-jump-hook'.
15489 (org-diary-default-entry): Apply only when not called through
15490 `org-agenda'.
15491
15492 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * net/eudc.el (mode-popup-menu):
15495 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15496 * progmodes/ada-mode.el (compile-auto-highlight)
15497 (skeleton-further-elements):
15498 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15499 * progmodes/cmacexp.el (msdos-shells):
15500 * progmodes/compile.el (font-lock-extra-managed-props)
15501 (font-lock-keywords, font-lock-maximum-size)
15502 (font-lock-support-mode):
15503 * progmodes/grep.el (font-lock-lines-before):
15504 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15505 * progmodes/mixal-mode.el (compile-command):
15506 * progmodes/perl-mode.el (font-lock-comment-face)
15507 (font-lock-doc-face, font-lock-string-face):
15508 * progmodes/prolog.el (comint-prompt-regexp):
15509 * progmodes/sh-script.el (font-lock-comment-face)
15510 (font-lock-set-defaults, font-lock-string-face):
15511 * progmodes/sql.el (font-lock-keyword-face)
15512 (font-lock-set-defaults, font-lock-string-face):
15513 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15514 (itimer-version, lazy-lock-defer-contextually)
15515 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15516 Add defvars.
15517
15518 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15519 (cperl-electric-keyword, cperl-electric-pod)
15520 (cperl-electric-backspace, cperl-forward-re)
15521 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15522 (vc-rcs-header, vc-sccs-header): Add defvars.
15523
15524 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15525 (font-lock-syntactic-keywords, gud-find-expr-function):
15526 Add defvars.
15527
15528 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15529 (gdb-frame-parameters): Declare before use.
15530
15531 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15532 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15533 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15534 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15535
15536 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15537 (idlwave-help-with-source): Use `insert-buffer-substring', not
15538 `insert-buffer'.
15539
15540 2005-08-29 Juri Linkov <juri@jurta.org>
15541
15542 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15543 Put outline-back-to-heading function call inside save-excursion.
15544
15545 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15546
15547 * man.el (Man-init-defvars, Man-translate-references)
15548 (Man-support-local-filenames, Man-highlight-references):
15549 * progmodes/sql.el (sql-interactive-mode):
15550 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15551
15552 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15553 (compilation-mode-font-lock-keywords): Add defvars.
15554 (checkdoc-interactive-loop): "?\ " -> "?\s".
15555
15556 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15557 (font-lock-doc-face, font-lock-string-face)
15558 (font-lock-keywords-case-fold-search): Add defvars.
15559 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15560
15561 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15562 Don't pass X and Y (they are ignored anyway).
15563 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15564 (mouse-delete-window): Make arguments optional.
15565
15566 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15567 (caesar-translate-table, minor-modes, news-buffer-save)
15568 (news-group-name, news-minor-modes): Add defvars.
15569
15570 * emacs-lisp/lselect.el (mouse-highlight-priority)
15571 (x-lost-selection-functions, zmacs-regions):
15572 * emacs-lisp/pp.el (font-lock-verbose):
15573 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15574 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15575 (ses-mode-map):
15576 * emacs-lisp/tcover-unsafep.el (safe-functions):
15577 * international/mule-cmds.el (mac-system-coding-system)
15578 (mac-system-locale):
15579 * language/ethio-util.el (rmail-current-message)
15580 (rmail-message-vector):
15581 * language/thai-util.el (thai-auto-composition-mode):
15582 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15583 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15584 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15585 (vm-primary-inbox, vm-spool-files):
15586 * mail/rmail.el (deleted-head, font-lock-fontified)
15587 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15588 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15589 (total-messages):
15590 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15591 (rmail-summary-mode-map):
15592 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15593 (rmail-last-label, rmail-last-multi-labels)
15594 (rmail-summary-vector, rmail-total-messages):
15595 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15596 * mail/rmailsum.el (msgnum):
15597 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15598 (rmail-current-message):
15599 * obsolete/fast-lock.el (font-lock-face-list):
15600 * obsolete/rnewspost.el (mail-reply-buffer):
15601 * obsolete/scribe.el (compile-command):
15602 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15603
15604 2005-08-28 John Paul Wallington <jpw@gnu.org>
15605
15606 * ibuf-ext.el (ibuffer-auto-update-changed):
15607 Use `frame-or-buffer-changed-p' to check whether we need to update.
15608 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15609 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15610 as a `frame-or-buffer-changed-p' state vector instead.
15611
15612 2005-08-27 Romain Francoise <romain@orebokech.com>
15613
15614 * textmodes/makeinfo.el (makeinfo-compile):
15615 Use `compilation-start'. Set `next-error-function' according to
15616 `disable-errors'.
15617 (makeinfo-next-error): New function.
15618 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15619 (makeinfo-buffer): Likewise.
15620
15621 * progmodes/compile.el (compilation-start): Add autoload cookie.
15622
15623 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15624 * textmodes/sgml-mode.el: Likewise.
15625 * progmodes/python.el: Likewise.
15626
15627 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15628
15629 * simple.el (blink-matching-paren-distance): Document the meaning
15630 of nil value, and allow to customize to nil.
15631
15632 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15633 command.com, not command.exe.
15634
15635 2005-08-26 John Wiegley <johnw@newartisans.com>
15636
15637 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15638 code around a bit so that an extraneous nil argument is not added
15639 to a command when no args are given.
15640
15641 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15642 double-quoted argument resolves to nil, return it as an empty
15643 string rather than as nil. This made it impossible to pass "" to
15644 a shell script as a null string argument.
15645
15646 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * outline.el (outline-invent-heading): New fun.
15649 (outline-promote, outline-demote): Use it.
15650 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15651 (outline-end-of-subtree): Remove unused var `opoint'.
15652
15653 2005-08-26 David Reitter <david.reitter@gmail.com>
15654
15655 * menu-bar.el (truncate-lines, write-file, print-buffer)
15656 (ps-print-buffer-faces, ps-print-buffer, split-window):
15657 Disable menu items when the frame they refer to is invisible, or when
15658 they refer to a buffer and the minibuffer is selected.
15659
15660 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15661
15662 * progmodes/flymake.el (flymake-highlight-err-lines):
15663 Use save-excursion around flymake-highlight-line to preserve point.
15664
15665 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15666
15667 * progmodes/octave-mod.el: Change Author and Maintainer address.
15668 (octave-maintainer-address): Change Kurt's email address.
15669 * progmodes/octave-inf.el: Change Author and Maintainer address.
15670 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15671
15672 2005-08-26 Kim F. Storm <storm@cua.dk>
15673
15674 * subr.el (version-list-<, version-list-<=, version-list-=):
15675 Rename from integer-list-*.
15676 (version-list-not-zero): Likewise. Fix while loop.
15677 (version=): Use version-list-= instead of string-equal.
15678
15679 2005-08-26 Richard M. Stallman <rms@gnu.org>
15680
15681 * outline.el (outline-promote): Try shortening the heading.
15682 As last resort, read the heading to use.
15683 (outline-demote): As last resort, read the heading to use.
15684
15685 2005-08-26 Romain Francoise <romain@orebokech.com>
15686
15687 * progmodes/compile.el (compilation-start): Doc fix.
15688
15689 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15690 (antlr-font-lock-additional-keywords): Fix reference to
15691 `antlr-font-lock-literal-regexp' erroneously changed during the
15692 mass face rename.
15693 (antlr-run-tool): Use `compilation-start'.
15694
15695 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15696 instead of the obsolete `compile-internal'.
15697
15698 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15699
15700 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15701 (number, original-date):
15702 * calendar/cal-china.el (date):
15703 * calendar/cal-coptic.el (date):
15704 * calendar/cal-french.el (date):
15705 * calendar/cal-hebrew.el (date, entry, number, original-date):
15706 * calendar/cal-islam.el (date, number, original-date):
15707 * calendar/cal-iso.el (date):
15708 * calendar/cal-julian.el (date):
15709 * calendar/cal-mayan.el (date):
15710 * calendar/cal-menu.el (date, event):
15711 * calendar/cal-persia.el (date):
15712 * calendar/lunar.el (date):
15713 * calendar/solar.el (date): Add defvars.
15714
15715 * emerge.el:
15716 * ibuffer.el:
15717 * info-xref.el:
15718 * obsolete/bg-mouse.el:
15719 * obsolete/sun-curs.el:
15720 * obsolete/swedish.el: Move the `defvar's to the top level.
15721
15722 * smerge-mode.el (smerge-refined-change): Add :group.
15723
15724 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15725
15726 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15727 (smerge-keep-n): Remove props.
15728 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15729 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15730 now that it's done in smerge-keep-n.
15731 (smerge-refined-change): New face.
15732 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15733 (smerge-refine): New funs.
15734 (smerge-basic-map): Bind smerge-refine.
15735
15736 2005-08-25 Juri Linkov <juri@jurta.org>
15737
15738 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15739 compilation-process-setup-function and compilation-disable-input
15740 in grep-mode instead of let-bindings in grep.
15741
15742 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15743 Delete "Automatic File De/compression" (auto-compression-mode).
15744
15745 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15746
15747 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15748 Silence warning about non-existent variable.
15749
15750 2005-08-25 Richard M. Stallman <rms@gnu.org>
15751
15752 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15753 Rename "Describe Key" to "Describe Key or Mouse Operation".
15754
15755 * mail/mailalias.el (build-mail-aliases): Delete comments
15756 from the contents before processing them.
15757
15758 * isearch.el (isearch-edit-string): Erase the Search prompt
15759 if user enters an empty string and there is no default.
15760
15761 * comint.el (comint-file-name-prefix): Add autoload.
15762
15763 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15764
15765 * subr.el (play-sound): Rearrange to avoid warning.
15766
15767 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15768
15769 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15770 New hook.
15771 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15772
15773 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15774
15775 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15776
15777 * custom.el (custom-theme-set-variables): Sort minor modes last.
15778
15779 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15780
15781 * subr.el (version-separator, version-regexp-alist): New vars used by
15782 version comparison funs.
15783 (integer-list-<, integer-list-=, integer-list-<=)
15784 (integer-list-not-zero): New funs for integer list comparison.
15785 (version-to-list, version=, version<, version<=): New funs for version
15786 comparison.
15787
15788 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15789
15790 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15791 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15792 time to silence the byte-compiler.
15793
15794 * ibuffer.el (ibuffer-compile-make-eliding-form)
15795 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15796 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15797 so it's silly to get warnings for it).
15798 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15799 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15800 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15801 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15802 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15803 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15804 Defvar at compile time.
15805 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15806 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15807 Declare them before use.
15808
15809 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15810 (info-xref-good, info-xref-bad): Defvar at compile time.
15811
15812 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15813 Use `let*' instead of `let'.
15814
15815 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15816 (*mouse-y*, menu, char): Defvar at compile time.
15817 (sc::menu): Declare it before use.
15818 (sc::pack-one-line): Use `let', not `let*'.
15819
15820 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15821 (mail-send-hook): Defvar at compile time.
15822
15823 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15824 Defvar at compile time.
15825
15826 * term/sun-mouse.el (current-global-mousemap)
15827 (current-local-mousemap): Declare them before use.
15828
15829 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15830
15831 * bookmark.el (bookmark-after-jump-hook): New hook.
15832 (bookmark-jump): Run `bookmark-after-jump-hook'.
15833
15834 2005-08-23 Juri Linkov <juri@jurta.org>
15835
15836 * faces.el (minibuffer-prompt): Doc fix.
15837
15838 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15839
15840 * progmodes/xscheme.el: Trivial changes to silence warnings.
15841 (xscheme-previous-mode, xscheme-previous-process-state):
15842 Add defvars.
15843 (xscheme-last-input-end, xscheme-process-command-line)
15844 (xscheme-process-name, xscheme-buffer-name)
15845 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15846 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15847 (xscheme-control-g-synchronization-p)
15848 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15849 (default-xscheme-runlight, xscheme-runlight)
15850 (xscheme-runlight-string, xscheme-process-filter-state)
15851 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15852 Move to beginning of file.
15853 (scheme-interaction-mode-commands-alist)
15854 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15855 Declare them before use. Note: the initialization code for the variables
15856 has not been moved because it uses functions that reference the variables.
15857 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15858 (xscheme-prompt-for-expression-map): Declare them before use.
15859 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15860
15861 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15862
15863 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15864
15865 2005-08-22 Juri Linkov <juri@jurta.org>
15866
15867 * faces.el (set-face-underline): Delete this duplicate function
15868 and make an obsolete alias to set-face-underline-p.
15869 (set-face-underline-p): Use docstring of set-face-underline.
15870 (describe-face): Create hyperlink to parent face.
15871
15872 * info.el (Info-insert-dir): Use save-excursion around
15873 insert-buffer-substring.
15874 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15875 (Info-escape-percent): Delete function.
15876 (Info-fontify-node): Replace Info-escape-percent by
15877 replace-regexp-in-string with REP arg set to lambda that
15878 duplicates `%' and preserves text properties.
15879
15880 * progmodes/compile.el (compilation-disable-input): Doc fix.
15881 (define-compilation-mode): Doc fix and refill.
15882 (kill-compilation): Use `mode-name' in the error message.
15883 (compilation-find-file): Use `compilation-error' in the
15884 read-file-name's prompt.
15885
15886 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15887
15888 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15889 (smerge-auto-leave): Make undo re-enable the mode.
15890 (debug-ignored-errors): Add the user-error of impossible resolution.
15891 (smerge-resolve): Move things around a bit, in preparation for later.
15892 (smerge-diff): Don't fail if the buffer has no associated file.
15893 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15894 (smerge-conflict-overlay): New function.
15895 (smerge-match-conflict): Don't add text properties here.
15896 (smerge-find-conflict): Instead, add an overlay here.
15897 Also check for the case where we're inside a conflict already, so as to
15898 obviate the need for font-lock-multiline, which is unbearably slow with
15899 large conflicts and ciomplex font-lock patterns.
15900 (smerge-remove-props): Remove overlay rather than text-properties.
15901 (smerge-mode): Don't set font-lock-multiline.
15902 Remove overlays when turned off.
15903
15904 2005-08-21 Kim F. Storm <storm@cua.dk>
15905
15906 * ido.el (ido-ignore-item-p): Use save-match-data.
15907 Bind case-fold-search to ido-case-fold locally.
15908
15909 2005-08-20 Richard M. Stallman <rms@gnu.org>
15910
15911 * files.el (normal-mode): If font lock is on, turn it off and on.
15912
15913 * subr.el (replace-regexp-in-string): Doc fix.
15914
15915 * startup.el (command-line-1): Don't suppress startup screen
15916 due to existing processes.
15917
15918 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15919
15920 * progmodes/compile.el (compilation-disable-input): Default to nil.
15921
15922 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15923
15924 * progmodes/compile.el (compilation-disable-input): New defcustom.
15925 (compilation-start): If compilation-disable-input is non-nil, send
15926 EOF to the compilation process.
15927
15928 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15929
15930 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15931 Run the argument of tex-shell-cd-command through
15932 convert-standard-filename, to get the correct style of slashes on
15933 Windows, and enclose the result in quotes, in case the file name
15934 includes whitespace or other special characters.
15935
15936 2005-08-19 Andreas Schwab <schwab@suse.de>
15937
15938 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15939 process.
15940
15941 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15942
15943 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15944
15945 2005-08-18 Kim F. Storm <storm@cua.dk>
15946
15947 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15948
15949 2005-08-18 Richard M. Stallman <rms@gnu.org>
15950
15951 * scroll-lock.el: New file.
15952
15953 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15954
15955 * dired.el (dired-move-to-end-of-filename):
15956 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15957
15958 2005-08-18 Kim F. Storm <storm@cua.dk>
15959
15960 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15961 rather than toggle mode when custom value is nil.
15962 (ido-everywhere): Fix defun doc string.
15963
15964 2005-08-17 Richard M. Stallman <rms@gnu.org>
15965
15966 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15967 as tag instead of "Inviolable".
15968
15969 2005-08-17 Kim F. Storm <storm@cua.dk>
15970
15971 * windmove.el (windmove-coordinates-of-position): Remove.
15972 (windmove-coordinates-of-window-position): Remove.
15973 (windmove-reference-loc): Use posn-at-point instead.
15974
15975 * subr.el (insert-for-yank-1): Doc fix.
15976
15977 * ido.el (ido-enter-matching-directory): Rename from
15978 ido-enter-single-matching-directory. Change `slash' choice to
15979 `only'. Add `first' choice.
15980 (ido-exhibit): Adapt to above changes.
15981
15982 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15983
15984 * Makefile.in: Expand comment about building loaddefs.el.
15985
15986 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15987
15988 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15989 Comment use of defadvice.
15990
15991 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15992
15993 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15994
15995 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15996 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15997 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15998 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15999 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16000 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16001 for backward compatibility for faces that did not appear in the
16002 previous Emacs release.
16003
16004 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16005
16006 2005-08-15 Kim F. Storm <storm@cua.dk>
16007
16008 * emulation/cua-base.el (cua-delete-region): Return t if
16009 deleted region was non-empty.
16010 (cua-replace-region): Inhibit overwrite-mode for
16011 self-insert-command if replaced region was non-empty.
16012 (cua--explicit-region-start, cua--status-string): Make them
16013 buffer-local at top-level...
16014 (cua-mode): ...rather than when mode is enabled.
16015
16016 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16017
16018 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16019 Set t for Emacs 21, 22, and so on.
16020
16021 2005-08-15 David Ponce <david@dponce.com>
16022
16023 * tree-widget.el: Update Commentary header.
16024 (tree-widget-theme): Doc fix.
16025 (tree-widget-space-width): New option.
16026 (tree-widget-image-properties): Look up in the default theme too.
16027 (tree-widget--cursors): Only for images with arrow pointer shape.
16028 (tree-widget-lookup-image): Pointer shape is hand by default.
16029 (tree-widget-icon): Rename generic icon widget from
16030 `tree-widget-control'.
16031 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16032 derive from `tree-widget-icon'.
16033 (tree-widget-handle): Improve default look and feel of the text
16034 representation.
16035 (tree-widget): Rename :*-control properties to :*-icon properties.
16036 Add :action and :help-echo properties.
16037 (tree-widget-after-toggle-functions): Move.
16038 (tree-widget-close-node, tree-widget-open-node): Remove.
16039 (tree-widget-before-create-icon-functions): New hook.
16040 (tree-widget-value-create): Update to allow customization of icons
16041 and nodes at run-time via that new hook.
16042 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16043 (tree-widget-icon-action, tree-widget-icon-help-echo)
16044 (tree-widget-action, tree-widget-help-echo): New functions.
16045
16046 2005-08-15 Kim F. Storm <storm@cua.dk>
16047
16048 * ido.el (ido-buffer-internal): Use with-no-warnings.
16049 (ido-make-merged-file-list): Use while-no-input.
16050
16051 2005-08-15 Richard M. Stallman <rms@gnu.org>
16052
16053 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16054 (flyspell-large-region): Fix doc and custom type.
16055
16056 2005-08-14 Richard M. Stallman <rms@gnu.org>
16057
16058 * files.el (interpreter-mode-alist): Doc fix.
16059
16060 * mail/rmail.el (rmail-nonignored-headers): New variable.
16061 (rmail-clear-headers): Use it.
16062 (rmail-reply): Better handling of mail-followup-to header.
16063
16064 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16065 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16066 don't try to refer to executable-font-lock-keywords.
16067 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16068 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16069 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16070 (sh-mode): Set comment-start-skip, local-abbrev-table,
16071 imenu-case-fold-search.
16072 (sh-set-shell): Don't set them here.
16073 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16074 Don't cache the results in the original alist; don't ever modify
16075 that alist.
16076
16077 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16078
16079 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16080 empty.
16081
16082 2005-08-15 Andreas Schwab <schwab@suse.de>
16083
16084 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16085
16086 * dired.el, info.el, mail/rmail.el: Revert last change.
16087
16088 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16089
16090 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16091 modification in `eval-after-load' form.
16092 * info.el: Likewise.
16093 * mail/rmail.el: Likewise.
16094
16095 2005-08-14 Juri Linkov <juri@jurta.org>
16096
16097 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16098 Remove highlighting of "Compilation started". Highlight only
16099 the word "finished" in "Compilation finished". Add highlighting
16100 of "interrupt", "killed", "terminated" and the exit code.
16101 (compilation-start): Add newline after header. Use exactly the
16102 same time stamp format as the finishing message.
16103 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16104
16105 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16106 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16107 Add highlighting of "interrupt", "killed", "terminated".
16108
16109 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16110 enabled and the current command is self-insert-command, call it
16111 explicitly with overwrite-mode bound to nil, to not allow it
16112 to delete the character after the selected region.
16113
16114 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16115
16116 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16117 move-end-of-line, end-of-line, and beginning-of-line to the list
16118 of commands after which the echo area is updated.
16119
16120 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16121
16122 * cus-edit.el (custom-save-all, custom-save-delete):
16123 Bind recentf-exclude to exclude custom-file.
16124
16125 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16126
16127 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16128 to go to the bottom of the mail message. Added to
16129 `rmail-summary-mode-map' with key "/".
16130 (rmail-summary-show-message): New (internal) function for use by
16131 both `rmail-summary-beginning/end-of-message'.
16132 (rmail-summary-beginning-of-message): Change to use
16133 rmail-summary-show-message.
16134
16135 * mail/rmail.el (rmail-end-of-message): New command to go to the
16136 end of the current message. Added to `rmail-mode-map' with key "/".
16137 (rmail-beginning-of-message): Fix to work as documented.
16138 (rmail-mode): Change documentation.
16139
16140 * progmodes/compile.el (compilation-start): Add the line
16141 "Compilation started" with compilation start time.
16142 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16143
16144 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16145
16146 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16147 of menu items.
16148
16149 2005-08-11 Richard M. Stallman <rms@gnu.org>
16150
16151 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16152
16153 * battery.el (battery-status-function): Don't use ignore-errors.
16154
16155 2005-08-11 Lute Kamstra <lute@gnu.org>
16156
16157 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16158 define-obsolete-variable-alias.
16159
16160 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16163 (ange-ftp-send-cmd): Revert last change, and expand
16164 the comment explaining the problem.
16165
16166 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16167
16168 * ldefs-boot.el: Update.
16169
16170 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16171 item to "Time, Load and Mail". Change help echo text.
16172
16173 * time.el (display-time-use-mail-icon, display-time-format)
16174 (display-time-string-forms): Shorten first line of docstrings.
16175
16176 2005-08-10 Lars Hansen <larsh@soem.dk>
16177
16178 * desktop.el (desktop-buffer-mode-handlers):
16179 Make non-customizable. Add autoload cookie. Change initial value to
16180 nil; add elements in respective modules instead. Fix doc string.
16181 (desktop-load-file): New function.
16182 (desktop-minor-mode-handlers): New autoloaded variable.
16183 (desktop-create-buffer): Call minor mode handlers.
16184 Use desktop-load-file to load major and minor mode modules prior to
16185 checking for a handler.
16186 (desktop-save): Don't add nil to desktop-minor-modes for minor
16187 modes with nil function in desktop-minor-mode-table. Don't delete
16188 desktop file before rewriting it.
16189 (desktop-locals-to-save): Add autoload cookie. Don't make
16190 automatically buffer-local. Add variables column-number-mode,
16191 size-indication-mode, indent-tabs-mode,
16192 indicate-buffer-boundaries, indicate-empty-lines and
16193 show-trailing-whitespace.
16194 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16195 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16196 (desktop-clear-preserve-buffers-regexp): Delete.
16197 (desktop-clear-preserve-buffers): Update initial value and docstring.
16198 (desktop-save-buffer): Fix doc string.
16199
16200 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16201 (hilit-chg-desktop-restore): New function.
16202 (highlight-changes-mode): Add highlight-changes-mode to
16203 desktop-locals-to-save.
16204
16205 * dired.el: Add handler to desktop-buffer-mode-handlers.
16206 (dired-restore-desktop-buffer): Remove autoload cookie.
16207 (dired-mode): Add autoload cookie.
16208
16209 * info.el: Add handler to desktop-buffer-mode-handlers.
16210 (Info-restore-desktop-buffer): Remove autoload cookie.
16211 (Info-mode): Add autoload cookie.
16212
16213 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16214 (mh-restore-desktop-buffer): Remove autoload cookie.
16215 (mh-folder-mode): Add autoload cookie.
16216
16217 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16218 (rmail-restore-desktop-buffer): Remove autoload cookie.
16219
16220 2005-08-11 Masatake YAMATO <jet@gyve.org>
16221
16222 * hexl.el (hexl-address-region):
16223 (hexl-ascii-region, hexl-font-lock-keywords):
16224 (hexl-highlight-line-range): Use the term "region"
16225 instead of "area" for consistency with the other symbols
16226 defined in hexl.el.
16227
16228 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16229
16230 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16231 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16232 out by Juri Linkov). Add `display-battery-mode'.
16233
16234 2005-08-09 Juri Linkov <juri@jurta.org>
16235
16236 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16237 Remove `-text' from face variable names.
16238 (compilation-error-file-name, compilation-warning-file-name)
16239 (compilation-info-file-name): Delete faces.
16240 (compilation-line-number, compilation-column-number):
16241 Remove face underlining.
16242 (compilation-message-face): Set to `underline' value by default.
16243 (compilation-error-face, compilation-warning-face)
16244 (compilation-info-face): Remove `-file-name' from face names.
16245 (compilation-error-text-face, compilation-warning-text-face)
16246 (compilation-info-text-face): Delete face variables.
16247 (compilation-text-face): Delete function.
16248
16249 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16250 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16251 (grep-error-face): Set to `compilation-error' instead of
16252 `compilation-error-face' (which is redefined to `grep-hit-face' in
16253 grep buffers).
16254 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16255 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16256
16257 * dired-aux.el (dired-do-query-replace-regexp):
16258 Use `query-replace-read-args'.
16259
16260 * replace.el (query-replace-read-from, query-replace-read-to)
16261 (query-replace-read-args): Rename arg `string' to `prompt'.
16262
16263 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16264
16265 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16266
16267 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16268 uploading files.
16269 (ange-ftp-canonize-filename): Handle file names beginning with ~
16270 correctly.
16271
16272 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * textmodes/fill.el (canonically-space-region)
16275 (fill-context-prefix, fill-french-nobreak-p)
16276 (fill-delete-newlines, fill-comment-paragraph)
16277 (justify-current-line): "?\ " -> "?\s".
16278
16279 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16280
16281 * textmodes/fill.el (fill-nonuniform-paragraphs):
16282 Improve argument/docstring consistency.
16283
16284 2005-08-09 Richard M. Stallman <rms@gnu.org>
16285
16286 * textmodes/ispell.el (ispell-word): More fboundp checks.
16287
16288 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16289 (find-file-noselect-1): Call it here, only if RAWFILE.
16290 (normal-mode): Always set some major mode.
16291 (save-some-buffers-action-alist): Change some explanation strings.
16292 (file-name-non-special): In the `quote' method, use unwind-protect.
16293
16294 2005-08-09 Magnus Henoch <mange@freemail.hu>
16295
16296 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16297 (ispell-have-aspell-dictionaries): New variable.
16298 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16299 (ispell-get-aspell-config-value): New function.
16300 (ispell-aspell-find-dictionary): New function.
16301 (ispell-aspell-add-aliases): New function.
16302 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16303 appropriate. Don't look for ispell dictionaries if we use aspell.
16304 (ispell-menu-map): Don't build a submenu of dictionaries.
16305
16306 2005-08-09 Richard M. Stallman <rms@gnu.org>
16307
16308 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16309 (sql-read-passwd): Use read-passwd.
16310
16311 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16312 (idlwave-toolbar-is-possible): Add defvars.
16313
16314 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16315 Avoid warnings.
16316
16317 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16318 (idlwave-system-class-info, idlwave-executive-commands-alist):
16319 Use defvar.
16320
16321 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16322
16323 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16324 Avoid warnings.
16325
16326 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16327 and content-type: headers.
16328
16329 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16330
16331 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16332 and rename some of them to be more self-explanatory.
16333
16334 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16335
16336 * startup.el (command-line-1): Implement -scriptload.
16337
16338 * replace.el (occur-engine): Initial *Occur* output not undoable.
16339
16340 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16341 and improve help strings.
16342
16343 * isearch.el (isearch-repeat): When changing direction,
16344 mark search successful.
16345
16346 * ediff-init.el: Use (featurep 'xemacs).
16347
16348 * comint.el (send-invisible): Identify buffer, if not selected.
16349
16350 * align.el: Delete autoload for c-guess-basic-syntax.
16351
16352 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16355 Improve argument/docstring consistency. Doc fixes.
16356 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16357 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16358 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16359 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16360 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16361 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16362 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16363 Defvar at compile time.
16364
16365 2005-08-09 Juri Linkov <juri@jurta.org>
16366
16367 * info.el: Replace `info' with upper-case `Info' where appropriate.
16368 (info-title-1, info-title-2, info-title-3, info-title-4)
16369 (info-menu-header): Move up face definitions.
16370 (info-menu-star): Rename from `info-menu-5'.
16371 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16372 (Info-fontify-visited-nodes): Fix docstring.
16373 (Info-hide-note-references): Fix docstring.
16374 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16375 menu items in the same way as on cross-references.
16376 (info-apropos): Fix sorting order and formatting to be like in the
16377 stand-alone Info browser. Display error messages for 1 sec.
16378 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16379 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16380 from the menu bar.
16381 (Info-insert-dir): Restore point after calling
16382 `insert-buffer-substring'.
16383
16384 2005-08-08 Richard M. Stallman <rms@gnu.org>
16385
16386 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16387 (recompute-lucid-menubar): Add defvars.
16388
16389 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16390
16391 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16392
16393 * net/net-utils.el (run-dig): Rename from `dig'.
16394
16395 * play/gametree.el (gametree-mode): Use make-local-variable,
16396 not make-variable-buffer-local.
16397
16398 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16399
16400 * ansi-color.el (ansi-color-make-extent)
16401 (ansi-color-set-extent-face): Use fboundp, not functionp.
16402
16403 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16404 not make-variable-buffer-local.
16405
16406 * bookmark.el (Info-current-file): Add defvar.
16407 (bookmark-jump-noselect): Use with-no-warnings.
16408
16409 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16410
16411 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16412
16413 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16414
16415 * find-file.el (ada-procedure-start-regexp)
16416 (ada-package-start-regexp): Add defvars.
16417
16418 * info.el (Info-insert-dir): Use insert-buffer-substring.
16419
16420 * xml.el (xml-att-def-re): Add defvar.
16421
16422 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16423 calling convention.
16424
16425 * subr.el (while-no-input): Return t if there is input.
16426
16427 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16428
16429 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16430
16431 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16432
16433 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16434 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16435
16436 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16437
16438 * cmuscheme.el (scheme-start-file): Replace reference to
16439 `user-emacs-directory' by "~/.emacs.d/".
16440
16441 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16442
16443 * info.el (Info-dir-remove-duplicates): Avoid case folding
16444 in loop; instead, keep downcased strings for comparison.
16445 Suggested by Helmut Eller.
16446
16447 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16448
16449 Sync with Tramp 2.0.50.
16450
16451 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16452 XEmacs case; not necessary anymore.
16453 (tramp-user-regexp): Allow "@" as part of user name.
16454 (tramp-handle-set-visited-file-modtime)
16455 (tramp-handle-insert-file-contents)
16456 (tramp-handle-write-region): No special handling for
16457 `last-coding-system-used, because this is done in
16458 `tramp-accept-process-output' now.
16459 (tramp-accept-process-output): New defun.
16460 (tramp-process-one-action, tramp-process-one-multi-action)
16461 (tramp-wait-for-regexp, tramp-wait-for-output)
16462 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16463 Howells <dhowells@redhat.com>.
16464 (clear-visited-file-modtime): Defadvice removed. The check for
16465 unset buffer's modtime does not need to be based on
16466 `tramp-buffer-file-attributes'. Suggested by RMS.
16467 (tramp-message): Insert "\n" if not being at beginning of line.
16468 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16469 sequence with same logic.
16470 (tramp-completion-handle-expand-file-name): Discard call of
16471 `tramp-drop-volume-letter'. It is not necessary, and there have
16472 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16473 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16474 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16475 should always be visible.
16476 (tramp-handle-insert-directory, tramp-setup-complete)
16477 (tramp-set-process-query-on-exit-flag)
16478 (tramp-append-tramp-buffers): Pacify byte-compiler.
16479 (tramp-bug): Delete non-existing variables from list.
16480 Apply `tramp-load-report-modules' as pre-hook.
16481 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16482 `shell-prompt-pattern' because of non-7bit characters.
16483 Reported by Sebastian Luque <sluque@mun.ca>.
16484 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16485 (tramp-match-string-list): Remove function.
16486 (tramp-wait-for-regexp): Remove call of that function.
16487 Suggested by Kim F. Storm <storm@cua.dk>.
16488 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16489 instead of octal character code ?\600. The latter resulted in a
16490 syntax error with XEmacs.
16491
16492 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16493 XEmacs case; not necessary anymore.
16494 (tramp-smb-handle-write-region): No special handling for
16495 `last-coding-system-used, because this is done in
16496 `tramp-accept-process-output' now.
16497 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16498
16499 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16500
16501 * wid-edit.el (widget-choice-value-create):
16502 Unconditionally respect user choice. Set :explicit-choice back to nil
16503 when no longer needed.
16504 (widget-choice-action): Unconditionally respect user choice.
16505 Eliminate :explicit-choice-value.
16506
16507 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16508
16509 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16510 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16511 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16512 running new function `toggle-indicate-empty-lines'.
16513 Rename "Customize" item to "Customize fringe".
16514 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16515 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16516 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16517 Delete "Empty lines only" item.
16518 (menu-bar-showhide-fringe-ind-customize): New function.
16519 (menu-bar-showhide-fringe-ind-mixed)
16520 (menu-bar-showhide-fringe-ind-box)
16521 (menu-bar-showhide-fringe-ind-right)
16522 (menu-bar-showhide-fringe-ind-left)
16523 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16524 instead of `fringe-indicators'.
16525
16526 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16527
16528 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16529 Change the date of last update.
16530
16531 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16532
16533 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16534 (viper-exec-yank, viper-put-back): Don't display modification msg
16535 if in the minibuffer.
16536
16537 * viper-init.el (viper-replace-overlay-cursor-color)
16538 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16539 Make variables frame local.
16540
16541 * viper-util.el (viper-append-filter-alist): Use append instead of
16542 nconc.
16543
16544 * viper.el (viper-vi-state-mode-list)
16545 (viper-emacs-state-mode-list): Move help-mode and
16546 completion-list-mode from the first list to the second.
16547 (viper-mode): Docstring.
16548 (viper-go-away, viper-non-hook-settings): Don't localize
16549 minor-mode-alist in newer Emacsen. Add advice to
16550 set-cursor-color. Don't bind "\C-c\\".
16551
16552 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16553
16554 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16555 (scheme-macro-expand-command): New user options.
16556 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16557 (scheme-form-at-point, scheme-start-file)
16558 (scheme-interactively-start-process): New functions.
16559 (scheme-get-process): New function, extracted from `scheme-proc'.
16560 (run-scheme): Call `scheme-start-file' to get start file, and pass
16561 it to `make-comint'.
16562 (switch-to-scheme, scheme-proc):
16563 Call `scheme-interactively-start-process' if no Scheme buffer/process
16564 is available.
16565
16566 2005-08-06 Juri Linkov <juri@jurta.org>
16567
16568 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16569 Use `compilation-text-face', `compilation-info-text-face' and
16570 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16571 (compilation-error): New face.
16572 (compilation-error-file-name): Inherit from
16573 `compilation-error' instead of `font-lock-warning-face'.
16574 (compilation-warning-file-name): Inherit from
16575 `compilation-warning' instead of `font-lock-warning-face'.
16576 (compilation-info, compilation-error-file-name)
16577 (compilation-warning-file-name, compilation-info-file-name)
16578 (compilation-line-number, compilation-column-number): Doc fix.
16579 (compilation-error-text-face, compilation-warning-text-face)
16580 (compilation-info-text-face): New face variables.
16581 (compilation-line-face, compilation-column-face)
16582 (compilation-enter-directory-face)
16583 (compilation-leave-directory-face): Doc fix.
16584 (compilation-text-face): New function.
16585
16586 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16587 instead of 1 to display binary file names as info file links.
16588 (grep-error-face): Use `compilation-error-face' instead of
16589 `font-lock-keyword-face'.
16590 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16591 and `compilation-warning-text-face' instead of
16592 `font-lock-keyword-face'. Use `compilation-error-text-face'
16593 instead of `grep-error-face'.
16594
16595 2005-08-05 Kenichi Handa <handa@m17n.org>
16596
16597 * international/code-pages.el: Add autoload cookies for all coding
16598 systems.
16599
16600 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16601
16602 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16603
16604 2005-08-04 Juri Linkov <juri@jurta.org>
16605
16606 * progmodes/compile.el (compilation-mode-map):
16607 * progmodes/grep.el (grep-mode-map):
16608 Bind TAB to `compilation-next-error' and [backtab] to
16609 `compilation-previous-error'.
16610
16611 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16612 matching line numbers, column numbers and their ranges with regexp
16613 matching only line numbers.
16614 (grep-context-face): New face variable.
16615 (grep-mode-font-lock-keywords): Use it.
16616
16617 * faces.el (read-face-name): Delete duplicate faces.
16618
16619 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * thumbs.el (thumbs-find-image): Don't make variables
16622 automatically buffer local.
16623 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16624 (thumbs-image-num): Make automatically buffer local.
16625 (thumbs-show-thumbs-list): Use `make-local-variable', not
16626 `make-variable-buffer-local'.
16627 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16628
16629 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16630 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16631 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16632 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16633 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16634 (feelings-about, foullst, found, hello, history, howareyoulst)
16635 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16636 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16637 (neglst, obj, object, owner, please, problems, qlist)
16638 (random-adjective, relation, remlst, repetitive-shortness)
16639 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16640 (shortlst, something, sportslst, stallmanlst, states, subj)
16641 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16642 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16643 Defvar at compile time.
16644
16645 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16646 not `make-variable-buffer-local'.
16647
16648 2005-08-02 Kim F. Storm <storm@cua.dk>
16649
16650 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16651 rectangle overlay in selected window.
16652
16653 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16654
16655 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16656 instead of display group. Make `indicate-buffer-boundaries'
16657 customizable through Custom.
16658
16659 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16660
16661 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16662 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16663 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16664 (gdb-put-string): Fix typos in docstrings.
16665
16666 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16667
16668 Update copyright notices of files in progmodes directory for
16669 release of Emacs 22.1.
16670
16671 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16672
16673 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16674 Don't barf if the GUD buffer has been killed.
16675
16676 2005-08-01 Kim F. Storm <storm@cua.dk>
16677
16678 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16679
16680 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * simple.el (next-error-follow-minor-mode):
16683 make-variable-buffer-local -> make-local-variable.
16684
16685 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16686
16687 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16688 (byte-compile-form-make-variable-buffer-local): New functions to warn
16689 about misuses of make-variable-buffer-local where make-local-variable
16690 was meant.
16691
16692 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16693
16694 * bs.el (bs-attributes-list): Doc fix.
16695 (bs): Update url-link.
16696
16697 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16698 (desktop-load-default): Simplify.
16699
16700 * ibuffer.el (ibuffer-columnize-and-insert-list)
16701 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16702 (ibuffer-unmark-all, ibuffer-toggle-marks)
16703 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16704 (ibuffer-compile-make-format-form, ibuffer-format-column)
16705 (ibuffer-current-buffers-with-marks)
16706 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16707 (ibuffer): Doc fix.
16708 (ibuffer-mode): Fix typo in docstring.
16709 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16710 with `define-obsolete-variable-alias'.
16711 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16712
16713 2005-07-29 Kenichi Handa <handa@m17n.org>
16714
16715 * international/mule-cmds.el (select-message-coding-system):
16716 Be sure to use LF for end-of-line. If no coding system is decided,
16717 return iso-8859-1-unix.
16718
16719 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16720
16721 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16722 (ange-ftp-pending-error-line): New vars.
16723 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16724 to handle the non-fatal no-route-to-host messages.
16725 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16726
16727 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16728
16729 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16730 (isearch-quote-char, isearch-printing-char)
16731 (isearch-text-char-description): "?\ " -> "?\s".
16732 (isearch-lazy-highlight-cleanup)
16733 (isearch-lazy-highlight-initial-delay)
16734 (isearch-lazy-highlight-interval)
16735 (isearch-lazy-highlight-max-at-a-time)
16736 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16737 Declare with define-obsolete-*-alias macros.
16738 (isearch-forward): Fix typo in docstring.
16739 (search-invisible, search-ring-yank-pointer)
16740 (regexp-search-ring-yank-pointer): Doc fixes.
16741
16742 * recentf.el (recentf-menu-append-commands-p): Declare with
16743 `define-obsolete-variable-alias'.
16744 (recentf-max-saved-items, recentf-menu-filter)
16745 (recentf-arrange-by-rule-subfilter): Doc fixes.
16746 (recentf-menu-append-commands-flag)
16747 (recentf-initialize-file-name-history, recentf-expand-file-name)
16748 (recentf-clear-data): Fix typos in docstrings.
16749
16750 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16751
16752 * progmodes/gdb-ui.el: Smarten comments.
16753 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16754
16755 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16756
16757 * term/apollo.el (terminal-init-apollo): New function containing
16758 all former top level forms in the file.
16759 * term/bobcat.el (terminal-init-bobcat):
16760 * term/cygwin.el (terminal-init-cygwin):
16761 * term/iris-ansi.el (terminal-init-iris-ansi):
16762 * term/linux.el (terminal-init-linux):
16763 * term/news.el (terminal-init-news):
16764 * term/rxvt.el (terminal-init-rxvt):
16765 * term/sun.el (terminal-init-sun):
16766 * term/tvi970.el (terminal-init-tvi970):
16767 * term/vt100.el (terminal-init-vt100):
16768 * term/vt102.el (terminal-init-vt102):
16769 * term/vt125.el (terminal-init-vt125):
16770 * term/vt200.el (terminal-init-vt200):
16771 * term/vt201.el (terminal-init-vt201):
16772 * term/vt220.el (terminal-init-vt220):
16773 * term/vt240.el (terminal-init-vt240):
16774 * term/vt300.el (terminal-init-vt300):
16775 * term/vt320.el (terminal-init-vt320):
16776 * term/vt400.el (terminal-init-vt400):
16777 * term/vt420.el (terminal-init-vt420):
16778 * term/wyse50.el (terminal-init-wyse50):
16779 * term/xterm.el (terminal-init-xterm): Likewise.
16780
16781 * term/README: Describe the terminal-init-* functionality.
16782
16783 * startup.el (command-line): After loading the terminal initialization
16784 file call the corresponding terminal initialization function.
16785
16786 2005-07-27 Kenichi Handa <handa@m17n.org>
16787
16788 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16789 negative.
16790
16791 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16792 (ps-mule-composition-prologue): Fix for the case that
16793 RelativeCompose is false.
16794
16795 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16796
16797 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16798
16799 * descr-text.el (describe-char): Handle the case where the list of
16800 chars is displayed in a separate frame.
16801 Be a bit more discriminating when looking for the char.
16802
16803 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16804
16805 * bookmark.el (bookmark-automatically-show-annotations)
16806 (bookmark-read-annotation-text-func): Doc fixes.
16807 (bookmark-save): Improve argument/docstring consistency.
16808 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16809 (bookmark-alist-from-buffer)
16810 (bookmark-upgrade-file-format-from-0)
16811 (bookmark-grok-file-format-version)
16812 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16813 (bookmark-read-annotation-mode)
16814 (bookmark-insert-current-bookmark, bookmark-jump)
16815 (bookmark-exit-hook): Fix typos in docstrings.
16816 (bookmark-exit-hooks): Define as obsolete alias.
16817 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16818 not `bookmark-exit-hooks'. Fix docstring.
16819 (bookmark-bmenu-select): "?\ " -> "?\s".
16820
16821 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16822
16823 * startup.el (command-line): Fix typo.
16824
16825 2005-07-24 Richard M. Stallman <rms@gnu.org>
16826
16827 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16828 not emacs-quick-startup.
16829
16830 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16831
16832 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16833 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16834 instead of `reb-with-current-window'.
16835 (reb-prev-match): Likewise. Also, don't move left if the search
16836 was unsuccessful.
16837 (reb-initialize-buffer): New function.
16838 (re-builder, reb-change-syntax): Use it.
16839
16840 * man.el (Man-goto-page): Make second argument NOERROR optional.
16841
16842 2005-07-23 Richard M. Stallman <rms@gnu.org>
16843
16844 * man.el (Man-bgproc-sentinel): Check here for failure to find
16845 any man page in the output, and report the error here.
16846 (Man-arguments): Make it permanent local.
16847 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16848 (Man-mode): Pass t for NOERROR.
16849
16850 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16851 (grep-mode-font-lock-keywords):
16852 Don't use compilation-...-face for messages that are not file names.
16853
16854 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16855 Don't use compilation-...-face for messages that are not file names.
16856
16857 2005-07-22 Juri Linkov <juri@jurta.org>
16858
16859 * startup.el (normal-splash-screen): Update menu name.
16860
16861 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16862
16863 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16864
16865 * term/xterm.el: Load term/rxvt if the terminal is actually an
16866 rxvt terminal.
16867 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16868
16869 * term/rxvt.el (function-key-map): Use substitute-key-definition
16870 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16871
16872 * term/cygwin.el: New file.
16873
16874 2005-07-22 Kim F. Storm <storm@cua.dk>
16875
16876 * image-file.el (insert-image-file, image-file-yank-handler):
16877 Fix last change to maintain a (unique) yank-handler on yanked images.
16878
16879 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16880
16881 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16882 of the file size (as in "177B" for 177 bytes). This happens with
16883 "ls -lh" on FreeBSD.
16884
16885 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16886
16887 * hilit-chg.el (highlight-changes-global-initial-state)
16888 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16889 (hilit-chg-fixup, highlight-changes-mode):
16890 Fix typos in docstrings.
16891 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16892 Doc fixes.
16893
16894 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16895
16896 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16897 mode function using `eval-after-load'.
16898
16899 2005-07-21 Kim F. Storm <storm@cua.dk>
16900
16901 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16902 included when reporting an emacs crash, and tell about the DEBUG file.
16903
16904 * image-file.el (insert-image-file): Add yank-handler.
16905 (image-file-yank-handler): Yank handler to make unique copies of
16906 images when they are yanked into a buffer next to each other.
16907
16908 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16909
16910 * comint.el (comint-use-prompt-regexp, comint-send-input)
16911 (comint-source-default, comint-extract-string)
16912 (comint-get-source, comint-word, comint-completion)
16913 (comint-source, comint-prompt-read-only, comint-update-fence):
16914 Fix typos in docstrings.
16915 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16916 Declare with define-obsolete-*-alias macros.
16917 (comint-previous-matching-input-from-input)
16918 (comint-next-matching-input-from-input)
16919 (comint-previous-matching-input, comint-next-matching-input)
16920 (comint-forward-matching-input):
16921 Improve argument/docstring consistency.
16922
16923 * desktop.el (desktop-clear-preserve-buffers-regexp):
16924 Also preserve the *server* buffer.
16925
16926 * simple.el (clone-indirect-buffer): Doc fix.
16927 (fixup-whitespace, just-one-space)
16928 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16929 (next-error, next-error-highlight)
16930 (next-error-highlight-no-select, next-error-last-buffer)
16931 (next-error-buffer-p, next-error-find-buffer, next-error)
16932 (previous-error, next-error-no-select, previous-error-no-select)
16933 (open-line, split-line, minibuffer-prompt-width, kill-new)
16934 (binary-overwrite-mode): Fix typos in docstrings.
16935 (set-fill-column): Fix typo in message.
16936
16937 * skeleton.el (skeleton-proxy-new): Doc fix.
16938
16939 * strokes.el (strokes-load-hook): Doc fix.
16940 (strokes-grid-resolution, strokes-get-grid-position)
16941 (strokes-renormalize-to-grid, strokes-read-stroke)
16942 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16943 (strokes-global-map): Fix typos in docstrings.
16944 (strokes-help): Doc fix. Fix help message and pass it through
16945 `substitute-command-keys'.
16946
16947 * tempo.el (tempo-insert-prompt, tempo-interactive)
16948 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16949 (tempo-insert-string-functions, tempo-local-tags)
16950 (tempo-define-template, tempo-insert-template)
16951 (tempo-insert-prompt-compat, tempo-is-user-element)
16952 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16953 Fix typos in docstrings.
16954
16955 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16956 (vcursor-key-bindings, vcursor-use-vcursor-map)
16957 (vcursor-find-window, vcursor-scroll-down)
16958 (vcursor-disable, vcursor-beginning-of-buffer)
16959 (vcursor-end-of-buffer): Fix typos in docstrings.
16960 (vcursor-relative-move, vcursor-get-char-count):
16961 Improve argument/docstring consistency.
16962
16963 * version.el: "?\ " -> "?\s".
16964
16965 * wid-edit.el (widget-default-create, widget-after-change)
16966 (widget-default-format-handler, widget-checklist-add-item)
16967 (widget-radio-add-item, widget-choose, widget-specify-secret)
16968 (widget-field-value-create, widget-field-value-get)
16969 (widget-editable-list-format-handler)
16970 (widget-editable-list-entry-create, widget-group-value-create)
16971 (widget-documentation-link-add)
16972 (widget-documentation-string-value-create): "?\ " -> "?\s".
16973 (widget-convert-text): Doc fix.
16974 (widget-narrow-to-field, widget-field-find)
16975 (widget-url-link-action, widget-emacs-library-link-action)
16976 (widget-color-notify): Fix typos in docstrings.
16977
16978 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16979 (x-select-text, set-w32-system-coding-system)
16980 (w32-add-charset-info): Fix typos in docstrings.
16981
16982 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16983 (cua-enable-cua-keys, cua-use-hyper-key)
16984 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16985 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16986
16987 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16988
16989 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16990 `defalias' instead of faking it.
16991
16992 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16993 (eshell-ls-missing, eshell-ls-dired-initial-args)
16994 (eshell-ls-use-in-dired): Fix typos in docstrings.
16995
16996 2005-07-20 Kim F. Storm <storm@cua.dk>
16997
16998 * emulation/cua-base.el (cua-mode): Improve doc string.
16999
17000 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17001
17002 * abbrev.el (expand-region-abbrevs): Doc fix.
17003 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17004 Improve argument/docstring consistency.
17005
17006 * arc-mode.el (archive-get-descr, archive-alternate-display):
17007 Doc fixes.
17008 (archive-l-e): Improve argument/docstring consistency.
17009 (archive-tmpdir, archive-unixdate, archive-unixtime)
17010 (archive-chmod-entry): Fix typos in docstrings.
17011 (archive-unflag, archive-unflag-backwards)
17012 (archive-unmark-all-files): "?\ " -> "?\s".
17013
17014 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17015 (Buffer-menu-not-modified, Buffer-menu-execute)
17016 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17017 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17018
17019 * composite.el (compose-string, encode-composition-rule)
17020 (compose-last-chars): Fix typos in docstrings.
17021
17022 * desktop.el (desktop-enable, desktop-basefilename):
17023 Declare with `define-obsolete-variable-alias'.
17024 (desktop-internal-v2s): Don't quote keywords.
17025 (desktop-clear): "?\ " -> "?\s".
17026
17027 * dired.el (dired-align-file, dired-flag-backup-files)
17028 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17029 (dired-listing-switches, dired-ls-F-marks-symlinks)
17030 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17031 (dired-directory, dired-faces, dired, dired-revert)
17032 (dired-mode, dired-summary, dired-view-file)
17033 (dired-copy-filename-as-kill, dired-delete-file)
17034 (dired-no-confirm, dired-unmark-all-marks)
17035 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17036 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17037 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17038 Fix typos in message strings.
17039
17040 * dired-x.el (virtual-dired): Declare with `defalias'.
17041 (dired-mark-unmarked-files, dired-local-variables-file)
17042 (dired-omit-here-always): Doc fix.
17043 (dired-omit-mode, dired-find-subdir)
17044 (dired-enable-local-variables, dired-clean-up-buffers-too)
17045 (dired-extra-startup, dired-mark-extension, dired-jump)
17046 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17047 (dired-smart-shell-command, dired-guess-shell-alist-user)
17048 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17049 (dired-x-bind-find-file, dired-x-submit-report):
17050 Fix typos in docstrings.
17051 (dired-mark-unmarked-files): "?\ " -> "?\s".
17052
17053 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17054
17055 * faces.el (describe-face): "?\ " -> "?\s".
17056 (read-all-face-attributes, read-face-font, modify-face)
17057 (face-attr-construct, italic): Fix typos in docstrings.
17058 (frame-update-face-colors): Declare with
17059 `define-obsolete-function-alias'.
17060
17061 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17062 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17063 (magic-mode-alist, buffer-file-numbers-unique)
17064 (write-file-functions, get-free-disk-space):
17065 Fix typos in docstrings.
17066 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17067 (write-contents-hooks, write-file-hooks):
17068 Declare with `define-obsolete-variable-alias'.
17069
17070 * forms-d2.el (arch-rj): Fix typo in docstrings.
17071 (arch-tocol): Likewise. "?\ " -> "?\s".
17072
17073 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17074 Fix typo in docstring.
17075 (set-screen-width, set-screen-height): Delete redundant info in
17076 doctrings.
17077 (new-frame, screen-height, screen-width): Declare with
17078 `define-obsolete-function-alias'.
17079 (delete-frame-hook, blink-cursor): Declare with
17080 `define-obsolete-variable-alias'.
17081
17082 * paths.el (prune-directory-list): Fix typos in docstring.
17083
17084 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17085 (cvs-prefix-get): Fix typos in docstrings.
17086
17087 * ps-print.el (ps-extend-face-list, ps-extend-face)
17088 (ps-print-background-image): Fix typos in docstrings.
17089 (ps-default-fg, ps-default-bg): Doc fixes.
17090
17091 * s-region.el (s-region-bind): Doc fix.
17092 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17093
17094 * textmodes/org.el (org-table-formula-substitute-names)
17095 (org-table-get-vertical-vector): Doc fixes.
17096 (org-table-recalculate): Remove unused argument to `message'.
17097
17098 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17099
17100 * textmodes/org.el (org-table-column-names)
17101 (org-table-column-name-regexp)
17102 (org-table-named-field-locations): New variables.
17103 (org-archive-subtree): Protect `this-command' when calling
17104 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17105 the kill buffer.
17106 (org-complete): Remove fixed-formula completion.
17107 (org-edit-formulas-map): New variable.
17108 (org-table-edit-formulas): New command.
17109 (org-finish-edit-formulas, org-abort-edit-formulas)
17110 (org-show-variable, org-table-get-vertical-vector): New functions.
17111 (org-table-maybe-eval-formula): Handle `:=' fields.
17112 (org-table-get-stored-formulas, org-table-store-formulas)
17113 (org-table-get-formula, org-table-modify-formulas)
17114 (org-table-replace-in-formulas): Handle named field formulas.
17115 (org-table-get-specials): Store locations of named fields.
17116
17117 2005-07-19 Juri Linkov <juri@jurta.org>
17118
17119 * progmodes/grep.el (grep-regexp-alist)
17120 (grep-mode-font-lock-keywords, grep-process-setup):
17121 Use default GNU grep match color "01;31m" instead of "01;41m".
17122 (grep-regexp-alist, grep-mode-font-lock-keywords):
17123 Use `\\[[0-9]*m' instead of `\\[00m'.
17124 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17125 sgr_start where its handling is more important. Use the real
17126 length of sgr_start instead of constant 8.
17127 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17128 specially. Delete all remaining escape sequences.
17129 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17130 (grep-regexp-alist): Make hyperlink only for binary file name
17131 instead of the whole line.
17132 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17133 (grep-mode): Add autoload.
17134
17135 * emacs-lisp/find-func.el (find-function-regexp):
17136 Add `define-compilation-mode'.
17137
17138 2005-07-19 Juri Linkov <juri@jurta.org>
17139
17140 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17141 (compare-windows-sync-string-size, compare-windows-recenter)
17142 (compare-windows-highlight, compare-windows): Add version 22.1.
17143 (compare-windows) <defface>: Inherit from lazy-highlight instead
17144 of duplicating its default value.
17145
17146 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17147 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17148
17149 * descr-text.el (describe-char): Create link buttons for `charset'
17150 and `code point'. Add the current input method name with a link
17151 button to `to input' field. Print face names of display table
17152 characters in `The display table entry is displayed by' section
17153 instead of printing face-id in the `display' field.
17154 Guess hardcoded faces and create a link button for them.
17155 Skip empty fields when calculating max-width.
17156 Treat `widget-create' specially while inserting strings from the
17157 collected field list.
17158 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17159
17160 * diff-mode.el (diff-file-header): Change foreground color from
17161 yellow to green on light backgrounds.
17162 (diff-context): Inherit from `shadow' only for color/grayscale
17163 with more than 88 colors.
17164 (diff-indicator-removed, diff-indicator-added)
17165 (diff-indicator-changed): New faces.
17166 (diff-font-lock-keywords): Use new faces. Regroup rules.
17167 Add "^---$" for `normal' diff format. Fontify `#' lines with
17168 font-lock-comment-delimiter-face and font-lock-comment-face.
17169 Add `#' to ^[^...] in the rule for `diff-context-face'.
17170
17171 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17172 a button-like box. Inherit from `highlight' on low colors.
17173 (shadow): Use shades of gray only for color/grayscale with
17174 more than 88 colors. Use green for light backgrounds with
17175 8 colors, and yellow for dark backgrounds with 8 colors.
17176
17177 * font-lock.el (font-lock-regexp-grouping-backslash):
17178 Don't inherit from escape-glyph (use bold for all cases).
17179
17180 * info.el (info-xref-visited): Use light foreground color `violet'
17181 for dark backgrounds instead of dark color `magenta3'.
17182 (info-title-1): Use `yellow' color for dark backgrounds.
17183
17184 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17185 too-light magenta2.
17186
17187 * replace.el (match): Use slightly more light RoyalBlue3 instead
17188 of dark RoyalBlue4.
17189
17190 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17191
17192 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17193
17194 * novice.el (disabled-command-hook): Declare it with
17195 `define-obsolete-variable-alias'.
17196
17197 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17198 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17199 (desktop-load-default): Add release to obsolescence info.
17200 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17201 (desktop-append-buffer-args, desktop-read):
17202 Fix typos in docstrings.
17203 (desktop-kill): Fix typo in message.
17204 (desktop-save): Doc fix.
17205
17206 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17207
17208 * viper-cmd.el (viper-escape-to-state): Bug fix.
17209 (viper-envelop-ESC-key): Change the definition of fast
17210 keysequence so it'll work with keyboard macros.
17211
17212 * ediff.el (ediff-patch-buffer): Change the docstring.
17213
17214 2005-07-19 Kenichi Handa <handa@m17n.org>
17215
17216 * international/mule-cmds.el (select-safe-coding-system): Try to
17217 use an auto-coding (if any) before anything else. If the found
17218 auto-coding is invalid, show a warning message.
17219
17220 * international/mule.el (find-auto-coding): New function created
17221 by modifying the body of set-auto-coding.
17222 (set-auto-coding): Use find-auto-coding to find a coding.
17223
17224 2005-07-18 Richard M. Stallman <rms@gnu.org>
17225
17226 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17227 not isearch-mode-end-hook-error.
17228 (allout-before-change-protect): Fix error message.
17229
17230 2005-07-18 Juri Linkov <juri@jurta.org>
17231
17232 * allout.el (allout-mode):
17233 * calculator.el (calculator-copy):
17234 * custom.el (custom-known-themes):
17235 * dired.el (dired-desktop-buffer-misc-data)
17236 (dired-restore-desktop-buffer):
17237 * dired-x.el (dired-omit-marker-char):
17238 * files.el (basic-save-buffer):
17239 * font-core.el (font-lock-mode):
17240 * calendar/calendar.el (calendar-goto-hebrew-date)
17241 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17242 (calendar-goto-persian-date):
17243 * language/ethio-util.el (ethio-sera-to-fidel-region):
17244 * textmodes/picture.el (picture-mode):
17245 Delete duplicate duplicate words.
17246
17247 2005-07-18 Juri Linkov <juri@jurta.org>
17248
17249 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17250 chars * ? } |.
17251 (isearch-fallback): Don't call `isearch-process-search-char'.
17252 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17253 (isearch-process-search-char): Call `isearch-fallback' for regexp
17254 chars * ? } |.
17255 (isearch-return-char): Make obsolete with `make-obsolete' instead
17256 of simply documenting it as obsolete in the docstring.
17257 (isearch-fallback): Refill docstring.
17258
17259 * international/isearch-x.el
17260 (isearch-process-search-multibyte-characters): Remove unneeded
17261 `concat'. Add intermediate values to `junk-hist' instead of
17262 `minibuffer-history'. Test the length of `str'.
17263
17264 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17265
17266 * allout.el (allout-resolve-xref): Fix typos in error strings.
17267 (allout-before-change-protect): Remove unneeded `concat'.
17268
17269 * array.el (array-mode, array-reconfigure-rows)
17270 (untabify-backward): Fix typos in docstrings.
17271 (array-reconfigure-rows): Use `insert-buffer-substring', not
17272 `insert-buffer'.
17273
17274 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17275 * progmodes/ada-mode.el (ada-make-body):
17276 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17277
17278 * dired.el (dired-log):
17279 * tar-mode.el (tar-subfile-save-buffer):
17280 * play/zone.el (zone-pgm-stress-destress):
17281 Use `insert-buffer-substring', not `insert-buffer'.
17282
17283 2005-07-17 Simon Josefsson <jas@extundo.com>
17284
17285 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17286
17287 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17288
17289 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17290 Add plain auth method.
17291 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17292
17293 2005-07-17 Kim F. Storm <storm@cua.dk>
17294
17295 * ido.el (dired-other-window): Add ido property.
17296
17297 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17298
17299 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17300 Fix typo in docstring.
17301 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17302 `insert-file-literally'.
17303
17304 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17305 info and delete redundant message. Doc fix.
17306 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17307 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17308
17309 2005-07-16 Richard M. Stallman <rms@gnu.org>
17310
17311 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17312 (byte-compile-and): Use byte-compile-and-recursion.
17313 (byte-compile-or-recursion): New function.
17314 (byte-compile-or): Use that.
17315 (byte-compile-if): Guard the else-clause too.
17316 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17317
17318 * isearch.el (isearch-mode-end-hook-quit): New variable.
17319 (isearch-done): Bind it.
17320 (isearch-mode-end-hook): Doc fix.
17321
17322 * allout.el (allout-isearch-did-quit): Variable deleted.
17323 (allout-real-isearch-abort): Function name no longer used.
17324 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17325 (allout-isearch-rectification): isearch-mode always exists.
17326 Don't set allout-isearch-did-quit.
17327 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17328 allout-isearch-did-quit.
17329 (allout-enwrap-isearch): Just add the hook.
17330 (allout-isearch-abort): Function deleted.
17331 (allout-pre-command-business): Avoid warning.
17332
17333 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17334 Correctly avoid warnings.
17335 (pascal-outline): Likewise.
17336
17337 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17338
17339 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17340
17341 * play/tetris.el (tetris-mode): Avoid warning.
17342
17343 * play/snake.el (snake-mode): Avoid warning.
17344
17345 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17346 (gamegrid-set-display-table): Avoid warning.
17347 (gamegrid-set-timer): Likewise.
17348 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17349 (gamegrid-add-score-with-update-game-score-1): Take FILE
17350 as argument.
17351 (gamegrid-add-score-with-update-game-score): Pass that argument.
17352 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17353
17354 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17355
17356 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17357 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17358
17359 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17360 and insert-file.
17361
17362 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17363 (sc-ask): Avoid warnings.
17364
17365 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17366 (eshell-hist-initialize): Use that var the natural way.
17367
17368 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17369
17370 * emacs-lisp/re-builder.el (reb-cook-regexp):
17371 Avoid warning calling lre-compile-string.
17372 (reb-color-display-p): Avoid warning.
17373
17374 * calculator.el (calculator-last-input): Guard uses
17375 of event-key and key-press-event-p.
17376 (event-key, key-press-event-p): Delete definitions.
17377
17378 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17379 (find-gc-source-directory, find-gc-subrs-callers)
17380 (find-gc-noreturn-list, find-gc-source-files)
17381 (find-gc-subrs-called): Vars renamed and defvar'd.
17382
17383 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17384 (checkdoc-overlay-put, checkdoc-delete-overlay)
17385 (checkdoc-overlay-start, checkdoc-overlay-end)
17386 (checkdoc-mode-line-update, checkdoc-char=):
17387 Define such that compiler knows they are defined.
17388 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17389 (checkdoc-read-event): Delete. Use read-event directly.
17390
17391 * whitespace.el (whitespace-make-overlay)
17392 (whitespace-overlay-put, whitespace-delete-overlay)
17393 (whitespace-overlay-start, whitespace-overlay-end):
17394 Define such that compiler knows they are defined.
17395 (whitespace): Move conditional inside.
17396
17397 * tempo.el (tempo-insert-template): Suppress warning.
17398
17399 * ediff-diff.el (longlines-mode): Add defvar.
17400
17401 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17402
17403 * server.el: Bind "C-x #" in a way that works even if C-x is
17404 redefined to a command key, not a prefix key.
17405
17406 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17407
17408 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17409 cl-make-type-test till execution time.
17410
17411 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17412
17413 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17414 arg ARG and use it.
17415
17416 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17417
17418 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17419
17420 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17421
17422 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17423 a defcustom with two :set or :type keywords.
17424
17425 2005-07-15 Richard M. Stallman <rms@gnu.org>
17426
17427 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17428 Don't give ^M comment-end syntax.
17429
17430 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17431
17432 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17433 Don't consider gdbmi (gdb-mi.el has its own update functions).
17434 (gdb-var-delete): Make it work for gdbmi as well.
17435 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17436
17437 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17438 (gud-speedbar-menu-items): Correct logic for enabling items.
17439
17440 2005-07-15 Kim F. Storm <storm@cua.dk>
17441
17442 * ido.el: Fix commentary.
17443 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17444 Use with-no-warnings around ffap-guesser.
17445 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17446 Let bind minibuffer-completing-file-name to t.
17447
17448 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17449
17450 * startup.el (site-run-file, keyboard-type): Doc fixes.
17451 (command-line): Check for "--basic-display" argument; also for
17452 "--quick", not "--bare-bones" (which was renamed).
17453 (fancy-splash-text): Add missing item "Getting New Versions".
17454 (normal-splash-screen): Fix typos and improve consistency with
17455 `fancy-splash-text'. Update copyright year.
17456
17457 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17458 valid binding for `help-char'.
17459
17460 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17461
17462 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17463
17464 * term.el (term-mode): Disable cua-mode for term buffers.
17465
17466 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17467
17468 * add-log.el (add-log-mailing-address, change-log-merge):
17469 Doc fixes.
17470 (change-log-get-method-definition): Fix typo in docstring.
17471
17472 2005-07-14 Kim F. Storm <storm@cua.dk>
17473
17474 * emulation/cua-base.el:
17475 (cua--pre-command-handler-1, cua--pre-command-handler)
17476 (cua--post-command-handler-1, cua--post-command-handler):
17477 Split in two. Check (buffer local) value of cua-mode.
17478 (cua-selection-mode): New command.
17479
17480 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17481
17482 * custom.el (custom-initialize-safe-set)
17483 (custom-initialize-safe-default): Doc fixes.
17484
17485 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17486 and simplify :init-value again.
17487
17488 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17489 and simplify :init-value again. Delete autoload.
17490
17491 * startup.el (command-line): Use `custom-reevaluate-setting' again
17492 for tooltip-mode.
17493
17494 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17495 a defcustom with two :initialize keywords.
17496
17497 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17498
17499 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17500 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17501 (allout-post-command-business, allout-flag-region)
17502 (isearch-reenable-font-lock, allout-yank)
17503 (allout-insert-latex-header, allout-insert-latex-trailer)
17504 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17505 (allout-latex-verb-quote): Fix typos in docstrings.
17506 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17507 (allout-unprotected, allout-prefix-data):
17508 Improve argument/docstring consistency.
17509 (allout-chart-subtree): Fix argument spec.
17510 (allout-open-topic): Rename `use_sib_bullet' argument to
17511 `use-sib-bullet'. Doc fix.
17512
17513 * whitespace.el (whitespace-check-buffer-leading)
17514 (whitespace-check-buffer-trailing)
17515 (whitespace-check-buffer-indent)
17516 (whitespace-check-buffer-spacetab)
17517 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17518 (whitespace-check-leading-whitespace)
17519 (whitespace-check-trailing-whitespace)
17520 (whitespace-check-spacetab-whitespace)
17521 (whitespace-check-indent-whitespace)
17522 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17523 (whitespace-modes): Fix typos in docstrings.
17524 (defgroup, defcustom): Doc fixes.
17525
17526 * winner.el (winner-mode, winner-boring-buffers)
17527 (winner-pending-undo-ring): Doc fixes.
17528 (winner-ring): Remove unneeded `progn'.
17529 (winner-equal): `defsubst' it.
17530 (winner-redo): Fix message.
17531
17532 2005-07-13 Kim F. Storm <storm@cua.dk>
17533
17534 * simple.el (line-move-1): Always use vertical-motion to
17535 do the last (or only) line move to ensure some movement.
17536 Undo 2005-06-23 change--don't check for overlays.
17537
17538 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17539
17540 * term/mac-win.el (ccl-encode-mac-roman-font)
17541 (ccl-encode-mac-centraleurroman-font)
17542 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17543 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17544 Change charset-id boundary of dimension to ?\xef.
17545 (mac-char-fontspec-list): New constant.
17546 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17547 argument. Nil uses itself as family in font-spec. Previous
17548 behavior for nil is now provided by non-nil non-string argument.
17549 All callers changed. Add font-specs for Mac fonts to
17550 "fontset-default" unless iso8859-1 fonts are installed.
17551
17552 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17555 a continuation line if the \ is preceded by SPC or TAB.
17556 (sh-get-indent-info): Simplify.
17557 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17558 Use with-current-buffer.
17559
17560 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17561 when the matched text is empty.
17562
17563 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17564
17565 * startup.el (command-line): Revert to previous handling of
17566 tooltip-mode. Explain in comment why the complexity is needed.
17567
17568 * tooltip.el (tooltip-mode): Revert to previous implementation of
17569 its defcustom.
17570
17571 * frame.el (blink-cursor-mode): Revert to previous implementation
17572 of its defcustom. Update comment.
17573
17574 2005-07-12 Lars Hansen <larsh@soem.dk>
17575
17576 * desktop.el: Update e-mail address.
17577
17578 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17579
17580 * term/mac-win.el (mac-services-mail-selection)
17581 (mac-services-mail-to): New functions.
17582 (mac-application-menu-map): Bind them.
17583
17584 2005-07-12 wulei <milton@wulei.net> (tiny change)
17585
17586 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17587
17588 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17589
17590 * custom.el (custom-reevaluate-setting): Doc fix.
17591
17592 2005-07-11 Jay Belanger <belanger@truman.edu>
17593
17594 * calc/calc.el (calc-embedded-announce-formula-alist)
17595 (calc-embedded-open-close-plain-alist)
17596 (calc-embedded-open-close-mode-alist): Add checks for additional
17597 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17598
17599 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17600
17601 * custom.el (custom-enable-theme): Don't add theme to
17602 `custom-enabled-themes' with `push' because there is no
17603 setf-method for `delq'.
17604
17605 2005-07-11 Richard M. Stallman <rms@gnu.org>
17606
17607 * custom.el (custom-declare-variable): Doc fix.
17608
17609 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17610 from the alists.
17611
17612 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17613 Do nothing if edebug-active.
17614
17615 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17616 (edebug-display): Do it here instead.
17617
17618 2005-07-10 Richard M. Stallman <rms@gnu.org>
17619
17620 * cus-face.el (custom-theme-set-faces): Make it work.
17621 (custom-reset-faces): Doc fix.
17622 (custom-theme-reset-internal-face, custom-theme-face-value):
17623 Functions deleted.
17624
17625 * custom.el (custom-push-theme): Maintain list of the settings
17626 of a given theme in its theme-settings property.
17627 Maintain position of old settings in the theme-value
17628 or theme-face property.
17629 (custom-enabled-themes): New variable.
17630 (custom-theme-enabled-p): New function.
17631 (provide-theme): Update custom-enabled-themes.
17632 Disable and reenable the `user' theme.
17633 (require-theme): Doc fix.
17634 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17635 (custom-theme-value, custom-theme-variable-value): Likewise.
17636 (custom-theme-reset-internal): Likewise.
17637 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17638 (custom-enable-theme, custom-disable-theme): New functions.
17639 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17640 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17641 (custom-theme-reset-variables): Simplify.
17642 (deftheme, custom-declare-theme, custom-make-theme-feature):
17643 Definitions moved.
17644
17645 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17646
17647 * longlines.el (longlines-show-region)
17648 (longlines-unshow-hard-newlines): Recognize hard newlines by
17649 non-nil hard property, instead of t.
17650
17651 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17652
17653 * viper-cmd.el (viper--key-maps): New variable.
17654 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17655 emulation-mode-map-alists.
17656 (viper-envelop-ESC-key): Use viper-subseq.
17657 (viper-search-forward/backward/next): Disable debug-on-error.
17658
17659 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17660 (viper-ESC-key): New defcustoms.
17661
17662 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17663
17664 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17665 (viper-subseq): Copy of subseq from cl.el.
17666
17667 * viper.el (viper-go-away, viper-set-hooks): Use
17668 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17669
17670 * viper-mous.el (viper-current-frame-saved): Use defvar.
17671
17672 * viper-init.el: Get rid of -face in face names.
17673
17674 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17675 Make it work with longlines mode
17676
17677 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17678
17679 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17680
17681 * ediff-init.el: Get rid of -face in face names.
17682
17683 2005-07-10 Richard M. Stallman <rms@gnu.org>
17684
17685 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17686 and with-timeout-unsuspend.
17687
17688 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17689 and with-timeout-unsuspend.
17690
17691 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17692 (with-timeout): Bind that variable to record timers.
17693 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17694
17695 * emacs-lisp/debug.el (debug-help-follow): New function.
17696 (debugger-mode-map): Use that instead of help-follow.
17697 (debugger-setup-buffer): Use eval-buffer-list
17698 to handle eval-buffer frames.
17699
17700 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17701
17702 * timezone.el (timezone-parse-date): Change first regexp
17703 so it will not mistakenly match dates with no time zone.
17704
17705 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17706
17707 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17708
17709 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17710
17711 * custom.el (custom-initialize-safe-set)
17712 (custom-initialize-safe-default): New functions.
17713
17714 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17715 and simplify :init-value.
17716
17717 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17718 and simplify :init-value. Delete obsolete comment.
17719
17720 * startup.el (command-line): Use `custom-reevaluate-setting' to
17721 handle `tooltip-mode'. Delete obsolete comment.
17722
17723 * files.el (set-visited-file-name): Avoid calling
17724 `file-name-nondirectory' with a nil argument.
17725
17726 2005-07-09 Richard M. Stallman <rms@gnu.org>
17727
17728 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17729 was called with nil for the buffer, handle the read position right.
17730 Handle read position for eval-region, too.
17731
17732 2005-07-09 Juri Linkov <juri@jurta.org>
17733
17734 * fringe.el (fringe-mode): Add period in docstring.
17735 (fringe-query-style): Build prompt depending on `all-frames' arg.
17736
17737 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17738 to not create links to unrelated functions in the Help buffer.
17739
17740 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17741 Doc fix.
17742
17743 * simple.el (next-error-hook): New variable.
17744 (next-error): Use it. Doc fix.
17745
17746 * textmodes/ispell.el (ispell-command-loop): Add current
17747 dictionary name and program name to mode-line-format.
17748 (ispell-region, ispell-process-line): Add current dictionary name
17749 and program name to messages.
17750
17751 2005-07-08 Jay Belanger <belanger@truman.edu>
17752
17753 * calc/calc.el (calc-embedded-announce-formula-alist)
17754 (calc-embedded-open-close-formula-alist)
17755 (calc-embedded-open-close-word-alist)
17756 (calc-embedded-open-close-plain-alist)
17757 (calc-embedded-open-close-new-formula-alist)
17758 (calc-embedded-open-close-mode-alist)
17759 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17760 (calc-embedded-mode-hook): New variables.
17761
17762 * calc/calc-embed.el (calc-embedded-firsttime)
17763 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17764 New variables.
17765 (calc-do-embedded): Use calc-embedded-firsttime,
17766 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17767 determine whether or not to run hooks.
17768 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17769 calc-embedded-firsttime-formula appropriately.
17770 Set calc-embedded delimiter variables according to mode.
17771
17772 2005-07-08 Richard M. Stallman <rms@gnu.org>
17773
17774 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17775 Check for "emacs", etc., as entire symbol, not just as word.
17776 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17777
17778 * files.el (set-visited-file-name): Report the error
17779 for "empty filename" earlier.
17780 (kill-some-buffers): Ignore buffers already dead.
17781
17782 * fringe.el (fringe-mode): Doc fix.
17783
17784 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17785 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17786 Use unwind-protect to ensure byte-compile-unresolved-functions
17787 is updated.
17788
17789 * whitespace.el (whitespace-buffer-leading-cleanup):
17790 Simplify w/ skip-chars-forward.
17791 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17792
17793 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17794 Unconditionally try to leave point at the same old place.
17795
17796 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17797
17798 * comint.el (comint-postoutput-scroll-to-bottom)
17799 (comint-show-maximum-output): Take scroll-margin into consideration.
17800
17801 2005-07-08 Kim F. Storm <storm@cua.dk>
17802
17803 * ido.el (ido-use-filename-at-point): New choice `guess'.
17804 (ido-file-internal): Try ffap-guesser if selected.
17805
17806 * ido.el (ido-before-fallback-functions): New hook.
17807 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17808 (ido-read-file-name): Run it.
17809
17810 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17813 strings rather than a list of symbols to the completion function.
17814
17815 2005-07-07 Jay Belanger <belanger@truman.edu>
17816
17817 * calc/calc-units.el (math-apply-units): Change the places in
17818 which units are simplified.
17819
17820 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17821
17822 * cus-edit.el (customize-option, customize-option-other-window):
17823 Make them handle aliases.
17824
17825 * custom.el (custom-variable-p): Make it recursively follow
17826 aliases. Mention that in the docstring.
17827
17828 2005-07-07 Richard M. Stallman <rms@gnu.org>
17829
17830 * cus-start.el (exec-path): Use `directory' instead of `file'.
17831 Fix tag for nil.
17832
17833 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17834
17835 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17836 when called non-interactively. Doc fix.
17837
17838 2005-07-07 Lute Kamstra <lute@gnu.org>
17839
17840 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17841 new address as well.
17842
17843 2005-07-07 Kenichi Handa <handa@m17n.org>
17844
17845 * international/mule.el (make-coding-system):
17846 Describe `ascii-incompatible' property in the docstring.
17847 (set-file-name-coding-system): Signal an error if coding-system is
17848 ascii-incompatible.
17849 (set-keyboard-coding-system): Likewise.
17850
17851 * international/mule-cmds.el (set-default-coding-systems):
17852 Don't set default-file-name-coding-system and
17853 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17854
17855 * international/utf-16.el: Declare that all UTF-16-based coding
17856 systems are ASCII-incompatible.
17857
17858 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17859
17860 * progmodes/gud.el: Require font-lock for displaying errors.
17861 Used by gdb-ui.el.
17862
17863 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17864
17865 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17866 values for the pattern lists which are `read'able but not
17867 `append'able (like symbols).
17868
17869 2005-07-06 Richard M. Stallman <rms@gnu.org>
17870
17871 * progmodes/flymake.el (flymake-float-time): Instead of
17872 with-no-warnings, test for xemacs.
17873 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17874 to avoid warning.
17875
17876 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17877
17878 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17879
17880 2005-07-05 Lute Kamstra <lute@gnu.org>
17881
17882 * battery.el: Add support for Darwin (with much debugging help
17883 from Samuel Lauber <sam124@operamail.com>).
17884 (battery-status-function, battery-echo-area-format)
17885 (battery-mode-line-format): Add support for pmset on Darwin.
17886 (battery-load-low, battery-load-critical): New user options.
17887 (battery-pmset): New function.
17888
17889 2005-07-05 Lute Kamstra <lute@gnu.org>
17890
17891 Update FSF's address in GPL notices.
17892
17893 * textmodes/page-ext.el: Update FSF's address.
17894
17895 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17898 filling from using prefix when filling a single-line docstring.
17899
17900 * progmodes/flymake.el: Remove useless eval-when-compile.
17901
17902 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17903
17904 2005-07-04 Richard M. Stallman <rms@gnu.org>
17905
17906 * textmodes/org.el (org-file-apps-defaults-gnu):
17907 Rename from org-file-apps-defaults-linux.
17908 (org-default-apps): Don't test system-type for `linux'.
17909 (org-file-apps): Doc fix.
17910
17911 2005-07-04 David Ponce <david@dponce.com>
17912
17913 * tree-widget.el: Improve header Commentary section.
17914 (tree-widget) [defgroup]
17915 (tree-widget-image-enable, tree-widget-themes-directory)
17916 (tree-widget-theme, tree-widget-image-properties-emacs)
17917 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17918 (tree-widget-image-formats, tree-widget-control)
17919 (tree-widget-empty-control, tree-widget-leaf-control
17920 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17921 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17922 (tree-widget-keep, tree-widget-after-toggle-functions)
17923 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17924 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17925 :help-echo message.
17926 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17927 (tree-widget-image-properties): Doc fix. Clearer implementation.
17928 (tree-widget--cursors): New constant.
17929 (tree-widget-lookup-image): New function split from
17930 `tree-widget-find-image'. Clearer implementation.
17931 (tree-widget-find-image): Use it.
17932 (tree-widget-button-keymap): Use `set-keymap-parent'.
17933 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17934 Define the sub-widgets here.
17935 (tree-widget-node): Check that :node is not a tree-widget.
17936 (tree-widget-get-super, tree-widget-open-control)
17937 (tree-widget-close-control, tree-widget-empty-control)
17938 (tree-widget-leaf-control, tree-widget-guide)
17939 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17940 (tree-widget-no-handle, tree-widget-value-delete)
17941 (tree-widget-map): Remove.
17942 (tree-widget-children-value-save): Doc fix. Simplified.
17943 (tree-widget-value-create): Update according to previous changes.
17944
17945 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17946
17947 * textmodes/org.el: Leading space replaced by TABS.
17948 (org-recalc-marks, org-table-rotate-recalc-marks)
17949 (org-table-get-specials): Treat "^" and "_" marks.
17950 (org-table-justify-field-maybe): Optional argument NEW.
17951 (org-table-eval-formula): Parsing of the format simplified.
17952 New modes C,I. Honor the %= parameter in the current table.
17953 Avoid unnecessary re-align by using the NEW argument to
17954 `org-table-justify-field-maybe'.
17955 (org-calc-default-modes): Default for date-format mimicks org-mode.
17956 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17957
17958 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17959
17960 * cus-face.el (custom-theme-set-faces): Make it handle face
17961 aliases whose alias declarations are pre- or autoloaded.
17962
17963 2005-07-04 Juri Linkov <juri@jurta.org>
17964
17965 * faces.el (read-face-name): Put the code for getting a face name
17966 from the buffer before adding the faces from the `face' property.
17967 Use `completing-read-multiple' instead of `completing-read'.
17968 Require `crm'. Add default value and post-process the returned
17969 list of faces.
17970
17971 * emacs-lisp/crm.el (crm-find-current-element)
17972 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17973
17974 * emacs-lisp/lisp-mode.el (eval-defun-1):
17975 * emacs-lisp/edebug.el (edebug-eval-defun):
17976 Remove unnecessary quotes.
17977
17978 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17979
17980 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17981 (prolog-indent-level): Fix typo in docstring.
17982
17983 * info.el (Info-history, Info-history-forward)
17984 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17985
17986 * add-log.el (add-change-log-entry):
17987 * comint.el (comint-dynamic-list-input-ring)
17988 (comint-dynamic-list-completions):
17989 * dabbrev.el (dabbrev-expand):
17990 * delim-col.el (delimit-columns-rectangle-line):
17991 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17992 (diff-unified->context):
17993 * ediff-init.el (ediff-abbrev-jobname):
17994 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17995 (ediff-replace-session-activity-marker-in-meta-buffer):
17996 * info.el (Info-summary):
17997 * lpr.el (printify-region):
17998 * printing.el (pr-create-interface):
17999 * ps-print.el (ps-print-quote):
18000 * ses.el (ses-column-widths, ses-print-cell)
18001 (ses-adjust-print-width, ses-center):
18002 * shell.el (shell-file-name-quote-list):
18003 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18004 (strokes-fill-current-buffer-with-whitespace)
18005 (strokes-xpm-for-stroke, strokes-list-strokes)
18006 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18007 * term.el (term-dynamic-list-input-ring)
18008 (term-dynamic-list-completions):
18009 * calc/calc.el (math-format-stack-value):
18010 * emacs-lisp/edebug.el (edebug-display-freq-count):
18011 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18012 (delphi-new-comment-line):
18013 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18014 * progmodes/executable.el (executable-set-magic):
18015 * progmodes/python.el (inferior-python-mode):
18016 * progmodes/scheme.el (scheme-mode-syntax-table):
18017 * progmodes/sh-script.el (sh-maybe-here-document):
18018 * progmodes/sql.el (sql-copy-column):
18019 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18020 * textmodes/bibtex.el (bibtex-mode):
18021 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18022 (sgml-auto-attributes):
18023 * textmodes/table.el (table-insert, table-shorten-cell)
18024 (table--generate-source-scan-lines, table-delete-row)
18025 (*table--cell-delete-char, table--spacify-frame)
18026 (table--horizontally-shift-above-and-below)
18027 (table--cell-insert-char, table--cell-blank-str)
18028 (table--fill-region-strictly):
18029 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18030 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18031
18032 * add-log.el (change-log):
18033 * apropos.el (apropos):
18034 * comint.el (comint-completion, comint-source):
18035 * dabbrev.el (dabbrev):
18036 * delim-col.el (columns):
18037 * diff-mode.el (diff-mode):
18038 * ediff.el (ediff):
18039 * ediff-diff.el (ediff-diff):
18040 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18041 * ediff-mult.el (ediff-mult):
18042 * ediff-ptch.el (ediff-ptch):
18043 * ediff-wind.el (ediff-window):
18044 * facemenu.el (facemenu):
18045 * indent.el (indent):
18046 * info.el (info):
18047 * jka-cmpr-hook.el (compression, jka-compr):
18048 * lpr.el (lpr):
18049 * outline.el (outlines):
18050 * pcmpl-cvs.el (pcmpl-cvs):
18051 * pcmpl-rpm.el (pcmpl-rpm):
18052 * printing.el (printing):
18053 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18054 (ps-print-vertical, ps-print-headers, ps-print-font)
18055 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18056 (ps-print-background, ps-print-printer, ps-print-page)
18057 (ps-print-miscellany):
18058 * ses.el (ses):
18059 * shell.el (shell, shell-directories, shell-faces):
18060 * startup.el (initialization):
18061 * strokes.el (strokes):
18062 * term.el (term):
18063 * uniquify.el (uniquify):
18064 * w32-vars.el (w32):
18065 * calc/calc.el (calc):
18066 * emacs-lisp/bytecomp.el (bytecomp):
18067 * emacs-lisp/cl-indent.el (lisp-indent):
18068 * emacs-lisp/edebug.el (edebug):
18069 * emacs-lisp/elp.el (elp):
18070 * emacs-lisp/testcover.el (testcover):
18071 * emacs-lisp/trace.el (trace):
18072 * emulation/viper-ex.el (viper-ex):
18073 * emulation/viper-mous.el (viper-mouse):
18074 * mail/mailalias.el (mailalias):
18075 * mail/supercite.el (supercite, supercite-frames)
18076 (supercite-attr, supercite-cite, supercite-hooks):
18077 * net/rcompile.el (remote-compile):
18078 * net/rlogin.el (rlogin):
18079 * obsolete/ooutline.el (outlines):
18080 * progmodes/delphi.el (delphi):
18081 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18082 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18083 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18084 (ebnf-optimization):
18085 * progmodes/etags.el (etags):
18086 * progmodes/executable.el (executable):
18087 * progmodes/idlwave.el (idlwave):
18088 * progmodes/pascal.el (pascal):
18089 * progmodes/prolog.el (prolog):
18090 * progmodes/python.el (python):
18091 * progmodes/scheme.el (scheme):
18092 * progmodes/sh-script.el (sh, sh-script):
18093 * progmodes/sql.el (SQL):
18094 * progmodes/tcl.el (tcl):
18095 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18096 * textmodes/enriched.el (enriched):
18097 * textmodes/makeinfo.el (makeinfo):
18098 * textmodes/sgml-mode.el (sgml):
18099 * textmodes/table.el (table-hooks):
18100 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18101 * textmodes/texinfo.el (texinfo):
18102 * textmodes/two-column.el (two-column):
18103 Finish `defgroup' description with period.
18104
18105 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18106 * eshell/esh-var.el (eshell-var):
18107 * progmodes/vhdl-mode.el (vhdl-testbench):
18108 * textmodes/org.el (org): Fix typos in docstrings.
18109
18110 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18111 consistency.
18112
18113 * progmodes/flymake.el (flymake-find-file): Remove.
18114 (flymake-float-time): Use `with-no-warnings'.
18115 (flymake-check-start-time, flymake-check-was-interrupted)
18116 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18117 (flymake-new-err-info): `defvar' at compile time.
18118
18119 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18120
18121 * replace.el (occur-hook): Doc fix.
18122 (occur-1): Don't call `occur-hook' if there are no matches.
18123
18124 2005-07-03 Richard M. Stallman <rms@gnu.org>
18125
18126 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18127 global-map, save the same map.
18128 (global-map): Don't alter it at top level.
18129 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18130 Then alter it here instead.
18131 (tpu-edt-off): Set global-map to the saved one.
18132
18133 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18134 All references simplified.
18135 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18136 (zmacs-regions): Add defvar.
18137 (repeat-complex-command-map): Everything about that deleted.
18138
18139 * textmodes/artist.el (artist-key-is-drawing)
18140 (artist-key-endpoint1, artist-key-poly-point-list)
18141 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18142 (artist-key-compl-table, artist-rb-save-data)
18143 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18144 Don't put them in eval-when-compile.
18145 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18146
18147 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18148 Use with-no-warnings.
18149
18150 * net/browse-url.el (dos-windows-version): Add defvar.
18151
18152 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18153
18154 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18155 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18156 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18157 Add defvar.
18158 (rmail-summary-beginning-of-message): Use with-no-warnings.
18159 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18160
18161 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18162 Use with-no-warnings.
18163
18164 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18165 (c-mark-function): Add point-moving-unit property.
18166 (vi-goto-line): Use with-no-warnings.
18167
18168 * emulation/edt.el (edt-last-copied-word): Add defvar.
18169 (zmacs-region-stays): Likewise.
18170 (edt-mark-section-wisely): Use c-mark-function for C.
18171 Use makr-defun for Fortran.
18172 (time-string): defvar deleted.
18173 (edt-display-the-time): Don't set time-string.
18174
18175 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18176
18177 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18178 Don't warn when name is not constant
18179 or for defining the group `emacs'.
18180
18181 * tooltip.el (gud-tooltip-mode): Add defvar.
18182
18183 * startup.el (default-frame-background-mode): Add defvar.
18184
18185 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18186
18187 * info.el (tool-bar-map): Add defvar.
18188
18189 * dired.el (dnd-protocol-alist): Add defvar.
18190
18191 * dired-aux.el (dired-query): Display question with answer, when
18192 the user answers.
18193
18194 * custom.el (custom-add-option): Doc fix.
18195
18196 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18197
18198 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18199
18200 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18201 bogus name from the last change.
18202
18203 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18204
18205 * custom.el (custom-declare-variable): Fix typos in comment.
18206 (custom-known-themes): Doc fix.
18207 (custom-theme-directory): New defcustom.
18208 (require-theme): Make it check `custom-theme-directory'.
18209
18210 * cus-theme.el (custom-new-theme-mode): New function.
18211 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18212 (custom-theme-description): Add compiler defvars.
18213 (customize-create-theme): Add doc to the "*New Custom Theme*"
18214 buffer. Use `custom-new-theme-mode'.
18215 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18216 and save it to the `custom-theme-directory'. Make this the
18217 default directory of the buffer.
18218
18219 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18220
18221 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18222 Fix unbalanced parentheses.
18223
18224 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18227 into flymake-mode and delegate to flymake-mode.
18228
18229 * find-file.el (ff-which-function-are-we-in): Clean up.
18230
18231 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18232
18233 * replace.el (occur-rename-buffer): Fix docstring.
18234
18235 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18236 (edt-last-copied-word, edt-learn-macro-count)
18237 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18238 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18239 (time-string, zmacs-region-stays):
18240 * emulation/edt-mapper.el (edt-save-function-key-map)
18241 (EDT-key-name): `defvar' to silence the byte-compiler.
18242
18243 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18244
18245 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18246 font-lock-regexp-backslash. Doc fix.
18247 (font-lock-regexp-backslash-grouping-construct): Rename from
18248 font-lock-regexp-backslash-construct. Doc fix.
18249 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18250 grouping constructs.
18251
18252 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18253
18254 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18255 updating all the prerequisites.
18256
18257 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18258
18259 * textmodes/org.el (org-agenda-start-on-weekday)
18260 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18261 (org-agenda-use-time-grid, org-archive-location)
18262 (org-allow-space-in-links, org-usenet-links-prefer-google)
18263 (org-enable-table-editor, org-export-default-language)
18264 (org-export-html-show-new-buffer, org-fill-paragraph)
18265 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18266 (org-goto-quit, org-occur, org-eval-in-calendar)
18267 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18268 (org-agenda-diary-entry, org-remember-help)
18269 (org-table-convert-region, org-at-table-p)
18270 (org-table-move-row-down, org-table-move-row-up)
18271 (org-table-copy-region, org-table-toggle-vline-visibility)
18272 (org-table-get-stored-formulas, org-table-get-specials)
18273 (org-recalc-commands, org-table-eval-formula)
18274 (org-table-formula-substitute-names, orgtbl-make-binding)
18275 (org-format-org-table-html, org-format-table-table-html)
18276 (org-format-table-table-html-using-table-generate-source)
18277 (org-customize): Fix typos in docstrings.
18278 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18279 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18280 (org-back-to-heading): Doc fixes.
18281 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18282 (org-agenda-change-all-lines, org-get-header):
18283 Improve argument/docstring consistency.
18284 (orgtbl-error): Fix error message.
18285
18286 * progmodes/flymake.el (flymake-find-possible-master-files)
18287 (flymake-master-file-compare, flymake-get-line-err-count)
18288 (flymake-highlight-line, flymake-gui-warnings-enabled):
18289 Fix typos in docstrings.
18290 (flymake-parse-line, flymake-get-project-include-dirs-function)
18291 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18292 Doc fixes.
18293 (flymake-get-project-include-dirs-function)
18294 (flymake-make-err-menu-data):
18295 Improve argument/docstring consistency.
18296
18297 2005-07-01 Lute Kamstra <lute@gnu.org>
18298
18299 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18300 Catch errors with ignore-errors. Use temporary buffer.
18301 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18302
18303 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18304 background color faces.
18305 (facemenu-set-foreground, facemenu-set-background):
18306 Use facemenu-set-face-from-menu.
18307 (facemenu-set-face-from-menu): Treat face names that start with
18308 "fg:" or "bg:" as special.
18309 (facemenu-add-new-color): Don't create faces. Simplify.
18310
18311 2005-06-30 Richard M. Stallman <rms@gnu.org>
18312
18313 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18314 (crm-find-current-element): Likewise.
18315
18316 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18317
18318 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18319
18320 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18323 (archive-mouse-extract): Make it an obsolete alias.
18324 (archive-mode-map): Don't use archive-mouse-extract any more.
18325 (archive-mode, archive-extract): write-contents-hooks ->
18326 write-contents-functions.
18327 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18328 first arg.
18329 (archive-rename-entry): Update the call.
18330 (archive-zip-summarize): Remove unused var `method'.
18331 (archive-lzh-summarize): Remove unused var `creator'.
18332
18333 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18334 dedicated frame upon exit.
18335
18336 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18337 (archive-zip-extract, archive-zip-expunge)
18338 (archive-zip-update, archive-zip-update-case): Use executable-find.
18339 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18340 Use restore-buffer-modified-p.
18341 (archive-extract, archive-add-new-member, archive-write-file-member):
18342 Use with-current-buffer.
18343 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18344
18345 2005-06-30 Andreas Schwab <schwab@suse.de>
18346
18347 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18348
18349 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18350
18351 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18352
18353 2005-06-30 Juri Linkov <juri@jurta.org>
18354
18355 * faces.el (vertical-border): Inherit from mode-line-inactive
18356 only on tty.
18357
18358 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18359
18360 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18361 example, -NLINES in the `occur' docstring).
18362
18363 * replace.el (occur-1): When no matches are found, do not set the
18364 `buffer-read-only' and modified flags for the occur buffer,
18365 because it is deleted.
18366
18367 * emulation/cua-base.el (cua-check-pending-input)
18368 (cua-repeat-replace-region, cua-mode, cua-debug)
18369 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18370 Fix typos in docstrings.
18371
18372 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18373 (cua-cut-region-to-global-mark)
18374 (cua--cut-rectangle-to-global-mark):
18375 Remove period from end of messages.
18376
18377 * emulation/cua-rect.el (cua-do-rectangle-padding):
18378 Remove period from end of messages.
18379 (cua--rectangle-seq-format): Fix typo in docstring.
18380 (cua-sequence-rectangle, cua-fill-char-rectangle):
18381 Improve argument/docstring consistency.
18382
18383 2005-06-29 Juri Linkov <juri@jurta.org>
18384
18385 * faces.el (default-frame-background-mode): New internal variable.
18386 (frame-set-background-mode): Use it.
18387
18388 * startup.el (normal-top-level): Set default-frame-background-mode
18389 instead of frame-background-mode. Before setting it, test for its
18390 nil value. Remove tests for frame-background-mode and frame
18391 parameter `reverse'. Add test for "unspecified-fg".
18392
18393 * term/xterm.el (xterm-rxvt-set-background-mode):
18394 * term/rxvt.el (rxvt-set-background-mode):
18395 Set default-frame-background-mode instead of frame-background-mode.
18396
18397 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18398
18399 * simple.el (set-variable): Warn about obsolete user variables.
18400
18401 * imenu.el (imenu--completion-buffer):
18402 * mouse.el (mouse-buffer-menu-alist):
18403 * msb.el (msb-invisible-buffer-p):
18404 * calendar/diary-lib.el (diary-header-line-format):
18405 * emacs-lisp/pp.el (pp-buffer):
18406 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18407 * textmodes/picture.el (picture-replace-match):
18408 Change space constants followed by a sexp to "?\s ".
18409
18410 * play/decipher.el (decipher-loop-with-breaks):
18411 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18412 constants "protected" from end of line by a comment to "?\s".
18413
18414 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * font-lock.el (save-buffer-state): Use `declare'.
18417
18418 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18419 reset the syntax-table to cperl-mode-syntax-table.
18420 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18421 "foo_print_bar" is not matched as a reserved keyword.
18422
18423 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18424
18425 * textmodes/org.el (orgtbl-setup): New function, for delayed
18426 setup for the orgtbl commands.
18427 (org-calc-default-modes): New option.
18428 (orgtbl-make-binding): Use `defun' to get better help display.
18429 (org-diary): Call `org-compile-prefix-format'.
18430 (org-table-formula-substitute-names): New function.
18431 (org-agenda-day-view, org-agenda-week-view): New commands.
18432 (org-agenda-toggle-week-view): Command removed.
18433 (org-tbl-menu): Split off from org-org-menu.
18434 (org-mode): Move removal of outline-mode menus to here.
18435 (org-table-formula-debug): New option.
18436 (org-table-insert-row): Keep first field if just "#" or "*".
18437 (org-mode): Paragraph regexps fixed.
18438 (org-table-recalculate-regexp): New constant.
18439 (org-table-justify-field-maybe): Avoid replace if not necessary.
18440 (org-copy-special, org-cut-special): Use `call-interactively'.
18441 (org-table-copy-region): Take region from `interactive' call.
18442 (org-trim): Return string even if no match.
18443 (org-formula): New face.
18444 (org-set-font-lock-defaults): No longer highlight "FIXME".
18445 But highlight formula-related fields in table.
18446 (org-table-p): Use regexp, not fontification.
18447 (org-table-align): Handle white space at end of line.
18448 (org-table-formula-evaluate-inline): New option.
18449 (org-mode): Auto-wrapping in comment lines turned off.
18450 (org-table-copy-down): Evaluate only in copied field, not in
18451 destination.
18452 (org-table-current-formula): Variable removed.
18453 (org-table-store-formulas, org-table-get-stored-formulas)
18454 (org-table-modify-formulas, org-table-replace-in-formulas)
18455 (org-table-maybe-eval-formula): New functions.
18456 (org-table-get-formula): Modify to use stored formulas.
18457 (org-table-insert-column, org-table-delete-column)
18458 (org-table-move-column): Call `org-table-modify-formulas'.
18459 (org-complete): Add completion for keyword formulas.
18460 (orgtbl-mode): Pull orgtbl-mode-map to start of
18461 minor-mode-map-alist.
18462
18463 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * progmodes/python.el (python-check): Require `compile' before
18466 modifying its variables.
18467
18468 * newcomment.el (comment-indent-default): Don't get fooled by an early
18469 end of buffer.
18470
18471 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18472
18473 * ps-print.el (ps-print-version): Fix version number.
18474
18475 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18476
18477 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18478
18479 2005-06-28 Richard M. Stallman <rms@gnu.org>
18480
18481 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18482 (flyspell-local-mouse-map): Declaration deleted.
18483 (flyspell-mouse-map): Bind only mouse-2.
18484 (flyspell-mode-map): Don't test flyspell-use-local-map.
18485 (flyspell-overlay-keymap-property-name): Var deleted.
18486 (flyspell-mode-on): Don't make local bindings for
18487 flyspell-mouse-map and flyspell-mode-map.
18488 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18489
18490 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18491
18492 * progmodes/compile.el (compilation-next-error-function):
18493 Don't switch buffers; operate on the current buffer.
18494
18495 * progmodes/compile.el (compilation-error-file-name)
18496 (compilation-warning-file-name, compilation-info-file-name)
18497 (compilation-line-number, compilation-column-number): New faces.
18498 (compilation-error-face, compilation-warning-face)
18499 (compilation-info-face, compilation-line-face)
18500 (compilation-column-face): Use them.
18501
18502 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18503
18504 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18505
18506 * bindings.el (global-map): Bind insertchar and its variants.
18507
18508 2005-06-27 Richard M. Stallman <rms@gnu.org>
18509
18510 * textmodes/artist.el (artist-text-overwrite)
18511 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18512
18513 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18514
18515 * ps-print.el: It was not working the page selection for printing.
18516 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18517 (ps-print-version): New version 6.6.7.
18518 (ps-end-sheet): New fun.
18519 (ps-header-sheet, ps-end-job): Call it.
18520
18521 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18522
18523 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18524
18525 2005-06-27 Lute Kamstra <lute@gnu.org>
18526
18527 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18528 background color faces.
18529 (facemenu-get-face): Delete function.
18530 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18531 (facemenu-add-new-color): Make second argument mandatory.
18532 Create the appropriate face and return it. Simplify.
18533 (facemenu-set-foreground, facemenu-set-background): Don't check if
18534 color is defined. Use return value of facemenu-add-new-color.
18535
18536 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18537
18538 * progmodes/gud.el (gud-filter): Add missing argument to
18539 with-selected-window.
18540
18541 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18544 a :require to the defcustom.
18545
18546 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18547 defcustoms corresponding to minor modes.
18548
18549 2005-06-26 David Ponce <david@dponce.com>
18550
18551 * recentf.el: Require tree-widget instead of wid-edit.
18552 (recentf-filename-handler): Fix widget :type.
18553 (recentf-cancel-dialog, recentf-open-more-files)
18554 (recentf-open-files-action): Doc fix.
18555 (recentf-dialog-goto-first): New function.
18556 (recentf-dialog-mode-map): Set parent keymap first.
18557 (recentf-dialog-mode): Define with define-derived-mode.
18558 Don't display continuation lines in dialogs.
18559 (recentf-edit-list): Rename from recentf-edit-selected-items.
18560 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18561 Simplify.
18562 (recentf-edit-list-validate): New function.
18563 (recentf-edit-list): Update accordingly.
18564 (recentf-open-files-item-shift): Remove.
18565 (recentf-open-files-item): Convert menu elements into tree and
18566 link widgets. Don't create the widgets.
18567 (recentf-open-files): Update accordingly.
18568 (recentf-save-list): Untabify.
18569
18570 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18571
18572 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18573 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18574 partially contained in the active region. Do not take active
18575 region into account when called from Lisp, unless INTERACTIVE arg
18576 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18577 avoid trouble with fields. Make marker point nowhere when no
18578 longer used. Always return nil. Doc fix.
18579 (flush-lines): Add INTERACTIVE arg. Do not take active region
18580 into account when called from Lisp, unless INTERACTIVE arg is
18581 non-nil. Use `forward-line' instead of `beginning-of-line' to
18582 avoid trouble with fields. Make marker point nowhere when no
18583 longer used. Always return nil. Doc fix.
18584 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18585 interchangeable. Do not take active region into account when
18586 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18587 message in echo area when called from Lisp, unless INTERACTIVE arg
18588 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18589 Return the number of matches. Doc fix.
18590 (occur): Doc fix.
18591 (perform-replace): Make comment follow double space convention for
18592 the sake of `outline-minor-mode'.
18593
18594 * faces.el (facep): Doc fix.
18595
18596 2005-06-25 Richard M. Stallman <rms@gnu.org>
18597
18598 * facemenu.el (facemenu-enable-faces-p): New function.
18599 (facemenu-background-menu, facemenu-foreground-menu)
18600 (facemenu-face-menu): Add menu-enable property.
18601
18602 * jka-compr.el (jka-compr-insert-file-contents):
18603 Special handling if cannot find the uncompression program.
18604
18605 * cus-face.el (custom-face-attributes): Add autoload.
18606
18607 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18608 Bind comment-indent-function locally.
18609
18610 * window.el (save-selected-window): Use save-current-buffer.
18611
18612 * subr.el (with-selected-window): Use save-current-buffer.
18613
18614 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18615 and with-current-buffer.
18616
18617 2005-06-24 Richard M. Stallman <rms@gnu.org>
18618
18619 * simple.el (line-move-1): Fix previous change.
18620
18621 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18622
18623 * replace.el (occur-1): Set `buffer-read-only' and the
18624 buffer-modified flag before running `occur-hook' to protect
18625 against unintentional buffer switches that can lead to data loss.
18626
18627 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18628
18629 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18630 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18631 initial error.
18632
18633 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18634 after fresh input.
18635 (gdb-var-create-handler): Put name of expression in quotes.
18636
18637 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18638
18639 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18640 elements of RING in order, and without bogus nil elements.
18641
18642 2005-06-23 Richard M. Stallman <rms@gnu.org>
18643
18644 * simple.el (set-variable): Args renamed; doc fix.
18645 (line-move-1): When there are overlays around, use vertical-motion.
18646
18647 * faces.el (escape-glyph): Use brown against light background.
18648 (nobreak-space): Rename from no-break-space.
18649 Fix previous change.
18650
18651 * dired-aux.el (dired-do-copy): Fix arg prompt.
18652
18653 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18654
18655 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18656
18657 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18658 rather than "Distributor".
18659
18660 2005-06-23 Lute Kamstra <lute@gnu.org>
18661
18662 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18663 (debug-on-entry): Use it. New interactive declaration that uses
18664 function-called-at-point.
18665
18666 2005-06-23 Kim F. Storm <storm@cua.dk>
18667
18668 * subr.el (save-match-data): Add comment about using evaporate arg
18669 to set-match-data.
18670
18671 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18672
18673 * cus-edit.el (customize-face)
18674 (customize-face-other-window): Handle face aliases.
18675
18676 * faces.el (face-documentation, set-face-attribute)
18677 (face-spec-set): Handle face aliases.
18678
18679 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18680
18681 * help-mode.el (help-make-xrefs): If a symbol representing a face
18682 name is not followed by the word "face", it could still be a
18683 function or variable name, so don't bypass other checks.
18684
18685 2005-06-22 Juri Linkov <juri@jurta.org>
18686
18687 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18688 Replace aliased functions with calls where second arg `inherit' is t.
18689
18690 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18691
18692 * progmodes/gdb-ui.el (gdb-error): New variable.
18693 (gdb-error): New function.
18694 (gdb-annotation-rules): Act on error-begin and error annotations.
18695 (gdb-concat-output): Use font-lock-warning-face for errors.
18696
18697 2005-06-22 Miles Bader <miles@gnu.org>
18698
18699 * bindings.el (propertized-buffer-identification): Use renamed
18700 `Buffer-menu-buffer' face.
18701
18702 * faces.el (vertical-border): Rename from `vertical-divider'.
18703 (escape-glyph): Change dark-background color back to `cyan'.
18704
18705 2005-06-21 Juri Linkov <juri@jurta.org>
18706
18707 * faces.el (face-user-default-spec): Try getting `customized-face'
18708 prior to `saved-face'.
18709 (frame-background-mode): Refill docstring.
18710
18711 * emacs-lisp/lisp-mode.el (eval-defun-1):
18712 * emacs-lisp/edebug.el (edebug-eval-defun):
18713 Set `saved-face' temporarily to nil before calling form.
18714 Set `customized-face' to the new spec after that.
18715
18716 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18717
18718 * subr.el (1value, lambda, key-substitution-in-progress):
18719 Doc fixes.
18720
18721 * autoinsert.el (auto-insert-alist):
18722 * ses.el (ses-call-printer):
18723 * subr.el (noreturn):
18724 * emacs-lisp/lisp.el (check-parens):
18725 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18726 * net/browse-url.el (browse-url-mosaic):
18727 * progmodes/cc-defs.el (c-safe-scan-lists):
18728 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18729 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18730 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18731 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18732 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18733 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18734
18735 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18736
18737 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18738
18739 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18740
18741 * calendar/appt.el (appt-make-list): Activate the package, if
18742 not already active (for backwards compatibility).
18743
18744 2005-06-20 Kim F. Storm <storm@cua.dk>
18745
18746 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18747
18748 2005-06-20 Miles Bader <miles@gnu.org>
18749
18750 * faces.el (vertical-divider): New face.
18751
18752 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18753
18754 * simple.el (kill-whole-line): Doc fix.
18755 (next-error-buffer-p, next-error-find-buffer)
18756 (clone-indirect-buffer): Fix typos in docstrings.
18757 (comment-line-break-function): Doc fix: don't say variable
18758 is automatically buffer-local (it isn't).
18759
18760 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18761
18762 * net/tramp-ftp.el (top):
18763 * net/tramp-smb.el (top):
18764 * net/tramp-util.el (top):
18765 * net/tramp-uu.el (top):
18766 * net/tramp-vc.el (top):
18767 * net/tramp.el (top): Revert copyright years back to original
18768 ones. Tramp has a life outside GNU Emacs.
18769
18770 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18771
18772 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18773
18774 2005-06-18 Juri Linkov <juri@jurta.org>
18775
18776 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18777 end of first regexp to limit the match to the position between
18778 line number and source line with same separator character as used
18779 between file name and line number. In the second regexp limit
18780 mouse-face area to file name and line number by adding new group
18781 for them and referring it in HYPERLINK arg.
18782 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18783 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18784 previous line where grep markers may be already removed.
18785
18786 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18787
18788 * progmodes/ps-mode.el: Update version and maintainer's email address.
18789
18790 2005-06-18 Steve Youngs <steve@xemacs.org>
18791
18792 * net/browse-url.el (browse-url-browser-function)
18793 (browse-url-default-browser): Add firefox.
18794 (browse-url-firefox-program, browse-url-firefox-arguments)
18795 (browse-url-firefox-startup-arguments)
18796 (browse-url-firefox-new-window-is-tab): New defcustoms.
18797 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18798
18799 2005-06-17 Richard M. Stallman <rms@gnu.org>
18800
18801 * startup.el (command-line): Warn if specified user name has
18802 no home directory.
18803
18804 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18805 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18806
18807 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18808 Doc fixes.
18809
18810 * faces.el (underline): Try bold if terminal doesn't support underline.
18811
18812 * mail/sendmail.el (mail-setup-with-from): New variable.
18813 (mail-insert-from-field): New function.
18814 (sendmail-send-it): Call it.
18815 (mail-setup): Optionally call it here.
18816
18817 * term/linux.el: Call tty-no-underline.
18818
18819 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18820
18821 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18822
18823 2005-06-17 Miles Bader <miles@gnu.org>
18824
18825 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18826 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18827 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18828 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18829 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18830 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18831 Remove "-face" suffix from face names.
18832 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18833 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18834 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18835 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18836 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18837 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18838 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18839 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18840 New backward-compatibility aliases for renamed faces.
18841 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18842 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18843 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18844 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18845 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18846 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18847 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18848 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18849 Use renamed ediff faces.
18850
18851 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18852 Remove "-face" suffix from face names.
18853 (eshell-test-ok-face, eshell-test-failed-face):
18854 New backward-compatibility aliases for renamed faces.
18855 (eshell-run-test): Use renamed eshell-test faces.
18856
18857 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18858 face name.
18859 (eshell-prompt-face): New backward-compatibility alias for renamed
18860 face.
18861 (eshell-emit-prompt): Use renamed eshell-prompt face.
18862
18863 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18864 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18865 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18866 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18867 Remove "-face" suffix from face names.
18868 (eshell-ls-directory-face, eshell-ls-symlink-face)
18869 (eshell-ls-executable-face, eshell-ls-readonly-face)
18870 (eshell-ls-unreadable-face, eshell-ls-special-face)
18871 (eshell-ls-missing-face, eshell-ls-archive-face)
18872 (eshell-ls-backup-face, eshell-ls-product-face)
18873 (eshell-ls-clutter-face):
18874 New backward-compatibility aliases for renamed faces.
18875 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18876
18877 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18878 Remove "-face" suffix from face name.
18879 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18880 instead of literal face.
18881
18882 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18883
18884 * emacs-lisp/warnings.el (display-warning, lwarn)
18885 (warning-minimum-log-level): Doc fixes.
18886 (warning-minimum-level, warning-minimum-log-level):
18887 Add :debug to :type choices.
18888
18889 * progmodes/ada-mode.el (ada-format-paramlist)
18890 (ada-get-indent-case, ada-check-matching-start)
18891 (ada-check-defun-name, ada-goto-matching-decl-start)
18892 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18893 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18894 (ada-make-subprogram-body): Follow error conventions.
18895 (ada-case-exception-file, ada-indent-comment-as-code)
18896 (ada-indent-handle-comment-special, ada-indent-renames)
18897 (ada-indent-return, ada-search-directories-internal)
18898 (ada-tab-policy, ada-case-exception-substring)
18899 (ada-other-file-alist, ada-matching-start-re)
18900 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18901 (ada-imenu-generic-expression, ada-compile-goto-error)
18902 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18903 (ada-popup-menu, ada-add-extensions, ada-mode)
18904 (ada-region-selected, ada-create-case-exception)
18905 (ada-create-case-exception-substring, ada-after-keyword-p)
18906 (ada-activate-keys-for-case, ada-adjust-case-region)
18907 (ada-adjust-case-buffer, ada-format-paramlist)
18908 (ada-scan-paramlist, ada-insert-paramlist)
18909 (ada-indent-newline-indent)
18910 (ada-indent-newline-indent-conditional)
18911 (ada-justified-indent-current, ada-goto-previous-word)
18912 (ada-indent-current, ada-get-indent-open-paren)
18913 (ada-get-indent-paramlist, ada-get-indent-end)
18914 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18915 (ada-get-indent-block-start, ada-get-indent-subprog)
18916 (ada-get-indent-noindent, ada-get-indent-label)
18917 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18918 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18919 (ada-goto-stmt-end, ada-goto-next-word)
18920 (ada-check-matching-start, ada-check-defun-name)
18921 (ada-goto-matching-decl-start, ada-goto-matching-start)
18922 (ada-goto-matching-end, ada-search-ignore-string-comment)
18923 (ada-in-decl-p, ada-looking-at-semi-or)
18924 (ada-looking-at-semi-private, ada-in-paramlist-p)
18925 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18926 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18927 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18928 (ada-previous-package, ada-create-menu)
18929 (ada-fill-comment-paragraph-justify)
18930 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18931 (ada-other-file-name, ada-last-which-function-line)
18932 (ada-last-which-function-subprog, ada-which-function)
18933 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18934 (ada-gen-treat-proc, ada-check-emacs-version)
18935 (ada-continuation-indent, ada-align-region-separate):
18936 Fix typos in docstrings.
18937 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18938
18939 2005-06-16 Lute Kamstra <lute@gnu.org>
18940
18941 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18942 conditionally.
18943
18944 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18945
18946 * comint.el (comint-replace-by-expanded-filename)
18947 (comint-prompt-regexp, comint-delimiter-argument-list)
18948 (comint-preinput-scroll-to-bottom):
18949 * info.el (Info-hide-cookies-node):
18950 * ls-lisp.el (ls-lisp-classify):
18951 * find-file.el (ff-search-directories, ff-special-constructs)
18952 (ff-find-other-file):
18953 * font-lock.el (font-lock-keywords):
18954 * shell.el (shell-prompt-pattern)
18955 (shell-dynamic-complete-functions, shell-mode)
18956 (shell-delimiter-argument-list):
18957 * term.el (term-replace-by-expanded-filename)
18958 (term-prompt-regexp, term-delimiter-argument-list):
18959 * woman.el (woman-ignore, woman0-if):
18960 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18961 * emacs-lisp/elint.el (elint-init-env):
18962 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18963 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18964 * language/ethio-util.el (ethio-tilde-escape)
18965 (ethio-use-three-dot-question):
18966 * net/zone-mode.el (zone-mode-load-time-setup):
18967 * progmodes/cc-align.el (c-lineup-argcont):
18968 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18969 * progmodes/cperl-mode.el (cperl-set-style-back):
18970 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18971 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18972 Fix spellings in docstrings.
18973
18974 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18975 * progmodes/modula2.el (m2-for): Fix spellings.
18976
18977 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18978
18979 * simple.el (undo-more): Don't use `format' on `error' arguments.
18980 Improve argument/docstring consistency.
18981 (pending-undo-list): Doc fix.
18982
18983 * smerge-mode.el (smerge-ensure-match):
18984 * emulation/vip.el (vip-ex):
18985 * net/zone-mode.el (zone-mode-update-serial):
18986 * progmodes/idlwave.el (idlwave-complete):
18987 * progmodes/vhdl-mode.el (vhdl-visit-file)
18988 (vhdl-compose-wire-components):
18989 Don't use `format' on `error' arguments.
18990
18991 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18992 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18993 (tooltip-help-tips): Fix typos in docstrings.
18994
18995 2005-06-16 David Ponce <david@dponce.com>
18996
18997 * tree-widget.el (tree-widget-value-create): Simplify last change.
18998
18999 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19000
19001 * ido.el (ido-incomplete-regexp): New variable.
19002 (ido-set-matches-1): Handle invalid-regexp error and set
19003 ido-incomplete-regexp.
19004 (ido-incomplete-regexp): New face.
19005 (ido-completions): Use it.
19006 (ido-complete, ido-exit-minibuffer, ido-completions):
19007 Handle incomplete regexps.
19008 (ido-completions): Add check for complete match when entering a regexp.
19009
19010 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19011
19012 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19013
19014 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19015
19016 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19017 by field delimiters.
19018
19019 2005-06-15 David Ponce <david@dponce.com>
19020
19021 * tree-widget.el: eval-and-compile inlined functions so they will
19022 be available at run-time too.
19023 (tree-widget-super-format-handler)
19024 (tree-widget-format-handler): Remove.
19025 (tree-widget-value-create): Handle the :indent property.
19026
19027 2005-06-15 Miles Bader <miles@gnu.org>
19028
19029 * progmodes/which-func.el (which-func): Only inherit
19030 `font-lock-function-name-face' when that makes sense against the
19031 default mode-line face, otherwise set the face color explicitly.
19032
19033 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19034 faces instead of (non-existent) variables.
19035
19036 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19037
19038 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19039 (iswitchb-get-matched-buffers): Likewise. Simplify.
19040
19041 2005-06-14 Miles Bader <miles@gnu.org>
19042
19043 * progmodes/ld-script.el (ld-script-location-counter):
19044 Remove "-face" suffix from face name.
19045 (ld-script-location-counter-face):
19046 New backward-compatibility alias for renamed face.
19047 (ld-script-location-counter-face): Use renamed face.
19048
19049 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19050 (cperl-hash): Remove "-face" suffix from face names.
19051 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19052 New backward-compatibility aliases for renamed faces.
19053 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19054 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19055
19056 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19057 name.
19058 (which-func-face): New backward-compatibility alias for renamed face.
19059 (which-func-format): Use renamed which-func face.
19060
19061 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19062 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19063 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19064 names.
19065 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19066 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19067 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19068 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19069 (vhdl-speedbar-architecture-selected)
19070 (vhdl-speedbar-configuration-selected)
19071 (vhdl-speedbar-package-selected)
19072 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19073 names.
19074 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19075 Use renamed faces.
19076 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19077 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19078 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19079 Use renamed faces.
19080 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19081 names.
19082 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19083 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19084 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19085 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19086 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19087 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19088
19089 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19090 face name.
19091 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19092 (sh-heredoc-face): Use renamed sh-heredoc face.
19093
19094 * progmodes/idlw-help.el (idlwave-help-link):
19095 Remove "-face" suffix from face name.
19096 (idlwave-help-link-face):
19097 New backward-compatibility alias for renamed face.
19098 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19099
19100 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19101 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19102 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19103 New backward-compatibility aliases for renamed faces.
19104 (idlwave-shell-disabled-breakpoint-face)
19105 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19106
19107 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19108 Remove "-face" suffix from face names.
19109 (flymake-errline-face, flymake-warnline-face):
19110 New backward-compatibility aliases for renamed faces.
19111 (flymake-highlight-line): Use renamed flymake faces.
19112
19113 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19114 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19115 (ebrowse-member-class, ebrowse-progress):
19116 Remove "-face" suffix from face names.
19117 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19118 (ebrowse-file-name-face, ebrowse-default-face)
19119 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19120 (ebrowse-progress-face):
19121 New backward-compatibility aliases for renamed faces.
19122 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19123 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19124 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19125 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19126
19127 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19128 antlr-syntax)
19129 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19130 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19131 names.
19132 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19133 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19134 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19135 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19136 backward-compatibility aliases for renamed faces.
19137 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19138 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19139 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19140 remove "font-lock-". Use renamed antlr-mode faces.
19141 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19142 literal face-names with face variable references.
19143
19144 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19145 face name.
19146 (Buffer-menu-buffer-face): New backward-compatibility alias for
19147 renamed face.
19148 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19149
19150 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19151
19152 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19153 Eliminate "-face" suffix.
19154 (makefile-targets): Inherit from font-lock-function-name-face and
19155 eliminate "-face" suffix.
19156 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19157 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19158 actions, instead of prepending, to make it less visible.
19159 (makefile-previous-dependency, makefile-match-dependency):
19160 Don't match a target on a continuation line.
19161
19162 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19163
19164 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19165
19166 * progmodes/gdb-ui.el (menu): Re-order menu items.
19167 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19168
19169 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19170 Define in tooltip.el.
19171 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19172 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19173 gud-tooltip-echo-area.
19174
19175 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19176 backward compatibility and make obsolete.
19177 (tooltip-help-tips): Use tooltip-use-echo-area.
19178 (tooltip-show-help-function): Rename to...
19179 (tooltip-show-help): ...this, because it is a function.
19180 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19181
19182 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19183
19184 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19185 (edebug-print-length, edebug-print-level, edebug-print-circle)
19186 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19187 (edebug-eval-print-last-sexp): Doc fixes.
19188
19189 2005-06-14 Kim F. Storm <storm@cua.dk>
19190
19191 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19192 as the coverage buffer/file/both may change.
19193
19194 2005-06-14 Lute Kamstra <lute@gnu.org>
19195
19196 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19197 and run-mode-hooks. Simplify.
19198
19199 * mail/rmailedit.el (rmail-edit-mode):
19200 * progmodes/octave-inf.el (inferior-octave-mode):
19201 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19202
19203 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19204 and run-mode-hooks.
19205 (recentf-edit-list, recentf-open-files): Don't call
19206 kill-all-local-variables directly.
19207
19208 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19209
19210 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19211
19212 * emacs-lisp/byte-run.el (make-obsolete)
19213 (define-obsolete-function-alias): Rename arguments FUNCTION and
19214 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19215 (make-obsolete-variable, define-obsolete-variable-alias):
19216 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19217 respectively.
19218
19219 * isearchb.el (isearchb-activate):
19220 * pcvs.el (cvs-mode):
19221 * ses.el (ses-load):
19222 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19223 * net/tramp.el (tramp-find-file-exists-command)
19224 (tramp-find-shell):
19225 * progmodes/ada-mode.el (ada-create-case-exception)
19226 (ada-create-case-exception-substring, ada-make-subprogram-body):
19227 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19228 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19229 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19230 * textmodes/org.el (org-promote, org-evaluate-time-range)
19231 (org-agenda-next-date-line, org-agenda-previous-date-line)
19232 (org-agenda-error, org-open-at-point, org-table-move-row)
19233 (org-format-table-table-html-using-table-generate-source)
19234 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19235 * textmodes/reftex.el (reftex-access-scan-info):
19236 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19237 (reftex-toc-promote-prepare): Follow error conventions.
19238
19239 * diff-mode.el (diff-mode): Fix typo in docstring.
19240
19241 * forms.el (forms--intuit-from-file): Fix reference to
19242 `forms-number-of-fields' in error message.
19243 (forms-print): Fix quoting in error message.
19244
19245 * forms.el (forms-mode):
19246 * emulation/vi.el (vi-goto-insert-state):
19247 * progmodes/flymake.el (flymake-new-err-info)
19248 (flymake-start-syntax-check-for-current-buffer)
19249 (flymake-simple-cleanup):
19250 * eshell/esh-var.el (eshell/export):
19251 * progmodes/gud.el (xdb):
19252 * textmodes/flyspell.el (flyspell-incorrect-hook)
19253 (flyspell-maybe-correct-transposition)
19254 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19255
19256 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19257
19258 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19259 minibuffer prompt.
19260
19261 2005-06-13 Kim F. Storm <storm@cua.dk>
19262
19263 * subr.el (add-to-ordered-list): New defun.
19264
19265 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19266 add cua--keymap-alist to emulation-mode-map-alists.
19267
19268 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19269
19270 * subr.el (complete-in-turn): New macro.
19271 (dynamic-completion-table, lazy-completion-table): Add debug info.
19272
19273 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19274 in preference to face aliases.
19275
19276 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19277 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19278 Remove unused vars `start' and `firstline'.
19279 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19280 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19281
19282 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19283
19284 * cus-start.el (all): Don't complain about missing GTK-related
19285 variables, unless either `gtk' is boundp or this isn't a
19286 `windows-nt' build.
19287
19288 2005-06-13 Lute Kamstra <lute@gnu.org>
19289
19290 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19291 run-mode-hooks.
19292
19293 * ediff-mult.el (ediff-meta-mode):
19294 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19295
19296 * ledit.el (ledit-mode): Use delay-mode-hooks.
19297
19298 * woman.el (woman-mode-line-format): Delete constant.
19299 (woman-mode-map): Initialize it properly.
19300 (woman-mode): Set mode-class property to special.
19301 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19302 Set major-mode and mode-name. Don't set mode-line-format directly.
19303 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19304
19305 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19306 string argument obsolete.
19307
19308 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19309
19310 * textmodes/org.el (org-CUA-compatible): New option.
19311 (org-disputed-keys): New variable.
19312 (org-key): New function.
19313 (orgtbl-make-binding): Add docstring to the created function.
19314 (org-mode): Set paragraph start/separate regexps.
19315 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19316 (org-archive-location, org-archive-mark-done)
19317 (org-archive-stamp-time): New options.
19318 (org-archive-subtree): New command.
19319 (org-fill-paragraph): New function.
19320 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19321 (org-fake-empty-table-line): Function removed.
19322 (org-format-org-table-html): Do not create empty table lines at
19323 separator lines. Improved table header treatment.
19324 (org-link-format): New option.
19325 (org-make-link): New function.
19326 (org-insert-link, org-store-link): Use org-make-link.
19327 (org-open-file): Quote file name for shell command, to allow
19328 spaces in file names.
19329 (org-link-regexp): Fix bug with mailto link.
19330 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19331 New constants.
19332 (org-export-as-html): Deal with the optional angles around a link.
19333 Better treatment of file: links.
19334 (org-open-at-point): Replace @{ and @} with < and >.
19335 (org-run-mode-hooks): Function removed.
19336 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19337
19338 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19339
19340 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19341 MI command -data-list-register-values.
19342 (gdb-post-prompt): Indent properly.
19343
19344 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19345
19346 * hilit-chg.el (highlight-changes-colors): Rename from
19347 `highlight-changes-colours'.
19348 (highlight-changes-colours): Keep as obsolete alias.
19349 (highlight-changes-face-list): Doc fix.
19350 (hilit-chg-make-list): Use `highlight-changes-colors'.
19351
19352 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19353
19354 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19355 defun-prompt-regexp.
19356
19357 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19358
19359 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19360 and cygwin.
19361
19362 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19363 Don't use an old loaddefs.el, as in Makefile.in.
19364
19365 2005-06-12 Lute Kamstra <lute@gnu.org>
19366
19367 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19368
19369 * man.el (Man-mode-map): Initialize it properly.
19370 (Man-mode): Set mode-class property to special.
19371
19372 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19373
19374 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19375
19376 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19377 A newline is needed in the docstring there.
19378
19379 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19380 Doc fixes.
19381
19382 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19383
19384 * printing.el: Doc fix. The menubar is no more changed when printing
19385 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19386 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19387 (pr-version): New version number (6.8.4).
19388 (pr-menu-bind): New command.
19389 (pr-update-menus): Docstring and code fix.
19390 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19391 Docstring fix.
19392 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19393 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19394
19395 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19396
19397 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19398 "Returns" to "return", document useful return values, etc.
19399
19400 2005-06-11 Alan Mackenzie <acm@muc.de>
19401
19402 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19403 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19404 (adaptive-file-function): Minor amendment to doc-string.
19405
19406 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19407
19408 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19409 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19410 Fix :type--it is `integer', not `string'.
19411
19412 * faces.el (modeline-highlight): Rename from (the erroneous)
19413 `modeline-higilight'.
19414
19415 2005-06-11 Lute Kamstra <lute@gnu.org>
19416
19417 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19418 lisp-interaction-mode-map but make it the parent.
19419 (edebug-eval-mode): Use define-derived-mode.
19420
19421 2005-06-11 Andreas Schwab <schwab@suse.de>
19422
19423 * bindings.el: Add binding of `ESC functionkey' for every
19424 `M-functionkey'.
19425 * hexl.el (hexl-mode-map): Likewise.
19426
19427 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19428
19429 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19430 [msft]: update regexp for newer msft compilers.
19431
19432 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19433
19434 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19435 ATTLIST portions of included DTDs.
19436 (xml-parse-dtd): Eliminate use of inefficient match-data.
19437
19438 2005-06-10 Miles Bader <miles@gnu.org>
19439
19440 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19441 (mpuz-text): Remove "-face" suffix from face names.
19442 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19443 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19444 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19445
19446 * play/gomoku.el (gomoku-O, gomoku-X):
19447 Remove "-face" suffix from face names.
19448 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19449 New backward-compatibility aliases for renamed faces.
19450 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19451
19452 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19453
19454 * thumbs.el: Fixes for changes of 2005-06-09.
19455 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19456 as a directory.
19457 (thumbs-thumbname): Remove directory separator from format string;
19458 `thumbs-thumbsdir' now returns a valid directory name.
19459 (thumbs-temp-dir): New defsubst.
19460 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19461 Use it.
19462
19463 * cus-edit.el (minibuffer):
19464 * files.el (make-backup-file-name-function):
19465 * filesets.el (filesets-external-viewers):
19466 * hilit-chg.el (highlight-changes-colours)
19467 (highlight-changes-face-list, highlight-changes-rotate-faces):
19468 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19469 * kmacro.el (kmacro-call-macro):
19470 * log-edit.el (log-edit-changelog-full-paragraphs):
19471 * mouse.el (mouse-1-click-follows-link):
19472 * skeleton.el (skeleton-autowrap):
19473 * subr.el (insert-for-yank-1):
19474 * tempo.el (tempo-insert-region):
19475 * terminal.el (terminal-emulator):
19476 * time.el (display-time-mail-face):
19477 * vc.el (vc-annotate):
19478 * vcursor.el (vcursor-copy-line):
19479 * woman.el (woman-bold-headings, woman-ignore)
19480 (woman-default-faces, woman-monochrome-faces):
19481 * calendar/todo-mode.el (todo-insert-threshold):
19482 * emulation/pc-select.el (pc-select-selection-keys-only)
19483 (pc-selection-mode):
19484 * emulation/vip.el (vip-find-char-forward):
19485 * emulation/viper-cmd.el (viper-find-char-forward):
19486 * international/mule-cmds.el
19487 (select-safe-coding-system-accept-default-p)
19488 (input-method-exit-on-invalid-key):
19489 * international/mule-diag.el (describe-coding-system):
19490 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19491 * net/browse-url.el (browse-url-xterm-program):
19492 * obsolete/lazy-lock.el (lazy-lock-mode):
19493 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19494 (cperl-mode):
19495 * progmodes/cpp.el (cpp-face-light-name-list)
19496 (cpp-face-dark-name-list):
19497 * progmodes/delphi.el (delphi-newline-always-indents):
19498 Fix spellings in docstrings.
19499
19500 * ido.el (ido-mode, ido-file-extensions-order)
19501 (ido-default-file-method, ido-default-buffer-method)
19502 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19503 (ido-decorations, ido-read-file-name-as-directory-commands)
19504 (ido-read-file-name-non-ido, ido-work-directory-list)
19505 (ido-ignore-item-temp-list, ido-current-directory)
19506 (ido-magic-forward-char, ido-enter-find-file)
19507 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19508 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19509
19510 2005-06-10 Lute Kamstra <lute@gnu.org>
19511
19512 * play/dunnet.el (dun-mode): Use define-derived-mode.
19513 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19514 obsolete alias.
19515
19516 * play/doctor.el (doctor-mode-map): Remove defvar.
19517 (doctor-mode): Use define-derived-mode.
19518
19519 * mail/mspools.el (mspools-mode):
19520 * net/eudc-hotlist.el (eudc-hotlist-mode):
19521 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19522
19523 2005-06-10 Miles Bader <miles@gnu.org>
19524
19525 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19526 Remove "-face" suffix from face names.
19527 (flyspell-incorrect-face, flyspell-duplicate-face):
19528 New backward-compatibility aliases for renamed faces.
19529 (flyspell-mode-on, make-flyspell-overlay)
19530 (flyspell-highlight-incorrect-region)
19531 (flyspell-highlight-duplicate-region)
19532 (flyspell-display-next-corrections)
19533 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19534
19535 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19536 from face name.
19537 (texinfo-heading-face): New backward-compatibility alias for
19538 renamed face.
19539 (texinfo-heading-face): Use renamed texinfo-heading face.
19540
19541 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19542 suffix from face names.
19543 (tex-math-face, tex-verbatim-face):
19544 New backward-compatibility aliases for renamed faces.
19545 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19546 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19547 literal face name.
19548
19549 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19550 name.
19551 (table-cell-face): New backward-compatibility alias for renamed face.
19552 (table--put-cell-face-property, table--update-cell-face):
19553 Use renamed table-cell face.
19554
19555 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19556 from face name.
19557 (sgml-namespace-face): New backward-compatibility alias for
19558 renamed face.
19559 (sgml-namespace-face): Use renamed sgml-namespace face.
19560
19561 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19562 (org-level-4, org-level-5, org-level-6, org-level-7)
19563 (org-level-8, org-warning, org-headline-done)
19564 (org-deadline-announce, org-scheduled-today)
19565 (org-scheduled-previously, org-link, org-done, org-table)
19566 (org-time-grid): Remove "-face" suffix from face names.
19567 (org-level-1-face, org-level-2-face, org-level-3-face)
19568 (org-level-4-face, org-level-5-face, org-level-6-face)
19569 (org-level-7-face, org-level-8-face, org-warning-face)
19570 (org-headline-done-face, org-deadline-announce-face)
19571 (org-scheduled-today-face, org-scheduled-previously-face)
19572 (org-link-face, org-done-face, org-table-face)
19573 (org-time-grid-face):
19574 New backward-compatibility aliases for renamed faces.
19575 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19576 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19577 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19578 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19579
19580 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19581 (viper-minibuffer-emacs, viper-minibuffer-insert)
19582 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19583 (viper-search-face, viper-replace-overlay-face)
19584 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19585 (viper-minibuffer-vi-face):
19586 New backward-compatibility aliases for renamed faces.
19587 (viper-search-face, viper-replace-overlay-face)
19588 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19589 (viper-minibuffer-vi-face): Use renamed viper faces.
19590
19591 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19592 Remove "-face" suffix from face names.
19593 (testcover-nohits-face, testcover-1value-face):
19594 New backward-compatibility aliases for renamed faces.
19595 (testcover-mark): Use renamed testcover faces.
19596
19597 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19598 face name.
19599 (diary-button-face): New backward-compatibility alias for renamed face.
19600 (diary-entry): Use renamed diary-button face.
19601
19602 * calendar/calendar.el (diary, calendar-today, holiday)
19603 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19604 (diary-face, calendar-today-face, holiday-face):
19605 New backward-compatibility aliases for renamed faces.
19606 (eval-after-load "facemenu", diary-entry-marker)
19607 (calendar-today-marker, calendar-holiday-marker, diary-face):
19608 Use renamed calendar faces.
19609
19610 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19611 (compare-windows-face): New backward-compatibility alias for
19612 renamed face.
19613 (compare-windows-highlight): Use renamed compare-windows face.
19614
19615 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19616 (strokes-char-face): New backward-compatibility alias for renamed face.
19617 (strokes-encode-buffer): Use renamed strokes-char face.
19618
19619 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19620 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19621 Remove "-face" suffix from face names.
19622 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19623 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19624 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19625 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19626 Use renamed pcvs faces.
19627 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19628 * pcvs-defs.el (cvs-mode-map): Likewise.
19629 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19630
19631 * info.el (info-title-1, info-title-2, info-title-3)
19632 (info-title-4): Remove "-face" suffix from and downcase face names.
19633 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19634 (Info-title-4-face):
19635 New backward-compatibility aliases for renamed faces.
19636 (Info-fontify-node): Use renamed info faces.
19637
19638 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19639 Remove "-face" suffix from face names.
19640 (highlight-changes-face, highlight-changes-delete-face):
19641 New backward-compatibility aliases for renamed faces.
19642 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19643 (hilit-chg-make-list): Use renamed highlight-changes faces.
19644
19645 * generic-x.el (show-tabs-tab, show-tabs-space):
19646 Remove "-face" suffix from face names.
19647 (show-tabs-tab-face, show-tabs-space-face):
19648 New backward-compatibility aliases for renamed faces.
19649 (show-tabs-generic-mode-font-lock-defaults-1)
19650 (show-tabs-generic-mode-font-lock-defaults-2):
19651 Use renamed show-tabs faces.
19652
19653 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19654 (smerge-markers): Remove "-face" suffix from face names.
19655 (smerge-mine-face, smerge-other-face, smerge-base-face)
19656 (smerge-markers-face):
19657 New backward-compatibility aliases for renamed faces.
19658 (smerge-mine-face, smerge-other-face, smerge-base-face)
19659 (smerge-markers-face): Use renamed smerge faces.
19660
19661 * log-view.el (log-view-file, log-view-message): Remove "-face"
19662 suffix from face names.
19663 (log-view-file-face, log-view-message-face):
19664 New backward-compatibility aliases for renamed faces.
19665 (log-view-file-face, log-view-message-face): Use renamed log-view
19666 faces.
19667
19668 * paren.el (show-paren-match, show-paren-mismatch):
19669 Remove "-face" suffix from face names.
19670 (show-paren-match-face, show-paren-mismatch-face):
19671 New backward-compatibility aliases for renamed faces.
19672 (show-paren-function): Use renamed show-paren faces.
19673
19674 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19675 (ruler-mode-margins, ruler-mode-fringes)
19676 (ruler-mode-column-number, ruler-mode-fill-column)
19677 (ruler-mode-comment-column, ruler-mode-goal-column)
19678 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19679 suffix from face names.
19680 (ruler-mode-default-face, ruler-mode-pad-face)
19681 (ruler-mode-margins-face, ruler-mode-fringes-face)
19682 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19683 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19684 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19685 New backward-compatibility aliases for renamed faces.
19686 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19687 (ruler-mode-column-number, ruler-mode-fill-column)
19688 (ruler-mode-comment-column, ruler-mode-goal-column)
19689 (ruler-mode-tab-stop, ruler-mode-current-column)
19690 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19691 faces.
19692
19693 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19694 face name.
19695 (whitespace-highlight-the-space): Use renamed face.
19696 (whitespace-highlight-face): New backward-compatibility alias for
19697 renamed face.
19698
19699 * woman.el (woman-italic, woman-bold, woman-unknown)
19700 (woman-addition, woman-symbol-face):
19701 Remove "-face" suffix from face names.
19702 (woman-italic-face, woman-bold-face, woman-unknown-face)
19703 (woman-addition-face):
19704 New backward-compatibility aliases for renamed faces.
19705 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19706 (woman-decode-region, woman-replace-match)
19707 (woman-display-extended-fonts, woman-special-characters)
19708 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19709 Use renamed woman faces.
19710
19711 * longlines.el (longlines-visible-face): Face removed.
19712
19713 * diff-mode.el (diff-header, diff-file-header, diff-index)
19714 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19715 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19716 suffix from face names.
19717 (diff-header-face, diff-file-header-face, diff-index-face)
19718 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19719 (diff-changed-face, diff-function-face, diff-context-face)
19720 (diff-nonexistent-face): New backward-compatibility aliases for
19721 renamed faces.
19722 (diff-header-face, diff-file-header-face)
19723 (diff-index, diff-index-face, diff-hunk-header)
19724 (diff-hunk-header-face, diff-removed, diff-removed-face)
19725 (diff-added, diff-added-face, diff-changed-face, diff-function)
19726 (diff-function-face, diff-context-face, diff-nonexistent)
19727 (diff-nonexistent-face): Use renamed diff-mode faces.
19728
19729 * progmodes/compile.el (compilation-warning-face)
19730 (compilation-info-face): Remove "-face" suffix from face names.
19731 (compilation-warning-face, compilation-info-face):
19732 New backward-compatibility aliases for renamed faces.
19733 (compilation-warning-face, compilation-info-face):
19734 Use renamed compilation faces.
19735
19736 * add-log.el (change-log-date, change-log-name)
19737 (change-log-email, change-log-file, change-log-list)
19738 (change-log-conditionals, change-log-function)
19739 (change-log-acknowledgement): Remove "-face" suffix from face names.
19740 (change-log-date-face, change-log-name-face)
19741 (change-log-email-face, change-log-file-face)
19742 (change-log-list-face, change-log-conditionals-face)
19743 (change-log-function-face, change-log-acknowledgement-face):
19744 New backward-compatibility aliases for renamed faces.
19745 (change-log-font-lock-keywords): Use renamed change-log faces.
19746
19747 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19748 (custom-set, custom-changed, custom-saved, custom-button)
19749 (custom-button-pressed, custom-documentation, custom-state)
19750 (custom-comment, custom-comment-tag, custom-variable-tag)
19751 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19752 (custom-group-tag): Remove "-face" suffix from face names.
19753 (custom-magic-alist, custom-magic-value-create)
19754 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19755 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19756 (custom-set-face, custom-changed-face, custom-saved-face)
19757 (custom-button-face, custom-button-pressed-face)
19758 (custom-documentation-face, custom-state-face)
19759 (custom-comment-face, custom-comment-tag-face)
19760 (custom-variable-tag-face, custom-variable-button-face)
19761 (custom-face-tag-face, custom-group-tag-face-1)
19762 (custom-group-tag-face):
19763 New backward-compatibility aliases for renamed faces.
19764
19765 * wid-edit.el (widget-documentation, widget-button)
19766 (widget-field, widget-single-line-field, widget-inactive)
19767 (widget-button-pressed): "-face" suffix removed from face names.
19768 (widget-documentation-face, widget-button-face)
19769 (widget-field-face, widget-single-line-field-face)
19770 (widget-inactive-face, widget-button-pressed-face):
19771 New backward-compatibility aliases for renamed faces.
19772 (widget-documentation-face, widget-button-face)
19773 (widget-button-pressed-face, widget-specify-field)
19774 (widget-specify-inactive): Use renamed widget faces.
19775
19776 2005-06-10 Kenichi Handa <handa@m17n.org>
19777
19778 * term/x-win.el (x-clipboard-yank): Remove condition-case
19779 wrapping.
19780
19781 2005-06-11 Kenichi Handa <handa@m17n.org>
19782
19783 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19784 date lines stricter.
19785
19786 2005-06-10 Zhang Wei <id.brep@gmail.com>
19787
19788 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19789 of x-get-selection.
19790
19791 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19792
19793 * comint.el (comint-mode, comint-snapshot-last-prompt):
19794 * frame.el (frame-current-scroll-bars):
19795 * term.el (term-mode, term-check-proc, term-input-sender)
19796 (term-simple-send, term-extract-string, term-word)
19797 (term-match-partial-filename):
19798 * window.el (window-current-scroll-bars):
19799 * emulation/cua-base.el (cua-normal-cursor-color)
19800 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19801 (cua-global-mark-cursor-color):
19802 * mail/undigest.el (rmail-forward-separator-regex):
19803 Fix typos in docstrings.
19804
19805 * comint.el (comint-check-proc, make-comint-in-buffer)
19806 (comint-source-default): Doc fixes.
19807
19808 * term.el (term-send-string): Improve argument/docstring consistency.
19809
19810 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19811
19812 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19813 call to `delete-region'.
19814 (comint-mode-hook): Do not enable Font Lock by default.
19815
19816 2005-06-09 Lute Kamstra <lute@gnu.org>
19817
19818 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19819 could be void.
19820
19821 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19824 (debug): Use it.
19825 (debugger-step-through, debugger-continue, debugger-jump)
19826 (debugger-return-value): Set it when needed.
19827 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19828 Use inhibit-read-only.
19829
19830 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19831
19832 * window.el (shrink-window-if-larger-than-buffer)
19833 (window-size-fixed): Fix typo in docstring.
19834
19835 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19836 thumbnails directory on loading.
19837 (thumbs-conversion-program): Use `eq' to check the system type,
19838 not `equal'.
19839 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19840 not "/tmp". Fix docstring.
19841 (thumbs-thumbsdir): New function to return the thumbnails
19842 directory, creating it if needed.
19843 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19844 (thumbs-temp-file): Delete variable and make it into a function.
19845 (thumbs-resize-image, thumbs-modify-image): Use it.
19846 (thumbs-kill-buffer): Simplify.
19847 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19848 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19849 docstrings.
19850
19851 2005-06-09 Kim F. Storm <storm@cua.dk>
19852
19853 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19854 set-match-data to free markers in match-data.
19855
19856 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19857 match-data to unchain markers in match-data.
19858
19859 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19860
19861 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19862 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19863 unnecessary now.
19864
19865 2005-06-08 Richard M. Stallman <rms@gnu.org>
19866
19867 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19868 give the variable a doc string that doesn't say don't set it directly.
19869
19870 * textmodes/ispell.el (ispell-check-version):
19871 Use match-string-no-properties.
19872 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19873 (ispell-buffer-local-words): Likewise.
19874
19875 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19876 except on terminals with enough colors to really display it.
19877 (makefile-dependency-regex): Delete spurious `bb'.
19878
19879 * faces.el (escape-glyph): Use blue once again in last case.
19880 (no-break-space): Redefine so that it isn't invisible on a tty.
19881
19882 2005-06-08 Kim F. Storm <storm@cua.dk>
19883
19884 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19885 also when reading directory name.
19886
19887 2005-06-08 Lute Kamstra <lute@gnu.org>
19888
19889 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19890 (flyspell-mode-line-string): Remove autoload cookie.
19891 (flyspell-mode): Remove defvar.
19892
19893 2005-06-07 Lute Kamstra <lute@gnu.org>
19894
19895 * textmodes/org.el (org-run-mode-hooks): New function.
19896 (org-agenda-mode): Use it.
19897
19898 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19899
19900 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19901
19902 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19905
19906 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19907
19908 * font-lock.el (font-lock-add-keywords): Doc fix.
19909
19910 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19913 (tex-compile-default): In the absence of any history, use the order in
19914 tex-compile-alist to choose the preferred command.
19915 (tex-compile-commands): Reorder a bit.
19916
19917 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19918 (flyspell-incorrect-face, flyspell-duplicate-face):
19919 Use (X)Emacs-agnostic code.
19920 (flyspell-mode-map): Don't overwrite at each load. Remove code
19921 redundant with the subsequent add-minor-mode. Merge Emacs and
19922 XEmacs code.
19923 (flyspell-word): Minor simplification.
19924 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19925 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19926 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19927 Merge the corresponding Emacs code.
19928 (flyspell-correct-word, flyspell-xemacs-popup):
19929 Use flyspell-do-correct.
19930
19931 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19932 a dedicated window.
19933
19934 * international/latexenc.el (latexenc-find-file-coding-system):
19935 Undo part of last patch, to turn off a compiler warning.
19936
19937 2005-06-06 Juri Linkov <juri@jurta.org>
19938
19939 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19940 Rename `tmm-inactive-face' to `tmm-inactive'.
19941
19942 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19943
19944 * iswitchb.el: Rename faces.
19945
19946 2005-06-06 Kim F. Storm <storm@cua.dk>
19947
19948 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19949 (cua-global-mark): Remove -face suffix from face names.
19950
19951 * emulation/cua-gmrk.el (cua--init-global-mark):
19952 Remove cua-global-mark face setup.
19953
19954 2005-06-06 Richard M. Stallman <rms@gnu.org>
19955
19956 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19957 just like other allowed characters.
19958 (makefile-match-dependency): Exclude leading and training whitespace
19959 from the range of regexp subexp 1.
19960 (makefile-macroassign-regex): Don't try to match the body,
19961 just the name of the macro being defined.
19962
19963 * info.el (Info-read-node-name-2): New function.
19964 (Info-read-node-name-1): Use that.
19965 Add a completion-base-size-function property.
19966
19967 * simple.el (completion-setup-function): Look for
19968 completion-base-size-function property of minibuffer-completion-table.
19969
19970 * files.el (locate-file-completion): Doc fix.
19971
19972 * printing.el: Don't call pr-update-menus; user must do that.
19973
19974 * emacs-lisp/debug.el (debugger-window): New variable.
19975 (debug): Use debugger-window if it is set and still alive.
19976 Record debugger-window for next entry.
19977
19978 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19979
19980 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19981
19982 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19983 (hack-one-local-variable, hack-local-variables)
19984 (hack-local-variables-prop-line): Pass that arg.
19985
19986 2005-06-06 Kim F. Storm <storm@cua.dk>
19987
19988 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19989 (ido-indicator): Remove -face suffix from face names.
19990
19991 2005-06-06 Juri Linkov <juri@jurta.org>
19992
19993 * font-lock.el (font-lock-regexp-backslash)
19994 (font-lock-regexp-backslash-construct): New faces.
19995 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19996 after `('. Add `while-no-input' to control structures.
19997
19998 * faces.el (no-break-space, shadow): New faces.
19999 (escape-glyph): Use less loud colors pink2 and red4.
20000
20001 * diff-mode.el (diff-context-face)
20002 * dired.el (dired-ignored)
20003 * rfn-eshadow.el (file-name-shadow)
20004 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20005
20006 * info.el (Info-title-1-face): Use green instead of yellow because
20007 bold yellow is not readable on light backgrounds.
20008
20009 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20010 before selecting the desired mode to not spend time fontifying
20011 old contents.
20012
20013 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20014
20015 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20016 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20017
20018 * ps-print.el (ps-default-fg, ps-default-bg):
20019 Fix typos in docstrings.
20020
20021 * isearchb.el (isearchb): Don't pass a spurious second argument to
20022 `iswitchb-completions'.
20023
20024 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20025
20026 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20027 to preserve point.
20028 (gdb-find-file-hook): Add doc string.
20029
20030 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20031 C dereferenced pointer expression.
20032 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20033
20034 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20035
20036 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20037 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20038 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20039 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20040 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20041 Make background transparent.
20042
20043 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20044
20045 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20046 (font-lock-remove-keywords): Doc fix.
20047 (font-lock-mode-major-mode): Compiler defvar.
20048 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20049
20050 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20051 (font-lock-mode): Update `font-lock-mode-major-mode'.
20052 (font-lock-set-defaults): Compiler defvar.
20053 (font-lock-default-function): Take `font-lock-mode-major-mode'
20054 into account.
20055
20056 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20057 keep track of which major mode it enabled the minor mode for.
20058 Use find-file-hook again. Update docstring.
20059
20060 * simple.el (eval-expression-print-level)
20061 (eval-expression-print-length, eval-expression-debug-on-error):
20062 Doc fixes.
20063
20064 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20065
20066 * iswitchb.el (iswitchb-single-match-face)
20067 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20068 (iswitchb-invalid-regexp-face): New faces.
20069 (iswitchb-completions): Use them.
20070 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20071 now marked as an obsolete alias.
20072 (iswitchb-read-buffer): Remove check for bound font variables.
20073 (iswitchb-invalid-regexp): New free variable.
20074 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20075 set iswitchb-invalid-regexp.
20076 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20077 invalid regexps.
20078 (iswitchb-completions): Add check for complete match when entering
20079 a regexp.
20080 (iswitchb-completions): Remove require-match argument.
20081 (iswitchb-exhibit): Fix caller.
20082 (iswitchb-common-match-inserted): New variable.
20083 (iswitchb-complete, iswitchb-completion-help): Use it.
20084
20085 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20086
20087 * url-http.el (url-http-chunked-encoding-after-change-function):
20088 Use `url-http-debug' instead of `message'.
20089
20090 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20091
20092 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20093 callback argument.
20094
20095 2005-06-04 Kim F. Storm <storm@cua.dk>
20096
20097 * simple.el (line-move): Only call sit-for when moving backwards.
20098
20099 * ido.el (ido-make-merged-file-list-1): New defun split from
20100 ido-make-merged-file-list.
20101 (ido-make-merged-file-list): Bind throw-on-input around call to
20102 ido-make-merged-file-list-1. Return input-pending-p if
20103 interrupted by more input available.
20104 (ido-read-internal): Handle input-pending-p return value from
20105 ido-make-merged-file-list.
20106
20107 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20108
20109 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20110 compatibility code.
20111
20112 * international/latexenc.el (latexenc-find-file-coding-system):
20113 Don't inherit the EOL part of the coding-system from the
20114 tex-main buffer. Fit within 80 columns.
20115
20116 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20117
20118 * tmm.el (tmm-inactive-face): New face.
20119 (tmm-remove-inactive-mouse-face): New function.
20120 (tmm-prompt, tmm-add-one-shortcut)
20121 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20122 but not selectable.
20123
20124 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20125
20126 * faces.el (face-equal): Improve argument/docstring consistency.
20127
20128 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20129
20130 * progmodes/make-mode.el (makefile-targets-face)
20131 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20132 (makefile-bsdmake-dependency-regex)
20133 (makefile-makepp-rule-action-regex)
20134 (makefile-bsdmake-rule-action-regex): New constants.
20135 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20136
20137 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20138 Allow (...) within `...' for makepp messages.
20139
20140 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20141
20142 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20143
20144 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20145 "." files are deleted from all file lists before comparison.
20146
20147 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20148 (viper-ESC-key): Made them customizable.
20149
20150 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20151
20152 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20153
20154 * autorevert.el (auto-revert-buffers): Use save-match-data.
20155
20156 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20157
20158 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20159 menu items with a nil command binding.
20160
20161 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20162
20163 * emacs-lisp/cl-macs.el (defsetf):
20164 Improve argument/docstring consistency.
20165
20166 * faces.el (list-faces-display): Improve the formatting by
20167 computing the maximum length required for any face-name (reworked
20168 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20169 (internal-find-face): Remove redundant info in docstring.
20170
20171 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20172
20173 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20174 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20175 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20176 (gdb-assembler-custom): Improve regexps.
20177 (def-gdb-auto-update-handler): Use window point to preserve point.
20178
20179 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20180
20181 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20182
20183 2005-05-31 Jay Belanger <belanger@truman.edu>
20184
20185 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20186 to calc-embedded.
20187 (calc-embedded-make-info): Have plain prefix argument select
20188 entire line.
20189
20190 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20191
20192 * faces.el (list-faces-display): Signal error if passed a regexp
20193 that matches no face name.
20194
20195 * simple.el (filter-buffer-substring): Fix typo in docstring.
20196
20197 2005-05-31 Richard M. Stallman <rms@gnu.org>
20198
20199 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20200 (vhdl-emacs-21): Doc fix.
20201 (vhdl-mode): Unconditionally set comment-padding.
20202 (vhdl-fixup-whitespace-region): Insert spaces only where
20203 there are none.
20204 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20205
20206 2005-05-30 John Wiegley <johnw@newartisans.com>
20207
20208 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20209 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20210 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20211 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20212 `string-to-number'.
20213
20214 2005-05-30 Jay Belanger <belanger@truman.edu>
20215
20216 * calc/calc.el (calc-bug-address): Fix docstring.
20217 (calc-window-hook, calc-trail-window-hook): New variables.
20218 (calc-trail-display): Restore use of calc-trail-window-hook.
20219 (calc): Restore use of calc-window-hook.
20220
20221 2005-05-31 Masatake YAMATO <jet@gyve.org>
20222
20223 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20224
20225 * help-fns.el (help-C-file-name): Add autoload mark for
20226 `find-function-noselect'.
20227
20228 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20229
20230 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20231 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20232
20233 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20234
20235 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20236 included diary buffer if it was not already being visited.
20237 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20238
20239 * calendar/icalendar.el (top-level): Do not require appt.
20240
20241 * mail/supercite.el (sc-select-attribution): Only use a list
20242 element from sc-attrib-selection-list if it returns a string.
20243 Reported by Davide G. M. Salvetti <salve@debian.org>.
20244
20245 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20246
20247 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20248 includes a hash value to improve its uniqueness, and has a ".jpg"
20249 extension. Also, it is now a valid filename on all systems.
20250 (thumbs-make-thumb): Use `let', not `let*'.
20251 (thumbs-show-thumbs-list): Check for JPEG availability.
20252
20253 2005-05-30 Richard M. Stallman <rms@gnu.org>
20254
20255 * filesets.el (filesets-menu-ensure-use-cached):
20256 Prevent warning when emacs-version>= is undefined.
20257
20258 * printing.el (pr-interactive-n-up): Use string-to-number.
20259
20260 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20261
20262 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20263 Warn only when name to be defined is quoted.
20264
20265 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20266
20267 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20268 Make regexp more robust.
20269 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20270 Force regeneration of disassembly.
20271
20272 2005-05-29 Jay Belanger <belanger@truman.edu>
20273
20274 * calc/calc.el (calc-user-invocation): Check if
20275 calc-invocation-macro is non-nil.
20276
20277 2005-05-29 Juri Linkov <juri@jurta.org>
20278
20279 * add-log.el (change-log-font-lock-keywords):
20280 Add `+' to e-mail regexp to accept mail address with keywords.
20281
20282 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20283
20284 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20285
20286 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20287
20288 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20289
20290 2005-05-29 Richard M. Stallman <rms@gnu.org>
20291
20292 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20293 Undo the change that moves to end of the current word.
20294
20295 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20296
20297 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20298 Throw error when count <= 0 to ensure input is a number.
20299 (gdb-read-memory-custom): Pick up address from buffer.
20300 (gdb-memory-mode): Allow user to increment and decrement
20301 memory address from header line.
20302
20303 2005-05-29 Richard M. Stallman <rms@gnu.org>
20304
20305 * flyspell.el (flyspell-version): Function deleted.
20306 (flyspell-auto-correct-previous-hook): Doc fix.
20307
20308 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20309 Do nothing if memory is full.
20310
20311 * font-lock.el (font-lock-fontify-syntactically-region):
20312 Pass t for GREEDY to looking-back.
20313
20314 * saveplace.el (save-place-alist-to-file): Write the file
20315 using write-region.
20316
20317 * subr.el (looking-back): New argument GREEDY.
20318
20319 * progmodes/compile.el (compilation-start): Set the mode
20320 before inserting the initial text.
20321
20322 * progmodes/which-func.el (which-func-update-1): Turn the mode
20323 off in case of error by setting which-func-mode.
20324
20325 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20326
20327 * flyspell.el (flyspell-auto-correct-previous-word):
20328 Narrow down to what's on the screen, and recenter overlays
20329 at the end of the next word.
20330
20331 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20332
20333 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20334 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20335 (flyspell-abbrev-p): Default to nil.
20336 (flyspell-use-global-abbrev-table-p): Doc fix.
20337 (flyspell-large-region): Allow nil as value.
20338 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20339
20340 (mail-mode-flyspell-verify): More robust handling
20341 of `mail-header-separator'. More efficient signature detection.
20342 Allow for regexp metacharacters in message-header-separator.
20343 Adding `To' not to be checked in mail-mode-flyspell-verify.
20344
20345 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20346 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20347 Bind flyspell-auto-correct-binding.
20348 Bind C-. and C-, .
20349 (flyspell-mode-map): Likewise.
20350 (flyspell-mode): Doc fix.
20351 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20352 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20353 (flyspell-word-cache-result): New var, always local.
20354 (flyspell-check-pre-word-p): Doc fix.
20355 (flyspell-check-changed-word-p): Handle spc like newline.
20356 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20357 (flyspell-word-search-backward, flyspell-word-search-forward):
20358 New functions.
20359 (flyspell-word): Return t if nothing to check.
20360 When parsing TeX code, check for after } or \.
20361 Use flyspell-word-search-backward to find previous word.
20362 Return nil if duplicated word.
20363 For word already checked, return same value as last time.
20364 Set flyspell-word-cache-result after checking.
20365 Don't clobber the return value.
20366 (flyspell-get-word): Major rewrite.
20367 (flyspell-external-point-words): New locals pword, pcount.
20368 Fix size used in progress message.
20369 Find the proper corresponding word in flyspell-large-region-buffer.
20370 (flyspell-region): Check for flyspell-large-region = nil.
20371 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20372 (flyspell-auto-correct-word): Check that WORD is a cons.
20373 (flyspell-correct-word): Likewise.
20374
20375 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20376
20377 * progmodes/make-mode.el (makefile-rule-action-regex)
20378 (makefile-macroassign-regex, makefile-makepp-mode)
20379 (makefile-bsdmake-mode): Continuation lines may be empty.
20380 Reported by Joshua Varner.
20381 (makefile-makepp-font-lock-keywords): Add $(stem).
20382
20383 2005-05-28 Karl Berry <karl@gnu.org>
20384
20385 * textmodes/tex-mode.el: Now that tex-send-command calls
20386 shell-quote-argument (2005-03-31 change), remove all calls to
20387 shell-quote-argument; they all end up invoking tex-send-command.
20388 The double quoting loses on filenames with non-safe characters,
20389 such as "@". Reported by Frederik Fouvry.
20390
20391 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20392
20393 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20394 about preserving point.
20395
20396 2005-05-27 Jay Belanger <belanger@truman.edu>
20397
20398 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20399 Info-goto-node.
20400
20401 * calc/calc-embed.el (calc-embed-arg): New variable.
20402 (calc-do-embedded-activate, calc-embedded-activate-formula)
20403 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20404 variable by new variable.
20405 (calc-embedded-make-info): Replace undeclared variable by new
20406 variable. When selecting region with positive prefix
20407 argument, use end of previous line instead of beginning of line.
20408
20409 * calc/calc-aent.el (calc-arg-values): Declare it.
20410
20411 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20412 Declare them.
20413
20414 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20415
20416 * calc/calc.el (calc-alg-map): Declare it.
20417
20418 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20419
20420 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20421
20422 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20423 (gdb-registers-buffer, toggle-gdb-all-registers):
20424 Toggle display of floating point registers.
20425 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20426
20427 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20428 (toggle-gud-tooltip-dereference):
20429 Rename from gud-toggle-tooltip-dereference.
20430
20431 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20432
20433 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20434
20435 2005-05-27 Jay Belanger <belanger@truman.edu>
20436
20437 * calc/calc-prog.el (calc-kbd-report): Remove.
20438 (calc-kbd-query): Rewrite.
20439
20440 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20441
20442 * image.el (image-library-alist): Move to image.c.
20443 (image-type-available-p): Doc fix.
20444
20445 2005-05-27 Lute Kamstra <lute@gnu.org>
20446
20447 * calc/calc.el (calc):
20448 * outline.el (outline-1, outline-2, outline-3, outline-4)
20449 (outline-5, outline-6, outline-7, outline-8):
20450 * textmodes/dns-mode.el (dns-mode):
20451 * textmodes/sgml-mode.el (sgml-namespace-face):
20452 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20453 (tex-verbatim-face, tex-use-reftex):
20454 * textmodes/texinfo.el (texinfo-heading-face):
20455 Specify customization group.
20456
20457 * longlines.el: Don't require easy-mmode.
20458 (longlines-visible-face): Specify customization group.
20459
20460 2005-05-27 Kenichi Handa <handa@m17n.org>
20461
20462 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20463 encoding table of windows-1251.
20464
20465 * international/ucs-tables.el (ucs-set-table-for-input):
20466 If translation-table-for-input of a coding system is a symbol, get
20467 its translation-table property.
20468
20469 * international/code-pages.el: Don't register a coding system into
20470 non-iso-charset-alist more than once.
20471 (cp-make-coding-system): Likewise.
20472
20473 2005-05-26 John Wiegley <johnw@newartisans.com>
20474
20475 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20476 `eshell-resume-eval' is wrapped in a list, it indicates that the
20477 command was run asynchronously. In that case, unwrap the value
20478 before checking the delimiter value.
20479
20480 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20481 character before a space at the end of a line is \, assume the space
20482 is part of the last argument rather than a final argument separator.
20483
20484 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20485 is in use, and the target is `t' or `nil' (which are the most common
20486 values), don't assume that the symbol target is a buffer.
20487
20488 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20489
20490 * calendar/calendar.el (calendar-mode-line-format):
20491 Use mode-line-highlight as mouse-face.
20492
20493 * time.el (display-time-string-forms, display-time-update):
20494 Use mode-line-highlight as mouse-face.
20495
20496 2005-05-26 Jay Belanger <belanger@truman.edu>
20497
20498 * calc/calc.el (calc-language-alist): Remove extra defvar.
20499
20500 2005-05-26 Lute Kamstra <lute@gnu.org>
20501
20502 * arc-mode.el (archive-mode):
20503 * bookmark.el (bookmark-read-annotation-mode)
20504 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20505 * bs.el (bs-mode):
20506 * calc/calc-yank.el (calc-edit-mode):
20507 * calc/calc.el (calc-mode, calc-trail-mode):
20508 * calculator.el (calculator-mode):
20509 * chistory.el (command-history-mode):
20510 * comint.el:
20511 * cus-edit.el (custom-mode):
20512 * descr-text.el (describe-text-mode):
20513 * ebuff-menu.el (Electric-buffer-menu-mode):
20514 * ediff-util.el (ediff-mode):
20515 * emacs-lisp/re-builder.el (reb-mode):
20516 * emulation/vi.el (vi-mode-setup):
20517 * emulation/ws-mode.el (wordstar-mode):
20518 * eshell/esh-mode.el (eshell-mode):
20519 * forms.el (forms-mode):
20520 * help-mode.el (help-mode):
20521 * hexl.el (hexl-mode):
20522 * ibuffer.el (ibuffer-mode):
20523 * ielm.el (inferior-emacs-lisp-mode):
20524 * info.el (Info-mode, Info-edit-mode):
20525 * international/swedish.el:
20526 * ledit.el (ledit-from-lisp-mode):
20527 * locate.el (locate-mode):
20528 * mail/rmail.el (rmail-mode):
20529 * mail/rmailedit.el (rmail-edit-mode):
20530 * mail/rmailsum.el (rmail-summary-mode):
20531 * mail/supercite.el (sc-electric-mode):
20532 * net/eudc.el (eudc-mode):
20533 * net/quickurl.el (quickurl-list-mode):
20534 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20535 * obsolete/ooutline.el (outline-mode):
20536 * obsolete/options.el (Edit-options-mode):
20537 * obsolete/rnews.el (news-mode):
20538 * obsolete/rnewspost.el (news-reply-mode):
20539 * play/5x5.el (5x5-mode):
20540 * play/decipher.el (decipher-mode, decipher-stats-mode):
20541 * play/gomoku.el (gomoku-mode):
20542 * play/snake.el (snake-mode):
20543 * play/solitaire.el (solitaire-mode):
20544 * play/tetris.el (tetris-mode):
20545 * progmodes/ada-mode.el (ada-mode):
20546 * progmodes/antlr-mode.el (antlr-mode):
20547 * progmodes/autoconf.el (autoconf-mode):
20548 * progmodes/dcl-mode.el (dcl-mode):
20549 * progmodes/delphi.el (delphi-mode):
20550 * progmodes/ebrowse.el (ebrowse-tree-mode)
20551 (ebrowse-electric-list-mode, ebrowse-member-mode)
20552 (ebrowse-electric-position-mode):
20553 * progmodes/f90.el (f90-mode):
20554 * progmodes/fortran.el (fortran-mode):
20555 * progmodes/icon.el (icon-mode):
20556 * progmodes/idlw-help.el (idlwave-help-mode):
20557 * progmodes/idlw-shell.el (idlwave-shell-mode):
20558 * progmodes/idlwave.el (idlwave-mode):
20559 * progmodes/inf-lisp.el (inferior-lisp-mode):
20560 * progmodes/m4-mode.el (m4-mode):
20561 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20562 * progmodes/modula2.el (modula-2-mode):
20563 * progmodes/octave-inf.el (inferior-octave-mode):
20564 * progmodes/octave-mod.el (octave-mode):
20565 * progmodes/pascal.el (pascal-mode):
20566 * progmodes/sh-script.el (sh-mode):
20567 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20568 * progmodes/vhdl-mode.el (vhdl-mode):
20569 * progmodes/xscheme.el (scheme-interaction-mode):
20570 * replace.el (occur-mode):
20571 * ses.el (ses-mode):
20572 * simple.el (completion-list-mode):
20573 * skeleton.el:
20574 * speedbar.el (speedbar-mode):
20575 * term.el (term-mode):
20576 * terminal.el (terminal-edit-mode):
20577 * textmodes/reftex-index.el (reftex-index-mode)
20578 (reftex-index-phrases-mode):
20579 * textmodes/reftex-sel.el (reftex-select-label-mode)
20580 (reftex-select-bib-mode):
20581 * textmodes/reftex-toc.el (reftex-toc-mode):
20582 * wdired.el (wdired-change-to-wdired-mode):
20583 * wid-browse.el (widget-browse-mode):
20584 Use run-mode-hooks.
20585
20586 * array.el (array-mode):
20587 * calendar/todo-mode.el (todo-mode):
20588 * man.el (Man-mode):
20589 * play/landmark.el (lm-mode):
20590 * play/mpuz.el (mpuz-mode):
20591 Use kill-all-local-variables and run-mode-hooks.
20592
20593 * subr.el (delay-mode-hooks): Specify indentation.
20594
20595 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20596
20597 * xml.el (xml-substitute-special): Don't die for undefined xml
20598 entities.
20599
20600 2005-05-26 Jay Belanger <belanger@truman.edu>
20601
20602 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20603 of nil.
20604
20605 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20606
20607 * progmodes/gdb-ui.el (gdb-frame-address):
20608 Rename from gdb-current-address.
20609 (gdb-previous-frame-address): Rename from gdb-previous-address.
20610 (gdb-selected-frame): Rename from gdb-current-frame.
20611 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20612 (gdb-frame-number): Rename from gdb-current-stack-level.
20613 (gdb-ann3): Match new mode-name for disassembly buffer.
20614 Extend initialization of variables.
20615 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20616 (gdb-memory-mode): Use mouse-face in header line.
20617 (gdb-assembler-buffer-name): Call it disassembly and give frame
20618 in mode line.
20619 (gdb-source-spec-regexp, gdb-assembler-custom)
20620 (gdb-invalidate-assembler, gdb-frame-handler):
20621 Make robust to leading zeroes in address format.
20622
20623 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20624
20625 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20626 define `org-mode'.
20627 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20628
20629 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * log-edit.el (log-edit-changelog-entries): Distinguish between
20632 filenames like xfns.c and fns.c.
20633
20634 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20635
20636 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20637 point after reverting.
20638 (Buffer-menu-make-sort-button): Handle the case where
20639 `Buffer-menu-use-header-line' is nil.
20640
20641 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20642
20643 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20644 New funcs. In minibuffer-local-completion-map bind `]', `/'
20645 and `:' to them.
20646
20647 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * startup.el (normal-top-level): Allow modification of load-path while
20650 we're iterating over it.
20651
20652 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20655 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20656 (thumbs-resize-interactive, thumbs-insert-image)
20657 (thumbs-insert-thumb, thumbs-dired-show-marked)
20658 (thumbs-find-image-at-point, thumbs-delete-images)
20659 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20660 (thumbs-increment-image-size, thumbs-decrement-image-size):
20661 Fix typos in docstrings.
20662
20663 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20664
20665 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20666 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20667 (cperl-mode): Use them.
20668
20669 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20670
20671 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20672 Doc fixes.
20673
20674 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20675
20676 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20677 Bind C-d to gdb-inferior-io-eof.
20678
20679 * dired.el (dired-dnd-popup-notice): Use message-box.
20680
20681 2005-05-23 Masatake YAMATO <jet@gyve.org>
20682
20683 * bindings.el (mode-line-major-mode-keymap):
20684 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20685
20686 * faces.el (mode-line-highlight): New face.
20687
20688 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20689 as mouse-face.
20690
20691 * bindings.el (top-level, help-echo, mode-line-modified)
20692 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20693 as mouse-face.
20694
20695 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20696
20697 * progmodes/cc-engine.el (c-guess-basic-syntax):
20698 Remove spurious call to `zerop'.
20699
20700 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20701
20702 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20703
20704 CC Mode update to 5.30.10:
20705
20706 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20707 could go past the limit in decoration level 2, thereby causing
20708 errors during interactive fontification.
20709
20710 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20711 the file is evaluated interactively.
20712
20713 * cc-engine.el (c-guess-basic-syntax): Handle operator
20714 declarations somewhat better in C++.
20715
20716 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20717 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20718 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20719 (awk-mode): Use it.
20720 (make-local-hook): Suppress warning about obsoleteness.
20721
20722 * cc-engine.el, cc-align.el, cc-cmds.el
20723 (c-append-backslashes-forward, c-delete-backslashes-forward)
20724 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20725 Compensate for return value from `forward-line' when it has moved
20726 but not to a different line due to eob.
20727
20728 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20729 `objc-method-intro' and `objc-method-args-cont'.
20730
20731 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20732
20733 CC Mode update to 5.30.10:
20734
20735 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20736 in the copyright statement. Incidentally, change "along with GNU
20737 Emacs" to "along with this program" where it occurs.
20738
20739 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20740 so that it is interactive, hence can be found by M-x awk-mode
20741 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20742 <gmorris+emacs@ast.cam.ac.uk>.
20743
20744 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20745 Mode's regexps.
20746
20747 2005-05-23 Kevin Ryde <user42@zip.com.au>
20748
20749 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20750 c-parse-state, to avoid a lisp error (on bad code).
20751
20752 2005-05-23 Lute Kamstra <lute@gnu.org>
20753
20754 * subr.el (font-lock-defaults): Remove defvar as it's already
20755 defined in font-core.el.
20756
20757 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20758
20759 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20760
20761 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20762 more general and work when GDB variable "print pretty" is on,
20763 as with Emacs, for example.
20764
20765 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20766
20767 * font-core.el: Update comment.
20768
20769 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20770 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20771
20772 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20773
20774 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20775
20776 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20777 and `yank-handler' in the doc strings.
20778
20779 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20780
20781 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20782
20783 2005-05-22 Richard M. Stallman <rms@gnu.org>
20784
20785 * help.el (describe-key): Move print-help-return-message call
20786 out of conditional.
20787
20788 * progmodes/etags.el (list-tags): Use with-no-warnings.
20789
20790 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20791 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20792 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20793
20794 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20795
20796 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20797 Add defvar.
20798
20799 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20800 Use defvar, not defconst.
20801
20802 * hexl.el (hexl-follow-line): Use with-no-warnings.
20803
20804 * emulation/tpu-extras.el: Use write-file-functions instead of
20805 write-file-hooks.
20806
20807 * dired.el (dired-font-lock-keywords): Fontify files with junk
20808 extensions even if marked by -F.
20809
20810 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20811
20812 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20813 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20814 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20815 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20816 (concatenate, list-length, get*, getf, cl-remprop):
20817 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20818 (etypecase, progv, lexical-let, lexical-let*)
20819 (multiple-value-bind, multiple-value-setq, shiftf):
20820 Improve argument/docstring consistency.
20821
20822 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20823
20824 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20825
20826 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20827 doesn't exist.
20828
20829 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20830 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20831
20832 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20833
20834 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20835 already deleted variables: auto-fill-hook, blink-paren-hook,
20836 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20837 suspend-hooks, comment-indent-hook, meta-flag,
20838 before-change-function, after-change-function,
20839 font-lock-doc-string-face.
20840
20841 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20842
20843 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20844
20845 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20846
20847 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20848 rmail-dont-reply-to.
20849
20850 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20851
20852 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20853 literal blank when splitting new-header-values.
20854
20855 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20856
20857 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20858 string so that tmm doesn't create a completion entry for it.
20859
20860 * textmodes/table.el (table-disable-menu): Ditto.
20861
20862 2005-05-21 Richard M. Stallman <rms@gnu.org>
20863
20864 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20865
20866 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20867
20868 * net/rcompile.el (remote-compile): Use compilation-start.
20869
20870 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20871
20872 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20873
20874 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20875 Default to makefile-bsdmake-mode on BSD systems.
20876
20877 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20878 REGEXP may also be a search function now. The part of doc-string
20879 for describing the structure was 95% identical to that of
20880 `imenu--generic-function'. Unify it there.
20881
20882 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20883 Use function to find dependencies, because regexp alone is so complex,
20884 it easily goes into an endless loop.
20885 (makefile-makepp-mode): Also add submenu for Perl functions
20886 defined in the makefile.
20887 (makefile-bsdmake-mode): Special imenu-generic-expression no
20888 longer needed, due to function call.
20889 (makefile-match-dependency): Take BOUND into account when checking
20890 if we're through.
20891
20892 2005-05-20 Jay Belanger <belanger@truman.edu>
20893
20894 * calc/calc-units.el (calc-invalidate-units-table):
20895 Use inhibit-read-only.
20896 (math-build-units-table-buffer): Use view-mode.
20897
20898 2005-05-20 David Kastrup <dak@gnu.org>
20899
20900 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20901 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20902
20903 2005-05-20 Lute Kamstra <lute@gnu.org>
20904
20905 * diff-mode.el (diff-header-face, diff-file-header-face)
20906 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20907 (diff-added-face, diff-changed-face, diff-function-face)
20908 (diff-context-face, diff-nonexistent-face): Put them in the
20909 diff-mode customization group.
20910
20911 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20914
20915 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20916
20917 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20918 Minor regexp-optimization.
20919
20920 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20921
20922 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20923 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20924 (org-agenda-add-time-grid-maybe): New function.
20925 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20926 (org-table-create): `dotimes' instead of `mapcar'.
20927 (org-xor): Simplify implementation.
20928 (org-agenda): `inhibit-redisplay' turned on.
20929 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20930 a consistent line after a state change.
20931 (org-agenda-remove-times-when-in-prefix): New option.
20932 (org-prefix-has-time): New variable.
20933 (org-parse-time-string): Optional argument NODEFAULT.
20934 (org-format-agenda-item): Parse items for time-of-day
20935 specifications and move these into the prefix if possible.
20936 (org-agenda-priority): Get current heading, not previous heading
20937 during agenda remote editing.
20938
20939 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20940
20941 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20942 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20943 (remove-duplicates, delete-duplicates, substitute)
20944 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20945 (nsubstitute-if-not, find, find-if, find-if-not, position)
20946 (position-if, position-if-not, count, count-if, count-if-not)
20947 (mismatch, search, sort*, stable-sort, merge, member*)
20948 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20949 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20950 (intersection, nintersection, set-difference, nset-difference)
20951 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20952 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20953 (nsublis, tree-equal): Improve argument/docstring consistency.
20954
20955 * subr.el (send-string, send-region): Remove obsolescence declaration.
20956 (window-dot, set-window-dot, read-input, show-buffer)
20957 (eval-current-buffer, string-to-int):
20958 Add release number to obsolescence declarations.
20959
20960 2005-05-19 Kim F. Storm <storm@cua.dk>
20961
20962 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20963 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20964
20965 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20966
20967 * faces.el (list-faces-display): Make back button respect optional
20968 regexp arg.
20969
20970 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20971
20972 * calculator.el (calculator-radix-grouping-mode)
20973 (calculator-radix-grouping-digits, calculator-displayer)
20974 (calculator-radix-grouping-separator, calculator-copy-displayer):
20975 * dabbrev.el (dabbrev-search-these-buffers-only):
20976 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20977 (diff-advance-after-apply-hunk, diff-mode-hook)
20978 (diff-minor-mode-prefix):
20979 * imenu.el (imenu-use-popup-menu):
20980 * jit-lock.el (jit-lock-context-time):
20981 * newcomment.el (comment-fill-column, comment-column)
20982 (comment-style, comment-padding, comment-multi-line)
20983 (comment-empty-lines, comment-auto-fill-only-comments):
20984 * reveal.el (reveal-around-mark):
20985 * uniquify.el (uniquify-buffer-name-style)
20986 (uniquify-after-kill-buffer-p)
20987 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20988 (uniquify-min-dir-content, uniquify-separator)
20989 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20990 * w32-vars.el (w32-fixed-font-alist):
20991 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20992 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20993 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20994 * progmodes/perl-mode.el (perl-indent-level)
20995 (perl-continued-statement-offset, perl-continued-brace-offset)
20996 (perl-brace-offset, perl-brace-imaginary-offset)
20997 (perl-label-offset, perl-indent-continued-arguments)
20998 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20999 * progmodes/tcl.el (tcl-indent-level)
21000 (tcl-continued-indent-level, tcl-auto-newline)
21001 (tcl-tab-always-indent, tcl-electric-hash-style)
21002 (tcl-help-directory-list, tcl-use-smart-word-finder)
21003 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21004 (inferior-tcl-source-command):
21005 * textmodes/fill.el (enable-kinsoku):
21006 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21007 * textmodes/table.el (table-yank-handler):
21008 Specify missing group (and type, if simple) in defcustom.
21009
21010 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21011
21012 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21013
21014 2005-05-19 Richard M. Stallman <rms@gnu.org>
21015
21016 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21017
21018 * subr.el (event-basic-type): Don't get an error.
21019 (left-fringe-p): Function deleted.
21020
21021 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21022 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21023
21024 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21025 in recursive copy.
21026
21027 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21028
21029 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21030
21031 * emacs-lisp/bytecomp.el
21032 (byte-compile-file-form-custom-declare-variable):
21033 Call byte-compile-nogroup-warn if appropriate.
21034
21035 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21036 (compilation-set-window): Don't call left-fringe-p; do it directly.
21037
21038 2005-05-19 Jay Belanger <belanger@truman.edu>
21039
21040 * calc/calc-graph.el (calc-graph-format-data): Make sure
21041 var-PlotRejects is bound before trying to check its value.
21042
21043 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21044
21045 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21046 definition of this variable from reftex-global.el to reftex.el,
21047 because it is needed in the menu.
21048
21049 2005-05-19 Lute Kamstra <lute@gnu.org>
21050
21051 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21052 years are fixed. Don't insert a space after a dash.
21053
21054 2005-05-19 Kim F. Storm <storm@cua.dk>
21055
21056 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21057
21058 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21059
21060 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21061 strings, because (eq ... ?\\) is fairly frequent.
21062
21063 * progmodes/make-mode.el (makefile-add-this-line-targets):
21064 Simplify and integrate into `makefile-pickup-targets'.
21065 (makefile-add-this-line-macro): Simplify and integrate into
21066 `makefile-pickup-macros.
21067 (makefile-pickup-filenames-as-targets): Simplify.
21068 (makefile-previous-dependency, makefile-match-dependency):
21069 Don't stumble over `::'.
21070
21071 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * subr.el (post-command-idle-hook, post-command-idle-delay):
21074 Remove obsoletion of post-command-idle-hook and
21075 post-command-idle-delay.
21076
21077 * faces.el (list-faces-display): Provide button when describe-face
21078 is called to take user back to the list of faces.
21079
21080 * help-fns.el (describe-variable): Remove hyperlinks in a
21081 variable's value as these are quite frequently inappropriate.
21082
21083 * follow.el (follow-submit-feedback, follow-mode):
21084 Remove references to post-command-idle-hook.
21085
21086 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21087
21088 * progmodes/make-mode.el (makefile-previous-dependency)
21089 (makefile-match-dependency): Check for := (and in bsd mode also
21090 !=) to give a better result, even when font-lock is not on.
21091
21092 2005-05-18 Jay Belanger <belanger@truman.edu>
21093
21094 * calc/calc-help.el (calc-s-prefix-help):
21095 Add `calc-copy-special-constant' to help string.
21096
21097 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21098
21099 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21100
21101 2005-05-18 Jay Belanger <belanger@truman.edu>
21102
21103 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21104 in linear factors are in proper order.
21105
21106 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21107
21108 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21109 Support for jurabib.
21110
21111 * textmodes/reftex.el (featurep): Define aliases for overlay
21112 commands, for XEmacs compatibility, and use these aliases in
21113 overlay initializations.
21114 (reftex-highlight): Use `reftex-move-overlay'.
21115 (reftex-unhighlight): Use `reftex-delete-overlay'.
21116 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21117 (reftex-access-search-path): Use `reftex-uniquify' instead of
21118 `reftex-uniq'
21119
21120 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21121 `before-string' property modification enables for Emacs as well.
21122 (reftex-select-item): Use `reftex-delete-overlay'.
21123 (reftex-select-mark): Use `reftex-make-overlay' and
21124 `reftex-overlay-put'.
21125 (reftex-select-unmark): Use `reftex-delete-overlay' and
21126 `reftex-overlay-put'.
21127
21128 2005-05-18 Lute Kamstra <lute@gnu.org>
21129
21130 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21131
21132 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21133
21134 * add-log.el (add-change-log-entry):
21135 * array.el (array-make-template, array-reconfigure-rows)
21136 (array-init-max-row, array-init-max-column)
21137 (array-init-columns-per-line, array-init-field-width):
21138 * replace.el (replace-match-maybe-edit, perform-replace):
21139 * textmodes/spell.el (spell-region):
21140 Replace `read-input' by `read-string'.
21141
21142 * forms.el (forms-mode):
21143 * finder.el (finder-compile-keywords):
21144 * shadowfile.el (shadow-read-files):
21145 Replace `eval-current-buffer' by `eval-buffer'.
21146
21147 * terminal.el (te-pass-through):
21148 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21149 (ange-ftp-raw-send-cmd):
21150 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21151 (send-process-next-char, telnet-initial-filter, telnet):
21152 Replace `send-string' by `process-send-string'.
21153
21154 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21155 (prolog-consult-region): Replace `send-string' by
21156 `process-send-string'; replace `send-region' by `process-send-region'.
21157
21158 * progmodes/delphi.el (delphi-log-msg):
21159 Replace `set-window-dot' by `set-window-point'.
21160
21161 * subr.el (window-dot, set-window-dot, read-input, send-string)
21162 (send-region, show-buffer, eval-current-buffer):
21163 Make really obsolete, as the comment says.
21164
21165 2005-05-17 Kim F. Storm <storm@cua.dk>
21166
21167 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21168 (cua--init-keymaps): Bind C-return instead of S-return to set
21169 rectangle mark.
21170
21171 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21172 instead of S-return to toggle/clear rectangle mark.
21173
21174 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21175
21176 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21177 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21178 Also fontify plain strings assigned to variables, mostly so that a
21179 colon has a face and is thus not taken as a dependency separator.
21180 (makefile-previous-dependency): Inline the new matcher, because it
21181 is too complex to work in both directions.
21182 (makefile-match-dependency): Eliminate `backward' arg (see above).
21183 Completely reimplemented so as to not sometimes go into an endless
21184 loop. It should also be more efficient, because first it only
21185 searches for `:', instead of applying the very complex regexp.
21186 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21187 to be fontified in one piece can be too long for JIT.
21188 Makefiles are never *that* big.
21189
21190 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21191
21192 * dired.el (dired-mode): Simplify.
21193
21194 2005-05-17 Lute Kamstra <lute@gnu.org>
21195
21196 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21197 defcustom for the mode hook variable.
21198
21199 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21200 Emacs Lisp Reference Manual.
21201
21202 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21203
21204 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21205 (evenp, list*):
21206 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21207 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21208
21209 * net/tramp-smb.el (tramp-smb-open-connection):
21210 Pass `tramp-chunksize' as fifth (required) argument.
21211
21212 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21213
21214 * font-lock.el (lisp-font-lock-keywords-1):
21215 Set `font-lock-negation-char-face' for [^...] char group.
21216 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21217
21218 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21219 a var, and refine it to mask one more level of nested vars.
21220 (makefile-rule-action-regex): Turn it into a var, and refine it so
21221 it recognizes backslashed continuation lines as belonging to the
21222 same command.
21223 (makefile-macroassign-regex): Refine it so it recognizes
21224 backslashed continuation lines as belonging to the same command.
21225 (makefile-var-use-regex): Don't look at the next char, because it
21226 might be the same one to be skipped by the initial [^$], leading
21227 to an overlooked variable use.
21228 (makefile-make-font-lock-keywords): Remove two parameters, which
21229 are now variables that some of the modes set locally.
21230 Handle dependency and rule action matching through functions, because
21231 regexps alone match too often. Dependency matching now comes
21232 last, so it can check, whether a colon already matched something else.
21233 (makefile-mode): Inform that font-lock improves makefile parsing
21234 capabilities.
21235 (makefile-match-dependency, makefile-match-action): New functions.
21236
21237 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21238
21239 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21240
21241 * align.el (align-regexp):
21242 * ansi-color.el (ansi-color-get-face):
21243 * array.el (array-reconfigure-rows, array-init-max-row)
21244 (array-init-max-column, array-init-columns-per-line)
21245 (array-init-field-width):
21246 * dired-aux.el (dired-trample-file-versions):
21247 * dired-x.el (dired-mark-sexp):
21248 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21249 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21250 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21251 * faces.el (face-read-integer):
21252 * files.el (backup-extract-version, insert-directory):
21253 * hexl.el (hexl-insert-decimal-char):
21254 * server.el (server-process-filter):
21255 * shell.el (shell-extract-num):
21256 * startup.el (command-line-1):
21257 * term.el (term-command-hook):
21258 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21259 (time-stamp-do-number):
21260 * time.el (display-time-update):
21261 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21262 (timezone-fix-time):
21263 * vms-patch.el (vms-suspend-resume-hook):
21264 * calendar/appt.el (appt-convert-time):
21265 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21266 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21267 * calendar/cal-islam.el (mark-islamic-diary-entries):
21268 * calendar/calendar.el (calendar-cursor-to-date)
21269 (calendar-star-date):
21270 * calendar/diary-lib.el (diary-attrtype-convert)
21271 (mark-diary-entries, diary-entry-time):
21272 * calendar/solar.el (solar-get-number):
21273 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21274 * emacs-lisp/re-builder.el (reb-display-subexp):
21275 * emulation/edt.el (edt-set-scroll-margins):
21276 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21277 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21278 (vip-get-ex-count):
21279 * emulation/viper-ex.el (viper-get-ex-token)
21280 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21281 * international/fontset.el (fontset-plain-name):
21282 * mail/feedmail.el (feedmail-look-at-queue-directory):
21283 * mail/mailalias.el (mail-get-names):
21284 * mail/rmail.el (rmail-convert-to-babyl-format):
21285 * mail/rmailsum.el (rmail-make-basic-summary-line)
21286 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21287 (rmail-summary-goto-msg):
21288 * mail/smtpmail.el (smtpmail-read-response):
21289 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21290 (ange-ftp-vms-add-file-entry):
21291 * play/gametree.el (gametree-looking-at-ply)
21292 (gametree-current-branch-score):
21293 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21294 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21295 * progmodes/cperl-mode.el (condition-case):
21296 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21297 (ebrowse-set-member-buffer-column-width)
21298 (ebrowse-select-1st-to-9nth):
21299 * progmodes/etags.el (etags-snarf-tag):
21300 * progmodes/flymake.el (flymake-parse-line):
21301 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21302 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21303 (idlwave-shell-menu-def):
21304 * progmodes/ps-mode.el (ps-run-goto-error):
21305 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21306 (vhdl-speedbar-contract-level):
21307 * term/mac-win.el (x-handle-numeric-switch):
21308 * term/sun-mouse.el (sun-get-frame-data):
21309 * term/w32-win.el (x-handle-numeric-switch):
21310 * term/x-win.el (x-handle-numeric-switch):
21311 * textmodes/ispell.el (ispell-parse-output):
21312 * textmodes/nroff-mode.el (nroff-outline-level):
21313 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21314 (reftex-bib-sort-year-reverse, reftex-format-citation):
21315 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21316 (reftex-section-number):
21317 * textmodes/texinfmt.el (texinfo-paragraphindent):
21318 Replace `string-to-int' by `string-to-number'.
21319
21320 * international/latexenc.el: Add page marker to force the "Local
21321 Variables:" string out of the last page.
21322
21323 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21324
21325 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21326 tooltip-change-major-mode.
21327 (gud-tooltip-print-command): Remove case where gud-minor-mode
21328 is gdb ("--fullname").
21329 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21330 explain to user.
21331
21332 2005-05-16 Jay Belanger <belanger@truman.edu>
21333
21334 * calc/calc-store.el (calc-copy-special-constant): New function.
21335
21336 * calc/calc-ext.el (calc-init-extensions): Add binding for
21337 `calc-copy-special-constant'.
21338
21339 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21340 for the `calc-copy-special-constant' command.
21341
21342 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21343
21344 * subr.el (left-fringe-p): New function.
21345
21346 * progmodes/compile.el (compilation-setup): Set local value of
21347 overlay-arrow-string to "" always.
21348 (compilation-set-window): Left fringe then don't scroll.
21349 No left fringe then no arrow and scroll message to top.
21350 (compilation-context-lines): Adjust doc string accordingly.
21351
21352 2005-05-16 Kim F. Storm <storm@cua.dk>
21353
21354 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21355 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21356 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21357 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21358 (ido-read-file-name): Handle commands with ido property value
21359 equal to find-file as reading a file name, to allow C-d to enter dired.
21360 (ibuffer-find-file): Add ido property with value find-file.
21361
21362 2005-05-15 Kim F. Storm <storm@cua.dk>
21363
21364 * subr.el (open-network-stream-nowait): Remove.
21365 (open-network-stream-server): Remove.
21366
21367 2005-05-15 Richard M. Stallman <rms@gnu.org>
21368
21369 * faces.el (describe-face): Output a definition link button.
21370
21371 * help-mode.el (help-face-def): New button type.
21372
21373 * emacs-lisp/copyright.el (copyright-fix-years):
21374 Match properly if the first year is 2-digit.
21375 Don't mess up the whitespace after the years by filling.
21376
21377 * dired-aux.el (dired-mark-confirm):
21378 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21379
21380 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21381 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21382 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21383
21384 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21385 Set font-lock-comment-start-skip.
21386
21387 * font-lock.el (font-lock-comment-start-skip): New variable.
21388 (font-lock-comment-end-skip): New variable.
21389 (font-lock-fontify-syntactically-region): Use them if non-nil.
21390
21391 2005-05-15 Jay Belanger <belanger@truman.edu>
21392
21393 * calc/calc-store.el (calc-store-value): Return a string rather
21394 than display it as a message.
21395 Use calc-var-name for variable name.
21396 (calc-store-into): Add the result of calc-store-value to message.
21397 (calc-copy-variable): Add a message.
21398 (calc-store-exchange): Improve error messages.
21399 (calc-store-binary, calc-store-map): Don't reset the values of
21400 special constants.
21401
21402 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21403
21404 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21405 manual to docstring.
21406
21407 * files.el (hack-local-variables-confirm): Add STRING argument.
21408 Make the function handle non file visiting buffers correctly.
21409 (hack-local-variables-prop-line, hack-local-variables)
21410 (hack-one-local-variable): Use STRING arg of
21411 `hack-local-variables-confirm'.
21412
21413 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21414
21415 Sync with Tramp 2.0.49.
21416
21417 * net/tramp.el (tramp-handle-dired-call-process)
21418 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21419 because the contents of the Tramp buffer is changed before
21420 insertion (`expand-file' and alike).
21421 (tramp-handle-insert-directory): If `localname' has an empty
21422 nondirectory name, it must not be quoted.
21423 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21424 variable `tramp-chunksize'. Change callees.
21425 (tramp-open-connection-setup-interactive-shell): Check remote host
21426 for buggy `send-process-string' implementation.
21427 Set `tramp-chunksize' if found. Reported by Michael Kifer
21428 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21429 (tramp-handle-shell-command): `insert-buffer' cannot be used
21430 because the contents of the Tramp buffer is changed before
21431 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21432 <frederic.bothamy@free.fr>.
21433 (tramp-set-auto-save): Actions should be done for Tramp file name
21434 handler only. Ange-FTP has its own auto-save mechanism.
21435 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21436 (tramp-set-auto-save-file-modes): Set file modes of
21437 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21438 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21439 (tramp-bug): Remove obsolete variable.
21440 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21441 for presence of `mml-mode'. Make it running for older Emacsen as well.
21442
21443 2005-05-14 John Paul Wallington <jpw@pobox.com>
21444
21445 * ibuf-ext.el (define-ibuffer-filter filename):
21446 If `dired-directory' is a list, use its car.
21447
21448 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21449
21450 * ibuffer.el (define-ibuffer-column filename):
21451 If `dired-directory' is a list, use its car.
21452
21453 2005-05-14 Richard M. Stallman <rms@gnu.org>
21454
21455 * subr.el (symbol-file): Doc fix.
21456
21457 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21458 (byte-compile-form): Call byte-compile-nogroup-warn.
21459 (byte-compile-warning-types): Doc fix.
21460
21461 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21462
21463 * progmodes/cc-engine.el (c-literal-faces):
21464 Add font-lock-comment-delimiter-face.
21465
21466 * net/net-utils.el (dig): Use with-no-warnings.
21467
21468 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21469 (sc-recite-frame-alist, sc-default-cite-frame)
21470 (sc-default-uncite-frame, sc-default-recite-frame)
21471 (sc-attrib-selection-list, sc-rewrite-header-list):
21472 Mark as risky-local-variable.
21473
21474 * international/ogonek.el (ogonek-jak, ogonek-how):
21475 Don't use beginning-of-buffer.
21476
21477 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21478
21479 * calendar/solar.el (solar-data-list): Move definition up.
21480
21481 * dnd.el (dnd-protocol-alist): Add autoload.
21482
21483 * progmodes/sh-script.el: Many doc usage fixes.
21484 (sh-indent-after-do): Change default to match common styles.
21485
21486 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21487
21488 * files.el (interpreter-mode-alist)
21489 (auto-mode-interpreter-regexp): Doc fixes.
21490
21491 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21492
21493 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21494
21495 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21496
21497 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21498
21499 * dired.el (dired-mode): make-variable-buffer-local =>
21500 make-local-variable.
21501
21502 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21503
21504 * term/mac-win.el (mac-select-convert-to-string): Try coding
21505 systems in mac-script-code-coding-systems if specified one cannot
21506 encode string for `com.apple.traditional-mac-plain-text'.
21507
21508 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21509
21510 * progmodes/make-mode.el (makefile-targets-face)
21511 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21512 (makefile-dependency-regex): Fix it to not make the colon in
21513 $(var:a=b) special.
21514 (makefile-rule-action-regex): New regexp for highlighting embedded
21515 Shell strings.
21516 (makefile-macroassign-regex): Handle != for highlighting as
21517 embedded Shell strings.
21518 (makefile-var-use-regex): New const.
21519 (makefile-statements, makefile-automake-statements)
21520 (makefile-gmake-statements, makefile-makepp-statements)
21521 (makefile-bsdmake-statements): New consts.
21522 (makefile-make-font-lock-keywords): New function.
21523 (makefile-automake-font-lock-keywords)
21524 (makefile-gmake-font-lock-keywords)
21525 (makefile-makepp-font-lock-keywords)
21526 (makefile-bsdmake-font-lock-keywords): New consts.
21527 (makefile-mode-map): Add switchers between the various submodes.
21528 (makefile-mode): Document the availability of the variants.
21529 (makefile-automake-mode, makefile-gmake-mode)
21530 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21531
21532 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21533 new variants of makefile-mode.
21534
21535 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21538 the inheritance.
21539
21540 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21541
21542 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21543 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21544
21545 * files.el (normal-mode): Extend the scope of the
21546 `enable-local-variables' binding to include the `set-auto-mode' call.
21547 (magic-mode-alist): Doc fix.
21548
21549 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21550
21551 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21552 font-lock-comment-face rather than copying its setting.
21553
21554 2005-05-12 Andreas Schwab <schwab@suse.de>
21555
21556 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21557
21558 2005-05-12 Lute Kamstra <lute@gnu.org>
21559
21560 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21561 defcustom for the mode hook variable. Delete the last argument.
21562 * generic-x.el: Fix callers of define-generic-mode.
21563 (generic-x-modes): Delete group.
21564 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21565 generic-x customization group.
21566
21567 2005-05-12 Kim F. Storm <storm@cua.dk>
21568
21569 * font-lock.el (font-lock-negation-char-face): Default to "off".
21570
21571 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21572 font-lock-negation-char-face to ! in !=.
21573
21574 2005-05-12 Masatake YAMATO <jet@gyve.org>
21575
21576 * add-log.el (find-change-log): Fix typos in the docstring
21577 of function.
21578
21579 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21580
21581 * international/latexenc.el (latexenc-find-file-coding-system):
21582 Avoid `re-search-forward' when looking for input encoding because
21583 of speed and safety. Better regular expressions for recognizing
21584 input encoding. Limit a search for TeX-master/tex-main-file to
21585 the local variable section.
21586
21587 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21588
21589 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21590 syntax of $ to "'" (quote).
21591
21592 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21593
21594 * dnd.el (dnd-protocol-alist): Improve custom type.
21595
21596 * dired.el (dired-dnd-protocol-alist): New variable.
21597 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21598 `dired-mode-hook' to the end.
21599
21600 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21601
21602 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21603 comment-end if comment-start-skip is not set.
21604 Obey the font-lock-comment-delimiter-face variables.
21605
21606 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21607
21608 * files.el (executable-find): Move from executable.el. Use
21609 locate-file.
21610 * progmodes/executable.el (executable-find): Move to files.el.
21611
21612 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21613 when trying to ensure forward progress.
21614
21615 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21616
21617 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21618 (mouse-select, mouse-select-internal, mouse-extend-internal):
21619 Use it to implement mouse-1-click-follows-link functionality.
21620
21621 2005-05-11 Richard M. Stallman <rms@gnu.org>
21622
21623 * font-lock.el (font-lock-fontify-syntactically-region):
21624 Use font-lock-comment-delimiter-face for comment delimiters.
21625
21626 2005-05-10 Jay Belanger <belanger@truman.edu>
21627
21628 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21629 preserving embedded modes.
21630
21631 2005-05-10 Richard M. Stallman <rms@gnu.org>
21632
21633 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21634
21635 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21636 Move from ada-stmt.el.
21637 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21638
21639 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21640 Move to ada-mode.el.
21641 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21642
21643 * cus-edit.el (custom-file): Call file-chase-links.
21644
21645 * files.el (read-directory-name): Fix previous change.
21646 (hack-local-variables-confirm): New function.
21647 (hack-local-variables-prop-line, hack-local-variables)
21648 (hack-one-local-variable): Use it.
21649
21650 2005-05-10 Lute Kamstra <lute@gnu.org>
21651
21652 * font-lock.el (font-lock-keywords-alist)
21653 (font-lock-removed-keywords-alist): Clarify docstrings.
21654
21655 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21656
21657 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21658 (gdb-source-info): Check for preprocessor info.
21659 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21660 a macro for a function.
21661 (gdb-info-breakpoints-custom): Try to find file again if not already
21662 found (user might have used GDB dir command).
21663 (gdb-get-location): Update gdb-location-alist correctly for change
21664 to gdb-info-breakpoints-custom.
21665
21666 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21667 (gud-tooltip-print-command): Add gdbmi case.
21668 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21669 preprocessor info.
21670
21671 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21672
21673 * startup.el (fancy-splash-insert): Fix typo in doc string.
21674
21675 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21676
21677 * obsolete/float.el (string-to-float):
21678 * obsolete/hilit19.el (hilit-add-pattern):
21679 * obsolete/rnews.el (news-parse-range, news-select-message)
21680 (news-get-pruned-list-of-files): Replace `string-to-int' by
21681 `string-to-number'.
21682
21683 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21684 `find-file-not-found-hooks'; use `add-hook'.
21685 (uncompress-while-visiting): Set `write-file-functions', not
21686 `write-file-hooks'; use `add-hook'.
21687
21688 2005-05-09 Kim F. Storm <storm@cua.dk>
21689
21690 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21691 (cua-paste): Handle clipboard action.
21692 (cua--init-keymaps): Remap clipboard-kill-region and
21693 clipboard-kill-ring-save.
21694
21695 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21696
21697 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21698 Improve commentary.
21699
21700 * simple.el (next-error-overlay-arrow-position): Revert the change
21701 made on 2005-04-30.
21702
21703 2005-05-07 Jay Belanger <belanger@truman.edu>
21704
21705 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21706 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21707 `calc-sel-reselect'.
21708
21709 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21710 Calc is in embedded mode.
21711
21712 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21713
21714 * progmodes/compile.el (compilation-setup):
21715 Set overlay-arrow-string to an empty string on text terminals.
21716
21717 * textmodes/ispell.el (ispell-program-name): Try looking for
21718 "aspell" along exec-path, and if found, use it as the default
21719 speller program.
21720
21721 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21722
21723 * international/mule.el (sgml-xml-auto-coding-function):
21724 Recognize encoding='FOO' in single quotes as well as in double quotes.
21725
21726 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21727
21728 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21729 as well as `interactive', so that defmacro* would recognize
21730 `declare' forms.
21731
21732 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21733
21734 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21735 Explain more about the LIGHTER arg's usage in the doc string.
21736 Add commentary to clarify what the code does. Fix the regexp that
21737 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21738 since it could have characters special to regular expressions.
21739
21740 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21741
21742 * replace.el (occur-1): Bind inhibit-read-only so that
21743 erase-buffer doesn't barf on read-only text properties (likewise
21744 for add-text-properties in occur-engine). Mark buffer as unmodified.
21745 (occur-engine): Don't set buffer-read-only here.
21746
21747 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21748
21749 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21750 list-buffers-directory. This caused the *cvs-commit* buffer to be
21751 sometimes mistakenly reused as a *cvs* buffer.
21752
21753 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21754
21755 * tooltip.el: Move code for GUD tooltips into gud.el.
21756 (require): CL no longer needed to compile case.
21757 (tooltip-mode): Do not toggle functions for GUD tooltips.
21758 (tooltip-gud-tips-p): Remove. Replace with minor mode
21759 gud-tooltip-mode in gud.el.
21760 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21761 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21762 tooltip-gud prefix with gud-tooltip and obsolete.
21763 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21764 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21765 (tooltip-mouse-motion): Mouse movement functions/variable.
21766 Rename in gud.el by adding gud prefix.
21767 (tooltip-gud-original-filter, tooltip-gud-dereference)
21768 (tooltip-gud-event, tooltip-toggle-gud-tips)
21769 (tooltip-gud-process-output, tooltip-gud-print-command)
21770 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21771 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21772 (gdb-tooltip-print): Move to gdb-ui.el.
21773
21774 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21775 (require): CL needed to compile case.
21776 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21777 tooltip-gud-tips-p. Make it a minor-mode.
21778 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21779 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21780 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21781 (gud-tooltip-change-major-mode)
21782 (gud-tooltip-activate-mouse-motions-if-enabled)
21783 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21784 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21785 (gud-tooltip-original-filter, gud-tooltip-dereference)
21786 (gud-tooltip-event, tooltip-toggle-gud-tips)
21787 (gud-tooltip-process-output, gud-tooltip-print-command)
21788 (gud-tooltip-tips): Move from tooltip.el.
21789
21790 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21791 (gdb-cpp-define-alist-flags): Doc fix.
21792 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21793 gud-tooltip-mode is t.
21794
21795 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21796
21797 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21798 evaporate if their text is deleted.
21799 (goto-address-at-point): Make it work as a mouse binding as well.
21800 (goto-address-at-mouse): Obsolete it. Update users.
21801
21802 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21803
21804 * calendar/appt.el (top-level): No longer activate on load.
21805
21806 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21807
21808 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21809 * net/webjump.el (webjump):
21810 * progmodes/idlw-help.el (idlwave-do-context-help1)
21811 (idlwave-highlight-linked-completions):
21812 * textmodes/po.el (po-find-file-coding-system-guts):
21813 Replace `assoc-ignore-case' by `assoc-string'.
21814
21815 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21816
21817 * files.el (locate-file): Doc fix.
21818
21819 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21820 Remove the redundant test for ms-dos.
21821
21822 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21823 look for the preprocessor with exec-suffixes. If not found in
21824 standard places, look in exec-path. Remove most of the tests that
21825 used system-type.
21826
21827 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21828
21829 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21830
21831 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21832 file-name clash with jka-compr.el on 8+3 filesystems.
21833
21834 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21835
21836 * term/mac-win.el: Don't define or bind scroll bar functions if
21837 x-toolkit-scroll-bars is t.
21838 (x-select-text, x-get-selection-value): Clear
21839 x-last-selected-text-clipboard if x-select-enable-clipboard is
21840 nil.
21841 (PRIMARY): Put mac-scrap-name property.
21842 (mac-select-convert-to-file-url): New function.
21843 (public.file-url): New selection target type. Add to
21844 selection-converter-alist.
21845 (x-get-selection, x-selection-value): Handle it.
21846 (x-cut-buffer-or-selection-value): New alias.
21847
21848 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21849
21850 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21851 entry to avoid calling bibtex-find-entry with arg global
21852 being t. Remove arg key.
21853 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21854 (bibtex-copy-summary-as-kill): Change accordingly.
21855
21856 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21857
21858 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21859 (org-agenda-date-later): Use with-current-buffer.
21860
21861 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21862
21863 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21864 (define-obsolete-variable-alias): Doc Fixes.
21865
21866 2005-05-06 Kim F. Storm <storm@cua.dk>
21867
21868 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21869 vertical-motion when selective-display is active.
21870
21871 * ido.el (ido-setup-hook): New hook.
21872 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21873 (ido-input-stack): New var.
21874 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21875 ido-next-work-file binding to M-O.
21876 Bind M-f to ido-wide-find-file-or-pop-dir.
21877 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21878 (ido-read-internal): Run ido-setup-hook.
21879 Catch quit in read-file-name and read-string to cancel edit.
21880 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21881 Automatically pop-all when completing a directory name (RET).
21882 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21883 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21884 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21885 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21886 New functions for M-b/M-f to move among the directory components.
21887 (ido-make-merged-file-list): Catch quit to cancel merge.
21888 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21889 (ido-completion-help): No warnings for ido-completion-buffer-full.
21890
21891 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21892
21893 * font-lock.el (font-lock-negation-char-face): New face and variable.
21894 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21895 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21896 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21897 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21898
21899 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21900
21901 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21902 Fix typo in docstring.
21903
21904 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21905 (ebrowse-print-statistics-line)
21906 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21907
21908 * term/w32-win.el (image-library-alist): Add additional name for
21909 Xpm library.
21910
21911 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21912
21913 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21914 use gcc instead of cpp.
21915
21916 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21917 (gdb-create-define-alist): Use it.
21918 (gdb-cpp-define-alist-program): Update for MS-DOS.
21919
21920 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21921
21922 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21923
21924 2005-05-04 Richard M. Stallman <rms@gnu.org>
21925
21926 * help.el (describe-key): No error when UNTRANSLATED is nil.
21927
21928 * simple.el (line-move-1): Fix previous change to signal errors
21929 appropriately.
21930
21931 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21932
21933 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21934 (icalendar-duration-correction): Remove.
21935 (icalendar--get-event-properties): Split result at commas.
21936 (icalendar--decode-isoduration): New optional argument
21937 DURATION-CORRECTION.
21938 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21939 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21940 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21941 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21942 (icalendar--convert-anniversary-to-ical): New functions, extracted
21943 from icalendar-export-region, with bug fixes.
21944 (icalendar-export-region): Use the above functions.
21945 (icalendar-import-buffer): Check before saving diary file.
21946 (icalendar--convert-recurring-to-diary)
21947 (icalendar--convert-non-recurring-all-day-to-diary)
21948 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21949 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21950 (icalendar--convert-ical-to-diary): Use the above functions.
21951
21952 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21953
21954 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21955 Remove these recent additions.
21956 (c-mode): Restore to before 2005-04-28.
21957
21958 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21959 recent addition.
21960
21961 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21962 (gdb-define-alist): New variables.
21963 (gdb-create-define-alist): New function.
21964 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21965 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21966 with string-to-number.
21967 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21968
21969 * progmodes/gud.el: Replace string-to-int with string-to-number.
21970 (gud-find-file): Handle gdb-define-alist.
21971
21972 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21973
21974 2005-05-02 Jay Belanger <belanger@truman.edu>
21975
21976 * calc/calc-aent.el (math-read-token):
21977 * calc/calc-bin.el (calc-word-size):
21978 * calc/calc-ext.el (calc-read-number-fancy):
21979 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21980 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21981 * calc/calc-frac.el (calc-over-notation):
21982 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21983 (calc-graph-num-points, calc-graph-init):
21984 * calc/calc-prog.el (calc-read-parse-table-part)
21985 (calc-edit-macro-repeats):
21986 * calc/calc-yank.el (calc-do-grab-rectangle):
21987 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21988 Replace `string-to-int' by `string-to-number'.
21989
21990 2005-05-02 Kim F. Storm <storm@cua.dk>
21991
21992 * kmacro.el: Use executing-kbd-macro-index variable.
21993
21994 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21995
21996 * net/rlogin.el (rlogin-parse-words): Delete func.
21997 (rlogin): Use split-string, not rlogin-parse-words.
21998 Also, if there are option-like elements in the parsed args,
21999 take the host to be the first arg immediately following them.
22000 Suggested by Michael Mauger.
22001
22002 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22003
22004 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22005
22006 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22007
22008 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22009 (cc-mode-cpp-program): Rename to cc-define-list-program and
22010 move to cc-vars.el.
22011
22012 * progmodes/cc-vars.el (cc-define-list-program):
22013 Change to "gcc -E -dM -". Make customizable.
22014
22015 2005-05-02 Kim F. Storm <storm@cua.dk>
22016
22017 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22018
22019 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22020
22021 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22022
22023 * international/mule-util.el (truncate-string): Remove alias and
22024 obsolete declaration.
22025
22026 * international/mule-cmds.el (update-iso-coding-systems):
22027 Remove alias and obsolete declaration.
22028
22029 * international/mule.el (coding-system-parent): Remove alias and
22030 obsolete declaration.
22031
22032 * subr.el (define-function, sref): Remove aliases and obsolete
22033 declarations.
22034 (chars-in-region): Remove obsolete declaration.
22035
22036 2005-05-01 Richard M. Stallman <rms@gnu.org>
22037
22038 * info.el (Info-mode): Set widen-automatically to nil, locally.
22039
22040 * simple.el (widen-automatically): New variable.
22041 (pop-global-mark): Obey widen-automatically.
22042
22043 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22044
22045 * term/xterm.el (function-key-map): Call substitute-key-definition
22046 before the keymap size is increased by a lot of define-key calls.
22047
22048 2005-05-01 Richard M. Stallman <rms@gnu.org>
22049
22050 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22051 Rename ARG to ELEMENT. Doc fix.
22052
22053 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22054
22055 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22056 Remove references to allout-exposure/change to allout-new-exposure.
22057
22058 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22059 bytecode symbols.
22060
22061 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22062 (compiled-function-p, focus-frame, unfocus-frame):
22063 Remove aliases and obsolete declarations.
22064 Back out inadvertent changes from previous commit.
22065
22066 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22067
22068 * files.el (require-final-newline): Make Custom tags consistent
22069 with mode-require-final-newline.
22070 (mode-require-final-newline): Doc fix.
22071
22072 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22073
22074 * international/latexenc.el (latexenc-find-file-coding-system):
22075 Fix regular expressions.
22076
22077 2005-05-01 David Kastrup <dak@gnu.org>
22078
22079 * international/latexenc.el (latexenc-find-file-coding-system):
22080 Fix regular expressions.
22081
22082 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22083
22084 * subr.el (string-to-int): Make obsolete.
22085
22086 2005-04-30 Richard M. Stallman <rms@gnu.org>
22087
22088 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22089
22090 * loadup.el: load jka-comp-hook.
22091
22092 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22093 (jka-compr-handler): Add autoload. `put' calls moved
22094 to jka-comp-hook.el.
22095 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22096 (jka-compr-inhibit): Autoload.
22097
22098 * jka-comp-hook.el: New file.
22099 Enable the mode by default.
22100
22101 * files.el (backup-buffer-copy): Use copy-file instead
22102 of write-region, and put back the 'excl.
22103
22104 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22105
22106 * progmodes/flymake.el (flymake-split-string)
22107 (flymake-split-string, flymake-log, flymake-pid-to-names)
22108 (flymake-reg-names, flymake-get-source-buffer-name)
22109 (flymake-unreg-names, flymake-add-line-err-info)
22110 (flymake-add-err-info): Clarify docstrings.
22111 (flymake-popup-menu, flymake-make-emacs-menu)
22112 (flymake-make-xemacs-menu): Add docstrings.
22113 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22114 Set variables directly throughout.
22115
22116 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22117
22118 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22119 exists. Initialize cc-define-alist.
22120 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22121 If there is no file (Macroexpansion) don't create an alist.
22122
22123 2005-04-29 Sam Steingold <sds@gnu.org>
22124
22125 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22126 (cc-create-define-alist): Use it instead of the hard-coded string.
22127
22128 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22129
22130 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22131 for latexenc.
22132
22133 2005-04-29 Lute Kamstra <lute@gnu.org>
22134
22135 * emacs-lisp/generic.el: Improve commentary section.
22136 (define-generic-mode): Improve docstring.
22137
22138 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22139
22140 * textmodes/org.el (many places): Change to quiet the byte compiler.
22141 (org-prefix-format-compiled): New variable.
22142 (org-compile-prefix-format): New function.
22143 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22144 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22145 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22146 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22147 consistency with entries from `org-mode' files.
22148 (org-get-time-of-day): Fix bug with partial matches early in a line.
22149 (org-non-link-chars): New constant.
22150 (org-link-regexp): Respect `org-non-link-chars'.
22151 (org-agenda-day-view): Remove command.
22152 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22153 (org-follow-bbdb-link, org-store-link): Search also company field.
22154 (org-highlight-overlay): New variable.
22155 (org-highlight, org-unhighlight): New functions.
22156 (org-agenda-mode): Add pre-command-hook to remove highlight.
22157 (org-evaluate-time-range): Behavior depends upon whether time stamp
22158 contains a time or not.
22159 (org-show-subtree, org-show-entry): New functions.
22160 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22161
22162 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22163
22164 * comint.el (comint-output-filter-functions): Add autoload cookie.
22165
22166 2005-04-28 Kim F. Storm <storm@cua.dk>
22167
22168 * ido.el (ido-everywhere): Fix last change.
22169
22170 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22171
22172 * international/latexenc.el: New file.
22173 * international/mule-conf.el (file-coding-system-alist): For .tex,
22174 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22175
22176 2005-04-28 Lute Kamstra <lute@gnu.org>
22177
22178 * font-lock.el (font-lock-add-keywords)
22179 (font-lock-remove-keywords): Clarify docstring.
22180 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22181 Don't start docstrings with a `*'.
22182 (font-lock-update-removed-keyword-alist): Give it a docstring.
22183
22184 * generic-x.el: Update commentary section.
22185 Only require font-lock when compiling.
22186 Define all modes conditionally.
22187 Place all generic modes in the generic-x-modes customization group.
22188 (generic-x-modes): New customization group.
22189 (generic-default-modes, generic-mswindows-modes)
22190 (generic-unix-modes, generic-other-modes): New constants.
22191 (generic-define-mswindows-modes, generic-define-unix-modes):
22192 Update docstrings. Make them obsolete.
22193 (generic-extras-enable-list): New default value. Update docstring.
22194 Improve :type. Change :set function.
22195 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22196 Fix docstring.
22197
22198 * emacs-lisp/generic.el (generic-mode-internal):
22199 Simplify font-lock-defaults.
22200 (define-generic-mode): Fix docstring.
22201
22202 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22203
22204 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22205 font-lock-face property to highlight matches.
22206
22207 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22208
22209 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22210 (cc-define-alist): New variable.
22211 (c-mode): Make it local and initialize it.
22212
22213 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22214 (gdb-exited): New function.
22215 (gdb-annotation-rules): Use it.
22216 (gdb-starting): Set gdb-active-process to t.
22217 (gdb-stopping): Amend doc string.
22218 (gdb-reset): Set gdb-active-process to nil.
22219
22220 * tooltip.el (tooltip-gud-tips): Show the associated #define
22221 directives when a C program under GDB is not executing.
22222
22223 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22224
22225 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22226 font-lock-fontify-syntactic-keywords.
22227
22228 * font-lock.el (font-lock-default-fontify-region): Don't force
22229 parse-sexp-lookup-properties to nil.
22230
22231 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22232
22233 * man.el (man-mode-syntax-table): Set up `:' to have
22234 word-constituent syntax.
22235
22236 2005-04-27 Lute Kamstra <lute@gnu.org>
22237
22238 * novice.el (disable-command): Don't add spurious newlines to the
22239 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22240
22241 2005-04-26 Jay Belanger <belanger@truman.edu>
22242
22243 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22244 than one window before deleting window.
22245
22246 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22247
22248 * shell.el (shell-prompt-pattern): Doc fix.
22249 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22250
22251 * comint.el (comint-prompt-regexp, comint-get-old-input)
22252 (comint-use-prompt-regexp)
22253 (comint-use-prompt-regexp-instead-of-fields)
22254 (comint-replace-by-expanded-history, comint-send-input)
22255 (comint-output-filter, comint-get-old-input-default)
22256 (comint-line-beginning-position, comint-bol, comint-show-output)
22257 (comint-backward-matching-input, comint-forward-matching-input)
22258 (comint-next-prompt, comint-previous-prompt):
22259 Rename `comint-use-prompt-regexp-instead-of-fields' to
22260 `comint-use-prompt-regexp'. Keep old name as alias and declare
22261 obsolete.
22262 (comint-use-prompt-regexp): Shorten first line of doc string.
22263
22264 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22265 Set paragraph-separate buffer locally to "\\'".
22266
22267 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22268 Adapt to above name change.
22269
22270 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22271 (smbclient-prompt-regexp): Ditto.
22272
22273 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22274
22275 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22276
22277 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22278 gdb-location-list.
22279 Break lines that are over 80 characters wide.
22280
22281 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22284 New fun and var, to preserve compatibility.
22285
22286 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22287
22288 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22289
22290 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22291 name to file-newer-than-file-p.
22292
22293 2005-04-26 Richard M. Stallman <rms@gnu.org>
22294
22295 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22296
22297 * progmodes/python.el (python-mode):
22298 Use new name eldoc-documentation-function.
22299
22300 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22301
22302 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22303 (eldoc-documentation-function):
22304 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22305
22306 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22307
22308 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22309
22310 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22311
22312 * term/xterm.el (function-key-map): Fix strings for
22313 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22314 {C,S,A,C-S}-{f1-f12}.
22315
22316 2005-04-26 Kenichi Handa <handa@m17n.org>
22317
22318 * international/mule-cmds.el (select-safe-coding-system):
22319 Fix previous change.
22320
22321 2005-04-26 Lute Kamstra <lute@gnu.org>
22322
22323 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22324
22325 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22326 (font-lock-comment-delimiter-face): Ditto.
22327
22328 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22329
22330 2005-04-25 Jay Belanger <belanger@truman.edu>
22331
22332 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22333 to t while inserting information; use help-mode.
22334
22335 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22336
22337 * term.el (ansi-term-color-vector): Use the xterm colors.
22338 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22339
22340 2005-04-25 Lute Kamstra <lute@gnu.org>
22341
22342 * font-core.el (font-lock-defaults): Fix docstring.
22343
22344 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22345
22346 2005-04-25 Kenichi Handa <handa@m17n.org>
22347
22348 * international/mule-cmds.el (select-safe-coding-system):
22349 Don't check consistency with coding: spec, etc if raw-text or
22350 no-conversion was found to be safe.
22351
22352 2005-04-24 Richard M. Stallman <rms@gnu.org>
22353
22354 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22355 citation markers at start of each line.
22356
22357 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22358 citation markers at start of each line.
22359
22360 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22361
22362 * files.el (mode-require-final-newline): Fix previous change.
22363 (require-final-newline): Fix type label.
22364
22365 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22366
22367 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22368 statement in buffer (broken by 2004-11-24 change).
22369
22370 2005-04-24 Kim F. Storm <storm@cua.dk>
22371
22372 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22373 and read-file-name-function values. Don't overwrite existing
22374 non-nil values if ido-mode is enabled without ido-everywhere.
22375
22376 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22377
22378 * files.el (mode-require-final-newline): Minor doc fix.
22379
22380 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22381
22382 * subr.el (syntax-after): Doc fix.
22383 (syntax-class): If argument is nil, return nil. Mask off upper 16
22384 bits, not 8 bits.
22385
22386 * files.el (mode-require-final-newline): Doc fix.
22387 (backup-buffer-copy): Fix last change.
22388
22389 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22390
22391 * term/mac-win.el: Require select. Set selection-coding-system to
22392 mac-system-coding-system. Call menu-bar-enable-clipboard.
22393 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22394 (x-select-enable-clipboard): New variables.
22395 (x-select-text, x-get-selection, x-selection-value)
22396 (x-get-selection-value, mac-select-convert-to-string)
22397 (mac-services-open-file, mac-services-open-selection)
22398 (mac-services-insert-text): New functions.
22399 (CLIPBOARD, FIND): Put mac-scrap-name property.
22400 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22401 (public.tiff): Put mac-ostype property.
22402 (selection-converter-alist): Add entries for them.
22403 (mac-application-menu-map): New keymap.
22404 (interprogram-cut-function, interprogram-paste-function): Set to
22405 x-select-text and x-get-selection-value, respectively.
22406 (split-window-keep-point): Set to t.
22407
22408 2005-04-23 Richard M. Stallman <rms@gnu.org>
22409
22410 * files.el (read-directory-name): Always pass non-nil
22411 DEFAULT-FILENAME arg to read-file-name.
22412 (backup-buffer-copy, basic-save-buffer-2): Take care against
22413 writing thru an unexpected existing symlink.
22414 (revert-buffer): In indirect buffer, revert the base buffer.
22415 (magic-mode-alist): Doc fix.
22416 (buffer-stale-function): Doc fix.
22417 (minibuffer-with-setup-hook): Avoid warning.
22418 (mode-require-final-newline): Doc and custom fix.
22419
22420 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22421
22422 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22423 use the default appearance.
22424 (font-lock-comment-delimiter-face): New face, new variable.
22425
22426 * imenu.el (imenu--generic-function): The official position of a
22427 definition is the start of the line that BEG is in.
22428
22429 * midnight.el (midnight-timer): Move defvar up.
22430
22431 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22432
22433 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22434
22435 * startup.el (command-line): Use with-no-warnings.
22436
22437 * window.el (window-size-fixed): New defvar.
22438
22439 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22440
22441 * mail/rmail.el (rmail-font-lock-keywords):
22442 Use font-lock-comment-delimiter-face.
22443
22444 * mail/sendmail.el (mail-font-lock-keywords):
22445 Use font-lock-comment-delimiter-face.
22446
22447 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22448
22449 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22450
22451 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22452 Specify t for LAXMATCH when matching directories.
22453 Save match data around compilation-compat-error-properties form.
22454
22455 2005-04-23 David Kastrup <dak@gnu.org>
22456
22457 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22458 Mention that the autoloaded aliases should be kept for AUCTeX.
22459
22460 2005-04-23 Andreas Schwab <schwab@suse.de>
22461
22462 * isearch.el (isearch-forward): Doc fix.
22463
22464 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22465
22466 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22467 (jit-lock-stealth-nice): Change default value to 0.5.
22468
22469 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22470
22471 * abbrev.el (write-abbrev-file): Write table entries in
22472 alphabetical order by table name.
22473
22474 2005-04-22 Kim F. Storm <storm@cua.dk>
22475
22476 * ido.el (ido-read-internal): Fix `list' completion.
22477
22478 2005-04-22 Kenichi Handa <handa@m17n.org>
22479
22480 * recentf.el (recentf-save-file-coding-system): New variable.
22481 (recentf-save-list): Encode the file by
22482 recentf-save-file-coding-system and add coding: tag.
22483
22484 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22485
22486 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22487
22488 2005-04-21 Lute Kamstra <lute@gnu.org>
22489
22490 * loadhist.el (unload-feature): Don't remove a function from hooks
22491 if it is about to be restored to an autoload . Remove functions
22492 that will become unbound from auto-mode-alist. Simplify the code.
22493
22494 * subr.el (assq-delete-all): New implementation that is linear,
22495 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22496 (rassq-delete-all): New function.
22497
22498 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22499 Add size-indication-mode.
22500
22501 2005-04-21 Kenichi Handa <handa@m17n.org>
22502
22503 * international/mule-cmds.el: Add autoload for widget-value in
22504 eval-when-compile.
22505
22506 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22507
22508 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22509 Add tooltip-mode.
22510
22511 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22512
22513 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22514
22515 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22516 (inferior-lisp-filter-regexp, inferior-lisp-program)
22517 (inferior-lisp-load-command, inferior-lisp-prompt)
22518 (inferior-lisp-mode-hook, lisp-source-modes)
22519 (inferior-lisp-load-hook): defvar->defcustom.
22520 (inferior-lisp-program, inferior-lisp-prompt)
22521 (inferior-lisp-load-hook): Doc fixes.
22522 (inferior-lisp-install-letter-bindings): Small change in
22523 introductory comment.
22524
22525 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22526
22527 * vc.el (vc-annotate-color-map): Change some colors so that text
22528 using them as foreground is readable on both white and black
22529 backgrounds.
22530
22531 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22532
22533 * international/mule-conf.el (translation-table-for-input):
22534 Remove redundant declaration.
22535
22536 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22537
22538 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22539
22540 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22541 (tooltip-toggle-gud-tips): New function.
22542
22543 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22544
22545 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22546 right angle brackets.
22547
22548 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22549
22550 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22551
22552 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22553
22554 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22555 Remove. Update callers to use expand-file-name instead.
22556
22557 * subr.el (syntax-class): New function.
22558
22559 * simple.el (blink-matching-open): Use it.
22560
22561 * paren.el (show-paren-function): Use it to recognize parens that are
22562 also used in 2-char comment markers.
22563
22564 2005-04-19 Lute Kamstra <lute@gnu.org>
22565
22566 * loadhist.el (unload-feature): Update for new format of
22567 load-history. Simplify the code.
22568
22569 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22570
22571 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22572 (mac-add-charset-info): New function. Initialize variable
22573 mac-charset-info-alist using it.
22574 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22575 for translation.
22576 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22577 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22578 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22579 New CCL programs.
22580
22581 2005-04-19 Kim F. Storm <storm@cua.dk>
22582
22583 * simple.el (next-buffer, prev-buffer, next-error)
22584 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22585 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22586
22587 * bindings.el (next-buffer, prev-buffer, next-error)
22588 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22589 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22590 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22591 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22592
22593 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22594
22595 * isearch.el (isearch-edit-string): Make the search-ring available for
22596 minibuffer history commands.
22597 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22598 the default history commands now work just as well.
22599 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22600
22601 2005-04-18 Kim F. Storm <storm@cua.dk>
22602
22603 * emulation/cua-base.el (cua--pre-command-handler): Add more
22604 elaborate check for shift modifier on non-window systems.
22605
22606 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22607
22608 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22609
22610 2005-04-18 Kim F. Storm <storm@cua.dk>
22611
22612 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22613 and make it optional. Don't test tooltip-gud-echo-area here.
22614 (tooltip-gud-process-output, gdb-tooltip-print):
22615 Pass tooltip-gud-echo-area to tooltip-show.
22616 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22617
22618 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22619
22620 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22621 `display-graphic-p' may not be bound yet.
22622
22623 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22624
22625 * startup.el (command-line): No longer enable Xterm Mouse mode by
22626 default in terminals compatible with xterm.
22627
22628 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22629
22630 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22631
22632 * tooltip.el (tooltip-gud-echo-area): Rename from
22633 tooltip-use-echo-area.
22634 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22635 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22636 area independently of where help tooltips are displayed.
22637
22638 2005-04-17 David Kastrup <dak@gnu.org>
22639
22640 * cus-theme.el (custom-theme-write-variables): Quote variables
22641 where necessary.
22642
22643 2005-04-17 Richard M. Stallman <rms@gnu.org>
22644
22645 * simple.el (yank-excluded-properties): Add follow-link to value.
22646
22647 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22648
22649 * startup.el (fancy-splash-max-time): Just 30 seconds.
22650 (fancy-splash-delay): Just 7.
22651 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22652
22653 * loadhist.el (unload-feature): Update for new format of load-history.
22654 Simplify the code.
22655
22656 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22657 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22658
22659 * mail/sendmail.el (mail-font-lock-keywords):
22660 Don't fontify subject text.
22661 Don't fontify the text of a citation.
22662
22663 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22664
22665 * comint.el (comint-output-filter): Run comint-output-filter-functions
22666 with point where the user had it.
22667
22668 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22669
22670 * international/ucs-tables.el (ucs-set-table-for-input):
22671 Disable when using unify-on-decoding.
22672
22673 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22674
22675 * emulation/cua-base.el (cua-global-mark-face): Add special case
22676 for displays supporting a high number of colors.
22677
22678 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22679
22680 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22681
22682 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22683
22684 * filesets.el (filesets-add-buffer): If user supplies a name of a
22685 non-existing fileset, create a new fileset.
22686
22687 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22688
22689 * textmodes/org.el (org-up-heading-all): Fix bug with
22690 `outline-up-heading-all'.
22691
22692 2005-04-16 Andreas Schwab <schwab@suse.de>
22693
22694 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22695 /etc/permissions.d/* and /etc/aliases.d/*.
22696
22697 2005-04-16 Kenichi Handa <handa@m17n.org>
22698
22699 * international/code-pages.el (cp-make-coding-system):
22700 Set `translation-table-for-input' property value to the symbol
22701 ucs-mule-to-mule-unicode, not to that value.
22702 (pt154): Escape guillemet by `\'.
22703
22704 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22705
22706 * loadup.el: Load tooltip if x-show-tip is fboundp.
22707
22708 * startup.el (command-line): Add comment.
22709
22710 * tooltip.el (tooltip-mode): Specify correct standard value for
22711 Custom in init-value.
22712
22713 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22714
22715 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22716 possible.
22717
22718 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22719
22720 * textmodes/org.el (org-agenda-date-prompt): Rename from
22721 `org-agenda-date-today'.
22722 (org-evaluate-time-range): Insert at point instead of directly
22723 after time range.
22724 (org-first-headline-recenter, org-subtree-end-visible-p)
22725 (org-optimize-window-after-visibility-change): New functions
22726 (org-agenda-post-command-hook): Don't allow point at end of line,
22727 to make sure it always hits the text properties.
22728 (org-agenda-next-date-line, org-agenda-previous-date-line):
22729 New commands.
22730 (org-set-regexps-and-options): Category may contain white space.
22731 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22732 Improve marker positions.
22733 (org-agenda-new-marker): Argument POS made optional.
22734 (org-agenda-get-timestamps): Deadlines which are done are listed
22735 in org-done-face now.
22736 (org-agenda-get-todos, org-agenda-get-timestamps)
22737 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22738 Set `undone-face' and `done-face' properties.
22739 (org-last-todo-state-is-todo): New variable.
22740 (org-todo): Set `org-last-todo-state-is-todo'.
22741 (org-agenda-todo): Change face according to
22742 `org-last-todo-state-is-todo'. And change other lines referring to
22743 the same entry.
22744 (org-calendar-goto-agenda): New command.
22745 (org-calendar-to-agenda-key): New option.
22746 (org-startup-folded): New allowed value `content'.
22747 (org-set-regexps-and-options): Accept new value `content' for
22748 `org-startup-folded'.
22749 (org-get-current-options): Handle new value `content' for
22750 `org-startup-folded'.
22751 (org-insert-todo-heading): New command.
22752 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22753 interactively in empty file and option
22754 `org-insert-mode-line-in-empty-file' has been set.
22755 (org-agenda-todo, org-agenda-priority): Modify to use
22756 `org-agenda-change-all-lines'.
22757 (org-warning-face): Change color on dark background
22758
22759 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22760
22761 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22762 use preferences AppleLocale and AppleLanguages, and variable
22763 mac-system-locale for default locale. On Mac OS Classic, use
22764 mac-system-coding-system for default coding systems.
22765
22766 * term/mac-win.el: Don't set file-name-coding-system.
22767 Decode variables system-name, emacs-build-system, user-login-name, and
22768 user-full-name by mac-system-coding-system on Mac OS Classic.
22769 (mac-system-coding-system): New variable.
22770
22771 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22772
22773 * startup.el (command-line): Handle `xterm-mouse-mode' before
22774 reading init file.
22775
22776 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22777
22778 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22779
22780 * progmodes/sh-script.el (sh-here-document-word): Make it a
22781 defcustom. Doc fix.
22782 (sh-add): Bash uses $(( )) for arithmetic.
22783 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22784 (sh-maybe-here-document): Remove quotes and leading whitespace
22785 from heredoc word when closing. Indent heredoc with tabs if word
22786 starts with "-".
22787
22788 2005-04-13 Richard M. Stallman <rms@gnu.org>
22789
22790 * simple.el (undo): Fix previous change.
22791
22792 * custom.el (defface): Doc fix.
22793
22794 2005-04-13 Lute Kamstra <lute@gnu.org>
22795
22796 * Makefile.in (DONTCOMPILE): Remove list.
22797 (compile, compile-always): Don't use DONTCOMPILE.
22798 (update-authors): Load the library in which batch-update-authors
22799 is defined.
22800 * makefile.w32-in (DONTCOMPILE): Remove list.
22801 (compile, compile-always): Fix comments.
22802 (update-authors): Load the library in which batch-update-authors
22803 is defined.
22804
22805 * generic-x.el (generic-mode-ini-file-find-file-hook):
22806 Rename to ini-generic-mode-find-file-hook.
22807 Keep generic-mode-ini-file-find-file-hook as an alias.
22808 (ini-generic-mode-find-file-hook): Rename from
22809 generic-mode-ini-file-find-file-hook. Fix docstring.
22810 (ini-generic-mode): Docstring change.
22811 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22812
22813 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22814 called from lisp.
22815
22816 * generic.el: Move to the emacs-lisp subdir.
22817
22818 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22819
22820 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22821 and C-S- function and cursor motion keys.
22822
22823 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22824
22825 * startup.el (command-line): Enable Xterm Mouse mode by default.
22826 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22827 for Custom. No longer show "Mouse" in mode line when enabled.
22828 Doc fix.
22829
22830 2005-04-12 Kim F. Storm <storm@cua.dk>
22831
22832 * emulation/cua-base.el (cua-rectangle-face)
22833 (cua-rectangle-noselect-face): Define face attributes here.
22834
22835 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22836
22837 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22838
22839 * startup.el (command-line): Turn off blinking cursor if
22840 cursorBlink in resources is off or false.
22841
22842 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22843
22844 * term/mac-win.el (dnd): Require dnd.
22845 (mac-drag-n-drop): Call dnd-handle-one-url.
22846 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22847 (kTextEncodingISOLatin2): Remove constants.
22848 (mac-script-code-coding-systems): New constant.
22849 (mac-handle-language-change): New function.
22850 (special-event-map): Bind it to `language-change' event.
22851 (mac-centraleurroman, mac-cyrillic): New coding systems.
22852 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22853 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22854 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22855 encode-mac-cyrillic, respectively.
22856
22857 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22858
22859 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22860 Don't set overlay-arrow-string to "=>" as this is done
22861 globally in C now.
22862
22863 2005-04-12 Lute Kamstra <lute@gnu.org>
22864
22865 * generic-x.el (rc-generic-mode, rul-generic-mode):
22866 Fix auto-mode-alist entries.
22867 (etc-fstab-generic-mode): Tweak fontification.
22868
22869 * generic.el (generic-make-keywords-list): Fix docstring.
22870 (generic-mode-internal): Simplify generic-font-lock-keywords.
22871
22872 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22873
22874 * whitespace.el (whitespace-buffer-leading)
22875 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22876 However, fix the highlight area for the leading and
22877 trailing whitespaces to show space.
22878
22879 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22880
22881 * whitespace.el (whitespace-version): Bump to 3.5
22882
22883 (whitespace-buffer-leading, whitespace-buffer-trailing):
22884 Invert sense of the test to highlight the whitespace.
22885
22886 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22887
22888 * progmodes/gud.el (gud-display-line): GUD uses its own
22889 overlay arrow now so don't set overlay-arrow-string.
22890 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22891
22892 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22893
22894 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22895 (term-ansi-current-reverse, term-ansi-current-invisible)
22896 (term-ansi-face-already-done): Change to boolean.
22897 (term-reset-terminal, term-handle-colors-array): Handle the above
22898 vars accordingly.
22899 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22900 (term-emulate-terminal): Use the new name.
22901
22902 * faces.el (secondary-selection): Use yellow1, not yellow.
22903 (trailing-whitespace): Use red1, not red.
22904
22905 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22906
22907 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22908 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22909 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22910
22911 * cus-edit.el (dnd): New group.
22912
22913 * term/w32-win.el (dnd): Require dnd
22914 (w32-drag-n-drop): Call dnd-handle-one-url.
22915
22916 * x-dnd.el: Require dnd.
22917 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22918 Call dnd-handle-one-url.
22919 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22920 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22921 to dnd-insert-text.
22922 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22923 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22924 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22925 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22926
22927 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22928
22929 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22930
22931 * wdired.el: Doc fixes.
22932 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22933 (wdired-use-dired-vertical-movement): Rename from
22934 wdired-always-move-to-filename-beginning.
22935 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22936 (wdired-change-to-wdired-mode): Change mode name.
22937 (wdired-newline): Delete.
22938
22939 2005-04-11 Richard M. Stallman <rms@gnu.org>
22940
22941 * whitespace.el (whitespace-highlight-the-space):
22942 Don't call whitespace-unhighlight-the-space here.
22943
22944 * simple.el (undo): Record t in undo-equiv-table
22945 for the redo record made by an undo-in-region.
22946
22947 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22948
22949 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22950 (gdb-frame-inferior-io-buffer): New Functions to control
22951 display of separate IO buffer.
22952 (menu): Add them to menu-bar.
22953 (gdb-display-buffer): Check for buffer another frame.
22954 Protect GUD buffer.
22955 (gdb-setup-windows): Create IO buffer if not already there.
22956 (gdb-memory-mode): Remove purecopy noops.
22957
22958 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22959
22960 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22961 and pass to self-insert-command.
22962
22963 2005-04-11 Lute Kamstra <lute@gnu.org>
22964
22965 * generic.el: Commentary section cleanup.
22966 (generic): Delete.
22967 (generic-use-find-file-hook, generic-lines-to-scan)
22968 (generic-find-file-regexp, generic-ignore-files-regexp)
22969 (default-generic-mode, generic-mode-find-file-hook)
22970 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22971 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22972 (generic-use-find-file-hook, generic-lines-to-scan)
22973 (generic-find-file-regexp, generic-ignore-files-regexp)
22974 (default-generic-mode, generic-mode-find-file-hook)
22975 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22976
22977 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22978
22979 * bookmark.el (bookmark-write-file): Catch errors writing file.
22980 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22981
22982 2005-04-10 Richard M. Stallman <rms@gnu.org>
22983
22984 * startup.el (fancy-splash-tail): Update copyright year.
22985 (command-line): Split part of -Q into -D.
22986 (emacs-basic-display): New defvar.
22987 (fancy-splash-text): Correct name of menu item.
22988
22989 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22990
22991 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22992 lines in one node.
22993
22994 * comint.el (comint-send-input): New arg ARTIFICIAL.
22995 Callers in this file changed.
22996
22997 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22998
22999 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23000
23001 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23002
23003 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23004 `ldap-search-internal'.
23005
23006 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23007
23008 * files.el (set-auto-mode-1): Use line-end-position.
23009
23010 * international/latin-1.el:
23011 * international/latin-2.el:
23012 * international/latin-3.el:
23013 * international/latin-4.el:
23014 * international/latin-5.el:
23015 * international/latin-8.el:
23016 * international/latin-9.el: Give punctuation syntax to NBSP.
23017
23018 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23019 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23020 Use char-classes to accept non-ascii letters, accepted in some recent
23021 bibtex implementations.
23022
23023 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23024
23025 * custom.el (custom-set-minor-mode): Any non-nil value for the
23026 variable should enable the mode when set through Custom.
23027
23028 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23029
23030 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23031 TAB binding so tab-always-indent is obeyed.
23032 (vhdl-minibuffer-local-map): Move initialization into declaration.
23033 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23034 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23035 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23036 (vhdl-current-line): Use line-beginning-position.
23037 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23038 with-output-to-temp-buffer, so the current position can be recorded.
23039
23040 2005-04-10 Masatake YAMATO <jet@gyve.org>
23041
23042 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23043 Add regexp for gcov.
23044
23045 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23046
23047 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23048 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23049 syntax which Emacs 20 doesn't support.
23050
23051 2005-04-09 Richard M. Stallman <rms@gnu.org>
23052
23053 * help.el (describe-key-briefly, describe-key):
23054 Replace strings as event types with "(any string)".
23055
23056 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * arc-mode.el (archive-mode-map): Move initialization into
23059 the declaration. Override *all* bindings of `undo'.
23060 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23061
23062 2005-04-09 Jay Belanger <belanger@truman.edu>
23063
23064 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23065
23066 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23067
23068 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23069 (xterm-register-default-colors): Update color values computation
23070 to match xterm-200.
23071
23072 2005-04-09 Kenichi Handa <handa@m17n.org>
23073
23074 * international/code-pages.el (iso-latin-7): Fix the map.
23075
23076 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23077
23078 * emacs-lisp/lisp.el (defun-prompt-regexp)
23079 (parens-require-spaces, buffer-end, end-of-defun)
23080 (insert-parentheses): Doc fixes.
23081
23082 2005-04-08 Kim F. Storm <storm@cua.dk>
23083
23084 * comint.el (comint-highlight-prompt): Fix face spec.
23085 * hi-lock.el (hi-green): Likewise.
23086
23087 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23088
23089 * cus-edit.el (custom-modified-face):
23090 * comint.el (comint-highlight-input): Fix previous changes.
23091 * term.el (term-handle-ansi-escape): Add a comment.
23092
23093 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23094
23095 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23096 in the buffer and in whitespace-highlighted-space.
23097 (whitespace-unhighlight-the-space): Simplify.
23098 (whitespace-buffer): Simplify.
23099
23100 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23101
23102 * textmodes/table.el (table-cell-face): Add special case for
23103 displays supporting a high number of colors.
23104 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23105 (vhdl-font-lock-reserved-words-face)
23106 (vhdl-speedbar-architecture-face)
23107 (vhdl-speedbar-instantiation-face)
23108 (vhdl-speedbar-architecture-selected-face)
23109 (vhdl-speedbar-instantiation-selected-face): Likewise.
23110 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23111 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23112 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23113 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23114 (ebrowse-progress-face): Likewise.
23115 * progmodes/compile.el (compilation-info-face): Likewise.
23116 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23117 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23118 * calendar/calendar.el (diary-face): Likewise.
23119 * woman.el (woman-italic-face, woman-bold-face)
23120 (woman-unknown-face): Likewise.
23121 * wid-edit.el (widget-button-pressed-face): Likewise.
23122 * whitespace.el (whitespace-highlight-face): Likewise.
23123 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23124 * pcvs-info.el (cvs-marked-face): Likewise.
23125 * info.el (info-xref): Likewise.
23126 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23127 * hilit-chg.el (highlight-changes-face)
23128 (highlight-changes-delete-face): Likewise.
23129 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23130 (hi-red-b): Likewise.
23131 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23132 * font-lock.el (font-lock-keyword-face)
23133 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23134 * cus-edit.el (custom-invalid-face, custom-modified-face)
23135 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23136 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23137 * comint.el (comint-highlight-prompt): Likewise.
23138
23139 2005-04-08 Lute Kamstra <lute@gnu.org>
23140
23141 * font-lock.el (font-lock-keywords): Docstring fixes.
23142
23143 2005-04-08 Kenichi Handa <handa@m17n.org>
23144
23145 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23146 chars are more than a limit, print " and more..." at the tail.
23147
23148 2005-04-08 Kim F. Storm <storm@cua.dk>
23149
23150 * emacs-lisp/authors.el (authors-aliases): Update list.
23151 (authors-ignored-files): New list.
23152 (authors-fixed-entries): Fix typo.
23153 (authors-renamed-files-alist): Update list.
23154 (authors-add): Check authors-ignored-files.
23155
23156 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23157
23158 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23159 optional, to ensure backward compatibility.
23160
23161 2005-04-08 Stephen Eglen <stephen@gnu.org>
23162
23163 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23164
23165 2005-04-08 Kim F. Storm <storm@cua.dk>
23166
23167 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23168
23169 * mouse.el (mouse-on-link-p): Doc fix.
23170
23171 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23172
23173 * ielm.el (ielm-prompt-read-only): Doc fix.
23174
23175 * comint.el (comint-prompt-read-only): Doc fix.
23176
23177 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23178
23179 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23180 ensure dired always handles wildcards passed to ffap.
23181 (find-file-at-point): Use it.
23182 (ffap-dired-wildcards): Doc fix.
23183
23184 2005-04-07 Juri Linkov <juri@jurta.org>
23185
23186 * simple.el (next-error-overlay-arrow-position): New defvar.
23187 Put "=>" on its property `overlay-arrow-string'. Add it to
23188 `overlay-arrow-variable-list'.
23189
23190 * progmodes/compile.el (compilation-setup):
23191 Set `next-error-overlay-arrow-position' to nil. Also set it to
23192 nil in the local hook `kill-buffer-hook'. Make local variable
23193 `overlay-arrow-string' and set it to "=>".
23194 (compilation-goto-locus): Set BOL position to
23195 `next-error-overlay-arrow-position' instead of
23196 `overlay-arrow-position'.
23197
23198 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23199 locally instead of adding it to the global hook.
23200 (Info-kill-buffer): Move up.
23201
23202 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23203
23204 * term/xterm.el (xterm-standard-colors): Update color values from
23205 xterm-200.
23206
23207 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23208
23209 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23210
23211 * fast-lock.el:
23212 * lazy-lock.el: Move them to the obsolete subdir.
23213
23214 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23215
23216 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23217 (wdired-add-replace-advice): Remove.
23218 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23219
23220 2005-04-06 Kim F. Storm <storm@cua.dk>
23221
23222 * startup.el (command-line): Add --bare-bones alias for -Q.
23223
23224 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23225
23226 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23227 create the startup fontset if a font specification ends with
23228 `mac-roman'.
23229
23230 2005-04-06 Lute Kamstra <lute@gnu.org>
23231
23232 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23233 change.
23234
23235 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23236 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23237
23238 2005-04-05 Lute Kamstra <lute@gnu.org>
23239
23240 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23241 (define-generic-mode): Ditto. Fix debug declaration.
23242
23243 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23244 Put them in the generic-x group.
23245
23246 * calendar/timeclock.el (timeclock): Doc fix.
23247
23248 * generic.el (define-generic-mode): Don't use custom-current-group.
23249 Document default :group value.
23250 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23251 (define-global-minor-mode): Don't use custom-current-group.
23252
23253 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23254
23255 * startup.el (command-line-1): Display startup-echo-area-message
23256 when fancy splash screen is in use.
23257
23258 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23259 (sh-escaped-newline): New face.
23260 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23261 newline, and use sh-escaped-newline face.
23262
23263 * progmodes/tcl.el (tcl-escaped-newline): New face.
23264 (tcl-builtin-list): New variable.
23265 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23266 newlines. Fix keywords subexpression number.
23267
23268 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23269
23270 * textmodes/org.el (org-diary-default-entry): Fix call to
23271 `add-to-diary-entry'.
23272
23273 2005-04-05 Kim F. Storm <storm@cua.dk>
23274
23275 * ediff-init.el: Use (featurep 'xemacs).
23276
23277 2005-04-05 David Ponce <david@dponce.com>
23278
23279 * cus-edit.el (face): Derive from symbol widget. Display sample
23280 of the current face on the fly.
23281 (widget-face-sample-face-get, widget-face-notify): New functions.
23282 (widget-face-value-create): Remove.
23283
23284 * wid-edit.el (widget-field-end): Temporarily remove field
23285 narrowing before to call `get-char-property'.
23286
23287 2005-04-04 Jay Belanger <belanger@truman.edu>
23288
23289 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23290 (math-read-subscripts): New variable.
23291 (math-read-preprocess-string): Process subscripts.
23292
23293 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23294
23295 * comint.el (comint-prompt-read-only): Doc fix.
23296
23297 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23298 `-1'. Doc fix.
23299
23300 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23301
23302 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23303 Change default value to nil.
23304
23305 2005-04-04 Lute Kamstra <lute@gnu.org>
23306
23307 * autorevert.el (auto-revert-mode): Specify :group.
23308 * battery.el (display-battery-mode): Specify :group.
23309 * diff-mode.el (diff-minor-mode): Specify :group.
23310 * font-core.el (font-lock-mode): Specify :group.
23311 * hl-line.el (hl-line-mode): Specify :group.
23312 * iimage.el (iimage): New customization group.
23313 (iimage-mode): Specify :group.
23314 * longlines.el (longlines-mode): Specify :group.
23315 * master.el: Don't require easy-mmode.
23316 (master): New customization group.
23317 (master-mode): Specify :group.
23318 * msb.el (msb-mode): Specify :group.
23319 * reveal.el (reveal-mode): Specify :group.
23320 * simple.el (next-error-follow-minor-mode): Specify :group.
23321 * smerge-mode.el (smerge-mode): Specify :group.
23322 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23323 * emulation/cua-base.el (cua-mode): Specify :group.
23324 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23325 * language/thai-util.el (thai-auto-composition-mode)
23326 (thai-word-mode): Specify :group.
23327 * mail/supercite.el (sc-minor-mode): Specify :group.
23328 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23329 * progmodes/flymake.el (flymake-mode): Specify :group.
23330 * progmodes/glasses.el (glasses-mode): Specify :group.
23331 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23332 * textmodes/enriched.el (enriched-mode): Specify :group.
23333 * textmodes/refill.el (refill-mode): Specify :group.
23334
23335 * add-log.el (change-log-font-lock-keywords): Names in
23336 parenthesized lists can contain spaces.
23337
23338 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23339
23340 * startup.el (fancy-splash-text): Shorten default text of
23341 "Emacs Tutorial" line. Also, if the current language env
23342 indicates an available tutorial file other than TUTORIAL,
23343 extract its title and append it to the line in parentheses.
23344 (fancy-splash-insert): If arg is a thunk, funcall it.
23345
23346 2005-04-04 Jay Belanger <belanger@truman.edu>
23347
23348 * calc.el (calc-language-alist): Add tags to customization type.
23349
23350 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23351
23352 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23353 Doc fix.
23354
23355 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23356
23357 * add-log.el (change-log-font-lock-keywords): The manual
23358 describing a Change Log entry, says: (...) "Aside from these
23359 header lines, every line in the change log starts with a space or
23360 a tab.". The font-lock was not highlighting lines started with
23361 spaces, added support for it.
23362
23363 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23364
23365 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23366 (bibtex-generate-url-list): Update docstring accordingly. Put the
23367 complex example in the docstring.
23368 (bibtex-font-lock-url): Use pop.
23369
23370 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23371
23372 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23373
23374 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23375
23376 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23377
23378 * filesets.el (filesets-set-default): Doc fix.
23379
23380 2005-04-03 Lute Kamstra <lute@gnu.org>
23381
23382 * generic.el (define-generic-mode): Add argument to specify
23383 keywords for defcustom.
23384 (default-generic-mode): Specify :group.
23385
23386 * generic-x.el: Specify :group for all generic modes.
23387
23388 * desktop.el (desktop-no-desktop-file-hook)
23389 (desktop-after-read-hook): Doc fix.
23390
23391 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23392
23393 * simple.el (visible-mode): Use explicit :group keyword.
23394 This changes the group of `visible-mode-hook' from paren-blinking
23395 to editing-basics.
23396
23397 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23398
23399 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23400 mailbox specifications as well as URLs.
23401 (rmail-insert-inbox-text): Remove unused conditional branches.
23402
23403 2005-04-01 Jay Belanger <belanger@truman.edu>
23404
23405 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23406 (calc-gnuplot-print-command): Move definitions to calc.el.
23407
23408 * calc/calc-embed.el (calc-embedded-announce-formula)
23409 (calc-embedded-open-formula, calc-embedded-close-formula)
23410 (calc-embedded-open-word, calc-embedded-close-word)
23411 (calc-embedded-open-plain, calc-embedded-close-plain)
23412 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23413 (calc-embedded-open-mode, calc-embedded-close-mode):
23414 Move definitions to calc.el.
23415
23416 * calc/calc.el (calc-settings-file, calc-language-alist):
23417 Make customizable.
23418 (calc-embedded-announce-formula, calc-embedded-open-formula)
23419 (calc-embedded-close-formula, calc-embedded-open-word)
23420 (calc-embedded-close-word, calc-embedded-open-plain)
23421 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23422 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23423 (calc-embedded-close-mode, calc-gnuplot-name)
23424 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23425 from other files and make customizable.
23426
23427 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23430 Use buffer-live-p.
23431 (cvs-mode-run): Don't call cvs-update-header here.
23432 (cvs-run-process): Call cvs-update-header.
23433 Use process properties for cvs-postprocess and cvs-buffer so that
23434 the sentinel can behave better if the temp buffer is killed.
23435 Use a pipe rather than a tty, to better handle unexpected prompts.
23436 (cvs-sentinel): Rewrite. Call cvs-update-header.
23437
23438 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23439
23440 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23441 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23442
23443 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23444
23445 * generic.el (define-generic-mode): Add indentation rule.
23446
23447 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23448
23449 * files.el (mode-require-final-newline): Make Custom correctly
23450 report a nil value and allow to set it to nil via Custom.
23451 Doc fix.
23452
23453 2005-04-01 Kenichi Handa <handa@m17n.org>
23454
23455 * international/characters.el: Enable the correct case setting for
23456 dotless-i and dotted-I.
23457
23458 2005-04-01 Kim F. Storm <storm@cua.dk>
23459
23460 * ido.el (ido-file-internal): Fall back to non-ido command if
23461 initial directory is on slow ftp (or tramp) host.
23462
23463 2005-03-31 Richard M. Stallman <rms@gnu.org>
23464
23465 * emacs-lisp/autoload.el (make-autoload):
23466 Handle define-global-minor-mode.
23467
23468 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23469 Rename from easy-mmode-define-global-mode.
23470 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23471
23472 * progmodes/scheme.el (scheme-mode-syntax-table):
23473 Update syntax of | and # for two-character comment syntax.
23474
23475 2005-03-31 Lute Kamstra <lute@gnu.org>
23476
23477 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23478 (define-minor-mode): Call custom-current-group at load-time.
23479
23480 * generic.el (define-generic-mode): Add debug declaration.
23481 Add defcustom for the mode hook.
23482 (generic-mode-internal): Use run-mode-hooks.
23483
23484 2005-03-31 Kim F. Storm <storm@cua.dk>
23485
23486 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23487 (mouse-fixup-help-message): New defun called by show_help_echo
23488 to fixup mouse-2 prefix in help messages when applicable.
23489
23490 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23491
23492 2005-03-31 Kenichi Handa <handa@m17n.org>
23493
23494 * language/thai-word.el (thai-find-word-ends): Pay attention to
23495 the case that we reach the end of buffer.
23496
23497 * textmodes/fill.el (fill-text-properties-at): New function.
23498 (fill-newline): Use fill-text-properties-at instead of
23499 text-properties-at.
23500
23501 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23502
23503 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23504 not comint-quote-filename.
23505
23506 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23507
23508 * help-fns.el (help-with-tutorial): Revert last change.
23509
23510 2005-03-31 Kim F. Storm <storm@cua.dk>
23511
23512 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23513
23514 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23515
23516 * calendar/cal-china.el: Update reference to "Calendrical
23517 Calculations" book; there's a new edition.
23518 * calendar/cal-coptic.el: Likewise.
23519 * calendar/cal-french.el: Likewise.
23520 * calendar/cal-hebrew.el: Likewise.
23521 * calendar/cal-islam.el: Likewise.
23522 * calendar/cal-iso.el: Likewise.
23523 * calendar/cal-julian.el: Likewise.
23524 * calendar/cal-mayan.el: Likewise.
23525 * calendar/cal-persia.el: Likewise.
23526 * calendar/calendar.el: Likewise.
23527 * calendar/holidays.el: Likewise.
23528 * calendar/lunar.el: Likewise.
23529 * calendar/solar.el: Likewise.
23530
23531 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23532 white space from doc string.
23533
23534 2005-03-30 Jay Belanger <belanger@truman.edu>
23535
23536 * calc/calc-help.el (calc-full-help): Remove email address.
23537
23538 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23539
23540 * help-fns.el (help-with-tutorial): Delete title line.
23541
23542 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23543
23544 * calendar/cal-x.el (calendar-one-frame-setup)
23545 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23546 rather than `symbol' for set-window-dedicated-p.
23547
23548 * calendar/appt.el (appt-buffer-name): Make it a constant.
23549 (appt-add): Doc fix.
23550
23551 * filesets.el (filesets-menu-path, filesets-menu-before)
23552 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23553 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23554 (filesets-add-submenu): Delete and use add-submenu instead.
23555
23556 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23557
23558 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23559 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23560 (org-diary-default-entry): New function.
23561 (org-get-entries-from-diary): Better parsing of diary entries.
23562 (org-agenda-check-no-diary): New function.
23563 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23564 linking to diary entries.
23565 (org-agenda-execute-calendar-command): New function.
23566 (org-agenda): Improve visible section in window.
23567 Use `org-fit-agenda-window'.
23568 (org-fit-agenda-window): New option.
23569 (org-move-subtree-down): Better handling of empty lines
23570 at end of subtree.
23571 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23572 levels up.
23573 (org-fontify-done-headline): New option.
23574 (org-headline-done-face): New face.
23575 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23576 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23577 When current field is non-empty, it is copied to next row.
23578 (org-table-copy-from-above): Fix bug which made it
23579 impossible to copy fields containing only a single non-white character.
23580
23581 2005-03-30 Kim F. Storm <storm@cua.dk>
23582
23583 * kmacro.el (kmacro-end-macro): Isearch may store this command
23584 into the macro -- so ignore it when executing keyboard macro.
23585
23586 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23587
23588 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23589
23590 2005-03-29 Kenichi Handa <handa@m17n.org>
23591
23592 * language/thai.el ("Thai"): Set setup-function and exit-function
23593 for Thai language environment.
23594
23595 * language/thai-util.el: Require thai-word.
23596 (thai-word-mode-map): New variable.
23597 (thai-word-mode): New minor mode.
23598 (setup-thai-language-environment-internal): New function.
23599 (exit-thai-language-environment-internal): New function.
23600
23601 * language/thai-word.el (thai-word-table): Declare it by defvar,
23602 use dolist to initialize it.
23603 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23604 (thai-fill-find-break-point): New functions.
23605
23606 2005-03-29 Richard M. Stallman <rms@gnu.org>
23607
23608 * simple.el (idle-update-delay): Move definition up.
23609 (set-mark): Doc fix.
23610
23611 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23612
23613 * longlines.el: New file.
23614
23615 * simple.el (buffer-substring-filters): New variable.
23616 (filter-buffer-substring): New function.
23617 (kill-region, copy-region-as-kill): Use it.
23618
23619 * register.el (copy-to-register, append-to-register)
23620 (prepend-to-register): Use filter-buffer-substring.
23621
23622 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23623
23624 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23625 (gud-filter-pending-text): Move in front of gdb.
23626 (gud-overlay-arrow-position): New variable.
23627 (gud-sentinel, gud-display-line): Use it in place of
23628 overlay-arrow-position.
23629
23630 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23631
23632 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23633 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23634 (fortran-font-lock-keywords-4): New variable.
23635 (fortran-blocks-re, fortran-end-block-re)
23636 (fortran-start-block-re): New constants, for hideshow.
23637 (hs-special-modes-alist): Add a Fortran entry.
23638 (fortran-mode-map): Bind fortran-end-of-block,
23639 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23640 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23641 (fortran-looking-at-if-then, fortran-end-of-block)
23642 (fortran-beginning-of-block): New functions, for hideshow.
23643
23644 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23645 Doc fix. Tweak regexp.
23646 (f90-beginning-of-block): Push mark first.
23647
23648 2005-03-29 Jay Belanger <belanger@truman.edu>
23649
23650 * calc/calc.el: Update copyright date.
23651 (calc-version): Increase to 2.1.
23652 (calc-version-date): Remove.
23653
23654 * calc/calc-help.el: Update copyright date.
23655 (calc-full-help): Remove reference to calc-version-date.
23656 Update copyright date.
23657
23658 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23659
23660 * vc.el (vc-do-command): Use a pipe for async processes, so password
23661 prompts don't show up at places where the user can't reply.
23662
23663 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23664
23665 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23666 on the file name we pass to the inferior shell.
23667
23668 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23669
23670 * progmodes/which-func.el (which-function): Be robust in the face of an
23671 imenu--make-index-alist failure.
23672
23673 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23674
23675 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23676
23677 * progmodes/python.el (python-preoutput-filter): Fix last change.
23678
23679 2005-03-29 Lute Kamstra <lute@gnu.org>
23680
23681 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23682 functions and compiled macros.
23683 (debug-convert-byte-code): Handle macros too.
23684 (debug-on-entry-1): Don't signal an error when trying to clear a
23685 function that is not set to debug on entry.
23686
23687 2005-03-29 Jay Belanger <belanger@truman.edu>
23688
23689 * calc/calc-lang.el: Add functions to math-function-table
23690 properties of tex and math.
23691
23692 2005-03-29 Kenichi Handa <handa@m17n.org>
23693
23694 * ps-mule.el (ps-mule-plot-string): Translate characters by
23695 ps-print-translation-table.
23696 (ps-mule-begin-job): Call find-charset-region/string with
23697 ps-print-translation-table.
23698 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23699
23700 * ps-print.el (ps-print-translation-table): New variable.
23701 (ps-plot-region): Translate characters by ps-print-translation-table.
23702
23703 2005-03-29 Juri Linkov <juri@jurta.org>
23704
23705 * simple.el (next-error-highlight-timer): New variable.
23706
23707 * progmodes/compile.el (compilation-goto-locus):
23708 Use `next-error-highlight-timer' instead of `sit-for'.
23709
23710 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23711
23712 * mail/supercite.el (sc-mail-field): Use assoc-string.
23713 (sc-get-address): Simplify regexps.
23714
23715 * files.el (minibuffer-with-setup-hook): New macro.
23716 (find-file-read-args): Use it to avoid let-binding
23717 minibuffer-with-setup-hook (which breaks turning on/off
23718 file-name-shadow-mode while in the prompt).
23719
23720 * complete.el (PC-read-include-file-name-internal):
23721 Use test-completion.
23722
23723 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23724
23725 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23726
23727 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23728
23729 * window.el (window-buffer-height): Use count-screen-lines.
23730
23731 * progmodes/python.el (python-preoutput-leftover): New var.
23732 (python-preoutput-filter): Use it.
23733 (python-send-receive): Loop until all the result has been received.
23734
23735 2005-03-28 Juri Linkov <juri@jurta.org>
23736
23737 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23738
23739 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23740 "Recover Crashed Session".
23741 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23742 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23743 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23744 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23745 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23746 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23747 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23748 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23749
23750 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23751 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23752 Ediff Sessions", "Toggle use of separate control buffer frame",
23753 "Use separate frame for Ediff control buffer".
23754
23755 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23756 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23757 "Rename Bookmark", "Delete Bookmark".
23758
23759 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23760 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23761 Add `:active Info-index-alternatives' to "Next Matching Item".
23762
23763 * wdired.el (wdired-change-to-wdired-mode):
23764 Mention `wdired-abort-changes' key in the initial message.
23765
23766 * international/mule.el (auto-coding-alist): Associate non-ascii
23767 image filename extensions with `no-conversion'.
23768
23769 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23770
23771 * international/iso-acc.el:
23772 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23773
23774 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23775
23776 * textmodes/sgml-mode.el (html-mode): Doc update.
23777
23778 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23779
23780 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23781
23782 * term.el (term-move-columns): Fix face after extending a line.
23783 (term-insert-spaces): Likewise.
23784 (term-reset-terminal): Fix off by one error.
23785
23786 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23787
23788 * international/mule.el (auto-coding-alist): Add .xpi files.
23789
23790 * files.el (auto-mode-alist): Add .xpi files.
23791
23792 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23793
23794 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23795
23796 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23797
23798 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23799
23800 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23801
23802 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23803 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23804
23805 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23806 cursor to Jan 1 when needed.
23807 (calendar-end-of-year): Fix -/+ typo.
23808 Reported by Chong Yidong <cyd@stupidchicken.com>.
23809
23810 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23811
23812 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23813
23814 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23815 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23816
23817 2005-03-25 Richard M. Stallman <rms@gnu.org>
23818
23819 * filesets.el (filesets-init): Add autoload.
23820
23821 * mail/mailalias.el (mail-directory): Doc fix.
23822
23823 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23824
23825 * mail/mailalias.el (mail-directory-process): Do nothing if
23826 mail-directory-process is an atom.
23827 (mail-get-names): Ignore mail-directory-names if it is an atom.
23828 (mail-directory-process defvar): Doc fix.
23829 (mail-names): Doc fix.
23830
23831 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23832
23833 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23834
23835 2005-03-26 Kenichi Handa <handa@m17n.org>
23836
23837 * international/mule-util.el (detect-coding-with-priority):
23838 Call update-coding-systems-internal before detect-coding-region.
23839
23840 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23841
23842 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23843 (gdb-frames-mode-map): Add follow-link property.
23844
23845 2005-03-25 Jay Belanger <belanger@truman.edu>
23846
23847 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23848 for variables.
23849
23850 2005-03-25 Juri Linkov <juri@jurta.org>
23851
23852 * image-mode.el: Optimize image filename extension regexps in
23853 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23854 in `auto-mode-alist'.
23855 (image-mode): Add `image-toggle-display-text' to local hook
23856 `change-major-mode-hook'. Display the image as an image by
23857 default. Set `cursor-type' and `truncate-lines' if the image
23858 is already displayed. Take into account the current mode (image
23859 or text) in message.
23860 (image-minor-mode): New minor mode.
23861 (image-mode-maybe, image-toggle-display-text): New functions.
23862 (image-toggle-display): Use called-interactively-p.
23863 Let-bind `inhibit-read-only' to t.
23864
23865 * image-mode.el (image-minor-mode): Set `cursor-type' and
23866 `truncate-lines' if the image is already displayed. Add turning
23867 image-minor-mode off to `change-major-mode-hook'. Add message.
23868 Call `image-toggle-display-text' after turning image-minor-mode off.
23869
23870 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23871
23872 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23873 Terminal.app, use utf-8.
23874 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23875 (set-locale-environment): Use it.
23876
23877 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23878
23879 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23880
23881 * progmodes/python.el (python-close-block-statement-p)
23882 (python-outdent-p, python-current-defun): Use symbol-end.
23883
23884 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23885
23886 * files.el (save-some-buffers): Doc fix.
23887
23888 2005-03-25 Werner Lemberg <wl@gnu.org>
23889
23890 * complete.el, thumbs.el: Replace `legal' with `valid'.
23891 * calendar/calendar.el: Replace `legal' with `valid'.
23892 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23893 * mail/supercite.el: Replace `legal' with `valid'.
23894 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23895 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23896 Replace `legal' with `valid'.
23897 * textmodes/reftex-vars.el, textmodes/reftex.el:
23898 Replace `legal' with `valid'.
23899
23900 2005-03-25 Werner Lemberg <wl@gnu.org>
23901
23902 * calc/calc-forms.el, calc/calc-sel.el
23903 * midnight.el, vc-cvs.el
23904 * emacs-lisp/cl-macs.el
23905 * emulation/vip.el
23906 * eshell/esh-io.el, eshell/esh-var.el
23907 * mail/supercite.el
23908 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23909 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23910 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23911 * progmodes/sh-script.el, progmodes/xscheme.el
23912 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23913 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23914 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23915 * textmodes/reftex.el, textmodes/org.el:
23916 Replace `illegal' with `invalid'.
23917
23918 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23919
23920 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23921 (flymake-find-buildfile, flymake-find-possible-master-files)
23922 (flymake-check-include, flymake-parse-line): Replace loops over the
23923 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23924
23925 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23926 Substitute file-name-as-directory in the rest of the file.
23927 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23928 (flymake-replace-region): Remove unused arg `buffer'.
23929 (flymake-check-patch-master-file-buffer): Update calls to it.
23930 (flymake-add-err-info): Remove unused var `count'.
23931 (flymake-mode): Use define-minor-mode.
23932
23933 * progmodes/flymake.el: Use with-current-buffer.
23934 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23935 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23936 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23937 Avoid testing for `xemacs'.
23938 (flymake-nop): Move.
23939 (flymake-region-has-flymake-overlays): Return the computed value.
23940 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23941 Remove unused var `endline'.
23942 (flymake-get-line-count): Remove unused function.
23943 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23944
23945 * emulation/vi.el:
23946 * generic.el:
23947 * hilit-chg.el (global-highlight-changes):
23948 * hi-lock.el (hi-lock-mode):
23949 * follow.el: find-file-hooks -> find-file-hook.
23950
23951 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23952
23953 2005-03-24 Juri Linkov <juri@jurta.org>
23954
23955 * dired.el (dired-mode-map): Add menu item "Compare directories"
23956 for dired-compare-directories.
23957
23958 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23959 Doc fix. Replace `read-file-name' with `read-directory-name'.
23960
23961 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23964
23965 2005-03-24 Jay Belanger <belanger@truman.edu>
23966
23967 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23968 relevant mode settings in calc-embedded-original-modes when modes
23969 are permanently changed.
23970
23971 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23972
23973 * autoinsert.el: find-file-hooks -> find-file-hook.
23974
23975 2005-03-24 Lute Kamstra <lute@gnu.org>
23976
23977 * generic.el (generic-font-lock-defaults): Make it obsolete.
23978 (generic-font-lock-keywords): New variable to replace
23979 generic-font-lock-defaults.
23980 (generic-mode-set-font-lock): Delete it.
23981 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23982 (generic-bracket-support): Add docstring.
23983
23984 * generic-x.el: Rename generic-font-lock-defaults to
23985 generic-font-lock-keywords throughout.
23986 (mailagent-rules-setup-function): Delete it.
23987 (mailagent-rules-generic-mode): Use anonymous function instead.
23988 (show-tabs-generic-mode-font-lock-defaults-1)
23989 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23990 Quote faces.
23991 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23992 not foreground.
23993
23994 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23995 Recognize define-generic-mode.
23996
23997 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23998
23999 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24000 if there's no completion table.
24001
24002 2005-03-23 Miles Bader <miles@gnu.org>
24003
24004 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24005 Remove tty-specific variants, as they're no longer needed.
24006
24007 2005-03-23 Lute Kamstra <lute@gnu.org>
24008
24009 * generic-x.el: Code cleanup: make args constant whenever possible.
24010 (installshield-statement-keyword-list)
24011 (installshield-system-functions-list)
24012 (installshield-system-variables-list, installshield-types-list)
24013 (installshield-funarg-constants-list): Make them constants.
24014
24015 * generic.el (generic-make-keywords-list): Add autoload cookie.
24016
24017 * calendar/time-date.el: Add comment on time value formats.
24018 Don't require parse-time.
24019 (with-decoded-time-value): New macro.
24020 (encode-time-value): New function.
24021 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24022 (days-to-time): Return a valid time value when arg is huge.
24023 (time-since): Use time-subtract.
24024 (time-to-number-of-days): Use time-to-seconds.
24025
24026 2005-03-23 David Ponce <david@dponce.com>
24027
24028 * recentf.el (recentf-keep): New option.
24029 (recentf-menu-action): Default to `find-file'.
24030 (recentf-keep-non-readable-files-flag)
24031 (recentf-keep-non-readable-files-p)
24032 (recentf-file-readable-p, recentf-find-file)
24033 (recentf-cleanup-remote): Remove.
24034 (recentf-include-p): More robust.
24035 (recentf-keep-p): New function.
24036 (recentf-remove-if-non-kept): Rename from
24037 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24038 All callers updated.
24039 (recentf-menu-items-for-commands): Fix help string.
24040 (recentf-track-closed-file): Update. Doc fix.
24041 (recentf-cleanup): Update. Count removed files. Doc fix.
24042
24043 2005-03-23 Kim F. Storm <storm@cua.dk>
24044
24045 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24046 Don't inherit from fringe face (now happens automatically).
24047
24048 2005-03-22 Kim F. Storm <storm@cua.dk>
24049
24050 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24051 position values.
24052
24053 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24054
24055 * menu-bar.el (showhide-date-time): Remove.
24056 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24057 (menu-bar-make-mm-toggle): Simplify.
24058
24059 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24060
24061 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24062 Accept qualified variable and function names.
24063
24064 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24065
24066 * bindings.el (completion-ignored-extensions):
24067 Remove ".lis" for `vax-vms'.
24068
24069 2005-03-22 Andreas Schwab <schwab@suse.de>
24070
24071 * generic-x.el: Revert last change.
24072 * ldefs-boot.el: Update.
24073
24074 2005-03-22 Jay Belanger <belanger@truman.edu>
24075
24076 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24077 (calc-embedded-save-original-modes)
24078 (calc-embedded-restore-original-modes): New functions.
24079 (calc-do-embedded): Save original modes when entering embedded mode
24080 and restore when leaving embedded mode.
24081 (calc-embedded-modes-change): Change the value of
24082 calc-embedded-original-modes to reflect permanent changes.
24083
24084 2005-03-22 Lute Kamstra <lute@gnu.org>
24085
24086 * generic-x.el: Require generic again.
24087
24088 2005-03-22 Miles Bader <miles@gnu.org>
24089
24090 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24091 Tweak details to look good on both ttys and bitmap displays, light
24092 or dark background, etc.
24093
24094 2005-03-21 Kim F. Storm <storm@cua.dk>
24095
24096 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24097 mouse position.
24098
24099 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24100
24101 * icomplete.el: Don't forcibly turn on the mode upon load.
24102 (icomplete-mode): Use define-minor-mode.
24103 (icomplete-eoinput): Default to nil.
24104 (icomplete-minibuffer-setup): Remove autoload.
24105 (icomplete-tidy): Simplify.
24106 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24107 in the initial state or if the user has modified the field.
24108 Fix handling of icomplete-max-delay-chars.
24109 Remove code that handles the oddball case where
24110 minibuffer-completion-table is an integer.
24111 Wrap icomplete-completions in while-no-input in case building
24112 completions takes more time than expected.
24113 (icomplete-completions): Simplify.
24114
24115 2005-03-21 Richard M. Stallman <rms@gnu.org>
24116
24117 * jka-compr.el (jka-compr-really-do-compress):
24118 Make variable buffer-local.
24119
24120 * image-mode.el: Handle .xpm files too.
24121 (image-toggle-display): Preserve modification flag.
24122
24123 * help.el (where-is): Don't mention aliases with no key bindings.
24124
24125 2005-03-21 Lute Kamstra <lute@gnu.org>
24126
24127 * generic.el: Fix commentary section. Don't require cl for
24128 compilation.
24129 (generic-mode-list): Add autoload cookie.
24130 (generic-use-find-file-hook, generic-lines-to-scan)
24131 (generic-find-file-regexp, generic-ignore-files-regexp)
24132 (generic-mode, generic-mode-find-file-hook)
24133 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24134 (define-generic-mode): Make it a defmacro. Fix docstring.
24135 (generic-mode-internal): Code cleanup. Add autoload cookie.
24136 (generic-mode-set-comments): Code cleanup.
24137 * generic-x.el: Don't prevent compilation. Don't require generic.
24138 Follow coding conventions. Minor code cleanup.
24139 (etc-fstab-generic-mode): Add some keywords.
24140 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24141 define-generic-mode like a function declaration.
24142
24143 2005-03-21 Jay Belanger <belanger@truman.edu>
24144
24145 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24146 changing modes.
24147
24148 2005-03-21 Sam Steingold <sds@gnu.org>
24149
24150 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24151
24152 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24153
24154 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24155 Add underscore to "f$ lexicals" regexp.
24156
24157 2005-03-20 Juri Linkov <juri@jurta.org>
24158
24159 * subr.el (progress-reporter-do-update): When `min-value' is equal
24160 to `max-value', set `percentage' to 0 and prevent division by zero.
24161
24162 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24163
24164 Sync with Tramp 2.0.48.
24165
24166 * net/tramp.el (all): Change all addresses to .gnu.org.
24167 (tramp-append-tramp-buffers): New defun.
24168 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24169 Catch `dont-send' signal.
24170 (tramp-set-auto-save-file-modes): Set always permissions, because
24171 there might be an old auto-saved file belonging to another
24172 original file. This could be a security threat. Reported by
24173 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24174 Check for Emacs 21.3.50 removed.
24175
24176 * net/tramp-smb.el (all): Remove debug construct for
24177 `with-parsed-tramp-file-name'.
24178 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24179 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24180 No error message if DIRECTORY or FILENAME doesn't exist.
24181 (tramp-smb-open-connection): Check existence of
24182 `tramp-smb-program'.
24183
24184 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24185
24186 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24187 Properly handle the case where the `m' or `s' command's argument is not
24188 yet terminated.
24189 (perl-indent-new-calculate): New function.
24190 (perl-indent-line): Use it.
24191
24192 2005-03-20 Miles Bader <miles@gnu.org>
24193
24194 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24195 in text-mode too. Change to new face names.
24196 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24197 Add `:weight bold' attribute.
24198 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24199
24200 2005-03-19 Juri Linkov <juri@jurta.org>
24201
24202 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24203
24204 * international/mule.el (auto-coding-alist): Sync with
24205 `auto-mode-alist' by adding upper case archive file extensions
24206 and adding ear/war to jar extension.
24207
24208 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24209
24210 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24211 running, restart it.
24212
24213 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24214
24215 * finder.el (finder-current-item): Throw an error on an empty line.
24216
24217 * man.el (Man-follow-manual-reference): If current-word returns
24218 nil, use "".
24219
24220 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24221
24222 * simple.el (goto-line): Doc fix.
24223
24224 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24225
24226 * files.el (save-buffer): Doc fix.
24227
24228 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24229
24230 * recentf.el (recentf-cleanup-remote): New variable.
24231 (recentf-cleanup): Use it to conditionally check availability of
24232 remote files.
24233
24234 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24235
24236 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24237 function names.
24238
24239 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24240
24241 * language/thai-word.el: New file.
24242
24243 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24244
24245 * files.el (backup-buffer): If the file's directory is not
24246 writable, use copy instead of move to backup the file.
24247
24248 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24249
24250 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24251
24252 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24253
24254 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24255 Use functionp instead of symbolp and fboundp. Reported by Drkm
24256 <darkman_spam@yahoo.fr>.
24257 (ps-print-version): New version 6.6.6.
24258
24259 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24260
24261 * textmodes/table.el (table--line-column-position): New idiom.
24262 (table--row-column-insertion-point-p): New function to test
24263 validity of row and column insertion operation at a location.
24264 (table-global-menu, table-cell-menu): Use above functions for
24265 deterministic test operation.
24266 (table--editable-cell-p): Behave in deterministic fashion.
24267
24268 2005-03-18 Juri Linkov <juri@jurta.org>
24269
24270 * isearch.el (isearch-lazy-highlight-new-loop):
24271 Make arguments beg and end optional.
24272 (isearch-update): Remove optional arguments nil from
24273 isearch-lazy-highlight-new-loop.
24274 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24275 isearch-lazy-highlight-case-fold-search instead of
24276 isearch-case-fold-search, and let-bind isearch-regexp to
24277 isearch-lazy-highlight-regexp.
24278 Use isearch-lazy-highlight-last-string instead of isearch-string.
24279
24280 * replace.el (perform-replace): Remove bindings of global
24281 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24282 Add three new arguments to `replace-highlight'.
24283 (replace-highlight): Add arguments string, regexp, case-fold.
24284 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24285 to allow isearch-lazy-highlight-new-loop to use these values
24286 to set corresponding isearch-lazy-highlight-* internal
24287 variables whose values lazy highlighting will use regardless of
24288 changes to global variables isearch-string, isearch-regexp,
24289 isearch-case-fold-search during lazy highlighting loop.
24290 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24291 to `lazy-highlight-cleanup'.
24292
24293 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24294 (ispell-highlight-face): Set default face to `isearch' when
24295 lazy highlighting is enabled.
24296 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24297 priority to 1. Add lazy highlighting.
24298 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24299 from `isearch-dehighlight'.
24300
24301 2005-03-18 David Ponce <david@dponce.com>
24302
24303 * files.el (hack-local-variables): Do a case-insensitive search
24304 for End.
24305
24306 2005-03-18 Juri Linkov <juri@jurta.org>
24307
24308 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24309 `isearch-lazy-highlight-cleanup', add alias to old name and
24310 declare obsolete. Add release numbers to other obsolete vars.
24311 (isearch-done, isearch-lazy-highlight-new-loop):
24312 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24313 (lazy-highlight-cleanup) <variable>: Doc fix.
24314 (isearch-lazy-highlight-update): Rename obsolete
24315 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24316
24317 2005-03-18 Kenichi Handa <handa@m17n.org>
24318
24319 * language/thai-util.el: Fix categorization of Thai characters in
24320 thai-category-table.
24321 (thai-composition-pattern): Adjust it for the above change.
24322 (thai-self-insert-command, thai-compose-syllable): New functions.
24323 (thai-compose-region): Use thai-compose-syllable.
24324 (thai-compose-string): Likewise.
24325 (thai-composition-function): Likewise.
24326 (thai-auto-composition): New function.
24327 (thai-auto-composition-mode): New minor mode.
24328
24329 * language/thai.el: Fix patterns to be registered in
24330 composition-function-table.
24331
24332 * international/quail.el (quail-input-method): Locally bind
24333 inhibit-modification-hooks to t.
24334
24335 2005-03-17 Richard M. Stallman <rms@gnu.org>
24336
24337 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24338 (perl-mode): Use run-mode-hooks.
24339
24340 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24341 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24342 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24343
24344 * mail/sendmail.el (sendmail-send-it): Reenable the code
24345 to compute resend-to-address and use it.
24346
24347 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24348
24349 * image-mode.el: New file.
24350
24351 * image.el (insert-sliced-image): Add autoload cookie.
24352
24353 * font-lock.el (font-lock-lines-before): New user option.
24354 (font-lock-after-change-function): Obey it.
24355
24356 * bindings.el (esc-map): Make M-g a prefix.
24357 Bind M-g g and M-g M-g to goto-line.
24358
24359 * faces.el (face-id): Doc fix.
24360
24361 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24362
24363 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24364 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24365 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24366
24367 * mail/sendmail.el (mail-yank-ignored-headers)
24368 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24369 Add Mail-Followup-To and Mail-Reply-To headers.
24370 (mail-citation-hook): Add autoload cookie.
24371 (mail-mode): Doc fix.
24372 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24373 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24374 (mail-mode-fill-paragraph): Handle those headers.
24375 (mail-mailing-lists): New variable.
24376 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24377
24378 2005-03-17 Juri Linkov <juri@jurta.org>
24379
24380 * isearch.el (isearch-fallback): Check for `(car previous)'
24381 before calling `isearch-other-end-state'.
24382
24383 2005-03-17 Kim F. Storm <storm@cua.dk>
24384
24385 * simple.el (move-beginning-of-line): Move to beginning of buffer
24386 line, as well as beginning of screen line.
24387
24388 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24389
24390 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24391 argument REDRAW rather than calendar-redrawing variable.
24392 * calendar/calendar.el (calendar-redrawing): Delete.
24393 (redraw-calendar): Do not bind calendar-redrawing.
24394
24395 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24396
24397 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24398 diary-file buffer.
24399
24400 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24401
24402 * help.el (describe-mode): Allow a :minor-mode-function property to
24403 specify a different minor mode toggle function than the variable.
24404 * simple.el (auto-fill-function):
24405 * subr.el (add-minor-mode): Use it.
24406
24407 2005-03-16 Kenichi Handa <handa@m17n.org>
24408
24409 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24410 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24411 (ethio-fidel-to-sera-buffer): Likewise.
24412
24413 2005-03-16 Juri Linkov <juri@jurta.org>
24414
24415 * emacs-lisp/find-func.el (find-function-regexp):
24416 Add defun-emitting macro `menu-bar-make-toggle'.
24417
24418 * isearch.el: Put `isearch-scroll' property to
24419 `split-window-horizontally'.
24420
24421 * info.el: Update error messages for `debug-ignored-errors'.
24422 (Info-isearch-search): Doc fix.
24423 (Info-find-node): Move up code to go into info buffer before
24424 recording the node to the history.
24425 (Info-fontify-node): Fontify titles only if the next line
24426 has two or more `*', `=', `-', `.'.
24427 Display "go to this node" for empty (match-string 3).
24428
24429 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24430
24431 * term/mac-win.el: Add mouse pointer shape constants.
24432
24433 2005-03-15 Kim F. Storm <storm@cua.dk>
24434
24435 * simple.el (move-beginning-of-line): Use vertical-motion.
24436
24437 2005-03-15 Juri Linkov <juri@jurta.org>
24438
24439 * isearch.el (isearch-error): New variable.
24440 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24441 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24442 (isearch-within-brackets-state): Remove.
24443 (isearch-case-fold-search-state, isearch-pop-fun-state):
24444 Decrease frame index.
24445 (isearch-mode, isearch-top-state, isearch-push-state)
24446 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24447 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24448 (isearch-search, isearch-lazy-highlight-new-loop):
24449 Replace `isearch-invalid-regexp' with `isearch-error'.
24450 Remove `isearch-within-brackets'.
24451 (isearch-search): Add `search-failed' handler to `condition-case'.
24452 (isearch-lazy-highlight-search): Add `condition-case' to catch
24453 errors and allow `isearch-lazy-highlight-update' to try
24454 highlighting from the beginning of the window.
24455 (isearch-repeat): Move up code to set isearch-wrapped to t
24456 before calling isearch-wrap-function.
24457
24458 * info.el (Info-isearch-initial-node): New internal variable.
24459 (Info-search): Signal an error in isearch mode when search leaves
24460 the initial node. Signal an error when `bound' is non-nil and
24461 nothing was found in the current subfile.
24462 (Info-isearch-search): Remove `condition-case'.
24463 (Info-isearch-wrap): Don't wrap when search failed during leaving
24464 the initial node. If `Info-isearch-search' is nil, wrap around
24465 the current node.
24466 (Info-isearch-start): New fun.
24467 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24468 `isearch-mode-hook'.
24469
24470 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24471
24472 * simple.el (normal-erase-is-backspace): Set default to t if
24473 running on Mac.
24474
24475 * term/mac-win.el (function-key-map): Sync with x-win.el.
24476
24477 2005-03-15 Kenichi Handa <handa@m17n.org>
24478
24479 * international/mule-cmds.el (locale-language-names): Modify the
24480 format of elements and add more entries.
24481 (locale-preferred-coding-systems): Add more entries.
24482 (set-locale-environment): Adjust for the change of
24483 locale-language-names.
24484
24485 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24486
24487 * pcvs.el (smerge-ediff): Remove bogus autoload.
24488
24489 2005-03-14 Lute Kamstra <lute@gnu.org>
24490
24491 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24492 Ignore a `*' at the beginning of a line.
24493
24494 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24495 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24496 subr.el.
24497 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24498 to specify indentation.
24499
24500 * generic.el (define-generic-mode): Let generic-mode-list be a
24501 list of strings; test membership with equal.
24502
24503 2005-03-14 Kim F. Storm <storm@cua.dk>
24504
24505 * simple.el (next-line, previous-line): Add optional try-vscroll
24506 arg to recognize interactive use. Pass it on to line-move.
24507 (line-move): Don't perform auto-window-vscroll when defining or
24508 executing keyboard macro to ensure consistent behavior.
24509
24510 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24511
24512 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24513
24514 2005-03-13 Lute Kamstra <lute@gnu.org>
24515
24516 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24517 debugger-setup-buffer so that backtrace marks the frames set to
24518 debug-on-exit and we don't have to do it manually. Set an extra
24519 debug-on-exit for macro's.
24520 (debugger-setup-buffer): Don't mark the top frame manually.
24521
24522 2005-03-12 Lute Kamstra <lute@gnu.org>
24523
24524 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24525 lisp-indent-function throughout.
24526 (with-no-warnings): Set lisp-indent-function property.
24527
24528 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24529
24530 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24531 Add entry for backslash.
24532
24533 2005-03-12 Juri Linkov <juri@jurta.org>
24534
24535 * info.el (Info-search): Four fixes for backward search.
24536
24537 2005-03-11 Jay Belanger <belanger@truman.edu>
24538
24539 * calc/calc.el (calc-language-alist): New variable.
24540 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24541 (calc-embedded-find-modes): Use calc-language-alist instead of
24542 calc-embedded-language-alist.
24543
24544 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24545
24546 * calendar/calendar.el (calendar-redrawing): New internal
24547 variable.
24548 (redraw-calendar): Remove bogus save-excursion from previous
24549 change. Bind calendar-redrawing to t for mark-diary-entries.
24550 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24551 calendar if that is why we were called.
24552
24553 2005-03-11 Kenichi Handa <handa@m17n.org>
24554
24555 * international/mule.el (make-coding-system): Set property
24556 coding-system-define-form to nil.
24557 (define-coding-system-alias): Likewise.
24558
24559 2005-03-11 Kenichi Handa <handa@m17n.org>
24560
24561 These changes are suggested by Dave Love <fx@gnu.org>.
24562
24563 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24564 coding: tag.
24565 (adaptive-fill-regexp): Add more bullets.
24566 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24567 regexps.
24568
24569 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24570
24571 * help.el (describe-mode): Properly handle non-trivial lighters.
24572 Don't ignore minor modes that are not listed in minor-mode-list.
24573
24574 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24575 feature ON when the user requests to turn it OFF.
24576
24577 2005-03-10 Lute Kamstra <lute@gnu.org>
24578
24579 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24580 (implement-debug-on-entry): New function to replace debug-entry-code.
24581 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24582 second argument as the 2005-03-07 change makes it obsolete.
24583 (debug-on-entry, cancel-debug-on-entry): Update call to
24584 debug-on-entry-1.
24585 (debug, debugger-setup-buffer): Comment update.
24586 (debugger-frame-number): Update to work with implement-debug-on-entry.
24587
24588 2005-03-10 Jay Belanger <belanger@truman.edu>
24589
24590 * calc/calc-embed.el (math-ms-args): Declare it.
24591 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24592 math-ms-args.
24593 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24594 variables.
24595
24596 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24597
24598 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24599 Use message-box.
24600
24601 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24602 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24603 (tooltip-gud-tips): Simplify.
24604 (tooltip-gud-tips-p): Remove superfluous :set.
24605 (tooltip-gud-modes): Add fortran-mode.
24606 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24607
24608 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24609
24610 2005-03-09 Kim F. Storm <storm@cua.dk>
24611
24612 * play/animate.el (animate-place-char): Use forward-line instead
24613 of next-line to improve performance.
24614
24615 2005-03-09 Simon Josefsson <jas@extundo.com>
24616
24617 * net/browse-url.el (browse-url-default-browser): Doc fix.
24618
24619 2005-03-09 Miles Bader <miles@gnu.org>
24620
24621 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24622 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24623
24624 2005-03-09 Kenichi Handa <handa@m17n.org>
24625
24626 * international/latin-1.el: Set case and syntax for 255 only if
24627 set-case-syntax-set-multibyte is nil.
24628
24629 * textmodes/ispell.el (ispell-insert-word): New function.
24630 (ispell-word): Use ispell-insert-word to insert a new word.
24631 (ispell-process-line): Likewise.
24632 (ispell-complete-word): Likewise.
24633
24634 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24635
24636 * calendar/calendar.el (redraw-calendar): Preserve point.
24637 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24638 (calendar-week-start-day): Move after definition of
24639 redraw-calendar. Delete buffer test, since redraw-calendar has
24640 that now.
24641
24642 * calendar/diary-lib.el (mark-diary-entries): Only call
24643 redraw-calendar in the first of any recursive calls.
24644 Reported by Alan Shutko <ats@acm.org>.
24645
24646 2005-03-08 Juri Linkov <juri@jurta.org>
24647
24648 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24649 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24650 (html-radio-buttons): Add a space before the trailing `/>' where
24651 sgml-xml-mode is non-nil.
24652 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24653 the subsequent tag of the empty XML tag.
24654 (html-href-anchor): Don't set initial input to "http:".
24655 (html-image): Ask for the image URL and set point inside alt="".
24656 (html-name-anchor): Duplicate the name in the `id' attribute when
24657 sgml-xml-mode is non-nil.
24658 (html-paragraph): Remove \n before <p>.
24659 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24660 instead of `checked' when sgml-xml-mode is non-nil.
24661
24662 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24663 Remove 1 space before #RRGGBB to not truncate it on terminal
24664 windows w/o fringes. Remove 1 space between bg and fg examples
24665 to get more space.
24666 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24667 avoid byte-compile warnings.
24668
24669 * image-file.el (image-file-handler): Put `safe-magic' property to
24670 `image-file-handler'.
24671
24672 * info.el (Info-isearch-search): Emulate word search in
24673 isearching through multiple Info nodes with Info-search.
24674 (Info-isearch-wrap): Allow isearch-word.
24675
24676 2005-03-08 Lute Kamstra <lute@gnu.org>
24677
24678 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24679 stepping into the debugger's code is not possible.
24680 (debugger-jumping-flag): Docstring update.
24681
24682 2005-03-08 Jay Belanger <belanger@truman.edu>
24683
24684 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24685 embedded mode begins.
24686 (calc-embedded-language-alist): New variable.
24687 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24688 set default language mode.
24689
24690 2005-03-08 Kenichi Handa <handa@m17n.org>
24691
24692 * international/ccl.el (define-ccl-program): Fix docstring about
24693 extra 256 bytes assured for the output buffer.
24694
24695 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24696 Fix BUFFER_MAGNIFICATION to 2.
24697 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24698
24699 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24700
24701 * align.el (align-rules-list): Added an alignment rule for CSS
24702 declarations (applies to css-mode and html-mode buffers).
24703
24704 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24705
24706 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24707
24708 2005-03-07 Kim F. Storm <storm@cua.dk>
24709
24710 * simple.el (move-beginning-of-line): New command.
24711
24712 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24713
24714 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24715
24716 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24717 and move-beginning-of-line.
24718
24719 * apropos.el (apropos-print): Omit command from M-x ... RET.
24720
24721 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24722
24723 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24724 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24725
24726 2005-03-06 Richard M. Stallman <rms@gnu.org>
24727
24728 * bindings.el (esc-map): Bind M-g to goto-line.
24729
24730 * facemenu.el (global-map): Bind M-o, not M-g.
24731
24732 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24733
24734 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24735 "Open Directory" as for "Open File".
24736
24737 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24738
24739 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24740 (push-mark-command): Run activate-mark-hook.
24741
24742 2005-03-06 Richard M. Stallman <rms@gnu.org>
24743
24744 * help-mode.el (help-mode-finish): Don't alter the element
24745 in view-return-to-alist if there already is one.
24746
24747 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24748 make sure the current buffer is the expected one.
24749
24750 * novice.el (disabled-command-function): Output in *Disabled Command*.
24751 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24752
24753 * textmodes/flyspell.el (flyspell-large-region):
24754 Pass args differently for aspell.
24755
24756 * files.el (mode-require-final-newline): Doc fix.
24757
24758 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24759
24760 * progmodes/which-func.el (which-function):
24761 Specify NOERROR when calling imenu--make-index-alist.
24762
24763 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24764
24765 * simple.el (normal-erase-is-backspace): Define default value.
24766
24767 * custom.el (custom-theme-set-variables): Remove unused var
24768 `immediate'.
24769 (custom-reevaluate-setting): Simple function to handle variables
24770 that are defined before their default value can really be
24771 computed.
24772
24773 * startup.el (command-line): Use it for temporary-file-directory,
24774 small-emporary-file-directory, auto-save-file-name-transforms,
24775 blink-cursor-mode, and normal-erase-is-backspace.
24776
24777 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24778 progress, even with buggy anchored keywords.
24779
24780 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24781
24782 * simple.el (goto-line): Remove unbalanced final parenthesis.
24783
24784 2005-03-05 Richard M. Stallman <rms@gnu.org>
24785
24786 * simple.el (goto-line): Use a number at point as the default.
24787 With C-u as arg, switch buffers.
24788
24789 2005-03-05 Juri Linkov <juri@jurta.org>
24790
24791 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24792 with `no-blinking-cursor'.
24793
24794 * startup.el (no-blinking-cursor): New defvar.
24795 (command-line): Add `--no-blinking-cursor' to longopts.
24796 Set `no-blinking-cursor' to t for command line arguments
24797 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24798 with `no-blinking-cursor' in the condition for calling
24799 `blink-cursor-mode'.
24800
24801 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24802
24803 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24804 (menu-bar-options-save): Add blink-cursor-mode.
24805 (menu-bar-options-menu): Add blink-cursor-mode.
24806
24807 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24808
24809 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24810 (icalendar-export-file, icalendar-export-region)
24811 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24812 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24813
24814 2005-03-04 Lute Kamstra <lute@gnu.org>
24815
24816 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24817 (debug-function-list): Ditto.
24818
24819 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24820
24821 * textmodes/texinfmt.el (texinfo-append-refill):
24822 Redefine the types of line to which @refill
24823 is not appended by replacing a search for `@refill\\|@bye' with
24824 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24825 itemize@refill' bug and the unfilled long lines bug.
24826 (texinfmt-version): Update number and date.
24827
24828 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24829
24830 * international/code-pages.el (windows-1250, windows-125[2-8])
24831 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24832
24833 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24834
24835 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24836 bound yet.
24837
24838 2005-03-02 Romain Francoise <romain@orebokech.com>
24839
24840 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24841 buffer after removing limits.
24842 (ibuffer-pop-filter): Ditto.
24843 Update copyright.
24844
24845 2005-03-02 Miles Bader <miles@gnu.org>
24846
24847 * button.el (make-text-button): If the user doesn't specify a
24848 type, use the default. Rewrite to use `add-text-properties' and
24849 plist functions.
24850
24851 2005-03-01 Lute Kamstra <lute@gnu.org>
24852
24853 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24854 (debugger-jumping-flag): New var.
24855 (debug-entry-code): Use it.
24856 (debugger-jump): Use debugger-jumping-flag and add
24857 debugger-reenable to post-command-hook.
24858 (debugger-reenable): Use debugger-jumping-flag and remove itself
24859 from post-command-hook.
24860 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24861 debugger-reenable.
24862
24863 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24864
24865 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24866 inclusion of "itemize\\|", which may be unnecessary, is certainly
24867 inelegant, and stops refilling in itemize lists when formatting
24868 Japanese Texinfo files to Info.
24869 Update copyright to 2005.
24870
24871 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24872
24873 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24874 of an error if GDB can't find the source file.
24875
24876 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24877
24878 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24879 not just the calendar.
24880
24881 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24882 first.
24883 (diary-redraw-calendar): New function.
24884 (make-diary-entry): Add diary-redraw-calendar to local
24885 write-contents-functions. Turn off selective display before
24886 inserting in diary.
24887
24888 2005-03-01 Kim F. Storm <storm@cua.dk>
24889
24890 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24891
24892 2005-03-01 Lute Kamstra <lute@gnu.org>
24893
24894 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24895 that debug-entry-code can be safely removed from a function while
24896 this code is being evaluated. Revert the 2005-02-27 change as the
24897 new implementation no longer requires it. Make sure that a
24898 function body containing just a string is not mistaken for a docstring.
24899 (debug): Skip one more frame in case of debug on entry.
24900 (debugger-setup-buffer): Delete one more frame line in case of
24901 debug on entry.
24902 (debugger-frame-number): Update to use the new text introduced by
24903 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24904
24905 2005-02-28 Kim F. Storm <storm@cua.dk>
24906
24907 * double.el (double-translate-key): Call force-window-update after
24908 read-event to avoid crash in redisplay.
24909
24910 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24911
24912 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24913 (debug): Use it. Move the inhibit-trace earlier.
24914 (debug-entry-code): New const.
24915 (debug-on-entry-1): Use it.
24916
24917 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24918
24919 * international/utf-16.el (ccl-encode-mule-utf-16le):
24920 Fix BUFFER_MAGNIFICATION to 2.
24921 (ccl-encode-mule-utf-16be): Likewise.
24922
24923 2005-02-28 Kenichi Handa <handa@m17n.org>
24924
24925 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24926 Fix BUFFER_MAGNIFICATION to 4.
24927 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24928
24929 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24930
24931 * speedbar.el (speedbar-update-flag): Doc fix.
24932 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24933 argument.
24934
24935 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24936
24937 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24938 have a non-nil `invisible' property but are actually visible.
24939
24940 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24941 for perldoc sections.
24942 (perl-outline-regexp, perl-outline-level): New var and function.
24943 (perl-mode): Use them.
24944
24945 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24946
24947 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24948 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24949
24950 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24951
24952 * cus-edit.el: Comment change.
24953 (custom-buffer-create-internal): Slightly reword text at top of
24954 Custom buffers. Mention there that saving an option edits the
24955 init file. Add link to Emacs manual node on `custom-file'.
24956 (custom-magic-alist): Rewrite individual State messages to use
24957 capitalized keywords. Doc fix.
24958
24959 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24960
24961 * calendar/calendar.el (calendar-buffer): Move above
24962 calendar-week-start-day.
24963 (calendar-week-start-day): Doc fix. Add :set function.
24964 (calendar-minimum-window-height): New variable.
24965 (generate-calendar-window): Only resize window if selected-window
24966 is displaying the calendar buffer. Use new variable
24967 calendar-minimum-window-height.
24968 (generate-calendar): Reword error message.
24969 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24970
24971 2005-02-27 Andreas Schwab <schwab@suse.de>
24972
24973 * vc.el (vc-do-command): Don't run command asynchronously when
24974 operating in a remote directory.
24975
24976 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24977 change from sync with Tramp 2.0.47.
24978
24979 2005-02-27 Richard M. Stallman <rms@gnu.org>
24980
24981 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24982
24983 * textmodes/flyspell.el (flyspell-mode-on):
24984 Call ispell-change-dictionary only if necessary.
24985
24986 * emacs-lisp/re-builder.el (regexp-builder): New function.
24987
24988 * register.el (describe-register-1): Explicitly handle
24989 yank-excluded-properties = t.
24990
24991 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24992 (custom-magic-alist): Change the status descriptions again.
24993 (face widget-type): Total rewrite based on `restricted-sexp'
24994 to eliminate the confusing double hiding levels.
24995
24996 * emacs-lisp/debug.el (debug-on-entry-1):
24997 If function body is empty, add nil as body form.
24998
24999 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25000
25001 * emacs-lisp/trace.el (inhibit-trace): New var.
25002 (trace-make-advice): Use it.
25003
25004 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25005
25006 2005-02-26 Kim F. Storm <storm@cua.dk>
25007
25008 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25009 (mouse-on-link-p, mouse-drag-region-1): Use it.
25010
25011 2005-02-25 Lute Kamstra <lute@gnu.org>
25012
25013 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25014
25015 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25016
25017 * frame.el (blink-cursor-mode): Add :group keyword.
25018
25019 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25020
25021 * calendar/icalendar.el (icalendar--decode-isodatetime):
25022 New optional argument DAY-SHIFT.
25023 (icalendar-export-region): Fix coding-system-for-write.
25024 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25025 events by one.
25026
25027 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25028
25029 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25030
25031 2005-02-24 Kim F. Storm <storm@cua.dk>
25032
25033 * international/iso-acc.el (iso-accents-compose): Fix crash
25034 during redisplay. Call force-window-update after read-event
25035 and delete-region to signal that window is not accurate.
25036
25037 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25038
25039 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25040 Remove unused and inexistent var `inhibit-trace'.
25041 (debugger-mode): Use run-mode-hooks.
25042 (debugger-list-functions): Add buttons; setup xref stack.
25043
25044 2005-02-23 Richard M. Stallman <rms@gnu.org>
25045
25046 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25047 appointment says it was explicitly made.
25048 (appt-add): Set the 3rd element.
25049 (appt-make-list): Preserve explicit appointments.
25050
25051 * subr.el (find-tag-default): Catch errors in forward-sexp.
25052
25053 2005-02-23 Juri Linkov <juri@jurta.org>
25054
25055 * info.el (Info-isearch-search): New defcustom.
25056 (Info-isearch-search): Call the default isearch function
25057 when Info-isearch-search is nil.
25058 (Info-isearch-wrap): Use variable Info-isearch-search.
25059
25060 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25061
25062 * cus-edit.el: Comment change.
25063
25064 2005-02-22 Kim F. Storm <storm@cua.dk>
25065
25066 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25067 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25068
25069 2005-02-22 Simon Josefsson <jas@extundo.com>
25070
25071 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25072 New variable.
25073 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25074 Oskarsson" <myrkraverk@users.sourceforget.net>.
25075
25076 2005-02-22 Kim F. Storm <storm@cua.dk>
25077
25078 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25079 check that window of that event is the selected window.
25080 (mouse-drag-region-1): Compare mouse event window to selected
25081 window before setting point.
25082
25083 * tooltip.el (tooltip-show-help-function): Pass event to
25084 mouse-on-link-p so it can check selected window.
25085
25086 2005-02-22 Kenichi Handa <handa@m17n.org>
25087
25088 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25089 (ps-mule-show-warning): New function.
25090 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25091 characters are found.
25092
25093 * ps-print.el (ps-header-footer-string): Return a list of header
25094 and footer strings.
25095
25096 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25097
25098 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25099
25100 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25101
25102 * frame.el (blink-cursor-mode): Use define-minor-mode.
25103
25104 * term/mac-win.el (function-key-map): Use char-names more consistently.
25105 (file-name-coding-system): Only set it for MacOS-9. The other case is
25106 already handled in mule-cmds.el (where it also works when mac-win.el
25107 is not used).
25108
25109 2005-02-21 Kenichi Handa <handa@m17n.org>
25110
25111 * international/mule.el (ctext-pre-write-conversion): Always use
25112 " *code-converting-work*" buffer for work.
25113
25114 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25115
25116 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25117
25118 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25119
25120 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25121
25122 * ses.el (undo-more): Restore defadvice, but only the part that
25123 allows changes outside the restricted area of the buffer.
25124
25125 2005-02-20 Kim F. Storm <storm@cua.dk>
25126
25127 * simple.el (line-move): Add fourth optional arg try-vscroll which
25128 must be set to perform auto-window-vscroll.
25129 When moving backwards and doing auto-window-vscroll, automatically
25130 vscroll to the last part of lines which are taller than the window.
25131 (next-line, previous-line): Set try-vscroll arg on line-move.
25132
25133 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25134
25135 * replace.el (query-replace, query-replace-regexp)
25136 (replace-string, replace-regexp): When operating on region, make
25137 the minibuffer prompt say so.
25138
25139 * isearch.el (isearch-forward): Document isearch-query-replace and
25140 isearch-query-replace-regexp keybindings.
25141
25142 2005-02-19 Jay Belanger <belanger@truman.edu>
25143
25144 * calc/calc-aent.el (math-read-token): Add local variable.
25145
25146 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25147 (calc-edit-top): Move declaration to earlier in file.
25148 (calc-edit-macro-repeats): Add local variables.
25149
25150 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25151 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25152 calcFunc-tanh.
25153 Adjust integration rule for calcFunc-tan.
25154
25155 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25156
25157 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25158 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25159 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25160 (viper-skip-separators): Bug fix.
25161 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25162 particular major mode.
25163 (viper-del-backward-char-in-replace): Don't put deleted char on the
25164 kill ring.
25165
25166 * viper-ex.el (viper-color-display-p): New function.
25167 (viper-has-face-support-p): Use viper-color-display-p.
25168
25169 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25170
25171 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25172
25173 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25174 (viper-file-remote-p): Make equivalent to file-remote-p.
25175
25176 * viper.el (viper-major-mode-modifier-list):
25177 Use viper-gnus-modifier-map.
25178
25179 2005-02-19 David Kastrup <dak@gnu.org>
25180
25181 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25182 quoting.
25183
25184 2005-02-19 Jay Belanger <belanger@truman.edu>
25185
25186 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25187 Remove extra definitions.
25188 (calc-coth): New function.
25189 (calcFunc-cot): Fix `let'.
25190
25191 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25192
25193 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25194 the reasons we use "type pc" in these faces.
25195
25196 * button.el (button): Ditto.
25197
25198 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25199
25200 * replace.el (query-replace-read-from): Set the value of
25201 query-replace-from-history-variable to handle the case of an empty
25202 string entered to accept the suggested default.
25203
25204 * net/tramp.el (tramp-file-name-for-operation):
25205 Use dired-call-process instead of dired-call-process-command.
25206
25207 2005-02-19 Jay Belanger <belanger@truman.edu>
25208
25209 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25210 (math-div-non-trig): New variables.
25211 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25212 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25213 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25214 trig expressions.
25215
25216 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25217
25218 * progmodes/gdb-ui.el (gdb-var-update-handler)
25219 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25220 for watch expressions,
25221 (gdb-var-create-handler): Don't set speedbar-update-flag.
25222 (gdb-post-prompt): Simplify test for speedbar.
25223
25224 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25225
25226 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25227 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25228 we use the syntax table of the correct buffer.
25229 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25230 Felix Gatzemeier.
25231
25232 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25233 (ediff-file-remote-p): Make synonymous with file-remote-p.
25234 In all deffaces ediff-*-face-*, use min-colors.
25235
25236 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25237 ediff-recurse-to-subdirectories.
25238 (ediff-mark-if-equal): Check that the arguments are strings, use
25239 ediff-same-contents (after to Felix Gatzemeier).
25240
25241 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25242 nil.
25243
25244 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25245
25246 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25247
25248 2005-02-18 David Kastrup <dak@gnu.org>
25249
25250 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25251 use `mark-active' when defined.
25252
25253 2005-02-18 Kenichi Handa <handa@m17n.org>
25254
25255 * ps-print.el (ps-font-info-database): New entry
25256 ZapfChancery-MediumItalic with correct font name. Fix font name
25257 of the entry Zapf-Chancery-MediumItalic.
25258
25259 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25260
25261 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25262
25263 2005-02-16 Kim F. Storm <storm@cua.dk>
25264
25265 * ido.el (ido-fallback-command): Pass user input to fallback command.
25266
25267 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25268
25269 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25270 (gdb-find-file-hook): Add server prefix.
25271
25272 2005-02-16 Richard M. Stallman <rms@gnu.org>
25273
25274 * replace.el (perform-replace): Pass new args to replace-highlight.
25275 (replace-highlight): Take region args,
25276 and pass them to isearch-lazy-highlight-new-loop.
25277
25278 * novice.el (disabled-command-hook): Autoload the defalias
25279 and the make-obsolete-variable call.
25280
25281 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25282
25283 * isearch.el (isearch-lazy-highlight-start-limit)
25284 (isearch-lazy-highlight-end-limit): New variables limit
25285 the region for highlighting.
25286 (isearch-lazy-highlight-new-loop): New args BEG and END.
25287 (isearch-lazy-highlight-search): Use the new vars.
25288 (isearch-lazy-highlight-update): Likewise.
25289
25290 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25291
25292 * cus-start.el (all): Use default-boundp.
25293
25294 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25295
25296 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25297
25298 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25299
25300 * autorevert.el (auto-revert-stop-on-user-input)
25301 (auto-revert-verbose): Doc fixes.
25302
25303 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25304
25305 * international/mule-cmds.el (set-locale-environment): Remove call
25306 to set-selection-coding-system on Windows.
25307
25308 2005-02-15 Jay Belanger <belanger@truman.edu>
25309
25310 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25311 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25312 calcFunc-coth.
25313 (math-simplify-sqrt): Add simplifications.
25314
25315 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25316 to list.
25317
25318 * calc/calc-ext.el: Add functions to autoloads.
25319
25320 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25321 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25322 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25323 (math-csc-raw, math-cot-raw): New functions.
25324
25325 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25326
25327 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25328 the variable name in a message.
25329
25330 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25331 calcFunc-csc, calcFunc-cot.
25332
25333 * calc/calcalg2.el: Add derivative and integration rules for
25334 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25335 calcFunc-csch, calcFunc-coth.
25336 (math-do-integral-methods): Add to checks for when to use
25337 substitutions.
25338
25339 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25340
25341 2005-02-15 Lute Kamstra <lute@gnu.org>
25342
25343 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25344 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25345 <monnier@iro.umontreal.ca>
25346 (lisp-outline-level): Improve efficiency. Suggested by David
25347 Kastrup <dak@gnu.org>.
25348
25349 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25350
25351 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25352 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25353 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25354 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25355 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25356
25357 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25358
25359 * cus-start.el (all): Comment change.
25360
25361 2005-02-14 Lute Kamstra <lute@gnu.org>
25362
25363 * cus-start.el (all): Check if symbol is void.
25364
25365 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25366
25367 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25368 optional argument to \cite.
25369
25370 2005-02-14 Richard M. Stallman <rms@gnu.org>
25371
25372 * cus-edit.el (custom-buffer-create-internal): Update help message.
25373 (custom-magic-alist): Update help messages.
25374
25375 * cus-start.el (all): Allow a var to specify a standard value.
25376
25377 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25378
25379 * custom.el (custom-theme-set-variables): Handle variable aliases.
25380
25381 * frame.el (blink-cursor-timer): Doc fix.
25382 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25383 declare obsolete.
25384 (blink-cursor-mode): Define with defcustom and use correct
25385 standard expression in that defcustom.
25386 * startup.el (command-line): Adapt to above changes in frame.el.
25387
25388 2005-02-11 Lute Kamstra <lute@gnu.org>
25389
25390 * apropos.el (apropos-score-doc): Prevent division by zero.
25391
25392 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25393
25394 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25395 (icalendar--get-event-property-attributes)
25396 (icalendar--get-event-properties)
25397 (icalendar--datetime-to-diary-date): New functions.
25398 (icalendar--split-value): Doc fix.
25399 (icalendar--datetime-to-noneuropean-date)
25400 (icalendar--datetime-to-european-date): New optional argument
25401 SEPARATOR. Return result as a string instead of a list.
25402 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25403 (icalendar--convert-string-for-export): Rename arg S to STRING.
25404 (icalendar-export-region): Doc fix. Change name of error buffer.
25405 Save output buffer.
25406 (icalendar-import-file): Add blank at end of prompt.
25407 (icalendar-import-buffer): Doc fix. Do not switch to error
25408 buffer. Indicate status in return value.
25409 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25410 buffer. Save output buffer. Handle exception from recurrence
25411 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25412 events. Fix problems with weekly all-day events.
25413
25414 2005-02-10 Richard M. Stallman <rms@gnu.org>
25415
25416 * simple.el (eval-expression-print-format):
25417 Avoid warning about edebug-active.
25418
25419 * help.el (help-for-help-internal): Rename from help-for-help.
25420 (help-for-help): Define with defalias.
25421
25422 * font-core.el (font-lock-default-function): Use with-no-warnings.
25423
25424 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25425
25426 * custom.el (defface): Doc fix.
25427
25428 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25429
25430 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25431 width 0" to prevent word wrapping problems.
25432
25433 2005-02-09 Kim F. Storm <storm@cua.dk>
25434
25435 * ido.el (ido-file-extensions-order): New defcustom.
25436 (ido-file-extension-lessp, ido-file-extension-aux)
25437 (ido-file-extension-order): New advanced file ordering.
25438 (ido-file-lessp): New simple file ordering.
25439 (ido-sort-list): Remove.
25440 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25441 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25442
25443 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25444
25445 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25446 that some versions of grep produce.
25447 (grep-mode-font-lock-keywords): Likewise.
25448
25449 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25450
25451 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25452 (gdb-cdir): Delete.
25453 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25454 (gdb-source-info): Treat case when source file is in another
25455 directory properly.
25456 (gdb-get-location): New function.
25457
25458 2005-02-07 Jay Belanger <belanger@truman.edu>
25459
25460 * calc/calc-prog.el (calc-write-parse-table-part)
25461 (calc-fix-token-name): Fix a check for language type.
25462
25463 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25464
25465 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25466
25467 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25468 as directory not writable.
25469
25470 2005-02-07 Kim F. Storm <storm@cua.dk>
25471
25472 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25473 (cua--standard-movement-commands): Remove list.
25474 Instead, set CUA property value to move for movement commands.
25475 (cua-movement-commands): Remove. Users must set CUA prop instead.
25476 (cua--pre-command-handler): Check CUA property.
25477 (cua--init-keymaps): Don't remap undo commands.
25478 (cua-mode): Don't call cua--rectangle-on-off.
25479
25480 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25481 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25482 (cua--rect-undo-set-point): New var.
25483 (cua--rectangle-undo-boundary): Setup undo apply entry.
25484 (cua--rect-undo-handler): New function for rectangle undo.
25485 (cua--rect-start-position, cua--rect-end-position): Add.
25486 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25487 for restored rectangle. Set point if cua--rect-undo-set-point.
25488
25489 2005-02-06 Jay Belanger <belanger@truman.edu>
25490
25491 * calc/calc-lang.el (calc-tex-language): Display more information
25492 in messages.
25493
25494 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25495 in TeX mode.
25496
25497 2005-02-06 Richard M. Stallman <rms@gnu.org>
25498
25499 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25500
25501 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25502
25503 * net/ldap.el (ldap-search-internal): Support attributes with
25504 optional descriptions separated by a semi-colon, as in
25505 "userCertificate;binary".
25506
25507 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25508
25509 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25510 isn't a cons (i.e. the version is 0).
25511
25512 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25513
25514 * help.el (help-for-help): Doc fix.
25515
25516 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25517
25518 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25519 GDB-Windows on the menu-bar as this works better.
25520
25521 2005-02-04 Jay Belanger <belanger@truman.edu>
25522
25523 * calc/calc-embed.el (calc-embedded-update): Don't put in
25524 unnecessary newlines. Adjust the end of formula marker.
25525
25526 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25527 (math-latex-parse-two-args): New function.
25528
25529 2005-02-03 Lute Kamstra <lute@gnu.org>
25530
25531 * help-fns.el (help-with-tutorial): Make sure that users cannot
25532 remove the entire text of the tutorial by means of `undo'.
25533
25534 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25535
25536 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25537 in recent changes, where the ispell process was repeatedly
25538 killed & restarted.
25539
25540 * international/mule-cmds.el (set-locale-environment): Set file-name
25541 coding system to utf-8 on Darwin systems.
25542 (set-default-coding-systems): Don't set default-file-name-coding-system
25543 on Darwin systems.
25544
25545 2005-02-03 Richard M. Stallman <rms@gnu.org>
25546
25547 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25548
25549 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25550
25551 * faces.el (list-faces-display): Add optional argument.
25552
25553 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25554
25555 * font-core.el (font-lock-default-function): Handle the rare case where
25556 only font-lock-keywords is set.
25557
25558 2005-02-02 Kenichi Handa <handa@m17n.org>
25559
25560 * international/characters.el: Cancel previous change for
25561 I-WITH-DOT-ABOVE and DOTLESS-i.
25562
25563 * international/latin-5.el: Cancel previous change.
25564
25565 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25566
25567 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25568
25569 2005-02-02 Kenichi Handa <handa@m17n.org>
25570
25571 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25572 DOTLESS-i.
25573
25574 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25575 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25576
25577 * case-table.el (get-upcase-table): New function.
25578 (copy-case-table): Copy upcaes table too if non-nil.
25579 (set-case-syntax-delims): Maintain upcase table too.
25580 (set-case-syntax-pair): Likewise.
25581 (set-upcase-syntax, set-downcase-syntax): New functions.
25582 (set-case-syntax): Maintain upcase table too.
25583
25584 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25585
25586 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25587
25588 * progmodes/gud.el (gud-goto-info): New function.
25589 (gud-tool-bar-map): Use correct icon.
25590
25591 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25592
25593 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25594 When delegating, order args in the funcall correctly.
25595
25596 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25597
25598 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25599
25600 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25601
25602 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25603 buffer not visiting a file.
25604
25605 2005-01-31 Jay Belanger <belanger@truman.edu>
25606
25607 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25608 bound on the line with the formula.
25609
25610 2005-01-31 Kim F. Storm <storm@cua.dk>
25611
25612 * ses.el (ses-create-cell-variable-range)
25613 (ses-destroy-cell-variable-range, ses-reset-header-string)
25614 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25615 (ses-insert-row): Fix format of apply undo entries.
25616
25617 2005-01-31 Jay Belanger <belanger@truman.edu>
25618
25619 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25620 parts.
25621
25622 * calc/calc-embed.el (calc-embedded-open-formula)
25623 (calc-embedded-close-formula): Ignore matrix environments.
25624
25625 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25626 TeX mode.
25627
25628 * calc/calc-lang.el (math-function-table, math-oper-table)
25629 (math-variable-table): Adjust the LaTeX portions.
25630
25631 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25632 (math-latex-ignore-words): New constant.
25633
25634 2005-01-31 Richard M. Stallman <rms@gnu.org>
25635
25636 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25637 (ispell-local-dictionary): Doc fix.
25638 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25639 Don't reinitialize at run time. Don't defcustom.
25640 All uses changed to append ispell-local-dictionary-alist,
25641 or check it first.
25642 (ispell-current-dictionary): New variable for dictionary in use.
25643 (ispell-dictionary): Now used only for global default.
25644 (ispell-start-process): Set ispell-current-dictionary,
25645 not ispell-dictionary.
25646 (ispell-change-dictionary): Use this only for setting
25647 user preferences.
25648 (ispell-internal-change-dictionary): New function
25649 to change the current dictionary in use.
25650 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25651 Use ispell-current-dictionary.
25652 Handle ispell-local-dictionary-overridden.
25653 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25654
25655 2005-01-31 Jay Belanger <belanger@truman.edu>
25656
25657 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25658
25659 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25660 (calc-mode-map): Add calc-latex-language.
25661
25662 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25663 (math-latex-print-frac): New functions.
25664 (math-oper-table, math-function-table, math-variable-table)
25665 (math-complex-format, math-input-filter): Add latex properties.
25666 (calc-set-language): Set math-expr-special-function-mapping.
25667
25668 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25669 (calc-write-parse-table-part): Add LaTeX support.
25670
25671 * calc/calc.el (calc-language): Adjust docstring.
25672 (calc-set-mode-line): Add LaTeX support.
25673 (math-expr-special-function-mapping): New variable.
25674 (math-tex-ignore-words): Add to list.
25675
25676 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25677 Add LaTeX support.
25678 (math-compose-expr): Add support for special functions.
25679
25680 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25681
25682 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25683
25684 * progmodes/gdb-ui.el (gdb-memory-address)
25685 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25686 (gdb-memory-mode-map, gdb-memory-format-keymap)
25687 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25688 (gdb-memory-unit-menu): New variables for a buffer
25689 that lets the user examine program memory.
25690 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25691 (gdb-memory-format-binary, gdb-memory-format-octal)
25692 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25693 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25694 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25695 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25696 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25697 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25698 (gdb-memory-mode, gdb-memory-buffer-name)
25699 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25700 New functions for above buffer.
25701
25702 2005-01-30 Richard M. Stallman <rms@gnu.org>
25703
25704 * cus-edit.el (custom-bury-buffer): Function deleted.
25705 (custom-buffer-done-function): Option deleted.
25706 (custom-buffer-done-kill): New replacement option.
25707 (Custom-buffer-done): Call quit-window.
25708 (custom-buffer-create-internal): Update for above changes.
25709
25710 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25711
25712 * simple.el (undo-ask-before-discard): New var.
25713 (undo-outer-limit-truncate): Implement it.
25714 (undo-extra-outer-limit): Doc update.
25715
25716 2005-01-29 Richard M. Stallman <rms@gnu.org>
25717
25718 * ses.el (undo-more): Delete defadvice.
25719 (ses-begin-change): Doc fix.
25720
25721 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25722 instead of rebinding C-x u and C-_.
25723
25724 * files.el (normal-backup-enable-predicate): Return nil for files
25725 in /tmp, regardless of temporary-file-directory.
25726
25727 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25728
25729 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25730 (open-rectangle, delete-whitespace-rectangle-line)
25731 (clear-rectangle-line): If FILL, pass t instead of FILL
25732 for move-to-column's 2nd arg.
25733
25734 * simple.el (undo): Fix the test for continuing a series of undos.
25735 (undo-more): Set pending-undo-list to t when we reach end.
25736 (pending-undo-list): Move up defvar.
25737
25738 * wid-edit.el (widget-button-click):
25739 Shorten the range of the track-mouse binding.
25740
25741 * comint.el (comint-insert-input): Undo previous changes;
25742 use last-input-event in interactive spec.
25743
25744 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25745
25746 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25747 to nil before invoking call-process. Reset buffer's modified flag
25748 after fontifying it in the no-async branch.
25749
25750 * wid-edit.el (widget-specify-button): If mouse pointer shape
25751 cannot be changed, use mouse face instead.
25752
25753 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25754
25755 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25756 (gdb-goto-breakpoint): Make breakpoint handling work on template
25757 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25758 (gdb-assembler-custom): Update to recognize breakpoint information
25759 added on 2005-01-19.
25760
25761 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25762
25763 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25764 (dsssl-mode): Use define-derived-mode.
25765 (scheme-mode-initialize): Remove.
25766 (scheme-mode): Use run-mode-hooks.
25767
25768 * cus-edit.el (customize-group-other-window)
25769 (custom-buffer-create-other-window): Don't override special-display-*.
25770 (custom-mode-map): Make it dense.
25771
25772 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25773 sets the default value.
25774
25775 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25776
25777 * descr-text.el: Add more keywords.
25778
25779 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25780
25781 * speedbar.el: Avoid unnecessary use of locate-library.
25782
25783 * international/mule-cmds.el (standard-display-european-internal):
25784 Don't fiddle with latin-1 non-break space any more since it's now
25785 special cased in the C code.
25786 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25787
25788 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25789
25790 * cus-start.el (all): Add `undo-outer-limit'.
25791
25792 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25793
25794 * textmodes/bibtex.el (bibtex-format-entry):
25795 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25796 field lines.
25797 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25798 not on part of a buffer.
25799
25800 2005-01-25 Lute Kamstra <lute@gnu.org>
25801
25802 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25803 nonempty field text strings like "{letters\\macro{}more letters}".
25804 Clarify docstring.
25805 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25806 (bibtex-entry-offset, bibtex-parse-association)
25807 (bibtex-parse-field-name): Fix typos in docstrings.
25808 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25809
25810 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25811
25812 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25813 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25814 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25815 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25816
25817 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25818 isearch minor mode.
25819
25820 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25821
25822 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25823
25824 2005-01-24 Lute Kamstra <lute@gnu.org>
25825
25826 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25827 CASECHARS and NOT-CASECHARS regular expressions of the
25828 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25829 striding over charsets" error.
25830
25831 2005-01-24 Jay Belanger <belanger@truman.edu>
25832
25833 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25834 display variable name.
25835
25836 2005-01-24 Kenichi Handa <handa@m17n.org>
25837
25838 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25839 Fix setting of the element of encoded-kbd-iso2022-invocations.
25840
25841 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25842
25843 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25844 (gdb-threads-select): Change to also accept mouse events.
25845 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25846 (gdb-threads-mouse-select): Delete.
25847
25848 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25849
25850 * files.el (insert-directory): Take care of empty directory,
25851 listed without -a switch.
25852
25853 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25854
25855 * textmodes/refill.el (refill-post-command-function):
25856 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25857 to the list of functions that we should be careful not to undo.
25858 (refill-late-fill-paragraph-function): Remove.
25859 (refill-saved-state): New var.
25860 (refill-mode): Use it to save fill-paragraph-function.
25861 Save also the value of auto-fill-function.
25862
25863 * term/w32-win.el: Simplify code.
25864
25865 2005-01-23 Kim F. Storm <storm@cua.dk>
25866
25867 * simple.el (line-move): Adapt to new return value from
25868 pos-visible-in-window-p.
25869
25870 * simple.el (line-move): Fix last change. Check partial
25871 visibility at point rather than at window-start.
25872
25873 2005-01-22 Jason Rumney <jasonr@gnu.org>
25874
25875 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25876
25877 2005-01-22 David Kastrup <dak@gnu.org>
25878
25879 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25880
25881 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25882
25883 * type-break.el (type-break-mode): Add a test for
25884 type-break-file-name being non-nil.
25885
25886 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25887
25888 * net/eudc.el (top level): Call (message "") via progn, so that
25889 eudc-options-file is loaded.
25890
25891 2005-01-22 Kim F. Storm <storm@cua.dk>
25892
25893 * simple.el (line-move-1): Rename from line-move.
25894 (line-move): New function that adjusts vscroll for partially
25895 visible rows, and calls line-move-1 otherwise.
25896
25897 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25898
25899 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25900 since it's not a complete read-event implementation
25901
25902 2005-01-20 Jay Belanger <belanger@truman.edu>
25903
25904 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25905 for called function.
25906
25907 2005-01-20 Steven Tamm <steventamm@mac.com>
25908
25909 * term/mac-win.el (process-connection-type): Remove.
25910 Controlled now by s/darwin.h:PTY_ITERATION.
25911
25912 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25913
25914 * window.el (handle-select-window): Don't switch window when we're
25915 in the minibuffer.
25916
25917 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25918
25919 * subr.el (dotimes-with-progress-reporter): New macro.
25920
25921 * ses.el (ses-dotimes-msg): Remove macro.
25922 Use `dotimes-with-progress-reporter' instead.
25923
25924 2005-01-19 Steven Tamm <steventamm@mac.com>
25925
25926 * term/mac-win.el (process-connection-type): Use new
25927 operating-system-release variable to use ptys on Darwin 7 (OS X
25928 10.3) when using carbon build.
25929
25930 2005-01-19 Jay Belanger <belanger@truman.edu>
25931
25932 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25933 flags if the last command was a tab or M-tab.
25934
25935 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25936 in formula editing buffer.
25937
25938 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25939
25940 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25941 breakpoint image symbol in margin.
25942
25943 2005-01-19 Jay Belanger <belanger@truman.edu>
25944
25945 * calc/calc-prog.el (calc-execute-kbd-macro):
25946 Ignore calc-keep-arg-flag.
25947
25948 2005-01-19 Kenichi Handa <handa@m17n.org>
25949
25950 * textmodes/ispell.el (ispell-looking-at): New function.
25951 (ispell-process-line): Use ispell-looking-at to compare the ispell
25952 output and the buffer contents.
25953
25954 2005-01-18 Jay Belanger <belanger@truman.edu>
25955
25956 * calc/calc.el (calc-display-raw): Fix docstring.
25957
25958 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25959
25960 * simple.el (blink-matching-open): Strip extra info from syntax.
25961
25962 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25963 funny chars in the end-of-here-doc marker.
25964
25965 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25966
25967 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25968 that enable/disabled state of breakpoints is shown correctly in
25969 fringe and on ttys.
25970 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25971 Add breakpoint information as text properties.
25972 (gdb-mouse-toggle-breakpoint):
25973 Rename to gdb-mouse-set-clear-breakpoint.
25974 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25975 breakpoints in the margin.
25976 (gdb-remove-strings): Simplify.
25977
25978 2005-01-17 Jay Belanger <belanger@truman.edu>
25979
25980 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25981 erasing buffer.
25982
25983 2005-01-17 Richard M. Stallman <rms@gnu.org>
25984
25985 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25986 for calling grep-compute-defaults.
25987
25988 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25989 if buffer is empty.
25990
25991 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25992
25993 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25994
25995 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25996
25997 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25998 non-preloaded variables.
25999
26000 2005-01-17 Steven Tamm <steventamm@mac.com>
26001
26002 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26003 tex-shell cause to force interactivity when using pipes.
26004
26005 2005-01-17 Kim F. Storm <storm@cua.dk>
26006
26007 * simple.el (just-one-space): Make arg optional.
26008
26009 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26010
26011 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26012 posn-at-x-y to t to access left-margin.
26013
26014 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26015
26016 Sync with Tramp 2.0.47.
26017
26018 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26019 catching keep-date problems in cp/scp operations.
26020 (tramp-handle-copy-file): Don't call `set-file-modes'
26021 unconditionally. Specialized functions should know better what is
26022 necessary. This improves performance a little bit, and the
26023 functions could catch errors with `cp -p' and `scp -p'.
26024 (tramp-do-copy-or-rename-file-via-buffer)
26025 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26026 when appropriate.
26027 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26028 Call `set-file-modes' when appropriate.
26029 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26030 Johnsson <isak@hypergene.com>
26031 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26032 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26033 <joakim@verona.se>
26034 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26035 Emacs only.
26036
26037 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26038 `find-file-hooks' and `dired-mode-hook'.
26039 (tramp-minor-mode-map): Respective map. Add remapping for
26040 `compile' and `recompile'.
26041 (tramp-remap-command, tramp-recompile): New defuns.
26042 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26043 in buffer "*Compilation*". Call the commands asynchronously.
26044
26045 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26046 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26047 `shell-command', because it isn't magic in XEmacs. Reported by
26048 Adrian Aichner <adrian@xemacs.org>.
26049
26050 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26051 `substitute-in-file-name.
26052 (tramp-smb-handle-substitute-in-file-name): New defun.
26053 (tramp-smb-advice-PC-do-completion): Delete advice.
26054
26055 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26056
26057 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26058 Fix error in deleting region.
26059
26060 2005-01-15 Richard M. Stallman <rms@gnu.org>
26061
26062 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26063 In non-temp buffer, switch syntax table temporarily.
26064
26065 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26066
26067 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26068
26069 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26070
26071 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26072 (imenu--generic-function): Use START, not BEG, as pos of definition.
26073
26074 * simple.el (just-one-space): Argument specifies number of spaces.
26075
26076 * simple.el (eval-expression-print-format): Avoid warning
26077 about edebug-active.
26078
26079 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26080
26081 * progmodes/sh-script.el: Code copied from make-mode.el
26082 with small changes,
26083 (sh-mode-map): Bind C-c C-\.
26084 (sh-backslash-column, sh-backslash-align): New variables.
26085 (sh-backslash-region, sh-append-backslash): New functions.
26086
26087 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26088
26089 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26090 (rmail-pop-password, rmail-pop-password-required): Move to
26091 rmail-obsolete group.
26092 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26093 All callers updated.
26094 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26095 Take an argument specifying whether it is POP or IMAP mailbox we
26096 are using. All callers updated.
26097 (rmail-pop-password-error): Rename to
26098 rmail-remote-password-error. Added mailutils-specific error message.
26099 (rmail-movemail-search-path)
26100 (rmail-movemail-variant-in-use): New variables.
26101 (rmail-remote-password, rmail-remote-password-required):
26102 New customization variables.
26103 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26104 (rmail-parse-url): New function.
26105 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26106 with GNU mailutils movemail.
26107
26108 2005-01-15 Kevin Ryde <user42@zip.com.au>
26109
26110 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26111 suffix to space, $ or '$, to correctly position point when going
26112 to @table style constants like DBL_MAX.
26113
26114 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26115
26116 * type-break.el (type-break-mode, type-break-file-time)
26117 (type-break-file-keystroke-count, type-break-choose-file):
26118 Don't store data in or load data from the file if type-break-file-name
26119 is nil.
26120 (type-break-file-name): Doc update as per the above.
26121
26122 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26123
26124 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26125 lookup-key might return nil; handle that.
26126
26127 2005-01-15 Alan Mackenzie <acm@muc.de>
26128
26129 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26130 rather than the element found, thus enabling the tree to be setcar'd.
26131
26132 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26133
26134 * textmodes/org.el (org-show-following-heading): New option.
26135 (org-show-hierarchy-above): Use `org-show-following-heading'.
26136 (org-cycle): Documentation fix.
26137
26138 * textmodes/org.el (orgtbl-optimized): New option
26139 (orgtbl-mode): New command, a minor mode.
26140 (orgtbl-mode-map): New variable.
26141 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26142 (orgtbl-error, orgtbl-self-insert-command)
26143 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26144
26145 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26146 a local variable in each org-mode buffer.
26147
26148 * textmodes/org.el (org-set-regexps-and-options): Rename from
26149 `org-set-regexps'. Added checking for STARTUP keyword.
26150 (org-get-current-options): Add STARTUP options.
26151 (org-table-insert-row): Make mode intelligent about when
26152 realignment is needed.
26153 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26154 New commands.
26155 (org-enable-table-editor): New default value `optimized'.
26156 (org-table-blank-field): Support blanking regions if active.
26157
26158 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26159
26160 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26161 if the year is not given.
26162
26163 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26164 Add new escapes %m and %M, fixed bug with %F by adding
26165 save-match-data.
26166 (reftex-reference): Remove ?. from list of spaces.
26167 (reftex-label-info): Add automatic label prefix recognition.
26168
26169 * textmodes/reftex-index.el (reftex-index-next-phrase):
26170 Add slave parameter to call of `reftex-index-this-phrase'.
26171 (reftex-index-this-phrase): New optional argument.
26172 (reftex-index-region-phrases): Add slave parameter to call of
26173 `reftex-index-this-phrase'.
26174 (reftex-display-index): New argument redo.
26175 (reftex-index-rescan): Add `redo' to arguments of
26176 `reftex-display-index'.
26177 (reftex-index-Rescan, reftex-index-revert)
26178 (reftex-index-switch-index-tag): Add `redo' to arguments of
26179 `reftex-display-index'.
26180 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26181 indexing. Fix bug with matching is there is a quote before or
26182 after the word.
26183
26184 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26185 Fix bug when collecting citation keys in lines with comments.
26186 (reftex-citation): Prefix argument no longer rescans the document,
26187 but forces prompting for optional arguments of cite macros.
26188 (reftex-do-citation): Prompting for optional arguments implemented.
26189
26190 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26191 Add optional arguments to most cite commands.
26192 (reftex-cite-cleanup-optional-args): New option
26193 (reftex-cite-prompt-optional-args): New option.
26194 (reftex-trust-label-prefix): New option.
26195
26196 * textmodes/reftex-toc.el (reftex-toc-find-section):
26197 Add push-mark before changing the position in the buffer.
26198
26199 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26200 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26201
26202 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26203
26204 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26205 more carefully.
26206
26207 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26208
26209 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26210 (sgml-mode): Use it.
26211 (sgml-get-context): Better keep track of implicitly closed tags.
26212
26213 2005-01-13 Kenichi Handa <handa@m17n.org>
26214
26215 * textmodes/ispell.el: These changes are to fix misalignment error
26216 caused by equivalent characters of different Emacs charsets.
26217 (ispell-unified-chars-table): New variable.
26218 (ispell-get-decoded-string): New function.
26219 (ispell-get-casechars, ispell-get-not-casechars)
26220 (ispell-get-otherchars): Call ispell-get-decoded-string.
26221
26222 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26223
26224 * custom.el (custom-declare-variable): Just put symbol instead
26225 of (defvar . symbol) in `current-load-list'.
26226
26227 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26228
26229 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26230
26231 2005-01-12 Jay Belanger <belanger@truman.edu>
26232
26233 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26234 to create a Calc summary.
26235
26236 2005-01-12 Kim F. Storm <storm@cua.dk>
26237
26238 * mouse.el (mouse-on-link-p): Change functionality and doc
26239 string to comply with latest description in lisp ref.
26240
26241 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26242
26243 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26244 Enable mouse clicks on mode-line, header-line and margin.
26245 (event-type): Give mouse event symbols an `event-kind' property
26246 with value `mouse-click'.
26247
26248 2005-01-12 Juri Linkov <juri@jurta.org>
26249
26250 * facemenu.el (list-colors-display): Add new arg buffer-name.
26251 Use it. Fix docstring. Replace code for identifying duplicate
26252 colors by the name with call to `list-colors-duplicates' which
26253 identifies duplicate colors by the value unless the color
26254 is one of special Windows colors. Set truncate-lines to t.
26255 Print sorted duplicate color names on each line. Indent to 22
26256 \(the longest color name in rgb.txt) instead of 20. Optimize.
26257 (list-colors-duplicates): New function.
26258 (facemenu-color-name-equal): Delete function.
26259
26260 * facemenu.el (list-colors-print): New function created from code
26261 in list-colors-display. Print #RRGGBB at the window right edge.
26262 (list-colors-display): When temp-buffer-show-function is not
26263 defined, call list-colors-print from temp-buffer-show-hook
26264 to get the right value of window-width in list-colors-print
26265 after the buffer is displayed.
26266
26267 * simple.el (pop-mark): Move deactivate-mark out of conditional
26268 part to deactivate the active mark regardless of the state of the
26269 mark ring.
26270
26271 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26272 variables line in desktop files.
26273
26274 2005-01-12 Juri Linkov <juri@jurta.org>
26275
26276 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26277 Bring together isearch highlight related options.
26278 (lazy-highlight): Replace group `replace' by `matching'.
26279 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26280 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26281 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26282 and declare them obsolete.
26283 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26284 (isearch-faces): Remove defgroup.
26285 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26286 Move isearch highlighting code closer to lazy highlighting code.
26287
26288 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26289 (query-replace-highlight, query-replace-lazy-highlight)
26290 (query-replace): Move definitions to the beginning of the file.
26291
26292 2005-01-11 Juri Linkov <juri@jurta.org>
26293
26294 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26295 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26296 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26297
26298 * info.el (Info-history-forward): New variable.
26299 (Info-select-node): Reset Info-history-forward to nil.
26300 (Info-last): Turn into defalias.
26301 (Info-history-back): Rename from Info-last.
26302 Add current node to Info-history-forward.
26303 (Info-history-forward): New fun.
26304 (Info-mode-map): Replace Info-last by Info-history-back.
26305 Bind Info-history-forward to "r".
26306 (Info-mode-menu): Replace Info-last by Info-history-back.
26307 Fix menu item text. Add menu item for Info-history-forward.
26308 (info-tool-bar-map): Replace Info-last by Info-history-back.
26309 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26310 for Info-history-forward.
26311 (Info-mode): Replace Info-last by Info-history-back in docstring.
26312 Add local variable Info-history-forward.
26313 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26314
26315 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26316
26317 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26318 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26319 Ignore select-window events rather than fiddle with
26320 mouse-autoselect-window.
26321
26322 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26323
26324 * type-break.el (type-break-mode): Fix previous change.
26325
26326 2005-01-10 Jay Belanger <belanger@truman.edu>
26327
26328 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26329 calculator; only reset when point is inside a calculator.
26330 Don't adjust the window height if the window takes up the whole height
26331 of the frame.
26332
26333 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26334
26335 * ebuff-menu.el (Electric-buffer-menu-mode):
26336 Preserve value of buffer-local var header-line-format.
26337
26338 2005-01-09 Jay Belanger <belanger@truman.edu>
26339
26340 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26341 Make sure settings file exists before accessing it.
26342
26343 * calc/calc-embed.el (calc-embedded-subst):
26344 Replace math-multi-subst-rec, which is only supposed to be called
26345 by math-multi-subst, by math-multi-subst.
26346
26347 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26348
26349 * vc.el (vc-allow-async-revert): New user option.
26350 (vc-disable-async-diff): New internal variable.
26351 (vc-revert-buffer): Use them to disable asynchronous diff.
26352
26353 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26354 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26355 asynchronously if vc-disable-async-diff is t.
26356
26357 2005-01-09 Jay Belanger <belanger@truman.edu>
26358
26359 * calc/calc.el (defcalcmodevar): New macro.
26360 (calc-mode-var-list-restore-default-values)
26361 (calc-mode-var-list-restore-saved-values): New functions.
26362 (calc-mode-var-list): Use defcalcmodevar to define it.
26363 (calc-always-load-extensions, calc-line-numbering)
26364 (calc-line-breaking, calc-display-just, calc-display-origin)
26365 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26366 (calc-group-char, calc-point-char, calc-frac-format)
26367 (calc-prefer-frac, calc-hms-format, calc-date-format)
26368 (calc-float-format, calc-full-float-format, calc-complex-format)
26369 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26370 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26371 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26372 (calc-matrix-brackets, calc-language, calc-language-option)
26373 (calc-left-label, calc-right-label, calc-word-size)
26374 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26375 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26376 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26377 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26378 (calc-window-height, calc-display-trail, calc-show-selections)
26379 (calc-use-selections, calc-assoc-selections)
26380 (calc-display-working-message, calc-auto-why, calc-timing)
26381 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26382 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26383 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26384 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26385 (calc-gnuplot-geometry, calc-graph-default-resolution)
26386 (calc-graph-default-resolution-3d, calc-invocation-macro)
26387 (calc-show-banner): Use defcalcmodevar to declare them and set
26388 their default values.
26389
26390 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26391 instead of default values (but restore default values if there is
26392 an argument of 0).
26393
26394 2005-01-09 David Kastrup <dak@gnu.org>
26395
26396 * desktop.el (desktop-restore-eager): Fix typo in type.
26397
26398 2005-01-08 Richard M. Stallman <rms@gnu.org>
26399
26400 * cus-edit.el (customize): Delete :link.
26401
26402 2005-01-08 Jay Belanger <belanger@truman.edu>
26403
26404 * calc/calc.el (calc-mode): Remove the extension from the
26405 `calc-settings-file' file name when loading it.
26406
26407 2005-01-08 Kim F. Storm <storm@cua.dk>
26408
26409 * info.el (Info-mode-map, Info-next-link-keymap)
26410 (Info-prev-link-keymap, Info-up-link-keymap):
26411 Map follow-link to mouse-face.
26412 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26413
26414 2005-01-08 Jay Belanger <belanger@truman.edu>
26415
26416 * calc/calc.el (calc-settings-file): Change default value.
26417 Suggested by cgw in a comment in calc-mode.el.
26418
26419 * calc/calc-mode.el (calc-settings-file-name):
26420 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26421 Replace ~/.emacs in a prompt by calc-settings-file.
26422
26423 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26424
26425 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26426 (desktop-lazy-idle-delay): New customizable variables.
26427 (desktop-buffer-args-list): New variable.
26428 (desktop-append-buffer-args): New function.
26429 (desktop-save): Call desktop-append-buffer-args for some buffers.
26430 (desktop-lazy-create-buffer): New function.
26431 (desktop-idle-create-buffers): New function.
26432 (desktop-read): Add message about buffers to restore lazily.
26433 (desktop-lazy-abort): New command.
26434 (desktop-clear): Call desktop-lazy-abort.
26435 (desktop-lazy-complete): New command.
26436
26437 2005-01-06 Richard M. Stallman <rms@gnu.org>
26438
26439 * emacs-lisp/find-func.el (find-face-definition):
26440 Rename from find-face.
26441
26442 2005-01-06 Kim F. Storm <storm@cua.dk>
26443
26444 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26445
26446 * man.el (Man-xref-man-page, Man-xref-header-file)
26447 (Man-xref-normal-file): Add follow-link property.
26448
26449 2005-01-06 Jay Belanger <belanger@truman.edu>
26450
26451 * calc/calc-units.el: Make sure the proper macro definitions are
26452 available when compiling.
26453
26454 2005-01-06 Juri Linkov <juri@jurta.org>
26455
26456 * isearch.el (isearch-lazy-highlight-update):
26457 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26458
26459 2005-01-06 Miles Bader <miles@gnu.org>
26460
26461 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26462 (isearch-lazy-highlight-face): Use new name.
26463
26464 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26465
26466 * uniquify.el (uniquify-rationalize-file-buffer-names):
26467 Re-add an interactive spec.
26468 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26469 to the same name.
26470
26471 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26472 (isearch-update, isearch-done): Adjust calls accordingly.
26473
26474 2005-01-05 Richard M. Stallman <rms@gnu.org>
26475
26476 * custom.el (custom-set-variables, custom-theme-set-variables):
26477 Clarify documentation.
26478
26479 * emacs-lisp/find-func.el (find-variable)
26480 (find-variable-other-window, find-variable-other-frame):
26481 Fix the TYPE args to find-function-read and find-function-do-it.
26482 (find-function): Doc fix.
26483 (find-function-at-point): Replace function-at-point alias.
26484
26485 2005-01-04 Richard M. Stallman <rms@gnu.org>
26486
26487 * cus-face.el (custom-declare-face):
26488 Record defface in current-load-list.
26489
26490 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26491
26492 * emacs-lisp/find-func.el: Doc fixes.
26493 (find-face-regexp): New variable.
26494 (find-function-regexp-alist): New variable.
26495 (find-function-C-source): Third arg is now TYPE.
26496 (find-function-search-for-symbol): Handle general TYPE.
26497 (find-function-read, find-function-do-it): Handle general TYPE.
26498 (find-definition-noselect, find-face): New functions.
26499 (function-at-point): Alias deleted.
26500
26501 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26502
26503 * battery.el (display-battery-mode): Rename from display-battery.
26504 Handle the case where it gets turned off.
26505
26506 2005-01-04 Richard M. Stallman <rms@gnu.org>
26507
26508 * cus-edit.el (customize): Make :link point to user doc.
26509
26510 * man.el (Man-fontify-manpage): Turn off undo generation.
26511
26512 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26513
26514 2005-01-04 Andreas Schwab <schwab@suse.de>
26515
26516 * files.el (insert-directory): Only look for error lines in
26517 inserted text. Don't move too far after processing --dired markers.
26518
26519 2005-01-04 Richard M. Stallman <rms@gnu.org>
26520
26521 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26522 Don't expand if the character is @, period, dash, etc.
26523 (define-mail-abbrev): Quote names that contain problem characters.
26524
26525 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26526
26527 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26528
26529 2005-01-03 Richard M. Stallman <rms@gnu.org>
26530
26531 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26532 (query-replace-highlight, query-replace-lazy-highlight)
26533 (query-replace): Definitions moved up. Doc fix.
26534
26535 2005-01-03 Richard M. Stallman <rms@gnu.org>
26536
26537 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26538 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26539 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26540 (lazy-highlight-face): Rename from isearch-lazy-...
26541 Change all references to them.
26542
26543 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26544
26545 * cus-edit.el (custom-file): Doc fix for defcustom.
26546 (custom-file): The function no longer sets the variable
26547 `custom-file' to its return value.
26548
26549 * startup.el (command-line): No longer load `custom-file'.
26550
26551 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26552
26553 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26554
26555 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26556 Don't confuse module-prefixed identifiers for labels.
26557 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26558
26559 2005-01-02 Richard M. Stallman <rms@gnu.org>
26560
26561 * files.el (basic-save-buffer-1): Fix previous change.
26562
26563 * loadhist.el (file-loadhist-lookup): New function.
26564 (file-provides, file-requires): Use it.
26565
26566 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26567 instead of calculating the right size.
26568
26569 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26570
26571 * vc-svn.el (vc-svn-diff): Stay local if possible.
26572
26573 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26574
26575 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26576
26577 * files.el (hack-local-variables): Fix last change.
26578
26579 2005-01-02 Jay Belanger <belanger@truman.edu>
26580
26581 * calc/calc-yank.el (calc-edit-top): New variable.
26582 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26583 object. Change header properties.
26584 (calc-edit-finish, calc-edit-finish-stack-object)
26585 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26586 edited object.
26587 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26588 for the beginning of the edited object.
26589 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26590 for the beginning of the edited object.
26591 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26592 (calc-finish-formula-edit, calc-macro-repeats)
26593 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26594 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26595 beginning of the edited object.
26596 (calc-user-define-edit): Change the header for editing macros.
26597 Remove unnecessary variable.
26598
26599 2005-01-01 Jay Belanger <belanger@truman.edu>
26600
26601 * calc/calc-yank.el (calc-edit-mode): Change default header.
26602 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26603 * calc/calc-store.el (calc-edit-variable): Change title to match new
26604 header.
26605 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26606 mode to match new header.
26607 (calc-user-define-edit): Change titles to include names of commands.
26608 (calc-finish-formula-edit): Adjust to handle new header.
26609 (calc-finish-macro-edit): Remove.
26610 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26611 (calc-edit-macro-command, calc-edit-macro-command-type)
26612 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26613 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26614 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26615 (calc-edit-macro-finish-edit): New functions.
26616 (calc-user-define-edit): Use new functions to edit named calc macros.
26617
26618 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26619
26620 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26621
26622 * ses.el (copy-region-as-kill): Deactivate mark.
26623
26624 2005-01-01 Richard M. Stallman <rms@gnu.org>
26625
26626 * replace.el (occur-1): If the output buffer is also an input,
26627 don't kill it, rename it.
26628
26629 * faces.el (set-face-background, set-face-foreground): Doc fix.
26630
26631 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26632 for :foreground and :background.
26633
26634 * dired.el (dired-view-command-alist): Variable deleted.
26635 (dired-view-file, dired-mouse-find-file-other-window):
26636 Delete the code to use it.
26637
26638 2005-01-01 Kim F. Storm <storm@cua.dk>
26639
26640 * image.el (insert-sliced-image): Use t for line-height property.
26641
26642 See ChangeLog.11 for earlier changes.
26643
26644 ;; Local Variables:
26645 ;; coding: iso-2022-7bit
26646 ;; End:
26647
26648 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26649 Copying and distribution of this file, with or without modification,
26650 are permitted provided the copyright notice and this notice are preserved.
26651
26652 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1