]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
fde31fe5b21a8251dfe22c81417455c5016963ad
[gnu-emacs] / lisp / ChangeLog
1 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4
5 * international/code-pages.el: Add cp858.
6
7 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8
9 * dnd.el: Fix bootstrapping.
10
11 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12
13 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
14 (dnd-open-remote-url): New function.
15 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
16 not windows-nt.
17
18 2006-09-07 Jason Rumney <jasonr@gnu.org>
19
20 * dnd.el (dnd-open-remote-file-function): New variable.
21 (dnd-open-unc-file): New function.
22 (dnd-open-file): Call dnd-open-remote-file-function if set.
23
24 2006-09-06 Daiki Ueno <ueno@unixuser.org>
25
26 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
27 pgg-passphrase-coding-system rather than locale-coding-system.
28 * pgg-def.el (pgg-passphrase-coding-system): New user option.
29
30 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * progmodes/prolog.el: Remove * in docstrings.
33 (prolog-program-name): Add SWI prolog.
34 (prolog-mode-menu): New menu.
35 (prolog-mode): Set comment-add.
36 (prolog-indent-line): Simplify. Use indent-line-to.
37 (inferior-prolog-buffer): New var.
38 (inferior-prolog-run, inferior-prolog-process): New funs.
39 (run-prolog, switch-to-prolog): Rewrite, using them.
40 (prolog-consult-region): Use inferior-prolog-buffer.
41 (inferior-prolog-load-file): New function.
42 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
43
44 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
45 last word, if it's not the end of the paragraph.
46
47 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
48 file name.
49
50 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
51
52 * frame.el (display-mm-dimensions-alist): New defcustom.
53 (display-mm-height, display-mm-width): Use it.
54
55 2006-09-06 Simon Josefsson <jas@extundo.com>
56
57 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
58
59 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
62 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
63 string values.
64
65 2006-09-06 Kim F. Storm <storm@cua.dk>
66
67 * simple.el (line-move-partial): New function to do vscrolling for
68 partially visible images / tall lines. Rewrite based on code
69 previously in line-move. Simplify backwards vscrolling.
70 (line-move): Use it. Simplify.
71
72 2006-09-05 Kim F. Storm <storm@cua.dk>
73
74 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
75
76 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
77
78 * progmodes/compile.el (compilation-error-regexp-alist-alist):
79 Process the `gcc-include' after the `gnu' rule.
80
81 2006-09-05 Kim F. Storm <storm@cua.dk>
82
83 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
84
85 2006-09-05 Daiki Ueno <ueno@unixuser.org>
86
87 * pgg.el (pgg-clear-string): Alias to clear-string for backward
88 compatibility.
89
90 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
91 inhibit-redisplay; encode passphrase with locale-coding-system.
92
93 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
96
97 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
98
99 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
100 (gdb-var-list-children-regexp): Make type field optional.
101
102 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
103 e.g public, protected in C++.
104
105 2006-09-04 John Paul Wallington <jpw@pobox.com>
106
107 * simple.el (completion-show-help): New defcustom.
108 (completion-setup-function): Heed it.
109
110 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
111
112 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
113
114 2006-09-04 Richard Stallman <rms@gnu.org>
115
116 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
117 (rsf-min-region-to-spam-list): Doc fix.
118 (rsf-add-content-type-field): Doc fix.
119
120 * simple.el (kill-region): Explicitly test there is a region.
121
122 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
123
124 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
125 sendmail in several common directories.
126
127 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
128
129 * paths.el (sendmail-program): Removed.
130
131 2006-09-04 Daiki Ueno <ueno@unixuser.org>
132
133 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
134 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
135 http://article.gmane.org/gmane.emacs.gnus.general/50457
136
137 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
138
139 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
140 mark after running the menu filter.
141
142 2006-09-03 Juri Linkov <juri@jurta.org>
143
144 * international/quail.el (quail-defrule-internal): Add a check
145 if a key is a vector.
146
147 2006-09-02 Juri Linkov <juri@jurta.org>
148
149 * man.el (Man-topic-history): New variable.
150 (man): Use it.
151
152 * woman.el (woman-topic-history): Change defvar to defvaralias
153 for symbol `Man-topic-history'.
154
155 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
156 `comint-last-output-start' is a marker by using `markerp' and
157 check if it has a position by using `marker-position', and use
158 this position for `goto-char'.
159
160 * international/quail.el (quail-defrule-internal): Add missing
161 `error' call for null key.
162
163 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
164
165 * rcirc.el (rcirc-keywords): New variable.
166 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
167 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
168 variables.
169 (rcirc-responses-no-activity): New function.
170 (rcirc-handler-generic): Check for responses in above.
171 (rcirc-process-command): Add ?: character to arguments of raw
172 server commands.
173 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
174 `rcirc-dim-nicks'.
175 (rcirc-gray-toggle): Remove unused variable.
176 (rcirc-print): Remove some tracking logic, which is moved into
177 markup functions.
178 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
179 types.
180 (rcirc-activity-string): Look for 'keyword in activity-types.
181 (rcirc-window-configuration-change): Don't erase overlay-arrow
182 unnecessarily.
183 (rcirc-add-or-remove): New function.
184 (rcirc-cmd-ignore): Use it.
185 (rcirc-message-leader): Remove unused function.
186 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
187 (rcirc-add-face): New function.
188 (rcirc-facify): Use rcirc-add-face.
189 (rcirc-url-regexp): Add parens.
190 (rcirc-map-regexp): Remove function.
191 (rcirc-mangle-regexp): Remove function.
192 (rcirc-markup-text-functions): New variable.
193 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
194 (rcirc-markup-body-text, rcirc-markup-attributes)
195 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
196 (rcirc-markup-bright-nicks): New markup handler functions.
197 (rcirc-nick-in-message-full-line): New face.
198 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
199 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
200
201 2006-09-02 Martin Rudalics <rudalics@gmx.at>
202
203 * cus-start.el (hscroll-margin, hscroll-step)
204 (mode-line-in-non-selected-windows, mouse-autoselect-window)
205 (x-use-underline-position-properties): Change version to "22.1"
206 since they will appear there for the first time.
207
208 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
209
210 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
211
212 2006-08-31 Richard Stallman <rms@gnu.org>
213
214 * cus-edit.el (custom-save-variables): Slight cleanup.
215 (Custom-no-edit): Renamed from custom-no-edit.
216 (Custom-newline): Renamed from custom-newline.
217 (custom-mode-map): Use new names.
218
219 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
220 about customization, rather than M-x customize, in the doc string
221 made for the defcustom.
222
223 * emacs-lisp/trace.el (trace-function-background): Doc fix.
224
225 2006-08-31 Romain Francoise <romain@orebokech.com>
226
227 * dired-x.el (dired-guess-shell-alist-default): Update.
228
229 2006-08-31 Michael Mauger <mmaug@yahoo.com>
230
231 * custom.el (custom-theme-set-variables): Autoload packages before
232 sorting the variables.
233
234 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
235
236 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
237 chars if XEmacs.
238 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
239
240 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * progmodes/python.el (python-eldoc-function): Re-enable quit while
243 waiting for process.
244
245 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
246
247 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
248 results in ASCII-only string, encode original one directly.
249
250 2006-08-29 Romain Francoise <romain@orebokech.com>
251
252 * startup.el (normal-splash-screen, fancy-splash-screens):
253 Make buffer read-only and arrange to enter view mode if necessary.
254
255 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
256
257 * hl-line.el (hl-line): New face.
258 (hl-line-face): Use it.
259
260 * image-mode.el (image-mode): Fix last fix.
261 Suggested by Kim F. Storm.
262
263 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
264
265 Sync with Tramp 2.0.54.
266
267 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
268 of `=', because `tramp-get-remote-gid' might not always return an
269 integer when expected.
270 (tramp-register-file-name-handlers): `partial-completion-mode' is
271 unknown to XEmacs.
272 (tramp-time-diff): Don't use `floor', it might fail for large
273 differences.
274 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
275 `tramp-auto-save-directory' if unset in order to guarantee unique
276 auto-save file names.
277
278 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
279
280 * image-mode.el (image-mode): Display image as text on a terminal.
281
282 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * progmodes/python.el (python-send-command): Simplify.
285 (run-python): Don't generate a new buffer unless `new' was specified.
286 Make sure we send `import emacs' to the proper process.
287
288 * progmodes/python.el (python-send-command): Don't wait for the command
289 to terminate. Don't fiddle with compilation-parsing-end.
290
291 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
292
293 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
294 Insert commentary after first line summary.
295
296 * woman.el (woman-follow): New function, based on `man-follow'.
297 (woman-mode-map): Use it.
298
299 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
300 since ibuffer-do-sort-by-recency does not define a sorter.
301
302 2006-08-28 Kim F. Storm <storm@cua.dk>
303
304 * find-dired.el (find-dired): Use shell-quote-argument to properly
305 escape ( and ) args. Also use it on {} and ; args in default
306 value of find-ls-option string.
307 (find-grep-dired): Use shell-quote-argument on {} and ; args.
308
309 2006-08-27 Michael Olson <mwolson@gnu.org>
310
311 * emacs-lisp/tq.el: Small grammar fix in comments.
312 (tq-enqueue): Check for existence of queue rather than the
313 head queue item's question, which was a no-op.
314 (tq-filter, tq-process-buffer): Make sure the process buffer
315 exists before making it the current buffer.
316
317 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
318
319 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
320 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
321 (special-event-map): Apply 2006-08-16 change for x-win.el.
322
323 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * progmodes/python.el (python-send-receive): Wait in the
326 process's buffer so as to check the right buffer-local variables.
327
328 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
331 (defgroup checkdoc): Move to beginning.
332
333 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
334 (python-preoutput-continuation): Remove.
335 (python-preoutput-filter): Simplify correspondingly.
336 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
337 Loop around to catch embedded _emacs_out output.
338 (run-python): Send the import&print command on a single line.
339 (python-send-command): Send command&print on a single line.
340 (python-send-string): Only add double \n if needed.
341 (python-send-receive): Loop until the result comes.
342 (python-mode-running): Defvar it.
343 (python-setup-brm): Remove unused var `menu'.
344 Only bind py-mode-map and `features' around brm-init.
345 (python-calculate-indentation): Remove unused var `point'.
346 (python-beginning-of-defun): Remove unused var `def-line'.
347
348 2006-08-25 Richard Stallman <rms@gnu.org>
349
350 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
351
352 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
353
354 * viper.el (viper-set-hooks): Use frame bindings for
355 viper-vi-state-cursor-color.
356 (viper-non-hook-settings): Don't set default
357 mode-line-buffer-identification.
358
359 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
360 (viper-set-cursor-color-according-to-state)
361 (viper-get-saved-cursor-color-in-replace-mode)
362 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
363 viper-emacs-state-cursor-color.
364
365 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
366 (viper-undo): Use point if undo-beg-posn is nil.
367 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
368 (viper-after-change-undo-hook): Don't use
369 viper-emacs-state-cursor-color by default.
370 (viper-undo): More sensible positioning after undo.
371
372 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
373 (viper-emacs-state-cursor-color): Default to nil, since this feature
374 doesn't work well yet.
375
376 * ediff-mult.el (ediff-intersect-directories)
377 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
378 always expand filenames.
379
380 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * tumme.el: Remove * in defcustoms's docstrings.
383
384 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
385
386 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
387 Accept internal time format for SECS arg.
388 (timer-relative-time): Doc fix.
389
390 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
391 adapted from Martin Rudalics.
392 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
393 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
394 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
395 using sit-for.
396
397 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
398
399 * cus-start.el (all): Add `overline-margin' and
400 `x-underline-at-descent-line'.
401
402 2006-08-24 Kim F. Storm <storm@cua.dk>
403
404 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
405 to mean "use find -exec"; nil now unambiguously means auto-detect.
406 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
407 Use shell-quote-argument to build grep-find-command and
408 grep-find-template.
409 (rgrep): Use shell-quote-argument to properly quote arguments to find.
410 Reported by Tom Seddon.
411
412 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
413
414 * startup.el (fancy-splash-head): Give instructions for dismissing
415 the splash screen for default startup too.
416 (display-startup-echo-area-message, fancy-splash-screens)
417 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
418 all splash text at once and keep the splash buffer around.
419 (command-line-1): Give display-startup-echo-area-message a t arg.
420
421 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
422
423 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
424 gnus frame is selected.
425
426 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
427
428 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
429
430 2006-08-22 Kim F. Storm <storm@cua.dk>
431
432 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
433 Add suffix matching for subdirs.
434
435 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
436
437 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
438 mouse-yank-at-point is non-nil.
439
440 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
441
442 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
443 a bit wider and remove fringes to fit initial output on line.
444
445 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * frame.el (blink-cursor-end): Only ignore the error we care about.
448 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
449
450 2006-08-21 Richard Stallman <rms@gnu.org>
451
452 * whitespace.el (whitespace-cleanup): Doc fix.
453
454 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
455
456 * net/rcirc.el (rcirc-show-maximum-output): New var.
457 (rcirc-buffer-process): If no buffer argument is supplied, use
458 current-buffer.
459 (rcirc-complete-nick): Complete to the last completed nick first.
460 (rcirc-mode): Preserve the value of `rcirc-urls' across
461 connections. Setup scroll function.
462 (rcirc-scroll-to-bottom): New function.
463 (rcirc-print): Use nick syntax around regexp work.
464 Notice dim-nicks speaking only if they say our nick.
465 (rcirc-update-activity-string): Do not show the modeline indicator
466 if there are no live rcirc processes.
467 (rcirc-cmd-ignore): Ignore case.
468 (rcirc-browse-url-at-point): Fix off-by-one error.
469
470 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * progmodes/python.el: Remove * in defcustom docstrings.
473 (run-python, python-proc, python-try-complete): Use derived-mode-p.
474 (python-mode): Set tab-width and indent-tabs-mode.
475
476 2006-08-20 Dave Love <fx@gnu.org>
477
478 * progmodes/python.el: Update to Dave Love's latest version.
479 (python-font-lock-keywords, python-mode): Don't use
480 font-lock-syntax-table, but match symbol elements explicitly instead.
481 (python-mode-map): Add help, and a few more key bindings.
482 (python-skip-comments/blanks): Move out of comments as well.
483 (python-continuation-line-p): Behave better with unbalanced parens.
484 (python-blank-line-p): New fun.
485 (python-open-block-statement-p): Don't use a heuristic.
486 (python-outdent-p): Better handle blocks-in-the-same-line.
487 (python-calculate-indentation): Misc improvements.
488 (python-comment-indent): Remove.
489 (python-block-pairs): New var.
490 (python-first-word): New fun.
491 (python-indentation-levels): Handle more common cases.
492 (python-indent-line-1): Add `leave' argument.
493 (python-indent-region): New fun.
494 (python-skip-out): New fun.
495 (python-beginning-of-statement, python-end-of-statement): Use it.
496 (python-next-statement): Return correct count even at eob.
497 (python-end-of-block): Fix paren-typo.
498 (python-imenu-create-index): Add module variables.
499 (run-python): Add `new' arg.
500 Check we're at a prompt before returning.
501 (python-send-command): Move to end of buffer.
502 Wait for prompt to return.
503 (python-set-proc): New fun.
504 (python-imports): New var.
505 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
506 (python-eldoc-function): Try to move out of arg list.
507 (python-outline-level): Offset by 1.
508 (python-find-imports): New fun.
509 (python-symbol-completions): Use python-imports.
510 (python-module-path, ffap-alist): Add support for ffap.
511 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
512 (pythin-insert-*, python-default-template, python-expand-template):
513 Add templates/skeletons.
514 (python-setup-brm): Support for Bicycle Repair Man.
515 (python-abbrev-syntax-table): New var.
516 (python-abbrev-pc-hook, python-pea-hook): New funs.
517
518 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
519
520 * frame.el (blink-cursor-start): Set timer first.
521 (blink-cursor-end): Ignore timer cancelling errors.
522 Suggested by Ken Manheimer.
523
524 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
525
526 * newcomment.el (comment-box): Call `comment-normalize-vars'.
527 Add autoload cookie.
528
529 2006-08-20 Richard Stallman <rms@gnu.org>
530
531 * simple.el (line-number-at-pos): Doc fix.
532
533 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
534 timer-activate-when-idle, so timer can run before Emacs becomes
535 non-idle again.
536
537 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
538
539 * whitespace.el (whitespace-cleanup-internal): New optional arg
540 REGION-ONLY. If it's non-nil, modify the message to the user
541 accordingly.
542 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
543 a non-nil argument.
544
545 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
546
547 * rect.el (spaces-string): Simplify and add doc string.
548
549 2006-08-17 Romain Francoise <romain@orebokech.com>
550
551 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
552
553 2006-08-17 Richard Stallman <rms@gnu.org>
554
555 * compare-w.el (compare-windows): lambda's take an arg and pass
556 it to compare-windows-skip-whitespace.
557
558 2006-08-17 Martin Rudalics <rudalics@gmx.at>
559
560 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
561 the right buffer.
562
563 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
566 removed files.
567
568 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
569
570 * progmodes/gdb-ui.el (gdb-locals-watch-map)
571 (gdb-locals-watch-map-1): Suppress keymap first.
572 (gdb-edit-locals-map-1): New variable.
573 (gdb-edit-locals-value): New function.
574 (gdb-stack-list-locals-handler): Use them.
575
576 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
579 cursor would normally be drawn in the fringe.
580
581 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
582 Reported by Martin Rudalics <rudalics@gmx.at>.
583
584 2006-08-16 Richard Stallman <rms@gnu.org>
585
586 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
587 (special-event-map): Process drag-n-drop events this way.
588
589 * simple.el (move-beginning-of-line): Test whether fields
590 would prevent motion back to line's first visible character.
591 If so, stop where the fields would stop the motion.
592
593 * newcomment.el (comment-indent): Fully update INDENT
594 before checking to see if it will change the text.
595
596 * cus-edit.el (custom-newline): New function.
597 (custom-mode-map): Bind newline to custom-newline.
598
599 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
600 into ignore-whitespace.
601 Check each buffer for its skip-function.
602 Handle compare-windows-skip-whitespace special-case test
603 by returning t from default skip function.
604
605 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
606
607 * textmodes/org.el (org-clock-special-range)
608 (org-clock-update-time-maybe): New functions.
609 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
610 not only a-z.
611 (org-agenda-get-blocks): Allow multiple blocks per headline.
612 (org-timestamp-change): Call `org-clock-update-time-maybe'.
613 (org-export-html-title-format)
614 (org-export-html-toplevel-hlevel): New options.
615 (org-export-language-setup): Add support for Czech.
616 (org-mode, org-insert-todo-heading, org-find-visible)
617 (org-find-invisible, org-invisible-p, org-invisible-p2)
618 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
619 (org-show-subtree, org-show-entry, org-make-options-regexp):
620 Remove compatibility support for old outline-mode.
621 (org-check-occur-regexp): Funtion removed.
622 (org-on-heading-p, org-back-to-heading): Made defalias.
623 (org-set-local): New defsubst.
624 (org-set-regexps-and-options, org-mode)
625 (org-set-font-lock-defaults, org-edit-agenda-file-list)
626 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
627 (org-remember-apply-template, org-table-edit-field)
628 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
629 (org-set-autofill-regexps): Use `org-set-local'.
630 (org-table-eval-formula): Fix bug with parsing of display flags.
631
632 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
633
634 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
635 frame with fringe arrow. Suggested by Simon Marshall
636 <simon.marshall@misys.com>.
637 (gdb-stack-position): New variable.
638 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
639 (gdb-frames-mode): Set gdb-stack-position to nil.
640 Add to overlay-arrow-variable-list
641 (gdb-reset): Delete gdb-stack-position from above list.
642
643 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
644
645 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
646 read only.
647
648 2006-08-13 Romain Francoise <romain@orebokech.com>
649
650 * cus-theme.el (customize-create-theme)
651 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
652
653 * filesets.el (filesets-add-buffer): Ditto.
654
655 * pcvs.el (cvs-change-cvsroot): Ditto.
656
657 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
658
659 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
660 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
661 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
662 expressions.
663 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
664 Only search till end of line.
665 Add face to function names in case of no filename.
666 Add face to variable names of watchpoints.
667
668 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
669
670 * cus-start.el <indent-tabs-mode>: Move to the `indent'
671 customization group.
672
673 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
674
675 * allout.el (allout-prior-bindings, allout-added-bindings):
676 Remove, after long deprecation.
677 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
678 Add customization vars controlling allout-beginning-of-line and
679 allout-end-of-line conveniences.
680 (allout-header-prefix, allout-use-mode-specific-leader)
681 (allout-use-mode-specific-leader, allout-mode-leaders):
682 Revise docstrings.
683 (allout-infer-header-lead): Change to be an alias for
684 allout-infer-header-lead-and-primary-bullet.
685 (allout-infer-header-lead-and-primary-bullet): New version of
686 allout-infer-header-lead which assigns the primary bullet to the
687 same as the header lead, when its being changed.
688 (allout-infer-body-reindent): Apply regexp-quote instead of
689 unconditionally prepending "\\", so that all literal
690 allout-header-prefix and allout-primary-bullet strings are
691 properly handled.
692 (allout-add-resumptions): Add optional qualifier for extending or
693 appending to existing values, rather than replacing them.
694 (allout-view-change-hook): Clarify docstring.
695 (allout-exposure-change-hook): Take explicit arguments, via
696 run-hook-with-args.
697 (allout-structure-added-hook)
698 (allout-structure-deleted-hook)
699 (allout-structure-shifted-hook): New hooks analogous to
700 allout-exposure-change-hook for other kinds of structural outline
701 edits.
702 (allout-encryption-plaintext-sanitization-regexps): New encryption
703 customization variable, by which cooperating modes can provde
704 massage of the plaintext without actually being passed it.
705 (allout-encryption-ciphertext-rejection-regexps)
706 (allout-encryption-ciphertext-rejection-ceiling): New encryption
707 customization variables, by which cooperating modes can prohibit
708 rare but possible ciphertext patterns from fouling their
709 operation, with actually being passed the ciphertext.
710 (allout-mode): Run activation and deactivation hooks after the
711 minor-mode variable has been toggled, to clarify the mode
712 disposition. The new encryption ciphertext rejection variable is
713 used to ensure that the ciphertext does not contain text that
714 would be recognized as outline structural elements by allout.
715 Substite allout-beginning-of-line and allout-end-of-line for
716 conventionall beginning-of-line and end-of-line bindings.
717 If allout-old-style-prefixes is non-nil, don't nullify it on mode
718 activation!
719 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
720 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
721 (allout-chart-subtree): Implement new mode, charting only the
722 visible items in the subtree, when new 'visible' parameter is non-nil.
723 (allout-end-of-subtree): Properly handle the last item in the buffer.
724 (allout-pre-command-business, allout-command-counter):
725 Increment an advertised counter so that cooperating enhancements can
726 track revisions of items.
727 (allout-open-topic): Run allout-structure-added-hook with suitable
728 arguments.
729 (allout-shift-in): Run allout-structure-shifted-hook with suitable
730 arguments.
731 (allout-shift-out): Fix doubling for negative args and ensure call
732 of allout-structure-shifted-hook by solely using allout-shift-in.
733 (allout-kill-line, allout-kill-topic):
734 Run allout-structure-deleted-hook with suitable arguments.
735 (allout-yank-processing): Run allout-structure-added-hook with
736 proper arguments.
737 (allout-yank): Enclose activity in allout-unprotected.
738 (allout-flag-region): Run allout-exposure-change-hook with
739 suitable arguments, instead of making the callee infer the arguments.
740 (allout-encrypt-string):
741 Support allout-encryption-plaintext-sanitization-regexps,
742 allout-encryption-ciphertext-rejection-regexps, and
743 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
744 en/de cryption mode in symmetric encryption failure message.
745 (allout-obtain-passphrase): Use copy-sequence to get a distinct
746 copy of the passphrase, and don't zero it or we'll corrupt the
747 stashed copy.
748 (allout-create-encryption-passphrase-verifier)
749 (allout-verify-passphrase): Respect the new signature for
750 allout-encrypt-string.
751 (allout-get-configvar-values): Convenience for getting a
752 configuration variable value and handling its absence gracefully.
753
754 2006-08-11 Romain Francoise <romain@orebokech.com>
755
756 * obsolete/zone-mode.el: Delete.
757
758 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
761
762 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
763
764 * emacs-lisp/bindat.el (bindat-ip-to-string):
765 Use `format-network-address' if possible.
766
767 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
768
769 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
770
771 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
772
773 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
774 restore unread-command-events here.
775 (edebug-display): Do it here, to detect sit-for interruptions.
776
777 2006-08-10 Romain Francoise <romain@orebokech.com>
778
779 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
780 (dns-mode-soa-auto-increment-serial): New user option.
781 (dns-mode-soa-maybe-increment-serial): New function.
782 (dns-mode): Add the latter to `write-contents-functions'.
783
784 * obsolete/zone-mode.el: Move to obsolete/ from net/.
785 Delete autoload cookies.
786
787 2006-08-10 John Wiegley <johnw@newartisans.com>
788
789 * eshell/em-glob.el (eshell-glob-chars-list)
790 (eshell-glob-translate-alist): Add support for [^g] in character globs.
791
792 2006-08-10 Richard Stallman <rms@gnu.org>
793
794 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
795 (facemenu-set-face): Doc fix.
796 (facemenu-listed-faces): Doc fix.
797
798 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
799
800 * avoid.el (mouse-avoidance-animating-pointer): New var.
801 (mouse-avoidance-nudge-mouse): Use it.
802 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
803 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
804 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
805 Don't activate if currently animating. All callers changed.
806
807 2006-08-09 John Wiegley <johnw@newartisans.com>
808
809 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
810 variable, which causes timeclock to report elapsed time worked,
811 instead of just work remaining.
812
813 2006-08-09 Kenichi Handa <handa@m17n.org>
814
815 * international/latexenc.el (latexenc-find-file-coding-system):
816 Fix for the case that the 2nd element of arg-list is a cons.
817
818 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
819
820 * info.el (Info-fontify-node): Handle preceding `in' for note
821 reference hiding rules.
822
823 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
826 mistake a closing " for an opening one.
827
828 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
829
830 * term/xterm.el (terminal-init-xterm): Add more key bindings.
831
832 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * complete.el (PC-do-completion): Filter out completions matching
835 completion-ignored-extensions before checking whether there are
836 multiple completions.
837 Don't use `list' unnecessarily when building completion tables.
838
839 2006-08-06 Richard Stallman <rms@gnu.org>
840
841 * help.el (describe-mode): Make minor mode list more concise.
842
843 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
844
845 * bindings.el: Give mode-line-format, mode-line-modes, and
846 mode-line-position `standard-value' properties.
847
848 2006-08-05 Eli Zaretskii <eliz@gnu.org>
849
850 * buff-menu.el (list-buffers-noselect): For Info buffers, use
851 "(file)node" instead of the file name.
852
853 2006-08-05 Richard Stallman <rms@gnu.org>
854
855 * faces.el (escape-glyph): Doc fix.
856
857 2006-08-04 Kenichi Handa <handa@m17n.org>
858
859 * international/mule-diag.el (describe-font): Improve docstring
860 and error message. Use frame-parameter (not frame-parameters).
861
862 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
865 Correctly mark the end-of-docstring char.
866
867 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
868
869 * simple.el (line-move-to-column): Constrain move-to-column to
870 current field.
871
872 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * font-lock.el (font-lock-beg, font-lock-end)
875 (font-lock-extend-region-functions): New vars.
876 (font-lock-extend-region-multiline)
877 (font-lock-extend-region-wholelines): New functions.
878 (font-lock-default-fontify-region): Use them.
879 (font-lock-extend-jit-lock-region-after-change): Only round up
880 if font-lock-default-fontify-region will do it as well.
881
882 * font-lock.el (font-lock-extend-after-change-region-function):
883 Rename from font-lock-extend-region-function.
884 (font-lock-extend-region): Remove by inlining at call sites.
885 (font-lock-after-change-function): Don't needlessly round up to a whole
886 number of lines.
887 (font-lock-extend-jit-lock-region-after-change): Be more careful about
888 the boundary conditions and the interactions between the various ways
889 to extend the region.
890
891 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
894 modification status when forcing the second redisplay.
895
896 2006-08-03 Kim F. Storm <storm@cua.dk>
897
898 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
899
900 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
903 doesn't look like a file name.
904
905 * complete.el (PC-expand-many-files): Avoid signalling an error when
906 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
907
908 2006-08-02 Andreas Schwab <schwab@suse.de>
909
910 * bindings.el (mode-line-format): Simplify reference to vc-mode.
911
912 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
913
914 * bindings.el (map): Make mode-line-buffer-identification-keymap
915 before defining propertized-buffer-identification.
916
917 2006-08-01 Richard Stallman <rms@gnu.org>
918
919 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
920
921 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
922
923 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
924 default value.
925 (gdb-find-source-frame): New function.
926 (menu): Add to menu bar.
927
928 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * font-core.el (font-lock-extend-region-function)
931 (font-lock-extend-region): Move to font-lock.el.
932
933 * font-lock.el (font-lock-extend-region-function)
934 (font-lock-extend-region): Move from font-core.el. Simplify.
935
936 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
937 if needed.
938 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
939 (jit-lock-after-change-extend-region-functions): New hook.
940 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
941
942 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
943 (font-lock-turn-on-thing-lock): Use it.
944
945 * longlines.el (longlines-show-region): Make it work on read-only
946 buffers as well.
947
948 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
949
950 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
951
952 2006-07-31 Richard Stallman <rms@gnu.org>
953
954 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
955 (vhdl-speedbar-display-projects): Update old obsolete
956 speedbar variable names.
957
958 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
959
960 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
961 (gdb-stopped): Use it.
962
963 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
964
965 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
966
967 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
968 for load-history elements.
969
970 2006-07-29 Eli Zaretskii <eliz@gnu.org>
971
972 * files.el (convert-standard-filename): For Cygwin, replace
973 characters not allowed in Windows file names.
974 (make-auto-save-file-name): Add Cygwin to the list of systems
975 where the auto-save file name needs to be run through
976 convert-standard-filename.
977
978 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
979
980 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
981
982 2006-07-28 Richard Stallman <rms@gnu.org>
983
984 * bindings.el (mode-line-frame-identification)
985 (propertized-buffer-identification): Centralize the code
986 to initialize the variable.
987
988 * progmodes/grep.el (grep-default-command): Catch errors from
989 wildcard-to-regexp.
990
991 2006-07-29 Kim F. Storm <storm@cua.dk>
992
993 * progmodes/grep.el (grep-tag-default): New function.
994 (grep-default-command, grep-read-regexp): Use it.
995 (grep-read-files): Use car of grep-files-history or grep-files-aliases
996 as default if nothing else applies.
997
998 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
999
1000 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1001 Throw error if buffer is not in Dired and Wdired mode, respectively.
1002
1003 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1006 self-insert-command keys don't activate buttons.
1007 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1008
1009 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1010
1011 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1012 faces for enable character.
1013
1014 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1015
1016 * Makefile.in (recompile): Update comment to reflect change
1017 on 2004-04-21.
1018
1019 2006-07-27 Richard Stallman <rms@gnu.org>
1020
1021 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1022 (customize-package-emacs-version): Change msg when pkg has no entry.
1023 (custom-no-edit): On a button, do like widget-button-press.
1024
1025 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1026
1027 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1028 S-tab and C-S-tab.
1029
1030 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1031
1032 * progmodes/which-func.el (which-function): Fix documentation/
1033 comment typo.
1034
1035 2006-07-26 Richard Stallman <rms@gnu.org>
1036
1037 * textmodes/ispell.el (ispell-word): If we replace the word,
1038 move point to the end. Insert before deleting.
1039
1040 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1043 a timer.
1044
1045 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1046
1047 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1048 when at first image.
1049 (tumme-forward-image): Add prefix argument. Add error when at last
1050 image.
1051
1052 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * tabify.el (tabify-regexp): Use more specific regexps.
1055 (tabify): Avoid modifying the buffer unnecessarily.
1056
1057 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1058
1059 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1060 (tumme-format-properties-string): Handle empty `buf'.
1061 (tumme-get-comment): Change variable names inside `let'.
1062 Add missing `let' variable that cause font-lock problems.
1063 (tumme-write-comments): Change variable names inside `let'.
1064 Add missing `let' variable that cause font-lock problems.
1065 (tumme-forward-image): Rename from `tumme-forward-char'.
1066 (tumme-backward-image): Rename from `tumme-backward-char'.
1067
1068 2006-07-25 Masatake YAMATO <jet@gyve.org>
1069
1070 * progmodes/ld-script.el (ld-script-keywords)
1071 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1072 and add comments.
1073
1074 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1077 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1078 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1079 for status indicator.
1080
1081 2006-07-24 Richard Stallman <rms@gnu.org>
1082
1083 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1084
1085 * subr.el (dolist, dotimes): Use interned symbols for locals.
1086 (--dotimes-limit--, --dolist-tail--): New defvars.
1087 (looking-back): Doc fix.
1088
1089 * replace.el (replace-match-string-symbols): Handle dotted lists.
1090
1091 2006-07-24 mathias <mathias@mattis>
1092
1093 * tumme.el (tumme-write-tags): Add.
1094 (tumme-write-comments): Add.
1095 (tumme-tag-files): Change to use `tumme-write-tags'.
1096 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1097 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1098 (tumme-save-information-from-widgets): Change to use
1099 `tumme-write-comments' and `tumme-write-tags'.
1100 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1101 (tumme-write-tag): Remove.
1102 (tumme-write-comment): Remove.
1103 (tumme-display-previous-thumbnail-original): Remove empty line.
1104 (tumme-widget-list): Add punctuation.
1105
1106 2006-07-24 mathias <mathias.dahl@gmail.com>
1107
1108 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1109
1110 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1111
1112 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1113 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1114 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1115
1116 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1117
1118 * mouse.el (mouse-on-link-p): Doc fix.
1119
1120 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1121
1122 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1123 Handle "C-h f `".
1124
1125 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1128 column.
1129
1130 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1131
1132 * textmodes/table.el: Add move-beginning-of-line and
1133 move-end-of-line to Point Motion Only Group.
1134
1135 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1136
1137 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1138
1139 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1140
1141 * startup.el (user-mail-address): Initialize from the `EMAIL'
1142 environment variable first. Document this.
1143 (command-line): Ditto.
1144
1145 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1146
1147 * help-mode.el (help-function-def, help-variable-def)
1148 (help-face-def): Print a message in the minibuffer.
1149
1150 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1151
1152 * term/xterm.el (terminal-init-xterm): Fix key bindings
1153 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1154
1155 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1156
1157 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1158 where `(nth 1 command)' is a cons cell. Doc fix.
1159
1160 * textmodes/po.el (po-find-charset): Doc fix.
1161
1162 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1163
1164 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1165 (allout-beginning-of-current-line, allout-end-of-current-line)
1166 (allout-next-visible-heading, allout-open-topic)
1167 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1168 (allout-flag-current-subtree, allout-show-to-offshoot)
1169 (allout-hide-current-entry, allout-show-current-branches)
1170 (allout-hide-region-body, allout-old-expose-topic)
1171 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1172 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1173 containing `beginning-of-line' and `end-of-line' with
1174 `inhibit-field-text-motion' t.
1175
1176 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1177
1178 * frame.el (focus-follows-mouse): Document that it doesn't have
1179 any effect on MS-Windows.
1180
1181 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1184
1185 2006-07-20 Jay Belanger <belanger@truman.edu>
1186
1187 * calc.el (calc-previous-alg-entry): Remove variable.
1188
1189 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1190 New variables.
1191 (calc-alg-entry): Use `calc-alg-entry-history'.
1192 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1193 Remove reference to `calc-previous-alg-entry'.
1194 (calcAlg-edit, calcAlg-enter): Remove reference to
1195 `calc-previous-alg-entry'.
1196 (calcAlg-previous): Use `previous-history-element' instead of
1197 `calc-previous-alg-entry'.
1198 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1199 Change keybinding for `calcAlg-plus-minus', add keybindings for
1200 `previous-history-element' and `next-history-element'.
1201
1202 * calc-rewr.el (calc-match): Remove reference to
1203 `calc-previous-alg-entry'.
1204
1205 * calc-sel.el (calc-selection-history): New variable.
1206 (calc-enter-selection, calc-sel-mult-both-sides)
1207 (calc-sel-add-both-sides): Use `calc-selection-history'.
1208
1209 * calc-map.el (calc-get-operator-history): New variable.
1210 (calc-get-operator): Use `calc-get-operator-history'.
1211
1212 * calcalg3.el (calc-curve-fit-history): New variable.
1213 (calc-curve-fit): Use `calc-curve-fit-history'.
1214
1215 2006-07-20 Kenichi Handa <handa@m17n.org>
1216
1217 * international/mule-cmds.el (select-safe-coding-system): Fix the
1218 way of deciding eol-type of the coding system.
1219
1220 2006-07-20 Alan Mackenzie <acm@muc.de>
1221
1222 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1223 (c-lang-setvar): New macro.
1224 (c-make-init-lang-vars-fun): Use the initialization forms in
1225 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1226 (comment-start, comment-end, comment-start-skip): Change these from
1227 c-lang-defvar's to c-lang-setvar's.
1228
1229 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1230 which calls make-local-variable on the elements of
1231 c-emacs-variable-inits.
1232 (c-init-language-vars-for): Call this new macro.
1233
1234 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1237 Try to rule out false positives due to time stamps.
1238 (compilation-mode-font-lock-keywords): Remove rules made redundant
1239 because of the above change. Add `segmentation fault' to the known and
1240 highlighted compilation termination messages.
1241
1242 2006-07-19 Kim F. Storm <storm@cua.dk>
1243
1244 * progmodes/grep.el (grep-find-ignored-directories):
1245 Add .svn and _darcs to list.
1246
1247 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1248
1249 * dired.el (dired-mode-map): Add key binding `C-te' for
1250 `tumme-dired-edit-comment-and-tags'.
1251
1252 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1253 image display buffer is displayed before call to
1254 `tumme-display-image.
1255 (tumme-dired-display-image): Make sure image display buffer is
1256 displayed before call to `tumme-display-image.
1257 (tumme-mouse-display-image): Make sure image display buffer is
1258 displayed before call to `tumme-display-image.
1259 (tumme-widget-list): Add.
1260 (tumme-dired-edit-comment-and-tags): Add.
1261 (tumme-save-information-from-widgets): Add.
1262
1263 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1266
1267 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1270 Revert inadvertently installed patch hunk.
1271
1272 * progmodes/compile.el (compilation-find-file): Handle the
1273 cases where the user selects a non-existent file.
1274
1275 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1278
1279 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * subr.el (sit-for): Just sleep-for if noninteractive.
1282
1283 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1286
1287 * custom.el (custom-autoload): Add `noset' argument.
1288 (custom-push-theme): Don't autoload the variable, let callers do it.
1289 (custom-theme-set-variables): Autoload the variable if necessary.
1290
1291 * cus-edit.el (custom-variable-state-set): If the variable was
1292 originally set outside custom, but to the same value as the default,
1293 consider it to be standard.
1294
1295 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1296 file *before* telling Emacs to add the autoloads, in case it fails.
1297
1298 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1299 Use `cond', push', and `dolist'.
1300
1301 2006-07-17 Richard Stallman <rms@gnu.org>
1302
1303 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1304 Add defvars to silence warnings.
1305
1306 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1309 Don't highlight "Compiling file" messages as error.
1310
1311 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1312 file already exists.
1313
1314 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1315
1316 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1317 entry, don't assign to free var; simply return the extracted filename.
1318 (ff-treat-as-special): Incorporate common preamble from callers.
1319 (ff-other-file-name, ff-find-the-other-file):
1320 Update call to ff-treat-as-special.
1321
1322 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1323
1324 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1325
1326 * tumme.el (tumme-get-comment): Fix bug.
1327
1328 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * files.el: Remove spurious * in docstrings.
1331
1332 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1333
1334 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1335 grammar.
1336 (allout-beginning-of-current-line): Beware beginning of buffer.
1337 Also, a comment is simplified.
1338 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1339 when appropriate. (This fix enables use for other than
1340 bullet-hotspot operation.)
1341 (allout-hide-current-subtree): While escalating to sibling-close,
1342 make sure to situate on a topic.
1343
1344 2006-07-14 Kim F. Storm <storm@cua.dk>
1345
1346 * emulation/cua-base.el (cua-delete-selection)
1347 (cua-toggle-set-mark): New defcustoms.
1348 (cua-rectangle-modifier-key): Add `alt' modifier.
1349 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1350 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1351 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1352
1353 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1354
1355 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1356
1357 * allout.el: Require 'cl during byte-compilation/interactive load,
1358 for the `assert' macro.
1359 (allout-mode-deactivate-hook): New hook, run when allout mode
1360 deactivates.
1361 (allout-developer): New allout customization subgroup.
1362 (allout-run-unit-tests-on-load): New allout-developer
1363 customization variable, when true allout unit tests are run towards
1364 end of file load/eval.
1365 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1366 auto-fill-mode.
1367 (allout-resumptions): Remove, to be replaced by...
1368 (allout-add-resumptions): Register variable settings to be
1369 reinstated by `allout-do-resumptions'. The settings are made
1370 buffer-local, but the locality/globality of the suspended setting
1371 is restored on resumption.
1372 (allout-do-resumptions): Reinstate all settings suspended using
1373 `allout-add-resumptions'.
1374 (allout-test-resumptions): Unit tests (and intermediate variables)
1375 for resumptions.
1376 (allout-tests-globally-unbound, allout-tests-globally-true)
1377 (allout-tests-locally-true): Intermediate variables for
1378 resumptions unit tests.
1379 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1380 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1381 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1382 instead of retired `allout-resumptions'. For hook functions, use
1383 `local' parameter so hook settings are created and removed as
1384 buffer-local settings. Revise (resumptions) setting
1385 auto-fill-function so it is set only if already active. (The
1386 related fill-function settings are all made in either case, so
1387 that activating auto-fill-mode activity will have the custom
1388 allout-mode behaviors (hanging indent on topics, if configured for it).
1389 Remove all allout-exposure-category overlays on mode deactivation.
1390 (allout-hotspot-key-handler): New function extracted from
1391 `allout-pre-command-business', so the functionality can be used
1392 for other purposes, eg as a binding in an overlay.
1393 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1394 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1395 customization variable.
1396 (allout-run-unit-tests): Run the (currently quite small)
1397 repertoire of unit tests. Called just before the provide iff user
1398 has customized `allout-run-unit-tests-on-load' non-nil.
1399
1400 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1401
1402 * emacs-lisp/authors.el (authors-aliases): Update.
1403
1404 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1405
1406 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1407 gdb-source-window. Add dedicated argument.
1408 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1409 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1410 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1411 (gdb-display-locals-buffer): Use it.
1412
1413 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1414 Set gdb-source-window.
1415
1416 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1419 minor modes, redundant with the custom-autoload line above.
1420
1421 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * longlines.el (longlines-post-command-function): Handle open-line too.
1424
1425 2006-07-12 Richard Stallman <rms@gnu.org>
1426
1427 * progmodes/grep.el (grep-last-buffer): Doc fix.
1428
1429 * info.el (Info-try-follow-nearest-node): Doc fix.
1430
1431 * emacs-lisp/edebug.el (edebug-instrument-function):
1432 Err if find-function-noselect gives no position.
1433
1434 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1435 If can't find definition, return nil for position.
1436 (find-function-do-it): Handle new return value
1437 of find-definition-noselect.
1438 (find-definition-noselect, find-variable-noselect): Doc fix.
1439 (find-function-noselect): Doc fix.
1440
1441 * help-mode.el (help-variable-def): Handle find-variable-noselect
1442 returning no position.
1443 (help-function-def): Likewise for find-function-search-for-symbol.
1444 (help-face-def): Likewise.
1445
1446 * help-fns.el (describe-variable): Handle find-variable-noselect
1447 returning no position.
1448
1449 * files.el (locate-file-completion): Avoid duplicates in result.
1450
1451 * cus-edit.el (custom-no-edit): New command.
1452 (custom-mode-map): Remap to custom-no-edit instead of
1453 using suppress-keymap.
1454
1455 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1456
1457 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1458 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1459 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1460
1461 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1462
1463 2006-07-11 Kim F. Storm <storm@cua.dk>
1464
1465 * ido.el (ido-copy-current-file-name): Use buffer-name if
1466 buffer-file-name is nil.
1467
1468 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * simple.el (undo-ask-before-discard): Set to nil.
1471
1472 * vc.el (vc-exec-after): Don't delete process manually.
1473 (vc-print-log): Run log-view-mode in process sentinel inside
1474 inhibit-read-only. Don't shrink window due to timing issues.
1475
1476 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1477 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1478
1479 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1482 Fix ambiguity introduced by last change.
1483 (compilation-find-file): Move save-excursion to where it may
1484 make sense. Fix a left over `find-file'.
1485
1486 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1487
1488 * textmodes/texinfmt.el (texinfo-format-separate-node):
1489 Insert a string before point, which fits documentation, not after.
1490 (texinfo-multitable-item): In a multitable row, insert any
1491 additional needed @tabs and spaces.
1492
1493 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1494
1495 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1496 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1497 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1498 instead of shell-command.
1499 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1500 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1501 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1502 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1503 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1504 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1505
1506 2006-07-11 Kim F. Storm <storm@cua.dk>
1507
1508 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1509 Remove special case for seconds < 0. Use (redisplay t) instead.
1510
1511 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1514 avoid compilation error.
1515
1516 * subr.el (sit-for): New function.
1517
1518 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1519
1520 2006-07-10 Richard Stallman <rms@gnu.org>
1521
1522 * ldefs-boot.el (edebug): Update page.
1523
1524 2006-07-10 Kim F. Storm <storm@cua.dk>
1525
1526 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1527 to FOR-RELEASE and TODO.
1528
1529 2006-07-10 Romain Francoise <romain@orebokech.com>
1530
1531 * emacs-lisp/authors.el (authors-aliases): Update.
1532
1533 2006-07-10 Alan Mackenzie <acm@muc.de>
1534
1535 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1536 * cc-mode.el: Changes to eradicate eval-after-load.
1537
1538 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1541 on non-char events.
1542
1543 2006-07-09 Romain Francoise <romain@orebokech.com>
1544
1545 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1546 Don't highlight start/end markers as compilation messages.
1547
1548 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1549 to t.
1550
1551 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1554
1555 2006-07-08 Richard Stallman <rms@gnu.org>
1556
1557 * term/x-win.el (x-handle-display): Add doc string.
1558
1559 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1560
1561 * subr.el (def-edebug-spec): Move here.
1562 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1563
1564 * imenu.el (imenu-choose-buffer-index): Doc fix.
1565
1566 2006-07-08 Romain Francoise <romain@orebokech.com>
1567
1568 * term/x-win.el (x-display-name): Fix typo.
1569
1570 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1571
1572 * hexl.el (hexl-find-file): Doc fix.
1573
1574 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1575
1576 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * term/x-win.el (x-display-name): Doc fix.
1579
1580 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1583 long prefixes.
1584 (fill-region-as-paragraph): Don't round up to a whole line.
1585 (fill-comment-paragraph): Don't include the code-before-the-comment
1586 when calling fill-region-as-paragraph.
1587
1588 * international/mule.el (make-char): Remove redundancy.
1589
1590 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1591 property may contain an anonymous function rather than a symbol.
1592
1593 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1594
1595 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1596 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1597
1598 * dirtrack.el (dirtrack-default-directory-function): Remove.
1599 (dirtrack-directory-function): Use file-name-as-directory.
1600 (dirtrack-windows-directory-function): Simplify.
1601 (dirtrack-forward-slash, dirtrack-backward-slash)
1602 (dirtrack-replace-slash): Remove.
1603 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1604 (dirtrack): Fix wrong parenthesizing; use match-string.
1605
1606 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1607 (inferior-octave-mode): Only change the buffer-local value of
1608 comint-dynamic-complete-functions.
1609 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1610 Move the initialization to the declaration.
1611 (inferior-octave-complete): Remove unused var `filter'.
1612
1613 * shell.el (shell-mode): Only change the buffer-local value of
1614 comint-dynamic-complete-functions.
1615
1616 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1617
1618 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1619 entry is skipped because it has been scheduled.
1620 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1621 changing `:org-archived' and `:org-comment' properties.
1622
1623 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * server.el (server-select-display): Don't make the temp frame
1626 minibuffer-only, in case it's not a temp frame.
1627 (server-process-filter): Don't delete the temp frame if it's the
1628 only one we have on that display.
1629
1630 * files.el (find-alternate-file): Doc fix.
1631
1632 2006-07-05 Richard Stallman <rms@gnu.org>
1633
1634 * files.el (abbreviate-file-name): Add save-match-data.
1635
1636 2006-07-03 Richard Stallman <rms@gnu.org>
1637
1638 * faces.el (read-face-name): Doc fix.
1639
1640 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1643
1644 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1645
1646 * vc.el (vc-diff-internal): Fix prev change.
1647
1648 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1649
1650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1651 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1652
1653 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1656 fails if the symbol contains chars like ( or '.
1657 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1658 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1659 `short'.
1660
1661 2006-07-04 Kenichi Handa <handa@m17n.org>
1662
1663 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1664 the current one, don't call set-language-environment, but call one
1665 of set-language-environment-XXX to make INFO effective now.
1666 (set-language-environment): Call set-language-environment-XXX
1667 functions instead of doing the various setups directly.
1668 (set-language-environment-coding-systems): Delete argument eol-type.
1669 (set-language-environment-input-method)
1670 (set-language-environment-nonascii-translation)
1671 (set-language-environment-charset)
1672 (set-language-environment-fontset)
1673 (set-language-environment-unibyte): New functions.
1674
1675 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1676
1677 * locate.el (locate-update-when-revert): New option.
1678 (locate-update-path): New option (suggested by Michael Albinus).
1679 (locate-prompt-for-command): Whitespace change.
1680 (locate-update): No longer offer to update the locate database by
1681 default. Implement the two new options.
1682
1683 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * tooltip.el: Move comment about track-mouse...
1686
1687 * progmodes/gud.el: ...to here.
1688
1689 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * facemenu.el (facemenu-listed-faces): New var.
1692 (facemenu-unlisted-faces): Variable deleted.
1693 (facemenu-add-new-face): Use facemenu-listed-faces.
1694
1695 * emulation/viper-init.el, calendar/calendar.el:
1696 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1697
1698 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1699
1700 * textmodes/org.el (org-mode): Remove no invalid settings for
1701 calc embedded mode.
1702 (org-mode-p): New defsubst.
1703 (org-save-all-org-buffers): New function.
1704 (org-first-headline-recenter): Enclose outline-regexp in group
1705 delimiters.
1706 (org-set-tags): Keep single space after stars.
1707
1708 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * window.el (set-window-text-height): Only set window-min-height to
1711 1 if that's the requested size.
1712
1713 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1714 (diff-unified->context, diff-context->unified)
1715 (diff-reverse-direction): Make sure the end marker stays at the end.
1716 (diff-mode): Add the keymap table at the end of docstring.
1717 Use lexical-let rather than constructing a closure manually.
1718
1719 * files.el (find-file-noselect-1): Remove unused var assignment.
1720 (hack-local-variables-confirm): Print lists of strings as lists of
1721 strings rather than lists of symbols.
1722 (abbreviate-file-name, hack-local-variables-prop-line):
1723 Use match-string.
1724 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1725 (recover-session-finish): Use line-end-position.
1726
1727 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1730
1731 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1732
1733 * progmodes/make-mode.el (makefile-macroassign-regex):
1734 Accept preceding keyword.
1735 (makefile-gmake-statements): Reorganize, now that makepp has
1736 "override" and also handle forgotten "override define".
1737 (makefile-makepp-statements): Add new "global", "override export"
1738 and "override global".
1739
1740 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1743 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1744 (ada-no-auto-case): Fix typos in docstrings.
1745
1746 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1747
1748 * info.el (Info-find-node-2): Search for makeinfo version more
1749 carefully.
1750
1751 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1752
1753 * textmodes/org.el (org-prepare-agenda-buffers):
1754 Use `invisible-OK' argument for `org-end-of-subtree'.
1755 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1756 (org-beginning-of-item): Fix bug in regular expression for white line.
1757 (org-export-as-html): Enforce space after bullet in plain list items.
1758 (org-set-autofill-regexps): Require space after plain list bullet
1759 for paragraph-start.
1760 (org-ts-regexp3): New constant.
1761 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1762 (org-timestamp-up-day, org-timestamp-down-day)
1763 (org-timestamp-change): Work with inactive timestamps.
1764 (org-ts-regexp1): Don't allow brackets in time stamps.
1765
1766 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1767
1768 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1769 for ignoring links.
1770
1771 * faces.el (read-face-name): Use it.
1772
1773 2006-06-28 Juri Linkov <juri@jurta.org>
1774
1775 * buff-menu.el (list-buffers-noselect): Compare Info file
1776 with the string "dir" to detect Info directory.
1777
1778 * complete.el (partial-completion-mode): In lambda for
1779 `choose-completion-string-functions' use full function signature
1780 with 4 args, and move point to the end of the minibuffer only if arg
1781 `mini-p' is non-nil.
1782
1783 2006-06-28 John Paul Wallington <jpw@pobox.com>
1784
1785 * ibuffer.el (ibuffer-mode): Doc fix.
1786
1787 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1788
1789 * textmodes/org.el (org-context): New contexts :item-bullet,
1790 :latex-fragment, :latex-preview.
1791 (org-overlays-at, org-overlay-start, org-overlay-end):
1792 New compatibility functions.
1793 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1794 exact regexp that will be used during export.
1795 (org-latex-regexps): New variable.
1796 (org-cdlatex-mode): Improve advice for `texmathp'.
1797 (turn-on-org-cdlatex): New function.
1798
1799 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1800
1801 * term/mac-win.el (mac-handle-font-selection): Change keys of
1802 mac-atsu-font-table from strings to numbers.
1803 (mac-ts-caret-position): Use also when cursor-type is nil.
1804 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1805 Relax condition for using overlay strings.
1806 Use mac-ts-caret-position face when cursor-type is nil.
1807
1808 2006-06-26 Kim F. Storm <storm@cua.dk>
1809
1810 * help.el (view-emacs-news): Declare `res' in the right let* form.
1811
1812 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * net/rcompile.el (remote-compile): Replace ange-ftp based
1815 implementation by Tramp functions.
1816 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1817
1818 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1819
1820 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1821
1822 * international/fontset.el (setup-default-fontset): Fix a typo in
1823 the "Oriya-Akruti" registry name.
1824
1825 2006-06-23 Lars Hansen <larsh@soem.dk>
1826
1827 * desktop.el (desktop-full-file-name): New function.
1828 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1829 (desktop-revert): Use it.
1830 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1831 (desktop-after-read-hook): Add option list-buffers.
1832 (desktop-locals-to-save): Add tab-width.
1833 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1834 Fix docstring.
1835
1836 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1837
1838 * textmodes/org.el (org-cdlatex-mode-map)
1839 (org-cdlatex-texmathp-advice-is-done): New variables.
1840 (org-cdlatex-mode): New minor mode.
1841 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1842 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1843 (org-export-with-archived-trees): New option.
1844 (org-open-file): Remove the call to `convert-standard-filename'.
1845 (org-archive-tag, org-agenda-skip-archived-trees)
1846 (org-cycle-open-archived-trees)
1847 (org-sparse-tree-open-archived-trees): New options.
1848 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1849 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1850 New functions.
1851 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1852 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1853 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1854 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1855 Call `org-prepare-agenda-buffers'.
1856 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1857 (org-file-apps, org-file-apps-defaults-gnu)
1858 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1859 Handle remote files by forcing them to be opened in Emacs.
1860
1861 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1862
1863 * vc.el (vc-diff-knows-L): New variable.
1864 (vc-diff-internal): Use it to handle "diff" programs that don't
1865 understand -L. This works automatically, no user action is necessary.
1866
1867 2006-06-23 Daniel Brockman <daniel@brockman.se>
1868
1869 * net/rcirc.el (rcirc-default-user-full-name): Default to
1870 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1871 longer exists).
1872 (rcirc-process-list): Check `buffer-live-p' before attempting to
1873 switch to a buffer.
1874
1875 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1876
1877 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1878 based on rcirc-coding-system-alist.
1879
1880 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1881
1882 * cus-edit.el (customize-apropos): A better error message.
1883 (top level) <debug-ignored-errors>: Extend and update the list of
1884 ignored error messages.
1885
1886 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1887
1888 * complete.el (PC-do-completion): Retain capitalization of user
1889 input, when possible, even if completion-ignore-case is set.
1890
1891 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1892
1893 * generic-x.el (bat-generic-mode): Support .cmd files.
1894
1895 * dos-w32.el (top level): Use find-file-not-found-functions
1896 instead of the obsolete find-file-not-found-hooks.
1897
1898 2006-06-22 Kim F. Storm <storm@cua.dk>
1899
1900 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1901 to recognize mode name containing submodes, such as Grep/lw.
1902
1903 2006-06-21 Kim F. Storm <storm@cua.dk>
1904
1905 * simple.el (line-move-1): Check for move-end-of-line instead of
1906 end-of-line when setting temporary-goal-column.
1907
1908 2006-06-21 Miles Bader <miles@gnu.org>
1909
1910 * play/cookie1.el (cookie): Work properly when there's only one entry.
1911
1912 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1913
1914 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1915 (gdb-frame-handler): Generalize frame regexp for templates.
1916
1917 2006-06-20 Glenn Morris <rgm@gnu.org>
1918
1919 * calendar/appt.el (appt-display-format): Default value must be
1920 one of the customize options.
1921
1922 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * term/xterm.el (terminal-init-xterm): Update key availability info.
1925 Bind C-return.
1926
1927 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1928
1929 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1932 whether or not a local variables list is defined.
1933
1934 * msb.el (msb): Move `sit-for' hack here to handle both
1935 "mouse-down and drag" and "mouse-up and select" situations.
1936 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1937
1938 2006-06-20 Kenichi Handa <handa@m17n.org>
1939
1940 * international/characters.el (word-combining-categories):
1941 Add entries for 2-byte Han characters.
1942
1943 2006-06-19 Richard Stallman <rms@gnu.org>
1944
1945 * bindings.el (mode-line-format): Save some mode line space.
1946
1947 * files.el (find-file-noselect): Improve the question wording.
1948 (basic-save-buffer-2): Mask UMASK against 666.
1949
1950 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1951 (mouse-drag-vertical-line): Call it.
1952
1953 * cus-edit.el (customize-option, customize-option-other-window):
1954 Error if SYMBOL is nil.
1955
1956 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1957
1958 * textmodes/org.el: Require noutline, also on XEmacs.
1959 (org-end-of-subtree): Return point.
1960 (org-dblock-start-re, org-dblock-end-re): New constants.
1961 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1962 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1963 (org-update-all-dblocks, org-find-dblock): New functions.
1964 (org-collect-clock-time-entries): New function.
1965 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1966 (org-fixup-indentation): Modify to deal correctly with lines
1967 starting with TAB. Only one argument DIFF now.
1968 (org-demote, org-promote): Call `org-fixup-indentation' with just
1969 one argument, DIFF.
1970 (org-mode): Don't mark buffer as modified when aligning tables.
1971 (org-clock-sum): Don't mark buffer modified when adding time sum
1972 properties.
1973 (org-export-as-html): Add support for a link validation function.
1974 (org-archive-all-done): New function.
1975 (org-archive-subtree): New prefix argument. When set, archive all
1976 done subtrees in this buffer.
1977 (org-remove-clock-overlays)
1978 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1979 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1980 (org-put-clock-overlay): Don't swallow last headline character
1981 when displaying overlay.
1982 (org-store-link): Link to `image-mode' with just the file name.
1983
1984 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1985
1986 * viper-cmd.el (viper-special-read-and-insert-char):
1987 Use read-key-sequence.
1988 (viper-after-change-undo-hook): Misc enhancements.
1989 (viper-after-change-undo-hook): New hook.
1990 (viper-undo): Use viper-after-change-undo-hook.
1991 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1992 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1993 clicking on that widget/button.
1994
1995 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1996
1997 * ediff-diff (ediff-test-patch-utility): Catch errors.
1998 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1999 (ediff-set-actual-diff-options): New function.
2000 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2001 Use ediff-set-actual-diff-options.
2002 (ediff-extract-diffs): Catch errors.
2003 (ediff-whitespace): Add non-breakable space.
2004 (ediff-same-file-contents): Catch errors.
2005
2006 * ediff-mult.el (ediff-collect-custom-diffs):
2007 Save coding-system-for-read.
2008
2009 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2010 (ediff-vc-internal, ediff-vc-merge-internal):
2011 Use ediff-delete-version-file.
2012 (ediff-delete-version-file): New function.
2013
2014 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2015
2016 * ediff.el (ediff-directories, ediff-directory-revisions)
2017 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2018 (ediff-directories-internal, ediff-merge-directory-revisions)
2019 (ediff-merge-directory-revisions-with-ancestor)
2020 (ediff-directories3): Use read-directory-name.
2021
2022 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2023
2024 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2025 Remove superfluous part of regexp for brace matching which is handled
2026 by `scan-lists' call.
2027
2028 2006-06-16 Richard Stallman <rms@gnu.org>
2029
2030 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2031
2032 * files.el (basic-save-buffer-2): For a new precious file,
2033 use the default modes in the return value.
2034
2035 * facemenu.el (facemenu-color-alist): Doc fix.
2036
2037 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2038
2039 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2040
2041 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2042
2043 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2044 (mac-utxt-to-string): Use it.
2045 (mac-ts-update-active-input-area): Use mac-ae-number.
2046
2047 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2048
2049 * term.el (term-handle-scroll, term-delete-lines)
2050 (term-insert-lines): Fix off by one errors.
2051
2052 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2053
2054 * net/tramp.el (tramp-touch): Use UTC to express time.
2055
2056 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * mail/sendmail.el (mail-send): Search explicitly for
2059 mail-header-separator when checking for corrupted header lines.
2060
2061 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2062
2063 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2064 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2065 (gdb-init-1): Initialise them.
2066 (gdb-starting): Reset gdb-printing
2067 (gdb-starting): Save value of gud-overlay-arrow-position.
2068 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2069 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2070 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2071 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2072
2073 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2076
2077 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2078
2079 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2080 (ldap-search-internal): Keep error messages, and a regexp fix.
2081
2082 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2083
2084 * files.el (hack-local-variables-confirm):
2085 Display string value using its printed representation.
2086
2087 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * server.el (server-edit): No-op if no server buffers exist.
2090
2091 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2092
2093 * textmodes/page-ext.el (pages-directory-for-addresses):
2094 Including `pages-directory-address-mode' in the function results
2095 in the message "Buffer in which pages were found is deleted".
2096
2097 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2098
2099 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2100 clocking functions.
2101
2102 (org-agenda-clock-in, org-check-running-clock)
2103 (org-clock-out-if-current, org-remove-clock-overlays)
2104 (org-put-clock-overlay): New functions.
2105 (org-clock-marker, org-clock-file-total-minutes)
2106 (org-clock-overlays): New variables.
2107 (org-clock-display, org-clock-sum, org-clock-cancel)
2108 (org-clock-out, org-clock-in): New commands.
2109 (org-export): New function.
2110 (org-emph-re): New constant.
2111 (org-set-emph-re, org-do-emphasis-faces): New functions.
2112 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2113 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2114 (org-export-html-convert-emphasize): Use the configurable emphasis.
2115 (org-cleaned-string-for-export): Make multiline emphasis visible
2116 to the exporter. New optional argument PARAMETERS.
2117 (org-export-as-html): Specify :emph-multiline parameter to
2118 `org-cleaned-string-for-export'.
2119
2120 2006-06-10 Richard Stallman <rms@gnu.org>
2121
2122 * help.el (help-for-help-internal): Clean up help text.
2123
2124 2006-06-10 Andreas Schwab <schwab@suse.de>
2125
2126 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2127 in doc string.
2128
2129 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2130
2131 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2132
2133 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2134 spaces after the comment start.
2135
2136 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2137
2138 * play/pong.el (pong-init-buffer):
2139 Fill buffer with spaces instead of ^A.
2140
2141 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2142 launched asynchronously, delete its process instead of being cool.
2143 (ispell-async-processp): Check for `delete-process' existence
2144 instead of `kill-process' one for consistency.
2145
2146 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2147
2148 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2149 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2150 in mode line at startup.
2151
2152 2006-06-08 Kim F. Storm <storm@cua.dk>
2153
2154 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2155 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2156 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2157 (ido-file-internal): Pass full file name to write-file.
2158 (ido-read-internal): Only pop stack elements automatically if they
2159 actually match an existing directory or file name.
2160
2161 2006-06-07 Kenichi Handa <handa@m17n.org>
2162
2163 * international/mule.el (find-auto-coding): Don't handle the short
2164 name `char-trans'.
2165
2166 * files.el (hack-local-variables-prop-line)
2167 (hack-local-variables): Cancel the previous change.
2168
2169 2006-06-06 Jesper Harder <harder@phys.au.dk>
2170
2171 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2172
2173 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2176 diff-default-read-only is non-nil.
2177 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2178 (diff-refine-hunk): Set inhibit-read-only to t.
2179
2180 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2181 modifying the *Diff* buffer.
2182 (diff-process-filter): New filter function for diff process that
2183 sets inhibit-read-only to t when modifying the *Diff* buffer.
2184
2185 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2186
2187 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2188 insertion point and control the number of empty lines.
2189 (org-paste-subtree): Limit the number of empty lines at the end of
2190 the inserted tree.
2191 (org-agenda): Use buffer name of current file for narrowing.
2192 (org-export-as-xml): Command removed.
2193 (org-export-xml-type): Option removed.
2194 (org-mode-map): Call `org-export-as-xoxo' directly.
2195 (org-get-indentation): New optional argument LINE.
2196 (org-fix-indentation, org-remove-tabs): New functions.
2197 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2198 correct indentation for headlines that are converted it items.
2199 (org-skip-comments): Remove table lines that contain narrowing
2200 cookies but no other non-empty fields.
2201 (org-set-tags): Allow groups of mutually exclusive tags.
2202 (org-cmp-time): Sort 24:21 before items without time.
2203 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2204 (org-open-at-point): Require double colon also for numbers.
2205
2206 2006-06-06 Kim F. Storm <storm@cua.dk>
2207
2208 * ido.el (ido-default-file-method, ido-default-buffer-method):
2209 Make choice values consistent with corresponding command names.
2210 (ido-visit-buffer): Update accordingly. Default to selected-window.
2211
2212 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2213
2214 * progmodes/gud.el (gud-running): Fix doc string.
2215 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2216 (gud-tooltip-modes): Add python-mode.
2217 (gud-tooltip-print-command): Add pdb. Remove perldb.
2218
2219 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2220
2221 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2222 Quote $(EMACS).
2223
2224 2006-06-05 Richard Stallman <rms@gnu.org>
2225
2226 * faces.el (defined-colors): Doc fix.
2227
2228 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2229
2230 * vc.el (vc-process-filter): Inhibit undo info collection around
2231 call to insert.
2232 (vc-setup-buffer): Likewise for call to erase-buffer.
2233 (vc-do-command): Likewise for call to process-file.
2234
2235 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2236
2237 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2238 for gud-go.
2239 (gud-common-init): Other debuggers may trigger error.
2240
2241 2006-06-05 Kenichi Handa <handa@m17n.org>
2242
2243 * international/mule.el (find-auto-coding):
2244 Handle enable-character-translation in file header.
2245
2246 2006-06-04 Kim F. Storm <storm@cua.dk>
2247
2248 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2249 (authors-fixed-entries): Fix spelling.
2250 (authors-canonical-file-name): Don't report error for wildcards.
2251
2252 * help.el (view-emacs-news): Rewrite to support new NEWS,
2253 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2254 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2255 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2256
2257 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2258
2259 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2260 exec constructs like `foo bar`.
2261 (sh-quoted-subshell): New helper function to search for a possibly
2262 nested subshell (like `` or $()) within a "" quoted string.
2263 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2264 (sh-apply-quoted-subshell): Flag quote characters inside a
2265 subshell, which is itself already in a quoted region, as
2266 punctuation, since this is the closest to what they actually are.
2267 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2268 sh-apply-quoted-subshell.
2269 (sh-font-lock-syntactic-face-function): Apply the new face for
2270 text inside `` instead of the old font-lock-string-face.
2271
2272 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2273
2274 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2275 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2276 (mac-bytes-to-text-range, mac-ae-text-range-array)
2277 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2278 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2279 (mac-ts-unicode-for-key-event): New functions.
2280 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2281 (mac-handle-font-selection): Use mac-ae-number.
2282 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2283 New variables.
2284 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2285 (mac-ts-converted-text, mac-ts-selected-converted-text)
2286 (mac-ts-block-fill-text, mac-ts-outline-text)
2287 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2288 (mac-ts-hilite-style-faces): New constant.
2289 (mac-apple-event-map): Bind text input events.
2290 (mac-dispatch-apple-event): Use command-execute instead of
2291 call-interactively.
2292 (global-map): Don't bind mac-apple-event.
2293 (special-event-map): Bind mac-apple-event.
2294
2295 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2296
2297 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2298 file name.
2299 (emacs): Enclose the value of $(EMACS) in quotes.
2300
2301 2006-06-02 Juri Linkov <juri@jurta.org>
2302
2303 * international/mule.el (sgml-html-meta-auto-coding-function):
2304 Remove the condition `(search-forward "<html" size t)'.
2305 Replace `\"' with `[\"']?' in `re-search-forward'.
2306
2307 2006-06-02 Kenichi Handa <handa@m17n.org>
2308
2309 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2310 as well as `coding'.
2311 (hack-local-variables): Likewise.
2312
2313 * international/mule.el (enable-character-translation):
2314 Put permanent-local and safe-local-variable properties.
2315 (find-auto-coding): Handle char-trans: tag.
2316
2317 2006-06-02 Juri Linkov <juri@jurta.org>
2318
2319 * international/mule.el (sgml-html-meta-auto-coding-function):
2320 Limit the search by the end of the HTML header (if any).
2321
2322 2006-06-01 Richard Stallman <rms@gnu.org>
2323
2324 * subr.el (with-current-buffer): Doc fix.
2325
2326 2006-06-02 Masatake YAMATO <jet@gyve.org>
2327
2328 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2329 Almost rewrite. Underlines over all lines of gcov output are too
2330 uncomfortable to read. Suggested by Dan Nicolaescu.
2331
2332 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2333
2334 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2335
2336 * shell.el (shell-mode): Use shell-mode-map in docstring.
2337
2338 * comint.el (comint-send-input): Do not add help-echo and
2339 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2340
2341 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2342
2343 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2344
2345 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2348 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2349 look up the stack and pop up GUD buffer if necessary.
2350 (gdb-frames-select): Remove redundant call to gud-display-frame.
2351 (gdb-info-threads-custom): Keep point at start of buffer.
2352 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2353
2354 2006-05-31 Juri Linkov <juri@jurta.org>
2355
2356 * replace.el (query-replace-read-from, query-replace-read-to):
2357 Bind `history-add-new-input' to nil. Call `add-to-history'.
2358
2359 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2360
2361 * textmodes/table.el: Convert all HTML tags to lower case for
2362 XHTML compatibility.
2363
2364 2006-05-31 Masatake YAMATO <jet@gyve.org>
2365
2366 * progmodes/compile.el:
2367 (compilation-error-regexp-alist-alist::gcov-called-line):
2368 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2369
2370 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2373 Revert inadvertent changes made with last commit.
2374
2375 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2376
2377 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2378 New functions.
2379
2380 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2381
2382 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2383
2384 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2385 only matches in the right place.
2386 (org-upcoming-deadline): New face.
2387 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2388 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2389 and make it an option.
2390 (org-export-ascii-bullets): New option.
2391 (org-export-as-html): Many changes to emit valid XHTML.
2392 (org-par-open): New variable.
2393 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2394 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2395 (org-timeline): Pass `org-timeline-show-empty-dates' to
2396 `org-get-all-dates'. Interpret empty dates returned by
2397 `org-get-all-dates'.
2398 (org-get-all-dates): New argument EMPTY. Add dates without
2399 entries to the list, mark large ranges of empty dates.
2400 (org-point-in-group, org-context): New functions.
2401
2402 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2403
2404 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2405
2406 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2407 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2408 to C-mouse-3 (for 2 button mice).
2409 (gdb-send): Do the right thing for C-d.
2410
2411 * speedbar.el (speedbar-detach): Delete.
2412 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2413 it breaks things.
2414 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2415
2416 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2417
2418 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2419 Makeppfile.
2420
2421 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2422 Add makepp diagnostic.
2423
2424 2006-05-29 Richard Stallman <rms@gnu.org>
2425
2426 * window.el (fit-window-to-buffer): Doc fix.
2427
2428 * help.el (temp-buffer-max-height): Doc fix.
2429
2430 * subr.el (with-current-buffer): Doc fix.
2431
2432 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2433
2434 * term/x-win.el: Bind F10 to menu-bar-start if available.
2435
2436 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2439 uses with a simple test.
2440 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2441 (term-send-raw-string, term-send-raw, term-mouse-paste)
2442 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2443 (term-handle-exit, term-read-input-ring)
2444 (term-previous-matching-input-string)
2445 (term-previous-matching-input-string-position)
2446 (term-previous-matching-input-from-input)
2447 (term-replace-by-expanded-history, term-send-input)
2448 (term-skip-prompt, term-bol, term-send-invisible)
2449 (term-kill-input, term-delchar-or-maybe-eof)
2450 (term-backward-matching-input, term-check-source)
2451 (term-proc-query, term-emulate-terminal)
2452 (term-handle-colors-array, term-process-pager, term-pager-line)
2453 (term-pager-bob, term-unwrap-line, term-word)
2454 (term-dynamic-complete-filename)
2455 (term-dynamic-complete-as-filename)
2456 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2457 unlesses.
2458
2459 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2462 during bootstrapping.
2463
2464 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2465 Basically undo the change of 2006-05-26: use extra arguments instead of
2466 dynamic scoping.
2467 (ewoc-locate): Remove unused var `footer'.
2468
2469 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2472
2473 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2474 (generate-file-autoloads): Obey it. Return whether autoloads were
2475 added at point or not.
2476 (update-file-autoloads): Use this new return value.
2477 Remove redundant test for the presence of an autoload cookie.
2478
2479 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2480 This one calls hack-local-variables.
2481 (generate-file-autoloads, update-file-autoloads): Use it.
2482
2483 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2484 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2485 (bibtex-sort-entry-class-alist): Don't set the global value.
2486 (bibtex-init-sort-entry-class-alist): New fun.
2487 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2488 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2489 of bibtex-init-sort-entry-class.
2490
2491 2006-05-28 Richard Stallman <rms@gnu.org>
2492
2493 * subr.el (load-history-regexp): If FILE is relative, insist
2494 entire last name component must match it.
2495 (load-history-filename-element, load-history-regexp): Doc fixes.
2496
2497 2006-05-29 Kim F. Storm <storm@cua.dk>
2498
2499 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2500 `pos' and `raw-data' for clarity, as eval forms may access these.
2501
2502 2006-05-28 Kim F. Storm <storm@cua.dk>
2503
2504 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2505
2506 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * progmodes/make-mode.el (makefile-browser-map)
2509 (makefile-mode-syntax-table): Move initialization inside declaration.
2510 (makefile-fill-paragraph): Use the default comment-filling code.
2511
2512 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * replace.el (query-replace-defaults): New variable.
2515 (query-replace-read-from): Use `query-replace-defaults' for
2516 default value, instead of history list.
2517 (query-replace-read-to): Update `query-replace-defaults'.
2518
2519 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2522 with no X toolkit.
2523
2524 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2525
2526 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2527 (tumme-show-all-from-dir): Add autoload.
2528
2529 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2530
2531 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2532 (tumme-remove-tag): Fix bug.
2533
2534 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2535
2536 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2537 FOOTER args. Update unique caller.
2538 (ewoc-delete): Compute last node once before looping.
2539 (ewoc--node-branch): Merge into unique caller.
2540 (ewoc--node): Don't define constructor make-ewoc--node for this
2541 structure.
2542 (ewoc): Add member `hf-pp' to this structure.
2543 (ewoc--wrap): New func.
2544 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2545 header/footer pretty-printers. Save header/footer pretty-printer.
2546 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2547
2548 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2549
2550 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2551
2552 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2553 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2554 Tag'. Change "Compare directories..." to "Change Directories...".
2555 Move tumme commands to Operate, Regexp and Immediate menus.
2556 Change "Add Comment" to "Add Image Comment". Change "Add Image
2557 Tag" to "Add Image Tags".
2558
2559 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2560 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2561 `tumme-delete-tag'.
2562
2563 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2564
2565 * shell.el (shell-mode): Call shell-dirtrack-mode after
2566 list-buffers-directory is made a local variable, to avoid setting
2567 the default value.
2568
2569 2006-05-26 Kevin Ryde <user42@zip.com.au>
2570
2571 * info.el (Info-index-next): Use where-is-internal to report
2572 actual binding of Info-index-next, rather than hard-coded `,'.
2573
2574 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2575
2576 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2577 and "Find Command in Manual" to here.
2578
2579 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2580 Info-current-file as the file name.
2581
2582 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2583
2584 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2585 overrides will now be done a different way.
2586 (ses-set-parameter): Reapply this function for undo.
2587 (ses-set-header-row): Reconstruct header row during undo.
2588 (ses-widen): New function.
2589 (ses-goto-data, ses-reconstruct-all): Use new function.
2590 (ses-command-hook): Widen buffer during undo, before unupdating
2591 the cells.
2592 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2593 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2594 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2595 formula hasn't been executed yet.
2596
2597 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2598
2599 * comint.el (comint-kill-whole-line): Rename arg to count.
2600 Fix doc string.
2601
2602 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2605 to copy-file.
2606
2607 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2608
2609 * simple.el (toggle-truncate-lines): Make arg optional for
2610 backward compatibility.
2611
2612 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2613
2614 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2615 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2616 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2617 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2618 (ewoc--adjust): Use ewoc--current-dll.
2619 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2620
2621 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2622
2623 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2624 compact error message.
2625 (org-tags-view): Refresh category table in each file.
2626 (org-table-justify-field-maybe): Remove superfluous arguments to
2627 `format'.
2628 (org-export-as-html): Insert "<p>" before postamble.
2629 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2630
2631 2006-05-26 Kenichi Handa <handa@m17n.org>
2632
2633 * textmodes/po.el (po-find-charset): Pay attention to the case
2634 FILENAME is a cons (NAME . BUFFER).
2635 (po-find-file-coding-system-guts): Likewise.
2636
2637 * arc-mode.el (archive-set-buffer-as-visiting-file):
2638 Call find-operation-coding-system with (FILENAME . BUFFER).
2639
2640 * tar-mode.el (tar-extract): Call find-operation-coding-system
2641 with (FILENAME . BUFFER).
2642
2643 * international/mule.el (decode-coding-inserted-region):
2644 Call find-operation-coding-system with (FILENAME . BUFFER).
2645
2646 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * image-mode.el (image-toggle-display): Use buffer contents to
2649 generate image for a remote file.
2650
2651 2006-05-25 Juri Linkov <juri@jurta.org>
2652
2653 * replace.el (query-replace-read-from, query-replace-read-to):
2654 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2655
2656 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2657
2658 * whitespace.el (whitespace-cleanup): Change to cleanup
2659 region if one is active.
2660 * whitespace.el (whitespace-cleanup-internal): New internal method.
2661
2662 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2663
2664 * dired.el (dired-mode-map): Add help-echo strings to tumme
2665 commands. Bind `tumme-dired-display-image' to C-t i.
2666
2667 * tumme.el (tumme-display-image): Change documentation string slightly.
2668 (tumme-dired-display-image): Add call to `display-buffer'.
2669
2670 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2671
2672 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2673 Signal error if RAW-DATA is a multibyte string.
2674
2675 2006-05-24 Richard Stallman <rms@gnu.org>
2676
2677 * subr.el (with-local-quit): When handling `quit' signal,
2678 make a chance for quit-flag to cause a quit.
2679
2680 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2681 (ad-disable-advice): Add autoloads.
2682
2683 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2684
2685 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2686
2687 * dired.el (dired-mode-map): Change menu items for tumme as per
2688 suggestions in emacs-devel.
2689
2690 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2691
2692 * dired.el (dired-mode-map): Fix breakage.
2693
2694 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2695
2696 * tumme.el (tumme-display-dired-image): Rename to...
2697 (tumme-dired-display-image): ...this.
2698 (tumme-track-movement): Change default value to t.
2699 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2700 used from `tumme-next-line-and-display' and similar commands.
2701
2702 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2703 Immediate menu. Add some tumme commands there.
2704
2705 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2706
2707 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2708
2709 2006-05-24 Chong Yidong <cyd@mit.edu>
2710
2711 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2712 menu entries that open submenus.
2713
2714 2006-05-24 Alan Mackenzie <acm@muc.de>
2715
2716 * startup.el (command-line): For names of preloaded files, don't
2717 append ".elc" (now done in Fload), and call file-truename on the
2718 lisp directory.
2719
2720 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2721 match ANY loaded file with the right name, not just those in
2722 load-path. Put a regexp matching the file name into
2723 after-load-alist, rather than the name itself.
2724
2725 * subr.el: New functions load-history-regexp,
2726 load-history-filename-element, do-after-load-evaluation.
2727
2728 * international/mule.el (load-with-code-conversion): Do the
2729 eval-after-load stuff by calling do-after-load-evaluation.
2730
2731 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2732
2733 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2734 has not been killed.
2735
2736 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2737
2738 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2739 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2740 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2741 Optionally set error message in reply.
2742
2743 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2744
2745 * textmodes/org.el (org-open-at-point): Use renamed variable
2746 `org-confirm-shell-link-function'.
2747 (org-confirm-shell-link-function): Rename from
2748 `org-confirm-shell-links'.
2749 (org-export-directory): New function.
2750 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2751 (org-export-icalendar): Use `org-export-directory'.
2752 (org-indent-item): Keep cursor position.
2753 (org-link-file-path-type): New option.
2754 (org-export-as-html): Fix bug with plain lists starting in
2755 column 0.
2756 (org-export-as-html): Remove deadline formatting, this happens
2757 now already in `org-html-handle-time-stamps'.
2758 (org-export-html-style): Deadline class removed.
2759 (org-insert-labeled-timestamps-at-point): New option.
2760 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2761 of `hide-sublevels 1', in case the first headline is not level 1.
2762 (org-overview, org-content): New fuction.
2763 (org-cycle-global-status, org-cycle-subtree-status): Make these
2764 variables buffer-local.
2765 (org-global-cycle): New command.
2766 (org-shifttab): Use `org-global-cycle'.
2767 (org-insert-heading, org-insert-item): Go to end of new
2768 headline/item after creating it.
2769 (org-export-visible): Rename from `org-export-copy-visible'.
2770 Now creates a temporary org-file and applies an exporting command
2771 to it.
2772 (org-table-eval-formula): Support for lisp forms.
2773 (org-agenda-todo-ignore-scheduled): New option.
2774 (org-agenda-get-todos): Use new option
2775 `org-agenda-todo-ignore-scheduled'.
2776 (org-export-html-inline-images): New value `maybe'.
2777 (org-export-as-html): Inlining of images dependent on link description.
2778 (org-archive-subtree): Check for end-of-buffer before trying
2779 `kill-line'.
2780 (org-agenda-follow-mode): New option.
2781 (org-export-with-tags, org-export-with-timestamps): New options.
2782 (org-html-handle-time-stamps): New function.
2783 (org-keyword-time-regexp): New variable.
2784 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2785 (org-agenda-todo-list-sublevels): New option.
2786 (org-html-level-start): When TITLE is nil, just close all levels.
2787 (org-parse-key-lines, org-parse-export-options): Remove functions,
2788 replaced by `org-infile-export-plist'.
2789 (org-combine-plists, org-infile-export-plist)
2790 (org-default-export-plist): New functions.
2791 (org-export-html-preamble, org-export-html-postamble)
2792 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2793 New variables.
2794 (org-export-publishing-directory): New option.
2795 (org-export-as-html, org-export-as-ascii): Use the new property
2796 lists for settings.
2797 (org-export-copy-visible, org-export-as-xoxo):
2798 Respect `org-export-publishing-directory'.
2799 (org-link-search, org-store-link, org-file-apps): Support for
2800 links to BibTeX database entries..
2801 (org-get-current-options, org-set-regexps-and-options):
2802 Implement logging as a startup option.
2803 (org-store-link): Make sure context string is never empty
2804 (org-insert-link): Use relative path when possible.
2805 (org-at-item-checklet-p): New function.
2806 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2807 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2808 (org-metaright, org-metaup, org-metadown, org-shiftup)
2809 (org-shiftdown, org-shiftright, org-shiftleft)
2810 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2811 Dispatch using `call-interactively'.
2812 (org-call-with-arg): New defsubst.
2813 (org-tag-alist, org-use-fast-tag-selection): New options.
2814 (org-complete): Use `org-tag-alist'.
2815 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2816 (org-next-item, org-previous-item): New commands.
2817 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2818 make command.
2819 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2820
2821 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2822
2823 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2824 (ewoc-filter): Use `ewoc-delete'.
2825
2826 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2827
2828 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2831 Signal more user-friendly error messages.
2832
2833 * complete.el (PC-do-completion): Undo the addition of implicit
2834 wildcards if they did not lead to finding any match.
2835 (read-file-name-internal): Don't add the final > if the completion is
2836 not finished.
2837
2838 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2839
2840 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2841 Quote safe-local-variable predicate.
2842
2843 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2844
2845 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2846
2847 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2848
2849 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2850
2851 * progmodes/make-mode.el (makefile-special-targets-list)
2852 (makefile-macro-table, makefile-target-table): Mark as risky.
2853 (makefile-query-one-target-method): Make this the alias for the
2854 following variable.
2855 (makefile-query-one-target-method-function): Make this the real name.
2856
2857 * textmodes/artist.el (artist-text-renderer): Make this the alias
2858 for the following variable.
2859 (artist-text-renderer-function): Make this the real name.
2860
2861 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2862 the alias for the following variable.
2863 (flyspell-generic-check-word-predicate): Make this the real name.
2864
2865 * textmodes/ispell.el (ispell-format-word): Make this the alias
2866 for the following variable.
2867 (ispell-format-word-function): Make this the real name.
2868 (ispell-message-text-end): Mark as risky.
2869
2870 * skeleton.el (skeleton-transformation, skeleton-filter)
2871 (skeleton-pair-filter): Make these the aliases for the following
2872 variables.
2873 (skeleton-transformation-function, skeleton-filter-function)
2874 (skeleton-pair-filter-function): Make these the real names.
2875
2876 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2877 and skeleton-pair-filter-function.
2878
2879 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2880 alias for the following variable.
2881 (sgml-transformation-function): Make this the real name.
2882 (sgml-tag-alist): Mark as risky.
2883
2884 2006-05-21 Richard Stallman <rms@gnu.org>
2885
2886 * simple.el (kill-region): Interactively, pass point, then mark.
2887
2888 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2889
2890 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2891
2892 2006-05-21 Romain Francoise <romain@orebokech.com>
2893
2894 * dired-x.el (dired-mode-map): Don't bind M-g.
2895
2896 2006-05-20 Richard Stallman <rms@gnu.org>
2897
2898 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2899 (dired-goto-file): Doc fix.
2900
2901 2006-05-21 Kim F. Storm <storm@cua.dk>
2902
2903 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2904 way to enable built-in cua-mode if user loads older CUA-mode package.
2905
2906 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2907 if default-filename is specified.
2908
2909 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2910
2911 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2912
2913 * info.el (info-apropos): Make sure current-file and current-node
2914 have non-nil values. Speed up by using add-to-list instead of
2915 manual consing.
2916
2917 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2918
2919 * progmodes/make-mode.el (makefile-mode): Doc fix.
2920
2921 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2922
2923 * dired-aux.el (dired-do-shell-command): Doc fix.
2924
2925 2006-05-20 Kevin Ryde <user42@zip.com.au>
2926
2927 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2928 ``(custom-manual :tag "Foo" "(foo)Node")''.
2929
2930 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2931
2932 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2933 value is an integer.
2934
2935 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2936
2937 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2938 "format".
2939 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2940
2941 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2942
2943 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2944 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2945
2946 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2949 regexp for keywords.
2950
2951 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2952
2953 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2954 replace-regexp-in-string.
2955
2956 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2957 encode, and escape file name on conversion to URL.
2958
2959 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2960
2961 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2962 Don't unescape URL.
2963 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2964
2965 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2966 on conversion to URLs.
2967
2968 * net/browse-url.el (browse-url-file-url): Encode file name on
2969 conversion to URL.
2970
2971 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2972 conversion to URL.
2973
2974 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2975
2976 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2977
2978 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2979
2980 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2981 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2982
2983 2006-05-19 Glenn Morris <rgm@gnu.org>
2984
2985 * calendar/diary-lib.el (diary-bahai-date)
2986 (list-bahai-diary-entries, mark-bahai-diary-entries)
2987 (mark-bahai-calendar-date-pattern): Not interactive.
2988 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2989 (diary-entries-list): Change format of 4th element in each entry.
2990 (diary-list-entries): Use add-to-diary-list.
2991 (diary-goto-entry): Handle the case where the buffer visiting the
2992 diary has been killed.
2993 (fancy-diary-display): Add 'locator to button rather than 'marker.
2994 Only generate temp-face when there are marks to apply.
2995 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2996 (diary-fancy-date-pattern): New variable.
2997 (diary-time-regexp): Doc fix.
2998 (diary-anniversary, diary-time): New faces.
2999 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3000 diary-time-regexp. Add font-lock-multiline property where needed.
3001 Use new faces diary-anniversary and diary-time.
3002 (diary-fancy-font-lock-fontify-region-function): New function, to
3003 handle multiline font-lock pattern in fancy diary.
3004 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3005 (diary-font-lock-keywords): Tweak time regexp. Use new face
3006 diary-time.
3007
3008 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3009
3010 * international/code-pages.el (mik): Table corrected.
3011
3012 2006-05-18 Kim F. Storm <storm@cua.dk>
3013
3014 * progmodes/grep.el (grep-find): Don't check grep-find-command
3015 before running command (breaks non-interactive usage).
3016
3017 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3018
3019 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3020 (ewoc--insert-new-node): Don't insert trailing newline.
3021 Instead, adjust successor nodes's start markers.
3022 (ewoc--refresh-node): Delete all text from current node's start
3023 marker to the next one's; adjust successor nodes's start markers.
3024 (ewoc--create): Doc fixes.
3025 (ewoc--refresh): Don't insert newline.
3026 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3027 * pcvs.el (cvs-make-cvs-buffer):
3028 Specify extra newline for ewoc's header and footer.
3029 (cvs-update-header): Update initial header recognition.
3030 Append newline to final header and footer values.
3031 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3032
3033 2006-05-17 Richard Stallman <rms@gnu.org>
3034
3035 * files.el (file-name-extension): Doc fix.
3036
3037 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3040 we can explicitly enable/disable rather than toggle.
3041 (shell-mode): Use it.
3042 (shell-cd): Don't try to reproduce what `cd' does.
3043
3044 2006-05-17 Kim F. Storm <storm@cua.dk>
3045
3046 * ido.el (ido-read-internal): Use only nondirectory part of
3047 default item.
3048
3049 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3050
3051 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3052 (ewoc-nth): Doc fix.
3053
3054 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3055
3056 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3057
3058 * international/mule.el (auto-coding-alist): Add .lha to files
3059 read with no-conversion.
3060
3061 * files.el (auto-mode-alist): Add .lha files to archive file
3062 extensions.
3063
3064 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3065 Convert csize to integer when computing offsets within the
3066 compressed archive file.
3067
3068 2006-05-16 Kim F. Storm <storm@cua.dk>
3069
3070 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3071 with read-from-minibuffer.
3072
3073 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3074
3075 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3076 (byte-compile-warnings): Fix safe-local-variable property.
3077
3078 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3079
3080 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3081 (allout-stylish-prefixes, allout-numbered-bullet)
3082 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3083 predicates to qualify `safe-local-variable' property, when
3084 available, else use equivalent lambda.
3085 (allout-current-topic-collapsed-p): Do the right thing regarding
3086 trailing blank lines.
3087
3088 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * server.el (server-start): Only create a directory if needed.
3091 (server-edit, server-unload-hook): server-start => server-mode.
3092 (kill-emacs-hook): Cleanup upon exit.
3093
3094 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * hexl.el (hexlify-buffer): Encode process arguments manually.
3097
3098 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3099
3100 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3101 call to gdb-tooltip-print.
3102
3103 2006-05-15 Romain Francoise <romain@orebokech.com>
3104
3105 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3106 systems, default to "tar" since those systems probably have GNU tar.
3107
3108 2006-05-14 Lars Hansen <larsh@soem.dk>
3109
3110 * desktop.el (desktop-missing-file-warning): Fix docstring.
3111 (desktop-restore-file-buffer): Correct question asked on missing file.
3112
3113 2006-05-14 Kim F. Storm <storm@cua.dk>
3114
3115 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3116 Add CUA move property.
3117
3118 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * custom.el (custom-push-theme): Load the variable before checking
3121 its `standard-value'.
3122
3123 2006-05-13 Lars Hansen <larsh@soem.dk>
3124
3125 * desktop.el (desktop-save): Use with-temp-buffer.
3126
3127 2006-05-12 Glenn Morris <rgm@gnu.org>
3128
3129 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3130 * calendar/calendar.el (calendar-mode-map):
3131 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3132 * calendar/appt.el (appt-check, appt-make-list): Refer to
3133 diary-view-entries, diary-list-entries, diary-show-all-entries
3134 rather than obsolete aliases.
3135
3136 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * simple.el (line-move-finish): Avoid calling point motion hooks
3139 while processing intangibility.
3140
3141 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3142
3143 * term/xterm.el (terminal-init-xterm): Fix typo.
3144
3145 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3146
3147 * allout.el (allout-view-change-hook): Mark as being deprecated,
3148 to be replaced by `allout-exposure-change-hook'.
3149 (allout-exposure-change-hook): New, replacing
3150 `allout-view-change-hook'.
3151 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3152 in addition to `allout-view-change-hook'.
3153 (allout-show-bodies, allout-old-style-prefixes)
3154 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3155 lambda forms to prevent their showing up in variable help
3156 presentations as inscrutable byte-compiled code.
3157 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3158 Use string-or-null-p to qualify safe-local-variable values.
3159 (allout-reindent-bodies): Use memq to qualify matches against
3160 valid safe-local-variable values. Also, quote the lambda as above.
3161 (allout-use-mode-specific-leader): Add missing candidate-value
3162 symbols, use memq, and quote the lambda.
3163 (allout-overlay-interior-modification-handler): Remove unused
3164 variables `msg' and 'opened'.
3165 (allout-hidden-p): Constrain invisibility consideration to allout's
3166 invisibility spec, disregarding invisibility for other reasons.
3167
3168 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3169
3170 * files.el (version-control): Correct safe values.
3171
3172 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3173
3174 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3175
3176 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3177 (ewoc--insert-new-node): New func.
3178 Update callers of deleted funcs to use it, instead.
3179
3180 2006-05-11 Glenn Morris <rgm@gnu.org>
3181
3182 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3183 obsolete alias `show-all-diary-entries'.
3184 (make-diary-entry): Not interactive.
3185 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3186 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3187 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3188 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3189 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3190 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3191
3192 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3193
3194 * calendar/calendar.el (calendar-french-date-string)
3195 (calendar-mayan-date-string, calendar-chinese-date-string)
3196 (calendar-astro-date-string, calendar-iso-date-string)
3197 (calendar-islamic-date-string, calendar-bahai-date-string)
3198 (calendar-hebrew-date-string, calendar-coptic-date-string)
3199 (calendar-ethiopic-date-string, calendar-persian-date-string):
3200 These functions are not interactive.
3201
3202 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3203
3204 * files.el: Balance parentheses.
3205
3206 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3207
3208 * files.el, newcomment.el, outline.el, simple.el,
3209 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3210 progmodes/cc-vars.el, progmodes/compile.el:
3211 Move `safe-local-variable' declarations to the respective files.
3212
3213 * help-fns.el (describe-variable): Don't print safe-var if it is
3214 byte-code. Improve wording as suggested by Luc Teirlinck.
3215
3216 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3217
3218 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3219 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3220 Use a token for pending-triggers to ensure gdb-var-update
3221 gets called once per user input again for pre-GDB 6.4.
3222 (gdb-var-delete): Match on more complex expressions.
3223 (gdb-var-list-children-handler, gdb-var-create-handler):
3224 Use a token for consistency.
3225
3226 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3227
3228 * textmodes/org.el (org-read-date, org-goto-calendar)
3229 (org-agenda-goto-calendar):
3230 Bind `view-calendar-holidays-initially' to nil.
3231
3232 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3233
3234 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3235 Update all callers to do it there, instead.
3236
3237 2006-05-10 Glenn Morris <rgm@gnu.org>
3238
3239 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3240 prefix arg case, to avoid view-diary-entries-initially error.
3241 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3242 (calendar-date-is-legal-p): Handle dates with no day part.
3243
3244 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * comint.el (comint-insert-input): Just make it when
3247 comint-use-prompt regexp is nil (default) and with the mouse.
3248 (comint-copy-old-input): Reinstate from 2004-06-23.
3249 (comint-mode-map): Bind C-c C-m to it.
3250
3251 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3252
3253 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3254 Remove spurious move to point-max (new comint behavior fixes).
3255
3256 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3257 compatibility function (Emacs 18/19).
3258 (idlwave-is-continuation-line): Always return point at start of
3259 previous non-blank continuation line.
3260 `keyword-parameters': Fix continued comment font-lock matcher.
3261 (idlwave-font-lock-fontify-region): Written, use as
3262 font-lock-fontify-region-function, to fix continued keyword
3263 fontification issues.
3264
3265 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3266
3267 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3268 (mac-service-selection, mac-service-open-file)
3269 (mac-service-open-selection, mac-service-mail-selection)
3270 (mac-service-mail-to, mac-service-insert-text): Rename from
3271 mac-services-*. All uses changed.
3272 (mac-apple-event-map): Rename event symbol `services' to `service'.
3273
3274 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3275
3276 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3277 (ewoc--node-enter-first, ewoc--node-enter-last)
3278 (ewoc--delete-node-internal): Merge funcs into unique callers.
3279
3280 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3283 return value of read-from-minibuffer for empty input.
3284
3285 2006-05-09 Miles Bader <miles@gnu.org>
3286
3287 * comint.el (comint-insert-input): Remove redundant calls to setq
3288 and goto-char.
3289
3290 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3291
3292 * comint.el (comint-insert-input): Make it work when
3293 comint-use-prompt-regexp is t.
3294
3295 2006-05-10 Miles Bader <miles@gnu.org>
3296
3297 * subr.el (field-at-pos): New function.
3298
3299 * comint.el (comint-insert-input): Use it.
3300
3301 2006-05-09 Juri Linkov <juri@jurta.org>
3302
3303 * battery.el (battery-linux-proc-acpi): Also try
3304 `/proc/acpi/thermal_zone/THR2/temperature'.
3305
3306 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3307 for now unused lambda `string-or-null'.
3308
3309 * add-log.el (change-log-default-name): Put `string-or-null-p'
3310 instead of lambda on `safe-local-variable' property.
3311
3312 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3313 `region-end' instead of `mark' and `point'.
3314 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3315 Operate on region in Transient Mark mode when the mark is active.
3316 Use `region-beginning' and `region-end' instead of `mark' and
3317 `point'.
3318 (diff-hunk-text, diff-goto-source): Doc fix.
3319
3320 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3321 face `mode-line-buffer-id' for mode-line buffer face instead of
3322 hard-coded `(:weight bold)'.
3323
3324 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3325 buffer-undo-list to t (undo-ask is reproducible by visiting
3326 nested archives).
3327
3328 2006-05-09 Kim F. Storm <storm@cua.dk>
3329
3330 * progmodes/grep.el (rgrep): Set default directory of *grep*
3331 buffer if we start M-x rgrep in the *grep* buffer and choose
3332 a different base directory.
3333
3334 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3335
3336 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3337 completion also when ido is loaded.
3338
3339 2006-05-09 Masatake YAMATO <jet@gyve.org>
3340
3341 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3342 "warning" and "import".
3343 (cpp-font-lock-keywords): Added "warning".
3344
3345 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3348
3349 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3352 pages at a time, if we signal the end, we should indeed reach that end.
3353
3354 2006-05-08 David Reitter <david.reitter@gmail.com>
3355
3356 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3357 output during execution of the body.
3358
3359 2006-05-08 Kim F. Storm <storm@cua.dk>
3360
3361 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3362
3363 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3364
3365 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3366 Use with-current-buffer.
3367
3368 2006-05-07 Kim F. Storm <storm@cua.dk>
3369
3370 * subr.el (add-to-history): Remove keep-dups arg.
3371
3372 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3373 to nil around call to add-to-history.
3374
3375 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3378 than after a buffer modification.
3379
3380 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3383 call to...
3384 (gud-watch): ...here so speedbar is raised for already watched
3385 expressions.
3386 (gdb-speedbar-refresh): Delete function.
3387 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3388 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3389 earlier change).
3390 (gdb-var-evaluate-expression-handler)
3391 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3392
3393 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3394 Update localized contents for all buffers except ignored modes.
3395
3396 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3397
3398 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3399 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3400 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3401 (mac-handle-font-panel-closed, mac-handle-font-selection):
3402 New functions.
3403 (mac-font-panel-mode): New minor mode.
3404 (mac-apple-event-map): Add bindings for toolbar toggle button and
3405 font panel.
3406 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3407
3408 2006-05-07 John Paul Wallington <jpw@pobox.com>
3409
3410 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3411 Avoid `regexp-opt'; simplify regexp for readability.
3412
3413 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3414
3415 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3416 * files.el (buffer-stale-function):
3417 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3418 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3419 links to the main manual, not to emacs-xtra.
3420
3421 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3422
3423 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3424 MacJapanese if text is ASCII-only.
3425
3426 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3429 unless so nil isn't returned.
3430 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3431
3432 2006-05-06 Kim F. Storm <storm@cua.dk>
3433
3434 * subr.el (add-to-history): New function.
3435
3436 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3437 (ediff-merge-files-with-ancestor):
3438 * env.el (setenv):
3439 * isearch.el (isearch-update-ring):
3440 * server.el (server-visit-files):
3441 * progmodes/grep.el (lgrep, rgrep):
3442 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3443 * progmodes/xscheme.el (xscheme-insert-expression):
3444 Use add-to-history.
3445
3446 * kmacro.el (kmacro-push-ring): Use add-to-history.
3447 (kmacro-ring-length): Remove unused defun.
3448 (kmacro-start-macro): Use kmacro-push-ring.
3449
3450 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3451
3452 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3453 directly instead of a lambda expression that calls it.
3454
3455 2006-05-06 Kim F. Storm <storm@cua.dk>
3456
3457 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3458 instead of compute-motion.
3459
3460 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3461
3462 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3463 change.
3464
3465 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3466
3467 * startup.el (command-line-1): Refer to "Pure Storage" on
3468 pure-space-overflow.
3469
3470 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3471
3472 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3473 provided faces once they all have been used up.
3474
3475 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3476
3477 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3478 reference to the Lisp manual to the warning about pure space
3479 overflow.
3480
3481 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3482
3483 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3484 argument to avoid the call to `ispell-internal-change-dictionary'
3485 when not needed.
3486 (ispell-change-dictionary): Use this argument and call
3487 `ispell-internal-change-dictionary' after the possible change
3488 to `ispell-local-dictionary'.
3489 (ispell-internal-change-dictionary): Check for a change in
3490 personal dictionary use too.
3491
3492 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3493
3494 * startup.el (command-line): On MS-Windows, probe "~", not
3495 "~USER", for warning about non-existent home directory
3496
3497 * arc-mode.el (archive-l-e): New optional argument `float' means
3498 generate a float value.
3499 (archive-arc-summarize, archive-lzh-summarize)
3500 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3501 with 3rd argument non-nil when file's size is being computed.
3502 Format the file sizes with %8.0f instead of %8d.
3503
3504 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3505
3506 * cus-start.el (all): Add mac-dnd-known-types.
3507
3508 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3509 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3510 (mac-TIFF-to-string): New functions.
3511 (x-get-selection, x-selection-value)
3512 (mac-select-convert-to-string): Use them.
3513 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3514 (mac-dnd-types-alist): New customization variable.
3515 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3516 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3517 (mac-dnd-handle-drag-n-drop-event): New functions.
3518 (mac-drag-n-drop): Remove function.
3519 (global-map): Bind drag-n-drop and M-drag-n-drop to
3520 mac-dnd-handle-drag-n-drop-event.
3521
3522 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3523
3524 * progmodes/perl-mode.el (perl-beginning-of-function):
3525 Skip anonymous subs.
3526
3527 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3528
3529 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3530 regexp-opt at run time.
3531
3532 * term.el (term-handle-ansi-escape): Fix off by one error.
3533
3534 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3535
3536 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3537 (gdb-init-1, gdb-post-prompt): ...and references to it.
3538 (gdb-frame-handler): Strip directory name from filename if present.
3539
3540 * progmodes/gud.el (gdb-force-update): Delete defvar
3541 (gud-speedbar-buttons): ...and references to it. Use window-start
3542 to try to keep positon in watch expression.
3543
3544 2006-05-03 Richard Stallman <rms@gnu.org>
3545
3546 * simple.el (next-history-element, previous-history-element): Doc fix.
3547
3548 * isearch.el (isearch-update-ring): Doc fix.
3549
3550 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3551
3552 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3553 into consideration. Replace one arm ifs with whens.
3554
3555 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3556
3557 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3558 (menu): Fix typo.
3559
3560 2006-05-02 Miles Bader <miles@gnu.org>
3561
3562 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3563
3564 2006-05-02 Jay Belanger <belanger@truman.edu>
3565
3566 * calc/calc-embed.el (calc-override-minor-modes-map)
3567 (calc-override-minor-modes): New variables.
3568 (calc-do-embedded): Make sure that Calc keystrokes aren't
3569 overwritten by minor modes.
3570
3571 2006-05-02 Chong Yidong <cyd@mit.edu>
3572
3573 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3574
3575 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3576
3577 * startup.el (command-line-1): Refer to Lisp manual when
3578 pure-space-overflow occurs.
3579
3580 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3581 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3582 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3583 (version-control): Don't use `t' for safe-local-variable declarations.
3584
3585 2006-05-01 Richard Stallman <rms@gnu.org>
3586
3587 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3588 M-r, M-R, M-A, M-SPC or M-DEL.
3589 (diff-mode-map): diff-refine-hunk now on C-c C-w
3590 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3591
3592 * help-mode.el (help-mode): view-exit-action calls delete-window
3593 only when it is safe and possible.
3594
3595 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3596 in messages.
3597
3598 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3599
3600 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3601 in the default tool-bar-map.
3602
3603 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * net/tramp.el (tramp-completion-file-name-handler-alist)
3606 (tramp-run-real-handler, tramp-completion-run-real-handler)
3607 (tramp-completion-handle-file-name-all-completions)
3608 (tramp-completion-handle-file-name-completion): Autoload them.
3609 (tramp-completion-handle-file-exists-p)
3610 (tramp-completion-handle-file-name-directory)
3611 (tramp-completion-handle-file-name-nondirectory)
3612 (tramp-completion-handle-expand-file-name): Remove them.
3613 (tramp-handle-file-name-directory): Return the real directory name.
3614 Returning "/" only doesn't need to be necessary any longer.
3615 (tramp-file-name-handler): Make special attention when in hostname
3616 completion mode.
3617 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3618 (tramp-register-file-name-handlers):
3619 Register `tramp-completion-file-name-handler' only when
3620 `partial-completion-mode' is enabled.
3621 (tramp-completion-handle-file-name-all-completions):
3622 Delete directory part from results.
3623 (tramp-get-completion-methods, tramp-get-completion-user-host):
3624 Discard deleting "/", it doesn't work after the change of
3625 `tramp-handle-file-name-directory' above.
3626
3627 2006-05-01 Kim F. Storm <storm@cua.dk>
3628
3629 * progmodes/grep.el (grep-expand-template): Use save-match-data
3630 and symbol-value.
3631
3632 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3633
3634 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3635 Use select-frame-set-input-focus instead of raise-frame.
3636 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3637
3638 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * progmodes/gud.el (gud-def): Add %c case.
3641 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3642 (gud-format-command): Make match case sensitive. Match on %F.
3643
3644 2006-04-30 Glenn Morris <rgm@gnu.org>
3645
3646 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3647 (cal-tex-preamble): Use cal-tex-preamble-extra.
3648 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3649 than alias `list-diary-entries'.
3650
3651 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3652
3653 * help-fns.el (describe-variable): Add info about safe local variables.
3654
3655 2006-04-29 Richard Stallman <rms@gnu.org>
3656
3657 * bindings.el (mode-line-format): help-echo doc fixes.
3658
3659 * net/tramp.el (tramp-file-name-handler-alist): Delete
3660 expand-file-name and other operations that can cause spurious loading.
3661
3662 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * files.el (safe-local-variable-p): Remove support for the special
3665 value t.
3666
3667 * textmodes/paragraphs.el (sentence-end-without-space):
3668 Fix safety predicate.
3669 (sentence-end-double-space, sentence-end-without-period)
3670 (paragraph-ignore-fill-prefix):
3671 * textmodes/fill.el (colon-double-space):
3672 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3673
3674 * subr.el (booleanp): New fun.
3675
3676 * textmodes/reftex-vars.el (reftex-guess-label-type):
3677 Tighten the safety predicate.
3678
3679 2006-04-28 Kim F. Storm <storm@cua.dk>
3680
3681 * progmodes/grep.el (defgroup grep): Doc fix.
3682 (grep-auto-highlight): Remove.
3683 (grep-template): New defcustom.
3684 (grep-find-template): Rename from grep-tree-template.
3685 (grep-files-aliases): Rename from grep-tree-files-aliases.
3686 Remove "all" alias, add "l" alias.
3687 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3688 (grep-find-ignored-directories): New defcustom to replace
3689 grep-tree-ignore-CVS-directories, to facilitate ignoring
3690 subdirectories for multiple version control systems.
3691 (grep-mode-map): Add Recursive grep item to GREP menu.
3692 (grep-regexp-history, grep-files-history): New defvars.
3693 (grep-probe): New helper function.
3694 (grep-compute-defaults): Use it to simplify code.
3695 Adapt to name changes.
3696 Use `.' as base in grep-find-template rather than <D>.
3697 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3698 Call grep-compute-defaults unconditionally.
3699 (grep-expand-keywords): New defconst.
3700 (grep-expand-template): Rename from grep-expand-command-macros.
3701 Simplify via grep-expand-keywords. Look at case-fold-search instead
3702 of grep-tree-ignore-case to add -i option.
3703 Bind case-fold-search to nil while matching keywords.
3704 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3705 (grep-read-regexp, grep-read-files): New helper functions.
3706 (rgrep): Rename from grep-tree. Rework to use proper histories.
3707 Adapt to changes in defcustoms and functions above.
3708 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3709
3710 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3711
3712 * net/tramp.el (tramp-completion-file-name-handler):
3713 Disable Tramp's functionality while loading Tramp itself.
3714 (tramp-register-file-name-handlers): That's a defsubst now.
3715 Code from `tramp-repair-jka-compr' moved here. Apply it via
3716 `after-init-hook'.
3717 (tramp-repair-jka-compr): Remove.
3718
3719 2006-04-27 Jay Belanger <belanger@truman.edu>
3720
3721 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3722 read expression when `math-read-big-expr' doesn't work.
3723
3724 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3725
3726 * startup.el (command-line-1): Display warning when
3727 pure-space-overflow is non-nil.
3728
3729 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3730
3731 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3732 risky.
3733
3734 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3735
3736 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3737 Return the URL or nil if none can be generated.
3738
3739 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3740
3741 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3742 byte compiler warnings.
3743 (gud-basic-call, gud-find-expr): Let user select an expression
3744 for printing. Print expression as well as value in GUD buffer.
3745
3746 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3747
3748 * allout.el: Remove local autoload declaration for
3749 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3750 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3751 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3752 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3753 (allout-stylish-prefixes, allout-numbered-bullet)
3754 (allout-file-xref-bullet, allout-presentation-padding)
3755 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3756 safe-local-variable with suitable value spec, and add autoload
3757 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3758 (move-beginning-of-line, move-end-of-line): Repair so these compat
3759 functions now actually resituate the point, when appropriate.
3760
3761 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3764
3765 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3766 (add-log-iso8601-time-string): Fix call to format-time-string.
3767
3768 2006-04-26 Kim F. Storm <storm@cua.dk>
3769
3770 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3771
3772 2006-04-26 Masatake YAMATO <jet@gyve.org>
3773
3774 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3775 Add support for "//" style comments. Remove `b' flag
3776 from ?* in `asm-mode-syntax-table'.
3777
3778 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * follow.el: Use (featurep 'xemacs) everywhere.
3781 (follow-mode): Use define-minor-mode.
3782 (follow-mode-map): Move initialization into the declaration.
3783 Use command remapping.
3784 (follow-emacs-version-xemacs-p): Remove.
3785 (follow-submit-feedback): Remove.
3786
3787 * allout.el (allout-layout, allout-passphrase-verifier-string)
3788 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3789
3790 * textmodes/reftex-vars.el (reftex-vref-is-default)
3791 (reftex-fref-is-default, reftex-guess-label-type):
3792 Tighten up a bit the safety predicate.
3793
3794 * textmodes/paragraphs.el (sentence-end-double-space)
3795 (sentence-end-without-period, sentence-end-without-space)
3796 (page-delimiter, paragraph-ignore-fill-prefix):
3797 Tighten up a bit the safety predicate.
3798
3799 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3800
3801 * progmodes/python.el (python-continuation-line-p)
3802 (python-beginning-of-statement): syntax-ppss may return
3803 a negative depth.
3804 (python-mode): Don't forcefully enable font-lock.
3805
3806 * time-stamp.el (time-stamp-start, time-stamp-end)
3807 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3808
3809 * add-log.el: Remove spurious * in docstrings.
3810 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3811 (add-change-log-entry): Use it here, since it's not specific
3812 to iso8601.
3813 (add-log-iso8601-time-string): Don't use it here any more.
3814 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3815
3816 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3817
3818 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3819
3820 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3821 (rcirc-toggle-low-priority): Doc fix.
3822 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3823 ChanServ regexp.
3824 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3825 #emacs.
3826 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3827 (rcirc-decode-coding-system): Use utf-8 as the default.
3828 (rcirc-multiline-minor-mode): Set the fill-column.
3829 (rcirc-format-response-string): Display bright and dim nicks.
3830 (rcirc-browse-url): Update interactive spec to fill ARG.
3831 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3832 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3833
3834 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3835
3836 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3837 case for @Article, etc.
3838
3839 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3840
3841 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3842 Added with autoload cookie.
3843 (tramp-unload-file-name-handlers): Rename from
3844 `tramp-unload-file-name-handler-alist'.
3845
3846 2006-04-23 Romain Francoise <romain@orebokech.com>
3847
3848 * comint.el (comint-match-partial-filename): Doc fix.
3849
3850 2006-04-21 Glenn Morris <rgm@gnu.org>
3851
3852 * calendar/cal-menu.el (calendar-mode-map): Refer to
3853 `diary-view-entries' rather than alias `view-diary-entries'.
3854 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3855
3856 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3857
3858 * progmodes/antlr-mode.el (antlr-default):
3859 * cus-edit.el (custom-documentation):
3860 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3861 in defface.
3862
3863 2006-04-21 Kim F. Storm <storm@cua.dk>
3864
3865 * image.el (image-type): New defun split out of create-image.
3866 (create-image): Use it.
3867
3868 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3869
3870 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3871 (org-open-at-point): Remove the "...done" message to keep output
3872 in the echo area visible.
3873 (org-export-as-xoxo): Fix call to `indent-region'.
3874
3875 2006-04-21 Kevin Ryde <user42@zip.com.au>
3876
3877 * international/mule.el (keyboard-coding-system): defcustom
3878 info-link fixes: "Specify Coding" has been split, keyboard now in
3879 "Terminal Coding", and "Single-Byte Character Support" is now
3880 "Unibyte Mode".
3881
3882 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3883
3884 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3885 Use font-lock-warning-face for any errors e.g. no stack.
3886 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3887
3888 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3889
3890 * progmodes/sh-script.el (sh-shell): Mark as safe.
3891
3892 * newcomment.el (comment-start, comment-start-skip)
3893 (comment-end-skip, comment-end): Mark as safe.
3894
3895 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3896
3897 * textmodes/org.el (org-deadline-announce): Face removed.
3898 (org-level-faces, org-n-levels): Convert to constant.
3899 (org-compatible-face): New function.
3900 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3901 (org-level-5, org-level-6, org-level-7, org-level-8)
3902 (org-special-keyword, org-warning, org-headline-done, org-link)
3903 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3904 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3905 Face definition revised for better color tty support.
3906 (org-bold-re, org-italic-re, org-underline-re): New constants.
3907 (org-set-font-lock-defaults): Use the new constants.
3908 (org-agenda-highlight-todo): New function.
3909 (org-agenda-todo): Fix bug with point at end of line.
3910 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3911 Fontify TODO keywords.
3912 (org-insert-link): Preserve relative path in ../ links.
3913 (org-export-as-html): Convert links pointing to .org files into
3914 links that will work beteen the exported HTML files.
3915 (org-todo-list): Fix bug when arg=0.
3916 (org-insert-heading): More fine-tuning.
3917
3918 2006-04-19 Romain Francoise <romain@orebokech.com>
3919
3920 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3921 from `rmail-mime-charset-pattern'.
3922
3923 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3924
3925 * progmodes/python.el (python-mode): Fix typo.
3926
3927 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3928
3929 * comint.el (comint-previous-input): Don't clobber input line
3930 when moving off either end of the input history ring.
3931 (comint-delete-input): New function, used by
3932 `comint-previous-input' and others.
3933 (comint-previous-matching-input):
3934 Use `coming-delete-input'. Save the partial input if leaving the
3935 edit line. Goto point-max before deleting input to avoid
3936 partial input fragments hanging around.
3937 (comint-restore-input): New function, used by `comint-previous-input'.
3938
3939 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * imenu.el (imenu--index-alist): Balance parentheses.
3942
3943 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3946
3947 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3948
3949 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3950 file is nil.
3951
3952 2006-04-18 Richard Stallman <rms@gnu.org>
3953
3954 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3955
3956 * imenu.el (imenu-create-index-function, imenu--index-alist)
3957 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3958 (imenu-default-create-index-function, imenu--generic-function):
3959 Doc fixes.
3960
3961 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3962
3963 * help-mode.el (help-mode): Set view-exit-action to delete window.
3964
3965 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3966 now works by passing nil as arg.
3967
3968 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3969
3970 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3971 (read-abbrev-file): Provide default when reading filename.
3972
3973 * files.el (enable-local-variables): Allow :all as value.
3974 (hack-local-variables): Implement that value.
3975 (safe-local-variable-values, safe-local-eval-forms)
3976 (enable-local-variables): Mark as risky.
3977 (find-file-visit-truename, kept-old-versions): Mark safe.
3978
3979 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3980 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3981 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3982
3983 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3986 Use forward-line so as to get to BOL even in the presence of fields.
3987 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3988 in return.
3989 (inferior-tcl): Tell tclsh to work in interactive mode.
3990
3991 * complete.el (partial-completion-mode):
3992 Use 'choose-completion-string-functions to make sure that
3993 choose-completion fills the minibuffer properly.
3994
3995 * complete.el (PC-old-read-file-name-internal): Remove.
3996 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3997 of read-file-name-internal.
3998 (partial-completion-mode): Enable/disable this advice.
3999
4000 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4003 of 2006-04-17.
4004
4005 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4006
4007 * textmodes/org.el (org-insert-heading): Insert heading before
4008 current if at beginning of line.
4009 (org-todo, org-date): New faces.
4010 (org-table-align): Make sure tooltip window contains full text.
4011 (org-no-properties): New defsubst.
4012 (org-set-font-lock-defaults): Use new faces.
4013
4014 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4017 for root variables.
4018
4019 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4020 (gdb-frame-address): Re-use to identify frame for watch expression.
4021 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4022 variables.
4023 (gdb-init-1, gdb-source, gdb-post-prompt)
4024 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4025 (gdb-frame-handler): Get gdb-frame-address.
4026
4027 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4028
4029 Sync with Tramp 2.0.53.
4030
4031 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4032 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
4033 (tramp-completion-file-name-handler): Add autoload cookie for
4034 adding to `file-name-handler-alist'.
4035
4036 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4037 the prompt. If it returns earlier (when detecting an error
4038 message), the rest of the output will merge accidently with the
4039 output of the next command. Reported by M Jared Finder
4040 <jared@hpalace.com>.
4041
4042 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4043 for `process-file', in order to let it work for older Emacsen too.
4044
4045 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4046
4047 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4048 (tex-font-lock-keywords-3): Use it.
4049
4050 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * newcomment.el (comment-add): New function.
4053 (comment-region-default, comment-dwim): Use it.
4054
4055 2006-04-15 Michael Olson <mwolson@gnu.org>
4056
4057 * emacs-lisp/tq.el: Improve comments.
4058 (tq-queue-head-question): New accessor function.
4059 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4060 Update for modified queue structure.
4061 (tq-queue-add): Accept `question' argument.
4062 (tq-queue-pop): If a question is pending, send it.
4063 (tq-enqueue): Accept new optional argument `delay-question'.
4064 If this is non-nil, and at least one other question is pending a
4065 response, queue the question rather than sending it immediately.
4066
4067 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4068
4069 * calendar/appt.el (appt-add): Check whether an appointment is
4070 already present in appt-time-msg-list. Simplify code.
4071
4072 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * progmodes/cc-langs.el (c-mode-menu):
4075 Don't presume c-subword-mode is bound.
4076
4077 2006-04-13 Bill Wohler <wohler@newt.com>
4078
4079 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4080 (customize-package-emacs-version): Use cdr instead of cadr now
4081 that alists use dotted pairs.
4082
4083 * custom.el (defcustom): Fix docstring for :package-version.
4084
4085 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4088 (tramp-handle-shell-command): Display output buffer only when
4089 `tramp-display-shell-command-buffer' is true.
4090 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4091
4092 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4093
4094 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4095 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4096
4097 2006-04-13 Romain Francoise <romain@orebokech.com>
4098
4099 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4100 leaving temporary .cvsignore buffers behind.
4101
4102 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4103
4104 * textmodes/org.el (org-set-regexps-and-options)
4105 (org-get-current-options): Better names for the startup folding
4106 options.
4107
4108 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4109
4110 * vc.el (vc-annotate): Arrange for point to end up at the same
4111 line number as in the original, but only when using a new buffer.
4112
4113 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4114
4115 * files.el (hack-one-local-variable-eval-safep):
4116 Recognize `edebug-form-spec' for `put', but only if it passes
4117 `edebug-basic-spec'. Generalize `put' handling.
4118
4119 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4120 vetting file-local form specs.
4121
4122 * allout.el (allout-layout): Autoload its `safe-local-variable'
4123 property.
4124
4125 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4126
4127 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4128 (org-agenda-mouse-1-follows-link)
4129 (org-mouse-1-follows-link): New options.
4130 (org-format-agenda-item): Fix bug if TAGS is nil.
4131 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4132
4133 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4136 GDB 6.1+ gives full filename for "info sources" so use
4137 file-name-nondirectory.
4138
4139 2006-04-12 Romain Francoise <romain@orebokech.com>
4140
4141 * subr.el (read-passwd): Bind `message-log-max' to nil.
4142
4143 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * progmodes/perl-mode.el (perl-indent-new-calculate):
4146 Recompute parse-start after jumping backward by a whole sexp.
4147
4148 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4151 window configuration.
4152 (vc-annotate-display-select): Select the buffer so that current-buffer
4153 (and selected-window) is the output buffer at the end of vc-annotate.
4154
4155 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4156
4157 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4158 8-color terminals, to use all of the colors in a sensible order.
4159 256-color terminals work well with the standard map.
4160 (vc-annotate-lines): Only strip the first color character if it
4161 is "#", to allow for terminal-style named colors.
4162 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4163 the correct buffer is scrolled.
4164
4165 2006-04-11 Richard Stallman <rms@gnu.org>
4166
4167 * emacs-lisp/bytecomp.el (byte-compile-file):
4168 Bind enable-local-variables to :safe, and make normal-mode obey it.
4169
4170 * files.el (enable-local-variables): Allow value :safe.
4171 (normal-mode): Doc fix.
4172 (hack-local-variables): Implement enable-local-variables = :safe.
4173 (hack-local-variables-confirm): Don't prevent quitting.
4174
4175 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * loadhist.el (unload-feature): A bit of sanity check of
4178 load-history entries. Cancel timer-vars before unbinding them.
4179
4180 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4181 quote special chars, and make the trick work on the hex part of the
4182 buffer as well.
4183 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4184 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4185
4186 * startup.el (normal-splash-screen): Fix last change so we don't wait
4187 2 minutes if we don't show the splash screen.
4188
4189 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4190
4191 * textmodes/org.el (org-export-plain-list-max-depth)
4192 (org-table-spaces-around-separators)
4193 (org-radio-targets, org-activate-camels)
4194 (org-table-spaces-around-invisible-separators): Options removed.
4195 (org-time-stamp-rounding-minutes, org-remember-templates)
4196 (org-ellipsis, org-activate-links, org-descriptive-links):
4197 New options.
4198 (org-remember-apply-template, org-current-time)
4199 (org-finish-edit-table-field)
4200 (org-link-unescape, org-link-escape)
4201 (org-string-width, org-table-clean-line, org-html-do-expand)
4202 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4203 (org-read-agenda-file-list): New functions.
4204 (org-table-edit-field)
4205 (org-table-create-or-convert-from-region): New commands
4206 (org-table-toggle-vline-visibility): Command removed.
4207 (org-table-convert-region): Made a command.
4208 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4209 Replace with the normal org- functions.
4210 (org-self-insert-command): Don't trigger realign unnecessarily
4211 when blanking a field that is not full.
4212 (org-mode): `Set buffer-invisibility-spec' for links.
4213 (org-activate-links2): Hide link part and only show descriptive
4214 part of the link.
4215 (org-insert-link): Modify for new linking system.
4216 (org-store-link): Store description separately, for use by
4217 `org-insert-link'.
4218 (org-table-align): Use `org-string-width'.
4219 (defgroup): Completely new group structure for custom variables.
4220 (org-agenda-files): Option: Single file name allowed. Function:
4221 Optional argument unrestrited means ignore any restricitons.
4222 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4223 trying to modify the menu. Use generalized access to
4224 `org-agenda-files.'
4225 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4226 (org-agenda-file-to-front, org-remove-file, org-diary)
4227 (org-tags-view, org-export-icalendar-all-agenda-files)
4228 (org-export-icalendar-combine-agenda-files): Use generalized
4229 access to `org-agenda-files'.
4230 (org-remember-handler): Correctly preserve heading if present.
4231 (org-table-insert-row, org-table-insert-hline): Deal with
4232 invisible characters.
4233
4234 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4235
4236 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4237 (vc-annotate-color-map): New 18 element constant
4238 value/saturation, rotating hue colormap, from red->blue.
4239 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4240 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4241 (vc-annotate): To avoid killing the required local variables,
4242 set them before the end of `with-output-to-temp-buffer', and
4243 after first switching to annotate-mode.
4244 (vc-annotate-warp-version): Add buffer argument in goto-line to
4245 ensure annotation, not source, is scrolled.
4246
4247 2006-04-10 Bill Wohler <wohler@newt.com>
4248
4249 * custom.el (defcustom, custom-handle-keyword):
4250 Add :package-version keyword.
4251 (custom-add-package-version): New function. Sets value of new
4252 property 'custom-package-version from :package-version keyword.
4253 (defcustom): Create Common Keywords section in docstring.
4254 (defface, defgroup): Replace definitions of a select few keywords
4255 with a reference to the Common Keywords in defcustom.
4256 (defcustom, defface, defgroup): Replace reference to Customization
4257 chapter in manual with hyperlink.
4258
4259 * cus-edit.el (customize-package-emacs-version-alist):
4260 New variable.
4261 (customize-changed-options): Add check for custom-package-version.
4262 (customize-package-emacs-version): New function to look up Emacs
4263 version corresponding to the given package version.
4264
4265 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4266 defun name, in similar fashion to find-variable-regexp.
4267
4268 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4269
4270 * international/mule-cmds.el (set-locale-environment): Fix last
4271 change for when the locale's preferences don't specify any encoding.
4272
4273 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4276 so the defined var/fun doesn't need to be quoted.
4277
4278 2006-04-10 Richard Stallman <rms@gnu.org>
4279
4280 * finder.el (finder-mode-map): Add n and p bindings.
4281
4282 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4285 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4286 (gdb-setup-windows): Put something in source window if we can't find
4287 the source file.
4288 (gdb-frame-handler): Make it work again with just assembly.
4289 (gdb-data-list-register-values-handler): Make it work when there is
4290 no stack.
4291
4292 2006-04-09 Richard Stallman <rms@gnu.org>
4293
4294 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4295 specs while looking for charset.
4296
4297 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4298
4299 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4300 Make them faces.
4301 (lm-font-lock-keywords): Update appropriately.
4302
4303 2006-04-10 Kim F. Storm <storm@cua.dk>
4304
4305 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4306 it can also replace buffer-substring-no-properties.
4307
4308 * emulation/cua-base.el (cua-delete-region, cua-paste)
4309 (cua-repeat-replace-region): Use filter-buffer-substring.
4310
4311 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4312 (cua-cut-region-to-global-mark): Likewise.
4313
4314 * emulation/cua-rect.el (cua--extract-rectangle)
4315 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4316
4317 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4318
4319 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4320 entry-type. Add field delimiters to numerical fields if they are
4321 not present.
4322
4323 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4324
4325 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4326 string-const to return value.
4327 (bibtex-remove-delimiters): Use it.
4328
4329 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4332 cl-byte-compile-compiler-macro unless it exists.
4333
4334 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4335
4336 * files.el (hack-local-variables-confirm) <offer-save>:
4337 Clarify message text. Suggested by Ralf Angeli.
4338
4339 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4340
4341 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4342 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4343 instead of `buffer-substring' and `delete-region'. (Most of the
4344 code actually copied from `kill-region'.)
4345
4346 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4347
4348 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4349 (rcirc-default-port): Rename from rcirc-port.
4350 (rcirc-default-nick): Rename from rcirc-nick.
4351 (rcirc-default-user-name): Rename from rcirc-user-name.
4352 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4353 (rcirc-low-priority-flag): New variable.
4354 (rcirc-decode-coding-system): New defcustom.
4355 (rcirc-encode-coding-system): New defcustom.
4356 (rcirc-coding-system-alist): New defcustom.
4357 (rcirc-multiline-major-mode): New defcustom.
4358 (rcirc-nick): New internal variable.
4359 (rcirc-process): Remove variable.
4360 (rcirc-server-buffer): New variable.
4361 (rcirc): Update to use rcirc-default-* variables above.
4362 (rcirc-connect): Do not add window-configuration-hook-here.
4363 (rcirc-server): New internal variable.
4364 (rcirc-connect): Do not send keepalive pings if
4365 rcirc-keepalive-seconds is nil.
4366 (with-rcirc-server-buffer): New macro.
4367 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4368 (rcirc-server-name): Rename from rcirc-server.
4369 (rcirc-buffer-process): New function.
4370 (rcirc-buffer-nick): New function.
4371 (rcirc-buffer-target): Remove function.
4372 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4373 New commands.
4374 (rcirc-mode-map): Change binding of C-c C-l to
4375 rcirc-toggle-low-priority.
4376 (rcirc-mode): Initialize coding system based on
4377 rcirc-coding-system-alist. New change-major-mode-hook to part the
4378 channel on a mode change. Make kill-buffer-hook buffer-local.
4379 (rcirc-change-major-mode-hook): New function.
4380 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4381 (rcirc-last-post-time): New variable.
4382 (rcirc-process-message): Store the last time user posted a message
4383 to this target.
4384 (rcirc-multiline-minor-mode): New mode.
4385 (rcirc-multiline-minor-mode-map): New mode map.
4386 (rcirc-edit-multiline): Put multiline-edit buffer in
4387 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4388 (rcirc-print): Ignore any line starting with an ignored nick.
4389 (rcirc-print): Decode using rcirc-decode-coding-system.
4390 (rcirc-track-minor-mode): Update global-mode-string when disabling
4391 this mode.
4392 (minor-mode-alist): Add LowPri indicator.
4393 (rcirc-toggle-low-priority): New function.
4394 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4395 next lowpriority buffer with activity.
4396 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4397 last time the user posted a message in to the target.
4398 (rcirc-update-activity-string): New formatting for low priority
4399 buffers.
4400 (rcirc-split-activity): New function.
4401 (rcirc-handler-PART, rcirc-handler-KICK)
4402 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4403 (rcirc-nick-away-alist): New variable.
4404 (rcirc-handler-301): New handler. Away messages are printed once
4405 per change.
4406
4407 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4408
4409 * info.el (Info-follow-nearest-node): Doc fix.
4410
4411 * international/mule-cmds.el (set-locale-environment): Make sure
4412 the coding-system preferred by the locale's language has the same
4413 EOL conversion type as the original buffer-file-coding-system.
4414 (locale-language-names): Add a few MS Windows language codes.
4415
4416 2006-04-07 Richard Stallman <rms@gnu.org>
4417
4418 * simple.el (eval-expression): Doc fix.
4419
4420 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4421 (eval-defun): Doc fixes.
4422
4423 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4424
4425 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4426
4427 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4430 GDB list command without argument for greater generality.
4431
4432 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4433
4434 * subr.el (string-or-null-p): New function.
4435
4436 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4437
4438 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4439
4440 * files.el: Update comment about safe-local-variable declarations.
4441
4442 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4443
4444 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4445 See idlwave.org.
4446
4447 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4448 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4449
4450 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4451 See idlwave.org.
4452
4453 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4454 version 6.0 (minimal changes). See idlwave.org.
4455
4456 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4457 6.0 (minimal changes). See idlwave.org.
4458
4459 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4460
4461 2006-04-06 Romain Francoise <romain@orebokech.com>
4462
4463 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4464 symmetric encryption features and a new asynchronous interface to
4465 GnuPG. This new version is version 1.4, plus whitespace changes.
4466
4467 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4468
4469 * files.el: Move some `safe-local-variable' declarations to the
4470 respective files.
4471
4472 * textmodes/ispell.el (ispell-check-comments)
4473 (ispell-local-dictionary): Mark as safe.
4474
4475 * abbrev.el (abbrev-mode): Mark as safe.
4476
4477 * add-log.el (change-log-default-name): Mark as safe.
4478
4479 * textmodes/reftex-vars.el (reftex-vref-is-default)
4480 (reftex-fref-is-default, reftex-level-indent)
4481 (reftex-guess-label-type): Mark as safe.
4482
4483 * textmodes/fill.el (colon-double-space): Mark as safe.
4484
4485 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4486 (sentence-end-double-space, sentence-end-without-period)
4487 (sentence-end-without-space, sentence-end, sentence-end-base)
4488 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4489
4490 2006-04-06 Kim F. Storm <storm@cua.dk>
4491
4492 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4493 the :set-after list.
4494 (ido-downcase-unc-hosts): New user option. Default on.
4495 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4496 when it is set, as regexps are now applied on the fly.
4497 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4498 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4499 on the fly, but only when ido-process-ignore-lists is set.
4500 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4501 Only downcase names if ido-downcase-unc-hosts is set.
4502
4503 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4506
4507 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4508
4509 2006-04-05 Kim F. Storm <storm@cua.dk>
4510
4511 * ido.el (ido-mode): Set after ido-unc-hosts and
4512 ido-ignore-unc-host-regexps.
4513 (ido-save-history): Save ido-unc-hosts-cache.
4514 (ido-load-history): Load ido-unc-hosts-cache.
4515 (ido-reread-directory): Refresh unc hosts cache in // dir.
4516
4517 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4518 to nil while displaying slash screen.
4519
4520 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4521
4522 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4523 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4524
4525 2006-04-05 Kenichi Handa <handa@m17n.org>
4526
4527 * international/characters.el: Setup cases of Latin, Greek, and
4528 Cyrillic characters in CJK charsets.
4529
4530 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4531
4532 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4533 default-enable-multibyte-characters. This reverts the change from
4534 revision 6.17 which is no longer necessary because the passphrase
4535 is sent separately now. GnuPG messages are unreadable under
4536 multibyte locales with default-enable-multibyte-characters set to nil.
4537
4538 2006-04-04 Andreas Schwab <schwab@suse.de>
4539
4540 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4541 and `byte-compile-warnings' as `safe-local-variable'.
4542
4543 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4544
4545 * man.el (Man-mode-map): Restore the \r binding.
4546 (Man-abstract-xref-man-page): If Man-target-string is a function,
4547 call it.
4548 (Man-highlight-references): Use Man-default-man-entry to get the
4549 target. Deal with xrefs too.
4550 (Man-highlight-references0): Don't call the target function.
4551
4552 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4553 cannot deal with it.
4554
4555 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4556
4557 * pgg-gpg.el: Clean up process buffers every time gpg processes
4558 complete.
4559
4560 2006-04-04 Kenichi Handa <handa@m17n.org>
4561
4562 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4563 here.
4564 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4565 Temporarily bind inhibit-field-text-motion to t.
4566
4567 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * startup.el (normal-splash-screen): Only set mode-line-format in the
4570 splash buffer, so as not to interfere when debugging the code.
4571 Ignore errors when switching buffer.
4572
4573 2006-04-03 Romain Francoise <romain@orebokech.com>
4574
4575 * dired.el (dired-dnd-protocol-alist): Fix typo.
4576
4577 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4578
4579 * savehist.el (savehist): Add :version.
4580 (savehist-ignored-variables): New variable.
4581 (savehist-minibuffer-hook): Don't save variables listed in
4582 `savehist-ignored-variables'.
4583
4584 * dired.el (dired-dnd-protocol-alist): Mention that change does
4585 only apply to new buffers in doc string.
4586
4587 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4588
4589 * recentf.el (recentf-open-files-item): Include newline in button
4590 field, so opening a file will work, when the point is at the end
4591 of the file name. Allow, for example, to [i]search a file by
4592 extension and just push RET to open it.
4593
4594 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4595
4596 * pgg-gpg.el (pgg-gpg-process-filter)
4597 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4598
4599 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4600 lines, temporary fix.
4601
4602 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4605
4606 2006-04-02 Richard Stallman <rms@gnu.org>
4607
4608 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4609
4610 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4611
4612 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4613 header-mouse-map.
4614
4615 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4616 (ibuffer-mode-header-map): New keymaps.
4617 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4618 and keybindings for column headers.
4619 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4620 property.
4621
4622 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4623
4624 * speedbar.el (speedbar-after-create-hook): Doc fix.
4625
4626 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4627
4628 * shell.el (shell-directory-tracker)
4629 (shell-dynamic-complete-command): Doc fixes.
4630
4631 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4632
4633 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4634 terminals.
4635
4636 2006-04-01 Kim F. Storm <storm@cua.dk>
4637
4638 * ido.el (ido-unc-hosts-cache): New defvar.
4639 (ido-unc-hosts): If value of defcustom is a function, call it to
4640 get list of UNC hosts. Add function-item choices to specify
4641 ido-unc-hosts-net-view or user function.
4642 (ido-ignore-unc-host-regexps): New defcustom.
4643 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4644 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4645 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4646
4647 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4650 wwidth.
4651
4652 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4655 (ido-max-work-file-list, ido-switch-buffer)
4656 (ido-read-file-name-as-directory-commands):
4657 Fix typos in docstrings.
4658
4659 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4660
4661 * term/mac-win.el (mac-system-coding-system): Define and use after
4662 Mac-specific coding systems are ready.
4663
4664 2006-03-27 Romain Francoise <romain@orebokech.com>
4665
4666 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4667
4668 * ldefs-boot.el: Update.
4669
4670 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4671
4672 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4673 passphrases when it is not needed.
4674 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4675 passphrase stuff from gpg, should only be necessary when you use
4676 gpg with a smartcard.
4677
4678 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4679
4680 * comint.el (comint-dynamic-list-completions): Allow user to
4681 select *Completions* buffer.
4682
4683 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4684
4685 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4686
4687 2006-03-26 Andreas Schwab <schwab@suse.de>
4688
4689 * progmodes/gud.el (gdb): Only complain about multiple debugging
4690 when the gdb process is still running.
4691
4692 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4693
4694 * mail/rmail.el (tool-bar-map): Defvar it.
4695 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4696 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4697
4698 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4699
4700 * help.el (print-help-return-message): Suggest to use
4701 display-buffer instead of switch-to-buffer-other-window to restore
4702 the previous window without selecting it.
4703
4704 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4705
4706 * frame.el (select-frame-by-name): Call x-focus-frame also when
4707 window-system is mac.
4708
4709 * term/mac-win.el: Adjust Courier font specifications in
4710 x-fixed-font-alist.
4711 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4712 when directly encoding to UTF-16 in native byte order, no BOM.
4713
4714 2006-03-25 Kim F. Storm <storm@cua.dk>
4715
4716 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4717 (cua--init-keymaps): Use it instead of fixed C-return.
4718 (cua-mode): Set after it.
4719
4720 * emulation/cua-rect.el (cua--init-rectangles):
4721 Use cua-rectangle-mark-key instead of fixed C-return.
4722
4723 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4726 "run" in .gdbinit.
4727 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4728
4729 2006-03-24 Romain Francoise <romain@orebokech.com>
4730
4731 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4732 `display-buffer-other-frame'.
4733
4734 2006-03-24 Kim F. Storm <storm@cua.dk>
4735
4736 * apropos.el (apropos-synonyms): Add selection => region.
4737
4738 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4739
4740 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4741 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4742 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4743 (gdb-data-list-register-values-regexp)
4744 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4745 Future proof against new fields being added to MI output.
4746 (gdb-send): Don't treat backslashes for program input as
4747 continuations.
4748 (gdb-assembler-handler): Don't use window-start for this handler.
4749 (gdb-frame-handler): Don't change to hollow arrow if overlay
4750 arrow doesn't move to new frame.
4751
4752 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4753
4754 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4755 prevent compiler warnings.
4756 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4757 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4758 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4759 buffer too.
4760
4761 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4762
4763 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4764 make-network-process, so we can use the same code in Gnus v5-10
4765 too and have this file fully synchronized with that release.
4766
4767 2006-03-23 Romain Francoise <romain@orebokech.com>
4768
4769 * ibuf-ext.el (ibuffer-read-filter-group-name):
4770 Use `ibuffer-generate-filter-groups' to make completion list match
4771 the filter groups that are really displayed in the Ibuffer buffer.
4772 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4773
4774 2006-03-23 Kenichi Handa <handa@m17n.org>
4775
4776 * international/mule-cmds.el (sort-coding-systems): Describe that
4777 the argument is modified in docstring.
4778
4779 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4780
4781 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4782 (pgg-gpg-update-agent): New function.
4783 (pgg-gpg-use-agent-p): New function.
4784 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4785 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4786 (pgg-gpg-sign-region): Use it.
4787
4788 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * cus-edit.el (custom-face-set): Call custom-push-theme before
4791 face-spec set so that `changed' theme is correctly saved.
4792 (custom-face-reset-standard): Reset to recalculated face rather
4793 than defface spec.
4794
4795 * custom.el (custom-push-theme): Only save `changed' theme if the
4796 current face does not match the defface specs.
4797
4798 2006-03-21 Simon Josefsson <jas@extundo.com>
4799
4800 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4801 <wilde@sha-bang.de>.
4802 (pgg-gpg-use-agent): New variable.
4803 (pgg-gpg-process-region): Use it.
4804 (pgg-gpg-encrypt-region): Likewise.
4805 (pgg-gpg-encrypt-symmetric-region): Likewise.
4806 (pgg-gpg-decrypt-region): Likewise.
4807 (pgg-gpg-sign-region): Likewise.
4808 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4809
4810 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4811
4812 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4813 bracket links.
4814
4815 2006-03-21 Kim F. Storm <storm@cua.dk>
4816
4817 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4818 fringe-indicator-alist instead of modifying global value.
4819 (gdb-frame-handler): Likewise.
4820
4821 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4822
4823 * diff-mode.el (diff-function): Make it inherit from diff-header
4824 instead of diff-context.
4825
4826 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4827 bitmap.
4828 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4829 change names in macro above for consistency.
4830 (gdb-frame-handler): Use hollow-right-triangle for all selected
4831 frames which except the innermost (where execution has stopped).
4832 (gdb-reset): Reset buffer-local values of overlay-arrow.
4833
4834 2006-03-20 Richard Stallman <rms@gnu.org>
4835
4836 * simple.el (set-mark-command): Doc fix.
4837
4838 * files.el (display-buffer-other-frame): New command.
4839 (ctl-x-4-map): Bind C-x 5 C-o to it.
4840
4841 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4844 rather than just defer-time, in case defer-time has been changed but
4845 the timer isn't running yet.
4846 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4847
4848 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4849
4850 * help-mode.el (help-follow-symbol): New function.
4851 Essentially identical to the old `help-follow', but do not let
4852 `push-button' do the work when on an xref.
4853 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4854
4855 2006-03-19 Richard Stallman <rms@gnu.org>
4856
4857 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4858 preceded by the word `program'.
4859 (help-follow-mouse, help-follow): Throw error if not on xref.
4860 Delete no longer used args.
4861
4862 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4865 annotation ensure gud-overlay-arrow-position is redisplayed.
4866
4867 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4868
4869 * textmodes/bibtex.el (bibtex-include-OPTkey)
4870 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4871 (bibtex-autokey-name-case-convert)
4872 (bibtex-autokey-titleword-case-convert): Make these the aliases
4873 for the following two variables.
4874 (bibtex-autokey-name-case-convert-function)
4875 (bibtex-autokey-titleword-case-convert-function): Make these the
4876 real names.
4877 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4878 bibtex-font-lock-crossref sublists.
4879 (bibtex-mode): Revert 2005-12-30 change (which made
4880 completion-ignore-case buffer-local).
4881 (bibtex-url): Simplify.
4882
4883 2006-03-19 Kim F. Storm <storm@cua.dk>
4884
4885 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4886 cursor property value to 2 (to align with C level change).
4887
4888 2006-03-19 Bill Wohler <wohler@newt.com>
4889
4890 * image.el (image-load-path-for-library): Shorten first line in
4891 docstring.
4892
4893 2006-03-18 Richard Stallman <rms@gnu.org>
4894
4895 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4896
4897 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4898
4899 * isearch.el (isearch-other-meta-char): Handle user bindings for
4900 shifted control characters.
4901
4902 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4903
4904 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4905 part that matches email addresses, file names, etc.
4906
4907 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4908
4909 * term/w32-win.el (mouse-set-font):
4910 Mention w32-list-proportional-fonts in the doc string.
4911
4912 2006-03-18 Kim F. Storm <storm@cua.dk>
4913
4914 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4915 (ido-unc-hosts): New user option to explicitly define list of know
4916 UNC-style hosts for completion.
4917 (ido-cache-unc-host-shares-time): New user option.
4918 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4919 New helper functions for UNC file-name support.
4920 (ido-may-cache-directory): Check for UNC host. Simplify.
4921 (ido-wash-history): Clean out old UNC hosts.
4922 (ido-nonreadable-directory-p): UNC hosts are always readable.
4923 (ido-directory-too-big-p): UNC hosts are never too big.
4924 (ido-set-current-directory): Handle UNC root path.
4925 (ido-file-name-all-completions): Complete UNC host names from
4926 ido-unc-hosts list. Cache UNC host shares.
4927 (ido-make-file-list-1): Don't filter UNC root.
4928 (ido-exhibit): Check for // in root directory, and switch to UNC
4929 mode by setting ido-current-directory to //.
4930
4931 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * cus-edit.el (customize-changed-options): Mention explicit
4934 version number as default in prompt.
4935
4936 2006-03-17 Bill Wohler <wohler@newt.com>
4937
4938 * image.el (image-load-path-for-library): Minor docstring fix.
4939
4940 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4941
4942 * textmodes/org.el (org-read-date): Include subgroup 5 into
4943 replacement text.
4944 (org-popup-calendar-for-date-prompt): Fix customization type.
4945
4946 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4949 (gdb-continuation): New variable.
4950 (gdb-send): Deal with continuation lines.
4951
4952 * progmodes/gud.el (gud-gdb-complete-command)
4953 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4954 expressions.
4955 (gud-tooltip-mode): Use buffer-local value.
4956
4957 2006-03-16 Kim F. Storm <storm@cua.dk>
4958
4959 * ido.el (ido-edit-input): Use selected match, if any.
4960
4961 2006-03-16 Bill Wohler <wohler@newt.com>
4962
4963 * image.el (image-load-path-for-library): Prefer user's images in
4964 image-load-path.
4965
4966 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4967
4968 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4969 when checking for attempt to drag leftmost or rightmost scrollbar.
4970
4971 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4972
4973 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4974 (gdb-force-mode-line-update): New function.
4975 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4976 (gdb-exited): Use them.
4977 (gdb-signal): New function.
4978 (gdb-annotation-rules): Provide a rule for it.
4979
4980 2006-03-16 Kenichi Handa <handa@m17n.org>
4981
4982 * international/mule.el (auto-coding-regexp-alist): Add entries
4983 for Unicode BOM.
4984
4985 * sort.el (sort-build-lists): Temporarily bind
4986 inhibit-field-text-motion to t.
4987
4988 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4989
4990 * locate.el (locate-command, locate-make-command-line)
4991 (locate-fcodes-file, locate-update-command)
4992 (locate-prompt-for-command, locate, locate-with-filter)
4993 (locate-get-file-positions): Doc fixes.
4994 (locate-buffer-name, locate-header-face): Remove leading `*' in
4995 defcustom.
4996 (locate-filter-output): Use `keep-lines' instead of its alias
4997 `delete-non-matching-lines'.
4998 (locate-get-filename, locate-get-dirname): Add introductory comment.
4999 (locate-find-directory-other-window): Give appropriate error
5000 message if used outside main listing.
5001
5002 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5005 the new extend-region feature.
5006 (font-lock-after-change-function): Update correspondingly.
5007 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5008 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5009
5010 2006-03-15 Bill Wohler <wohler@newt.com>
5011
5012 * image.el (image-load-path-for-library): Fix example by not
5013 recommending that one binds image-load-path. Just defvar it to
5014 placate compiler and only use it if previously defined.
5015
5016 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5017
5018 * textmodes/org.el (org-insert-centered): Use `string-width' to
5019 make underlining work for wide characters.
5020 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5021 TAB to `org-cycle', to make sure that no binding in
5022 `outline-mode-map' can supercede it.
5023
5024 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5025
5026 * allout.el: Increment version to 2.2.1 in file commentary.
5027
5028 (allout-version): Increment to 2.2.1.
5029
5030 (allout-default-layout): New customization variable, used when the
5031 file lacks a specific allout-layout. Uses allout-layout-type for
5032 recursively nested definition.
5033
5034 (allout-layout-type): Widget defining allout layouts, necessary for
5035 self-recursive definition.
5036
5037 (allout-mode): Incorporate allout-default-layout as fallback for
5038 allout-layout.
5039
5040 (allout-layout): Mark as 'safe-local-variable', and refer mention
5041 fallback to `allout-default-layout' in absence of a specified value.
5042 (allout-passphrase-verifier-string)
5043 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5044
5045 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5046
5047 (allout-get-encryption-passphrase-verifier): Use correct name of
5048 passphrase verifier in docstring.
5049
5050 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5053 elements.
5054 (gdb-find-watch-expression): Make it work for arrays too.
5055 Follow change to gdb-var-list.
5056 (gud-watch): Allow the user to enter variable name with a prexix
5057 arg. Create keybindings.
5058 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5059 (gdb-var-list-children-handler, gdb-var-update-handler)
5060 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5061 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5062 Follow change to gdb-var-list.
5063 (gdb-starting): Don't show the overlay arrows when program is running.
5064
5065 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5066 gdb-var-list.
5067
5068 2006-03-14 Bill Wohler <wohler@newt.com>
5069
5070 * image.el (image-load-path-for-library): Pass value of path
5071 rather than symbol. Always return list of directories.
5072 Guarantee that image directory comes first.
5073
5074 2006-03-14 Alan Mackenzie <acm@muc.de>
5075
5076 * font-core.el (font-lock-extend-region\(-function\)?.):
5077 New function/variable.
5078
5079 * font-lock.el (font-lock-after-change-function):
5080 Call font-lock-extend-region. Obey font-lock-lines-before.
5081 (font-lock-default-fontify-region): Remove reference to
5082 font-lock-lines-before.
5083
5084 * jit-lock.el (jit-lock-after-change):
5085 Call font-lock-extend-region. Obey font-lock-lines-before.
5086
5087 2006-03-14 David Ponce <david@dponce.com>
5088
5089 * tree-widget.el (tree-widget-themes-load-path)
5090 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5091
5092 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5093
5094 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5095 (rcirc-print): Mark the start of text at the end of the prompt.
5096 (rcirc-track-minor-mode): Add autoload cookie.
5097 (rcirc-update-activity-string): Add space to front of mode-line
5098 indicator.
5099
5100 2006-03-13 Miles Bader <miles@gnu.org>
5101
5102 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5103 (rcirc-abbrev-nick): Remove function.
5104 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5105
5106 2006-03-13 David Ponce <david@dponce.com>
5107
5108 * tree-widget.el: Handle themes across all occurrences of the main
5109 themes sub-directory found in tree-widget-themes-load-path.
5110 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5111 (tree-widget--locate-sub-directory): Return all occurrences.
5112 (tree-widget-themes-path): New function.
5113 Replace tree-widget-themes-directory, and return a list of directories.
5114 (tree-widget-set-parent-theme)
5115 (tree-widget-lookup-image): Use it.
5116
5117 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5118
5119 * textmodes/org.el (org-link-search): Avoid self-matching of
5120 links, allow target text to be distributed over several lines.
5121 (org-search-not-link): New function.
5122 (org-set-regexps-and-options, org-get-current-options):
5123 New startup options.
5124 (org-export-as-html): Take odd-level setting from local variable.
5125 (org-fontify-emphasized-text): New option.
5126 (org-set-font-lock-defaults): Include emphasized text.
5127 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5128 (org-font-lock): Customize group renamed from `org-faces'.
5129
5130 2006-03-13 John Paul Wallington <jpw@pobox.com>
5131
5132 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5133 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5134
5135 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5136
5137 * cus-start.el (all): Delete :version keyword for members of the
5138 fringe group, since the entire group is new in 22.1.
5139
5140 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5143 map if value is hexadecimal (an address).
5144 (gud-watch): Only search roots for existing watch expressions.
5145 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5146 prevent caching problems with speedbar-update-directory-contents.
5147
5148 2006-03-12 Juri Linkov <juri@jurta.org>
5149
5150 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5151 before comparing with `low' and `warn'.
5152
5153 * info.el (Info-dir-remove-duplicates): Move point to the
5154 beginning of the current line after deleting the entries from
5155 redundant heading. Use marker for `limit' and compare it with
5156 point before calling `re-search-forward'.
5157
5158 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * simple.el (yank): Fix typo in docstring.
5161
5162 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5163
5164 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5165 messages, where "D" is the 6th character.
5166
5167 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5168
5169 * simple.el (yank): Fix last change.
5170
5171 2006-03-11 David Ponce <david@dponce.com>
5172
5173 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5174 merging elements from the standard ispell-dictionary-alist.
5175 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5176 alist, and return the new alist.
5177
5178 2006-03-11 Richard Stallman <rms@gnu.org>
5179
5180 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5181
5182 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5183 the way it is implemented is too unclean.
5184
5185 * simple.el (kill-region, yank): Doc fix.
5186
5187 * battery.el (battery-echo-area-format): Doc fix.
5188 (battery-mode-line-format): Likewise.
5189 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5190 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5191
5192 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5193
5194 * progmodes/octave-mod.el (octave-indent-for-comment):
5195 Behave according to do string.
5196
5197 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5198
5199 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5200 Be visible only if major mode is Mail Mode.
5201
5202 * textmodes/flyspell.el (flyspell-external-point-words)
5203 (flyspell-process-localwords): Fix last changes.
5204
5205 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5206
5207 * calendar/holidays.el (list-holidays): Doc fix.
5208
5209 * international/mule.el (auto-coding-alist): Add .odt
5210 (OpenOffice's open document) files.
5211
5212 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5213 document) files. Mention in the doc string the need to sync with
5214 auto-coding-alist.
5215
5216 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5217
5218 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5219 enable-local-variables is set to always query, or there is no
5220 savable variable.
5221
5222 2006-03-10 Bill Wohler <wohler@newt.com>
5223
5224 * image.el (image-load-path-for-library): Merge at least three
5225 functions from Gnus and MH-E into this one function that can now
5226 be shared.
5227
5228 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5229
5230 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5231 gdb-remove-mouse-face and remove help-echo too.
5232 (gdb-enqueue-input): Correct conditional clause.
5233
5234 2006-03-10 Glenn Morris <rgm@gnu.org>
5235
5236 * calendar/calendar.el (calendar-holidays): Doc fix.
5237 * calendar/holidays.el (list-holidays): Doc fix.
5238
5239 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5240
5241 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5242 it gets called in gdb-prompt anyway.
5243 (gdb-use-separate-io-buffer): Only restore window arrangement for
5244 gdb-many-windows.
5245 (gdb-enqueue-input): Make it harder to send GDB input when program
5246 is running.
5247 (gdb-buffer-list): New variable.
5248 (gdb-remove-mouse-face): New function.
5249 (gdb-starting): Use it when GDB input won't get sent.
5250
5251 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5252
5253 * help.el (view-lossage): Remove trailing whitespace before
5254 inserting "\n".
5255
5256 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * files.el (hack-local-variables-confirm):
5259 Set coding-system-for-read to nil before writing to .emacs.
5260
5261 * arc-mode.el (archive-extract): Check if an existing buffer name
5262 comes from a different archive.
5263
5264 * help.el (describe-key-briefly): If KEY is a down event, read and
5265 discard the up event.
5266
5267 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5268
5269 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5270 be edited and use font-lock-warning-face for any changes.
5271
5272 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5273 (gdb-edit-value): Use it to report any errors.
5274
5275 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * help.el (describe-key): Remove leftover test code.
5278
5279 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5280
5281 * textmodes/org.el: Move defvars out of eval-when-compile.
5282 Use buffer-file-name variable.
5283 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5284 arg `file'.
5285 (org-level-faces): Remove startup dependency.
5286 (org-cycle, org-map-tree, org-scan-tags)
5287 (org-remember-handler): Don't call `outline-level' directly.
5288 (org-mhe-search-all-folders): New option.
5289 (org-mhe-get-message-folder-from-index)
5290 (org-mhe-get-message-folder): Fix indexing search.
5291 (org-format-agenda-item): Handle nil TAGS argument.
5292 (org-cleaned-string-for-export, org-activate-target-links)
5293 (org-make-target-link-regexp): Deal with empty radio target list.
5294 (org-tag): New face.
5295 (org-get-level-face): New function.
5296 (org-set-font-lock-defaults): Simplify setup for headlines.
5297 (org-complete): Pass common substring to `display-completion-list'.
5298
5299 2006-03-06 David Ponce <david@dponce.com>
5300
5301 * tree-widget.el: Update Commentary header.
5302 (tree-widget-theme-name): Ignore parent themes.
5303 (tree-widget-set-parent-theme): New function.
5304 (tree-widget-set-theme): Use it.
5305 (tree-widget-set-image-properties): Move definition. Does nothing
5306 if image properties have already been set.
5307 (tree-widget-image-properties): Move definition. Receive an image
5308 name. Set the :pointer property.
5309 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5310 Don't set the :pointer image property.
5311 (tree-widget-convert-widget): New function. Handle :dynargs
5312 compatibility here.
5313 (tree-widget): Use it to :convert-widget. Add the :expander-p
5314 predicate to control when the :expander function is entered.
5315 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5316 (tree-widget-value-create): Handle :expander-p. widget-apply
5317 :expander.
5318 (tree-widget-expander-p): New function. Default value of the
5319 :expander-p property.
5320
5321 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * help.el (describe-key): Properly handle the return value of
5324 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5325 remaps. Handle string and vector `follow-link' values.
5326
5327 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * complete.el (PC-expand-many-files): Try be more careful when parsing
5330 the shell's output.
5331
5332 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * outline.el (hide-sublevels): Provide better interactive default.
5335
5336 2006-03-06 Kenichi Handa <handa@m17n.org>
5337
5338 * international/fontset.el (create-fontset-from-fontset-spec):
5339 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5340
5341 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5342
5343 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5344 backslashes instead of one in regexp.
5345 (gud-tooltip-dereference): Add missing optional argument.
5346
5347 2006-03-04 John Paul Wallington <jpw@pobox.com>
5348
5349 * wdired.el (toplevel): Require `cl' at compile-time.
5350
5351 2006-03-04 Andreas Schwab <schwab@suse.de>
5352
5353 * server.el (server-process-filter): Handle errors during
5354 evaluation of the argument.
5355
5356 2006-03-03 John Paul Wallington <jpw@pobox.com>
5357
5358 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5359 escape parentheses at beginning of line.
5360 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5361 (t-mouse-mode): Remove period from end of error message.
5362
5363 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5364
5365 * textmodes/flyspell.el (flyspell-process-localwords):
5366 Be case-sensitive.
5367
5368 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5369
5370 * cus-edit.el (custom-quote): Remove function, since it has been
5371 moved to custom.el.
5372
5373 * font-lock.el (lisp-font-lock-keywords-2)
5374 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5375 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5376 they have no special meaning.
5377
5378 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5379 indirect buffer gets killed before indirect buffer. Use dolist.
5380
5381 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5382
5383 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5384 value instead of a literal constant (1) on more pauses.
5385
5386 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5387
5388 * textmodes/flyspell.el (flyspell-external-point-words):
5389 Be case-sensitive.
5390
5391 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5392
5393 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5394 with "www".
5395
5396 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5397
5398 * allout.el: Restablish intermediate missing comment header to
5399 preserve outline structure.
5400 (allout-beginning-of-current-entry): Skip invisible text.
5401 (allout-open-topic): Fix opening a topic at end-of-buffer.
5402 (allout-minor-mode): Move nearer to allout-mode function.
5403
5404 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5405
5406 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5407
5408 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5409
5410 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5411 is nil.
5412
5413 * progmodes/gud.el (gud-speedbar-menu-items):
5414 Use buffer-local-value and add missing :visible keyword.
5415
5416 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5417
5418 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5419
5420 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5421 must be `follow-link'.
5422
5423 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5424
5425 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5426 formatting: No nested anchors.
5427 (org-all-targets): Fix bug with XEmacs compatibility.
5428 (org-read-date): Add (require 'parse-time).
5429 (org-set-tags): Fix bug with extra inserted space.
5430 (org-export-html-style): Define a style class for targets.
5431 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5432 (org-hide-leading-stars): New option.
5433 (org-hide): New face.
5434 (org-set-font-lock-defaults): Allow to hide leading stars.
5435 (org-get-legal-level, org-tr-level): New functions.
5436 (org-odd-levels-only): New option.
5437 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5438 (org-demote, org-promote): Deal with double-star levels.
5439 (org-convert-to-odd-levels): New command.
5440
5441 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5442
5443 * speedbar.el (speedbar-update-localized-contents): Try to
5444 preserve window-start.
5445 (speedbar-update-directory-contents): Try to preserve window-start
5446 and window-point.
5447 (speedbar-update-special-contents): Don't move back to start of window.
5448
5449 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5450 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5451 speedbar-timer-fn.
5452 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5453 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5454 instead of gdb-speedbar-timer-fn.
5455
5456 2006-02-28 Jay Belanger <belanger@truman.edu>
5457
5458 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5459 (math-compose-expr): Use latex option when calling
5460 `math-compose-tex-matrix' for latex mode.
5461
5462 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5463
5464 * speedbar.el: Re-instate comments about developing for speedbar
5465 [this is what info and gdb-ui use even if better methods exist now].
5466
5467 * t-mouse.el: New file.
5468 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5469 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5470 (t-mouse-make-event-element): Use posn-at-x-y instead.
5471 (t-mouse-make-event): Deal with Fedora Core 3.
5472 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5473 (t-mouse-mouse-position-function): New function. Use it instead
5474 of advising mouse-position.
5475 (t-mouse-mode): New minor mode.
5476 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5477
5478 2006-02-27 Glenn Morris <rgm@gnu.org>
5479
5480 * calendar/calendar.el (calendar-holidays): Doc fix.
5481
5482 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5483
5484 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5485 Re-introduce the concept of a source window.
5486 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5487 consistency with get-buffer-create.
5488 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5489 (gdb-data-list-register-values-handler)
5490 (gdb-stack-list-locals-handler): Try to preserve window-start as
5491 well as window-point.
5492 (gdb-display-source-buffer): New function (old concept).
5493 (gdb-goto-breakpoint): Use it.
5494
5495 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5496 for gdb-ui/gdb-mi (old concept).
5497
5498 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5499
5500 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5501 binding.
5502
5503 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5504
5505 * textmodes/reftex-sel.el (reftex-select-label-map)
5506 (reftex-select-bib-map): Add `follow-mouse' binding.
5507
5508 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5511 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5512 Give :set functions to provide automatic updating.
5513 Update docstring. Give compiler defvars early in the file
5514 and move the defcustoms to a later spot where all called functions
5515 are defined.
5516 (jka-compr-file-name-handler-entry): Doc fix.
5517 (jka-compr-compression-info-list--internal)
5518 (jka-compr-mode-alist-additions--internal)
5519 (jka-compr-load-suffixes--internal): New variables.
5520 (jka-compr-install): Set the three above variables.
5521 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5522 (jka-compr-update, jka-compr-set): New functions.
5523 (auto-compression-mode): Doc fix.
5524
5525 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5526 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5527 Use jka-compr-compression-info-list--internal,
5528 jka-compr-mode-alist-additions--internal and
5529 jka-compr-load-suffixes--internal.
5530
5531 * files.el (load-library):
5532 * loadhist.el (file-loadhist-lookup):
5533 * startup.el (command-line):
5534 * subr.el (locate-library):
5535 * emacs-lisp/autoload.el (update-directory-autoloads):
5536 * emacs-lisp/find-func.el (find-library-suffixes):
5537 Use `get-load-suffixes' instead of `load-suffixes'.
5538
5539 * subr.el (locate-library):
5540 * emacs-lisp/find-func.el (find-library-name):
5541 Use `load-file-rep-suffixes' instead of '("").
5542
5543 2006-02-26 Kim F. Storm <storm@cua.dk>
5544
5545 * ido.el (ido-save-history, ido-load-history): Simplify.
5546 Don't use find-file-noselect to avoid interference from other modes.
5547
5548 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5549
5550 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5551 to use the default shell if filename is not available.
5552 Reported by Giorgos Keramidas.
5553
5554 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5555
5556 * progmodes/etags.el (tags-completion-table): Do completion from
5557 all the tables in the current list, as documented in the manual.
5558
5559 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5560
5561 * CC Mode Update to 5.31.3.
5562
5563 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5564
5565 * progmodes/cc-mode.el (c-postprocess-file-styles):
5566 Bind inhibit-read-only to t, around the call to
5567 c-remove-any-local-eval-or-mode-variables, so that it works on a
5568 RO file.
5569
5570 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5571
5572 * progmodes/cc-awk.el: Correct a typo.
5573
5574 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5575
5576 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5577 c-hungry-delete-backwards, at the request of RMS. Leave the old
5578 name as an alias.
5579
5580 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5581
5582 * progmodes/cc-mode.el: Correct a typo.
5583
5584 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5585
5586 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5587
5588 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5589
5590 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5591 brace-else-brace (error due to mbeg, mend being undefined).
5592
5593 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5594
5595 * progmodes/cc-mode.el: File Local variables: Solve the problem
5596 where both `mode' and c-file-offsets are specified: `mode' will
5597 overwrite c-f-o's settings:
5598 (c-remove-any-local-eval-or-mode-variables): New function.
5599 (c-postprocess-file-styles): Call the above new function, within
5600 c-tentative-buffer-change, to splat `mode' and `eval' before the
5601 second hack-local-variables.
5602
5603 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5604
5605 * progmodes/cc-mode.el:
5606 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5607 (c-after-change): Protect the match data with save-match-data.
5608 It was getting corrupted by c-after-change-check-<>-operators.
5609
5610 * cc-defs.el: [Supersedes patch V1.38]:
5611 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5612 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5613
5614 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5615 with save-match-data. It was being corrupted when Font Lock was
5616 not enabled.
5617
5618 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5619
5620 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5621 Mode and Subword Mode.
5622
5623 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5624 real labels ("case 1:" or "foo:") from non-labels ("public:").
5625 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5626 coding; c-f-t-2 doesn't move over a token at EOB.
5627
5628 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5629
5630 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5631 (c-update-modeline): Concatenate the minor mode indicators
5632 directly onto mode-name, removing c-submode-indicators.
5633 Sometimes, c-s-i got separated from the mode name on the mode line.
5634
5635 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5636 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5637
5638 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5639
5640 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5641 error message when there's an evaluation error to show whether
5642 it's loaded from source or not.
5643 (c-filter-ops): Make it available at runtime too to work when
5644 `c-make-init-lang-vars-fun' needs to evaluate from source.
5645
5646 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * help.el (help): Revert last part of 2006-02-23 change (deletion
5649 of the `provide' call).
5650
5651 2006-02-23 Juri Linkov <juri@jurta.org>
5652
5653 * compare-w.el (compare-windows-highlight): Add new value
5654 `persistent' and change :type from `boolean' to `choice'.
5655 (compare-windows-overlays1, compare-windows-overlays2):
5656 New internal variables.
5657 (compare-windows-highlight): If compare-windows-highlight is
5658 `persistent', add current overlays to compare-windows-overlays[12]
5659 instead of adding compare-windows-dehighlight to pre-command-hook.
5660 (compare-windows-dehighlight): Delete all overlays from
5661 compare-windows-overlays[12].
5662
5663 * info.el (Info-search): Don't bind search-spaces-regexp to
5664 Info-search-whitespace-regexp in non-regexp isearch mode.
5665
5666 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5669
5670 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5671
5672 * textmodes/org.el (org-xemacs-p)
5673 (org-export-html-show-new-buffer, org-table-may-need-update)
5674 (org-insert-item, org-mhe-get-message-real-folder)
5675 (org-mhe-get-message-folder-from-index)
5676 (org-mhe-get-message-folder, org-mhe-get-message-num)
5677 (org-mhe-get-header, org-make-org-heading-search-string)
5678 (org-make-org-heading-camel, org-table-sort-lines)
5679 (org-format-org-table-html, org-format-table-table-html):
5680 Fix typos in docstrings.
5681
5682 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5683
5684 * textmodes/org.el (org-cleaned-string-for-export)
5685 (org-solidify-link-text): New function.
5686 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5687 XEmacs, just to silence the compiler.
5688 (org-export-as-ascii, org-export-as-html-and-open):
5689 Use `org-cleaned-string-for-export' and create internal links.
5690 (org-follow-mhe-link): Require mh-e, use folder.
5691
5692 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5693
5694 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5695
5696 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5697 gdb-debug-log-length.
5698 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5699 it a real ring but...
5700 (gud-gdba-marker-filter): ...make it work like mark-ring.
5701 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5702 (gdb-mouse-jump): New function. Add bindings.
5703
5704 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5707 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5708 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5709 (gdb-debug-log-length): Customize it's length.
5710 (gud-watch, gdb-var-create-handler): Display function::var format
5711 but don't use to create variable object.
5712 (gdb-var-create-handler): Use message-box in place of message.
5713 (gdb-stopped): Call gdb-exited if signalled.
5714
5715 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5716
5717 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5718
5719 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5720
5721 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5722 if `reftex-try-all-extensions' is set.
5723
5724 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5725 fail silently when there is no valid argument at point.
5726 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5727 `fail-silently' argument. From a patch by David Reiter.
5728
5729 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5730 New commands.
5731 (org-mark-ring): New variable.
5732 (org-mark-ring-length): New option.
5733 (org-open-at-point, org-goto, org-open-file): Push old position
5734 onto the mark ring.
5735 (org-add-hook): New function.
5736 (org-export-table-remove-special-lines): New option.
5737 (org-skip-comments, org-format-org-table-html): Respect new
5738 option `org-export-table-remove-special-lines'.
5739 (org-open-file): Allow special command configuration for
5740 directory link.
5741 (org-file-apps): Fix bugs in customize type, added setting
5742 for directories.
5743 (org-activate-tags, org-format-agenda-item, org-complete)
5744 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5745 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5746 (org-link-search, org-make-org-heading-search-string)
5747 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5748 (org-radio-targets, org-file-link-context-use-camel-case)
5749 (org-activate-camels): New options.
5750 (org-update-radio-target-regexp, org-all-targets)
5751 (org-make-target-link-regexp, org-activate-target-links):
5752 New functions.
5753 (org-make-org-heading-search-string): New function.
5754 (org-store-link, org-insert-link): Use new option
5755 `org-file-link-context-use-camel-case'.
5756 (org-activate-camels): Use new option `org-activate-camels'.
5757 (org-link-regexp): Add mhe prefix.
5758 (org-open-at-point, org-store-link): Support for mhe links.
5759 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5760 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5761 (org-mhe-get-header, org-follow-mhe-link): New functions.
5762 (org-remove-angle-brackets, org-add-angle-brackets):
5763 New functions.
5764 (org-bracket-link-regexp): New constant.
5765 (org-read-date): Fix bug that was rejecting all typed dates.
5766 (org-link-search): Make hierarchy above visible after a match.
5767 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5768 (org-store-link): Fix bug with link creation when cursor is in
5769 an empty line.
5770 (org-open-at-point): Fix bug with matching a link.
5771 Fixed buggy argument sequence in call to `org-view-tags'.
5772 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5773 (org-prefix-has-tag): New variable.
5774 (org-format-agenda-item): Remove tags from headline
5775 if appropriate.
5776 (org-agenda-remove-tags-when-in-prefix): New option.
5777
5778 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5779
5780 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5781 Fix the regular expressions.
5782
5783 2006-02-21 Richard M. Stallman <rms@gnu.org>
5784
5785 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5786 if there's no other specific basis.
5787
5788 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5789 as variables at all.
5790 (unsafep-variable): Rename arg; doc fix.
5791
5792 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5793
5794 * calendar/appt.el (diary-selective-display): Add defvar.
5795
5796 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5797
5798 * isearch.el (search-whitespace-regexp): Fix custom type.
5799
5800 * help.el (describe-key-briefly): Compute interactive args
5801 in same was as before previous change.
5802
5803 * files.el (enable-local-variables): Doc fix.
5804
5805 2006-02-21 Kim F. Storm <storm@cua.dk>
5806
5807 * fringe.el: Cleanup as file is now pre-loaded.
5808 (fringe-bitmaps): Initialize unconditionally.
5809 (fringe-mode, set-fringe-style): Remove autoload cookies.
5810
5811 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5812
5813 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5814 `horizontal-bar'.
5815 (fringe-cursor-alist): Use `horizontal-bar'.
5816
5817 2006-02-20 Kim F. Storm <storm@cua.dk>
5818
5819 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5820 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5821
5822 * loadup.el: Load "fringe" on window systems.
5823
5824 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5825
5826 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5827 out of scope components.
5828
5829 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5830 default.
5831
5832 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * custom.el (customize-mark-to-save, customize-mark-as-set):
5835 Load the symbol first.
5836
5837 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5840 strech spec so it doesn't display as "^J" on the header line
5841 when `Buffer-menu-use-header-line' is t.
5842
5843 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * speedbar.el (speedbar-make-button): Keep text properties
5846 of string arguments if desired.
5847
5848 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5849 expessions.
5850
5851 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5852 of speedbar.
5853
5854 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5855
5856 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5857 to value of `read-file-name-completion-ignore-case'.
5858
5859 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * custom.el (customize-mark-as-set): Push to `user' theme.
5862
5863 * cus-edit.el (custom-save-variables): Allow unthemed values.
5864 (customize-set-variable): Push setting to `user' theme.
5865
5866 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5867
5868 * progmodes/gud.el: Don't require font-lock as it's now
5869 automatically loaded.
5870 (gud-speedbar-buttons): Replace gdb-var-changed with
5871 gdb-force-update.
5872
5873 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5874 gdb-var-changed.
5875 (gdb-post-prompt): Use it.
5876 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5877 (gdb-var-update-handler, gdb-var-delete)
5878 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5879 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5880 gdb-force-update in gdb-post-prompt.
5881 (gdb-reset): Clear watch expressions from speedbar when quitting.
5882
5883 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5884
5885 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5886 (viper-change-state-to-vi, viper-change-state-to-emacs):
5887 Make aware of cursor coloring in the Emacs state.
5888 (viper-special-read-and-insert-char): Use read-char-exclusive.
5889 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5890
5891 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5892
5893 * viper-util.el (viper-save-cursor-color)
5894 (viper-get-saved-cursor-color-in-replace-mode)
5895 (viper-get-saved-cursor-color-in-insert-mode)
5896 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5897 state.
5898 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5899
5900 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5901 (ediff-ignore-case-option3, ediff-actual-diff-options)
5902 (ediff-actual-diff3-options): New variables to control case sensitivity.
5903 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5904 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5905 (ediff-toggle-ignore-case): New function.
5906 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5907
5908 * ediff-help.el (ediff-long-help-message-narrow2)
5909 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5910 (ediff-long-help-message-word-mode): Add ignore-case command.
5911 (ediff-help-for-quick-help): Add ignore-case command.
5912
5913 * ediff-merg.el: Move provide to the end.
5914
5915 * ediff-ptch.el: Move provide to the end.
5916
5917 * ediff-wind.el: Move provide to the end.
5918
5919 * ediff-mult.el: Move provide to the end.
5920 (ediff-set-meta-overlay): Enable follow-link.
5921
5922 * ediff.el: Move provide to the end.
5923 Break recursive load cycle in eval-when-compile.
5924 (ediff-patch-buffer): Better heuristics.
5925
5926 * ediff-util.el: Move provide to the end.
5927 Break recursive load cycle in eval-when-compile.
5928 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5929 defuns.
5930 (ediff-submit-report): Pass the values of ediff-diff3-program,
5931 ediff-diff3-options.
5932
5933 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5934
5935 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5936 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5937 `' (for example, in the docstring of `windmove-default-keybindings').
5938
5939 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5940
5941 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5942 shadow face. Don't provide binding to edit variable when it is
5943 out of scope.
5944
5945 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5946 (gdb-var-update-handler): Detect out of scope variables with pre
5947 GDB 6.4 too.
5948 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5949 Reset status of variable objects to nil in update handlers.
5950 (gdb-var-update-handler-1): Detect when a variable object comes
5951 in scope. setcar on var changes gdb-var-list directly.
5952
5953 2006-02-17 Juri Linkov <juri@jurta.org>
5954
5955 * ffap.el (ffap) <defface>: Add explicit face declaration.
5956 (ffap-highlight): Use face `ffap' directly instead of checking
5957 for its existence.
5958
5959 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5960 `visible-ok' of `other-buffer' to find the right original buffer.
5961
5962 * info.el (Info-search): Skip `Local Variables' node.
5963
5964 2006-02-17 Juri Linkov <juri@jurta.org>
5965
5966 * info.el (Info-find-file): Check for symbols `apropos', `history',
5967 `toc' in the input filename, and return these symbols as is.
5968 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5969 `history', `toc' instead of strings.
5970 (Info-set-mode-line): For non-string Info-current-file use the
5971 symbol's name inside **.
5972 (Info-isearch-push-state): Add quote before Info-current-file and
5973 Info-current-node.
5974 (Info-isearch-pop-state): Use `equal' instead of `string='.
5975 (Info-extract-pointer, Info-following-node-name): Use
5976 `match-string-no-properties' instead of `match-string'.
5977 (Info-up): Check `old-file' for `stringp'.
5978 (Info-history): Use `equal' instead of `string-equal'.
5979 Check `file' for `stringp'.
5980 (Info-history): Use symbol `history' instead of string as first arg
5981 of `Info-find-node'.
5982 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5983 `toc' instead of string.
5984 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5985 instead of `buffer-substring', and `match-string-no-properties'
5986 instead of `match-string'.
5987 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5988 instead of strings.
5989 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5990 Use symbol `apropos' instead of string.
5991 (Info-copy-current-node-name): Check `Info-current-file' for
5992 `stringp' and construct a command with `Info-find-node' from it.
5993 (Info-fontify-node): Use `match-string-no-properties' instead of
5994 `match-string' and check file names for `stringp'.
5995 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5996 `history', `toc' instead of strings.
5997
5998 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * files.el: Rearrange functions and variables in the file local
6001 variables section.
6002
6003 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6004
6005 * files.el: Add truncate-lines, ispell-check-comments and
6006 ispell-local-dictionary as safe local variables.
6007
6008 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6009
6010 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6011 out of scope variables.
6012 (gud-speedbar-buttons): Use unless.
6013
6014 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6015 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6016 (gdb-show-changed-values): Also use for out of scope variables.
6017 (gdb-var-update-handler-1): Note if variable goes out of scope.
6018
6019 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6020
6021 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6022 default to global variable values for unsupplied args.
6023 (rcirc-get-buffer-create): Fix bug with setting the target.
6024 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6025 test for rcirc-always-use-server-buffer-flag here.
6026 (rcirc-response-formats): Add %N, which is a facified nick. %n
6027 uses the default face. Change the ACTION format string. If the
6028 "nick" is the server, don't print anything for that field.
6029 Comment fixes.
6030 (rcirc-target-buffer): Don't test
6031 rcirc-always-use-server-buffer-flag here.
6032 (rcirc-print): Squeeze extra spaces out of the text before message.
6033 (rcirc-put-nick-channel): Strip potential "@" char from nick
6034 before adding them to nick table.
6035 (rcirc-url-regexp): Improve to match address like "foo.com".
6036
6037 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6038
6039 * allout.el (allout-hidden-p): Move this defsubst before
6040 allout-overlay-interior-modification-handler, where it is first
6041 used.
6042
6043 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6044
6045 * allout.el: Use allout invisible-text overlays instead of
6046 selective display for concealed text. Also, lots of general
6047 cleanup, and improved compatibility code.
6048
6049 (allout-version) Incremented, corrected, revised, and refined
6050 module commentary.
6051
6052 (provide 'allout): Moved to the bottom, added a require of overlay.
6053
6054 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6055 `except-current'.
6056 (allout-write-file-hook-handler): Minimize delay.
6057 (count-trailing-whitespace-region): New function so
6058 auto-encryption of current topic can resituate cursor exactly.
6059 PGP/GPG encryption trims trailing whitespace from lines, which
6060 must be accounted for across encryption then decryption.
6061
6062 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6063 just plain "\C-c", to avoid intruding on user's keybinding space.
6064
6065 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6066 parameter, so user request to provide a new password is done.
6067
6068 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6069 Refined mechanism for auto-filling behavior while in allout mode.
6070
6071 (allout-mode): Explicitly specify the mode map in the docstring.
6072 Clarify provision for various write-file hook var names.
6073 Adjusted for invisible-text overlays instead of selective-display.
6074
6075 (allout-depth): Really return 0 if not within any topic. This
6076 rectifies `allout-beginning-of-level' and sequence numbering
6077 errors that occur when cutting and pasting numbered topics.
6078 Changed from a in-line subst to a regular function, as well.
6079
6080 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6081
6082 (allout-end-of-subtree, allout-end-of-subtree)
6083 (allout-end-of-entry, allout-end-of-current-heading)
6084 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6085 (allout-show-children, allout-show-to-offshoot)
6086 (allout-hide-current-entry, allout-show-current-entry): Rectified
6087 handling of trailing blank lines between items.
6088
6089 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6090 (allout-current-depth, allout-unprotected, allout-hidden-p)
6091 (allout-on-current-heading-p, allout-listify-exposed)
6092 (allout-chart-subtree, allout-goto-prefix)
6093 (allout-back-to-current-heading, allout-get-body-text)
6094 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6095 (allout-hide-region-body, allout-toggle-subtree-encryption)
6096 (allout-encrypt-string, allout-encrypted-key-info)
6097 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6098 (allout-file-vars-section-data): Adjusted for use with
6099 invisible-text overlays instead of selective-display.
6100
6101 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6102 Reworked for use with invisible text overlays.
6103
6104 (allout-current-topic-collapsed-p): New function.
6105
6106 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6107 to know when to close the containing topic.
6108
6109 (allout-pre-command-business, allout-post-command-business):
6110 Simplify undo-batching and dynamic isearch exposure.
6111
6112 (allout-set-overlay-category): New for invisible-text overlays.
6113 Sets properties of allout-overlay-category, used by
6114 allout-flag-region to set invisible-text overlay properties.
6115 (allout-get-invisibility-overlay): Get the first qualifying
6116 invisibility overlay, so we can find the extent of it.
6117 (allout-back-to-visible-text): Get to just before the beginnining
6118 of the current invisibility overlay, if any.
6119
6120 (allout-overlay-insert-in-front-handler)
6121 (allout-overlay-interior-modification-handler)
6122 (allout-before-change-handler, allout-isearch-end-handler): New
6123 functions to handle extraordinary actions affecting concealed
6124 text.
6125
6126 (allout-flag-region): Use overlays instead of selective-display
6127 for invisible text - by inheritence from the properties of
6128 allout-overlay-category in mainline Emacs, and applied
6129 property-by-property in XEmacs, some recent versions of which
6130 don't inherit the properties from the category. Provisions to
6131 respond to concealed-text edits simplified drastically.
6132
6133 (allout-isearch-rectification, allout-isearch-was-font-lock)
6134 (allout-isearch-expose, allout-enwrap-isearch)
6135 (allout-isearch-abort, allout-pre-was-isearching)
6136 (allout-isearch-prior-pos, allout-isearch-did-quit)
6137 (allout-isearch-dynamic-expose)
6138 (allout-hide-current-entry-completely): Functions deleted.
6139
6140 (allout-undo-aggregation): Explicit undo aggregation no longer
6141 necessary due to transition away from selective-display.
6142
6143 (set-allout-regexp, allout-up-current-level)
6144 (allout-next-visible-heading, allout-forward-current-level)
6145 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6146 (allout-kill-line, allout-yank-processing, allout-show-children)
6147 (allout-expose-topic, allout-old-expose-topic)
6148 (allout-listify-exposed, allout-insert-latex-header)
6149 (allout-toggle-subtree-encryption, allout-encrypt-string)
6150 (remove-from-invisibility-spec, allout-hide-current-subtree):
6151 Ditched unused variables.
6152
6153 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6154
6155 * textmodes/ispell.el (ispell-change-dictionary): Call
6156 ispell-buffer-local-dict instead of
6157 ispell-accept-buffer-local-defs.
6158 (ispell-local-dictionary-alist): Accept as valid any coding-system
6159 supported by Emacs.
6160 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6161 changed to iso-8859-3.
6162
6163 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6164
6165 * speedbar.el (speedbar-frame-width): Make an inline function
6166 instead of a macro. Use frame-width.
6167 (speedbar-try-completion, speedbar-update-contents)
6168 (speedbar-timer-fn): Use consp.
6169 (speedbar-update-localized-contents): Try to preserve point.
6170
6171 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6172 (menu): Re-order menu items.
6173 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6174 field.
6175 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6176 (gdb-post-prompt): Speed things by not forcing update.
6177
6178 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6181 press and perform default action if we get a mouse movement event.
6182
6183 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * calendar/icalendar.el (icalendar--get-event-property)
6186 (icalendar--get-event-property-attributes): Fix typos in
6187 docstrings.
6188
6189 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6190 docstring.
6191
6192 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6193
6194 * bs.el (bs-mode): Use `buffer-disable-undo'.
6195 (bs--get-file-name): Simplify.
6196 (bs-show-in-buffer): Mark the buffer as not modified.
6197
6198 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6201 widget-button-click.
6202
6203 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6204 (custom-mode): Update docstring.
6205
6206 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6207 binding.
6208
6209 * files.el (hack-local-variables-confirm): Allow scrolling if the
6210 file variable list is too long. Kill temp buffer after use.
6211
6212 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6213
6214 * progmodes/gud.el (gdb): Improve doc string.
6215 (gdb-script-font-lock-keywords): Expand allowed character set.
6216
6217 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6218 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6219 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6220 (gdb-separate-io-stop, gdb-separate-io-eof):
6221 Rename from gdb-inferior-* to gdb-separate-*.
6222 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6223
6224 2006-02-14 Jay Belanger <belanger@truman.edu>
6225
6226 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6227 expression is a symbol before checking that it is bound.
6228
6229 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6230 test to see if equation can be solved.
6231
6232 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * wid-edit.el (widget-button-click): Use :pressed-face property
6235 for overlay face, if it exists.
6236
6237 * cus-edit.el (custom-manual, custom-add-see-also)
6238 (custom-add-parent-links, custom-group-link): Add :pressed-face
6239 property to links.
6240
6241 * files.el (hack-local-variables): Remove ignored variables before
6242 checking if any variables need setting.
6243
6244 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6245
6246 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6247
6248 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6249
6250 * help.el (where-is): Fix message for remapped commands.
6251
6252 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6253 Fix typos in docstrings.
6254
6255 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * files.el (safe-local-variable-values): New option.
6258 (hack-local-variables-prop-line): Return a list of variable-value
6259 pairs if MODE-ONLY is non-nil.
6260 (hack-local-variables): Construct list of variable-value pairs,
6261 and apply or reject them in one go. Ask for confirmation if
6262 variables are not known safe.
6263 (hack-local-variables-confirm): Complete rewrite. Support
6264 `safe-local-variable-values'.
6265 (enable-local-variables): Update docstring to reflect new
6266 behavior.
6267 (ignored-local-variables): Ignore ignored-local-variables and
6268 safe-local-variable-values.
6269 (safe-local-variable-p): New function.
6270 (risky-local-variable-p): `safe-local-variable' property check
6271 moved to safe-local-variable-p.
6272 (hack-one-local-variable): Checks moved to hack-local-variables.
6273
6274 (byte-compile-dynamic, c-basic-offset, c-file-style)
6275 (c-indent-level, comment-column, fill-column, fill-prefix)
6276 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6277 (no-update-autoloads, outline-regexp, page-delimiter)
6278 (paragraph-start, paragraph-separate, sentence-end)
6279 (sentence-end-double-space tab-width, version-control):
6280 Add `safe-local-variable' property.
6281
6282 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6283
6284 * icomplete.el, play/landmark.el: Change nonexistent
6285 `outline-layout' file variable to `allout-layout'.
6286
6287 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6290 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6291 to gud-comint-buffer.
6292 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6293 gdb-ui.el for gdb-mi.el.
6294 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6295 registers buffer to gdb-get-changed-registers.
6296 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6297 deletion of catchpoints (throw and catch).
6298 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6299 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6300 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6301 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6302 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6303
6304 2006-02-13 Jay Belanger <belanger@truman.edu>
6305
6306 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6307 expression is a symbol before checking that it is bound.
6308
6309 2006-02-13 Richard M. Stallman <rms@gnu.org>
6310
6311 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6312 for the minibuffer too, but not if resize-mini-windows will interfere.
6313
6314 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6315 inside `interactive' spec.
6316 (describe-key-briefly-internal, describe-key-internal):
6317 Functions merged back into their callers.
6318
6319 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6320
6321 * info.el (info-xref-visited): Inherit from info-xref too.
6322 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6323 when propertizing Info-current-file and Info-current-node.
6324
6325 2006-02-13 Juri Linkov <juri@jurta.org>
6326
6327 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6328 (tumme-thumb-name): Fix per-directory format.
6329
6330 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6333
6334 2006-02-12 Miles Bader <miles@gnu.org>
6335
6336 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6337
6338 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6339
6340 * tumme.el: Remove history section. If someone needs the it, it
6341 can always be found in CVS.
6342
6343 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6344
6345 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6346 about the Thumbnail Managing Standard option.
6347
6348 2006-02-12 Richard M. Stallman <rms@gnu.org>
6349
6350 * subr.el (substitute-key-definition): Doc fix.
6351
6352 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6353
6354 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6355
6356 * info.el (Info-mode): Doc fix.
6357
6358 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6359
6360 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6361
6362 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6363 because on Solaris a POSIX compatible "id" is needed. Reported by
6364 Magnus Henoch <mange@freemail.hu>.
6365
6366 2006-02-12 Juri Linkov <juri@jurta.org>
6367
6368 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6369 (tumme) <defgroup>: Change :group to `multimedia'.
6370 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6371 Managing Standard.
6372 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6373 Fix dostring.
6374 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6375 and %y. Fix docstring.
6376 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6377 (tumme-cmd-create-standard-thumbnail-command): New user options.
6378 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6379 is `standard'. Fix docstring.
6380 (tumme-thumb-width, tumme-thumb-height): New user options.
6381 (tumme-external-viewer): Try to find various viewers.
6382 (tumme-get-thumbnail-image): Use `create-image' instead of
6383 constructing the `image' structure.
6384 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6385 `standard'.
6386 (tumme-thumb-name): Add file name generation for standard storage.
6387 Simplify code for other storages.
6388 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6389 Add modification time %m and thumbnail-nq8 %q.
6390 Use `tumme-cmd-create-standard-thumbnail-command' if
6391 tumme-thumbnail-storage is `standard'.
6392 (tumme-dired-insert-marked-thumbs): New autoload command.
6393 (tumme-dired-after-readin-hook): New function.
6394 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6395 `tumme-thumb-size'.
6396 (tumme-display-image): Replace size-x %x and size-y %y with
6397 width %w and height %h.
6398
6399 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6400 `tumme-dired-insert-marked-thumbs'.
6401
6402 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6403
6404 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6405 include path).
6406 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6407 matching tag.
6408
6409 2006-02-12 Miles Bader <miles@gnu.org>
6410
6411 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6412 New variables.
6413 (rcirc-abbrev-nick): New function.
6414 (rcirc-format-response-string): Rewrite to use the formats in
6415 `rcirc-response-formats' and expand escape sequences therein.
6416 A text-property `rcirc-text' is added over the actual response
6417 text to make easy to find inside the returned string.
6418 (rcirc-print): When filling, just look for the `rcirc-text'
6419 text-property to find the appropriate fill prefix, instead of
6420 using hardwired patterns.
6421
6422 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6423
6424 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6425 Managing Standard.
6426
6427 2006-02-11 Kim F. Storm <storm@cua.dk>
6428
6429 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6430 Don't use insert-buffer; do insert-buffer-substring directly.
6431 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6432
6433 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6434
6435 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6436 with inhibit-read-only. Suggested by Stefan Monnier.
6437 (revert-buffer): Let insert-file-contents discard
6438 buffer-undo-list. Simplify code.
6439 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6440
6441 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6442
6443 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6444
6445 * help.el (describe-key-briefly): Now a wrapper for
6446 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6447 to t. Populate yank-menu if empty.
6448 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6449 (describe-key): Now a wrapper for describe-key-internal. Bind
6450 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6451 (describe-key-internal): Renamed from describe-key.
6452
6453 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6454
6455 * progmodes/glasses.el (glasses-separator): Doc fix.
6456 (glasses-original-separator): New defcustom.
6457 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6458
6459 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6460
6461 * mwheel.el (mouse-wheel-up-event): Doc fix.
6462
6463 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6464
6465 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6466 (tumme-dir): New function. Copied from thumbs.el.
6467
6468 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * desktop.el (desktop-outvar): Fix typo.
6471 (desktop-save-buffer-p): Doc fix.
6472
6473 * subr.el (substitute-key-definition): Fix typo.
6474
6475 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6476
6477 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6478 when window-system is mac.
6479
6480 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6481
6482 2006-02-10 Kim F. Storm <storm@cua.dk>
6483
6484 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6485 indirect-function instead of using condition-case.
6486
6487 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6488
6489 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6490 less `colloquial'...
6491
6492 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6493
6494 * tumme.el: Add a couple of todo items.
6495
6496 2006-02-09 Lars Hansen <larsh@soem.dk>
6497
6498 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6499 (highlight-changes-mode): Don't change desktop-locals-to-save.
6500
6501 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * image-mode.el (image-toggle-display): Clear image cache if using
6504 filename.
6505
6506 2006-02-09 Masatake YAMATO <jet@gyve.org>
6507
6508 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6509 a `dired-man' target.
6510
6511 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6512 boundary of symbols.
6513
6514 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6515
6516 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6517
6518 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6521 `mapcar'; return nil.
6522
6523 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6526 some other event.
6527
6528 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6529
6530 * net/rcirc.el (rcirc-startup-channels-alist):
6531 Add irc.freenode.net and #emacs as defaults.
6532 (rcirc-ignore-all-activity-flag): Remove variable.
6533 (rcirc-authinfo): New variable.
6534 (rcirc-authinfo-filename): Remove variable.
6535 (rcirc-always-use-server-buffer-flag): New flag.
6536 (rcirc): M-x rcirc will automatically connect without prompting.
6537 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6538 connection in lisp.
6539 (rcirc-process-server-response-1): Remove everything but the nick
6540 portion of the sender so it doesn't need to be done everywhere
6541 else. Update related code.
6542 (global-map): Remove global keybindings.
6543 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6544 (rcirc-send-input): Split into several functions.
6545 (rcirc-process-input-line, rcirc-process-message)
6546 (rcirc-process-command): New functions.
6547 (rcirc-target-buffer): New function to determine where to route
6548 messages.
6549 (rcirc-user-nick): Save match data.
6550 (rcirc-toggle-ignore-buffer-activity)
6551 (rcirc-update-activity-string): Remove global ignore functionality,
6552 which can be done now by toggling rcirc-track-minor-mode.
6553 (rcirc-track-minor-mode-map): New keymap.
6554 (rcirc-track-minor-mode): New minor-mode.
6555 (ignore): Make the ignore output nicer. Always print it when
6556 adding or removing nicks.
6557 (rcirc-url-regexp): Improve.
6558 (rcirc-mangle-text): Remove properties before using text in the
6559 modeline.
6560 (rcirc-authenticate): Authentication data comes from
6561 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6562 (rcirc-server-prefix): Inherit from rcirc-server.
6563
6564 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6565
6566 * Makefile.in (compile): Append "|| true" to the end of the `find'
6567 command, like compile-always does.
6568
6569 2006-02-08 Sam Steingold <sds@gnu.org>
6570
6571 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6572 output from a dead connection.
6573
6574 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6575
6576 * dired.el (dired-mode-map): Add more bindings for tumme.
6577
6578 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * wdired.el (wdired-mode-map): Use remap.
6581 (wdired-get-filename): Massage.
6582 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6583 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6584 `keymap' property rather than `local-map'.
6585
6586 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6587
6588 * tumme.el (tumme-get-thumbnail-image): New utility function.
6589 Suggested by from Chong Yidong.
6590 (tumme-dired-with-window-configuration): Rename from
6591 `tumme-dired'. Add code to save window configuration.
6592 (tumme-restore-window-configuration): New command to restore the
6593 window configuration that `tumme-dired-with-window-configuration'
6594 saves before it changes the window configuration.
6595 (tumme-show-all-from-dir): New command to display thumbnails for
6596 all files in a directory entered by the user, like M-x thumbs.
6597 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6598 have been created.
6599 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6600 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6601 Remove obsolete test function.
6602
6603 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6604
6605 * vc.el (small-temporary-file-directory): Remove defvar; there's
6606 a defcustom for it in files.el.
6607
6608 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6609 Fix typo in message.
6610 (tumme-gallery-generate): Fix typo in `error' message.
6611 (tumme-display-window-height-correction)
6612 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6613 (tumme-line-up-interactive): Dox fixes.
6614 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6615 (tumme-restore-window-configuration, tumme-format-properties-string)
6616 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6617 Fix typos in docstrings.
6618
6619 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6620
6621 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6622
6623 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6624
6625 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6626 User should use hook if desired.
6627
6628 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6629 buffer if necessary.
6630 (gdb-delete-frame-or-window): New function.
6631 (gdb-breakpoints-mode-map): Bind "q" to it.
6632
6633 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * textmodes/nroff-mode.el: Clean up name space.
6636 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6637 (nroff-mode): Obey the global setting of nroff-electric-mode.
6638 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6639
6640 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6641
6642 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6643
6644 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6645
6646 2006-02-06 Lars Hansen <larsh@soem.dk>
6647
6648 * generic-x.el (etc-fstab-generic-mode): Add file system types
6649 cifs and usbdevfs. Allow special chars in file names.
6650
6651 2006-02-05 Jay Belanger <belanger@truman.edu>
6652
6653 Update copyright notices of the files in lisp/calc.
6654
6655 2006-02-05 Romain Francoise <romain@orebokech.com>
6656
6657 Update copyright notices of all files in the lisp/play directory.
6658
6659 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6660
6661 * ldefs-boot.el: Regenerate.
6662
6663 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6664
6665 2006-02-05 Kim F. Storm <storm@cua.dk>
6666
6667 * files.el (magic-mode-regexp-match-limit): New defvar.
6668 (set-auto-mode): Use it to limit magic-mode-alist matching.
6669
6670 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6671
6672 * simple.el (display-message-or-buffer): Compare the number of
6673 characters to the frame width when determining whether a 1-line
6674 message string will fit in the echo area. Count screen lines
6675 instead of buffer lines when determining whether a multi-line
6676 message will fit in the echo area/minibuffer window.
6677
6678 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6679
6680 * info.el (Info-index, Info-mode): Improve the description of the
6681 `i' command.
6682
6683 * ldefs-boot.el: Regenerate.
6684
6685 2006-02-03 Werner Lemberg <wl@gnu.org>
6686
6687 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6688 greedy to find the closing bracket in \*[...] and similar
6689 expressions. This is a first rough fix -- many additional
6690 refinements are necessary to make nroff mode really usable with groff.
6691
6692 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6693
6694 * international/mule-cmds.el (set-locale-environment):
6695 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6696 libX11.
6697
6698 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6699
6700 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6701 archive are created in archive-tmpdir.
6702
6703 2006-02-02 John Paul Wallington <jpw@pobox.com>
6704
6705 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6706 (ibuffer-fontification-alist): Use it.
6707 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6708 to "* z" and the Ibuffer Mark menu.
6709
6710 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6711
6712 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * textmodes/table.el (*table--cell-describe-mode)
6715 (*table--cell-describe-bindings): Undo last change since
6716 print-help-return-message is not obsoleted by anything at all.
6717
6718 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6719
6720 * emulation/cua-base.el (cua-mode): Doc fix.
6721
6722 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * dframe.el (dframe-handle-make-frame-visible)
6725 (dframe-handle-iconify-frame, dframe-get-focus)
6726 (dframe-select-attached-frame, dframe-power-click)
6727 (dframe-frame-mode): Fix typos in docstrings.
6728
6729 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6730 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6731 Fix typos in docstrings.
6732
6733 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6734 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6735 (hi-lock-archaic-interface-message-used)
6736 (hi-lock-file-patterns-range): Fix typos in docstrings.
6737
6738 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6739 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6740
6741 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6742 Fix typo in docstring.
6743
6744 * net/newsticker.el (newsticker--decode-iso8601-date)
6745 (newsticker--set-customvar, newsticker--buffer-insert-item)
6746 (newsticker--do-run-auto-mark-filter)
6747 (newsticker--parse-generic-feed): Doc fixes.
6748 (newsticker--retrieval-timer-list, newsticker-url-list)
6749 (newsticker-hide-immortal-items-in-echo-area)
6750 (newsticker-hide-obsolete-items-in-echo-area)
6751 (newsticker-new-item-face, newsticker--enclosure)
6752 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6753 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6754 (newsticker--parse-generic-feed, newsticker--cache-contains)
6755 (newsticker--stat-num-items, newsticker-download-enclosures):
6756 Fix typos in docstrings.
6757
6758 * net/rcirc.el (rcirc-debug): Doc fix.
6759 (rcirc-fill-column, rcirc-receive-message-hooks)
6760 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6761 (rcirc-mode, rcirc-generate-new-buffer-name)
6762 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6763 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6764 Fix typos in docstrings.
6765 (rcirc-print): "?\ " -> "?\s".
6766 (rcirc-cmd-join): Improve argument/docstring consistency.
6767
6768 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6769
6770 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6771 before narrow-to-region.
6772
6773 2006-02-01 Richard M. Stallman <rms@gnu.org>
6774
6775 * simple.el (move-beginning-of-line): Scan properly for invis change.
6776
6777 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6778
6779 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6782 change bit only when id-format is 'integer. Reported by Matt
6783 Hodges <M.P.Hodges@rl.ac.uk>.
6784
6785 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * hilit-chg.el (highlight-changes-initial-state)
6788 (highlight-changes-global-initial-state): Doc fixes.
6789 (highlight-changes-global-modes, global-highlight-changes):
6790 Fix typos in docstrings.
6791
6792 2006-02-01 Kim F. Storm <storm@cua.dk>
6793
6794 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6795 transient-mark-mode in doc string.
6796
6797 2006-01-31 Richard M. Stallman <rms@gnu.org>
6798
6799 * replace.el (multi-occur): Doc fix.
6800 (multi-occur-in-matching-buffers): Rename from
6801 multi-occur-by-filename-regexp. Prefix arg says match
6802 buffer names instead of file names.
6803
6804 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * bs.el: Allow non-default values of `bs-header-lines-length'.
6807 (bs--running-in-xemacs): Remove (not needed anymore).
6808 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6809 instead of `shrink-window', thus avoiding having to compute the
6810 height of the window.
6811 (bs--up): Wrap around even when there's no header.
6812 (bs--down): Use `forward-line' instead of `next-line'.
6813
6814 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6815
6816 * image-mode.el (image-toggle-display): Use file name if possible,
6817 instead of unnecessarily allocating a (possibly huge) lisp string.
6818
6819 2006-01-30 John Paul Wallington <jpw@pobox.com>
6820
6821 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6822 because the `assert' macro signals it at runtime.
6823
6824 * emacs-lisp/cl.el (toplevel): Remove definition of
6825 `cl-assertion-failed' condition.
6826
6827 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6828
6829 * thumbs.el (thumbs-marked-list): Make buffer-local and
6830 permanent-local.
6831 (thumbs-insert-thumb): Make help-echo non-sticky.
6832 (thumbs-file-alist): Use eolp as check for (non)-image.
6833
6834 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6837 (ediff-before-session-group-setup-hooks)
6838 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6839 Fix typos in docstrings.
6840
6841 * window.el (bw-dir, bw-eqdir, balance-windows)
6842 (split-window-keep-point): Fix typos in docstrings.
6843
6844 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6845 (org-quote-string, org-calendar-to-agenda-key)
6846 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6847 (org-show-following-heading, org-tags-column)
6848 (org-use-tag-inheritance, org, org-allow-space-in-links)
6849 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6850 (org-enable-table-editor, org-calc-default-modes)
6851 (org-table-allow-automatic-line-recalculation)
6852 (org-export-html-style, org-export-with-fixed-width)
6853 (org-export-with-sub-superscripts, org-special-keyword)
6854 (org-formula, org-time-grid, org-table-may-need-update)
6855 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6856 (org-goto-quit, org-get-indentation, org-end-of-item)
6857 (org-move-item-down, org-move-item-up)
6858 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6859 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6860 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6861 (org-agenda-log-mode, org-agenda-toggle-diary)
6862 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6863 (org-agenda-file-to-end, org-agenda-no-heading-message)
6864 (org-agenda-get-closed, org-format-agenda-item)
6865 (org-cmp-priority, org-cmp-category, org-cmp-time)
6866 (org-agenda-change-all-lines, org-agenda-diary-entry)
6867 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6868 (org-link-search, org-camel-to-words, org-open-file)
6869 (org-remember-handler, org-table-convert-region)
6870 (org-table-move-row-down, org-table-move-row-up)
6871 (org-table-copy-region, org-table-wrap-region)
6872 (org-table-toggle-vline-visibility)
6873 (org-table-get-vertical-vector, org-table-modify-formulas)
6874 (org-table-get-specials, org-recalc-commands)
6875 (org-table-rotate-recalc-marks, org-table-eval-formula)
6876 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6877 (org-level-color-stars-only, org-insert-heading):
6878 Fix typos in docstrings.
6879 (last-arg): Add defvar.
6880
6881 * makefile.w32-in (WINS): Add erc.
6882 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6883
6884 2006-01-29 Bill Wohler <wohler@newt.com>
6885
6886 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6887 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6888 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6889 (mh-autoloads): Don't use comments on otherwise empty lines.
6890
6891 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6892
6893 * emulation/viper.el (viper-major-mode-modifier-list): Add
6894 insert-state and vi-state entries for erc-mode.
6895 (viper-go-away, viper-set-hooks): Add and remove
6896 viper-comint-mode-hook from erc-mode-hook as appropriate.
6897
6898 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6899
6900 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * bs.el (bs--format-aux): Implement `middle' alignment as
6903 described in the docstring for `bs-attributes-list'.
6904 (bs--get-name): Simplify. Don't pad the buffer name.
6905
6906 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6907
6908 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6909 English aspell dictionary is installed, use the first entry of
6910 ispell-dictionary-alist-1.
6911
6912 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6913
6914 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6915 Doc fix.
6916
6917 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6918
6919 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6920 for `process-file', in order to let it work for older Emacsen too.
6921
6922 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6923
6924 * international/latexenc.el: Add a suitable `coding:' tag.
6925 (latexenc-find-file-coding-system): Undo last change.
6926
6927 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6928
6929 * international/latexenc.el (latexenc-find-file-coding-system):
6930 Make sure latexenc-main-file is a regular file and is readable.
6931
6932 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6933
6934 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6935 Pass FILE to vc-user-login-name.
6936
6937 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6938
6939 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6940
6941 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6942 there are no more images to display.
6943 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6944 the next image.
6945
6946 2006-01-26 Richard M. Stallman <rms@gnu.org>
6947
6948 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6949
6950 * wid-edit.el (advertised-widget-backward): New alias.
6951 (widget-keymap): Use advertised-widget-backward for S-TAB.
6952
6953 * tumme.el: Correct the keywords.
6954 (tumme-dir-max-size): Use defvar.
6955 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6956
6957 * simple.el (move-beginning-of-line): Take account of fields.
6958 (clone-indirect-buffer-other-window): Take args like
6959 clone-indirect-buffer, and work like it.
6960
6961 * help-fns.el (describe-function): Don't pass `nil' as default.
6962
6963 * files.el (risky-local-variable-p): Follow var aliases.
6964
6965 * subr.el (lazy-completion-table): Doc fix.
6966
6967 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6968 global binding of `line'.
6969
6970 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6971
6972 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6973 Tramp.
6974
6975 * vc.el (vc-default-dired-state-info): Pass FILE to
6976 vc-user-login-name.
6977 (vc-default-update-changelog): Don't use vc-user-login-name, we
6978 don't need it here.
6979
6980 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6981 no longer necessary.
6982
6983 2006-01-25 Kenichi Handa <handa@m17n.org>
6984
6985 * international/mule.el (decode-char): Avoid the overhead of
6986 calling utf-lookup-subst-table-for-decode if
6987 utf-translate-cjk-mode is nil.
6988 (encode-char): Avoid the overhead of calling
6989 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6990 nil.
6991
6992 2006-01-22 Kenichi Handa <handa@m17n.org>
6993
6994 * international/mule.el (make-subsidiary-coding-system): Reset
6995 `coding-system-define-form' property of subsidiaries to nil.
6996 Avoid duplicated entry in coding-system-alist.
6997 (make-coding-system): Avoid duplicated entry in
6998 coding-system-alist.
6999 (define-coding-system-alias): Likewise.
7000
7001 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * completion.el: Minor fixes in introductory comment.
7004 (completion-def-wrapper): Fix alist.
7005
7006 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * thumbs.el (thumbs-new-image-size): New function.
7009 (thumbs-increment-image-size-element)
7010 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7011 (thumbs-decrement-image-size): Delete.
7012 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7013 temp files and use to resize.
7014 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7015 Use increment argument to enlarge/shrink. Preserve point.
7016 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7017 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7018 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7019 (thumbs-mark, thumbs-unmark): Preserve point.
7020 (thumbs-modify-image): Keep old temp files and use to modify.
7021 Cleanup old temp files at load time. Preserve point.
7022 (thumbs-view-image-mode-map): Use new command names.
7023
7024 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7027
7028 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7029 the nastiest part of the cyclic dependency.
7030 (cal-menu-update): Use dotimes and calendar-increment-month.
7031
7032 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7033 (calendar-week-start-day): Add an :initializer.
7034 (calendar-mode-map): Use suppress-keymap, and command remapping.
7035 (describe-calendar-mode): Setup xref-stack info for the back button.
7036 (calendar-star-date): Insert before delete.
7037 (calendar-set-mode-line): Add file-modified info if applicable.
7038 (calendar-increment-month): New function.
7039
7040 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7041
7042 * font-lock.el (lisp-font-lock-keywords-2):
7043 Recognize "& keywords" only at word boundaries.
7044
7045 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7048 and permanent-local.
7049 (thumbs-max-image-number): New variable.
7050 (thumbs-do-thumbs-insertion): Use them.
7051 (thumbs-per-line): Change default to 4.
7052 (thumbs-marked-list): Rename from thumbs-markedL.
7053 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7054 (thumbs-rename-images): Use -list instead of L for internal variables.
7055 (thumbs-call-convert): Use call-process instead of shell-command.
7056 (thumbs-insert-thumb): Add filename as help-echo to each image.
7057 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7058 Give dir to thumbs-show-thumbs-list.
7059 (thumbs-show-thumbs-list): Set default-directory to that of images.
7060 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7061 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7062 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7063 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7064
7065 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * ses.el (ses-read-cell): Provide a default value.
7068
7069 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7070
7071 * term/w32-win.el (image-library-alist): Add additional names for
7072 GIF library.
7073
7074 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7075
7076 * international/latexenc.el (latexenc-find-file-coding-system):
7077 Add file-regular-p check.
7078
7079 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * simple.el (clone-buffer): Don't show the new buffer in the same
7082 window.
7083
7084 2006-01-23 Juri Linkov <juri@jurta.org>
7085
7086 * faces.el (link, link-visited): New faces based on default values
7087 of `info-xref' and `info-xref-visited'.
7088
7089 * info.el (info-xref): Inherit from `link'.
7090 (info-xref-visited): Inherit from `link-visited'.
7091
7092 * cus-edit.el (custom-buffer-create-internal): Use widget type
7093 `custom-manual' instead of `info-link' and don't set properties
7094 `button-face' and `mouse-face' explicitly.
7095 (custom-browse-group-tag, custom-browse-variable-tag)
7096 (custom-browse-face-tag): Inherit from widget class
7097 `custom-group-link' instead of `push-button'.
7098 (custom-button-unraised): Inherit from `underline' face.
7099 (custom-link): Inherit from `link' face. Fix doc and group.
7100 (custom-add-parent-links, custom-group-value-create): Don't set
7101 properties `button-face' and `mouse-face' explicitly for
7102 `custom-group-link' widget.
7103 (custom-group-link): Add properties `button-face' and `mouse-face'
7104 to widget definition.
7105 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7106 editable-field's :keymap property.
7107 (custom-mode): Fix docstring: substitute keybindings for
7108 `widget-forward' and `widget-backward' from `widget-keymap',
7109 `widget-complete' from `custom-field-keymap', replace old
7110 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7111
7112 * desktop.el (desktop-load-file): Check for `fboundp' before
7113 calling `symbol-function'.
7114
7115 * simple.el (clone-buffer, clone-indirect-buffer)
7116 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7117 `read-string'. Fix prompts.
7118
7119 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7120
7121 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7124
7125 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * startup.el (inhibit-splash-screen, initial-scratch-message):
7128 Doc fixes.
7129
7130 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7131
7132 Sync with Tramp 2.0.52.
7133
7134 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7135 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7136 `tramp-unload-tramp' for checklist.
7137
7138 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7139 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7140 (tramp-unload-file-name-handler-alist)
7141 (tramp-unload-tramp): New defuns.
7142 (tramp-advice-PC-expand-many-files): New defadvice.
7143 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7144 removed.
7145 (tramp-handle-expand-file-name): Remove double slash.
7146 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7147 It doesn't matter, because it will be converted later on.
7148 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7149 implementation was just heuristic.
7150 (tramp-post-connection): Set uid and gid properties.
7151 (tramp-convert-file-attributes): Set file's gid change bit.
7152 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7153 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7154 in case of su(do)? methods. The home directory of the local user
7155 will be taken else.
7156 (tramp-open-connection-telnet)
7157 (tramp-open-connection-rsh, tramp-open-connection-su)
7158 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7159 local shell prompt could hurt. Reported by Romain Francoise
7160 <romain@orebokech.com>.
7161 (tramp-let-maybe): Add `edebug-form-spec' property.
7162 (tramp-handle-expand-file-name): Bind `default-directory' locally
7163 to "/" in order to avoid problems with UNC shares or Cygwin
7164 mounts.
7165 (tramp-md5-function): Fix typo in error message.
7166
7167 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7168
7169 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7170 for byte-compiler pacification.
7171
7172 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7173
7174 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7175 ID-FORMAT `string'. This allows us to get rid of
7176 `vc-user-login-name UID'.
7177
7178 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7179
7180 2006-01-22 John Paul Wallington <jpw@pobox.com>
7181
7182 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7183
7184 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7185
7186 * emacs-lisp/find-func.el (find-definition-noselect)
7187 (find-variable-noselect): Search variables in C source code too.
7188 (find-function-C-source, find-function-noselect, find-function)
7189 (find-function-other-frame, find-variable-noselect, find-variable)
7190 (find-variable-other-frame, find-variable-at-point):
7191 Fix docstrings.
7192
7193 2006-01-21 Francesco Potorti` <pot@gnu.org>
7194
7195 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7196
7197 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7198
7199 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7200 Default to disabling the "Save affix" question.
7201
7202 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7203
7204 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7205 the first arg to run-python.
7206
7207 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7208
7209 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7210 is not loaded.
7211
7212 2006-01-20 Jay Belanger <belanger@truman.edu>
7213
7214 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7215 limit is 0.
7216
7217 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7218 the correct variable.
7219
7220 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7221
7222 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7223 link. Fixed buggy argument sequence in call to `org-view-tags'.
7224 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7225 (org-prefix-has-tag): New variable.
7226 (org-format-agenda-item): Remove tags from headline if
7227 appropriate.
7228 (org-agenda-remove-tags-when-in-prefix): New option.
7229 (org-get-tags-at): New function.
7230
7231 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7232
7233 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7234 (thumbs-find-image): Move image name and number from buffer name
7235 to mode name. Set thumbs-buffer. Preserve point so that large
7236 images remain visible.
7237 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7238 order.
7239 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7240 mode name.
7241 (thumbs-next-image, thumbs-previous-image): Make them work.
7242
7243 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * cus-edit.el (custom-buffer-create-internal): State in the text above
7246 the whole buffer buttons that they do not operate on hidden items.
7247 (custom-face-menu): Use `custom-face-save' instead of
7248 `custom-face-save-command'.
7249 (custom-face-save-command): Make it an alias for `custom-face-save'
7250 and declare it obsolete.
7251 (custom-face-save): Doc fix.
7252
7253 * dired.el (dired-no-confirm): Add quote.
7254 (dired-subdir-alist-pre-R): Add quote in
7255 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7256
7257 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * textmodes/table.el (table-mode-indicator): Typo in last change.
7260
7261 2006-01-19 Richard M. Stallman <rms@gnu.org>
7262
7263 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7264 Fixes bug reported in Nov 2005.
7265
7266 * isearch.el (isearch-forward): Doc fix.
7267
7268 * dired.el (dired-move-to-filename-regexp): Define as alias.
7269 (dired-no-confirm): Use defcustom.
7270 (dired-subdir-alist-pre-R): Put defvar at top level.
7271
7272 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7273
7274 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7275 Mark as risky.
7276
7277 * simple.el (set-mark-command): Doc fix.
7278 (clone-indirect-buffer-other-window):
7279 Read arg like clone-indirect-buffer.
7280 (move-beginning-of-line): Skip invisible newlines.
7281
7282 2006-01-19 Masatake YAMATO <jet@gyve.org>
7283
7284 * progmodes/cpp.el (cpp-edit-load): Make the order of
7285 listed conditions in a base C code buffer and its associate
7286 CPP Edit buffer the same.
7287
7288 2006-01-19 Kenichi Handa <handa@m17n.org>
7289
7290 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7291 (rmail-mime-feature): Likewise.
7292 (rmail-require-mime-maybe): Use display-warning to show a warning
7293 message.
7294
7295 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7296 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7297
7298 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * array.el: Move defvars out of eval-when-compile.
7301 (array-make-template): Replace undeclared global var with a local one.
7302 (array-mode): Inline initialization functions.
7303 (array-init-local-variables, array-init-max-row)
7304 (array-init-max-column, array-init-columns-per-line)
7305 (array-init-field-width, array-init-rows-numbered)
7306 (array-init-line-length, array-init-lines-per-row): Remove.
7307
7308 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7309 (doc-mode-map): Define explicitly.
7310 (doctor-txtype): Use mapc.
7311
7312 * textmodes/table.el: Move defvars out of eval-when-compile.
7313 Remove harmful code meant to avoid byte-compiler warnings.
7314 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7315 specification that checks table-fixed-width-mode directly.
7316 (table-recognize-region, table-recognize-cell):
7317 Use restore-buffer-modified-p.
7318 (table-fixed-width-mode): Remove code that refreshes
7319 table-fixed-mode-indicator.
7320 (*table--cell-describe-bindings, *table--cell-describe-mode):
7321 Avoid obsolete name print-help-return-message.
7322 (table--test-cell-list): Don't use replace-regexp from elisp.
7323 (table--point-entered-cell-function, table--point-left-cell-function):
7324 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7325
7326 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7327 that was after the end of file. Use buffer-file-name variable.
7328 (org-timestamp-change): Use with-current-buffer.
7329 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7330 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7331 `file'.
7332
7333 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7334 (fortran-break-line): Remove unused var `opoint'.
7335 (fortran-abbrev-start): Obey help-event-list.
7336
7337 2006-01-18 Jesper Harder <harder@phys.au.dk>
7338
7339 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7340
7341 2006-01-18 Masatake YAMATO <jet@gyve.org>
7342
7343 * progmodes/make-mode.el (makefile-imake-mode): New mode
7344 derived from makefile-mode.
7345 (makefile-imake-mode-syntax-table): New syntax table
7346 derived from makefile-mode-syntax-table.
7347 (makefile-mode): Write about makefile-imake-mode in doc string.
7348 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7349 (makefile-imake-font-lock-keywords): New font lock keywords.
7350
7351 * files.el (auto-mode-alist): Add Imakefile.
7352
7353 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7354
7355 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7356 loading the file rather than when turning on flyspell-mode.
7357
7358 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7359
7360 * cus-edit.el (customize-rogue): Minor doc fix.
7361
7362 2006-01-17 Juri Linkov <juri@jurta.org>
7363
7364 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7365 instead of the file at the mark as default if the file at the mark
7366 is the same as the file at point or if dired-dwim-target-directory
7367 is not the same as the current directory and the mark is not active.
7368
7369 * log-view.el (log-view-minor-wrap): Use the same logic to get
7370 revisions as `log-view-diff'.
7371
7372 * info.el (Info-revert-find-node): Check for Info-current-file
7373 before preserving new-history.
7374
7375 * man.el (Man-heading-regexp): Add `/'.
7376
7377 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7378 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7379
7380 2006-01-16 Juri Linkov <juri@jurta.org>
7381
7382 * faces.el (mode-line-faces): New defgroup.
7383 (mode-line-highlight): Move definition after new defgroup.
7384 (mode-line, mode-line-inactive, mode-line-highlight):
7385 Replace :group `modeline' with `mode-line-faces'.
7386 (mode-line-buffer-id): New face.
7387 (modeline-buffer-id): New face alias.
7388 (vertical-border): Remove :group `modeline'.
7389
7390 * bindings.el (propertized-buffer-identification): Use face
7391 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7392 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7393 (mode-line-buffer-identification-keymap): For mouse-1 replace
7394 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7395 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7396 mouse-3.
7397
7398 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7399 Buffer-menu-buffer. Doc fix.
7400 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7401 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7402 `Buffer-menu-buffer'.
7403
7404 * info.el (Info-mode-line-node-keymap): New defvar.
7405 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7406 Propertize Info-current-node with `mode-line-buffer-id' and
7407 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7408
7409 * time.el (display-time-mail-face): Replace :group `faces' with
7410 `mode-line-faces'.
7411
7412 2006-01-16 Kenichi Handa <handa@m17n.org>
7413
7414 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7415
7416 * language/european.el (cp1252): New alias for windows-1252.
7417
7418 * international/mule.el (autoload-coding-system): Prepare for EOL
7419 variants.
7420
7421 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7422
7423 * term.el (term-raw-map): Add mapping for insert.
7424 (term-send-insert): New.
7425 (term-mode): Make variables local here instead of doing it in
7426 `term-emulate-terminal'.
7427 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7428 Scroll reverse needs to take into account the scroll region.
7429 Saving and restoring the cursor should save the color attributes too.
7430 (term-reset-terminal): Reset the scroll region.
7431 (term-handle-ansi-escape): Cursor up and down should take into
7432 account the scroll region.
7433 (term-set-scroll-region): Rename from `term-scroll-region'.
7434 Move to 0,0 after setting the region.
7435 (term-handle-scroll): Handle scroll up.
7436 (term-down): Fix off by one error.
7437 (term-delete-lines): Do not delete outside the scroll region.
7438 (term-insert-lines): Take into account the scroll region.
7439
7440 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * textmodes/ispell.el (ispell-internal-change-dictionary)
7443 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7444 (start, end): Move declaration outside of eval-when-compile.
7445
7446 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7447 (flyspell-mode-on): Use it.
7448
7449 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7450 ispell-kill-ispell-hook.
7451
7452 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7453
7454 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7455 (Custom-reset-saved): Do not ask for confirmation in single option
7456 buffers.
7457
7458 2006-01-13 Richard M. Stallman <rms@gnu.org>
7459
7460 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7461
7462 2006-01-13 Romain Francoise <romain@orebokech.com>
7463
7464 * add-log.el (add-change-log-entry, change-log-merge):
7465 Conditionally use `hard-newline'.
7466
7467 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7468
7469 * wid-edit.el (widget-field-end): If the overlay is no longer
7470 associated with a buffer, behave as if the overlay didn't exist.
7471
7472 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7473 Make sure the links use the `custom-link' face.
7474
7475 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7478 (ld-script-mode): Don't set indent-line-function since we don't
7479 have one.
7480
7481 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7482
7483 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7484 application.
7485 (org-file-apps-defaults-gnu): Use mailcap as the default for
7486 selecting an application on a UNIX system.
7487 (org-agenda-show-tags): New command.
7488 (org-table-insert-hline): Keep cursor in current table line.
7489 (org-table-convert): Offset effect of modifying
7490 `org-table-insert-hline'.
7491 (org-format-agenda-item): New optional argument TAG.
7492 (org-compile-prefix-format): Handle %T format for the tag.
7493 (org-expand-wide-chars): New function.
7494 (org-table-insert-row, org-table-insert-hline):
7495 Use `org-expand-wide-chars'.
7496 (org-open-file): Fix bug in program launch.
7497 (org-get-time-of-day): Fix bug with times before 1am.
7498 (org-agenda-menu): Add tags commands.
7499
7500 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7501
7502 * textmodes/ispell.el (ispell-init-process): Include the used
7503 dictionary in ispell process start message.
7504 (ispell-internal-change-dictionary): When flyspell-mode is active
7505 and dictionary is changed, make sure ispell process is restarted
7506 and flyspell word cache cleared out for the current buffer.
7507 (ispell-change-dictionary): Make sure flyspell word cache is
7508 cleared out in all buffers with active flyspell mode when
7509 dictionary is globally changed.
7510 Call ispell-internal-change-dictionary after dictionary change.
7511
7512 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7513
7514 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7515
7516 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7517 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7518 years. Fix small differences wrt Makefile.in.
7519 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7520 Makefile.in does.
7521
7522 2006-01-12 Bill Wohler <wohler@newt.com>
7523
7524 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7525 mh-search.el.
7526
7527 2006-01-12 Masatake YAMATO <jet@gyve.org>
7528
7529 * progmodes/ld-script.el: Update copyright year.
7530
7531 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7532
7533 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7534 Don't add widget if setting undefined.
7535
7536 2006-01-12 John Paul Wallington <jpw@pobox.com>
7537
7538 * help-fns.el (describe-variable): Remove newlines from void
7539 variable output.
7540
7541 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7542
7543 * wdired.el (wdired-mode-map): Add help echo for
7544 wdired-abort-changes.
7545
7546 * man.el (Man-file-name-regexp): Adjust for a list of files.
7547
7548 2006-01-12 Masatake YAMATO <jet@gyve.org>
7549
7550 * progmodes/ld-script.el (auto-mode-alist): Support
7551 suffix conventions used in netbsd and eCos.
7552
7553 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7554
7555 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7556 (custom-variable-menu, custom-face-menu, custom-group-menu)
7557 (Custom-mode-menu): Change names of menu items. (As discussed on
7558 emacs-devel.)
7559 (custom-face-menu): Add "Undo Edits" item.
7560
7561 * startup.el (init-file-user): defcustom -> defvar.
7562
7563 * tooltip.el (tooltip-mode): Doc fix.
7564
7565 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * reveal.el (reveal-post-command): window-buffer signals an error on
7568 dead windows rather than returning nil.
7569 (reveal-open-new-overlays): An overlay might die while we open others.
7570
7571 2006-01-11 Bill Wohler <wohler@newt.com>
7572
7573 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7574 phrasing in docstring.
7575
7576 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7577 can give some systems gas. Add new file mh-buffers.el.
7578
7579 2006-01-06 Masatake YAMATO <jet@gyve.org>
7580
7581 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7582 C preprocessor forward ported from GNU Emacs 21.2.
7583
7584 * progmodes/asm-mode.el (asm-font-lock-keywords):
7585 Use `cpp-font-lock-keywords'.
7586
7587 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7588
7589 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7590 of $ for "\\.ld[s]?".
7591
7592 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7595 (tcl-indent-line): Return `noindent' if inside a string.
7596
7597 * progmodes/flymake.el (flymake-split-string): Remove more than one
7598 empty string at beg/end of the result.
7599 (flymake-find-buildfile, flymake-find-possible-master-files):
7600 Use expand-file-name.
7601 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7602 since expand-file-name does it for us. Use directory-file-name.
7603 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7604 (flymake-ler-get-type, flymake-ler-get-text)
7605 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7606 (flymake-current-line-no): Remove spurious interactive spec.
7607 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7608 (flymake-check-include): Remove arg inc-path merged into inc-name.
7609 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7610 Arg regexp-list replaced by a simple regexp.
7611 (flymake-master-make-header-init, flymake-master-tex-init):
7612 Correspondingly replace regexp-list with a regexp. Fix regexp.
7613
7614 2006-01-10 Simon Josefsson <jas@extundo.com>
7615
7616 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7617 describing AUTH PLAIN fix.
7618
7619 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7620
7621 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7622 (report-emacs-bug): Don't record initial prompt text.
7623 Instead, add text properties to prompting text.
7624 (report-emacs-bug-hook): Delete prompting text.
7625
7626 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7629 `dirs'. Adjust callers.
7630
7631 2006-01-09 John Paul Wallington <jpw@gnu.org>
7632
7633 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7634
7635 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * reveal.el (reveal-open-new-overlays): New extracted fun.
7638 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7639 using them. Simplify the code.
7640 (reveal-post-command): Use them. Fix up obsolete windows in
7641 reveal-open-spots.
7642
7643 * progmodes/flymake.el: Use `require' rather than autoload for
7644 XEmacs's overlays.
7645 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7646 Delete. Use file-relative-name instead.
7647 (flymake-get-syntax-check-program-args, flymake-perl-init):
7648 Simplify the resulting code.
7649
7650 * log-view.el (log-view-file-re, log-view-message-re): Add support
7651 for DaRCS output.
7652
7653 2006-01-09 Alex Schroeder <alex@gnu.org>
7654
7655 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7656 identifiers sometimes added in square brackets at the beginning of
7657 subject lines.
7658
7659 2006-01-07 Richard M. Stallman <rms@gnu.org>
7660
7661 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7662 (Custom-reset-current, Custom-reset-saved): Change question text.
7663 (Custom-reset-standard): Likewise.
7664 (custom-variable-reset-saved): Doc fix.
7665
7666 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7667
7668 * startup.el (init-file-user): Doc fix.
7669
7670 2006-01-07 Alex Schroeder <alex@gnu.org>
7671
7672 * mail/rmail.el (rmail-current-subject): New function.
7673 (rmail-current-subject-regexp): New function.
7674 (rmail-next-same-subject): Use it.
7675
7676 * mail/rmailsum.el (rmail-summary-by-topic):
7677 Use rmail-current-subject and rmail-current-subject-regexp.
7678 (rmail-summary-next-same-subject): Ditto.
7679
7680 * net/rcirc.el (rcirc-send-input): No longer check whether the
7681 process is open, since not all commands need an open process.
7682 (rcirc-send-string): Check whether the process is open before
7683 sending anything.
7684 (rcirc-ignore-list): New option.
7685 (rcirc-ignore-list-automatic): New variable.
7686 (rcirc-print): Take rcirc-ignore-list into account.
7687 (rcirc-cmd-ignore): New command.
7688 (rcirc-ignore-update-automatic): New function.
7689 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7690 list if ignored nicks.
7691 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7692
7693 2006-01-06 David Reitter <david.reitter@gmail.com>
7694
7695 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7696 reflect the address to which the report will be sent.
7697
7698 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7699
7700 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7701 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7702
7703 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7704
7705 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7706
7707 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7708 the doc string: "functoin" => "function".
7709 * ldefs-boot.el: Likewise.
7710
7711 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7712 message text: "Duplicat" => "Duplicate".
7713
7714 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7715
7716 * files.el (basic-save-buffer-2): If backing-up failed, reset
7717 buffer-backed-up to nil.
7718
7719 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * progmodes/gud.el (gdb-script-skip-to-head)
7722 (gdb-script-calculate-indentation): Indent for breakpoint command
7723 lists also.
7724
7725 2006-01-05 Bill Wohler <wohler@newt.com>
7726
7727 * Makefile.in (compile-always): Add mh-autoloads dependency.
7728 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7729 provides it.
7730 (updates): Remove mh-autoloads dependency, since it probably has
7731 already run recently (via recompile).
7732
7733 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7736 argument `force' to disable the flyspell-last-buffer optimization.
7737 (flyspell-mode-on): Use it.
7738
7739 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7740 flymake-simple-cleanup.
7741 (flymake-allowed-file-name-masks): Use this new default.
7742 All the functions are now called in the right buffer rather than
7743 passing the buffer as argument.
7744 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7745 (flymake-parse-err-lines): Remove redundant buffer arg.
7746 (flymake-get-program-dir): Comment out unused function.
7747 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7748 Remove redundant buffer argument.
7749 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7750 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7751
7752 2006-01-05 Richard M. Stallman <rms@gnu.org>
7753
7754 * info.el (Info-find-node): Don't record previous node if have none.
7755 (info): Go to directory only if history is empty.
7756
7757 * simple.el (mark): Doc fix.
7758
7759 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7760
7761 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7762 already of desired type.
7763 (mac-ae-list): Coerce parameter to "list" type.
7764 (mac-dispatch-apple-event): Replace cadr part of event with a
7765 dummy position so that event-start returns it.
7766
7767 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7768
7769 * textmodes/org.el (org-end-of-subtree): New function.
7770 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7771 Use `org-end-of-subtree'.
7772 (org-agenda, org-agenda-convert-date): Protect calls to
7773 `fit-window-to-buffer'.
7774 (org-tags-view): Force matching of sublevels when doing a
7775 todo-only search. Define the correct redo command, including the
7776 arguments.
7777 (org-agenda-redo): Display message.
7778 (org-check-for-org-mode): New function.
7779 (org-agenda-type): New variable.
7780 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7781 Set `org-agenda-type'.
7782 (org-agenda-check-type): New function.
7783 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7784 (org-agenda-week-view, org-agenda-day-view)
7785 (org-agenda-next-date-line, org-agenda-previous-date-line)
7786 (org-agenda-log-mode, org-agenda-toggle-diary)
7787 (org-agenda-toggle-time-grid, org-agenda-date-later)
7788 (org-agenda-date-prompt, org-agenda-diary-entry)
7789 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7790 (org-agenda-convert-date, org-agenda-menu):
7791 Use `org-agenda-check-type'.
7792 (org-make-overlay, org-delete-overlay)
7793 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7794 New compatibility functions.
7795 (org-calendar-select-mouse): New command.
7796
7797 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7800 (Custom-reset-standard): Fix y-or-n-p messages.
7801 (custom-link): New face for links.
7802 (custom-buffer-create-internal, custom-manual): Use it.
7803 (custom-face-save): Push to theme-face before setting face spec.
7804
7805 * wid-edit.el (widget-default-mouse-face-get): New function.
7806 (widget-specify-button): Handle mouse-face like button-face.
7807
7808 * custom.el (load-theme): Clear old theme settings if reloading.
7809
7810 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7813 "Erase Customization" button back to same position it occupies in
7814 the individual State menus.
7815
7816 2006-01-04 Kim F. Storm <storm@cua.dk>
7817
7818 * wid-edit.el (key-sequence): Rework widget to read key binding
7819 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7820 (widget-key-sequence-default-value): Default value for empty sequence.
7821 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7822 (widget-key-sequence-read-event): New command for C-q.
7823 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7824 (widget-key-sequence-value-to-external): New functions.
7825
7826 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7829 Use expand-file-name.
7830 (flymake-delete-temp-directory): Use expand-file-name,
7831 file-name-directory, and directory-file-name.
7832 (flymake-strrchr): Delete.
7833 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7834 to the init-f function.
7835 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7836 (flymake-init-find-buildfile-dir)
7837 (flymake-init-create-temp-source-and-master-buffer-copy)
7838 (flymake-simple-make-init-impl, flymake-simple-make-init)
7839 (flymake-master-make-init, flymake-master-make-header-init)
7840 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7841 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7842 (flymake-xml-init): Remove corresponding redundant buffer argument.
7843 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7844 the default anyway. Clean up regexps.
7845
7846 * progmodes/flymake.el (flymake-temp-source-file-name)
7847 (flymake-master-file-name, flymake-temp-master-file-name)
7848 (flymake-base-dir): New buffer-local vars.
7849 (flymake-buffer-data, flymake-get-buffer-value)
7850 (flymake-set-buffer-value): Replace those hash-tables by the new
7851 buffer-local vars. Update callers.
7852
7853 * progmodes/flymake.el (flymake-check-start-time)
7854 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7855 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7856 Move definition, so we can remove redundant earlier declaration.
7857 (flymake-replace-regexp-in-string, flymake-split-string)
7858 (flymake-get-temp-dir): Use defalias.
7859 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7860 (flymake-xemacs-window-edges): Remove unused function.
7861 (flymake-get-point-pixel-pos): Move.
7862 (flymake-pid-to-names, flymake-reg-names)
7863 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7864 Replace by a simple list flymake-processes and by process-buffer.
7865 Update callers. Other than simplify the code, it uses buffers rather
7866 than buffer-names so it doesn't get confused by uniquify.
7867 (flymake-buffer-data): The global value should just be nil.
7868
7869 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7870 Optimize the body of a defalias like any other code.
7871
7872 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7873 Make sure we've setup font-lock's vars. It may influence which
7874 function we then call.
7875 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7876 here since it's too late anyway.
7877
7878 2006-01-03 Romain Francoise <romain@orebokech.com>
7879
7880 * startup.el (fancy-splash-tail, normal-splash-screen):
7881 Update copyright year.
7882
7883 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7884
7885 * mouse.el (mouse-drag-track): Rename, from
7886 `mouse-drag-region-1'. Includes optional argument required to
7887 enable post-drag event processing (e.g. delete region keys).
7888 Can be used without this argument to track a mouse region and operate
7889 on it as soon as the drag completes.
7890 (mouse-drag-region): Use `mouse-drag-track'.
7891
7892 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7895 Move to `custom-buffer' group.
7896
7897 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7898 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7899 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7900 (custom-theme-face-menu): New variables.
7901 (custom-theme-add-variable, custom-theme-variable-action)
7902 (custom-variable-reset-theme, custom-theme-delete-variable)
7903 (custom-face-reset-theme, custom-theme-face-action)
7904 (custom-theme-delete-face, custom-theme-merge-theme)
7905 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7906
7907 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * custom.el: Move Custom Themes commentary to start of theme code.
7910 (custom-known-themes): Rename `standard' theme to `changed'.
7911 (custom-push-theme): Caller no longer specifies what theme to use
7912 when doing `reset'---the setting is simply removed from the theme.
7913 Delete MODE from `theme-value' and `theme-settings' properties.
7914 (custom-declare-theme): Ignore &rest args since we don't use them.
7915
7916 (custom-loaded-themes): Delete variable.
7917 (custom-theme-load-themes, custom-theme-loaded-p)
7918 (custom-theme-value): Delete functions.
7919
7920 (custom-declare-theme): Signal error on invalid theme names.
7921 (provide-theme): custom-loaded-themes was deleted.
7922 (load-theme): Load the file unconditionally.
7923 (enable-theme): Call `load-theme' if theme is undefined.
7924 (custom-enabled-themes): Only update value for successful loads.
7925 (disable-theme): Complete from enabled themes when interactive.
7926 (custom-variable-theme-value): Calculate theme value directly.
7927
7928 (custom-theme-reset-variables, custom-reset-variables): Mark as
7929 XEmacs compatibility functions. We don't actually use these.
7930
7931 * cus-edit.el (custom-variable-state-set):
7932 Use custom-variable-theme-value instead of custom-theme-value.
7933 (custom-face-state-set): Rename `standard' theme to `changed'.
7934 (custom-save-variables, custom-save-faces): Delete unneeded
7935 references to custom-reset-variables.
7936 (custom-save-resets): Delete function.
7937 (custom-save-variables, custom-save-faces): MODE argument deleted.
7938 (custom-save-variables, custom-save-faces): Ignore theme values.
7939
7940 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7941 compatibility function.
7942
7943 2006-01-01 Richard M. Stallman <rms@gnu.org>
7944
7945 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7946 (Custom-reset-current, Custom-reset-saved): Likewise.
7947 (Custom-reset-standard): Show message if aborted.
7948 (custom-mode): Doc fix, describing those commands.
7949
7950 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7951 put on event-kind property.
7952
7953 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * custom.el (provide-theme): Ban `user' theme name.
7956 (custom-enabling-themes): New variable.
7957 (enable-theme): Don't enable user if custom-enabling-themes is t.
7958 (custom-enabled-themes): Make it a defcustom.
7959 (custom-theme-recalc-face): No-op if face is undefined.
7960
7961 * cus-edit.el (custom-button-mouse): New variable.
7962 (custom-button-mouse): New face.
7963 (custom-raised-buttons, custom-mode): Use it.
7964
7965 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7966
7967 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7968
7969 * progmodes/gud.el (gud-display-line): Support hl-line in the
7970 source buffer.
7971
7972 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7973
7974 * mouse.el (mouse-drag-window-above): Verify that the found window
7975 overlaps with the given window in the horizontal dimension.
7976
7977 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7978
7979 * Makefile.in (cvs-update): New target.
7980
7981 * makefile.w32-in (cvs-update): Ditto.
7982
7983 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7986 (custom-new-theme-mode-map): New variable.
7987
7988 2005-12-30 Richard M. Stallman <rms@gnu.org>
7989
7990 * custom.el (custom-load-themes): Function deleted.
7991
7992 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7993 (custom-save-variables): Don't delete or add custom-load-themes call.
7994
7995 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * cus-start.el: Add `visible-cursor'.
7998
7999 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8000 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8001 (flymake-process-filter): Switch to buffer before calling it instead.
8002 (flymake-post-syntax-check, flymake-highlight-err-lines)
8003 (flymake-delete-own-overlays, flymake-parse-err-lines)
8004 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8005 (flymake-count-lines, flymake-parse-residual):
8006 Remove constant buffer argument.
8007 (flymake-start-syntax-check-for-current-buffer): Remove.
8008 Update callers to use flymake-start-syntax-check instead.
8009 (flymake-display-err-menu-for-current-line):
8010 Remove unused var `mouse-pos'.
8011 (flymake-restore-formatting): Comment out unused function.
8012 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8013 argument, use current-buffer instead. Update callers.
8014
8015 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8016
8017 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8018 buffer-local because choose-completion-delete-max-match requires
8019 that we set completion-ignore-case (i.e., binding via let is not
8020 sufficient).
8021 (bibtex-complete): Always set completion-ignore-case and
8022 choose-completion-string-functions. The latter is needed because
8023 choose-completion-string-functions keeps its value if we quit the
8024 *Completions* buffer without requesting a completion.
8025
8026 2005-12-30 Andreas Schwab <schwab@suse.de>
8027
8028 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8029
8030 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8031
8032 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8033
8034 2005-12-30 Juri Linkov <juri@jurta.org>
8035
8036 * locate.el (locate-fcodes-file, locate-header-face)
8037 * progmodes/delphi.el (delphi-other-face)
8038 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8039
8040 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8041 group `paren-showing-faces'.
8042
8043 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8044 (goto-address): Fix docstring.
8045
8046 * net/webjump.el (webjump-sample-sites): Update URLs.
8047
8048 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8049
8050 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8051
8052 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * font-lock.el (font-lock-compile-keywords): Signal an error when
8055 font-lock-set-defaults hasn't been called.
8056
8057 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * subr.el (noreturn, 1value): Doc fixes.
8060
8061 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8062
8063 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8064 that assoc-string returns nil.
8065
8066 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8067
8068 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8069 (bibtex-entry-type-str, bibtex-empty-field-re)
8070 (bibtex-search-backward-string, bibtex-preamble-prefix)
8071 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8072 (bibtex-any-valid-entry-type): New variable.
8073 (bibtex-parse-field-name): Simplify.
8074 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8075 (bibtex-preamble-prefix): Include left delimiter.
8076 (bibtex-search-forward-field, bibtex-search-backward-field):
8077 Allow unbounded search past entry boundaries (required by bibtex-pop).
8078 (bibtex-text-in-field-bounds): Use push.
8079 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8080 (bibtex-parse-preamble, bibtex-valid-entry)
8081 (bibtex-beginning-first-field): New functions.
8082 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8083 (bibtex-map-entries): Fix docstring.
8084 (bibtex-flash-head): New arg prompt. Simplify.
8085 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8086 (bibtex-insert-kill): Simplify. Always insert text past the
8087 current field or entry.
8088 (bibtex-format-entry): Use bibtex-parse-field.
8089 (bibtex-pop): Use bibtex-beginning-of-entry and
8090 bibtex-end-of-entry to initiate the search. Insert empty field if
8091 we found ourselves.
8092 (bibtex-print-help-message): New args field and comma.
8093 Handle entry keys.
8094 (bibtex-make-field): Use bibtex-beginning-of-entry.
8095 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8096 invalid entry.
8097 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8098 Handle preambles. Simplify code for thorough test.
8099 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8100 New arg comma. Handle entry heads.
8101 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8102 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8103 New arg comma.
8104 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8105 (bibtex-fill-field): Simplify.
8106 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8107 bibtex-parse-field.
8108 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8109 (bibtex-complete): Use bibtex-parse-preamble.
8110
8111 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8112
8113 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8114 Display name of expression instead of convenience variable.
8115 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8116
8117 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8118 toggle-gud-tooltip-dereference.
8119 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8120 (gud-tooltip-tips): ...here when dereferencing.
8121
8122 2005-12-28 Bill Wohler <wohler@newt.com>
8123
8124 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8125
8126 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8129 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8130 (vc-annotate-display-autoscale): Adjust call.
8131 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8132 Fix interactive spec.
8133 (vc-annotate-time-span): Remove.
8134 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8135 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8136 (vc-annotate-display-select): Use new name.
8137
8138 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8139 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8140 Correct the construction of span entries. Simplify.
8141 (vc-annotate-display-select): Fix the nil case.
8142 (vc-annotate): Remove obsolete (and now broken) code.
8143 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8144 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8145
8146 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * subr.el (lazy-completion-table): Correct typo in docstring.
8149
8150 * startup.el (command-line): Use `custom-reevaluate-setting' for
8151 `send-mail-function'.
8152
8153 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8154
8155 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8156
8157 * mail/smtpmail.el (smtpmail-try-auth-methods):
8158 Send credentials together with "AUTH PLAIN" command.
8159
8160 2005-12-27 Richard M. Stallman <rms@gnu.org>
8161
8162 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8163 mouse-2, go back to previously selected window, so it's selected
8164 when mouse-2 command runs.
8165
8166 2005-12-27 Juri Linkov <juri@jurta.org>
8167
8168 * descr-text.el (describe-text-sexp): Use square brackets for
8169 button [Show] to distinguish it from the property value `show'.
8170 (describe-property-list): Use `insert-text-button' with
8171 `help-face' type instead of putting face in quotes, because button
8172 is not created automatically for a list of faces.
8173 (describe-text-properties-1): Put button-type value in quotes to
8174 distinguish from plain text "button".
8175 (describe-char): Display code point values in hex. Don't use
8176 `symbol-name' for `current-input-method' because it is a string.
8177 Use `insert-text-button' with `help-face' type instead of putting
8178 hardcoded face in quotes, because button is not created automatically.
8179
8180 2005-12-27 Richard M. Stallman <rms@gnu.org>
8181
8182 * progmodes/glasses.el (glasses-face): More specific custom type.
8183
8184 * files.el (set-visited-file-name): Doc fix.
8185
8186 * textmodes/flyspell.el (flyspell-external-point-words):
8187 Use local var buffer-scan-pos to advance scan for next misspelling.
8188 Advance it only after we find the misspelling.
8189
8190 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8191
8192 * textmodes/flyspell.el (flyspell-external-point-words):
8193 New criteria for finding the misspelling in the buffer.
8194
8195 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8196
8197 * help-mode.el (help-insert-string): Set help-xref-stack-item
8198 rather than call help-setup-xref.
8199
8200 * descr-text.el (describe-char): Revert previous changes for
8201 optional buffer argument.
8202
8203 2005-12-27 Juri Linkov <juri@jurta.org>
8204
8205 * help-mode.el (help-insert-string): New function. Save buffer
8206 contents in cases where it is impossible to recompute the old contents.
8207
8208 * descr-text.el (describe-char): Set help-xref-stack-item
8209 explicitly after buffer has been generated.
8210
8211 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8212
8213 * cus-start.el (all): Add x-gtk-show-hidden-files.
8214
8215 2005-12-26 Richard M. Stallman <rms@gnu.org>
8216
8217 * replace.el (perform-replace): Calculate match-again
8218 before skipping read-only matches.
8219
8220 * paren.el (paren-showing-faces): New group.
8221 (show-paren-match, show-paren-mismatch): Move to that group.
8222
8223 * button.el (button): Put into group `basic-faces'.
8224
8225 * progmodes/make-mode.el: Remove faces from group `faces'.
8226
8227 * apropos.el (apropos, apropos-value): Doc fix.
8228 (apropos-documentation): Doc fix.
8229
8230 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * subr.el (lazy-completion-table): Remove argument `args'.
8233
8234 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8235 Don't use the `args' argument of lazy-completion-table.
8236
8237 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8238
8239 * descr-text.el (describe-char): Add optional argument for buffer.
8240 Set buffer appropriately. Call help-setup-xref.
8241 Suggested by Stefan Monnier.
8242
8243 2005-12-26 Juri Linkov <juri@jurta.org>
8244
8245 * descr-text.el: Require `help-fns' at runtime. Don't require
8246 `button' for byte compilation.
8247 (describe-text-widget): Add `help-echo' for first button.
8248 Use `help-info' for second.
8249 (describe-property-list): Use `help-argument-name' instead of `italic'.
8250 (describe-text-category): Add prompt to interactive spec.
8251 Call `help-setup-xref'.
8252 (describe-char): Use `help-character-set'. Add `help-echo' for
8253 code point. Use `help-input-method'. Remove superfluous insert.
8254
8255 2005-12-25 Richard M. Stallman <rms@gnu.org>
8256
8257 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8258 at point, in case of narrowing.
8259
8260 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8261
8262 * locate.el (locate-header-face): Allow nil in type.
8263
8264 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8265
8266 2005-12-25 Romain Francoise <romain@orebokech.com>
8267
8268 * battery.el (battery-linux-proc-acpi): Also try
8269 `/proc/acpi/thermal_zone/THM0/temperature'.
8270
8271 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8272
8273 * custom.el (custom-push-theme): Fix docstring.
8274
8275 * cus-edit.el (custom-variable-set, custom-variable-save)
8276 (custom-variable-save): Custom-quote widget values.
8277 (customize-save-variable): Fix custom-push-theme call.
8278
8279 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8280
8281 * w32-fns.el (w32-batch-update-autoloads): New function.
8282
8283 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8284 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8285 from the command line.
8286
8287 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8288
8289 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8290 reset means to remove setting from theme entirely. Don't keep
8291 expanding theme-settings list; delete old entries if necessary.
8292
8293 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8294 customization" button one line up.
8295 (custom-themed): New face.
8296 (custom-magic-alist): New value, THEMED, for theme settings.
8297 (custom-variable-state-set, custom-face-state-set):
8298 Check theme-value instead of saved-value.
8299 (custom-variable-reset-standard, custom-face-reset-standard):
8300 Remove theme setting entirely. Recalculate new values.
8301 (custom-variable-set, custom-variable-set)
8302 (custom-variable-reset-saved, custom-variable-reset-backup)
8303 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8304 (custom-variable-save): Fix typos.
8305
8306 2005-12-23 Juri Linkov <juri@jurta.org>
8307
8308 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8309 Add autoload cookies.
8310 (edebug-outside-d-c-i-n-s-w): New variable.
8311 (edebug-display, edebug-outside-excursion): Use it to save the
8312 original value of default-cursor-in-non-selected-windows.
8313 Set default-cursor-in-non-selected-windows to t while Edebug
8314 is active.
8315 (edebug-mode, edebug-eval-mode): Doc fix.
8316
8317 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8318 with `buffer-substring-no-properties' to remove common substring
8319 highlighting.
8320
8321 * info.el (info-other-window, info): Rename function argument
8322 `file' to `file-or-node'.
8323 (Info-complete-menu-item): Use local variable `complete-nodes' to
8324 keep the global value of `Info-complete-nodes' unchanged for
8325 subsequent completions.
8326 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8327
8328 * simple.el (get-next-valid-buffer, last-buffer)
8329 (next-error-buffer-p, next-error-find-buffer)
8330 (minibuffer-history-sexp-flag): Doc fix.
8331
8332 * savehist.el (savehist-mode-hook): Add `:group'.
8333
8334 * log-view.el: Call autoload for vc-find-version.
8335 (log-view-current-file): Adjust subgroup numbers.
8336 (log-view-current-tag): Add `length'.
8337
8338 2005-12-23 Richard M. Stallman <rms@gnu.org>
8339
8340 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8341
8342 2005-12-23 Juri Linkov <juri@jurta.org>
8343
8344 * hi-lock.el (hi-lock-archaic-interface-message-used)
8345 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8346 (hi-lock-mode): Display "Hi" in the mode line only when
8347 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8348 (hi-lock-write-interactive-patterns):
8349 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8350 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8351 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8352 font-lock-add-keywords to t.
8353
8354 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8355
8356 * hi-lock.el (hi-lock-highlight-range): New variable.
8357 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8358 only if font-lock-fontified is non-nil. Remove overlays.
8359 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8360 font-lock-fontified is non-nil, otherwise use overlays (instead of
8361 text properties).
8362 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8363 New variables.
8364 (hi-lock-string-serialize) New function.
8365
8366 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8367
8368 * menu-bar.el (menu-find-file-existing): New function.
8369 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8370
8371 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8372
8373 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * vc.el: Remove unnecessary leading * in docstrings.
8376 (vc-annotate-mode-map): Move initialization into declaration.
8377 (vc-static-header-alist): Nitpick on the regexp.
8378 (vc-default-init-version): New fun.
8379 (vc-register): Use it.
8380 (vc-insert-headers): Use dolist.
8381 (vc-annotate-get-backend): Remove unused function.
8382 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8383 (vc-annotate-mode): Remove corresponding call.
8384 (vc-annotate-car-last-cons): Simplify.
8385 (vc-annotate-buffers): Remove var.
8386 (vc-annotate-backend): Make it buffer-local.
8387 (vc-annotate): Move the interaction to the interactive spec.
8388 Add a `buf' argument.
8389 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8390 killing&creating a vc-annotate buffer, which is very disruptive when
8391 the buffers are shown in dedicated frames.
8392
8393 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * descr-text.el: Add FSF as maintainer.
8396 (describe-text-mode, describe-text-mode-map)
8397 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8398 help-mode.
8399 (describe-text-widget, describe-text-sexp)
8400 (describe-property-list, describe-text-category)
8401 (describe-text-properties, describe-text-properties-1)
8402 (describe-char): Use help buttons instead of widgets.
8403 (describe-char-unicodedata-file): Make URL link in doc string.
8404
8405 2005-12-22 Richard M. Stallman <rms@gnu.org>
8406
8407 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8408 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8409 Don't include buttons that write a file when there's no file.
8410 (custom-variable-menu, custom-face-menu, custom-group-menu):
8411 Don't include commands that write a file when there's no file.
8412 (customize-browse): Reword the top-of-buffer help intro.
8413 (custom-buffer-create-internal): Fix previous change.
8414 (customize-changed-options-previous-release): Prev release is 21.1.
8415 (customize-changed-options): Doc fix.
8416 (customize-changed): New alias.
8417 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8418 Say "standard values".
8419 (Custom-reset-standard): Doc fix.
8420 (custom-face-reset-standard): Doc fix.
8421
8422 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8425 even if font-lock-mode is non-nil since it may be t without having
8426 turned on font-lock-mode-internal.
8427 (font-lock-choose-keywords): Minor optimization.
8428 (font-lock-add-keywords, font-lock-remove-keywords)
8429 (font-lock-set-defaults): Don't call make-local-variable on a variable
8430 that we know to already be local.
8431
8432 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8433
8434 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8435 messages if in the minibuffer.
8436
8437 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8440 (tex-mode-flyspell-verify, flyspell-get-word)
8441 (flyspell-external-point-words): Don't use point-min/max uselessly.
8442
8443 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8444 by Kevin Rodgers. Instead, just hide the completions buffer if we
8445 don't need to show it.
8446
8447 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8450
8451 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8454 delete-windows-on with an inexistent buffer.
8455
8456 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8459 Delete defcustom variable :tag names.
8460
8461 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8464 (log-view-font-lock-keywords): Ajust subgroup numbers.
8465 (log-view-current-tag): Don't hard code the number of subgroups.
8466
8467 2005-12-20 Juri Linkov <juri@jurta.org>
8468
8469 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8470 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8471
8472 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8473 (menu-bar-non-minibuffer-window-p): Instead of checking
8474 display-multi-frame-p, use selected-frame when menu-updating-frame
8475 is nil.
8476
8477 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8478
8479 * align.el (align-rules-list): Use [ \t] instead of \s-
8480 for column separators in text mode.
8481
8482 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8483
8484 * help-mode.el (help-customize-variable, help-customize-face):
8485 Don't pop help-xref-stack as help-follow no longer pushes
8486 anything on to it.
8487
8488 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8489
8490 * textmodes/org.el (org-agenda-custom-commands): New option.
8491 (org-agenda): Offer custom commands on splash screen.
8492 (org-make-tags-matcher): Parser for Boolean logic added.
8493 (org-agenda-set-tags): New command.
8494 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8495 (org-set-tags): Efficiency improvements.
8496 (org-auto-align-tags): New option.
8497 (org-todo, org-demote, org-promote): Realign tags.
8498 (org-tags-completion-function): Use also "&" and "|" as separators.
8499 (org-org-menu): Agenda commands simplified.
8500
8501 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8502
8503 * cus-edit.el (customize-apropos, customize-apropos-options):
8504 Docstring changes.
8505
8506 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8507
8508 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * longlines.el (longlines-mode): Wrap while widened.
8511 (longlines-decode-region, longlines-encode-region): Compute max
8512 just once.
8513
8514 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8515
8516 * cus-edit.el (mac): New group.
8517
8518 * cus-start.el (all): Add user options in macterm.c. Add test for
8519 Mac-related built-ins. Fix test for GTK-related built-ins.
8520
8521 * term/mac-win.el (mac-handle-language-change)
8522 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8523 (mac-services-open-selection, mac-services-mail-selection)
8524 (mac-services-mail-to, mac-services-insert-text)
8525 (mac-dispatch-apple-event): Add docstrings.
8526 (x-get-selection, mac-select-convert-to-string): Select coding
8527 system from `utf-16be' and `utf-16le' using `byteorder'.
8528
8529 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8532 a "list" (lambda ...) rather than a real completion list.
8533
8534 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8535 lexical-let when encountering ((lambda (...) ...) ...).
8536
8537 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8538
8539 * progmodes/sh-script.el (sh-mode):
8540 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8541 * textmodes/picture.el (picture-mode): Update docstrings.
8542
8543 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8544
8545 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8546 commands enclosed in $(ARGQUOTE)s should not be split between two
8547 lines, as that will break with GNU Make >3.80, when sh.exe is used
8548 and arg quoting is with '..'.
8549 (autoloads): Don't break the quoted --eval expression between
8550 several lines.
8551
8552 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8555 Capture error from printing circular structures.
8556
8557 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8558
8559 * wid-edit.el (widget-checkbox-action): Clear undo info.
8560
8561 2005-12-16 Bill Wohler <wohler@newt.com>
8562
8563 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8564 bar, not menubar in comment.
8565
8566 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8569 After-change-functions should not clobber the match data.
8570
8571 2005-12-16 Juri Linkov <juri@jurta.org>
8572
8573 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8574 instead of `buffer-substring'.
8575 (completion-common-substring): Doc fix.
8576 (completion-setup-function): Use minibuffer-completion-contents
8577 instead of minibuffer-contents. Don't set common-string-length
8578 initially. Remove special handling of partial-completion-mode.
8579 Move computation of completion-base-size into one cond.
8580 Call completion-base-size-function in mainbuf. In computation of
8581 completion-base-size for file name completion don't move point to
8582 the end of the minibuffer. Move computation of common-string-length
8583 into one cond. Start putting faces only when common-string-length>=0.
8584 Add condition to put completions-common-part when
8585 common-string-length>0.
8586
8587 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8588 place point at the first different character in the minibuffer
8589 even if this position is at the beginning of the minibuffer.
8590
8591 * info.el (Info-read-node-name-1): In completion-base-size-function's
8592 lambda return 1 if common-substring or minibuffer-completion-contents
8593 starts with (, and 0 otherwise.
8594
8595 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8596 Use `crm-current-element' for second arg of `display-completion-list'.
8597
8598 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8599
8600 * files.el (set-auto-mode): Look for an interpreter specified on
8601 the first line also if search for mode specification succeeded,
8602 but the mode is not known.
8603
8604 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8605
8606 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8607 (org-open-at-point): Implement tag searches as links.
8608 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8609 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8610 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8611 (org-agenda-dispatch): New commands.
8612 (org-use-tag-inheritance, org-tags-column): New options.
8613 (org-tab-follows-link, org-return-follows-link): New options.
8614 (org-tags): New customize group.
8615 (org-start-icalendar-file): Get local time zone.
8616 (org-tags-completion-function): New function.
8617 (org-set-font-lock-defaults): Make sure links will also be
8618 highlighted inside headlines.
8619
8620 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8621
8622 * term.el (term-emulate-terminal):
8623 Let term-handle-ansi-terminal-messages override what Bash says about
8624 its current directory.
8625
8626 2005-12-16 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
8627
8628 * bindings.el (last-buffer): Move to simple.el.
8629 * simple.el (last-buffer): Move here.
8630 (get-next-valid-buffer): New function.
8631 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8632 (prev-buffer): Ditto. Rename to `previous-buffer'.
8633
8634 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8635 * bindings.el (global-map): Ditto.
8636
8637 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8638
8639 * cus-edit.el: Introductory comment change.
8640 (custom-magic-alist): Change message string for the `rogue' state.
8641
8642 2005-12-15 Richard M. Stallman <rms@gnu.org>
8643
8644 * tooltip.el: Delete defcustom variable :tag names.
8645
8646 * complete.el (partial-completion-mode): Doc fix.
8647
8648 * textmodes/flyspell.el (flyspell-external-point-words):
8649 Use save-excursion to ensure we don't move backward in the
8650 search loop, not even one character.
8651 (flyspell-delete-all-overlays): Use remove-overlays directly.
8652
8653 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8654 (ispell-start-process): Set that variable.
8655 Clear ispell-buffer-local-name.
8656 (ispell-internal-change-dictionary):
8657 Set ispell-current-dictionary after killing process.
8658 (ispell-buffer-local-dict):
8659 Don't set spell-personal-dictionary after killing process.
8660 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8661 (ispell-tex-skip-alists, ispell-html-skip-alists)
8662 (ispell-skip-region-alist): Mark as risky.
8663
8664 * net/newsticker.el (newsticker--retrieval-timer-list)
8665 (newsticker--display-timer, newsticker-running-p)
8666 (newsticker-ticker-running-p): Definitions moved up.
8667
8668 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8669
8670 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8671
8672 2005-12-15 David Ponce <david@dponce.com>
8673
8674 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8675 (recentf-edit-list, recentf-open-files): Signal an error when
8676 there is no recent file.
8677
8678 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8679
8680 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8681 read-only except for texinfo-format-region evaluation.
8682
8683 2005-12-14 Richard M. Stallman <rms@gnu.org>
8684
8685 * vc.el (vc-default-previous-version, vc-default-next-version)
8686 (vc-do-command): Doc fixes.
8687
8688 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8689
8690 * textmodes/bibtex.el (bibtex-expand-strings)
8691 (bibtex-autokey-expand-string, bibtex-name-part)
8692 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8693 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8694 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8695 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8696 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8697 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8698 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8699 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8700 (bibtex-beginning-of-last-entry): Remove.
8701 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8702 message if comma is missing but buffer is read-only.
8703 (bibtex-parse-field-text): Handle whitespaces at the end of field
8704 text. Return 3-element list with beginning and end of field text
8705 and end of field.
8706 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8707 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8708 (bibtex-search-forward-field, bibtex-search-backward-field):
8709 Search always delimited by limits of entry. Use more efficient
8710 search algorithms.
8711 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8712 bibtex-end-of-name-in-field.
8713 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8714 extracting the content of a field.
8715 (bibtex-text-in-field): Use search limits.
8716 (bibtex-parse-string-prefix): Handle empty string keys based on
8717 bibtex-string-empty-key.
8718 (bibtex-parse-string): Fix docstring.
8719 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8720 (bibtex-preamble-prefix, bibtex-strings): New functions.
8721 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8722 BibTeX entries (consistent with other BibTeX functions).
8723 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8724 (bibtex-search-entry): Fix docstring. Simplify.
8725 (bibtex-flash-head, bibtex-complete-string-cleanup)
8726 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8727 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8728 (bibtex-parse-entry): New optional arg content.
8729 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8730 Use bibtex-text-in-field-bounds.
8731 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8732 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8733 bibtex-parse-string-postfix.
8734 (bibtex-find-text-internal): New function.
8735 (bibtex-remove-delimiters): Use it.
8736 (bibtex-find-text): Use it. New optional arg help.
8737 (bibtex-complete): Handle BibTeX string and preamble entries.
8738 (bibtex-Preamble): Fix order of closing delimiters.
8739
8740 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * vc.el (vc-default-revert): New fun.
8743
8744 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8745
8746 2005-12-14 Romain Francoise <romain@orebokech.com>
8747
8748 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8749 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8750 (font-lock-remove-keywords): Likewise.
8751
8752 2005-12-14 Juri Linkov <juri@jurta.org>
8753
8754 * log-view.el (log-view-diff): Doc fix.
8755
8756 * isearch.el (isearch-query-replace): Use (mark) instead of
8757 isearch-opoint if mark is active in transient-mark-mode.
8758
8759 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8760
8761 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8762
8763 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8764
8765 * progmodes/cpp.el (cpp-face): New widget.
8766 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8767
8768 2005-12-14 Juri Linkov <juri@jurta.org>
8769
8770 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8771 around `erase-buffer' and `insert'.
8772
8773 * descr-text.el (describe-text-properties): Replace buffer name
8774 "*Help-2*" with "*Help*<2>".
8775 (describe-char): Add functions print-help-return-message,
8776 toggle-read-only. Use help-setup-xref with nil to not store
8777 describe-char in help-xref-stack. Use help-make-xrefs to
8778 make [back] button.
8779
8780 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8781
8782 * wdired.el (wdired-old-point): New internal variable.
8783 (wdired-change-to-wdired-mode): Set it buffer-locally.
8784 (wdired-abort-changes): Restore point after aborting changes.
8785
8786 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * vc.el (vc-do-command): Add a new value t for okstatus.
8789
8790 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8791 frame in case of errors.
8792
8793 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8794
8795 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8796 so it comes after "On the Left" in the menu.
8797
8798 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * cus-edit.el (customize-apropos, customize-apropos-options)
8801 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8802
8803 2005-12-12 Bill Wohler <wohler@newt.com>
8804
8805 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8806 non-writable Subversion-controlled files by saving window
8807 configuration before calling vc-do-command. vc-do-command calls
8808 pop-to-buffer on error which is unexpected during registration.
8809
8810 2005-12-12 Jay Belanger <belanger@truman.edu>
8811
8812 * calc/README: Update the summary of changes.
8813
8814 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * descr-text.el (describe-char): Rework last fix to solve the problem
8817 is the same way it's solved for everything else in that function
8818 (i.e. by extracting the info before setting up the *Help* buffer).
8819
8820 2005-12-12 Kim F. Storm <storm@cua.dk>
8821
8822 * subr.el (version-regexp-alist): Allow space as separator before
8823 non-numeric part, e.g. "1.0 alpha".
8824 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8825
8826 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8827
8828 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8829 Implement Logging and the keep-modes setting.
8830 (org-get-category): Make sure a string is returned.
8831 (org-log-done): New function.
8832 (org-log-done, org-closed-string): New options.
8833
8834 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8835
8836 * tooltip.el (tooltip-y-offset): Change default to 20.
8837
8838 2005-12-12 Richard M. Stallman <rms@gnu.org>
8839
8840 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8841
8842 * frame.el (display-hourglass): Doc fix.
8843
8844 * help.el (help-for-help-internal): Simplify entry for `a'.
8845
8846 * info.el (Info-on-current-buffer): Doc fix.
8847 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8848
8849 * startup.el (inhibit-splash-screen): Make this the real name.
8850 (inhibit-startup-message): Make this the alias.
8851 (command-line): Find only simple.el, and use its directory
8852 to fill in other preloaded files' names.
8853 (command-line): Deactivate the mark if deactivate-mark is set.
8854
8855 * international/mule.el (load-with-code-conversion):
8856 Bind deactivate-mark.
8857
8858 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8859
8860 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * cus-edit.el (customize-apropos): Avoid listing an option more
8863 than once under different aliases. No longer list user options
8864 that are not defined with defcustom (unless a prefix arg is given).
8865 Doc fix.
8866 (customize-apropos-options): Doc fix.
8867
8868 2005-12-11 Juri Linkov <juri@jurta.org>
8869
8870 * frame.el (set-background-color, set-foreground-color)
8871 (set-cursor-color, set-mouse-color, set-border-color):
8872 Add explicit prompts to read colors by `facemenu-read-color'.
8873 (show-trailing-whitespace, blink-cursor-delay)
8874 (blink-cursor-interval, display-hourglass, hourglass-delay):
8875 Remove tags.
8876 (display-hourglass, hourglass-delay): Doc fix.
8877 (cursor-in-non-selected-windows): Capitalize words in tag.
8878
8879 * faces.el (frame-background-mode): Replace `choice-item' keywords
8880 with `const' to not make [default] button. Change default value tag
8881 from `default' to `automatic'. Doc fix.
8882 (trailing-whitespace) <defface>: Change group `whitespace' to
8883 `whitespace-faces'.
8884
8885 2005-12-11 Richard M. Stallman <rms@gnu.org>
8886
8887 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8888
8889 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8890
8891 * term/mac-win.el: Create keymap for mac-apple-event-map.
8892
8893 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8894
8895 * tooltip.el (tooltip-mode): Move to start of file so that it
8896 appears at top of customize buffer.
8897
8898 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8899 Add the gud groupname.
8900 (gud-tooltip-mode): Add the tooltip groupname.
8901 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8902 avoid conflict with tooltip-use-echo-area.
8903
8904 2005-12-10 Romain Francoise <romain@orebokech.com>
8905
8906 * help.el (help-for-help-internal): Add `r' in doc string.
8907
8908 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8909
8910 * align.el (align-regexp, align-highlight-rule):
8911 Use region-beginning and region-end instead of point and mark, so that
8912 repetition (with `repeat-complex-command') recomputes the region
8913 bounds.
8914
8915 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8916
8917 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8918 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8919 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8920 (balance-windows): Rewrite using the above new functions.
8921
8922 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8923
8924 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8925 react if global-hi-lock-mode seems intended.
8926 (global-hi-lock-mode) Renamed from hi-lock-mode.
8927 (hi-lock-archaic-interface-message-used)
8928 (hi-lock-archaic-interface-deduce): New variables.
8929 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8930 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8931 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8932 Replace hi-lock-buffer-mode with hi-lock-mode.
8933
8934 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8935
8936 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8937 completion list, even after a partial completion has been
8938 inserted in the current buffer. If there are more than 1
8939 completion, redisplay the *Completions* buffer; if the
8940 completion is unique, delete the *Completions* window.
8941
8942 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8943
8944 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8945 strings and long subject lines that were broken into multiple
8946 lines at arbitrary places. Handle subjects that have "Re: " in
8947 the middle.
8948
8949 2005-12-10 John W. Eaton <jwe@octave.org>
8950
8951 * emacs/octave-mod.el (octave-electric-space): Don't indent
8952 comments or strings if octave-auto-indent is nil.
8953
8954 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8955
8956 * term/mac-win.el: Require url when compiling.
8957 Call mac-process-deferred-apple-events after loading init files.
8958 (mac-apple-event-map): New defvar. Define event handlers in it.
8959 (core-event, internet-event): New Apple event class symbols.
8960 (open-application, reopen-application, open-documents)
8961 (print-documents, open-contents, quit-application)
8962 (application-died, show-preferences, autosave-now, get-url):
8963 New Apple event ID symbols.
8964 (about): New HICommand ID symbol.
8965 (mac-event-spec, mac-event-ae): New macros.
8966 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8967 (mac-ae-selection-range, mac-ae-text-for-search)
8968 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8969 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8970 and Services menu events are now defined in mac-apple-event-map.
8971 (mac-drag-n-drop): Remove selection range handling.
8972
8973 2005-12-10 Kenichi Handa <handa@m17n.org>
8974
8975 * simple.el (zap-to-char):
8976 * isearch.el (isearch-process-search-char): Translate CHAR by
8977 translation-table-for-input.
8978
8979 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * foldout.el (foldout-exit-fold): Properly hide subtree.
8982
8983 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8984
8985 * files.el (save-buffer):
8986 * international/ucs-tables.el (ucs-set-table-for-input):
8987 * mail/mail-extr.el (mail-extract-address-components):
8988 * mail/sendmail.el (mail-mode): Reformat doc string.
8989
8990 2005-12-09 Juri Linkov <juri@jurta.org>
8991
8992 * isearch.el (isearch-highlight): Change main overlay priority
8993 from 1 to 1001. Simplify.
8994 (isearch-lazy-highlight-update): Change lazy overlay priority
8995 from 0 to 1000.
8996
8997 * replace.el (replace-highlight): Change overlay priority from
8998 1 to 1001.
8999
9000 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9001 Change overlay priority from 1 to 1001. Reuse existing overlay.
9002
9003 * compare-w.el (compare-windows-highlight): Change overlay
9004 priority from 1 to 1000.
9005
9006 * menu-bar.el (menu-bar-edit-menu): Add listp around
9007 pending-undo-list to disable menu item "undo" when pending
9008 undo list is empty.
9009
9010 * locate.el (locate): Disable undo in *Locate* buffer.
9011
9012 2005-12-09 Kim F. Storm <storm@cua.dk>
9013
9014 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9015
9016 2005-12-09 David Ponce <david@dponce.com>
9017
9018 * recentf.el: Improvement of the menu code.
9019 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9020 instead of menu hook.
9021 (recentf-show-menu, recentf-hide-menu): New functions.
9022 (recentf-menu-customization-changed, recentf-mode): Use them.
9023 (recentf-menu-action, recentf-max-menu-items)
9024 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9025 (recentf-arrange-by-rule-others)
9026 (recentf-arrange-by-rules-min-items)
9027 (recentf-arrange-by-rule-subfilter) : Don't use
9028 `recentf-menu-customization-changed'.
9029 (recentf-arrange-rules): Likewise. Accept functions to compute
9030 sub-menu titles.
9031 (recentf-menu-filter): Likewise. Doc fix.
9032 (recentf-menu-value-shortcut): Doc fix.
9033 (recentf-dump-variable): Quote atom value.
9034 (recentf-make-menu-items): Update to use it as a menu filter.
9035 (recentf-match-rule): New function.
9036 (recentf-arrange-by-rule): Use it.
9037 (recentf-indirect-mode-rule): New function.
9038 (recentf-build-mode-rules): Use it.
9039 (recentf-dir-rule): New function.
9040 (recentf-arrange-by-dir): Use it.
9041 (recentf-filter-changer-current): Rename from
9042 `recentf-filter-changer-state'. All references updated.
9043 (recentf-filter-changer-alist): Update filter names.
9044 (recentf-filter-changer-select): New function.
9045 (recentf-filter-changer): Use it. Make a sub-menu from filters
9046 available in `recentf-filter-changer-alist'.
9047 (recentf-data-cache, recentf-clear-data)
9048 (recentf-update-menu): Remove. All references updated.
9049 (recentf-match-rule-p, recentf-build-dir-rules)
9050 (recentf-filter-changer-goto-next)
9051 (recentf-filter-changer-get-current)
9052 (recentf-filter-changer-get-next): Remove.
9053
9054 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9055
9056 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9057 buffer "Reset" button to "Reset to Current" for consistency with
9058 the State buttons.
9059
9060 2005-12-08 John Paul Wallington <jpw@pobox.com>
9061
9062 * ibuf-ext.el (define-ibuffer-filter filename):
9063 If `dired-directory' is a list then really use its car.
9064
9065 2005-12-08 Kim F. Storm <storm@cua.dk>
9066
9067 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9068 Fix indention of text on right side of replaced rectangle.
9069
9070 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9071
9072 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9073 No need to check gud-comint-buffer is bound.
9074 (gdb): Prevent multiple debugging when first session uses gdba.
9075
9076 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9077
9078 CC Mode update to 5.31.
9079
9080 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9081 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9082 We might do this function properly in the future).
9083
9084 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9085 New macros c-sentence-end and c-default-value-sentence end, to cope
9086 with Emacs 22's new function `sentence-end'.
9087
9088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9089
9090 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9091 compat issue using `c-put-overlay' and `c-delete-overlay'.
9092
9093 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9094 New compat macros to handle overlays/extents.
9095
9096 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9097
9098 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9099 (for GNU Emacs 20.4)
9100
9101 * progmodes/cc-defs.el:
9102 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9103
9104 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9105 highlighting mechanism so it will work in XEmacs too.
9106
9107 * progmodes/cc-defs.el: Insert c-int-to-char.
9108
9109 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9110 call to the new macro c-int-to-char. This solves XEmacs's
9111 regarding characters as different from integers.
9112
9113 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9114
9115 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9116 New internal helper.
9117
9118 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9119 construct to make the indirect face lookup work in XEmacs.
9120
9121 (c-cpp-matchers): Append the negation char face to the existing
9122 fontification, so that the cpp face doesn't disappear.
9123 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9124 and strings.
9125
9126 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9127 to map to `font-lock-negation-char-face' in emacsen where it exists.
9128
9129 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9130
9131 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9132
9133 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9134 Rename "c-subword-move-mode" as "c-subword-mode".
9135
9136 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9137 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9138
9139 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9140
9141 * progmodes/cc-mode.el: Added autoload directive for
9142 `c-subword-move-mode' for use in older emacsen.
9143
9144 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9145
9146 * progmodes/cc-mode.el:
9147 (i) Insert a binding for C-c C-backspace into
9148 c-bind-special-erase-keys which works in TTYs.
9149 (ii) Make sure that when file styles are used, any explicitly
9150 given style variables take priority over those in the style.
9151 Do this by calling `hack-local-variables' a second time.
9152
9153 * progmodes/cc-vars.el: Add language specific customization
9154 widgets for AWK to c-doc-comment-style, c-require-final-newline
9155 and c-default-style. Add a defcustom for awk-mode-hook.
9156 Give c-syntactic-element and c-syntactic-context doc-strings by
9157 directly setting their `variable-documentation' propery.
9158 This allows Emacs 22.1 to read these with C-h v.
9159
9160 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9161
9162 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9163
9164 * progmodes/cc-fonts.el, cc-vars.el
9165 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9166 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9167 Masatake YAMATO.
9168
9169 (c-doc-comment-style): Made GtkDoc default in C mode.
9170
9171 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9172 and C-c C-<delete>.
9173
9174 (c-bind-special-erase-keys): New function for use on
9175 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9176
9177 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9178 <delete> key behavior in XEmacs according to `delete-forward-p'.
9179 C.f. `c-electric-delete'.
9180
9181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9182
9183 * progmodes/cc-mode.el: Give c-hungry-backspace and
9184 c-hungry-delete-forward permanent key bindings.
9185
9186 * progmodes/cc-cmds.el (c-electric-semi&comma):
9187 Bind c-syntactic-context for calls to "criteria functions", for
9188 consistency with other calls to user functions.
9189
9190 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9191 `current-prefix-arg', since this might be the prefix arg to a
9192 command which calls c-indent-command as a function. Change the
9193 interactive spec from "p" to "P".
9194
9195 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9196 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9197 was difficult to understand.
9198
9199 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9200
9201 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9202 first char of an identifier.
9203
9204 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9205 +" syntax in C++.
9206
9207 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9208
9209 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9210 auto-fill doesn't split a c-comment's last word from a hanging
9211 "*/" when a space is typed between them after fill-column.
9212
9213 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9214
9215 * progmodes/cc-styles.el (c-set-style)
9216 (c-setup-paragraph-variables): Abort the command if we're not in a
9217 CC Mode buffer.
9218
9219 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9220 with blank comment-prefix, and a blank line as the comment's
9221 second line.
9222
9223 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9224
9225 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9226 Incorporate the patterns added in the Emacs development branch
9227 for the new Emacs 22 face `font-lock-negation-char-face'.
9228
9229 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9230 of "red" since it stands out better in xterms and DOS terminals.
9231
9232 * progmodes/cc-engine.el (c-literal-faces):
9233 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9234
9235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9236
9237 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9238 forcibly enable c-electric-flag.
9239
9240 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9241 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9242 after the comment-prefix of a C-style comment will close that comment.
9243
9244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9245
9246 * progmodes/cc-fonts.el (c-basic-matchers-before)
9247 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9248 in Pike.
9249
9250 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9251 digraphs.
9252
9253 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9254 (c-cpp-message-directives, c-cpp-include-directives)
9255 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9256 (c-cpp-expr-directives): Introduce new language constants to
9257 control cpp syntax in a cleaner way.
9258
9259 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9260
9261 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9262
9263 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9264 (c-multiline-string-start-char): New language constants and
9265 variables to specify how newlines in string literals work.
9266
9267 (c-font-lock-invalid-string): Use them.
9268
9269 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9270 unbalanced close brace is entered. Optimization by avoiding going
9271 back over arbitrarily large blocks. Removed hints that this
9272 function only would be relevant/useful in AWK.
9273
9274 (c-electric-brace): Indent syntactically after the cleanups since
9275 lineup functions might do it differently then.
9276
9277 * progmodes/cc-engine.el, cc-langs.el
9278 (c-opt-op-identifier-prefix): New language constant and variable.
9279
9280 (c-just-after-func-arglist-p, c-after-special-operator-id)
9281 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9282
9283 * progmodes/cc-align.el, cc-engine.el
9284 (c-after-special-operator-id): New helper to handle C++ operator
9285 identifiers.
9286
9287 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9288 (c-guess-basic-syntax): Handle C++ operator identifiers in
9289 declarations.
9290
9291 * progmodes/cc-langs.el (c-assignment-operators): Add the
9292 trigraph version of ^= too.
9293
9294 * progmodes/cc-langs.el (c-assignment-operators): Add the
9295 trigraph version of |= in C++.
9296
9297 * progmodes/cc-fonts.el (c-font-lock-declarators):
9298 Handle `c-decl-hangon-kwds' after the identifier name.
9299
9300 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9301 whether an arglist is "nonempty", ignore a comment after the open
9302 paren if it isn't followed by a non-comment token on the same line.
9303
9304 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9305 Enable heuristics below the point to cope with classes inside special
9306 brace lists in Pike.
9307
9308 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9309
9310 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9311
9312 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9313
9314 * progmodes/cc-guess.el (cc-guess-install): New function to
9315 install an already guessed style in another buffer.
9316
9317 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9318 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9319 anyway if the change always is undone.
9320
9321 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9322
9323 Implement togglable electricity:
9324
9325 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9326 saying when it should be used.
9327
9328 * progmodes/cc-engine.el: Add the new buffer-local variable,
9329 c-electric-flag.
9330
9331 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9332 c-toggle-auto-newline.
9333
9334 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9335 c-toggle-auto-newline. Remove the binding for
9336 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9337 c-toggle-electric-state.
9338
9339 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9340
9341 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9342 c-\(forward\|backward\)-subword.
9343 (c-update-modeline): Add the new modeline flag `l' for
9344 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9345 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9346 Make the old name an alias of the new name.
9347 (c-toggle-electric-state): New function.
9348 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9349 Adapt these functions to do electric things only when
9350 c-electric-flag is non-nil.
9351 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9352 new functions from c-electric-brace.
9353 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9354 mode, so that the tentative extra newline doesn't change the
9355 syntax of the following brace.
9356 (c-electric-brace): Restructure by extracting the above functions.
9357 Tidy up the coding somewhat.
9358 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9359 restructure a bit.
9360
9361 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9362
9363 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9364 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9365
9366 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9367 (c-submode-indicators): Change name from `c-auto-hungry-string'
9368 since it's now used to track another submode.
9369
9370 (c-update-modeline): Convert to function and extended to check
9371 `c-subword-move-mode'.
9372
9373 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9374 Convert to compat aliases for `c-forward-subword' and
9375 `c-backward-subword'.
9376
9377 * progmodes/cc-subword.el: New functions and minor mode to handle
9378 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9379
9380 (c-forward-subword, c-backward-subword, c-mark-subword)
9381 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9382 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9383 Functions corresponding to the standard word handling functions.
9384
9385 (c-subword-move-mode): Minor mode that replaces all the standard
9386 word handling functions with their subword equivalences.
9387
9388 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9389
9390 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9391 entry for one-liner-defun.
9392
9393 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9394 name in its def-edebug-spec.
9395
9396 * progmodes/cc-cmds.el (c-electric-brace): Make the
9397 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9398 compacts space before a comment, if this will make things fit on
9399 one line.
9400
9401 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9402
9403 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9404
9405 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9406 clean-up one-liner-defun.
9407
9408 * progmodes/cc-styles.el: Add the new "awk" style.
9409
9410 * progmodes/cc-vars.el: Add description of one-liner-defun to
9411 c-cleanup-list's doc-string. New user options,
9412 c-max-one-liner-length. In c-default-style, set the default style
9413 for AWK to "awk".
9414
9415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9416
9417 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9418 macros inside labels.
9419
9420 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9421 `c-at-statement-start-p' and `c-at-expression-start-p'.
9422
9423 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9424 error if the mark isn't set.
9425
9426 * progmodes/cc-engine.el (c-guess-continued-construct)
9427 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9428 accurately detect functions inside functions.
9429
9430 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9431 like `c-at-statement-start-p' that additionally recognizes commas
9432 and expression parentheses as delimiters.
9433
9434 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9435 to avoid heuristics that doesn't work for unclosed blocks.
9436 (c-at-statement-start-p): New function.
9437
9438 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9439 Objective-C directives, e.g. directives spanning lines should work
9440 reasonably well now.
9441
9442 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9443
9444 (c-forward-objc-directive): New function to move over any ObjC
9445 directive.
9446
9447 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9448 (c-basic-matchers-before): Use it.
9449
9450 (c-font-lock-objc-iip-decl): Remove.
9451
9452 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9453 in the template arglist recognition.
9454
9455 * progmodes/cc-styles.el (c-style-alist): Fix several
9456 inconsistencies in the Whitesmith style.
9457
9458 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9459 New lineup function to get lines after Whitesmith style blocks
9460 correctly indented.
9461
9462 (c-lineup-whitesmith-in-block): Back out the compensation for
9463 opening parens since it's done using `add' lists in the style
9464 definition instead. Don't use the anchor position since it varies
9465 too much between the syntactic symbols. :P
9466
9467 * progmodes/cc-vars.el (c-valid-offset): Update.
9468
9469 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9470 lists where the offsets are combined according to several
9471 different methods: `first', `min', `max', and `add'.
9472 Report offset evaluation errors with `c-benign-error' so that some kind
9473 of reindentation still is done.
9474
9475 * progmodes/cc-engine.el (c-guess-basic-syntax):
9476 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9477 `arglist-close'.
9478
9479 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9480 situations for `arglist-cont-nonempty' and `arglist-close'.
9481
9482 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9483
9484 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9485 cc-bytecomp-boundp' in a number of places.
9486
9487 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9488 macro related issue.
9489
9490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9491
9492 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9493 list is now [asdf], a char class [:alpha:].
9494 Include code for char classes.
9495 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9496 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9497
9498 Remove (nearly all of) the cruft associated with AWK Mode's former
9499 concept of "virtual semicolons":
9500
9501 Adapt c-beginning-of-statement, c-end-of-statement (together with
9502 subfunctions) to use the new notion of "virtual semicolon" in
9503 place of the old awkward special handling for AWK. There remains
9504 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9505 * progmodes/cc-cmds.el:
9506 (c-ascertain-adjacent-literal): In the backwards direction, now
9507 recognises AWK regexp delimiters as string delimiters.
9508 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9509 check more rigorously for "end of macro".
9510 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9511 virtual semicolons;
9512 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9513 out the code for forward movement into ...
9514 (c-end-of-statement): Now contains the code for forward movement,
9515 adapted for virtual semicolons.
9516
9517 * progmodes/cc-engine.el:
9518 (c-ws*-string-limit-regexp): New regexp.
9519 (c-forward-single-comment, c-backward-single-comment): Comment out
9520 the (now redundant) "special" AWK stuff.
9521
9522 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9523 c-string-par-start, c-string-par-separate to be more like Text
9524 Mode than Fundamental Mode.
9525
9526 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9527
9528 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9529 to the fontified region so that fontification doesn't occur
9530 outside it (could happen e.g. when fontifying a line with an
9531 unfinished declaration).
9532
9533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9534
9535 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9536 start of the file. ^L now separate sections of the file.
9537 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9538 (c-awk-one-line-possibly-open-string-re)
9539 (c-awk-regexp-one-line-possibly-open-char-class-re)
9540 (c-awk-one-line-possibly-open-regexp-re)
9541 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9542 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9543
9544 Amend the concept of "virtual semicolons" (in the indentation
9545 engine) for languages like AWK, such that they are now
9546 conceptually attached to end of the last token of a statement, not
9547 the end of the line. (In AWK Mode, however, the pertinent text
9548 property is still physically set on the EOL.) Remove the specific
9549 tests for awk-mode, thus facilitating the introduction of other
9550 language modes where EOLs can end statements.
9551 (Note: The funtionality in cc-cmds.el, specifically
9552 c-beginning/end-of-statement has yet to be amended.)
9553
9554 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9555 New macros.
9556
9557 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9558 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9559 c-vsemi-status-unknown-p-fn (in a new page).
9560
9561 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9562 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9563 numerous awkward forms like
9564 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9565 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9566 variable before-ws-ip, the place just after char-before-ip appears.
9567
9568 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9569 a comment.
9570
9571 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9572
9573 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9574 `c-tentative-buffer-changes'.
9575
9576 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9577 convert to macro to choose between Emacs and XEmacs at compile time.
9578
9579 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9580
9581 (c-tentative-buffer-changes): New macro to handle temporary buffer
9582 changes in a convenient way.
9583
9584 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9585 for `c-tentative-buffer-changes'.
9586
9587 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9588 the checks for paren sexps between the point and the keyword, to
9589 avoid some false alarms.
9590
9591 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9592 Fixed a situation where an error could be thrown for unbalanced
9593 parens. Changed to make use of c-keyword-member' to avoid some
9594 repeated regexp matches.
9595
9596 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9597 These language variable are no longer necessary.
9598
9599 (c-block-stmt-kwds): New language constant used by
9600 c-looking-at-inexpr-block'.
9601
9602 (c-guess-basic-syntax): Remove an optional check that looked at
9603 the existence of the now removed language variables.
9604
9605 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9606 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9607 object instantiation expressions as declarations in some contexts.
9608 This bug only affected languages where the declarator can't be
9609 enclosed in parentheses.
9610
9611 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9612 insert newlines before and after substatement braces.
9613
9614 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9615 function declaration headers and the handling of C++ style member
9616 init lists.
9617
9618 (c-just-after-func-arglist-p): Rewritten to use
9619 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9620
9621 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9622
9623 (c-guess-basic-syntax): Adapt case 5B for the new
9624 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9625 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9626 covers all cases now).
9627
9628 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9629
9630 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9631
9632 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9633 c-string-par-start/separate c-sentence-end-with-esc-eol,
9634 initialised in c-setup-paragraph-variables, used in string
9635 scanning subroutines of c-beginning-of-statement.
9636
9637 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9638 which precedes the newly inserted `{'.
9639
9640 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9641
9642 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9643 function for declaration level blocks. It should now cope with
9644 templates better and also be a lot more comprehensible.
9645
9646 (c-looking-at-decl-block): The new function.
9647
9648 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9649 for compatibility.
9650
9651 (c-add-class-syntax, c-guess-continued-construct)
9652 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9653
9654 (c-decl-block-key): Change to tell apart ambiguous and
9655 unambiguous keywords. Pike specials are now handled directly in
9656 the code instead.
9657
9658 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9659 New language constants and variables to make the backward skip in
9660 `c-looking-at-decl-block' as tight as possible.
9661
9662 (c-nonsymbol-token-char-list): New language constant.
9663
9664 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9665 find balanced template arglists backwards.
9666
9667 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9668 making char classes for `c-syntactic-skip-backward'.
9669
9670 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9671 16D - can't be a class-close at that point.
9672
9673 * progmodes/cc-engine.el (c-guess-basic-syntax)
9674 (c-add-class-syntax): Don't narrow out the enclosing declaration
9675 level. This makes everything a lot easier, and it was actually
9676 only four small places that needed it to work. Some places that
9677 previously did `widen' are removed now, which has the effect that
9678 `c-guess-basic-syntax' never will look at things outside the
9679 current narrowment now. The anchor position for `topmost-intro'
9680 is affected by this, but it was so bogus it was basically useless
9681 before, and now it's equally bogus but in a slightly different way.
9682
9683 (c-narrow-out-enclosing-class): Gone.
9684
9685 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9686 the narrowed region.
9687
9688 (c-least-enclosing-brace): Remove silly optional argument.
9689
9690 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9691 the point could be left directly after an open paren when finding
9692 the beginning of the first decl in the block.
9693
9694 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9695 Specify which submatch to use.
9696
9697 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9698
9699 (c-decl-start-re): No longer any need for special treatment of
9700 ObjC due to the above.
9701
9702 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9703 presumably follows C in that regard.
9704
9705 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9706 New language constants to specify operator tokens inside
9707 identifiers in a more high level way.
9708
9709 (c-opt-identifier-prefix-key): New internal language constant.
9710
9711 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9712 (c-identifier-start, c-identifier-key): Now completely calculated
9713 from other constants.
9714
9715 (c-identifier-last-sym-match): Decommission since it's no longer used.
9716
9717 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9718
9719 * progmodes/cc-engine.el (c-forward-name): Remove the
9720 optimization when c-identifier-key is equal to c-symbol-key since
9721 it doesn't work in byte compiled files. Don't record empty
9722 regions as identifiers.
9723
9724 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9725 simplify access to `c-operators' and its likes.
9726
9727 (c-operator-list, c-all-op-syntax-tokens)
9728 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9729 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9730 (c-primary-expr-regexp, c-cast-parens): Use it.
9731
9732 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9733 an explicit language in functions.
9734
9735 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9736 variant of adornment.
9737
9738 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9739 variable.
9740
9741 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9742 the Pike value.
9743
9744 * progmodes/cc-engine.el (c-on-identifier)
9745 (c-simple-skip-symbol-backward): Small fix for handling "-"
9746 correctly in `skip-chars-backward'. Affected the operator lfun
9747 syntax in Pike.
9748
9749 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9750 diagnostic message about precompiled language vars not being used.
9751
9752 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9753 "__attribute__" is followed by a parenthesis.
9754
9755 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9756 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9757 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9758
9759 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9760 Internal cleanups to properly detect the declared identifiers in
9761 various declarations.
9762
9763 (c-decl-start-kwds): New language constant to recognize
9764 declarations that can start anywhere. Used for class declarations
9765 in Pike.
9766
9767 (c-specifier-key, c-not-decl-init-keywords)
9768 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9769 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9770
9771 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9772 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9773 handling of the compiler specific extension keywords into a new
9774 language constant `c-decl-hangon-kwds' that defines keyword
9775 clauses to be ignored in declarations.
9776
9777 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9778 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9779 Necessary to stop at the declared identifier in e.g. IDL valuetype
9780 declarations.
9781
9782 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9783 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9784 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9785 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9786 class and enum declarations as such and not as part of the type.
9787
9788 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9789 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9790
9791 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9792 declarations when there's some syntax error later on.
9793
9794 (c-complex-decl-matchers): Did away with a reference to
9795 `c-specifier-key'.
9796
9797 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9798 value - this variable is always dynamically bound.
9799
9800 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9801 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9802 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9803 functions that might do hidden buffer changes: All such internal
9804 functions are now marked instead of those that don't.
9805
9806 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9807 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9808 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9809 (c-literal-type): Allow these functions to make hidden buffer changes,
9810 so that they are free to use text property caching later on.
9811
9812 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9813 (c-electric-brace, c-electric-slash, c-electric-star)
9814 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9815 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9816 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9817 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9818 with the changed semantics of the functions above.
9819
9820 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9821 when macros occur in obscure places. Optimized the sexp movement
9822 a bit.
9823
9824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9825
9826 Enhancements for c-beginning-of-statement to work in AWK Mode:
9827
9828 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9829 (completed statement) with `}' (statement completed by closing
9830 brace or semicolon) and `$' (statement completed by EOL).
9831
9832 (c-awk-virtual-semicolon-ends-prev-line-p)
9833 (c-awk-virtual-semicolon-ends-line-p)
9834 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9835 (c-awk-at-statement-end-p): New functions.
9836
9837 * progmodes/cc-cmds.el: Simplify the structure of functions
9838 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9839 two functions and c-beginning-of-statement to handle AWK Mode.
9840
9841 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9842 c-backward-single-comment for AWK mode. Attempt to clarify their
9843 doc-strings.
9844
9845 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9846
9847 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9848
9849 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9850 label handling. Labels are now recognized in a uniform and more
9851 robust way, regardless of context. Text properties are put on all
9852 labels to recognize the following declarations better.
9853 Multiword labels are handled both in indentation and fontification for
9854 the benefit of language extensions like Qt. For consistency, keywords
9855 in labels are now fontified with the label face instead.
9856 That also applies to "case" and "default".
9857
9858 (c-beginning-of-statement-1): Fix some bugs in the label
9859 handling. Disregard `c-nonlabel-token-key' in labels that begin
9860 with `c-label-kwds'.
9861
9862 (c-find-decl-spots): Support that the callback adds more
9863 `c-decl-end' spots to find.
9864
9865 (c-forward-decl-or-cast-1): Don't treat a list of plain
9866 identifiers followed by a colon as a declaration.
9867
9868 (c-forward-label): New function to recognize labels.
9869
9870 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9871 `c-forward-label'. Moved the label recognition cases (14 and 15)
9872 earlier since they aren't so context sensitive now. Handle labels
9873 on the top level gracefully. Moved access label recognition to
9874 the generic label case (CASE 15) - removed CASE 5E.
9875
9876 (c-font-lock-declarations): Add recognition of labels in the
9877 same round since we need to handle labels in parallell with other
9878 declarations to recognize both accurately. It should also improve
9879 speed.
9880
9881 (c-simple-decl-matchers, c-basic-matchers-after):
9882 Move `c-font-lock-labels' so that it only is used on decoration level 2
9883 since `c-font-lock-declarations' handles it otherwise.
9884
9885 (c-complex-decl-matchers): Remove the simplistic recognition of
9886 access labels.
9887
9888 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9889 with labels earlier.
9890
9891 (c-decl-start-re): New language variable to make
9892 `c-font-lock-declarations' stop for the special protection labels
9893 in Objective-C that start with `@'.
9894
9895 (c-label-key): Remove since it's no longer used.
9896
9897 (c-recognize-colon-labels, c-label-prefix-re): New language
9898 constants to support recognition of generic colon-terminated labels.
9899
9900 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9901 are colon terminated labels.
9902
9903 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9904 first argument starts with a special brace list.
9905
9906 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9907 (c-font-lock-declarations): Break out the declaration and cast
9908 recognition from `c-font-lock-declarations' to a new function, so
9909 that it can be used in the indentation engine.
9910
9911 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9912 up to the start of the literal. Fixed bug with the point on the
9913 wrong side of the search limit that could happen when the start
9914 position is inside a literal.
9915
9916 * progmodes/cc-engine.el (c-parse-state)
9917 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9918 so that it's kept a little bit back to increase the hit rate.
9919
9920 (c-parse-state): Change the macro handling and fixed some
9921 glitches. Macro context is checked more often than necessary now,
9922 but otoh less garbage conses are generated.
9923
9924 * progmodes/cc-engine.el (c-parse-state)
9925 (c-invalidate-state-cache): Cache the last position where
9926 `c-state-cache' applies. This can speed up refontification quite
9927 a bit in blocks where there are many non-brace parens before the point.
9928
9929 (c-state-cache-end): New variable for this.
9930
9931 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9932 cache variable.
9933
9934 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9935 get close initial continue positions when the start position is
9936 inside a literal or macro. Do not call the callback for spots
9937 before the start position (which can happen e.g. for `c-decl-end'
9938 spots inside comments). Optimize better in special cases when the
9939 region is a single line inside a literal or macro (typically when
9940 the current line is refontified).
9941
9942 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9943 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9944 entries from the paren state.
9945
9946 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9947 special case for "else if" clauses.
9948
9949 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9950 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9951
9952 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9953 New language variable to recognize the gcc extension with statement
9954 blocks inside expressions.
9955
9956 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9957 it somewhat more comprehensible. The argument AT-BLOCK-START is
9958 no longer used and hence removed.
9959
9960 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9961 to `c-add-stmt-syntax'.
9962
9963 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9964 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9965 This fixes bogus label recognition.
9966
9967 * progmodes/cc-engine.el (c-add-type, c-check-type)
9968 (c-forward-name, c-forward-type): Improve storage of template
9969 types in `c-found-types' so that they can be recognized better.
9970
9971 (c-syntactic-content): Add option to skip past nested parens.
9972
9973 * progmodes/cc-engine.el (c-forward-name):
9974 Set `c-last-identifier-range' all the time. It's less work that way.
9975 Handle that there might not be an identifier to store in
9976 `c-last-identifier-range'.
9977
9978 (c-forward-type): Handle that `c-last-identifier-range' might be
9979 nil from `c-forward-name'.
9980
9981 * progmodes/cc-defs.el (c-safe-scan-lists)
9982 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9983
9984 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9985 to work even if the form fails.
9986
9987 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9988 down in a large file in one go.
9989
9990 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9991
9992 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9993 function which is like `c-lineup-math' but returns nil instead of
9994 `c-basic-offset' when it doesn't match.
9995
9996 (c-lineup-math): Change to use `c-lineup-assignments'.
9997
9998 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9999
10000 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10001 c-beginning-of-statement. New subfunctions
10002 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10003
10004 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10005
10006 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10007 hardcoded char classes whereever possible. Changed a couple of
10008 places to use skip by syntax instead of skip by char class.
10009
10010 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10011 Fix a bug in the regexp that caused extreme backtracking.
10012
10013 * progmodes/cc-langs.el (c-block-comment-starter)
10014 (c-block-comment-ender): New language constants to specify in a
10015 single place how block comments look.
10016
10017 (c-comment-start-regexp, c-block-comment-start-regexp)
10018 (comment-start, comment-end, comment-start-skip)
10019 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10020 (c-syntactic-ws, c-nonempty-syntactic-ws)
10021 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10022 `c-line-comment-starter', `c-block-comment-starter' and
10023 `c-block-comment-ender'.
10024
10025 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10026 New language constants to break up things a bit.
10027
10028 (c-simple-ws): New language constant for simple whitespace.
10029
10030 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10031
10032 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10033 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10034 newlines. Allow and ignore nil elements in the list.
10035
10036 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10037
10038 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10039 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10040
10041 * progmodes/cc-cmds.el: Tidy up the comments in
10042 c-beginning-of-statement and subfunctions.
10043
10044 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10045 more flexible c-put-char-property and c-clear-char-properties.
10046 Add the author's email address.
10047
10048 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10049
10050 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10051 closing "*/" of a block comment.
10052
10053 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10054 subfunctions) so that it works at BOB and EOB.
10055
10056 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10057 c-beginning-of-statement, including new variable
10058 c-block-comment-start-regexp.
10059
10060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10061
10062 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10063 symbols from `*-font-lock-extra-types' so that there's no need to
10064 use `regexp-opt' on those lists.
10065
10066 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10067 `c-type-modifier-kwds' is empty.
10068
10069 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10070 there are several strings on the same line.
10071
10072 * progmodes/cc-engine.el (c-literal-limits): Remove the
10073 compatibility function for older emacsen. `c-literal-limits-fast'
10074 has now taken the place of this function.
10075
10076 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10077 with older emacsen: We now require `pps-extended-state'.
10078
10079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10080
10081 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10082 which obviates the need to hack sentence-end. This now handles
10083 escaped newlines in strings correctly. Correct minor bugs in
10084 c-move-over-sentence and in c-beginning-of-statement.
10085
10086 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10087 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10088 that movement over macros and code are rigorously separated from
10089 eachother. Correct a few incidental bugs.
10090
10091 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10092 Improve its doc-string. Improve the handling of certain specific cases.
10093
10094 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10095
10096 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10097 (c-guess-basic-syntax): Change the way class-level labels are
10098 recognized; they can now contain essentially any symbols.
10099
10100 (c-opt-extra-label-key): New language variable to cope with the
10101 special protection label syntax in Objective-C.
10102
10103 (c-opt-access-key): Remove; this is now handled better by
10104 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10105
10106 (c-complex-decl-matchers): Update to handle that
10107 `c-opt-access-key' no longer exists.
10108
10109 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10110 improved label recognition in `c-beginning-of-statement-1'.
10111
10112 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10113 Recognize bitfields better.
10114
10115 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10116 Remove some cruft and fixed a bug that could cause it to go to a
10117 position further down.
10118
10119 * progmodes/cc-langs.el, cc-engine.el
10120 (c-beginning-of-statement-1): Improve detection of labels in
10121 declaration contexts.
10122
10123 (c-beginning-of-decl-1): Use it.
10124
10125 (c-nonlabel-token-key): New language constant and variable needed
10126 by `c-beginning-of-statement-1'.
10127
10128 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10129 manifested itself due to the correction in `c-forward-sexp'.
10130
10131 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10132 Make these behave as documented when used at the buffer limits.
10133
10134 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10135 (c-type-decl-end-used): Made this a language variable.
10136
10137 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10138 correctly when `combine-after-change-calls' is used together with
10139 temporary narrowings.
10140
10141 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10142 Report labels correctly when the start point is immediately after the
10143 colon.
10144
10145 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10146 Remove since it isn't used anymore.
10147
10148 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10149 bracket arglists such as template parens in C++.
10150
10151 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10152 in the last check-in. Some optimization.
10153
10154 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10155 where it could stop at the same level in a preceding sexp when
10156 PAREN-LEVEL is set.
10157
10158 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10159 text property lookup only when it's needed.
10160
10161 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10162 Change the policy for paren marked angle brackets to be more
10163 persistent; once marked they remain marked even when they're found
10164 to be unbalanced in the searched region. This should keep the
10165 paren syntax around even when individual lines are refontified in
10166 multiline template arglists.
10167
10168 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10169 to control markup so that incorrect angle bracket arglists aren't
10170 marked in contexts where the correct value for
10171 `c-disallow-comma-in-<>-arglists' isn't known.
10172
10173 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10174 argument has become `c-parse-and-markup-<>-arglists'.
10175
10176 (c-remove-<>-arglist-properties): Remove - no longer used.
10177
10178 (c-after-change-check-<>-operators): New function used on
10179 `after-change-functions' to avoid that "<" and ">" characters that
10180 are part of longer operators have paren syntax.
10181
10182 (c-<>-multichar-token-regexp): New language variable used by
10183 `c-after-change-check-<>-operators'.
10184
10185 (c-after-change): Call `c-after-change-check-<>-operators'.
10186
10187 (c-font-lock-<>-arglists): Use the context properties set by
10188 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10189 correctly to avoid doing invalid markup.
10190
10191 (c-font-lock-declarations): Remove code that undoes the invalid
10192 markup done by `c-font-lock-<>-arglists'.
10193
10194 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10195 after `c-font-lock-declarations'.
10196
10197 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10198 Add paren-level feature.
10199
10200 (c-guess-basic-syntax): Improve the anchor position for
10201 `template-args-cont' in nested template arglists. There's still
10202 much to be desired in this area, though.
10203
10204 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10205
10206 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10207 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10208
10209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10210
10211 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10212 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10213
10214 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10215 it doesn't work no longer are supported.
10216
10217 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10218 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10219 requires support for the syntax-table' text property, which rules
10220 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10221 cruft associated with those versions.
10222
10223 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10224 for the `syntax-table' text property, which rules out Emacs 19 and
10225 XEmacs < 21.4. Removed various compatibility cruft associated
10226 with those versions.
10227
10228 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10229 support for the `syntax-table' text property.
10230
10231 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10232 variable and use an extra quoted face name instead. All the
10233 emacsen flavors handle that correctly.
10234
10235 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10236 (c-font-lock-declarators, c-font-lock-declarations)
10237 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10238 property to mark the items in in declarator lists to handle
10239 refontification inside multiline declarations better.
10240
10241 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10242 construct like "a * b = c;" as a declaration.
10243
10244 2005-12-08 Kim F. Storm <storm@cua.dk>
10245
10246 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10247 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10248 select either meta, hyper, or super modifier for rectangle commands.
10249 (cua--rectangle-modifier-key): New defvar.
10250 (cua--M/H-key): Use it. Remove special case for `space'.
10251 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10252 on X, to meta otherwise. Always bind C-return to toggle
10253 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10254
10255 * emulation/cua-rect.el (cua-help-for-rectangle):
10256 Use cua--rectangle-modifier-key. Handle super modifier too.
10257 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10258 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10259
10260 * ido.el: Move Acknowledgements and History after Commentary.
10261 Minor changes to Commentary.
10262
10263 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10264 keymap if cua--prefix-override-timer is `shift'.
10265 (cua--shift-control-prefix): New function; emulate "type prefix
10266 key twice" functionality to handle shifted prefix key override.
10267 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10268 New commands.
10269 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10270
10271 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10272
10273 * textmodes/org.el (org-insert-heading): Try to do items before
10274 headings.
10275 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10276 (org-insert-item): New function.
10277 (org-renumber-ordered-list): Don't skip to higher level lists.
10278
10279 2005-12-08 Juri Linkov <juri@jurta.org>
10280
10281 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10282
10283 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10284
10285 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10286
10287 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10288 the constructed function name fun-1.
10289
10290 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10291 because such links don't lead to parent documentation.
10292
10293 2005-12-08 Kenichi Handa <handa@m17n.org>
10294
10295 * descr-text.el (describe-char): Use *Help-2* buffer if the
10296 current buffer is *Help*. Call describe-text-properties while
10297 setting the original buffer.
10298
10299 2005-12-07 Bill Wohler <wohler@newt.com>
10300
10301 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10302 and causes problems with non-MH users (such as Gnus users).
10303
10304 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10305
10306 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10307 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10308 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10309 command "info sources". Move calls to GDB command "list".
10310 (gdb-find-file-hook): Just use gdb-source-file-list.
10311 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10312 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10313 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10314 (gdb-data-list-register-values-handler): Use correct trigger name.
10315
10316 2005-12-07 Kim F. Storm <storm@cua.dk>
10317
10318 * ido.el (ido-completion-map): Rename from ido-mode-map.
10319 (ido-common-completion-map, ido-file-completion-map)
10320 (ido-file-dir-completion-map, ido-buffer-completion-map):
10321 Rename from ido-mode-....-map.
10322 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10323 (ido-setup-completion-map): Rename from ido-define-mode-map.
10324 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10325 to ido-completion-map.
10326
10327 2005-12-07 Kenichi Handa <handa@m17n.org>
10328
10329 * international/mule-cmds.el
10330 (set-display-table-and-terminal-coding-system): If the coding
10331 system specified in `unibyte-display' property is different from
10332 the arg coding-system, don't setup standard-display-table.
10333
10334 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10337 that comments end at \n, regardless of selective-display.
10338
10339 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10342 (gdb-version): New variables.
10343 (gdb-source-file-list, gdb-register-names)
10344 (gdb-changed-registers): New variables for use with GDB 6.4+.
10345 (gdb-ann3): Replace with...
10346 (gdb-init-1, gdb-init-2): ...two new functions.
10347 (gdba, gdb-prompt): Call gdb-init-1.
10348 (gdb-get-version): New function. Call gdb-init-2 from here.
10349 (gud-watch): Make it work with mouse events too.
10350 (gdb-post-prompt): Don't add to queue until GDB version is known.
10351 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10352 (gdb-locals-mode): Use gdb-version.
10353 (gdb-memory-format-map, gdb-memory-unit-map)
10354 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10355 (gdb-locals-font-lock-keywords-1)
10356 (gdb-locals-font-lock-keywords-2): New variables.
10357 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10358 (gdb-set-gud-minor-mode-existing-buffers-1)
10359 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10360 (gdb-var-update-1, gdb-var-update-handler-1)
10361 (gdb-data-list-register-values-handler)
10362 (gdb-data-list-register-values-custom)
10363 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10364 (gdb-stack-list-locals-handler, gdb-get-register-names):
10365 New functions for use with GDB 6.4+.
10366 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10367 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10368 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10369 (gdb-stack-list-locals-regexp)
10370 (gdb-data-list-register-names-regexp): New regexps for use with
10371 GDB 6.4+.
10372
10373 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10376
10377 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10378
10379 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10380 prompts work for AUTH PLAIN. Also reported by Steve Allan
10381 <seallan@verizon.net>.
10382
10383 2005-12-06 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
10384
10385 * frame.el (set-frame-parameter): Add doc string.
10386
10387 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10388
10389 * textmodes/org.el (org-occur-highlights): New variable.
10390 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10391 (org-highlight-sparse-tree-matches): New option.
10392 (org-do-occur): New function.
10393 (org-get-heading): Make it work also at beginning of line.
10394 (org-category-table): New variable.
10395 (org-get-category-table, org-get-category)
10396 (org-camel-to-words, org-link-search): New functions.
10397 (org-select-this-todo-keyword): New variable.
10398 (org-todo-list): New command.
10399 (org-shiftright, org-shiftleft): New commands.
10400 (org-agenda-todo): Add prefix argument.
10401 (org-show-hierarchy-above): New option.
10402 (org-show-todo-tree): Numerical prefix creates tree for specific
10403 TODO keyword.
10404 (org-outline-level): New function, to assign a level to plain
10405 lists items.
10406 (org-cycle-include-plain-lists): New option.
10407 (org-mode): Use `org-outline-level' as value of `outline-level'.
10408 (org-cycle): Temporarily switch `outline-regexp' if
10409 `org-cycle-include-plain-lists' is non-nil.
10410 (org-start-icalendar-file): Fix format bug.
10411 (org-agenda-get-day-entries): Create category table.
10412 (org-agenda-get-todos, org-agenda-get-timestamps)
10413 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10414 (org-agenda-get-blocks): Use `org-get-category'.
10415 (org-context-in-file-links): Rename from
10416 `org-line-numbers-in-file-links'.
10417
10418 2005-12-06 Romain Francoise <romain@orebokech.com>
10419
10420 * window.el (balance-windows): Delete extraneous third arg in call
10421 to `enlarge-window'.
10422
10423 2005-12-06 Kenichi Handa <handa@m17n.org>
10424
10425 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10426
10427 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10428
10429 * progmodes/gdb-ui.el (gdb-var-create-handler)
10430 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10431 (gdb-var-list-children-handler, gdb-var-update-handler):
10432 Current buffer is already gdb-partial-output-buffer, don't
10433 make it current again.
10434
10435 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10436
10437 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10438 (list-buffers-noselect): Use it.
10439
10440 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10443 (mail-yank-ignored-headers): Use regexp-opt.
10444 (mail-mode-map): Move initialization into declaration.
10445 (mail-sent-via): Remove unused shadowed var `to-line'.
10446 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10447 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10448 (mail-do-fcc): Use dolist and push.
10449 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10450 (mail-yank-ignored-headers): Don't autoload.
10451
10452 2005-12-05 Kenichi Handa <handa@m17n.org>
10453
10454 * international/mule-cmds.el (set-language-info-internal): New fun.
10455 (set-language-info): Call set-language-info-internal to update
10456 language-info-alist. If LANG-ENV is the current one, call
10457 set-language-environment to make INFO effective now.
10458 (set-language-info-alist): Likewise.
10459 (locale-language-names): With locale "en", use English
10460 lang. env. but set the default codings to iso-8859-1.
10461
10462 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10463
10464 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10465 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10466 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10467 for plain strings.
10468 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10469 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10470 Create registers buffer if necessary. Echo new state in minibuffer.
10471 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10472
10473 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10474
10475 * info.el (Info-fontify-node): Match external links using
10476 non-directory part of filename.
10477
10478 2005-12-04 Juri Linkov <juri@jurta.org>
10479
10480 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10481 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10482 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10483 because there is no customization option for it.
10484
10485 * font-lock.el (lisp-font-lock-keywords-1):
10486 Add define-global-minor-mode.
10487
10488 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10489
10490 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10491 properties on the constructed variable names.
10492
10493 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10494 Put `definition-name' properties on the constructed function names
10495 next-sym and prev-sym.
10496
10497 * emacs-lisp/find-func.el (find-function-regexp):
10498 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10499 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10500 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10501 and easy-menu-define.
10502
10503 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10504 easy-mmode-define-global-mode and define-global-minor-mode.
10505 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10506
10507 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10508 instead of easy-mmode-define-global-mode.
10509
10510 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10511 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10512
10513 * cus-edit.el (customize-group, customize-group-other-window):
10514 Filter out autoloaded options from the group completion list by
10515 using heuristics that autoloaded groups don't have `custom-autoload'
10516 property on their symbols (they have only `custom-loads').
10517
10518 * simple.el (completion-setup-function): Put completions-common-part
10519 face on complete completion string too (i.e. completion string
10520 without completions-first-difference face).
10521
10522 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10523
10524 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10525
10526 * view.el (view-mode): Doc fix.
10527
10528 * disp-table.el (standard-display-european): Add to the warning
10529 message a reference to the doc string.
10530
10531 * play/yow.el (apropos-zippy): Call print-help-return-message,
10532 similar to other Help and Apropos commands.
10533
10534 * help.el (print-help-return-message): If pop-up-frames is
10535 non-nil, set up help-return-method to delete the help window and,
10536 possibly, its frame as well, and don't display message about
10537 scrolling the help window. Doc fix.
10538 (help-return-method): Doc fix.
10539
10540 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10541
10542 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10543 whereby names of length one or names starting with a
10544 symbol-constituent character would not be returned.
10545
10546 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10547
10548 * subr.el (atomic-change-group): Add edebug and indentation spec.
10549
10550 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * completion.el (save-completions-file-name): Fix typo in last change.
10553
10554 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10555
10556 * info.el: Move back/forward history to the beginning of the tool bar.
10557
10558 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10559
10560 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10561 Add fset of allout-real-isearch-abort during compile to fix
10562 byte-compilation warnings.
10563 (allout-mode-p): Move definition of this macro above all uses, or
10564 byte compilation in barren emacs (eg, during emacs build) will
10565 lack the definition.
10566 (allout-mode): Move this variable above any uses, or byte
10567 compilation will fail.
10568 (allout-resolve-xref): Remove use of personal file-reference function.
10569 (allout-toggle-current-subtree-encryption): Do the current (ie,
10570 visible containing) topic, rather than nearest around point. Doc fix.
10571 (allout-toggle-subtree-encryption): New function, workhorse that
10572 works on nearest topic containing point.
10573 (allout-encrypt-string): Signal requirement for newer version of pgg.
10574 (allout-resumptions): Doc fix.
10575
10576 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10577
10578 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10579
10580 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10581
10582 * textmodes/flyspell.el (flyspell-external-point-words):
10583 Consider a misspelling as found in the string search if: (a) misspelling
10584 and found string lengths match, or (b) misspelling is found as
10585 element in a boundary-chars separated longer string, or (c)
10586 ispell-program-name is really ispell and misspelling is found as
10587 part of a TeX string. After successful match move beginning of
10588 search region to end of match. Warn about not found misspellings
10589 once the process is done.
10590 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10591
10592 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10593
10594 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10595 tool bar (removed inadvertently).
10596
10597 2005-12-02 Juri Linkov <juri@jurta.org>
10598
10599 * log-view.el (log-view-diff): Clarify doc string.
10600
10601 2005-12-01 Bill Wohler <wohler@newt.com>
10602
10603 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10604 triggers lm-verify errors.
10605
10606 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10607
10608 * simple.el (transient-mark-mode, line-number-mode)
10609 (column-number-mode, size-indication-mode): Remove `:require nil'.
10610
10611 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10612
10613 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10614 in the margin also.
10615 (gdb-breakpoints-mode-map): Use D instead of d for
10616 gdb-delete-breakpoint.
10617 (gdb-get-frame-number): Require a number to match on.
10618 (gdb-threads-mode-map): Add follow-link binding.
10619
10620 2005-11-30 Jason Rumney <jasonr@gnu.org>
10621
10622 * isearch.el (isearch-mode-map): Avoid exiting search on
10623 language-change event.
10624
10625 2005-11-30 Romain Francoise <romain@orebokech.com>
10626
10627 * speedbar.el (speedbar-default-position): New defcustom.
10628 (speedbar-frame-reposition-smartly): Use it.
10629
10630 * dframe.el (dframe-reposition-frame-emacs): Fix position
10631 computation for `left' location.
10632 Update copyright year.
10633
10634 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * help.el (help-map): Move initialization into declaration.
10637
10638 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10639
10640 * help-fns.el (help-argument-name): Don't autoload.
10641 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10642 to be re-loaded when customizing the `help' group.
10643
10644 2005-11-30 John Paul Wallington <jpw@gnu.org>
10645
10646 * help-fns.el (describe-function-1): Fill arglist output.
10647
10648 2005-11-30 Kim F. Storm <storm@cua.dk>
10649
10650 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10651 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10652 after revert-buffer (or anything else which kills all local variables).
10653
10654 * apropos.el (apropos-parse-pattern): Doc fix.
10655 Set apropos-regexp directly, rather than expecting callers to do so.
10656 (apropos-command, apropos, apropos-value, apropos-documentation):
10657 Simplify calls to apropos-parse-pattern.
10658
10659 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10660
10661 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10662 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10663 (hi-lock-write-interactive-patterns): Use comment-region.
10664
10665 * longlines.el (longlines-mode): Add mail-setup-hook.
10666
10667 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10668
10669 * simple.el (sendmail-user-agent-compose, next-line):
10670 Conditionally use hard-newline.
10671
10672 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10673
10674 * international/latexenc.el (latex-inputenc-coding-alist):
10675 Reword doc string.
10676
10677 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10678
10679 * help.el (describe-key-briefly, describe-key): Recognize default
10680 bindings.
10681
10682 2005-11-29 Romain Francoise <romain@orebokech.com>
10683
10684 * view.el (view-inhibit-help-message): New defcustom.
10685 (view-mode-enter): Use it.
10686
10687 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10688
10689 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10690 Preserve user position.
10691
10692 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * font-lock.el: Throw error if facemenu is not loaded to prevent
10695 accidental change of loading order in loadup.el. (Suggested by RMS.)
10696
10697 * loadup.el: Add comment explaining why facemenu must be loaded
10698 before font-lock.
10699
10700 2005-11-28 Jay Belanger <belanger@truman.edu>
10701
10702 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10703 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10704
10705 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10706
10707 * calc/calc-embed.el (calc-do-embedded): Update help message.
10708
10709 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10710
10711 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10714
10715 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10716 called-interactively-p.
10717 (elp-profilable-p): Rename from elp-not-profilable-p.
10718 Invert result and take into account macros and autoloaded functions.
10719 (elp-instrument-function): Update call.
10720 (elp-instrument-package): Update call. Add completion.
10721 (elp-pack-number): Use match-string.
10722 (elp-results-jump-to-definition-by-mouse): Merge into
10723 elp-results-jump-to-definition and then remove.
10724 (elp-output-insert-symname): Make help echo text single-line.
10725
10726 * replace.el (query-replace-map): Move initialization into declaration.
10727 (occur-engine): Use with-current-buffer.
10728 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10729 (occur-mode-mouse-goto): Replace with an alias.
10730
10731 2005-11-28 Juri Linkov <juri@jurta.org>
10732
10733 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10734
10735 * term/w32-win.el: Bind [S-tab] to [backtab].
10736
10737 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10738 `Info-find-file' to t.
10739
10740 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10741 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10742 and same-window-regexps.
10743 (occur-next-error): Don't move point for arg 0.
10744
10745 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10746
10747 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10748
10749 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * log-edit.el (log-edit-changelog-use-first): New var.
10752 (log-edit-changelog-ours-p): Use it.
10753 (log-edit-insert-changelog): Set it with new arg `use-first'.
10754 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10755 (log-edit-hook): Add them to the list of suggested options.
10756
10757 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10758 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10759 redundant work.
10760 (flyspell-mode-on): Use add-hook for after-change-functions.
10761 (flyspell-mode-off): Use remove-hook for after-change-functions.
10762 (flyspell-changes): Make it buffer-local.
10763 (flyspell-after-change-function): Make it non-interactive. Use push.
10764 (flyspell-post-command-hook): Check input-pending-p while processing
10765 the potentially long list of buffer changes.
10766
10767 2005-11-28 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
10768
10769 * buff-menu.el (list-buffers-noselect): Display the selected
10770 frame's buffer list, not the global one.
10771
10772 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10773
10774 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10775 that (list last-input-event) works as in interactive spec.
10776
10777 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10780 `facemenu-keymap' needs to be defined when font-lock is loaded.
10781 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10782
10783 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * completion.el: Remove useless leading * in defcustom docstrings.
10786 (save-completions-file-name): Use ~/.emacs.d if available.
10787 (completion-standard-syntax-table): Rename from
10788 cmpl-standard-syntax-table and fold initialization into declaration,
10789 thus removing cmpl-make-standard-completion-syntax-table.
10790 (completion-lisp-syntax-table, completion-c-syntax-table)
10791 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10792 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10793 (symbol-under-point, symbol-before-point)
10794 (symbol-under-or-before-point, symbol-before-point-for-complete)
10795 (add-completions-from-c-buffer): Use with-syntax-table.
10796 (make-completion): Don't return a list of completion entries.
10797 Update callers.
10798 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10799 (completion-initialize): Rename from initialize-completions.
10800 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10801 (kill-emacs-save-completions): Collect stats here.
10802 (save-completions-to-file, load-completions-from-file):
10803 Use with-current-buffer.
10804 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10805 into a function. Move all calls to toplevel.
10806 (completion-lisp-mode-hook): New fun.
10807 (completion-c-mode-hook, completion-setup-fortran-mode):
10808 Set the syntax-table here. Use local-set-key.
10809 (completion-saved-bindings): New var.
10810 (dynamic-completion-mode): Make it into a proper minor mode.
10811 (load-completions-from-file): Remove unused var `num-uses'.
10812
10813 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10814 constructor if it is explicitly overridden.
10815
10816 * complete.el (PC-completion-as-file-name-predicate):
10817 Use minibuffer-completing-file-name.
10818 (partial-completion-mode): Use find-file-not-found-functions.
10819 (PC-lisp-complete-symbol): Use with-syntax-table.
10820 (PC-look-for-include-file): Remove dead setq.
10821 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10822 (PC-complete): Use with-current-buffer.
10823
10824 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10825 escape single quotes.
10826
10827 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10828
10829 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10830 of `if' whose condition always returned nil. Doc fix.
10831
10832 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10833 window's buffer the current buffer around the call to
10834 `list-buffers-noselect'. This is necessary to mark that buffer
10835 with a `.' in the Buffer Menu when called from Lisp, for instance
10836 by Auto Revert Mode.
10837
10838 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10839
10840 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10841 attaching to it.
10842 (gdb-pre-prompt): Make sure gdb-error is reset.
10843
10844 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10845 with a child process, detect it.
10846 (gud-speedbar-buttons): Match regexp more carefully.
10847
10848 2005-11-27 Richard M. Stallman <rms@gnu.org>
10849
10850 * mouse.el (mouse-drag-move-window-bottom):
10851 Use adjust-window-trailing-edge.
10852
10853 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10854
10855 * simple.el (blink-matching-open): Ignore
10856 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10857 (blink-matching-paren-on-screen): Update docstring.
10858
10859 * paren.el (show-paren-mode): No longer change
10860 `blink-matching-paren-on-screen'.
10861
10862 2005-11-27 John Paul Wallington <jpw@pobox.com>
10863
10864 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10865 (gdb-threads-select, gdb-edit-register-value):
10866 Use `posn-set-point' instead of `mouse-set-point' because the
10867 latter is not fbound when configured without X.
10868
10869 2005-11-27 Kim F. Storm <storm@cua.dk>
10870
10871 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10872 existing face when partially highlighting a TAB in a rectangle.
10873
10874 2005-11-26 Kim F. Storm <storm@cua.dk>
10875
10876 * ido.el (ido-mode-map): Doc fix.
10877 (ido-mode-common-map, ido-mode-file-map)
10878 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10879 (ido-define-mode-map): Rewrite. Select one of the new maps as
10880 parent for ido-mode-map instead of building from scratch.
10881 (ido-init-mode-maps): New defun to initialize new maps.
10882 (ido-mode): Call it.
10883 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10884 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10885
10886 2005-11-26 John Paul Wallington <jpw@pobox.com>
10887
10888 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10889 `mouse-set-point' because the latter is not fbound when configured
10890 without X.
10891
10892 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10893
10894 * files.el (file-relative-name): Doc fix.
10895
10896 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10897
10898 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10899 non-empty string for secondary prompt PS2.
10900
10901 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10902
10903 * progmodes/compile.el (compilation-setup): Fix last change.
10904
10905 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10906
10907 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10908 (gdb-mouse-toggle-breakpoint-margin)
10909 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10910 Add gdb-server-prefix to keep out of command history.
10911 (gdb-edit-register-value): New function.
10912 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10913 (gdb-info-registers-custom): Use above map.
10914
10915 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * custom.el (enable-theme): Signal error if argument is not a
10918 theme. Don't recalculate a face if it's not loaded yet.
10919
10920 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10921 the `user' theme is in effect.
10922
10923 * info.el (Info-on-current-buffer): Record actual filename in
10924 Info-current-file, instead of t, or a fake filename if a non-file
10925 buffer. Make autoload.
10926 (Info-find-node, Info-revert-find-node): No need to check for
10927 Info-current-file nil.
10928 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10929 Info-current-file is now never `t'.
10930 (Info-fontify-node): Many simplifications due to Info-current-file
10931 always being valid. Use Info-find-file to find node filename.
10932
10933 2005-11-25 David Kastrup <dak@gnu.org>
10934
10935 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10936 new character, then delete" in order to preserve markers.
10937
10938 2005-11-25 David Ponce <david@dponce.com>
10939
10940 * recentf.el (recentf-arrange-by-rule): Handle a special
10941 `auto-mode-alist'-like "strip suffix" rule.
10942 (recentf-build-mode-rules): Handle second level auto-mode entries.
10943
10944 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10945
10946 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10947 window modes.
10948
10949 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10950 jde-javadoc-checker-report-mode.
10951
10952 * ediff-wind (ediff-make-wide-display): Slight simplification.
10953
10954 * ediff.el (ediff-date): Change the date of last update.
10955
10956 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10959 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10960 (hi-lock-mode): New global minor mode.
10961 (turn-on-hi-lock-if-enabled): New function.
10962 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10963 Change arguments to regexp and face instead of a font-lock pattern.
10964 Directly set face property, instead of refontifying.
10965 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10966 (hi-lock-find-patterns): Use line-number-at-pos.
10967
10968 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10969 arguments for hi-lock-set-pattern.
10970 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10971 Call font-lock-fontify-buffer.
10972 (hi-lock-find-file-hook, hi-lock-current-line)
10973 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10974
10975 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10976 turned off.
10977
10978 * progmodes/compile.el (compilation-setup): Don't fiddle with
10979 font-lock-defaults.
10980
10981 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10982
10983 * progmodes/gdb-ui.el (gdb-var-create-handler)
10984 (gdb-var-list-children-handler): Find values for all variable
10985 objects. gud-speedbar-buttons decides whether to display them.
10986
10987 2005-11-24 Romain Francoise <romain@orebokech.com>
10988
10989 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10990 buffer name with a space.
10991
10992 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10993
10994 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10995 `org-export-local-list-max-depth'. Change default value to 3.
10996 (org-auto-renumber-ordered-lists)
10997 (org-plain-list-ordered-item-terminator): New options.
10998 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10999 (org-get-indentation, org-get-string-indentation)
11000 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11001 New functions.
11002 (org-move-item-down, org-move-item-up): New commands.
11003 (org-export-as-html): New classes for CSS support. Bug fix in
11004 regular expression detecting fixed-width regions. Respect
11005 `org-local-list-ordered-item-terminator'.
11006 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11007 also a list item.
11008 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11009 New item moving functions.
11010
11011 2005-11-24 Juri Linkov <juri@jurta.org>
11012
11013 * isearch.el (isearch-repeat): With empty search ring set
11014 `isearch-error' to the error string instead of signaling error
11015 with the function `error'.
11016
11017 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11018
11019 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11020
11021 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11022
11023 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11024 and variable.
11025 (gdb-var-create-handler, gdb-var-list-children-handler):
11026 Don't match on "char **...".
11027 (gdb-var-update-handler): Find values for all variable objects.
11028 (gdb-info-frames-custom): Identify frames by leading "#".
11029
11030 * progmodes/gud.el (gud-speedbar-menu-items): Add
11031 gdb-speedbar-auto-raise as radio button.
11032 (gud-speedbar-buttons): Raise speedbar if requested.
11033 Don't match on "char **...".
11034 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11035 Make it editable.
11036
11037 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11038
11039 * info.el (Info-fontify-node): Handle the case where
11040 Info-current-file is t.
11041
11042 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * simple.el (blink-matching-open): Fix off-by-one in last change.
11045
11046 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11047
11048 * term/mac-win.el: Don't change default directory.
11049
11050 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11051
11052 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11053 buffers correctly. (It used to throw an error in such buffers.)
11054 Make it ask for confirmation in group buffers and other Custom
11055 buffers containing more than one customization item.
11056
11057 2005-11-22 John Paul Wallington <jpw@gnu.org>
11058
11059 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11060 property on mail and url overlays.
11061 (goto-address-at-point): Use `posn-set-point' instead of
11062 `mouse-set-point' because the latter is not fbound when configured
11063 without X.
11064
11065 2005-11-22 Lars Hansen <larsh@soem.dk>
11066
11067 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11068 (ls-lisp-classify, ls-lisp-format): Delete call to
11069 ls-lisp-parse-symlink.
11070 (ls-lisp-handle-switches): Handle symlinks to directories as
11071 directories when ls-lisp-dirs-first in non-nil.
11072
11073 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11074
11075 * startup.el (command-line): Make sure that loaddefs.el is handled
11076 correctly in load-history.
11077
11078 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11079
11080 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11081 (gdb-struct-string, gdb-array-string): New constants.
11082 (gdb-info-locals-handler): Use them.
11083 (gdb-reset): Reset gdb-var-list to nil.
11084
11085 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11088 in patterns.
11089
11090 2005-11-21 Juri Linkov <juri@jurta.org>
11091
11092 * custom.el (defcustom): Update link types in docstring.
11093
11094 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11095
11096 * custom.el (defgroup): Add doc-string-elt info.
11097
11098 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11099
11100 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * newcomment.el (comment-enter-backward): Fix last fix.
11103
11104 * simple.el (blink-matching-open):
11105 * paren.el (show-paren-function): Allow new paren-class info.
11106
11107 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11110 handled automagically.
11111
11112 2005-11-20 Andreas Schwab <schwab@suse.de>
11113
11114 * descr-text.el (describe-char): When copying overlays put them
11115 over the full char description instead of just the first character
11116 of it.
11117
11118 2005-11-20 Juri Linkov <juri@jurta.org>
11119
11120 * simple.el (what-cursor-position):
11121 * descr-text.el (describe-char): Use Lisp-readable syntax
11122 for octal and hex. Reorder decimal, octal and hex values.
11123 Remove excess whitespace in the output. Use `=' in `column='
11124 like in `point=' and `Hscroll='.
11125
11126 * international/mule-cmds.el (encoded-string-description):
11127 Use Lisp-readable syntax for hex.
11128
11129 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 * newcomment.el (comment-enter-backward): Handle the case where the
11132 comment is closed by EOB.
11133
11134 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * longlines.el (longlines-before-revert-hook)
11137 (longlines-after-revert-hook): New functions.
11138 (longlines-mode): Turn off longlines temporarily when reverting.
11139 Add a message-setup-hook.
11140 (longlines-decode-buffer): New function.
11141 (longlines-wrap-line): Preserve marker positions.
11142
11143 2005-11-19 Andreas Schwab <schwab@suse.de>
11144
11145 * emacs-lisp/shadow.el: Handle compressed files.
11146
11147 2005-11-19 Romain Francoise <romain@orebokech.com>
11148
11149 * net/browse-url.el (browse-url-default-browser): Signal an error
11150 if no usable browser can be found, rather than try to load w3.
11151
11152 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11153
11154 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11155 replacing existing properties.
11156 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11157 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11158 tty specs.
11159 (rcirc-server-prefix, rcirc-server): New faces.
11160 (rcirc-url-regexp): Generate with rx macro.
11161 (rcirc-last-server-message-time): New variable.
11162 (rcirc-filter): Record time of last message.
11163 (rcirc-keepalive): Kill processes that did not send a message
11164 since the last ping.
11165 (rcirc-mode): Give rcirc-topic a local binding here.
11166
11167 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11168
11169 * subr.el (read-passwd): Fontify the prompt as we do with other
11170 prompts.
11171
11172 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11173
11174 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11175 binding buffer-read-only to nil.
11176
11177 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11178
11179 * complete.el (partial-completion-mode):
11180 Mention completion-auto-help in the doc string.
11181
11182 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11183 more Lisp-ish way.
11184
11185 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11186
11187 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11188 digits, not 8, to avoid misalignment for files larger than 100MB.
11189
11190 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11191
11192 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11193 Mention "keyboard shortcuts" in the help text.
11194
11195 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11196
11197 * startup.el (fancy-splash-default-action): Discard only
11198 mouse-down and succeeding mouse-up events in the splash screen
11199 window so that drag-n-drop event can be processed.
11200
11201 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * longlines.el (longlines-mode): Add hacks for mail-mode and
11204 message-mode.
11205
11206 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11207
11208 * textmodes/org.el (org-table-sort-lines): New command.
11209 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11210 (org-add-file): Command removed, use `org-agenda-file-to-front'
11211 instead.
11212 (org-export-icalendar): Use `org-icalendar-combined-name'.
11213 (org-cycle-agenda-files, org-agenda-file-to-end)
11214 (org-agenda-file-to-front): New commands.
11215 (org-table-tab-jumps-over-hlines, org-export-html-style):
11216 New options.
11217 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11218 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11219 New functions.
11220 (org-fill-paragraph): Call `org-table-align' in tables.
11221 (org-mode): Call `org-set-autofill-regexps'.
11222 (org-export-as-html): Support for local handformatted lists.
11223 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11224 (org-export-local-list-max-depth): New option.
11225 (org-html-expand): Use `org-html-protect'.
11226
11227 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11228
11229 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11230 to "p".
11231 (gdb): Move definition of gud-pp to...
11232
11233 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11234 speedbar.
11235 (gdb-find-watch-expression): New function.
11236
11237 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11238
11239 * faces.el (face-attribute, set-face-attribute): Mention existence
11240 of `:ignore-defface' setting in docstring.
11241
11242 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * simple.el (completion-setup-function): Fix last change.
11245
11246 2005-11-17 John Paul Wallington <jpw@pobox.com>
11247
11248 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11249 Use `posn-set-point' instead of `mouse-set-point' because the
11250 latter is not fbound when configured without X.
11251
11252 * comint.el (comint-insert-input): Likewise.
11253
11254 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * simple.el (hard-newline): New variable.
11257 (sendmail-user-agent-compose, next-line): Use it.
11258
11259 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11260 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11261 (mail-mail-reply-to, mail-mail-followup-to)
11262 (mail-position-on-field, mail-signature, mail-yank-original)
11263 (mail-attach-file): Likewise.
11264
11265 * mail/mailheader.el (mail-header-format)
11266 (mail-header-format-function): Likewise.
11267
11268 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11269
11270 2005-11-17 Juri Linkov <juri@jurta.org>
11271
11272 * font-lock.el (font-lock-faces): Rename this defgroup from
11273 `font-lock-highlighting-faces'.
11274 (font-lock-comment-face, font-lock-comment-delimiter-face)
11275 (font-lock-string-face, font-lock-doc-face)
11276 (font-lock-keyword-face, font-lock-builtin-face)
11277 (font-lock-function-name-face, font-lock-variable-name-face)
11278 (font-lock-type-face, font-lock-constant-face)
11279 (font-lock-warning-face, font-lock-negation-char-face)
11280 (font-lock-preprocessor-face)
11281 (font-lock-regexp-grouping-backslash)
11282 (font-lock-regexp-grouping-construct): Rename :group from
11283 `font-lock-highlighting-faces' to `font-lock-faces'.
11284
11285 * cus-edit.el (lisp, c, tex):
11286 * progmodes/ada-mode.el (ada):
11287 * progmodes/asm-mode.el (asm):
11288 * progmodes/cperl-mode.el (cperl-faces):
11289 * progmodes/cpp.el (cpp):
11290 * progmodes/dcl-mode.el (dcl):
11291 * progmodes/f90.el (f90):
11292 * progmodes/fortran.el (fortran):
11293 * progmodes/icon.el (icon):
11294 * progmodes/idlwave.el (idlwave-misc):
11295 * progmodes/m4-mode.el (m4):
11296 * progmodes/make-mode.el (makefile):
11297 * progmodes/meta-mode.el (meta-font):
11298 * progmodes/modula2.el (modula2):
11299 * progmodes/octave-mod.el (octave):
11300 * progmodes/pascal.el (pascal):
11301 * progmodes/perl-mode.el (perl):
11302 * progmodes/prolog.el (prolog):
11303 * progmodes/ps-mode.el (PostScript-edit):
11304 * progmodes/scheme.el (scheme):
11305 * progmodes/sh-script.el (sh-script):
11306 * progmodes/simula.el (simula):
11307 * progmodes/tcl.el (tcl):
11308 * textmodes/nroff-mode.el (nroff):
11309 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11310 * textmodes/sgml-mode.el (sgml):
11311 * textmodes/texinfo.el (texinfo):
11312 Add :link (custom-group-link font-lock-faces) to defgroup.
11313
11314 * hi-lock.el (hi-lock): Rename this defgroup from
11315 `hi-lock-interactive-text-highlighting'. Change parent group from
11316 `faces' to `font-lock'. Add link to the manual.
11317 (hi-lock-mode, hi-lock-file-patterns-range)
11318 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11319 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11320 (hi-lock-faces): Add :group `faces'.
11321
11322 * cus-edit.el (custom-variable-prompt): Clarify the code.
11323
11324 * faces.el (face-read-string): Set the default value arg of
11325 completing-read.
11326
11327 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11328
11329 * rfn-eshadow.el (file-name-shadow-properties)
11330 (file-name-shadow-tty-properties, file-name-shadow-mode):
11331 Remove autoloads, because the file is now preloaded.
11332
11333 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * printing.el (easy-menu-intern): Don't define.
11336 (pr-get-symbol): Use easy-menu-intern only if defined.
11337
11338 * simple.el (blink-matching-open): Simplify a bit.
11339 (completion-setup-function): Fix the case of partial-completion-mode
11340 when the minibuffer's contents start with "-".
11341 Obey completion-base-size-function even when
11342 minibuffer-completing-file-name is non-nil.
11343
11344 2005-11-16 Richard M. Stallman <rms@gnu.org>
11345
11346 * net/eudcb-ph.el (eudc-ph-open-session):
11347 Use set-process-query-on-exit-flag.
11348
11349 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11350
11351 * international/ucs-tables.el (ucs-set-table-for-input):
11352 Use make-local-variable, not make-variable-buffer-local.
11353
11354 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11355 Improve warning message text.
11356
11357 * savehist.el (savehist-save-hook): Add :group.
11358
11359 * menu-bar.el (menu-bar-help-menu):
11360 Rename Find Extra Packages to External Packages.
11361
11362 * cus-edit.el (Custom-reset-standard): Verify that
11363 :custom-standard-value prop exists before calling it.
11364
11365 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11366
11367 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11368
11369 * wid-edit.el (color): Enclose %t in %{...%}.
11370
11371 * cus-edit.el (face): Enclose %t in %{...%}.
11372
11373 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11374
11375 * savehist.el (savehist-mode-hook): Re-add the var.
11376 (savehist-mode): Use it.
11377
11378 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * textmodes/flyspell.el: Fix commenting convention.
11381 Remove unnecessary leading * in custom docstrings.
11382 (flyspell-emacs): Remove unused var.
11383 (flyspell-delete-region-overlays): Use remove-overlays.
11384 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11385 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11386 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11387 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11388 (make-flyspell-overlay): Don't locally reuse a global name.
11389 (flyspell-highlight-incorrect-region)
11390 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11391 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11392 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11393 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11394 Wrap calls to accept-process-output inside with-local-quit since it's
11395 often called from a post-command-hook.
11396 (flyspell-correct-word, flyspell-auto-correct-word):
11397 Use ispell-send-string.
11398 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11399
11400 * calendar/diary-lib.el (diary-list-entries): Also hide the
11401 terminating newline.
11402
11403 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11404
11405 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11406 window-system, to allow fonts on tty.
11407
11408 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11409
11410 * progmodes/gud.el (gud-speedbar-item-info): New function.
11411 (gud-install-speedbar-variables): Use it to display data type
11412 of watch expression as a tooltip in speedbar.
11413
11414 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11415
11416 * font-core.el (global-font-lock-mode): Add :version keyword,
11417 because default was changed.
11418
11419 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11420
11421 * startup.el (command-line): Use `custom-reevaluate-setting' for
11422 `file-name-shadow-mode'.
11423
11424 * loadup.el: Preload rfn-eshadow.
11425
11426 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11427 Add :version keyword.
11428 (file-name-shadow-properties, file-name-shadow-tty-properties)
11429 (file-name-shadow): Add :version keyword.
11430
11431 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11432 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11433 in the custom-group property of the symbol frames and the fringe
11434 group got no link to its parent group frames.
11435 Doc fix.
11436
11437 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11438
11439 * progmodes/gud.el (gud-stop-subjob): New function.
11440 (gud-menu-map, gud-tool-bar-map): Use it.
11441
11442 2005-11-16 Kim F. Storm <storm@cua.dk>
11443
11444 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11445 than kill it.
11446 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11447 to a more useful/logical place.
11448
11449 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11450
11451 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11452 go buttons complementary.
11453
11454 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11457 (rfn-eshadow-sifn-equal): New function.
11458 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11459
11460 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11461
11462 * viper-utils.el (viper-non-word-characters-reformed-vi):
11463 Quote `-' in string.
11464
11465 * viper.el (viper-emacs-state-mode-list): Ensure that
11466 rcirc-mode buffers come up in Emacs state.
11467
11468 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11469 operation.
11470
11471 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11472
11473 * term.el (term-termcap-format): Fix typos.
11474 (term-down): Fix the negative argument case.
11475
11476 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11477
11478 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11479 2005-08-15.
11480 (gdb-ann3): New command gud-go.
11481 (menu): Accomodate gdb-mi.el.
11482 (gdb-assembler-custom): Make buffer of selected window current
11483 so that set-window-point works.
11484
11485 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11486 buttons and include new ones.
11487
11488 2005-11-16 Kim F. Storm <storm@cua.dk>
11489
11490 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11491 (gud-menu-map): Use it.
11492
11493 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11494
11495 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11496 that works correctly for Custom and that does not override a user
11497 who disables it.
11498
11499 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11500 (help-xref-interned, help-follow): Make hyperlinks for variables
11501 that are unbound, but have a non-nil variable-documentation property.
11502
11503 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11504 mode hook. (It conflicted with defcustoms for some mode hooks.)
11505 Use the `variable-documentation' property to give the mode hook a
11506 docstring and expand that docstring.
11507
11508 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11509
11510 * savehist.el (savehist-mode): Don't bother with
11511 `custom-set-minor-mode'.
11512 (savehist-coding-system): Check XEmacs version.
11513 (history-length): Declare also at run time.
11514 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11515 Don't set the customize state.
11516 (savehist-minibuffer-hook): Special case for when
11517 minibuffer-history-variable is equal to t.
11518
11519 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * files.el (write-file): Refresh VC status.
11522
11523 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11524 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11525 than fundamental-mode to see if the mode was set.
11526
11527 2005-11-14 Romain Francoise <romain@orebokech.com>
11528
11529 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11530 dummy function in `eval-when-compile' to avoid compiler warning.
11531 Require `man' at compile time.
11532
11533 2005-11-14 Jay Belanger <belanger@truman.edu>
11534
11535 * calc-alg.el (calcFunc-write-out-power): Rename it to
11536 calcFunc-powerexpand.
11537 (math-write-out-power): Rename it to math-powerexpand; have it
11538 handle negative exponents.
11539 (calc-writeoutpower): Rename it to calc-powerexpand.
11540
11541 * calc-ext.el: Change calcFunc-writeoutpower and
11542 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11543 autoloads.
11544 Add calcFunc-ldiv to autoloads.
11545
11546 * calc-arith.el (calcFunc-ldiv): New function.
11547
11548 * calc.el (calc-left-divide): New function.
11549
11550 2005-11-14 Juri Linkov <juri@jurta.org>
11551
11552 * cus-edit.el (custom-variable-prompt): Set the default value arg
11553 of completing-read.
11554
11555 * cus-dep.el (custom-make-dependencies): Reverse the list of
11556 found dependencies.
11557
11558 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11561 Highlighting" entry, it is on by default now.
11562 (menu-bar-options-save): Do not save global-font-lock-mode.
11563
11564 2005-11-13 Richard M. Stallman <rms@gnu.org>
11565
11566 * textmodes/flyspell.el (flyspell-large-region):
11567 Call flyspell-accept-buffer-local-defs.
11568
11569 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11570
11571 * textmodes/flyspell.el (flyspell-notify-misspell):
11572 Fix misspelling of "Misspelling".
11573 (flyspell-process-localwords): New function.
11574 (flyspell-large-region): Call flyspell-process-localwords and
11575 flyspell-delete-region-overlays.
11576 (flyspell-delete-region-overlays): New function.
11577 (flyspell-delete-all-overlays): Call that.
11578
11579 2005-11-13 Richard M. Stallman <rms@gnu.org>
11580
11581 * help.el (help-for-help-internal): Improve doc of C-h a.
11582 (describe-key): Improve prompt; doc fix.
11583
11584 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * vc-svn.el (vc-svn-registered): Catch all errors.
11587
11588 * cus-dep.el (custom-make-dependencies): Typo.
11589
11590 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11591
11592 * net/tramp-util.el (top): Fix compilation warning.
11593
11594 2005-11-13 Kim F. Storm <storm@cua.dk>
11595
11596 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11597
11598 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11599
11600 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11601 (gud-speedbar-buttons): Match on "const char *" too.
11602
11603 * progmodes/gdb-ui.el (gdb-var-create-handler)
11604 (gdb-var-list-children-handler): Match on "const char *" too.
11605 (gdb-var-evaluate-expression-handler): Match on empty string.
11606 (gdb-var-update-handler): Only call
11607 gdb-var-evaluate-expression-handler when required.
11608
11609 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11610
11611 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11612 selected window. This still doesn't work for speedbar.
11613 (gud-speedbar-buttons): Handle string expressions properly.
11614
11615 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11616 (gdb-var-create-handler): Handle string expressions properly.
11617 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11618 Handle string expressions properly. Move "type" field into regexp.
11619
11620 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11621
11622 * bookmark.el (bookmark-maybe-message): New function to reduce
11623 code duplication: invokes `message' iff baud-rate is high enough.
11624 (bookmark-write-file): Use above instead of an inline conditional.
11625 (bookmark-load): Same.
11626
11627 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11628
11629 * bookmark.el (bookmark-write-file): Don't visit the destination
11630 file, just write the data to it using write-region. This is
11631 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11632 change to avoid visiting the file in the first place.
11633
11634 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * hi-lock.el (hi-lock-mode): Set the default value of
11637 font-lock-defaults.
11638
11639 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11642 arg to `file-attributes'.
11643 (find-lisp-format): The UID and GID can now be strings.
11644
11645 2005-11-12 Kim F. Storm <storm@cua.dk>
11646
11647 * help.el (help-map): Bind C-h d to apropos-documentation.
11648
11649 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11650 when point is at end-of-buffer.
11651
11652 * apropos.el (apropos-match-face): Doc fix.
11653 (apropos-sort-by-scores): Add new choice `verbose'.
11654 (apropos-documentation-sort-by-scores): New defcustom.
11655 (apropos-pattern): Now contains the pattern entered by the user.
11656 (apropos-pattern-quoted): New defvar.
11657 (apropos-regexp): New defvar, containing the regexp corresponding
11658 to apropos-pattern.
11659 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11660 (apropos-read-pattern): New defun. Use it to read pattern arg in
11661 interactive calls; returns list of words for a word list, and
11662 string for a regexp.
11663 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11664 parses a list of words or regexp as returned by apropos-read-pattern.
11665 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11666 (apropos-score-doc): Return a very high score if the string
11667 entered by the user matches literally.
11668 (apropos-variable): Doc fix. Use apropos-read-pattern.
11669 (apropos-command): Doc fix. Use apropos-read-pattern and
11670 apropos-parse-pattern. Call apropos-print with nosubst=t.
11671 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11672 apropos-parse-pattern.
11673 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11674 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11675 apropos-documentation-sort-by-scores. Call apropos-print with
11676 nosubst=t.
11677 (apropos-documentation-internal): Pass doc string through
11678 substitute-key-definition before adding text properties.
11679 Highlight substring matching literal user input if possible.
11680 (apropos-documentation-check-doc-file): Remove locals beg and end.
11681 Fix calculation of score (as added twice). Pass doc string through
11682 substitute-key-definition before adding text properties.
11683 (apropos-documentation-check-elc-file): Pass doc string through
11684 substitute-key-definition before adding text properties.
11685 Highlight substring matching literal user input if possible.
11686 (apropos-print): Add new arg NOSUBST; if set, command and variable
11687 doc strings have already been passed through substitute-key-definition.
11688 Add code to handle apropos-accumulator items without score element
11689 for backwards compatibility (e.g. with woman package).
11690 Only show scores if apropos-sort-by-scores is `verbose'.
11691
11692 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11695 Add jka-compr-load-suffixes to load-suffixes.
11696
11697 * jka-compr.el: Require jka-cmpr-hook.
11698 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11699 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11700 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11701 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11702 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11703 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11704 (jka-compr-uninstall): Remove entries from
11705 jka-compr-added-to-file-coding-system-alist after they are used.
11706 (jka-compr-error): Remove unused var `curbuf'.
11707 (jka-compr-file-local-copy): Remove unused var `notfound'.
11708
11709 2005-11-10 Romain Francoise <romain@orebokech.com>
11710
11711 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11712
11713 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11714
11715 * progmodes/gud.el (gud-menu-map): Move parentheses.
11716 (gdb): New command gud-pv.
11717
11718 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * tar-mode.el: Remove spurious or unnecessary leading stars
11721 in docstrings.
11722 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11723 (tar-parse-octal-integer-safe): Use mapc.
11724 (tar-header-block-summarize): Remove unused var `ck'.
11725 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11726 cleared before. Obey default-enable-multibyte-characters.
11727 Use mapconcat. Simplify setting of tar-header-offset.
11728 (tar-mode-map): Move initialization inside delcaration.
11729 (tar-flag-deleted): Use `abs'.
11730 (tar-expunge-internal): Remove unused var `line'.
11731 (tar-expunge-internal): Don't hardcode point-min==1.
11732 (tar-expunge): Widen while doing set-buffer-multibyte.
11733 (tar-rename-entry): Use file-name-coding-system.
11734 (tar-alter-one-field): Don't hardcode point-min==1.
11735 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11736 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11737
11738 2005-11-10 Masatake YAMATO <jet@gyve.org>
11739
11740 * add-log.el (add-log-current-defun): Handle class::method
11741 notation of c++. Fix incorrect comment.
11742
11743 2005-11-10 Alan Mackenzie <acm@muc.de>
11744
11745 * help-fns.el (describe-variable): Make C-h v work when a variable
11746 has variable documentation yet is unbound.
11747
11748 2005-11-10 Masatake YAMATO <jet@gyve.org>
11749
11750 * man.el (Man-highlight-references): Set an empty
11751 string to `Man-arguments' if it is nil.
11752 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11753
11754 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11757 commenting conventions.
11758
11759 * cus-dep.el (custom-make-dependencies): Simplify.
11760 Better follow the commenting conventions.
11761
11762 2005-11-09 Richard M. Stallman <rms@gnu.org>
11763
11764 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11765 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11766 All uses changed.
11767 (apropos-rewrite-regexp): Doc fix.
11768 (apropos-variable, apropos-command, apropos, apropos-value):
11769 Change prompt; carry through the argument renaming.
11770
11771 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11772
11773 * find-lisp.el: Require dired.
11774 (find-lisp-find-dired-internal): Do not call
11775 `abbreviate-file-name' on DIR.
11776
11777 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11778
11779 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11780
11781 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11782
11783 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11784 when using the speedbar.
11785 (gdb): New command gud-pp.
11786 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11787
11788 2005-11-09 Juri Linkov <juri@jurta.org>
11789
11790 * replace.el (occur-excluded-properties): New defcustom.
11791 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11792
11793 2005-11-08 Jay Belanger <belanger@truman.edu>
11794
11795 * calc/calc-units.el (math-convert-units): Replace any composite
11796 unit by its definition.
11797
11798 2005-11-08 Lars Hansen <larsh@soem.dk>
11799
11800 * emacs-lisp/autoload.el (update-directory-autoloads):
11801 Add obsolete function alias.
11802
11803 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11806 comment-indent-function.
11807 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11808
11809 * reveal.el (reveal-post-command): Rework the handling of
11810 reveal-open-spots, so as to be more reliable. There were several
11811 tricky corner cases where an open spot might be lost, or where
11812 a closed spot might end up on the list of open spots.
11813 Only reveal text that's ellipsised.
11814
11815 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11816
11817 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11818
11819 2005-11-07 John Paul Wallington <jpw@gnu.org>
11820
11821 * ibuffer.el (ibuffer): Search iconified frames too when
11822 getting Ibuffer buffer's window.
11823
11824 2005-11-06 Richard M. Stallman <rms@gnu.org>
11825
11826 * progmodes/compile.el (compilation-internal-error-properties):
11827 save-excursion around the computation of MARKER.
11828
11829 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11830
11831 * textmodes/flyspell.el (flyspell-external-point-words):
11832 flyspell-get-word returns a list, not just a string.
11833
11834 2005-11-06 John Paul Wallington <jpw@pobox.com>
11835
11836 * ibuffer.el (ibuffer): Search all visible frames when getting
11837 Ibuffer buffer's window.
11838
11839 2005-11-07 Masatake YAMATO <jet@gyve.org>
11840
11841 * man.el (Man-reference-regexp): Accept spaces between
11842 `Man-name-regexp' and `Man-section-regexp'.
11843 (Man-apropos-regexp): New variable.
11844 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11845 if available.
11846 (Man-highlight-references, Man-highlight-references0):
11847 Handle the case when `Man-arguments' includes "-k".
11848 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11849 `TARGET'. `TARGET' can be a number, function or nil.
11850
11851 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11852
11853 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11854 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11855 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11856 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11857 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11858 (gdb-send-item): Use buffer-local-value and simplify.
11859
11860 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11861
11862 * startup.el (command-line): Use `custom-reevaluate-setting' for
11863 `global-font-lock-mode'.
11864
11865 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11866 by default, except in batch mode or when the -D option is given.
11867
11868 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11869 specified keyword args on to `define-minor-mode'. Update docstring.
11870
11871 2005-11-05 Romain Francoise <romain@orebokech.com>
11872
11873 * replace.el (occur-engine): Add marker at end of line, too.
11874
11875 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11876
11877 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11878 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11879 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11880 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11881 argument to all these routines, so the passphrase can be managed
11882 externally and passed in to the system.
11883 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11884 pgg-add-passphrase-to-cache function.
11885
11886 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11887 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11888 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11889 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11890 argument to all these routines, so the passphrase can be managed
11891 externally and passed in to the system.
11892 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11893 function.
11894
11895 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11896
11897 * font-lock.el: Don't deal with font-lock-face-attributes here,
11898 move the code ...
11899
11900 * startup.el (command-line): ... here. Use face-spec-set instead
11901 of custom-declare-face.
11902
11903 * faces.el (face-spec-set): Reset the face if spec is not nil.
11904
11905 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * newcomment.el (comment-region-internal): Box more tightly in the
11908 common case where there's no TAB in the boxed text.
11909
11910 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11911
11912 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11913 up-node.
11914
11915 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11916
11917 * newsticker.el: Commentary updated. Code formatting changed.
11918 (newsticker-version): Change to "1.9".
11919 (newsticker, newsticker-feed): Doc fix.
11920 (newsticker-url-list): Doc fix. Add option "Weekly".
11921 (newsticker-retrieval-interval): Add option "Weekly".
11922 (newsticker-headline-processing): Doc fix.
11923 (newsticker-auto-mark-filter): Remove.
11924 (newsticker-auto-mark-filter-list): New.
11925 (newsticker-layout, newsticker-sort-method): Doc fix.
11926 (newsticker-hide-old-items-in-newsticker-buffer)
11927 (newsticker-heading-format, newsticker-item-format)
11928 (newsticker-desc-format): Doc fix.
11929 (newsticker-show-all-rss-elements): Remove.
11930 (newsticker-show-all-news-elements): New.
11931 (newsticker-faces, newsticker-ticker): Doc fix.
11932 (remove-from-invisibility-spec): Code formatting.
11933 (newsticker--process-ids): New.
11934 (newsticker-mode): Doc fix.
11935 (newsticker-mode): Change mode-line-format.
11936 (newsticker-start): Remove debug output.
11937 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11938 (newsticker-w3m-show-inline-images): Code formatting.
11939 (newsticker-next-item): Call `force-mode-line-update'.
11940 (newsticker-previous-item): Call `force-mode-line-update'.
11941 (newsticker-next-feed): Call `force-mode-line-update'.
11942 (newsticker-previous-feed): Call `force-mode-line-update'.
11943 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11944 (newsticker-show-old-items): Do not show descs.
11945 (newsticker-hide-entry): Hide too much.
11946 (newsticker-hide-entry, newsticker-show-entry)
11947 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11948 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11949 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11950 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11951 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11952 (newsticker-get-news): Call `force-mode-line-update'.
11953 Collect process ids.
11954 (newsticker--sentinel): Change coding system handling.
11955 Move image retrieval to new functions newsticker--get-logo-url-*.
11956 Move feed parsing to new functions newsticker--parse-*.
11957 Update list of process ids.
11958 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11959 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11960 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11961 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11962 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11963 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11964 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11965 (newsticker--decode-coding-string): Remove.
11966 (newsticker--decode-numeric-entities): Check input. Format code.
11967 (newsticker--remove-whitespace): Check input.
11968 (newsticker--do-forget-preformatted): Doc fix.
11969 (newsticker--decode-rfc822-date): Allow for missing time.
11970 (newsticker--update-process-ids): New.
11971 (newsticker--image-sentinel): Change comment.
11972 (newsticker--image-read): Change error message.
11973 (newsticker--imenu-goto): Doc fix. Show headline title.
11974 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11975 (newsticker--buffer-do-insert-text): Clean whitespace in
11976 html-rendered headline title. Code formatting.
11977 Call `newsticker--buffer-print-extra-elements'.
11978 (newsticker--buffer-print-extra-element): Remove.
11979 (newsticker--buffer-print-extra-elements): New.
11980 (newsticker--buffer-do-print-extra-element): New.
11981 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11982 large sizes.
11983 (newsticker--run-auto-mark-filter)
11984 (newsticker--do-run-auto-mark-filter):
11985 Use `newsticker-auto-mark-filter-list'.
11986
11987 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11988
11989 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11990 (rcirc-print): Force redisplay before running hooks. Do long
11991 buffer truncation after making new text read-only. Deal with nil
11992 text when decoding strings. If TARGET is nil, use either the
11993 currently selected buffer, if it is an rcirc buffer and of the
11994 same process or the process buffer.
11995 (rcirc-mode): Remove header-line. Recompute short buffer names.
11996 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11997 (rcirc-short-buffer-name): Add variable.
11998 (rcirc-kill-buffer-hook): Recompute short buffer names.
11999 Remove nick from private channel.
12000 (rcirc-send-input): Send command text to current-buffer.
12001 Don't clear overlay arrow here.
12002 (rcirc-short-buffer-name): Return a short buffer name.
12003 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12004 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12005 buffer-name abbreviations.
12006 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12007 Do not touch nick-table when killing a parted channel.
12008 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12009 Clear arrow from current buffer if it is now hidden.
12010 (rcirc-current-buffer): Add variable.
12011 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12012 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12013 Remove -face from names.
12014 (rcirc-update-activity-string): Print "DND" when globally ignoring
12015 activity.
12016 (rcirc-ignore-buffer-activity-flag): Rename from
12017 rcirc-ignore-channel-activity.
12018 (rcirc-ignore-all-activity-flag): Doc fix.
12019 (rcirc-channels): Remove variable.
12020 (rcirc-kill-buffer-hook):
12021 (rcirc-get-buffer-create): Add nick to private channel.
12022 (rcirc-multiline-edit-submit): Remove tabs.
12023 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12024 folded.
12025 (rcirc-remove-nick-channel): Bug fix.
12026 (rcirc-toggle-ignore-buffer-activity): Rename from
12027 rcirc-toggle-ignore-channel-activity.
12028 (rcirc-record-activity): Add buffers to the front of the list.
12029 (rcirc-update-activity): Remove killed buffers from list.
12030 (rcirc-process-server-response-1): Remove last argument if it is
12031 null before calling handler.
12032 (rcirc): Add "rcirc" defcustom prefix.
12033 (rcirc-prompt): Simplify default prompt.
12034 Use custom-initialize-default.
12035 (rcirc-private-chats): Remove variable.
12036 (rcirc-prompt): Change initialization.
12037 (rcirc-version): Remove function.
12038 (rcirc-id-string): Add constant.
12039 (rcirc-last-buffer): Remove variable.
12040 (rcirc-buffer-alist): Add variable.
12041 (rcirc-connect): Update variable setup.
12042 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12043 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12044 default.
12045 (rcirc-handler-generic): Trigger activity.
12046 (rcirc-send-message): Create the buffor of the target.
12047 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12048 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12049 (rcirc-multiline-edit-cancel): Remove function.
12050 (rcirc-set-last-buffer): Remove function.
12051 (rcirc-get-any-buffer): Add function.
12052 (rcirc-join-channels): Don't print /join text.
12053 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12054 messages.
12055 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12056 (rcirc-handler-NOTICE): Recognize CTCP responses.
12057 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12058 constructing TOPIC string for buffers we are not JOINed.
12059 (rcirc-handler-CTCP-response): Add handler.
12060 (rcirc-multiline-edit-submit): Restore the window-configuration
12061 before adjusting point.
12062 (rcirc): Add customization group.
12063 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12064 (rcirc-user-full-name, rcirc-startup-channels-alist)
12065 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12066 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12067 (rcirc-input-ring-size, rcirc-read-only-flag)
12068 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12069 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12070 Change defvar to defcustom.
12071 (rcirc-update-prompt): Add optional ALL arg, which will update
12072 prompts in all rcirc buffers. Regexp quote replacement text.
12073 (rcirc-fill-column): Accept frame-width as a value.
12074 (rcirc-set-changed): Add function.
12075 (rcirc-next-active-buffer): Write more meaningful messages.
12076 (rcirc-faces): Add customization group.
12077 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12078 (rcirc-nick-in-message-face, rcirc-prompt-face)
12079 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12080 (with-rcirc-process-buffer): Move before first usage.
12081 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12082 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12083 (rcirc-debug): Rename from `rcirc-log'.
12084 (rcirc-format-response-string): Do not print `-' chars for a
12085 NOTICE with no sender. Simplify output of server responses.
12086
12087 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12088
12089 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12090 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12091 Make urls mouse and RET clickable.
12092
12093 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12094
12095 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12096
12097 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12098
12099 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12100 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12101 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12102 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12103 argument to all these routines, so the passphrase can be managed
12104 externally and passed in to the system.
12105 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12106 pgg-add-passphrase-to-cache function.
12107
12108 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12109 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12110 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12111 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12112 argument to all these routines, so the passphrase can be managed
12113 externally and passed in to the system.
12114 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12115 function.
12116
12117 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12118
12119 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12120 from goto-address-url-regexp.
12121
12122 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12123
12124 * textmodes/org.el (org-read-date, org-goto-calendar)
12125 (org-recenter-calendar, org-agenda-goto-calendar):
12126 Temporarily clear `calendar-move-hook'.
12127
12128 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12129
12130 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12131 merging.
12132
12133 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12134 have merge clashes.
12135
12136 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12137
12138 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12139 Undo previous change.
12140
12141 * startup.el (command-line): Use `custom-reevaluate-setting' for
12142 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12143 tty-register-default-colors on Mac.
12144
12145 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12146
12147 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12148 (gdb-buffer-type): Make it automatically buffer local...
12149 (gdb-get-create-buffer): ...and set it accordingly.
12150 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12151 actually work.
12152
12153 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12154
12155 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12156 not red.
12157
12158 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12161 case GUD buffer is not visible.
12162 (gdb-goto-breakpoint): Try to force display in source buffer.
12163 (gdb-frame-gdb-buffer): Copy other similar functions.
12164 (gdb-restore-windows): Don't display source if not asked for.
12165 (gdb-assembler-buffer-name): Don't capitalise.
12166
12167 2005-11-03 Richard M. Stallman <rms@gnu.org>
12168
12169 * wid-edit.el (key-sequence): New widget type.
12170
12171 * simple.el (set-mark-command-repeat-pop): New variable.
12172 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12173 if set-mark-command-repeat-pop is true.
12174
12175 * info.el (Info-fontify-node): Don't display extra "see" if there
12176 already is one here.
12177
12178 * mouse.el: Fix special handling of DEL after dragging a region:
12179 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12180 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12181
12182 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12183
12184 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12185 not to assume it pertains to an affix.
12186
12187 * textmodes/flyspell.el (flyspell-post-command-hook):
12188 Bind deactivate-mark to prevent deactivation.
12189
12190 2005-11-03 Lars Hansen <larsh@soem.dk>
12191
12192 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12193 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12194 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12195
12196 2005-11-03 Romain Francoise <romain@orebokech.com>
12197
12198 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12199 Update copyright years.
12200
12201 2005-11-03 Sam Steingold <sds@gnu.org>
12202
12203 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12204 Use system-type instead of window-system because window-system is not
12205 correctly defined during loadup.
12206
12207 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12208
12209 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12210 (xml-parse-tag): Join strings separated by a comment properly.
12211
12212 2005-11-02 Andreas Schwab <schwab@suse.de>
12213
12214 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12215
12216 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12219 (byte-optimize-pure-func): Quote the eval'd value.
12220
12221 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12222 Rename from perl-font-lock-syntactic-face-function.
12223 Change the calling convention so it can be used as a font-lock MATCHER.
12224 Do the parse-partial-sexp loop outselves.
12225 (perl-font-lock-syntactic-keywords): Use it.
12226 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12227
12228 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12229
12230 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12231 disassembly buffer too.
12232 (gdb-exited): Remove overlay arrows when execution has finished.
12233 (gdb-info-frames-custom, gdb-info-threads-custom)
12234 (gdb-info-registers-custom): Don't add inappropriate text
12235 properties if inferior is not active.
12236
12237 2005-11-02 Glenn Morris <rgm@gnu.org>
12238
12239 * progmodes/fortran.el (fortran-blink-match):
12240 Use `blink-matching-delay'.
12241
12242 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12243
12244 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12245
12246 2005-11-02 Lars Hansen <larsh@soem.dk>
12247
12248 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12249 "Permission denied".
12250
12251 2005-11-01 Richard M. Stallman <rms@gnu.org>
12252
12253 * textmodes/flyspell.el (flyspell-external-point-words):
12254 Pass nil to flyspell-get-word.
12255
12256 2005-11-02 Kim F. Storm <storm@cua.dk>
12257
12258 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12259 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12260
12261 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12264 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12265 (calendar-mouse-print-dates): Add optional `event' argument.
12266 Update interactive-spec.
12267 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12268 Use `calendar-event-to-date' instead of `event'.
12269
12270 2005-11-02 Masatake YAMATO <jet@gyve.org>
12271
12272 * progmodes/ld-script.el (ld-script-builtins):
12273 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12274 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12275 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12276
12277 2005-11-01 Romain Francoise <romain@orebokech.com>
12278
12279 * vc-sccs.el: Update copyright year.
12280 * ezimage.el: Likewise.
12281
12282 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12283
12284 * info.el (Info-fontify-node): Use `string-width' for fontifying
12285 underlined titles.
12286
12287 2005-11-01 Juri Linkov <juri@jurta.org>
12288
12289 * info.el (Info-fontify-node): Downcase node header keywords Node,
12290 Prev, Next, Up before comparison.
12291 (Info-history): Insert absolute directory name, and put invisible
12292 property on it.
12293
12294 2005-11-01 Juri Linkov <juri@jurta.org>
12295
12296 * info.el (Info-file-supports-index-cookies): New variable.
12297 (Info-find-node-2): Check makeinfo version for index cookie support.
12298 (Info-index-nodes): Search for nodes with index cookies only when
12299 Info-file-supports-index-cookies is t. Otherwise, search nodes
12300 with "Index" in the node name.
12301 (Info-index-node): Search index cookie in the current node only when
12302 Info-file-supports-index-cookies is t. Otherwise, check the word
12303 "Index" in the node name.
12304 (Info-find-emacs-command-nodes): Remove code that searches nodes
12305 with "Index" node name in the top menu.
12306
12307 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * progmodes/scheme.el (scheme-mode-variables): Use the default
12310 comment-indent-function.
12311
12312 * faces.el (face-attribute): Handle the case where a face inherits from
12313 a non-existent face.
12314
12315 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12316 for octal and hexa output, and merge the char into the paren.
12317 (kill-new): Use push.
12318 (copy-to-buffer): Use with-current-buffer.
12319 (completion-setup-function): Move code in loop to remove redundancy.
12320 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12321 those inherited from minibuffer-local-completion-map.
12322
12323 * savehist.el (savehist-mode) <defcustom>:
12324 Use custom-set-minor-mode if available.
12325 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12326 and emit a message if applicable.
12327
12328 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12329
12330 * savehist.el: Sync up to version 19.
12331 (savehist-mode): New minor mode.
12332 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12333 (savehist-length): Remove (use history-length instead).
12334 (savehist-file-modes): Rename from savehist-modes.
12335 (savehist-save-hook, savehist-loaded): New vars.
12336 (savehist-load): Use savehist-mode. Try to smooth up transition from
12337 old format to new format.
12338 (savehist-install): Allow savehist-autosave-interval to be nil.
12339 (savehist-save): Run the new hook. Be more careful to only trim the
12340 history variables.
12341 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12342 (savehist-printable): Print into a buffer rather than char-by-char.
12343
12344 2005-11-01 John Wiegley <johnw@newartisans.com>
12345
12346 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12347 toggle-ignore keybinding (C-a). The author said it had been
12348 disabled much earlier due to a possible incompatibility, but after
12349 many months of usage I have encountered no problems (and it is a
12350 rather useful option, especially for switching to " *temp*").
12351
12352 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12353 support for OS/X's AddressBook, by calling out to the open source
12354 program "contacts" (installable through Fink).
12355
12356 * net/eudc.el (eudc-expand-inline): If the
12357 `eudc-multiple-match-handling-method' is set to `all', delete the
12358 query string before inserting the query result.
12359
12360 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12361 flag, to prevent Eshell from using the system ls when
12362 `eshell-ls-insert-directory' is in used.
12363 (eshell-ls-insert-directory): Disable font-lock in directory
12364 buffer so that Eshell's own fontification is seen. This broke
12365 recently due to changes in font-lock, so this goes back to version
12366 21 behavior.
12367
12368 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12369
12370 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12371 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12372 (gdb-many-windows): Doc fix.
12373
12374 2005-10-31 Romain Francoise <romain@orebokech.com>
12375
12376 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12377
12378 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12381 that global-font-lock-mode can be enabled by default.
12382
12383 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12384 (font-lock-add-keywords, font-lock-remove-keywords)
12385 (font-lock-fontify-buffer): Remove autoload cookies.
12386
12387 * jit-lock.el (jit-lock-register): Likewise.
12388
12389 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12390
12391 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12394 intact if there is no gud-comint-buffer.
12395
12396 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12397
12398 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12399 old prompt comint-prompt-read-only is t and GDB commands are
12400 issued from tool bar etc.
12401
12402 2005-10-31 Masatake YAMATO <jet@gyve.org>
12403
12404 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12405
12406 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12407
12408 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12409 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12410
12411 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12414 starting at beginning of line. Fontification is messed up when
12415 `open-paren-in-column-0-is-defun-start' set to t.
12416 Reported by John Paul Wallington <jpw@pobox.com>.
12417
12418 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12419
12420 * comint.el (comint-send-input): Call `comint-update-fence' when
12421 `comint-process-echoes' and `comint-prompt-read-only' are both
12422 non-nil, to avoid leftover read-only newline.
12423
12424 2005-10-30 Richard M. Stallman <rms@gnu.org>
12425
12426 * textmodes/flyspell.el (flyspell-external-point-words):
12427 Detect when WORD can't be checked properly because
12428 flyspell-get-word finds just part of it, and move on.
12429
12430 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12431 boundarychar for Polish.
12432 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12433 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12434
12435 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12436
12437 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12438 (gdb-registers-font-lock-keywords): Delete.
12439 (gdb-registers-mode): Don't fontify.
12440 (gdb-info-registers-custom): Use text properties instead as, in
12441 future, changed register values will use font-lock-warning-face.
12442 (gdb-local-font-lock-keywords): Rename to...
12443 (gdb-locals-font-lock-keywords): ...for consistency.
12444
12445 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12446
12447 * vc.el (vc-switch-backend): Better error message if the buffer is
12448 not visiting a file under version control.
12449
12450 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12451
12452 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12455 ~/.emacs.d/.emacs.
12456
12457 2005-10-29 Richard M. Stallman <rms@gnu.org>
12458
12459 * replace.el (occur-mode-mouse-goto): Always go to other window.
12460 (occur-mode-goto-occurrence): Always switch in same window.
12461
12462 * simple.el (undo): Display message at end, not at start.
12463
12464 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12465 New arg REUSE-CELL.
12466 (cancel-timer-internal): New function.
12467 (timer-event-handler): Use cancel-timer-internal,
12468 and pass the cell it returns to timer-activate...
12469
12470 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12471 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12472 (jit-lock-after-change): Test memory-full.
12473
12474 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12475
12476 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12477 part of the decoded armor to find the key-identifier.
12478 (pgg-gpg-lookup-key-owner): New function to return the
12479 human-readable identifier of a key owner.
12480 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12481 key itself.
12482 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12483 the key value) if we have a key and can match it against a secret
12484 key. Also, added a note pointing out fact that the prompt only
12485 indicates the first matching key.
12486
12487 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12488 pgg-decrypt-region.
12489 (pgg-pending-timers): A new hash for tracking the passphrase cache
12490 timers, so that new ones supercede old ones.
12491 (pgg-add-passphrase-to-cache): Rename from
12492 `pgg-add-passphrase-cache' to reduce confusion (all callers
12493 changed). Modified to cancel old timers when new ones are added.
12494 (pgg-remove-passphrase-from-cache): Rename from
12495 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12496 changed). Modified to cancel old timers when their keys are
12497 removed from the cache.
12498 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12499 XEmacs, an indirection to delete-itimer.
12500 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12501 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12502 users can only check cache without risk of prompting. Correct bug in
12503 notruncate behavior.
12504 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12505 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12506 Add informative docstrings.
12507 (pgg-decrypt): Convey provided passphrase in subordinate call to
12508 pgg-decrypt-region.
12509
12510 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12511 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12512 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12513 `passphrase' argument, so the passphrase can be managed externally
12514 and then passed in to the system.
12515
12516 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12517 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12518 so the passphrase cache can be used reliably with identifiers
12519 besides a pgp packet's key id.
12520
12521 * pgg-gpg.el (pgg-pgp-encrypt-region)
12522 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12523 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12524 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12525 argument to all these routines, so the passphrase can be managed
12526 externally and passed in to the system.
12527
12528 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12529 `notruncate' argument, so the passphrase cache can be used
12530 reliably with identifiers besides a pgp packet's key id.
12531
12532 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12533
12534 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12535 symmetric encryption.
12536 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12537 encrypted session key.
12538 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12539 message ask for the passphrase in a proper way.
12540
12541 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12542 New user commands for symmetric encryption.
12543
12544 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12545
12546 * textmodes/conf-mode.el (conf-assignment-sign)
12547 (conf-assignment-regexp): Fix docstrings.
12548 (conf-mode-initialize): New function.
12549 (conf-mode): Remove optional args. Use delay-mode-hooks to
12550 recognize recursive calls.
12551 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12552 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12553 (conf-xdefaults-mode): Use define-derived-mode and
12554 conf-mode-initialize.
12555
12556 2005-10-29 Romain Francoise <romain@orebokech.com>
12557
12558 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12559
12560 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12561
12562 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12563 part of the decoded armor to find the key-identifier.
12564 (pgg-gpg-lookup-key-owner): New function to return the
12565 human-readable identifier of a key owner.
12566 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12567 key itself.
12568 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12569 the key value) if we have a key and can match it against a secret
12570 key. Also, added a note pointing out fact that the prompt only
12571 indicates the first matching key.
12572
12573 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12574 pgg-decrypt-region.
12575 (pgg-pending-timers): A new hash for tracking the passphrase cache
12576 timers, so that new ones supercede old ones.
12577 (pgg-add-passphrase-to-cache): Rename from
12578 `pgg-add-passphrase-cache' to reduce confusion (all callers
12579 changed). Modified to cancel old timers when new ones are added.
12580 (pgg-remove-passphrase-from-cache): Rename from
12581 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12582 changed). Modified to cancel old timers when their keys are
12583 removed from the cache.
12584 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12585 XEmacs, an indirection to delete-itimer.
12586 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12587 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12588 users can only check cache without risk of prompting. Correct bug in
12589 notruncate behavior.
12590 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12591 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12592 Add informative docstrings.
12593 (pgg-decrypt): Convey provided passphrase in subordinate call to
12594 pgg-decrypt-region.
12595
12596 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12597
12598 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12599 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12600 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12601 `passphrase' argument, so the passphrase can be managed externally
12602 and then passed in to the system.
12603
12604 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12605 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12606 so the passphrase cache can be used reliably with identifiers
12607 besides a pgp packet's key id.
12608
12609 * pgg-gpg.el (pgg-pgp-encrypt-region)
12610 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12611 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12612 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12613 argument to all these routines, so the passphrase can be managed
12614 externally and passed in to the system.
12615
12616 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12617 `notruncate' argument, so the passphrase cache can be used
12618 reliably with identifiers besides a pgp packet's key id.
12619
12620 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12621
12622 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12623 symmetric encryption.
12624 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12625 encrypted session key.
12626 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12627 message ask for the passphrase in a proper way.
12628
12629 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12630 New user commands for symmetric encryption.
12631
12632 2005-10-28 Bill Wohler <wohler@newt.com>
12633
12634 * help-mode.el (help-url): New button type. Calls browse-url.
12635 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12636 Similar to Info nodes: URL `url'.
12637 (help-make-xrefs): Create help-url buttons for
12638 help-xref-url-regexp matches.
12639
12640 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12641
12642 * tool-bar.el (tool-bar-add-item-from-menu)
12643 (tool-bar-local-item-from-menu): Fix doc strings.
12644
12645 2005-10-28 Romain Francoise <romain@orebokech.com>
12646
12647 * ldefs-boot.el: Update.
12648
12649 * subr.el (locate-library): Move from help-fns.el.
12650 * help-fns.el (locate-library): Move to subr.el.
12651
12652 2005-10-28 Richard M. Stallman <rms@gnu.org>
12653
12654 * net/tramp.el (tramp-completion-mode): defvar moved up.
12655
12656 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12657
12658 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12659
12660 * files.el (find-file-noselect): Use %d to format large file size.
12661
12662 * bindings.el (mode-line-format): Add %e.
12663
12664 * loadup.el ("facemenu"): Load unconditionally.
12665 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12666 ("x-dnd"): Load, when appropriate.
12667
12668 * startup.el (command-line): Call before-init-hook earlier.
12669 Warn about some bad characters in -u user name.
12670
12671 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12672 (flyspell-external-point-words): Error if misspelled word is not found.
12673 Set flyspell-large-region-beg at end of word.
12674
12675 2005-10-28 Andreas Schwab <schwab@suse.de>
12676
12677 * view.el (View-revert-buffer-scroll-page-forward):
12678 Use view-page-size-default.
12679
12680 2005-10-28 Juri Linkov <juri@jurta.org>
12681
12682 * international/quail.el (quail-get-current-str): Translate last
12683 raw character for deterministic input methods.
12684
12685 2005-10-27 Jay Belanger <belanger@truman.edu>
12686
12687 * calc/calc-ext.el: Add functions to autoloads.
12688 (math-identity-matrix-p, math-ident-row-p): New functions.
12689
12690 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12691 multiplication by an identity matrix; don't turn multiplication by
12692 an inverse matrix into division.
12693 (math-div-symbol-fancy): Replace division by matrices with
12694 multiplication by inverse.
12695
12696 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12697
12698 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12699 (calc-writeoutpower): New functions.
12700
12701 2005-10-27 Romain Francoise <romain@orebokech.com>
12702
12703 * replace.el (occur-engine): Include colon in mouse-face highlight.
12704
12705 * dired-x.el: Change Maintainer field.
12706
12707 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12708
12709 * longlines.el (longlines-mode): Bind after-change-functions to
12710 nil during initial decoding and final encoding.
12711
12712 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12713
12714 * term.el (term-emulate-terminal, term-handle-colors-array)
12715 (term-handle-ansi-escape): Specify the terminfo capabilities
12716 implemented.
12717
12718 2005-10-26 Richard M. Stallman <rms@gnu.org>
12719
12720 * info.el (Info-fontify-node): Fix detection of sentence-break
12721 before *Note.
12722
12723 2005-10-26 Romain Francoise <romain@orebokech.com>
12724
12725 * smerge-mode.el: Add `tools' to file keywords.
12726
12727 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12728
12729 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12730 when the fringe is not available.
12731
12732 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12733 (def-gdb-auto-update-trigger): Simplify construction.
12734 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12735 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12736 defined explicitly.
12737 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12738 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12739 defined explicitly.
12740 (gdb-info-locals-custom): Remove as it's a no-op.
12741
12742 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12743
12744 * longlines.el (longlines-mode): Remove narrowing before
12745 performing the initial decoding or final encoding.
12746
12747 2005-10-25 Romain Francoise <romain@orebokech.com>
12748
12749 * emacs-lisp/find-func.el (find-library-name): Also strip
12750 extension if library name ends in .el, to take advantage of
12751 `find-library-suffixes'.
12752
12753 2005-10-25 Richard M. Stallman <rms@gnu.org>
12754
12755 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12756
12757 2005-10-25 Juri Linkov <juri@jurta.org>
12758
12759 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12760 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12761
12762 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12765 (blackbox-redefine-key): Add argument `map'.
12766
12767 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12768 regions when moving the jit-lock-context-unfontify-pos boundary.
12769
12770 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12771
12772 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12773
12774 2005-10-25 Masatake YAMATO <jet@gyve.org>
12775
12776 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12777
12778 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12779
12780 * play/blackbox.el (blackbox-redefine-key): New function.
12781 (blackbox-mode-map): Use it to remap existing bindings for cursor
12782 motion instead of binding literal keys.
12783
12784 2005-10-25 Glenn Morris <rgm@gnu.org>
12785
12786 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12787 diary does not end in a newline. Do not assume a blank line at
12788 the start of the diary file.
12789
12790 2005-10-25 Kenichi Handa <handa@m17n.org>
12791
12792 * international/quail.el (quail-translate-key): If the input
12793 method is deterministic and failed to handle the last key, restart
12794 the key handling loop from an appropriate key.
12795
12796 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * vc.el (vc-dired-mode): Extend comment for binding of
12799 `directory-listing-before-filename-regexp'.
12800
12801 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * textmodes/texinfo.el (texinfo-mode):
12804 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12805 not to unnecessarily expose emacs-mule's internal char codes.
12806
12807 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12808
12809 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12810 Display hand pointer and help-echo on disabled icon too.
12811 (gdb-mouse-until): New function.
12812 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12813
12814 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12815
12816 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12817 with 2005-10-23 change to doctor.el.
12818
12819 * finder.el (finder-mode-map): Add follow-link binding.
12820
12821 2005-10-25 Kim F. Storm <storm@cua.dk>
12822
12823 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12824 to gdb-mouse-toggle-breakpoint-fringe.
12825 (gdb-mouse-toggle-breakpoint-margin): Rename from
12826 gdb-mouse-toggle-breakpoint. Fix doc.
12827 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12828 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12829 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12830 string properties also for fringe breakpoint bitmaps.
12831
12832 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12833
12834 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12835
12836 2005-10-25 Masatake YAMATO <jet@gyve.org>
12837
12838 * simple.el (completion-common-substring):
12839 Use `completion-common-substring' prior to `completion-base-size'.
12840
12841 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12842
12843 * savehist.el: Require CL while compiling.
12844 (savehist-history-variables): Remove.
12845 (savehist-save-minibuffer-history, savehist-additional-variables)
12846 (savehist-minibuffer-history-variables): New vars.
12847 (savehist-save): Use them.
12848 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12849 (savehist-install): New fun, extracted from savehist-load.
12850 (savehist-load): Use them.
12851
12852 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12855 a dummy doc-string-elt property.
12856 (defalias, defvaralias, define-category): Add a docstring property.
12857
12858 * image.el (defimage):
12859 * widget.el (define-widget):
12860 * custom.el (defface, defcustom): Add `doc-string' declaration.
12861
12862 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12863 (defadvice): Add `doc-string' declaration.
12864
12865 * emacs-lisp/byte-run.el (macro-declaration-function):
12866 Handle `doc-string' declarations.
12867 (define-obsolete-function-alias, define-obsolete-variable-alias):
12868 Add `doc-string' declaration.
12869
12870 2005-10-24 Kenichi Handa <handa@m17n.org>
12871
12872 * international/utf-7.el (utf-7): Add autoload cookie.
12873
12874 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12875
12876 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12877
12878 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12879 list of directories passed to batch-update-autoloads. Add "." to
12880 the list of the echoed directories.
12881
12882 * pgg-def.el:
12883 * pgg-gpg.el:
12884 * pgg-parse.el:
12885 * pgg-pgp.el:
12886 * pgg-pgp5.el:
12887 * pgg.el: Moved here from the gnus subdirectory.
12888
12889 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12890
12891 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12892 in case comint-prompt-read-only is set to t.
12893
12894 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12895 in case comint-prompt-read-only is set to t.
12896
12897 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12898
12899 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12900 Now a string.
12901 (icalendar-import-format): Handle CLASS, STATUS, URL.
12902 Rename `subject' to `summary'.
12903 (icalendar-import-format-summary): Rename from
12904 `icalendar-import-format-subject'.
12905 (icalendar-import-format-url, icalendar-import-format-status)
12906 (icalendar-import-format-class): New variables.
12907 (icalendar--rris): Take variable argument list.
12908 (icalendar--datestring-to-isodate): Remove unnecessary
12909 calendar-style check when converting dates with explicit month names.
12910 (icalendar-export-region): Change return type of conversion
12911 subroutines. Bury current buffer unless error occurred.
12912 (icalendar--convert-to-ical)
12913 (icalendar--parse-summary-and-rest): New functions.
12914 (icalendar--convert-ordinary-to-ical)
12915 (icalendar--convert-weekly-to-ical)
12916 (icalendar--convert-yearly-to-ical)
12917 (icalendar--convert-block-to-ical)
12918 (icalendar--convert-cyclic-to-ical)
12919 (icalendar--convert-anniversary-to-ical): Change return type.
12920 Strip trailing blanks from subject.
12921 (icalendar--convert-sexp-to-ical): Change return type.
12922 Strip trailing blanks from subject. Handle simple sexp
12923 entries as generated by icalendar.el.
12924 (icalendar--convert-float-to-ical)
12925 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12926 (icalendar-import-file): Doc fix.
12927 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12928 Correct call to icalendar--rris.
12929 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12930 `summary'.
12931 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12932
12933 2005-10-24 Romain Francoise <romain@orebokech.com>
12934
12935 * server.el (server-sentinel): Set query-on-exit flag to nil on
12936 new client processes (it isn't inherited from the server process).
12937
12938 * replace.el (occur-engine): Rearrange text properties.
12939
12940 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12943 case-fold-search is nil.
12944 (debug-help-follow): Use help-xref-interned directly.
12945
12946 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * thumbs.el (thumbs-image-type): Add .pbm.
12949
12950 2005-10-23 Richard M. Stallman <rms@gnu.org>
12951
12952 * faces.el (inhibit-face-set-after-frame-default): New variable.
12953 (set-face-attribute): Bind it.
12954 (face-set-after-frame-default): Test it.
12955
12956 * help-fns.el (describe-simplify-lib-file-name): New function.
12957 (describe-function-1, describe-variable): Use it.
12958
12959 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12960
12961 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12962 Eliminate nil as possible value.
12963 (tooltip-hide-delay): Reduce internal-border-width.
12964
12965 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12966 (menu-bar-file-menu) <new-file>: Likewise.
12967
12968 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12969
12970 * international/mule.el (load-with-code-conversion):
12971 Pass full file name to `eval-buffer' unless preloading.
12972
12973 * textmodes/flyspell.el (flyspell-large-region):
12974 Call ispell-check-version.
12975
12976 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12977 Fix the make-variable-buffer-local call that was supposed
12978 to be for this variable.
12979 (ispell-aspell-supports-utf8): Doc fix.
12980 (ispell-find-aspell-dictionaries): Preserve elements of
12981 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12982 (ispell-aspell-find-dictionary): Return nil on error.
12983
12984 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12985 (doctor-symptoms): Likewise.
12986
12987 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12988
12989 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12990
12991 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12992 (custom-raised-buttons): Add :set spec.
12993 (custom-button-unraised, custom-button-pressed-unraised):
12994 New faces, so that custom-raised-buttons actually does something.
12995 (custom-mode): Use custom-button and custom-button-pressed.
12996
12997 * wid-edit.el (widget-specify-button): Don't ignore
12998 widget-mouse-face on graphic terminals.
12999 (widget-move-and-invoke): Cleanup.
13000
13001 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13002
13003 * whitespace.el (whitespace-cleanup): Doc fix.
13004
13005 2005-10-23 Romain Francoise <romain@orebokech.com>
13006
13007 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13008 `eval-after-load' to avoid evaluating their result.
13009
13010 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13011
13012 * files.el (directory-listing-before-filename-regexp):
13013 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13014
13015 * dired.el (dired-move-to-filename-regexp): Remove.
13016 All occurences replaced by `directory-listing-before-filename-regexp'.
13017
13018 * dired-x.el, locate.el, vc.el:
13019 Replace `dired-move-to-filename-regexp' by
13020 `directory-listing-before-filename-regexp'. In vc.el it is
13021 overwritten locally; maybe this can be handled in files.el too.
13022
13023 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13024 replaced by `directory-listing-before-filename-regexp'.
13025
13026 2005-10-23 Andreas Schwab <schwab@suse.de>
13027
13028 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13029 and eval-next-after-load.
13030
13031 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13032
13033 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13034 exist, create it.
13035
13036 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13037
13038 * allout.el: Remove autoloads for mailcrypt and crypt++.
13039 Require pgg, pgg-gpg during compilation.
13040 (allout-version): Increment version number to 2.1, and use a literal
13041 rather than RCS Id.
13042 (allout-default-encryption-scheme): Remove.
13043 (allout-passphrase-verifier-handling)
13044 (allout-passphrase-verifier-string)
13045 (allout-file-passphrase-verifier-string)
13046 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13047 (allout-passphrase-hint-handling): Rename and simplify.
13048 (allout-init): Use `find-file-hook' if available, otherwise
13049 `find-file-hooks'.
13050 (allout-mode): Use `write-file-functions' if available, otherwise
13051 `local-write-file-hooks' and, instead of making auto-save-hook
13052 buffer local, make the write-file-hook activity contingent to
13053 allout-mode.
13054 (allout-mode): Use key-binding substitution in the docstring.
13055 (allout-kill-line): Spell-out kill ring data structure mutation
13056 instead of using byte-compiler-complaint-provoking `pop'.
13057 (allout-insert-listified): Use `insert' rather than `insert-string'
13058 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13059 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13060 (allout-encrypt-string): Totally revamped vis new underlying
13061 encryption facilities.
13062 (allout-mc-activate-passwd): Remove.
13063 (allout-obtain-passphrase): New, more or less replaces
13064 allout-mc-activate-passwd.
13065 (allout-encrypted-key-info): More or less replaces
13066 allout-encrypted-text-type.
13067 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13068 (my-mark-marker): Use `(featurep 'xemacs)'.
13069
13070 2005-10-23 Lars Hansen <larsh@soem.dk>
13071
13072 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13073 (byte-compile-file-form-defmumble, byte-compile-defun)
13074 (byte-compile-defmacro): Use it.
13075 (byte-compile-form): Don't call byte-compile-set-symbol-position
13076 when a byte-compile handler is called.
13077
13078 2005-10-22 Romain Francoise <romain@orebokech.com>
13079
13080 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13081
13082 * subr.el (eval-after-load): Convert library name to an absolute
13083 file name using locate-library, since load-history no longer has
13084 library names in it.
13085
13086 2005-10-22 Richard M. Stallman <rms@gnu.org>
13087
13088 * files.el (make-temp-file): Move from subr.el.
13089 * subr.el (make-temp-file): Move to files.el.
13090
13091 * window.el (get-buffer-window-list): Move from subr.el.
13092 * subr.el (get-buffer-window-list): Move to window.el.
13093
13094 * image.el (image-load-path): Use eval-at-startup to initialize.
13095
13096 * subr.el (eval-at-startup): New macro.
13097
13098 * subr.el: Much rearrangement of functions and division
13099 into pages. No code changes.
13100
13101 2005-10-22 Kenichi Handa <handa@m17n.org>
13102
13103 * tar-mode.el (tar-extract): Be sure to call
13104 find-operation-coding-system if set-auto-coding doesn't find a
13105 coding system.
13106
13107 2005-10-22 Kim F. Storm <storm@cua.dk>
13108
13109 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13110 Change users.
13111 (image-type-file-name-regexps): New defconst.
13112 (image-type-from-data): Simplify loop.
13113 (image-type-from-buffer): New defun.
13114 (image-type-from-file-header): Use it instead of image-type-from-data.
13115 Use image-search-load-path instead of only looking in data-directory.
13116 (image-type-from-file-name): New defun.
13117 (image-search-load-path): Change `pathname' to `filename'.
13118 Make PATH arg optional, default to image-load-path.
13119
13120 2005-10-21 Richard M. Stallman <rms@gnu.org>
13121
13122 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13123
13124 * textmodes/paragraphs.el (sentence-end-base): New variable.
13125 (sentence-end): Use sentence-end-base.
13126
13127 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13130 property independently from the font-lock-multiline variable.
13131
13132 2005-10-21 Richard M. Stallman <rms@gnu.org>
13133
13134 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13135
13136 * startup.el (command-line): Convert library names
13137 in `load-history' to absolute file names.
13138
13139 * subr.el (symbol-file): Doc fix.
13140
13141 * loadhist.el (file-loadhist-lookup): Call locate-library
13142 instead of find-library-name. Don't try converting
13143 abs file names to library names, since load-history no longer
13144 has library names in it.
13145 (file-dependents, file-provides, file-requires): Doc fixes.
13146
13147 2005-10-21 Juri Linkov <juri@jurta.org>
13148
13149 * progmodes/etags.el (tags-table-mode): New function.
13150 (tags-verify-table): Replace initialize-new-tags-table with
13151 tags-table-mode.
13152
13153 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13154 default value.
13155 (desktop-modes-not-to-save): Add tags-table-mode to the
13156 default value.
13157
13158 * info.el (Info-index-next): Add total number of index
13159 alternatives to the message.
13160
13161 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13162 backward only space (instead of space and period) before looking
13163 at sentence end.
13164
13165 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13166 Add the old variable value as 4th default-value arg of read-string.
13167
13168 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13169
13170 * cus-face.el (custom-declare-face): Make face from X resources
13171 also on Mac.
13172
13173 * disp-table.el (standard-display-g1, standard-display-graphic):
13174 Refuse to use string glyphs also on Mac.
13175 (standard-display-european): Don't set terminal coding system also
13176 on Mac.
13177
13178 * frame.el (display-screens): Use x-display-screens also on Mac.
13179
13180 2005-10-21 Romain Francoise <romain@orebokech.com>
13181
13182 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13183
13184 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13187 and $? into sexps.
13188
13189 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13190 warning face on open-paren-in-column-0.
13191
13192 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13193 boundary case. Fix typo.
13194 Suggested by Martin Rudalics <rudalics@gmx.at>.
13195
13196 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13197
13198 * textmodes/org.el (org-combined-agenda-icalendar-file)
13199 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13200 (org-export-icalendar-this-file)
13201 (org-export-icalendar-all-agenda-files)
13202 (org-export-icalendar-combine-agenda-files): New commands.
13203 (org-export-icalendar, org-print-icalendar-entries)
13204 (org-start-icalendar-file, org-finish-icalendar-file)
13205 (org-ical-ts-to-string): New functions.
13206 (org-read-date, org-goto-calendar)
13207 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13208 call to `calendar'.
13209 (orgtbl-setup): Remove the :keys arguments from the menu description.
13210 (org-after-save-iCalendar-file-hook): New variable.
13211
13212 2005-10-21 Kenichi Handa <handa@m17n.org>
13213
13214 * language/vietnamese.el (tcvn-5712): Make it an alias of
13215 vietnamese-tcvn coding-system.
13216
13217 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13218
13219 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13220 group id is given.
13221
13222 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13225 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13226 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13227 whose line is either continued or ends with a comment.
13228
13229 2005-10-20 Romain Francoise <romain@orebokech.com>
13230
13231 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13232
13233 * replace.el (occur-engine): Add follow-link property.
13234
13235 * font-core.el (font-lock-mode): Doc fix.
13236
13237 2005-10-20 Richard M. Stallman <rms@gnu.org>
13238
13239 * net/rcirc.el: New file.
13240
13241 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13242
13243 * term.el (term-term-name): Initialize to "eterm-color".
13244
13245 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13246
13247 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13248 for encryption functionality.
13249 Move allout customization subgroup from `editing' to `outlines' group.
13250 Fix commentary keywords to legitimate ones.
13251 Update author info (using my current email address, obscurified).
13252 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13253 (allout-encrypted-topic-p, allout-encrypted-text-type)
13254 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13255 (allout-situate-encryption-key-verifier)
13256 (allout-get-encryption-key-verifier, allout-verify-key)
13257 (allout-next-topic-pending-encryption)
13258 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13259 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13260 (outline-key-verifier-handling, outline-key-hint-handling)
13261 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13262 (allout-file-key-verifier-string, allout-encryption-scheme)
13263 (allout-key-verifier-string, allout-key-hint-string)
13264 (allout-after-save-decrypt): New variables.
13265 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13266 (allout-after-saves-handler): New hook functions.
13267 (allout-post-command-business): Do allout-after-save-decrypt.
13268 (allout-enable-file-variable-adjustment): Custom var to enable
13269 mechanism for adding and adjusting settings of Emacs file variables.
13270 (allout-adjust-file-variable, allout-file-vars-section-data):
13271 New functions, implement the mechanism.
13272 (outlineify-sticky): Use the file vars mechanism.
13273 (allout-inhibit-protection, allout-during-write-cue)
13274 (allout-override-protect, allout-before-change-protect): Remove.
13275 (allout-flag-region, allout-open-topic): Adjust read-only text.
13276 (allout-open-line-not-read-only): Add to facilitate read-only
13277 text based protection.
13278 (allout-kill-line): Revise to adjust read-only text, clue the
13279 user about the inhibition.
13280 (allout-unprotected): Use unwind-protect.
13281 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13282 topic deeper than the offspring depth of the previous topic -
13283 avoiding confusing "containment discontinuities".
13284 (allout-reindent-bodies): Fix retention of body relative hanging
13285 indent during promotion of collapsed bodies.
13286 (allout-open-topic): Make it easy to open new topic with same
13287 bullet as current topic - topic creation functions provided with
13288 any universal argument provokes now prompt for bullet, defaulting
13289 to the bullet of the previous topic.
13290 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13291 Plain bullet alternates `.' period and `,' comma only. All other
13292 bullets are relegated to special status (but customizable).
13293 (allout-end-of-entry): Rename from allout-end-of-current-entry
13294 since it actually operates w.r.t. most immediately containing
13295 entry, visible or not.
13296 (allout-hide-current-entry, allout-show-current-entry): Use the
13297 revised version.
13298 (allout-old-expose-topic): Solidify deprecation.
13299 (allout-end-of-subtree): Add so we can span concealed as well
13300 as visible topics.
13301 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13302 (allout-end-of-current-heading): Tweak to just respect the first line.
13303 (allout-get-body-text): Add.
13304 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13305 when invoked interactively.
13306 (allout-up-current-level): Use `interactive-p'.
13307 (allout-mode, allout-init): Miscellaneous docstring and
13308 operational refinements, as well as hookups of new encryption stuff.
13309 (allout-beginning-of-current-entry): Now works as advertised.
13310 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13311 (allout-isearch-rectification): Refine condition for isearching.
13312 (allout-isearch-abort, allout-enwrap-isearch)
13313 (allout-flag-region, my-region-active-p): Relocate some macros.
13314 (allout-title): Fallback title is (buffer-name), not
13315 non-existing (current-buffer-name).
13316 (subst-char-in-string): Define if absent (for some XEmacs versions).
13317
13318 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13319
13320 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13321 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13322 (mail-citation-prefix-regexp, mail-signature-file)
13323 (mail-default-headers, mail-bury-selects-summary)
13324 (mail-send-nonascii): Add autoload cookies.
13325
13326 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13327
13328 * frame.el (blink-cursor-mode): Add `mac' to the list of
13329 window-system's that support blinking cursor.
13330
13331 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13332
13333 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13334
13335 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13336
13337 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13338 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13339 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13340
13341 2005-10-20 Kim F. Storm <storm@cua.dk>
13342
13343 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13344 (ido-set-current-directory): Don't add / after final @.
13345 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13346 Explicitly handle ange-ftp completion oddities.
13347 (ido-make-file-list): Don't rotate list at tramp root to avoid
13348 triggering tramp file handler for expand-file-name via get-file-buffer.
13349
13350 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13353
13354 2005-10-19 Jay Belanger <belanger@truman.edu>
13355
13356 * calc/calc-units.el (math-standard-units): Add units, adjust
13357 symbols and update values.
13358 (math-unit-prefixes): Add more prefixes.
13359
13360 2005-10-19 Romain Francoise <romain@orebokech.com>
13361
13362 * bookmark.el (bookmark-menu-heading): New face.
13363 (bookmark-bmenu-list): Use it.
13364 Don't fiddle with `baud-rate' at top-level.
13365
13366 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13367
13368 * image.el (create-image, find-image): Mention max-image-size in
13369 docstring.
13370
13371 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * savehist.el (savehist-load): Revert to checking XEmacs.
13374
13375 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13376 Various docstring and line-width fixups.
13377 (conf-mode): Use cond.
13378 Set font-lock-defaults. Don't set comment-use-syntax.
13379
13380 2005-10-18 David Ponce <david@dponce.com>
13381
13382 * tree-widget.el (tree-widget-button-click): New function.
13383 (tree-widget-button-keymap): Use it.
13384
13385 2005-10-18 Romain Francoise <romain@orebokech.com>
13386
13387 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13388 (bookmark-bmenu-hide-filenames): Add follow-link property.
13389 Improve help-echo text.
13390
13391 * ffap.el (find-file-at-point): Doc fix.
13392
13393 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13394
13395 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13396
13397 2005-10-18 Masatake YAMATO <jet@gyve.org>
13398
13399 Install to the CVS repository what I forgot to install in my
13400 2005-10-16 changes.
13401
13402 * progmodes/python.el (python-complete-symbol): Pass the common
13403 prefix substring of completion to `display-completion-list'.
13404
13405 * textmodes/org.el (org-complete): Ditto.
13406
13407 2005-10-18 Masatake YAMATO <jet@gyve.org>
13408
13409 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13410
13411 * woman.el (WoMan-xref-man-page): New button type derived
13412 from `Man-abstract-xref-man-page'.
13413 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13414
13415 * man.el (Man-abstract-xref-man-page): New button type.
13416 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13417 (Man-highlight-references): Add new optional argument `xref-man-type'.
13418
13419 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13420
13421 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13422
13423 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13424
13425 * cus-edit.el (Custom-move-and-invoke): Delete.
13426 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13427
13428 * wid-edit.el (widget-move-and-invoke): New function, from
13429 Custom-move-and-invoke.
13430
13431 2005-10-17 Bill Wohler <wohler@newt.com>
13432
13433 Move all remaining images from lisp/toolbar to etc/images, move
13434 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13435 the low resolution images in their own directory (low-color).
13436
13437 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13438 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13439 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13440 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13441 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13442 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13443 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13444
13445 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13446 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13447 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13448 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13449 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13450 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13451 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13452 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13453 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13454 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13455 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13456 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13457 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13458 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13459 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13460
13461 To conform with convention, replace the underscore (_) in the
13462 following image names with dash (-) or (/) as appropriate.
13463
13464 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13465 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13466 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13467 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13468 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13469 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13470 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13471 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13472 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13473 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13474 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13475 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13476 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13477 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13478 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13479
13480 * info.el (info-tool-bar-map): Replace underscores in image names
13481 with dashes.
13482
13483 * makefile.w32-in (WINS): Remove toolbar.
13484
13485 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13486
13487 * tool-bar.el: Move to lisp from toolbar. Now that
13488 toolbar is empty, it should be deleted when folks run "cvs up -P".
13489
13490 2005-10-18 Jay Belanger <belanger@truman.edu>
13491
13492 * calc/calc-store.el (calc-store-into): Get the proper variable name
13493 to display in message.
13494
13495 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13496
13497 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13498 expressions display in speedbar for all buffers when debugging.
13499 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13500
13501 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13502 (speedbar-insert-button, speedbar-make-button):
13503 Use add-text-properties.
13504 (speedbar-update-localized-contents)
13505 (speedbar-update-directory-contents)
13506 (speedbar-update-special-contents): Use dolist.
13507 (speedbar-buffer-easymenu-definition): Add a menu separator.
13508
13509 2005-10-17 Jason Rumney <jasonr@gnu.org>
13510
13511 * makefile.w32-in: Use $(lisp) consistently.
13512 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13513 for shell specific generation of mh-autoloads.
13514
13515 2005-10-17 Richard M. Stallman <rms@gnu.org>
13516
13517 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13518
13519 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * jit-lock.el (jit-lock-fontify-now):
13522 Move jit-lock-context-unfontify-pos to avoid wasted work.
13523
13524 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13525
13526 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13527 `tramp-completion-mode' for checking if we are in completion mode.
13528 (tramp-completion-handle-file-name-all-completions): Reorder code
13529 in order to complete for file names only in case there are no
13530 method/user/host completions. This is necessary for cooperation
13531 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13532
13533 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13534
13535 * longlines.el (longlines-search-forward)
13536 (longlines-search-backward): Match any number of spaces.
13537
13538 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13539
13540 * diff-mode.el (diff-mode): Doc fix.
13541
13542 2005-10-16 David Reitter <david.reitter@gmail.com>
13543
13544 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13545 as default on darwin and windows systems.
13546
13547 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13548
13549 * arc-mode.el (archive-zip-extract): Doc fix.
13550
13551 2005-10-16 Romain Francoise <romain@orebokech.com>
13552
13553 * mouse.el (mouse-1-click-follows-link): Doc fix.
13554
13555 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * savehist.el: Don't require CL at runtime.
13558 (savehist-xemacs): Remove.
13559 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13560 (savehist-no-conversion): Use (featurep 'xemacs).
13561 (savehist-load): Check existence of start-itimer rather than XEmacs.
13562 Use an idle timer.
13563 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13564 `delete-if-not'.
13565
13566 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13567
13568 * savehist.el: Newer version.
13569 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13570 (savehist-last-checksum, savehist-no-conversion): New vars.
13571 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13572 New functions.
13573 (savehist-load, savehist-save): Use them.
13574 (savehist-delimit): Remove.
13575
13576 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * progmodes/compile.el (compilation-goto-locus): Display the
13579 compilation buffer first and the source buffer second, in case they're
13580 in overlapping frames. Don't raise the compilation frame if it was the
13581 selected window upon entry. Pass the `other-window' arg to
13582 pop-to-buffer.
13583
13584 * info.el (Info-fontify-node): Use dolist.
13585 Change add-text-properties to put-text-property.
13586
13587 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13588
13589 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13590 bound of search.
13591
13592 2005-10-16 Masatake YAMATO <jet@gyve.org>
13593
13594 * dabbrev.el (dabbrev-completion): Pass the common
13595 prefix substring of completion to `display-completion-list'.
13596
13597 * filecache.el (file-cache-minibuffer-complete)
13598 (file-cache-complete): Ditto.
13599
13600 * tempo.el (tempo-display-completions): Ditto.
13601
13602 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13603
13604 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13605
13606 * eshell/em-hist.el (eshell-list-history): Ditto.
13607
13608 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13609
13610 * mail/mailalias.el (mail-complete): Ditto.
13611
13612 * progmodes/etags.el (complete-tag): Ditto.
13613
13614 * progmodes/make-mode.el (makefile-complete): Ditto.
13615
13616 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13617
13618 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13619
13620 * progmodes/pascal.el (pascal-complete-word)
13621 (pascal-show-completions): Ditto.
13622
13623 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13624
13625 * simple.el (completion-common-substring): New variable.
13626 (completion-setup-function): Use `completion-common-substring'
13627 to put faces.
13628
13629 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13630
13631 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13632 (x-get-selection, mac-select-convert-to-string): Convert from/to
13633 UTF-16 clipboard data as in native byte order, no BOM.
13634
13635 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13636
13637 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13638 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13639 (gud-sentinel): Use speedbar-frame to check for speedbar.
13640
13641 2005-10-15 Richard M. Stallman <rms@gnu.org>
13642
13643 * savehist.el: New file.
13644
13645 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13646
13647 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13648 Fix bug in \bf fontification.
13649
13650 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * pcvs.el (cvs-edit-log-files): New var.
13653 (cvs-mode-edit-log): New arg `file'.
13654 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13655 Instead force the use of the original file and nothing else.
13656 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13657 the cvs-minor-wrap-function is set.
13658 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13659
13660 2005-10-14 Bill Wohler <wohler@newt.com>
13661
13662 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13663 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13664 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13665 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13666 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13667 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13668 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13669 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13670 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13671 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13672 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13673 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13674 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13675 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13676 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13677
13678 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13679 appropriately (for example, gud-break to gud/break).
13680
13681 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13682
13683 * longlines.el (longlinges-search-function)
13684 (longlines-search-forward, longlines-search-backward): New functions.
13685 (longlines-mode): Set isearch-search-fun-function to
13686 longlinges-search-function.
13687
13688 * mouse.el (mouse-drag-region-1): Handle the case where a
13689 double-click event is bound to an arbitrary function.
13690
13691 2005-10-14 David Ponce <david@dponce.com>
13692
13693 * recentf.el (recentf-track-opened-file)
13694 (recentf-track-closed-file, recentf-update-menu)
13695 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13696 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13697 mouse-1-click-follows-link.
13698
13699 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13700
13701 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13702 Gnome file-manager.png. Suggested by
13703 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13704
13705 * toolbar/README: Add diropen.xpm.
13706
13707 2005-10-13 Bill Wohler <wohler@newt.com>
13708
13709 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13710 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13711
13712 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13715 Don't waste the byte-compiler's time on constant data.
13716
13717 2005-10-13 Kenichi Handa <handa@m17n.org>
13718
13719 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13720 byte with `escape-glyph' face.
13721
13722 * international/fontset.el (ccl-encode-unicode-font):
13723 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13724 Handle the case that ucs-mule-to-mule-unicode translates a character to
13725 ASCII (usually for IPA characters).
13726
13727 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13730 Don't hide the underline of titles if font-lock-mode is disabled.
13731
13732 2005-10-12 Bill Wohler <wohler@newt.com>
13733
13734 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13735 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13736 files in MH-E-SRC have been updated.
13737 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13738
13739 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13742 (mixal-mode-syntax-table): Add \n as end-comment.
13743 (mixal-operation-codes-alist): Immediately initialize to full value.
13744 (mixal-add-operation-code): Remove.
13745 (mixal-describe-operation-code): Make the arg non-optional.
13746 Use the interactive spec instead.
13747 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13748 (mixal-font-lock-keywords): Don't highlight comments here any more.
13749 (mixal-font-lock-syntactic-keywords): New var.
13750 (mixal-mode): Use it. Fix comment-start-skip.
13751
13752 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13753
13754 * startup.el (command-line-x-option-alist): -nb => -nbi
13755
13756 2005-10-12 Kim F. Storm <storm@cua.dk>
13757
13758 * startup.el (fancy-splash-default-action): Discard mouse click in
13759 the splash screen window, as it has no sensible meaning in the
13760 next window to be selected. Fixes error reported by Jan D.
13761
13762 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13763
13764 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13765
13766 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13769 Try to fix up minor layout issues like indentation, line break, etc...
13770 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13771 because it doesn't work.
13772 (mixal-operation-codes): Add some more codes.
13773 (mixal-font-lock-keywords): Process comments here.
13774 (mixal-mode): mixasm no longer needs -g option.
13775
13776 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13777
13778 * progmodes/sh-script.el (sh-tmp-file):
13779 Use mktemp -t. Finish support for es and rc shells.
13780
13781 2005-10-11 Jay Belanger <belanger@truman.edu>
13782
13783 * calc/calcalg2.el (calc-integral): With an argument, compute the
13784 definite integral.
13785
13786 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13787
13788 * mouse.el (mouse-drag-region-1): Don't try to catch a
13789 double-click when doing follow-link (it's overridden anyway).
13790
13791 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13792
13793 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13794 (autoload-print-form-outbuf): Add docstring.
13795
13796 2005-10-11 Juri Linkov <juri@jurta.org>
13797
13798 * info.el (Info-mode-menu): Delete menu item "Edit".
13799 (Info-mode): Delete description of Info-edit from docstring,
13800 and rearrange descriptions of Info commands in the order
13801 they are documented in the Info manual.
13802
13803 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * calendar/appt.el (appt-check): Use diary-selective-display var.
13806
13807 2005-10-10 Richard M. Stallman <rms@gnu.org>
13808
13809 * net/newsticker.el (newsticker-start, newsticker-show-news):
13810 Add autoload cookies.
13811
13812 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13813
13814 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13815
13816 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13817
13818 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13819
13820 2005-10-10 Jay Belanger <belanger@truman.edu>
13821
13822 * calc/calc-arith.el (math-check-known-scalarp)
13823 (math-check-known-matrixp): Check the values of arguments that are
13824 variables.
13825 (math-check-known-square-matrixp): New function.
13826 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13827 (math-super-types): Add sqmatrix type.
13828
13829 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13830 mode name `square' to `sqmatrix'.
13831
13832 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13833 mode name `square' to `sqmatrix'.
13834
13835 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * progmodes/etags.el (select-tags-table-mode): Don't use
13838 selective-display.
13839 (tags-select-tags-table): Pass `button' to the action function.
13840 (select-tags-table): Place the side-info on button properties rather
13841 than in hidden text. Abbreviate file names.
13842 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13843 (select-tags-table-select): Add `button' argument.
13844 Get side-info from the button property rather than from hidden text.
13845
13846 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13847
13848 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13849 (gud-speedbar-buttons): Preserve point if possible.
13850 (gud-sentinel): Restore previous speedbar display type.
13851
13852 * progmodes/gdb-ui.el (gdba): Improve diagram.
13853 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13854 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13855 Call get-buffer-window once.
13856
13857 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13858
13859 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13860 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13861 (pascal-indent-command): Remove unused var `ind'.
13862 (pascal-indent-case): Remove unused var `oldpos'.
13863 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13864 since it's now used as a proper minor mode map.
13865 (pascal-outline): Rename to pascal-outline-mode.
13866 (pascal-outline-mode): Use define-minor-mode.
13867 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13868 selective-display.
13869
13870 2005-10-10 Andreas Schwab <schwab@suse.de>
13871
13872 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13873 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13874
13875 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13876 outside source directory.
13877
13878 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13879
13880 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13881 C-x' as a prefix.
13882 (orgtbl-mode-map): Full keymap instead of sparse, because all
13883 `self-insert-command' keys are redefined in this map.
13884 (org-export-as-html): Specify charset for HTML file, by taking it
13885 from the coding system.
13886
13887 2005-10-10 Kenichi Handa <handa@m17n.org>
13888
13889 * textmodes/flyspell.el (flyspell-check-word-p):
13890 If unread-command-events is non-empty, don't call sit-for.
13891
13892 2005-10-09 Richard M. Stallman <rms@gnu.org>
13893
13894 * font-lock.el (font-lock-syntactic-keywords)
13895 (font-lock-keywords): Doc fixes.
13896
13897 * textmodes/flyspell.el (flyspell-external-point-words):
13898 Simplify logic, and don't try to check for consecutive appearances
13899 of one incorrect word.
13900
13901 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13902
13903 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13904 separator.
13905
13906 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13907 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13908 (gud-expansion-speedbar-buttons): New function.
13909 (gud-speedbar-buttons): Check for gud-comint-buffer.
13910
13911 2005-10-09 Bill Wohler <wohler@newt.com>
13912
13913 * Makefile.in (updates): Add mh-loaddefs dependency.
13914
13915 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13916
13917 * speedbar.el (speedbar-file-key-map): Fix typo.
13918
13919 2005-10-09 Daniel Brockman <daniel@brockman.se>
13920
13921 * cus-start.el (line-spacing): Add custom spec.
13922
13923 2005-10-09 Romain Francoise <romain@orebokech.com>
13924
13925 * textmodes/ispell.el (ispell-check-version): Fix last change.
13926
13927 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13928
13929 * term/x-win.el: Remove -i, --icon-type from comment.
13930
13931 * startup.el (command-line-x-option-alist): Remove options -i,
13932 -itype, --icon-type, added -nb, --no-bitmap-icon
13933
13934 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13935
13936 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13937 instead of :active.
13938
13939 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13940
13941 * textmodes/ispell.el (ispell-check-version):
13942 Ignore hyphen, and all that follows, in aspell's version text.
13943
13944 2005-10-08 Jay Belanger <belanger@truman.edu>
13945
13946 * calc/calc-arith.el (math-known-square-matrixp): New function.
13947 (math-pow-fancy): Check for matrices before distributing exponent
13948 across products.
13949
13950 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13951 fullscreen keypad. Suggested by Luc Teirlinck.
13952 (calc-keypad-show-input): Add space for formatting.
13953
13954 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13955 Add square matrix option.
13956
13957 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13958 of checking calc-matrix-mode when deciding how to expand.
13959
13960 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13961
13962 2005-10-08 Lars Hansen <larsh@soem.dk>
13963
13964 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13965 Add error handling.
13966 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13967
13968 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13969
13970 Sync with Tramp 2.0.51.
13971
13972 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13973 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13974 Insert special handling for `last-coding-system-used', again
13975 it still seems to be necessary (unlike stated before).
13976 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13977 (tramp-password-prompt-regexp): There might be other words before
13978 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13979 (tramp-chunksize): Improve docstring.
13980 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13981 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13982 Christian Joergensen <bugs@razor.dk>.
13983
13984 2005-10-07 Glenn Morris <rgm@gnu.org>
13985
13986 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13987 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13988 precision'.
13989
13990 2005-10-07 Romain Francoise <romain@orebokech.com>
13991
13992 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13993 (ibuffer-do-shell-command-pipe-replace)
13994 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13995 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13996 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13997 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13998 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13999 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14000 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14001 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14002 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14003 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14004 Autoload file sans suffix.
14005
14006 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14007
14008 2005-10-07 David Ponce <david@dponce.com>
14009
14010 * recentf.el (recentf-menu-open-all-flag): New option.
14011 (recentf-digit-shortcut-command-name): New function.
14012 (recentf--shortcuts-keymap): New variable.
14013 (recentf-menu-shortcuts): New variable.
14014 (recentf-make-menu-items): Initialize it. Replace the "More..."
14015 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14016 (recentf-menu-value-shortcut): New function.
14017 (recentf-make-menu-item): Use it. No more in-lined.
14018 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14019 (recentf-open-most-recent-file): Rename from
14020 `recentf-open-file-with-key'. Don't depend on key binding.
14021 (recentf-mode-map): New variable.
14022 (recentf-mode): Use it.
14023
14024 2005-10-06 Bill Wohler <wohler@newt.com>
14025
14026 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14027
14028 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14029 (MH-E-SRC): New. Used by mh-autoloads.
14030 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14031 files in MH-E-SRC have been updated.
14032 (compile, recompile, bootstrap): Depend on mh-autoloads.
14033
14034 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14035
14036 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14037 gud-break and gud-remove icons when the fringe is not available.
14038
14039 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14040 Typo.
14041
14042 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14043
14044 * play/zone.el (zone): Wrap body with save-window-excursion.
14045
14046 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14049 Use the new `list-only' arg to diary-list-entries.
14050
14051 * calendar/diary-lib.el: Use overlays rather than selective-display.
14052 (diary-selective-display): New var.
14053 (diary-header-line-format): Use it.
14054 (diary-list-entries): Add argument `list-only'.
14055 Put the buffer in diary-mode. Don't add \^M at beg and end.
14056 Replace \^M by invisible overlays.
14057 (diary-unhide-everything): Replace \^M by invisible overlays.
14058 (print-diary-entries): Look for overlays rather than \^M.
14059 Add a space to the temp buffer name.
14060 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14061 Put the buffer in diary-mode.
14062 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14063 (diary-anniversary): Make the year arg optional.
14064 (diary-time-regexp): New const.
14065 (diary-font-lock-keywords): Use it to accept a few more time formats.
14066
14067 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14068
14069 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14070
14071 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14072 Fix bug introduced 2005-07-03: Use (car (last ...))
14073 to faithfully reproduce replaced artist-last.
14074 (artist-set-arrow-points-for-poly): Likewise.
14075 Suggested by Johan Bockg\e,Ae\e(Brd.
14076
14077 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14080 * wid-edit.el (widget):
14081 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14082 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14083
14084 2005-10-06 Kenichi Handa <handa@m17n.org>
14085
14086 * international/mule-cmds.el (set-language-environment):
14087 Fix setting up of case-table for unibyte mode.
14088
14089 * simple.el (what-cursor-position): If the character is displayed
14090 by some `display' text property, show that. Don't use
14091 single-key-description for eight-bit characters in multibyte mode.
14092
14093 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14094
14095 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14096 (gdb-ann3): Set it.
14097 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14098 (gdb-info-frames-custom): Use inverse-video for first five
14099 characters of selected frame only.
14100 (gdb-get-frame-number): Select frame even when point is on frame
14101 number.
14102
14103 2005-10-06 Masatake YAMATO <jet@gyve.org>
14104
14105 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14106 Put `font-lock-function-name-face'.
14107 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14108 and `font-lock-variable-name-face'
14109 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14110 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14111 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14112 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14113 (gdb-local-font-lock-keywords): New font lock keywords definition.
14114 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14115 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14116 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14117
14118 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14119
14120 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14121 (ediff-merge-region-is-non-clash-to-skip): Previously called
14122 ediff-merge-region-is-non-clash.
14123
14124 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14125 Use insert-buffer-substring.
14126
14127 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14128 selecting files to patch. Also bug fixes.
14129
14130 * ediff-util.el (ediff-setup): Bug fix.
14131 (ediff-next-difference): Never skip clashes that differ in white
14132 space only.
14133
14134 * ediff-wind.el (ediff-setup-control-frame)
14135 (ediff-destroy-control-frame): Check the menubar feature.
14136
14137 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14138 (viper-refresh-mode-line): Use make-local-variable to localize
14139 some vars instead of make-variable-buffer-local. Suggested by
14140 Stefan Monnier.
14141
14142 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14143 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14144 Use make-local-variable instead of make-variable-buffer-local.
14145 Suggested by Stefan Monnier.
14146
14147 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14148 (viper-comint-mode-hook): Use make-local-variable on
14149 require-final-newline.
14150 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14151
14152 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14155 also the second char of a comment-start sequence.
14156 (scheme-sexp-comment-syntax-table): New var.
14157 (lambda, define): Set their scheme-doc-string-elt property.
14158 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14159 Use lisp-font-lock-syntactic-face-function now that it properly
14160 handles |...| symbols.
14161 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14162 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14163
14164 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14165 bit from # to |.
14166 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14167
14168 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14169 (lisp-doc-string-elt-property): New var.
14170 (lisp-font-lock-syntactic-face-function): Use it.
14171 Rewrite to recognize docstrings even for forms not at toplevel.
14172
14173 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14174 annotation on the | part of #| rather than on the # part.
14175 (scheme-font-lock-syntactic-face-function): New function, to
14176 distinguish strings from |...| symbols.
14177 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14178 syntax-table so that #|...|# is properly highlighted.
14179
14180 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14181 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14182
14183 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14186 and C-e.
14187
14188 * emacs-lisp/eldoc.el: Move comments into docstrings.
14189 (eldoc-message-commands): Initialize in its declaration.
14190 Add move-beginning-of-line and move-end-of-line.
14191 (eldoc-add-command, eldoc-add-command-completions)
14192 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14193
14194 * outline.el (outline-mark-subtree): Activate the mark.
14195
14196 * calendar/appt.el (appt-time-regexp): New var.
14197 (appt-add, appt-make-list): Use it.
14198 (appt-convert-time): Clean up.
14199
14200 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14201 Don't set any syntax-table property here.
14202 (tex-font-lock-verb): New function. Do it here.
14203 (tex-font-lock-syntactic-keywords): Use it.
14204
14205 2005-10-04 Richard M. Stallman <rms@gnu.org>
14206
14207 * wid-edit.el (widget-file-complete): Get the widget start point
14208 the right way. Default directory to `/' if file has none.
14209
14210 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14211
14212 * textmodes/flyspell.el (flyspell-mode-on):
14213 Call ispell-maybe-find-aspell-dictionaries.
14214
14215 * textmodes/ispell.el (ispell-word, ispell-region):
14216 Call ispell-maybe-find-aspell-dictionaries.
14217 (ispell-accept-buffer-local-defs):
14218 Don't call ispell-maybe-find-aspell-dictionaries
14219
14220 2005-10-04 Richard M. Stallman <rms@gnu.org>
14221
14222 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14223
14224 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14225
14226 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14227 instead of `fboundp' in order to allow for anonymous functions.
14228
14229 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14230
14231 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14232 case the user clicks on the link while another window is selected.
14233 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14234
14235 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14236 functionality.
14237 (dframe-help-echo): Save point in case mouse tracking is off.
14238
14239 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14240
14241 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14242
14243 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14246 not change the global value of those vars.
14247
14248 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14249 make-local-variable which we do not need any more.
14250
14251 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14252
14253 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14254 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14255 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14256 (speedbar-path-line): Define obsolete aliases.
14257 (speedbar-line-directory): Doc fix.
14258
14259 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14260 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14261 instead of speedbar-line-path.
14262
14263 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14264
14265 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14266 to nil if dropping on a window. Handle dropping on a minibuffer window
14267 like dropping on a non-window part of Emacs.
14268
14269 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * net/ange-ftp.el: Use with-current-buffer.
14272 (ange-ftp-insert-directory): Do not follow symlinks any more.
14273
14274 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14275 Remove interactive spec.
14276
14277 2005-10-03 Kim F. Storm <storm@cua.dk>
14278
14279 * ido.el (ido-mode): Use custom-initialize-set.
14280
14281 2005-10-02 Richard M. Stallman <rms@gnu.org>
14282
14283 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14284 Use insert-buffer-substring.
14285
14286 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14287 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14288
14289 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14292 in last change.
14293 (ange-ftp-insert-directory): Fix up the search for the case where
14294 `file' is absolute.
14295
14296 2005-10-02 Romain Francoise <romain@orebokech.com>
14297
14298 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14299
14300 2005-10-02 Andreas Schwab <schwab@suse.de>
14301
14302 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14303 directory component in the session info.
14304
14305 2005-10-01 Richard M. Stallman <rms@gnu.org>
14306
14307 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14308
14309 * simple.el (next-error-internal): New function.
14310
14311 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14312 (compilation-start): Pass new arg to compilation-buffer-name.
14313 (compile-goto-error): Use next-error-internal.
14314
14315 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14316
14317 * speedbar.el: Remove RCS tag.
14318 (speedbar-check-read-only): Handle non-existent files.
14319
14320 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14321
14322 * info.el (Info-speedbar-hierarchy-buttons)
14323 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14324
14325 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14326
14327 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14328 Do not match newline.
14329 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14330 (bibtex-summary): Remove unnecessary save-excursion.
14331 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14332
14333 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14334
14335 * term/mac-win.el: Add charset info for "iso10646-1".
14336 Modify default fontset to use ATSUI-compatible fonts for some charsets
14337 if available.
14338
14339 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * speedbar.el: Re-apply arch tag.
14342 (speedbar-version): Rename to version 1.0. Suggested by Eric
14343 M. Ludlam.
14344 Reapply two changes from Emacs CVS' version of speedbar lost
14345 during the merge:
14346 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14347 (speedbar-frame-parameters): Improve customize type.
14348
14349 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14352 (ange-ftp-file-directory-p): Fix the symlink case.
14353 (ange-ftp-insert-directory): When listing a single file, get a list of
14354 the parent buffer and extract the relevant line. Inspired from a patch
14355 by Katsumi Yamaoka <yamaoka@jpl.org>.
14356 (ange-ftp-file-name-sans-versions): Simplify.
14357
14358 2005-09-30 Bill Wohler <wohler@newt.com>
14359
14360 Move MH-E image files from toolbar and mail directories into
14361 etc/images.
14362
14363 * mail/reply2.*: Move to etc/images/mail/reply*.
14364
14365 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14366 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14367 etc/images.
14368
14369 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14370 * toolbar/reply*: Move to etc/images/mail.
14371
14372 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14373
14374 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14375
14376 * speedbar.el: New version 1.0pre3.
14377
14378 Frame management code (including timer, and mouse click specifics)
14379 moved to dframe.el:
14380 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14381 (speedbar-timer): Removed. Use dframe-timer.
14382 (speedbar-close-frame): Removed. Use dframe-close-frame.
14383 (speedbar-activity-change-focus-flag): Removed. Use
14384 dframe-activity-change-focus-flag.
14385 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14386 dframe-update-speed.
14387
14388 (speedbar-current-frame): New macro. Use this instead of the
14389 variable speedbar-frame.
14390
14391 (speedbar-use-images, speedbar-expand-image-button-alist)
14392 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14393
14394 (speedbar-find-image-on-load-path): Removed. Replaced by
14395 defezimage in ezimage.el.
14396 (speedbar-expand-image-button-alist): Removed. Replaced by
14397 ezimage-expand-image-button-alist in ezimage.el.
14398
14399 (speedbar-ignored-directory-regexp)
14400 (speedbar-add-ignored-directory-regexp)
14401 (speedbar-ignored-directory-expressions)
14402 (speedbar-line-directory, speedbar-buffers-line-directory)
14403 (speedbar-directory-line, speedbar-buffers-line-directory):
14404 Renamed, replacing `path' with `directory'.
14405
14406 (speedbar-create-directory, speedbar-expand-line-descendants)
14407 (speedbar-toggle-line-expansion)
14408 (speedbar-contract-line-descendants): New commands.
14409
14410 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14411 (speedbar-use-tool-tips-flag): New options.
14412
14413 (speedbar-check-read-only, speedbar-require-version)
14414 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14415 (speedbar-handle-delete-frame, speedbar-try-completion)
14416 (speedbar-update-localized-contents): New functions.
14417
14418 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14419 (speedbar-object-read-only-indicator): New variables.
14420
14421 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14422 New hooks.
14423
14424 (speedbar-separator-face): New face.
14425
14426 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14427 (speedbar-ignored-modes): Add fundamental-mode.
14428 (speedbar-directory-unshown-regexp): Add . directories.
14429
14430 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14431 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14432 `]' for full expand/close.
14433 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14434
14435 (speedbar-check-vc): Support hidden files.
14436 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14437 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14438 state is nil, it is not checked out.
14439
14440 (speedbar-line-text, speedbar-line-token): Support expand buttons
14441 with no text.
14442 (speedbar-refresh): Universal argument acts as power-click.
14443 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14444 that buffer to get variable values.
14445
14446 And many other bugfixes.
14447
14448 * dframe.el, ezimage.el, sb-image.el: New files.
14449
14450 * sb-*.xpm: Remove files. New image files installed into
14451 etc/images/ezimage.
14452
14453 2005-09-30 Kenichi Handa <handa@m17n.org>
14454
14455 * ps-mule.el (ps-mule-show-warning): If a character is in
14456 ps-print-translation-table, don't treat it as non-printable.
14457
14458 2005-09-30 David Ponce <david@dponce.com>
14459
14460 * tree-widget.el (tree-widget-themes-load-path): New variable.
14461 (tree-widget-themes-directory): Doc fix.
14462 (tree-widget-image-formats) [Emacs]: Doc fix.
14463 (tree-widget--locate-sub-directory): New function.
14464 (tree-widget-themes-directory): Use it.
14465
14466 * recentf.el (recentf-filename-handlers): Rename from
14467 `recentf-filename-handler'. Allow a list of functions.
14468 (recentf-menu-items-for-commands): Fix :help strings.
14469 (recentf-apply-filename-handlers): New function.
14470 (recentf-expand-file-name): Use it.
14471 (recentf-cleanup): Remove duplicates too.
14472
14473 2005-09-29 Juri Linkov <juri@jurta.org>
14474
14475 * faces.el: Rearrange face definitions to be in the same order as
14476 their face descriptions in "(emacs)Standard Faces".
14477
14478 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14479
14480 * tooltip.el (tooltip): Add group `basic-faces'.
14481
14482 * buff-menu.el (Buffer-menu-buffer): Remove group
14483 `font-lock-highlighting-faces'.
14484
14485 * progmodes/compile.el (compilation-error, compilation-warning)
14486 (compilation-info, compilation-line-number, compilation-column-number):
14487 Change group from `font-lock-highlighting-faces' to `compilation'.
14488
14489 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14490 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14491 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14492 (vhdl-font-lock-reserved-words-face)
14493 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14494 `font-lock-highlighting-faces'.
14495
14496 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14497
14498 2005-09-28 Kim F. Storm <storm@cua.dk>
14499
14500 * emulation/cua-base.el: Set CUA move property on additional commands:
14501 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14502 forward-sexp, backward-sexp, forward-list, backward-list.
14503
14504 2005-09-28 Romain Francoise <romain@orebokech.com>
14505
14506 * comint.el (comint-show-output): Really set point at the
14507 beginning of the output when not using `comint-use-prompt-regexp'.
14508
14509 2005-09-27 Jay Belanger <belanger@truman.edu>
14510
14511 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14512 in TeX mode.
14513
14514 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14515
14516 * textmodes/org.el (org-table-sum): Fix format string.
14517
14518 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14519 Quote face names.
14520
14521 2005-09-26 Romain Francoise <romain@orebokech.com>
14522
14523 * isearch.el (isearch-forward-regexp): Close doc string.
14524
14525 2005-09-25 Richard M. Stallman <rms@gnu.org>
14526
14527 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14528
14529 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14530
14531 * progmodes/compile.el (compilation-error-properties):
14532 When getting the file from the previous error message,
14533 correctly decode the new data format.
14534
14535 * progmodes/cc-cmds.el (c-electric-paren):
14536 Call old-blink-paren only for close-paren.
14537
14538 2005-09-24 Andreas Schwab <schwab@suse.de>
14539
14540 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14541 condition.
14542
14543 2005-09-25 Romain Francoise <romain@orebokech.com>
14544
14545 * dired-aux.el (dired-copy-file-recursive):
14546 * dired.el (dired-delete-file):
14547 * ediff-mult.el (ediff-dir-diff-copy-file):
14548 * ediff-util.el (ediff-test-save-region):
14549 * forms.el (forms-mode):
14550 * ido.el (ido-file-internal, ido-delete-file-at-head):
14551 * log-edit.el (log-edit-done):
14552 * ses.el (ses-yank-resize):
14553 * play/gomoku.el (gomoku-human-plays, gomoku)
14554 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14555 (gomoku-offer-a-draw):
14556 * play/landmark.el (lm-human-resigns, lm):
14557 * net/eudcb-ldap.el (eudc-ldap-check-base):
14558 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14559 * progmodes/ebrowse.el (ebrowse-find-pattern):
14560 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14561 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14562 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14563
14564 * vc.el (vc-delete-file):
14565 * play/gomoku.el (gomoku-terminate-game, gomoku)
14566 (gomoku-prompt-for-move, gomoku-human-takes-back):
14567 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14568 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14569
14570 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14571
14572 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14573 color rxvt terminals by using the code xterm.el used to use before
14574 2005-04-09 in order to match the colors used by rxvt.
14575
14576 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14577
14578 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14579 colors rxvt-unicode terminals by using the same code as xterm.el.
14580
14581 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14584 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14585 new symbol used for the tex-verbatim face.
14586
14587 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14588
14589 * woman.el (woman-file-name):
14590 * wid-edit.el (widget-file-prompt-value)
14591 (widget-coding-system-prompt-value):
14592 * w32-fns.el (set-w32-system-coding-system):
14593 * vc.el (vc-version-diff, vc-annotate):
14594 * textmodes/reftex-auc.el (reftex-arg-cite)
14595 (reftex-arg-index-tag):
14596 * textmodes/refer.el (refer-get-bib-files):
14597 * textmodes/artist.el (artist-figlet-choose-font):
14598 * terminal.el (terminal-emulator):
14599 * replace.el (occur-read-primary-args):
14600 * rect.el (string-rectangle, string-insert-rectangle):
14601 * ps-print.el (ps-print-preprint):
14602 * progmodes/pascal.el (pascal-goto-defun):
14603 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14604 * progmodes/compile.el (compilation-find-file):
14605 * printing.el (pr-interactive-n-up):
14606 * play/animate.el (animate-birthday-present):
14607 * net/rcompile.el (remote-compile):
14608 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14609 * mail/rmailsum.el (rmail-summary-search-backward)
14610 (rmail-summary-search):
14611 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14612 (rmail-output-read-file-name):
14613 * mail/rmail.el (rmail-search, rmail-search-backwards):
14614 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14615 * locate.el (locate):
14616 * international/quail.el (quail-show-keyboard-layout):
14617 * international/mule.el (set-buffer-file-coding-system)
14618 (revert-buffer-with-coding-system, set-file-name-coding-system)
14619 (set-terminal-coding-system, set-keyboard-coding-system)
14620 (set-next-selection-coding-system):
14621 * international/mule-diag.el (describe-coding-system)
14622 (describe-font, describe-fontset):
14623 * international/mule-cmds.el (universal-coding-system-argument)
14624 (search-unencodable-char, describe-input-method)
14625 (set-language-environment, describe-language-environment):
14626 * international/codepage.el (codepage-setup):
14627 * international/code-pages.el (codepage-setup):
14628 * info.el (Info-search, Info-follow-reference)
14629 (Info-search-backward):
14630 * emacs-lisp/advice.el (ad-read-advised-function)
14631 (ad-read-advice-class, ad-clear-cache, ad-activate)
14632 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14633 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14634 (ad-read-regexp):
14635 * ediff-util.el (ediff-toggle-regexp-match):
14636 * ediff-ptch.el (ediff-prompt-for-patch-file):
14637 * dired-aux.el (dired-diff):
14638 * diff.el (diff):
14639 * cus-edit.el (custom-variable-prompt):
14640 * calendar/timeclock.el (timeclock-ask-for-project):
14641 * calc/calcalg3.el (calc-get-fit-variables):
14642 * calc/calc-store.el (calc-edit-variable)
14643 (calc-permanent-variable):
14644 * vc-mcvs.el (vc-mcvs-register):
14645 * shadowfile.el (shadow-define-literal-group):
14646 * woman.el (woman-file-name):
14647 * vc.el (vc-version-diff, vc-merge):
14648 * textmodes/reftex-index.el (reftex-index-complete-tag):
14649 * format.el (format-decode-buffer, format-decode-region):
14650 * emulation/viper-cmd.el (viper-read-string-with-history):
14651 * emacs-lisp/debug.el (cancel-debug-on-entry):
14652 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14653 * ediff.el (ediff-merge-revisions)
14654 (ediff-merge-revisions-with-ancestor, ediff-revision):
14655 * completion.el (interactive-completion-string-reader):
14656 * calc/calc-prog.el (calc-user-define-formula):
14657 Follow convention for reading with the minibuffer.
14658
14659 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14660
14661 * progmodes/python.el (python-describe-symbol): Add globals() and
14662 locals() to the arguments of emacs.ehelp.
14663
14664 2005-09-24 Magnus Henoch <mange@freemail.hu>
14665
14666 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14667 New function, code extracted from ispell-valid-dictionary-list.
14668 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14669 Call it.
14670
14671 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14672
14673 * subr.el (version-regexp-alist): Extend valid syntax for version
14674 strings: allow any of the characters -,_,+ to separate the
14675 alpha/beta/rc part from the version part. Doc fix.
14676 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14677
14678 2005-09-23 David Reitter <david.reitter@gmail.com>
14679
14680 * mail/mailclient.el: New file.
14681
14682 2005-09-23 Richard M. Stallman <rms@gnu.org>
14683
14684 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14685 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14686 Doc fixes.
14687
14688 * progmodes/cc-mode.el (c-font-lock-init):
14689 Specify font-lock-lines-before.
14690
14691 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14694 whole conflict.
14695
14696 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14697
14698 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14699 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14700 of `remap' feature when available. Additional key bindings for
14701 better tty support.
14702 (org-mode-restart, org-force-self-insert): New commands.
14703 (org-time-stamp-inactive): New command.
14704 (org-remap): New function.
14705 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14706 (org-enable-fixed-width-editor): Move to `org-structure'
14707 customization group.
14708 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14709 blank field after field motion commands.
14710
14711 2005-09-23 Kenichi Handa <handa@m17n.org>
14712
14713 * international/mule-cmds.el (set-language-environment):
14714 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14715 have to call utf-translate-cjk-load-tables.
14716
14717 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * mouse.el (mouse-move-drag-overlay): Fix last change.
14720
14721 2005-09-22 David Ponce <david@dponce.com>
14722
14723 * tree-widget.el (tree-widget-value-create): Fix previous change.
14724
14725 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14726
14727 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14728
14729 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14730
14731 * mouse.el (mouse-move-drag-overlay): New function.
14732 (mouse-drag-region-1): Use it.
14733 Try to simplify a bit the state handling. Handle clicks on links
14734 inside intangible areas.
14735 (mouse-save-then-kill): Minor simplification.
14736 (mouse-secondary-overlay): Make it always non-nil instead of
14737 recreating it each time.
14738 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14739 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14740 Simplify accordingly.
14741
14742 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14743
14744 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14745
14746 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14747
14748 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14749 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14750 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14751 to patch.
14752
14753 * ediff-util.el: Use insert-buffer-substring.
14754
14755 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14756
14757 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14758 field boundaries in the minibuffer.
14759 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14760 (viper-minibuffer-post-command-hook): New hook.
14761 (viper-line): Don't move cursor at bolp.
14762
14763 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14764
14765 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14766 avoid compiler warnings.
14767
14768 * emulation/viper-macs.el (ex-map): Better messages.
14769
14770 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14771
14772 * emulation/viper.el: Replace make-variable-buffer-local with
14773 viper-make-variable-buffer-local everywhere, to avoid warnings.
14774
14775 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14776
14777 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14778 Delete unused var `old-selected-window'.
14779 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14780 (mouse-drag-secondary): Delete unused var `start-frame'.
14781
14782 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14783
14784 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14785
14786 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14789 Re-indent within 80 columns. Use inhibit-read-only.
14790
14791 2005-09-19 Romain Francoise <romain@orebokech.com>
14792
14793 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14794
14795 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14798 unconditionally, since the after-change-function already did it.
14799
14800 2005-09-19 Miles Bader <miles@gnu.org>
14801
14802 * net/newsticker.el: Get rid of CVS keyword.
14803
14804 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14805
14806 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14807 The prompt is formatted later.
14808
14809 2005-09-19 David Ponce <david@dponce.com>
14810
14811 * tree-widget.el (tree-widget-value-create): Save the converted
14812 tree :node widget.
14813
14814 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14815
14816 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14817 variable `message'.
14818
14819 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14822 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14823 <slawomir.nowaczyk.847@student.lu.se>.
14824
14825 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * image.el (image-load-path): Use symbol `data-directory' instead
14828 of its value, for backward compatibility with packages that bind
14829 it during `find-image'. Suggested by Katsumi Yamaoka.
14830 (image-search-load-path): Handle symbols whose values are strings.
14831
14832 2005-09-18 Romain Francoise <romain@orebokech.com>
14833
14834 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14835 with-current-buffer form in save-excursion.
14836
14837 2005-09-18 Deepak Goel <deego@gnufans.org>
14838
14839 * apropos.el (apropos-command): Fix `message' call: first arg
14840 should be a format spec. In this and all other cases that appear
14841 below and elsewhere in the source code, I made a change only when
14842 two conditions were satisfied: [1] I can think of a possibility
14843 that the arguments would cause an error, for example, the code in
14844 question relies on external variables such as filenames. [2] I
14845 was sure that the arg to `message' could not have been nil in the code.
14846
14847 * textmodes/tildify.el (tildify-region): Ditto.
14848
14849 * textmodes/reftex-index.el (reftex-index-change-entry)
14850 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14851 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14852 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14853 (org-priority, org-table-sum):
14854 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14855 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14856 (flyspell-word, flyspell-display-next-corrections):
14857 * textmodes/bibtex.el (bibtex-print-help-message):
14858 * textmodes/artist.el (artist-key-set-point-poly):
14859 * term/mac-win.el (mac-services-insert-text):
14860 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14861 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14862 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14863 (vhdl-compose-configuration):
14864 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14865 (sh-set-indent, sh-learn-line-indent):
14866 * progmodes/ps-mode.el (ps-mode-target-column):
14867 * progmodes/idlwave.el (idlwave-make-tags)
14868 (idlwave-scan-library-catalogs):
14869 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14870 * progmodes/gud.el (gud-jdb-analyze-source):
14871 * progmodes/flymake.el (flymake-log):
14872 * progmodes/ebnf2ps.el (ebnf-generate-region):
14873 * progmodes/cmacexp.el (c-macro-expansion):
14874 * progmodes/ada-xref.el (ada-treat-cmd-string):
14875 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14876 (ada-justified-indent-current, ada-batch-reformat):
14877 * play/zone.el (zone):
14878 * play/landmark.el (lm-move):
14879 * play/decipher.el (decipher-show-alphabet):
14880 * net/newsticker.el (newsticker--display-jump)
14881 (newsticker--display-scroll):
14882 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14883 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14884 * mail/feedmail.el (feedmail-dump-message-to-queue):
14885 * eshell/esh-proc.el (eshell-remove-process-entry):
14886 * emulation/ws-mode.el (ws-last-error):
14887 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14888 (viper-record-kbd-macro):
14889 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14890 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14891 * emacs-lisp/find-func.el (find-function-noselect):
14892 * calendar/timeclock.el (timeclock-status-string)
14893 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14894 (timeclock-when-to-leave-string):
14895 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14896 * calc/calc-units.el (calc-enter-units-table):
14897 * calc/calc-mode.el (calc-mode-record-mode):
14898 * woman.el (woman-mini-help):
14899 * wdired.el (wdired-change-to-wdired-mode):
14900 * vc.el (vc-retrieve-snapshot):
14901 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14902 * startup.el (display-startup-echo-area-message):
14903 * simple.el (set-goal-column):
14904 * ses.el (ses-command-hook, ses-recalculate-cell):
14905 * server.el (server-process-filter):
14906 * printing.el (pr-interface-txt-print, pr-interface-printify)
14907 (pr-interface-ps):
14908 * pcvs.el (cvs-help):
14909 * log-edit.el (log-edit, log-edit-mode-help):
14910 * iswitchb.el (iswitchb-possible-new-buffer):
14911 * isearch.el (isearch-edit-string):
14912 * image-mode.el (image-mode, image-minor-mode):
14913 * ibuf-macs.el (define-ibuffer-filter):
14914 * hi-lock.el (hi-lock-find-patterns):
14915 * files.el (toggle-read-only):
14916 * ediff-util.el (ediff-copy-diff)
14917 (ediff-write-merge-buffer-and-maybe-kill):
14918 * echistory.el (Electric-history-undefined):
14919 * dnd.el (dnd-insert-text):
14920 * dired-aux.el (dired-query):
14921 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14922 * bookmark.el (bookmark-bmenu-locate):
14923 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14924 Fix `message' calls to ensure first arg is a format string.
14925 The change was made only when these two conditions were satisfied:
14926 [1] when there is a possibility that the arguments would cause an error
14927 for example, if the code in question relies on external variables
14928 such as filenames, and
14929 [2] if the arg to `message' could not have been nil in the code.
14930
14931 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14932 Not having a %s would be weird, though not technically wrong.
14933
14934 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14935
14936 * term/mac-win.el (mac-add-charset-info): Doc fix.
14937
14938 2005-09-17 Romain Francoise <romain@orebokech.com>
14939
14940 * shell.el (shell-resync-dirs): Handle echoing processes more
14941 reliably. Don't insert resync command if `comint-process-echoes'
14942 is non-nil.
14943
14944 2005-09-17 Magnus Henoch <mange@freemail.hu>
14945
14946 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14947 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14948 aspell versions >= 0.60.
14949 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14950 only if ispell-aspell-supports-utf8 is non-nil.
14951
14952 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14953
14954 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14955 buffer-local value to lisp-indent-function.
14956
14957 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14958
14959 * progmodes/glasses.el (glasses-make-readable): If
14960 glasses-separator differs from underscore, put appropriate
14961 overlays over underscore characters.
14962 (glasses-convert-to-unreadable): If glasses-separator differs from
14963 underscore, try to convert glasses-separator characters to
14964 underscores.
14965
14966 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14969 Use with-syntax-table and dolist.
14970
14971 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14972
14973 * textmodes/reftex-auc.el:
14974 * textmodes/reftex-cite.el:
14975 * textmodes/reftex-dcr.el:
14976 * textmodes/reftex-global.el:
14977 * textmodes/reftex-parse.el:
14978 * textmodes/reftex-ref.el:
14979 * textmodes/reftex-sel.el:
14980 * textmodes/reftex-toc.el:
14981 * textmodes/reftex-vars.el:
14982 * textmodes/reftex.el: Small changes to remove compiler warnings.
14983
14984 * textmodes/reftex-index.el: Likewise.
14985 (reftex-query-index-phrase): More efficient use of markers.
14986
14987 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14988
14989 * image.el (image-load-path): New variable.
14990 (image-search-load-path): New function.
14991 (find-image): Search for images in `image-load-path'.
14992
14993 2005-09-15 Richard M. Stallman <rms@gnu.org>
14994
14995 * follow.el: Change Maintainer field.
14996
14997 2005-09-15 David Ponce <david@dponce.com>
14998
14999 * recentf.el (recentf-save-file-modes): New option.
15000 (recentf-save-list): Use it.
15001
15002 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15003
15004 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15005 (mode-line-mule-info, mode-line-modified): Move bindings from
15006 mouse-3 to mouse-1.
15007
15008 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15009
15010 * simple.el (sendmail-user-agent-compose): Revert last change.
15011
15012 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15015 Use with-current-buffer.
15016 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15017 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15018 (ange-ftp-insert-directory): Remove unused var `short'.
15019 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15020
15021 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15022 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15023
15024 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15025 (check-calendar-holidays, diary-list-entries): Autoload.
15026 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15027 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15028
15029 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15030 which mistakenly removed a call to display-buffer.
15031
15032 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15033
15034 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15035
15036 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15037
15038 * progmodes/hideshow.el
15039 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15040 (hs-allow-nesting): New user var.
15041 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15042 (hs-hide-block-at-point): When nesting allowed,
15043 if there is already an overlay in place, delete it.
15044 (hs-safety-is-job-n): Delete func; remove call sites.
15045 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15046 (hs-overlay-at): New func.
15047 (hs-already-hidden-p, hs-show-block): Use it.
15048 (hs-hide-all): Don't pre-clean if nesting allowed.
15049 (hs-show-all): Temporarily disallow
15050 nesting around call to `hs-discard-overlays'.
15051
15052 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15053
15054 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15055 Delete unused local var.
15056
15057 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15058
15059 * help-fns.el (describe-categories): "?\ " -> "?\s".
15060 (help-do-arg-highlight): Recognize also ARG-n, as in
15061 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15062
15063 * international/codepage.el (dos-unsupported-char-glyph):
15064 * net/newsticker.el (tool-bar-map, w3-mode-map)
15065 (w3m-minor-mode-map):
15066 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15067 (ent-alist):
15068 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15069
15070 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15071
15072 * custom.el (custom-push-theme): Handle the case where a symbol is
15073 bound but face properties have not yet been assigned.
15074
15075 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15076 Fix behavior if noerase is `t' and there is no mail buffer.
15077
15078 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15079 if `continue' is nil, rather than signal an error.
15080
15081 2005-09-12 Richard M. Stallman <rms@gnu.org>
15082
15083 * font-lock.el (font-lock-keywords): Add autoload.
15084
15085 * help-fns.el (describe-variable): Rearrange to put source link
15086 in a predictable place.
15087
15088 * net/newsticker.el: New file.
15089
15090 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15091
15092 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15093 (calendar-basic-setup): Use the new nil arg.
15094 (number-of-diary-entries): Move to diary-lib.el.
15095
15096 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15097 (diary-list-entries): Use with-syntax-table and dolist.
15098 Rename from list-diary-entries.
15099 Use number-of-diary-entries if `number' is nil.
15100 (diary, diary-view-entries): Use this new name and new nil arg value.
15101 (number-of-diary-entries): Move from calendar.el.
15102 (diary-unhide-everything): New function.
15103 (include-other-diary-files, fancy-diary-display)
15104 (diary-show-all-entries, make-diary-entry): Use it.
15105 (diary-mail-entries): Use buffer-string.
15106 (mark-diary-entries): Fix long standing paren typo.
15107 (diary-sexp-entry): Use count-lines.
15108 (make-diary-entry): Avoid `previous-line'.
15109 (diary-mode-map): New var.
15110 (diary-mode): Redraw cal after saving. Setup header-line.
15111 (fancy-diary-display-mode): Use local-set-key.
15112
15113 * startup.el (command-line): Try calling various terminal-init-foo-bar
15114 functions by stripping hyphenated suffixes from $TERM.
15115
15116 * files.el (normal-mode): Check boundness of font-lock-keywords.
15117
15118 2005-09-12 Richard M. Stallman <rms@gnu.org>
15119
15120 * progmodes/compile.el: Don't decide a file's directory
15121 until the user actually tries to go there.
15122 (compilation-next-error-function):
15123 Pass compilation-find-file the directory from the file-struct.
15124 (compilation-internal-error-properties): Separate local FILE-STRUCT
15125 from FILE. Doc the args better. Rename arg FMT to FMTS.
15126 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15127 Expand it, and if nil, use default-directory.
15128 (compilation-get-file-structure): Don't mix specified directory
15129 with default directory. Put specified directory into
15130 file-struct. Don't make the file name absolute.
15131
15132 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15133 (compile-command): Add autoload.
15134 (compilation-disable-input): Add autoload.
15135
15136 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15137
15138 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15139 strings of the variables it can override.
15140 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15141 %Q and %q, for fully-qualified domain name and unqualified host name.
15142
15143 2005-09-11 Kim F. Storm <storm@cua.dk>
15144
15145 * emacs-lisp/authors.el (authors-aliases): Update list.
15146 (authors-fixed-entries): Update mldrag.el entry.
15147
15148 2005-09-10 Alan Mackenzie <acm@muc.de>
15149
15150 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15151 from the region narrowed to.
15152
15153 2005-09-10 Magnus Henoch <mange@freemail.hu>
15154
15155 * textmodes/ispell.el (ispell-check-version): Signal an error if
15156 aspell version is less than 0.60.
15157
15158 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15159
15160 * progmodes/octave-inf.el (inferior-octave-startup):
15161 Resync current dir at the end.
15162
15163 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15164
15165 * woman.el (woman-topic-at-point-default):
15166 Rename to woman-use-topic-at-point-default.
15167 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15168 (woman-file-name): Reflect renames above. Automatically use the
15169 word at point as topic if woman-use-topic-at-point is non-nil.
15170 Otherwise offer it as default but don't insert it in the
15171 minibuffer. Also use `test-completion' instead of `assoc' as
15172 suggested by Stefan Monnier.
15173
15174 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15175
15176 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15177 the attempt to do it over Tramp. This is not yet supported.
15178
15179 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15180
15181 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15182 (menu-bar-non-minibuffer-window-p): New functions.
15183 ("Split Window", "Save As..."): Use them.
15184 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15185 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15186 Use menu-bar-menu-frame-live-and-visible-p.
15187 ("Save Buffer", "Insert File", "Open Directory...")
15188 ("Open File...", "Visit New File..."):
15189 Use menu-bar-non-minibuffer-window-p.
15190 (kill-this-buffer-enabled-p, dired <menu-enable>):
15191 Use menu-bar-non-minibuffer-window-p.
15192
15193 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15194
15195 * cus-start.el (all): Don't complain about fringe-related
15196 built-ins if fringes are not supported. Ditto about
15197 selection-related built-ins. Fix the test for GTK-related built-ins.
15198
15199 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15200 ("Postscript Print Buffer", "Print Region", "Save As...")
15201 ("Save", "Insert File...", "Open Directory...")
15202 ("Open File...", "Visit New File..."")
15203 ("Truncate Long Lines in this Buffer"): Don't look at
15204 menu-updating-frame if this display does not support multiple frames.
15205
15206 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15207
15208 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15209
15210 2005-09-09 Emilio Lopes <eclig@gmx.net>
15211
15212 * woman.el: Format- and whitespace-related changes.
15213
15214 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15215
15216 * woman.el: Fix my email address.
15217
15218 2005-09-08 Richard M. Stallman <rms@gnu.org>
15219
15220 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15221 (sh-mode): Locally set skeleton-pair-default-alist.
15222
15223 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15224
15225 * progmodes/flymake.el: Require `compile' unconditionally.
15226
15227 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15228
15229 * woman.el (woman-file-name): Provide a default, not initial input.
15230
15231 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15232
15233 * font-lock.el (font-lock-support-mode): Doc fix.
15234
15235 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15236
15237 2005-09-08 Richard M. Stallman <rms@gnu.org>
15238
15239 * simple.el (blink-matching-open): Get rid of text props from
15240 the string shown in echo area. Don't permanently set point.
15241 Some rearrangements.
15242
15243 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15244
15245 * recentf.el (recentf-filename-handler): Add custom choice
15246 `abbreviate-file-name'.
15247
15248 * msb.el (msb--very-many-menus): Fix typo.
15249
15250 * disp-table.el (standard-display-european): Don't set
15251 enable-multibyte-characters to nil.
15252
15253 2005-09-08 David Ponce <david@dponce.com>
15254
15255 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15256 (recentf-expand-file-name): Doc fix.
15257 (recentf-dialog-mode-map): Define digit shortcuts.
15258 (recentf--files-with-key): New variable.
15259 (recentf-show-digit-shortcut-filter): New function.
15260 (recentf-open-files-items): New function.
15261 (recentf-open-files): Use it.
15262 (recentf-open-file-with-key): New command.
15263
15264 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15265
15266 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15267 Suggested by Kim F. Storm.
15268 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15269 (Buffer-menu-make-sort-button): Use global keymap.
15270
15271 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15272
15273 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15274 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15275 necessary any longer with the remapped command.
15276 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15277 formatting time only.
15278
15279 * net/tramp.el (tramp-action-password)
15280 (tramp-multi-action-password): Compile the password prompt from
15281 `method', `user' and `host'. Sometimes it isn't obvious which
15282 password to enter, for example with remote files offered by
15283 recentf.el, or with multiple steps. Suggested by Robert Marshall
15284 <robert@chezmarshall.freeserve.co.uk>.
15285
15286 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15287
15288 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15289 Fix regexp for when "s///" is at the beginning of line.
15290
15291 2005-09-07 Jay Belanger <belanger@truman.edu>
15292
15293 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15294 when in matrix mode.
15295
15296 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15299 non-anonymous functions.
15300
15301 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15302
15303 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15304 when using a header line. Otherwise, use mouse-1-click-follows-link.
15305
15306 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15307 can't be moved; don't signal an error.
15308
15309 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15310
15311 * cus-theme.el (custom-theme-write-faces): Save the current face
15312 spec, not the defface spec.
15313
15314 * custom.el (custom-known-themes): Clarify meaning of "standard".
15315 (custom-push-theme): Save old values in the standard theme.
15316 (disable-theme): Correct typo.
15317 (custom-face-theme-value) Deleted unused function.
15318 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15319
15320 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 * progmodes/compile.el (compilation-goto-locus): Take into account
15323 iconified frames when determining whether the buffer is
15324 already visible.
15325 Don't reset window height if the window already existed.
15326
15327 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15328
15329 * custom.el (load-theme): Rename from require-theme.
15330 Add interactive spec.
15331 (enable-theme): Rename from custom-enable-theme.
15332 Add interactive spec.
15333 (disable-theme): Rename from custom-disable-theme.
15334 Add interactive spec.
15335 (custom-make-theme-feature): Doc fix.
15336 (custom-theme-directory): Doc fix.
15337 (provide-theme): Call enable-theme.
15338
15339 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * obsolete/lazy-lock.el (lazy-lock-mode):
15342 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15343 font-lock-mode if it's off. Print a warning instead.
15344
15345 * progmodes/compile.el (compilation-start): Ignore errors if the
15346 process died before we get to send-eof.
15347
15348 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15349 Undo last change. Enclosing the result in quotes broke things on Unix
15350 since tex-send-command passes it through shell-quote-argument.
15351 (tex-send-command): Pass `file' through convert-standard-filename
15352 when possible.
15353 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15354 info in a transcript.
15355
15356 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15357
15358 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15359 fix compilation warning. Reorder the key definitions to group
15360 together keys emitted by the current version of xterm.
15361
15362 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15363 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15364 Reorder predicates to correct min-color usage.
15365
15366 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15367
15368 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15369 Kill local variables when longlines-mode is turned off.
15370
15371 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15374
15375 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15376
15377 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15378
15379 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15380 (font-lock-lines-before): Change default to being inactive.
15381 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15382 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15383
15384 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15385
15386 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15387 Deactivate temporarily advice if active (not needed for Emacs 22,
15388 but for backwards compatibility).
15389 (tramp-exists-file-name-handler): Rewrite. First implementation
15390 was too simple.
15391 (tramp-advice-make-auto-save-file-name):
15392 Call `tramp-handle-make-auto-save-file-name' (again, just for
15393 backwards compatibility).
15394
15395 2005-08-31 Reto Zimmermann <reto@gnu.org>
15396
15397 * progmodes/vhdl-mode.el
15398 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15399 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15400 (vhdl-set-default-project): New function (easier setting of default).
15401 (vhdl-port-copy): Handle extended identifiers for generics.
15402 (vhdl-compiler-alist): Better description for error message regexp.
15403 (vhdl-make): Query for target, use previous as default.
15404 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15405 (vhdl-font-lock-keywords-2): Fix fontification for record
15406 el. assign.
15407 (vhdl-speedbar-make-subpack-line): Add package body link.
15408 (vhdl-generate-makefile-1): Not include itself as dependency.
15409 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15410 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15411 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15412 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15413 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15414 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15415 (vhdl-import-project): Add string argument for `error'.
15416 (vhdl-compose-configuration)
15417 (vhdl-compose-configuration-architecture): Add configuration
15418 declaration generation.
15419 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15420 (vhdl-trailer-re): Add "record" keyword (better indentation).
15421 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15422 "[^ \t-\"]+".
15423 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15424 (vhdl-testbench-entity-file-name)
15425 (vhdl-testbench-architecture-file-name): Allow separate
15426 customization of testbench file names.
15427 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15428 (vhdl-get-visible-signals): Allow newline within alias declaration.
15429 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15430 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15431 (member-ignore-case): Alias for missing function in XEmacs.
15432 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15433 (vhdl-update-sensitivity-list): Ignore case on read signals.
15434 (vhdl-replace-string): Adjust case only for file names.
15435 (vhdl-update-sensitivity-list): Fix search for read signals.
15436 (vhdl-update-sensitivity-list): Exclude formal parameters.
15437 (vhdl-get-visible-signals): Include aliases of signals.
15438 (vhdl-get-visible-signals): Fix signal name searching.
15439 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15440 (vhdl-fixup-whitespace-region): Fix for character
15441 literals (e.g. `:').
15442
15443 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15444
15445 * ansi-color.el (comint-last-output-start):
15446 * bs.el (font-lock-verbose):
15447 * diff-mode.el (add-log-buffer-file-name-function):
15448 * dired-x.el (vm-folder-directory):
15449 * faces.el (help-xref-stack-item):
15450 * files.el (font-lock-keywords):
15451 * find-lisp.el (dired-buffers, dired-subdir-alist):
15452 * ido.el (cua-inhibit-cua-keys):
15453 * log-view.el (cvs-minor-wrap-function):
15454 * outline.el (font-lock-warning-face):
15455 * simple.el (compilation-current-error):
15456 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15457 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15458 * tooltip.el (comint-prompt-regexp):
15459 * w32-fns.el (explicit-shell-file-name):
15460 * term/mac-win.el (mac-charset-info-alist)
15461 (mac-services-selection, mac-system-script-code):
15462 * term/tty-colors.el (msdos-color-values):
15463 * term/w32-win.el (xlfd-regexp-registry-subnum):
15464 * term/x-win.el (x-keysym-table, x-selection-timeout)
15465 (x-session-id, x-session-previous-id):
15466 * textmodes/ispell.el (mail-yank-prefix):
15467 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15468 * textmodes/org.el (calc-embedded-close-formula)
15469 (calc-embedded-open-formula)
15470 (font-lock-unfontify-region-function):
15471 * textmodes/reftex-global.el (isearch-next-buffer-function)
15472 (TeX-master):
15473 * textmodes/reftex.el (font-lock-keywords):
15474 * textmodes/tex-mode.el (font-lock-comment-face)
15475 (font-lock-doc-face):
15476 * textmodes/texinfo.el (outline-heading-alist):
15477 Add defvars.
15478
15479 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15480 (artist-spray-chars, artist-mode-init, artist-replace-string)
15481 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15482 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15483 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15484
15485 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15486 (conf-align-assignments): "?\ " -> "?\s".
15487
15488 * textmodes/reftex-index.el (TeX-master): Add defvar.
15489 (reftex-index-phrases-marker): Move up defvar.
15490
15491 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15492 (reftex-toc-include-labels-indicator)
15493 (reftex-toc-include-index-indicator)
15494 (reftex-toc-max-level-indicator): Move up declarations.
15495
15496 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15497 of args to `tramp-run-real-handler', even if it's empty in this case.
15498
15499 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15500
15501 * dired.el (dired-move-to-filename-regexp): Add date format for
15502 Mac OS X 10.3 in East Asian locales.
15503
15504 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15505
15506 * files.el (make-auto-save-file-name): Add file name handler call
15507 if applicable.
15508
15509 * net/tramp.el (tramp-file-name-handler-alist)
15510 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15511 (tramp-handle-make-auto-save-file-name): Rename from
15512 `tramp-make-auto-save-file-name'.
15513 (tramp-exists-file-name-handler): New defun.
15514 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15515 `make-auto-save-file-name' is not a magic file name operation.
15516
15517 2005-08-30 Richard M. Stallman <rms@gnu.org>
15518
15519 * files.el (risky-local-variable-p):
15520 Match `-predicates' and `-commands.
15521
15522 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15523 (custom-save-all): Visit the file if necessary;
15524 kill the buffer if we created it.
15525 (custom-save-delete): Don't visit file or kill buffer here.
15526
15527 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15528
15529 * textmodes/org.el (org-special-keyword): New face.
15530 (org-table-copy-down, org-table-eval-formula)
15531 (org-table-recalculate, org-init-section-numbers):
15532 Use `string-to-number' instead of `string-to-int'.
15533 (org-get-location): Use `insert-buffer-substring' instead of
15534 `insert-buffer'.
15535 (org-modify-diary-entry-string): New function.
15536 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15537 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15538 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15539 active region.
15540 (org-export-as-html): Handle QUOTE keyword.
15541 (org-quote-string): New option.
15542 (org-bookmark-jump-unhide): New function, used for
15543 `bookmark-after-jump-hook'.
15544 (org-diary-default-entry): Apply only when not called through
15545 `org-agenda'.
15546
15547 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15548
15549 * net/eudc.el (mode-popup-menu):
15550 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15551 * progmodes/ada-mode.el (compile-auto-highlight)
15552 (skeleton-further-elements):
15553 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15554 * progmodes/cmacexp.el (msdos-shells):
15555 * progmodes/compile.el (font-lock-extra-managed-props)
15556 (font-lock-keywords, font-lock-maximum-size)
15557 (font-lock-support-mode):
15558 * progmodes/grep.el (font-lock-lines-before):
15559 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15560 * progmodes/mixal-mode.el (compile-command):
15561 * progmodes/perl-mode.el (font-lock-comment-face)
15562 (font-lock-doc-face, font-lock-string-face):
15563 * progmodes/prolog.el (comint-prompt-regexp):
15564 * progmodes/sh-script.el (font-lock-comment-face)
15565 (font-lock-set-defaults, font-lock-string-face):
15566 * progmodes/sql.el (font-lock-keyword-face)
15567 (font-lock-set-defaults, font-lock-string-face):
15568 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15569 (itimer-version, lazy-lock-defer-contextually)
15570 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15571 Add defvars.
15572
15573 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15574 (cperl-electric-keyword, cperl-electric-pod)
15575 (cperl-electric-backspace, cperl-forward-re)
15576 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15577 (vc-rcs-header, vc-sccs-header): Add defvars.
15578
15579 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15580 (font-lock-syntactic-keywords, gud-find-expr-function):
15581 Add defvars.
15582
15583 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15584 (gdb-frame-parameters): Declare before use.
15585
15586 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15587 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15588 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15589 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15590
15591 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15592 (idlwave-help-with-source): Use `insert-buffer-substring', not
15593 `insert-buffer'.
15594
15595 2005-08-29 Juri Linkov <juri@jurta.org>
15596
15597 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15598 Put outline-back-to-heading function call inside save-excursion.
15599
15600 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15601
15602 * man.el (Man-init-defvars, Man-translate-references)
15603 (Man-support-local-filenames, Man-highlight-references):
15604 * progmodes/sql.el (sql-interactive-mode):
15605 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15606
15607 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15608 (compilation-mode-font-lock-keywords): Add defvars.
15609 (checkdoc-interactive-loop): "?\ " -> "?\s".
15610
15611 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15612 (font-lock-doc-face, font-lock-string-face)
15613 (font-lock-keywords-case-fold-search): Add defvars.
15614 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15615
15616 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15617 Don't pass X and Y (they are ignored anyway).
15618 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15619 (mouse-delete-window): Make arguments optional.
15620
15621 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15622 (caesar-translate-table, minor-modes, news-buffer-save)
15623 (news-group-name, news-minor-modes): Add defvars.
15624
15625 * emacs-lisp/lselect.el (mouse-highlight-priority)
15626 (x-lost-selection-functions, zmacs-regions):
15627 * emacs-lisp/pp.el (font-lock-verbose):
15628 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15629 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15630 (ses-mode-map):
15631 * emacs-lisp/tcover-unsafep.el (safe-functions):
15632 * international/mule-cmds.el (mac-system-coding-system)
15633 (mac-system-locale):
15634 * language/ethio-util.el (rmail-current-message)
15635 (rmail-message-vector):
15636 * language/thai-util.el (thai-auto-composition-mode):
15637 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15638 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15639 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15640 (vm-primary-inbox, vm-spool-files):
15641 * mail/rmail.el (deleted-head, font-lock-fontified)
15642 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15643 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15644 (total-messages):
15645 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15646 (rmail-summary-mode-map):
15647 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15648 (rmail-last-label, rmail-last-multi-labels)
15649 (rmail-summary-vector, rmail-total-messages):
15650 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15651 * mail/rmailsum.el (msgnum):
15652 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15653 (rmail-current-message):
15654 * obsolete/fast-lock.el (font-lock-face-list):
15655 * obsolete/rnewspost.el (mail-reply-buffer):
15656 * obsolete/scribe.el (compile-command):
15657 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15658
15659 2005-08-28 John Paul Wallington <jpw@gnu.org>
15660
15661 * ibuf-ext.el (ibuffer-auto-update-changed):
15662 Use `frame-or-buffer-changed-p' to check whether we need to update.
15663 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15664 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15665 as a `frame-or-buffer-changed-p' state vector instead.
15666
15667 2005-08-27 Romain Francoise <romain@orebokech.com>
15668
15669 * textmodes/makeinfo.el (makeinfo-compile):
15670 Use `compilation-start'. Set `next-error-function' according to
15671 `disable-errors'.
15672 (makeinfo-next-error): New function.
15673 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15674 (makeinfo-buffer): Likewise.
15675
15676 * progmodes/compile.el (compilation-start): Add autoload cookie.
15677
15678 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15679 * textmodes/sgml-mode.el: Likewise.
15680 * progmodes/python.el: Likewise.
15681
15682 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15683
15684 * simple.el (blink-matching-paren-distance): Document the meaning
15685 of nil value, and allow to customize to nil.
15686
15687 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15688 command.com, not command.exe.
15689
15690 2005-08-26 John Wiegley <johnw@newartisans.com>
15691
15692 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15693 code around a bit so that an extraneous nil argument is not added
15694 to a command when no args are given.
15695
15696 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15697 double-quoted argument resolves to nil, return it as an empty
15698 string rather than as nil. This made it impossible to pass "" to
15699 a shell script as a null string argument.
15700
15701 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * outline.el (outline-invent-heading): New fun.
15704 (outline-promote, outline-demote): Use it.
15705 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15706 (outline-end-of-subtree): Remove unused var `opoint'.
15707
15708 2005-08-26 David Reitter <david.reitter@gmail.com>
15709
15710 * menu-bar.el (truncate-lines, write-file, print-buffer)
15711 (ps-print-buffer-faces, ps-print-buffer, split-window):
15712 Disable menu items when the frame they refer to is invisible, or when
15713 they refer to a buffer and the minibuffer is selected.
15714
15715 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15716
15717 * progmodes/flymake.el (flymake-highlight-err-lines):
15718 Use save-excursion around flymake-highlight-line to preserve point.
15719
15720 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15721
15722 * progmodes/octave-mod.el: Change Author and Maintainer address.
15723 (octave-maintainer-address): Change Kurt's email address.
15724 * progmodes/octave-inf.el: Change Author and Maintainer address.
15725 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15726
15727 2005-08-26 Kim F. Storm <storm@cua.dk>
15728
15729 * subr.el (version-list-<, version-list-<=, version-list-=):
15730 Rename from integer-list-*.
15731 (version-list-not-zero): Likewise. Fix while loop.
15732 (version=): Use version-list-= instead of string-equal.
15733
15734 2005-08-26 Richard M. Stallman <rms@gnu.org>
15735
15736 * outline.el (outline-promote): Try shortening the heading.
15737 As last resort, read the heading to use.
15738 (outline-demote): As last resort, read the heading to use.
15739
15740 2005-08-26 Romain Francoise <romain@orebokech.com>
15741
15742 * progmodes/compile.el (compilation-start): Doc fix.
15743
15744 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15745 (antlr-font-lock-additional-keywords): Fix reference to
15746 `antlr-font-lock-literal-regexp' erroneously changed during the
15747 mass face rename.
15748 (antlr-run-tool): Use `compilation-start'.
15749
15750 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15751 instead of the obsolete `compile-internal'.
15752
15753 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15754
15755 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15756 (number, original-date):
15757 * calendar/cal-china.el (date):
15758 * calendar/cal-coptic.el (date):
15759 * calendar/cal-french.el (date):
15760 * calendar/cal-hebrew.el (date, entry, number, original-date):
15761 * calendar/cal-islam.el (date, number, original-date):
15762 * calendar/cal-iso.el (date):
15763 * calendar/cal-julian.el (date):
15764 * calendar/cal-mayan.el (date):
15765 * calendar/cal-menu.el (date, event):
15766 * calendar/cal-persia.el (date):
15767 * calendar/lunar.el (date):
15768 * calendar/solar.el (date): Add defvars.
15769
15770 * emerge.el:
15771 * ibuffer.el:
15772 * info-xref.el:
15773 * obsolete/bg-mouse.el:
15774 * obsolete/sun-curs.el:
15775 * obsolete/swedish.el: Move the `defvar's to the top level.
15776
15777 * smerge-mode.el (smerge-refined-change): Add :group.
15778
15779 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15782 (smerge-keep-n): Remove props.
15783 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15784 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15785 now that it's done in smerge-keep-n.
15786 (smerge-refined-change): New face.
15787 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15788 (smerge-refine): New funs.
15789 (smerge-basic-map): Bind smerge-refine.
15790
15791 2005-08-25 Juri Linkov <juri@jurta.org>
15792
15793 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15794 compilation-process-setup-function and compilation-disable-input
15795 in grep-mode instead of let-bindings in grep.
15796
15797 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15798 Delete "Automatic File De/compression" (auto-compression-mode).
15799
15800 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15801
15802 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15803 Silence warning about non-existent variable.
15804
15805 2005-08-25 Richard M. Stallman <rms@gnu.org>
15806
15807 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15808 Rename "Describe Key" to "Describe Key or Mouse Operation".
15809
15810 * mail/mailalias.el (build-mail-aliases): Delete comments
15811 from the contents before processing them.
15812
15813 * isearch.el (isearch-edit-string): Erase the Search prompt
15814 if user enters an empty string and there is no default.
15815
15816 * comint.el (comint-file-name-prefix): Add autoload.
15817
15818 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15819
15820 * subr.el (play-sound): Rearrange to avoid warning.
15821
15822 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15823
15824 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15825 New hook.
15826 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15827
15828 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15831
15832 * custom.el (custom-theme-set-variables): Sort minor modes last.
15833
15834 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15835
15836 * subr.el (version-separator, version-regexp-alist): New vars used by
15837 version comparison funs.
15838 (integer-list-<, integer-list-=, integer-list-<=)
15839 (integer-list-not-zero): New funs for integer list comparison.
15840 (version-to-list, version=, version<, version<=): New funs for version
15841 comparison.
15842
15843 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15844
15845 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15846 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15847 time to silence the byte-compiler.
15848
15849 * ibuffer.el (ibuffer-compile-make-eliding-form)
15850 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15851 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15852 so it's silly to get warnings for it).
15853 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15854 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15855 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15856 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15857 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15858 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15859 Defvar at compile time.
15860 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15861 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15862 Declare them before use.
15863
15864 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15865 (info-xref-good, info-xref-bad): Defvar at compile time.
15866
15867 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15868 Use `let*' instead of `let'.
15869
15870 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15871 (*mouse-y*, menu, char): Defvar at compile time.
15872 (sc::menu): Declare it before use.
15873 (sc::pack-one-line): Use `let', not `let*'.
15874
15875 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15876 (mail-send-hook): Defvar at compile time.
15877
15878 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15879 Defvar at compile time.
15880
15881 * term/sun-mouse.el (current-global-mousemap)
15882 (current-local-mousemap): Declare them before use.
15883
15884 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15885
15886 * bookmark.el (bookmark-after-jump-hook): New hook.
15887 (bookmark-jump): Run `bookmark-after-jump-hook'.
15888
15889 2005-08-23 Juri Linkov <juri@jurta.org>
15890
15891 * faces.el (minibuffer-prompt): Doc fix.
15892
15893 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * progmodes/xscheme.el: Trivial changes to silence warnings.
15896 (xscheme-previous-mode, xscheme-previous-process-state):
15897 Add defvars.
15898 (xscheme-last-input-end, xscheme-process-command-line)
15899 (xscheme-process-name, xscheme-buffer-name)
15900 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15901 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15902 (xscheme-control-g-synchronization-p)
15903 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15904 (default-xscheme-runlight, xscheme-runlight)
15905 (xscheme-runlight-string, xscheme-process-filter-state)
15906 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15907 Move to beginning of file.
15908 (scheme-interaction-mode-commands-alist)
15909 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15910 Declare them before use. Note: the initialization code for the
15911 variables has not been moved because it uses functions that reference
15912 the variables.
15913 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15914 (xscheme-prompt-for-expression-map): Declare them before use.
15915 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15916
15917 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15918
15919 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15920
15921 2005-08-22 Juri Linkov <juri@jurta.org>
15922
15923 * faces.el (set-face-underline): Delete this duplicate function
15924 and make an obsolete alias to set-face-underline-p.
15925 (set-face-underline-p): Use docstring of set-face-underline.
15926 (describe-face): Create hyperlink to parent face.
15927
15928 * info.el (Info-insert-dir): Use save-excursion around
15929 insert-buffer-substring.
15930 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15931 (Info-escape-percent): Delete function.
15932 (Info-fontify-node): Replace Info-escape-percent by
15933 replace-regexp-in-string with REP arg set to lambda that
15934 duplicates `%' and preserves text properties.
15935
15936 * progmodes/compile.el (compilation-disable-input): Doc fix.
15937 (define-compilation-mode): Doc fix and refill.
15938 (kill-compilation): Use `mode-name' in the error message.
15939 (compilation-find-file): Use `compilation-error' in the
15940 read-file-name's prompt.
15941
15942 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15943
15944 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15945 (smerge-auto-leave): Make undo re-enable the mode.
15946 (debug-ignored-errors): Add the user-error of impossible resolution.
15947 (smerge-resolve): Move things around a bit, in preparation for later.
15948 (smerge-diff): Don't fail if the buffer has no associated file.
15949 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15950 (smerge-conflict-overlay): New function.
15951 (smerge-match-conflict): Don't add text properties here.
15952 (smerge-find-conflict): Instead, add an overlay here.
15953 Also check for the case where we're inside a conflict already, so as to
15954 obviate the need for font-lock-multiline, which is unbearably slow with
15955 large conflicts and ciomplex font-lock patterns.
15956 (smerge-remove-props): Remove overlay rather than text-properties.
15957 (smerge-mode): Don't set font-lock-multiline.
15958 Remove overlays when turned off.
15959
15960 2005-08-21 Kim F. Storm <storm@cua.dk>
15961
15962 * ido.el (ido-ignore-item-p): Use save-match-data.
15963 Bind case-fold-search to ido-case-fold locally.
15964
15965 2005-08-20 Richard M. Stallman <rms@gnu.org>
15966
15967 * files.el (normal-mode): If font lock is on, turn it off and on.
15968
15969 * subr.el (replace-regexp-in-string): Doc fix.
15970
15971 * startup.el (command-line-1): Don't suppress startup screen
15972 due to existing processes.
15973
15974 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15975
15976 * progmodes/compile.el (compilation-disable-input): Default to nil.
15977
15978 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15979
15980 * progmodes/compile.el (compilation-disable-input): New defcustom.
15981 (compilation-start): If compilation-disable-input is non-nil, send
15982 EOF to the compilation process.
15983
15984 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15985
15986 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15987 Run the argument of tex-shell-cd-command through
15988 convert-standard-filename, to get the correct style of slashes on
15989 Windows, and enclose the result in quotes, in case the file name
15990 includes whitespace or other special characters.
15991
15992 2005-08-19 Andreas Schwab <schwab@suse.de>
15993
15994 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15995 process.
15996
15997 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15998
15999 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16000
16001 2005-08-18 Kim F. Storm <storm@cua.dk>
16002
16003 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16004
16005 2005-08-18 Richard M. Stallman <rms@gnu.org>
16006
16007 * scroll-lock.el: New file.
16008
16009 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16010
16011 * dired.el (dired-move-to-end-of-filename):
16012 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16013
16014 2005-08-18 Kim F. Storm <storm@cua.dk>
16015
16016 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16017 rather than toggle mode when custom value is nil.
16018 (ido-everywhere): Fix defun doc string.
16019
16020 2005-08-17 Richard M. Stallman <rms@gnu.org>
16021
16022 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16023 as tag instead of "Inviolable".
16024
16025 2005-08-17 Kim F. Storm <storm@cua.dk>
16026
16027 * windmove.el (windmove-coordinates-of-position): Remove.
16028 (windmove-coordinates-of-window-position): Remove.
16029 (windmove-reference-loc): Use posn-at-point instead.
16030
16031 * subr.el (insert-for-yank-1): Doc fix.
16032
16033 * ido.el (ido-enter-matching-directory): Rename from
16034 ido-enter-single-matching-directory. Change `slash' choice to
16035 `only'. Add `first' choice.
16036 (ido-exhibit): Adapt to above changes.
16037
16038 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16039
16040 * Makefile.in: Expand comment about building loaddefs.el.
16041
16042 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16043
16044 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16045 Comment use of defadvice.
16046
16047 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16048
16049 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16050
16051 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16052 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16053 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16054 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16055 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16056 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16057 for backward compatibility for faces that did not appear in the
16058 previous Emacs release.
16059
16060 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16061
16062 2005-08-15 Kim F. Storm <storm@cua.dk>
16063
16064 * emulation/cua-base.el (cua-delete-region): Return t if
16065 deleted region was non-empty.
16066 (cua-replace-region): Inhibit overwrite-mode for
16067 self-insert-command if replaced region was non-empty.
16068 (cua--explicit-region-start, cua--status-string): Make them
16069 buffer-local at top-level...
16070 (cua-mode): ...rather than when mode is enabled.
16071
16072 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16073
16074 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16075 Set t for Emacs 21, 22, and so on.
16076
16077 2005-08-15 David Ponce <david@dponce.com>
16078
16079 * tree-widget.el: Update Commentary header.
16080 (tree-widget-theme): Doc fix.
16081 (tree-widget-space-width): New option.
16082 (tree-widget-image-properties): Look up in the default theme too.
16083 (tree-widget--cursors): Only for images with arrow pointer shape.
16084 (tree-widget-lookup-image): Pointer shape is hand by default.
16085 (tree-widget-icon): Rename generic icon widget from
16086 `tree-widget-control'.
16087 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16088 derive from `tree-widget-icon'.
16089 (tree-widget-handle): Improve default look and feel of the text
16090 representation.
16091 (tree-widget): Rename :*-control properties to :*-icon properties.
16092 Add :action and :help-echo properties.
16093 (tree-widget-after-toggle-functions): Move.
16094 (tree-widget-close-node, tree-widget-open-node): Remove.
16095 (tree-widget-before-create-icon-functions): New hook.
16096 (tree-widget-value-create): Update to allow customization of icons
16097 and nodes at run-time via that new hook.
16098 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16099 (tree-widget-icon-action, tree-widget-icon-help-echo)
16100 (tree-widget-action, tree-widget-help-echo): New functions.
16101
16102 2005-08-15 Kim F. Storm <storm@cua.dk>
16103
16104 * ido.el (ido-buffer-internal): Use with-no-warnings.
16105 (ido-make-merged-file-list): Use while-no-input.
16106
16107 2005-08-15 Richard M. Stallman <rms@gnu.org>
16108
16109 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16110 (flyspell-large-region): Fix doc and custom type.
16111
16112 2005-08-14 Richard M. Stallman <rms@gnu.org>
16113
16114 * files.el (interpreter-mode-alist): Doc fix.
16115
16116 * mail/rmail.el (rmail-nonignored-headers): New variable.
16117 (rmail-clear-headers): Use it.
16118 (rmail-reply): Better handling of mail-followup-to header.
16119
16120 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16121 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16122 don't try to refer to executable-font-lock-keywords.
16123 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16124 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16125 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16126 (sh-mode): Set comment-start-skip, local-abbrev-table,
16127 imenu-case-fold-search.
16128 (sh-set-shell): Don't set them here.
16129 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16130 Don't cache the results in the original alist; don't ever modify
16131 that alist.
16132
16133 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16134
16135 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16136 empty.
16137
16138 2005-08-15 Andreas Schwab <schwab@suse.de>
16139
16140 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16141
16142 * dired.el, info.el, mail/rmail.el: Revert last change.
16143
16144 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16145
16146 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16147 modification in `eval-after-load' form.
16148 * info.el: Likewise.
16149 * mail/rmail.el: Likewise.
16150
16151 2005-08-14 Juri Linkov <juri@jurta.org>
16152
16153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16154 Remove highlighting of "Compilation started". Highlight only
16155 the word "finished" in "Compilation finished". Add highlighting
16156 of "interrupt", "killed", "terminated" and the exit code.
16157 (compilation-start): Add newline after header. Use exactly the
16158 same time stamp format as the finishing message.
16159 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16160
16161 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16162 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16163 Add highlighting of "interrupt", "killed", "terminated".
16164
16165 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16166 enabled and the current command is self-insert-command, call it
16167 explicitly with overwrite-mode bound to nil, to not allow it
16168 to delete the character after the selected region.
16169
16170 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16171
16172 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16173 move-end-of-line, end-of-line, and beginning-of-line to the list
16174 of commands after which the echo area is updated.
16175
16176 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16177
16178 * cus-edit.el (custom-save-all, custom-save-delete):
16179 Bind recentf-exclude to exclude custom-file.
16180
16181 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16182
16183 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16184 to go to the bottom of the mail message. Added to
16185 `rmail-summary-mode-map' with key "/".
16186 (rmail-summary-show-message): New (internal) function for use by
16187 both `rmail-summary-beginning/end-of-message'.
16188 (rmail-summary-beginning-of-message): Change to use
16189 rmail-summary-show-message.
16190
16191 * mail/rmail.el (rmail-end-of-message): New command to go to the
16192 end of the current message. Added to `rmail-mode-map' with key "/".
16193 (rmail-beginning-of-message): Fix to work as documented.
16194 (rmail-mode): Change documentation.
16195
16196 * progmodes/compile.el (compilation-start): Add the line
16197 "Compilation started" with compilation start time.
16198 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16199
16200 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16201
16202 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16203 of menu items.
16204
16205 2005-08-11 Richard M. Stallman <rms@gnu.org>
16206
16207 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16208
16209 * battery.el (battery-status-function): Don't use ignore-errors.
16210
16211 2005-08-11 Lute Kamstra <lute@gnu.org>
16212
16213 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16214 define-obsolete-variable-alias.
16215
16216 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16219 (ange-ftp-send-cmd): Revert last change, and expand
16220 the comment explaining the problem.
16221
16222 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16223
16224 * ldefs-boot.el: Update.
16225
16226 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16227 item to "Time, Load and Mail". Change help echo text.
16228
16229 * time.el (display-time-use-mail-icon, display-time-format)
16230 (display-time-string-forms): Shorten first line of docstrings.
16231
16232 2005-08-10 Lars Hansen <larsh@soem.dk>
16233
16234 * desktop.el (desktop-buffer-mode-handlers):
16235 Make non-customizable. Add autoload cookie. Change initial value to
16236 nil; add elements in respective modules instead. Fix doc string.
16237 (desktop-load-file): New function.
16238 (desktop-minor-mode-handlers): New autoloaded variable.
16239 (desktop-create-buffer): Call minor mode handlers.
16240 Use desktop-load-file to load major and minor mode modules prior to
16241 checking for a handler.
16242 (desktop-save): Don't add nil to desktop-minor-modes for minor
16243 modes with nil function in desktop-minor-mode-table. Don't delete
16244 desktop file before rewriting it.
16245 (desktop-locals-to-save): Add autoload cookie. Don't make
16246 automatically buffer-local. Add variables column-number-mode,
16247 size-indication-mode, indent-tabs-mode,
16248 indicate-buffer-boundaries, indicate-empty-lines and
16249 show-trailing-whitespace.
16250 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16251 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16252 (desktop-clear-preserve-buffers-regexp): Delete.
16253 (desktop-clear-preserve-buffers): Update initial value and docstring.
16254 (desktop-save-buffer): Fix doc string.
16255
16256 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16257 (hilit-chg-desktop-restore): New function.
16258 (highlight-changes-mode): Add highlight-changes-mode to
16259 desktop-locals-to-save.
16260
16261 * dired.el: Add handler to desktop-buffer-mode-handlers.
16262 (dired-restore-desktop-buffer): Remove autoload cookie.
16263 (dired-mode): Add autoload cookie.
16264
16265 * info.el: Add handler to desktop-buffer-mode-handlers.
16266 (Info-restore-desktop-buffer): Remove autoload cookie.
16267 (Info-mode): Add autoload cookie.
16268
16269 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16270 (mh-restore-desktop-buffer): Remove autoload cookie.
16271 (mh-folder-mode): Add autoload cookie.
16272
16273 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16274 (rmail-restore-desktop-buffer): Remove autoload cookie.
16275
16276 2005-08-11 Masatake YAMATO <jet@gyve.org>
16277
16278 * hexl.el (hexl-address-region):
16279 (hexl-ascii-region, hexl-font-lock-keywords):
16280 (hexl-highlight-line-range): Use the term "region"
16281 instead of "area" for consistency with the other symbols
16282 defined in hexl.el.
16283
16284 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16285
16286 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16287 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16288 out by Juri Linkov). Add `display-battery-mode'.
16289
16290 2005-08-09 Juri Linkov <juri@jurta.org>
16291
16292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16293 Remove `-text' from face variable names.
16294 (compilation-error-file-name, compilation-warning-file-name)
16295 (compilation-info-file-name): Delete faces.
16296 (compilation-line-number, compilation-column-number):
16297 Remove face underlining.
16298 (compilation-message-face): Set to `underline' value by default.
16299 (compilation-error-face, compilation-warning-face)
16300 (compilation-info-face): Remove `-file-name' from face names.
16301 (compilation-error-text-face, compilation-warning-text-face)
16302 (compilation-info-text-face): Delete face variables.
16303 (compilation-text-face): Delete function.
16304
16305 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16306 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16307 (grep-error-face): Set to `compilation-error' instead of
16308 `compilation-error-face' (which is redefined to `grep-hit-face' in
16309 grep buffers).
16310 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16311 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16312
16313 * dired-aux.el (dired-do-query-replace-regexp):
16314 Use `query-replace-read-args'.
16315
16316 * replace.el (query-replace-read-from, query-replace-read-to)
16317 (query-replace-read-args): Rename arg `string' to `prompt'.
16318
16319 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16320
16321 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16322
16323 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16324 uploading files.
16325 (ange-ftp-canonize-filename): Handle file names beginning with ~
16326 correctly.
16327
16328 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16329
16330 * textmodes/fill.el (canonically-space-region)
16331 (fill-context-prefix, fill-french-nobreak-p)
16332 (fill-delete-newlines, fill-comment-paragraph)
16333 (justify-current-line): "?\ " -> "?\s".
16334
16335 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16336
16337 * textmodes/fill.el (fill-nonuniform-paragraphs):
16338 Improve argument/docstring consistency.
16339
16340 2005-08-09 Richard M. Stallman <rms@gnu.org>
16341
16342 * textmodes/ispell.el (ispell-word): More fboundp checks.
16343
16344 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16345 (find-file-noselect-1): Call it here, only if RAWFILE.
16346 (normal-mode): Always set some major mode.
16347 (save-some-buffers-action-alist): Change some explanation strings.
16348 (file-name-non-special): In the `quote' method, use unwind-protect.
16349
16350 2005-08-09 Magnus Henoch <mange@freemail.hu>
16351
16352 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16353 (ispell-have-aspell-dictionaries): New variable.
16354 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16355 (ispell-get-aspell-config-value): New function.
16356 (ispell-aspell-find-dictionary): New function.
16357 (ispell-aspell-add-aliases): New function.
16358 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16359 appropriate. Don't look for ispell dictionaries if we use aspell.
16360 (ispell-menu-map): Don't build a submenu of dictionaries.
16361
16362 2005-08-09 Richard M. Stallman <rms@gnu.org>
16363
16364 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16365 (sql-read-passwd): Use read-passwd.
16366
16367 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16368 (idlwave-toolbar-is-possible): Add defvars.
16369
16370 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16371 Avoid warnings.
16372
16373 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16374 (idlwave-system-class-info, idlwave-executive-commands-alist):
16375 Use defvar.
16376
16377 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16378
16379 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16380 Avoid warnings.
16381
16382 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16383 and content-type: headers.
16384
16385 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16386
16387 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16388 and rename some of them to be more self-explanatory.
16389
16390 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16391
16392 * startup.el (command-line-1): Implement -scriptload.
16393
16394 * replace.el (occur-engine): Initial *Occur* output not undoable.
16395
16396 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16397 and improve help strings.
16398
16399 * isearch.el (isearch-repeat): When changing direction,
16400 mark search successful.
16401
16402 * ediff-init.el: Use (featurep 'xemacs).
16403
16404 * comint.el (send-invisible): Identify buffer, if not selected.
16405
16406 * align.el: Delete autoload for c-guess-basic-syntax.
16407
16408 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16409
16410 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16411 Improve argument/docstring consistency. Doc fixes.
16412 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16413 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16414 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16415 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16416 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16417 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16418 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16419 Defvar at compile time.
16420
16421 2005-08-09 Juri Linkov <juri@jurta.org>
16422
16423 * info.el: Replace `info' with upper-case `Info' where appropriate.
16424 (info-title-1, info-title-2, info-title-3, info-title-4)
16425 (info-menu-header): Move up face definitions.
16426 (info-menu-star): Rename from `info-menu-5'.
16427 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16428 (Info-fontify-visited-nodes): Fix docstring.
16429 (Info-hide-note-references): Fix docstring.
16430 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16431 menu items in the same way as on cross-references.
16432 (info-apropos): Fix sorting order and formatting to be like in the
16433 stand-alone Info browser. Display error messages for 1 sec.
16434 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16435 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16436 from the menu bar.
16437 (Info-insert-dir): Restore point after calling
16438 `insert-buffer-substring'.
16439
16440 2005-08-08 Richard M. Stallman <rms@gnu.org>
16441
16442 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16443 (recompute-lucid-menubar): Add defvars.
16444
16445 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16446
16447 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16448
16449 * net/net-utils.el (run-dig): Rename from `dig'.
16450
16451 * play/gametree.el (gametree-mode): Use make-local-variable,
16452 not make-variable-buffer-local.
16453
16454 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16455
16456 * ansi-color.el (ansi-color-make-extent)
16457 (ansi-color-set-extent-face): Use fboundp, not functionp.
16458
16459 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16460 not make-variable-buffer-local.
16461
16462 * bookmark.el (Info-current-file): Add defvar.
16463 (bookmark-jump-noselect): Use with-no-warnings.
16464
16465 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16466
16467 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16468
16469 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16470
16471 * find-file.el (ada-procedure-start-regexp)
16472 (ada-package-start-regexp): Add defvars.
16473
16474 * info.el (Info-insert-dir): Use insert-buffer-substring.
16475
16476 * xml.el (xml-att-def-re): Add defvar.
16477
16478 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16479 calling convention.
16480
16481 * subr.el (while-no-input): Return t if there is input.
16482
16483 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16484
16485 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16486
16487 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16488
16489 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16490 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16491
16492 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16493
16494 * cmuscheme.el (scheme-start-file): Replace reference to
16495 `user-emacs-directory' by "~/.emacs.d/".
16496
16497 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16498
16499 * info.el (Info-dir-remove-duplicates): Avoid case folding
16500 in loop; instead, keep downcased strings for comparison.
16501 Suggested by Helmut Eller.
16502
16503 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16504
16505 Sync with Tramp 2.0.50.
16506
16507 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16508 XEmacs case; not necessary anymore.
16509 (tramp-user-regexp): Allow "@" as part of user name.
16510 (tramp-handle-set-visited-file-modtime)
16511 (tramp-handle-insert-file-contents)
16512 (tramp-handle-write-region): No special handling for
16513 `last-coding-system-used, because this is done in
16514 `tramp-accept-process-output' now.
16515 (tramp-accept-process-output): New defun.
16516 (tramp-process-one-action, tramp-process-one-multi-action)
16517 (tramp-wait-for-regexp, tramp-wait-for-output)
16518 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16519 Howells <dhowells@redhat.com>.
16520 (clear-visited-file-modtime): Defadvice removed. The check for
16521 unset buffer's modtime does not need to be based on
16522 `tramp-buffer-file-attributes'. Suggested by RMS.
16523 (tramp-message): Insert "\n" if not being at beginning of line.
16524 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16525 sequence with same logic.
16526 (tramp-completion-handle-expand-file-name): Discard call of
16527 `tramp-drop-volume-letter'. It is not necessary, and there have
16528 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16529 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16530 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16531 should always be visible.
16532 (tramp-handle-insert-directory, tramp-setup-complete)
16533 (tramp-set-process-query-on-exit-flag)
16534 (tramp-append-tramp-buffers): Pacify byte-compiler.
16535 (tramp-bug): Delete non-existing variables from list.
16536 Apply `tramp-load-report-modules' as pre-hook.
16537 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16538 `shell-prompt-pattern' because of non-7bit characters.
16539 Reported by Sebastian Luque <sluque@mun.ca>.
16540 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16541 (tramp-match-string-list): Remove function.
16542 (tramp-wait-for-regexp): Remove call of that function.
16543 Suggested by Kim F. Storm <storm@cua.dk>.
16544 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16545 instead of octal character code ?\600. The latter resulted in a
16546 syntax error with XEmacs.
16547
16548 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16549 XEmacs case; not necessary anymore.
16550 (tramp-smb-handle-write-region): No special handling for
16551 `last-coding-system-used, because this is done in
16552 `tramp-accept-process-output' now.
16553 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16554
16555 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16556
16557 * wid-edit.el (widget-choice-value-create):
16558 Unconditionally respect user choice. Set :explicit-choice back to nil
16559 when no longer needed.
16560 (widget-choice-action): Unconditionally respect user choice.
16561 Eliminate :explicit-choice-value.
16562
16563 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16564
16565 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16566 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16567 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16568 running new function `toggle-indicate-empty-lines'.
16569 Rename "Customize" item to "Customize fringe".
16570 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16571 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16572 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16573 Delete "Empty lines only" item.
16574 (menu-bar-showhide-fringe-ind-customize): New function.
16575 (menu-bar-showhide-fringe-ind-mixed)
16576 (menu-bar-showhide-fringe-ind-box)
16577 (menu-bar-showhide-fringe-ind-right)
16578 (menu-bar-showhide-fringe-ind-left)
16579 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16580 instead of `fringe-indicators'.
16581
16582 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16583
16584 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16585 Change the date of last update.
16586
16587 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16588
16589 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16590 (viper-exec-yank, viper-put-back): Don't display modification msg
16591 if in the minibuffer.
16592
16593 * viper-init.el (viper-replace-overlay-cursor-color)
16594 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16595 Make variables frame local.
16596
16597 * viper-util.el (viper-append-filter-alist): Use append instead of
16598 nconc.
16599
16600 * viper.el (viper-vi-state-mode-list)
16601 (viper-emacs-state-mode-list): Move help-mode and
16602 completion-list-mode from the first list to the second.
16603 (viper-mode): Docstring.
16604 (viper-go-away, viper-non-hook-settings): Don't localize
16605 minor-mode-alist in newer Emacsen. Add advice to
16606 set-cursor-color. Don't bind "\C-c\\".
16607
16608 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16609
16610 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16611 (scheme-macro-expand-command): New user options.
16612 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16613 (scheme-form-at-point, scheme-start-file)
16614 (scheme-interactively-start-process): New functions.
16615 (scheme-get-process): New function, extracted from `scheme-proc'.
16616 (run-scheme): Call `scheme-start-file' to get start file, and pass
16617 it to `make-comint'.
16618 (switch-to-scheme, scheme-proc):
16619 Call `scheme-interactively-start-process' if no Scheme buffer/process
16620 is available.
16621
16622 2005-08-06 Juri Linkov <juri@jurta.org>
16623
16624 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16625 Use `compilation-text-face', `compilation-info-text-face' and
16626 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16627 (compilation-error): New face.
16628 (compilation-error-file-name): Inherit from
16629 `compilation-error' instead of `font-lock-warning-face'.
16630 (compilation-warning-file-name): Inherit from
16631 `compilation-warning' instead of `font-lock-warning-face'.
16632 (compilation-info, compilation-error-file-name)
16633 (compilation-warning-file-name, compilation-info-file-name)
16634 (compilation-line-number, compilation-column-number): Doc fix.
16635 (compilation-error-text-face, compilation-warning-text-face)
16636 (compilation-info-text-face): New face variables.
16637 (compilation-line-face, compilation-column-face)
16638 (compilation-enter-directory-face)
16639 (compilation-leave-directory-face): Doc fix.
16640 (compilation-text-face): New function.
16641
16642 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16643 instead of 1 to display binary file names as info file links.
16644 (grep-error-face): Use `compilation-error-face' instead of
16645 `font-lock-keyword-face'.
16646 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16647 and `compilation-warning-text-face' instead of
16648 `font-lock-keyword-face'. Use `compilation-error-text-face'
16649 instead of `grep-error-face'.
16650
16651 2005-08-05 Kenichi Handa <handa@m17n.org>
16652
16653 * international/code-pages.el: Add autoload cookies for all coding
16654 systems.
16655
16656 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16657
16658 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16659
16660 2005-08-04 Juri Linkov <juri@jurta.org>
16661
16662 * progmodes/compile.el (compilation-mode-map):
16663 * progmodes/grep.el (grep-mode-map):
16664 Bind TAB to `compilation-next-error' and [backtab] to
16665 `compilation-previous-error'.
16666
16667 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16668 matching line numbers, column numbers and their ranges with regexp
16669 matching only line numbers.
16670 (grep-context-face): New face variable.
16671 (grep-mode-font-lock-keywords): Use it.
16672
16673 * faces.el (read-face-name): Delete duplicate faces.
16674
16675 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * thumbs.el (thumbs-find-image): Don't make variables
16678 automatically buffer local.
16679 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16680 (thumbs-image-num): Make automatically buffer local.
16681 (thumbs-show-thumbs-list): Use `make-local-variable', not
16682 `make-variable-buffer-local'.
16683 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16684
16685 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16686 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16687 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16688 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16689 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16690 (feelings-about, foullst, found, hello, history, howareyoulst)
16691 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16692 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16693 (neglst, obj, object, owner, please, problems, qlist)
16694 (random-adjective, relation, remlst, repetitive-shortness)
16695 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16696 (shortlst, something, sportslst, stallmanlst, states, subj)
16697 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16698 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16699 Defvar at compile time.
16700
16701 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16702 not `make-variable-buffer-local'.
16703
16704 2005-08-02 Kim F. Storm <storm@cua.dk>
16705
16706 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16707 rectangle overlay in selected window.
16708
16709 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16710
16711 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16712 instead of display group. Make `indicate-buffer-boundaries'
16713 customizable through Custom.
16714
16715 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16716
16717 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16718 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16719 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16720 (gdb-put-string): Fix typos in docstrings.
16721
16722 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16723
16724 Update copyright notices of files in progmodes directory for
16725 release of Emacs 22.1.
16726
16727 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16728
16729 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16730 Don't barf if the GUD buffer has been killed.
16731
16732 2005-08-01 Kim F. Storm <storm@cua.dk>
16733
16734 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16735
16736 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16737
16738 * simple.el (next-error-follow-minor-mode):
16739 make-variable-buffer-local -> make-local-variable.
16740
16741 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16742
16743 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16744 (byte-compile-form-make-variable-buffer-local): New functions to warn
16745 about misuses of make-variable-buffer-local where make-local-variable
16746 was meant.
16747
16748 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16749
16750 * bs.el (bs-attributes-list): Doc fix.
16751 (bs): Update url-link.
16752
16753 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16754 (desktop-load-default): Simplify.
16755
16756 * ibuffer.el (ibuffer-columnize-and-insert-list)
16757 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16758 (ibuffer-unmark-all, ibuffer-toggle-marks)
16759 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16760 (ibuffer-compile-make-format-form, ibuffer-format-column)
16761 (ibuffer-current-buffers-with-marks)
16762 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16763 (ibuffer): Doc fix.
16764 (ibuffer-mode): Fix typo in docstring.
16765 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16766 with `define-obsolete-variable-alias'.
16767 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16768
16769 2005-07-29 Kenichi Handa <handa@m17n.org>
16770
16771 * international/mule-cmds.el (select-message-coding-system):
16772 Be sure to use LF for end-of-line. If no coding system is decided,
16773 return iso-8859-1-unix.
16774
16775 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16778 (ange-ftp-pending-error-line): New vars.
16779 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16780 to handle the non-fatal no-route-to-host messages.
16781 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16782
16783 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16784
16785 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16786 (isearch-quote-char, isearch-printing-char)
16787 (isearch-text-char-description): "?\ " -> "?\s".
16788 (isearch-lazy-highlight-cleanup)
16789 (isearch-lazy-highlight-initial-delay)
16790 (isearch-lazy-highlight-interval)
16791 (isearch-lazy-highlight-max-at-a-time)
16792 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16793 Declare with define-obsolete-*-alias macros.
16794 (isearch-forward): Fix typo in docstring.
16795 (search-invisible, search-ring-yank-pointer)
16796 (regexp-search-ring-yank-pointer): Doc fixes.
16797
16798 * recentf.el (recentf-menu-append-commands-p): Declare with
16799 `define-obsolete-variable-alias'.
16800 (recentf-max-saved-items, recentf-menu-filter)
16801 (recentf-arrange-by-rule-subfilter): Doc fixes.
16802 (recentf-menu-append-commands-flag)
16803 (recentf-initialize-file-name-history, recentf-expand-file-name)
16804 (recentf-clear-data): Fix typos in docstrings.
16805
16806 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16807
16808 * progmodes/gdb-ui.el: Smarten comments.
16809 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16810
16811 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16812
16813 * term/apollo.el (terminal-init-apollo): New function containing
16814 all former top level forms in the file.
16815 * term/bobcat.el (terminal-init-bobcat):
16816 * term/cygwin.el (terminal-init-cygwin):
16817 * term/iris-ansi.el (terminal-init-iris-ansi):
16818 * term/linux.el (terminal-init-linux):
16819 * term/news.el (terminal-init-news):
16820 * term/rxvt.el (terminal-init-rxvt):
16821 * term/sun.el (terminal-init-sun):
16822 * term/tvi970.el (terminal-init-tvi970):
16823 * term/vt100.el (terminal-init-vt100):
16824 * term/vt102.el (terminal-init-vt102):
16825 * term/vt125.el (terminal-init-vt125):
16826 * term/vt200.el (terminal-init-vt200):
16827 * term/vt201.el (terminal-init-vt201):
16828 * term/vt220.el (terminal-init-vt220):
16829 * term/vt240.el (terminal-init-vt240):
16830 * term/vt300.el (terminal-init-vt300):
16831 * term/vt320.el (terminal-init-vt320):
16832 * term/vt400.el (terminal-init-vt400):
16833 * term/vt420.el (terminal-init-vt420):
16834 * term/wyse50.el (terminal-init-wyse50):
16835 * term/xterm.el (terminal-init-xterm): Likewise.
16836
16837 * term/README: Describe the terminal-init-* functionality.
16838
16839 * startup.el (command-line): After loading the terminal initialization
16840 file call the corresponding terminal initialization function.
16841
16842 2005-07-27 Kenichi Handa <handa@m17n.org>
16843
16844 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16845 negative.
16846
16847 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16848 (ps-mule-composition-prologue): Fix for the case that
16849 RelativeCompose is false.
16850
16851 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16854
16855 * descr-text.el (describe-char): Handle the case where the list of
16856 chars is displayed in a separate frame.
16857 Be a bit more discriminating when looking for the char.
16858
16859 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16860
16861 * bookmark.el (bookmark-automatically-show-annotations)
16862 (bookmark-read-annotation-text-func): Doc fixes.
16863 (bookmark-save): Improve argument/docstring consistency.
16864 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16865 (bookmark-alist-from-buffer)
16866 (bookmark-upgrade-file-format-from-0)
16867 (bookmark-grok-file-format-version)
16868 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16869 (bookmark-read-annotation-mode)
16870 (bookmark-insert-current-bookmark, bookmark-jump)
16871 (bookmark-exit-hook): Fix typos in docstrings.
16872 (bookmark-exit-hooks): Define as obsolete alias.
16873 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16874 not `bookmark-exit-hooks'. Fix docstring.
16875 (bookmark-bmenu-select): "?\ " -> "?\s".
16876
16877 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16878
16879 * startup.el (command-line): Fix typo.
16880
16881 2005-07-24 Richard M. Stallman <rms@gnu.org>
16882
16883 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16884 not emacs-quick-startup.
16885
16886 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16887
16888 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16889 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16890 instead of `reb-with-current-window'.
16891 (reb-prev-match): Likewise. Also, don't move left if the search
16892 was unsuccessful.
16893 (reb-initialize-buffer): New function.
16894 (re-builder, reb-change-syntax): Use it.
16895
16896 * man.el (Man-goto-page): Make second argument NOERROR optional.
16897
16898 2005-07-23 Richard M. Stallman <rms@gnu.org>
16899
16900 * man.el (Man-bgproc-sentinel): Check here for failure to find
16901 any man page in the output, and report the error here.
16902 (Man-arguments): Make it permanent local.
16903 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16904 (Man-mode): Pass t for NOERROR.
16905
16906 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16907 (grep-mode-font-lock-keywords):
16908 Don't use compilation-...-face for messages that are not file names.
16909
16910 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16911 Don't use compilation-...-face for messages that are not file names.
16912
16913 2005-07-22 Juri Linkov <juri@jurta.org>
16914
16915 * startup.el (normal-splash-screen): Update menu name.
16916
16917 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16918
16919 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16920
16921 * term/xterm.el: Load term/rxvt if the terminal is actually an
16922 rxvt terminal.
16923 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16924
16925 * term/rxvt.el (function-key-map): Use substitute-key-definition
16926 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16927
16928 * term/cygwin.el: New file.
16929
16930 2005-07-22 Kim F. Storm <storm@cua.dk>
16931
16932 * image-file.el (insert-image-file, image-file-yank-handler):
16933 Fix last change to maintain a (unique) yank-handler on yanked images.
16934
16935 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16936
16937 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16938 of the file size (as in "177B" for 177 bytes). This happens with
16939 "ls -lh" on FreeBSD.
16940
16941 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16942
16943 * hilit-chg.el (highlight-changes-global-initial-state)
16944 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16945 (hilit-chg-fixup, highlight-changes-mode):
16946 Fix typos in docstrings.
16947 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16948 Doc fixes.
16949
16950 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16951
16952 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16953 mode function using `eval-after-load'.
16954
16955 2005-07-21 Kim F. Storm <storm@cua.dk>
16956
16957 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16958 included when reporting an emacs crash, and tell about the DEBUG file.
16959
16960 * image-file.el (insert-image-file): Add yank-handler.
16961 (image-file-yank-handler): Yank handler to make unique copies of
16962 images when they are yanked into a buffer next to each other.
16963
16964 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16965
16966 * comint.el (comint-use-prompt-regexp, comint-send-input)
16967 (comint-source-default, comint-extract-string)
16968 (comint-get-source, comint-word, comint-completion)
16969 (comint-source, comint-prompt-read-only, comint-update-fence):
16970 Fix typos in docstrings.
16971 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16972 Declare with define-obsolete-*-alias macros.
16973 (comint-previous-matching-input-from-input)
16974 (comint-next-matching-input-from-input)
16975 (comint-previous-matching-input, comint-next-matching-input)
16976 (comint-forward-matching-input):
16977 Improve argument/docstring consistency.
16978
16979 * desktop.el (desktop-clear-preserve-buffers-regexp):
16980 Also preserve the *server* buffer.
16981
16982 * simple.el (clone-indirect-buffer): Doc fix.
16983 (fixup-whitespace, just-one-space)
16984 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16985 (next-error, next-error-highlight)
16986 (next-error-highlight-no-select, next-error-last-buffer)
16987 (next-error-buffer-p, next-error-find-buffer, next-error)
16988 (previous-error, next-error-no-select, previous-error-no-select)
16989 (open-line, split-line, minibuffer-prompt-width, kill-new)
16990 (binary-overwrite-mode): Fix typos in docstrings.
16991 (set-fill-column): Fix typo in message.
16992
16993 * skeleton.el (skeleton-proxy-new): Doc fix.
16994
16995 * strokes.el (strokes-load-hook): Doc fix.
16996 (strokes-grid-resolution, strokes-get-grid-position)
16997 (strokes-renormalize-to-grid, strokes-read-stroke)
16998 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16999 (strokes-global-map): Fix typos in docstrings.
17000 (strokes-help): Doc fix. Fix help message and pass it through
17001 `substitute-command-keys'.
17002
17003 * tempo.el (tempo-insert-prompt, tempo-interactive)
17004 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17005 (tempo-insert-string-functions, tempo-local-tags)
17006 (tempo-define-template, tempo-insert-template)
17007 (tempo-insert-prompt-compat, tempo-is-user-element)
17008 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17009 Fix typos in docstrings.
17010
17011 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17012 (vcursor-key-bindings, vcursor-use-vcursor-map)
17013 (vcursor-find-window, vcursor-scroll-down)
17014 (vcursor-disable, vcursor-beginning-of-buffer)
17015 (vcursor-end-of-buffer): Fix typos in docstrings.
17016 (vcursor-relative-move, vcursor-get-char-count):
17017 Improve argument/docstring consistency.
17018
17019 * version.el: "?\ " -> "?\s".
17020
17021 * wid-edit.el (widget-default-create, widget-after-change)
17022 (widget-default-format-handler, widget-checklist-add-item)
17023 (widget-radio-add-item, widget-choose, widget-specify-secret)
17024 (widget-field-value-create, widget-field-value-get)
17025 (widget-editable-list-format-handler)
17026 (widget-editable-list-entry-create, widget-group-value-create)
17027 (widget-documentation-link-add)
17028 (widget-documentation-string-value-create): "?\ " -> "?\s".
17029 (widget-convert-text): Doc fix.
17030 (widget-narrow-to-field, widget-field-find)
17031 (widget-url-link-action, widget-emacs-library-link-action)
17032 (widget-color-notify): Fix typos in docstrings.
17033
17034 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17035 (x-select-text, set-w32-system-coding-system)
17036 (w32-add-charset-info): Fix typos in docstrings.
17037
17038 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17039 (cua-enable-cua-keys, cua-use-hyper-key)
17040 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17041 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17042
17043 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17044
17045 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17046 `defalias' instead of faking it.
17047
17048 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17049 (eshell-ls-missing, eshell-ls-dired-initial-args)
17050 (eshell-ls-use-in-dired): Fix typos in docstrings.
17051
17052 2005-07-20 Kim F. Storm <storm@cua.dk>
17053
17054 * emulation/cua-base.el (cua-mode): Improve doc string.
17055
17056 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17057
17058 * abbrev.el (expand-region-abbrevs): Doc fix.
17059 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17060 Improve argument/docstring consistency.
17061
17062 * arc-mode.el (archive-get-descr, archive-alternate-display):
17063 Doc fixes.
17064 (archive-l-e): Improve argument/docstring consistency.
17065 (archive-tmpdir, archive-unixdate, archive-unixtime)
17066 (archive-chmod-entry): Fix typos in docstrings.
17067 (archive-unflag, archive-unflag-backwards)
17068 (archive-unmark-all-files): "?\ " -> "?\s".
17069
17070 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17071 (Buffer-menu-not-modified, Buffer-menu-execute)
17072 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17073 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17074
17075 * composite.el (compose-string, encode-composition-rule)
17076 (compose-last-chars): Fix typos in docstrings.
17077
17078 * desktop.el (desktop-enable, desktop-basefilename):
17079 Declare with `define-obsolete-variable-alias'.
17080 (desktop-internal-v2s): Don't quote keywords.
17081 (desktop-clear): "?\ " -> "?\s".
17082
17083 * dired.el (dired-align-file, dired-flag-backup-files)
17084 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17085 (dired-listing-switches, dired-ls-F-marks-symlinks)
17086 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17087 (dired-directory, dired-faces, dired, dired-revert)
17088 (dired-mode, dired-summary, dired-view-file)
17089 (dired-copy-filename-as-kill, dired-delete-file)
17090 (dired-no-confirm, dired-unmark-all-marks)
17091 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17092 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17093 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17094 Fix typos in message strings.
17095
17096 * dired-x.el (virtual-dired): Declare with `defalias'.
17097 (dired-mark-unmarked-files, dired-local-variables-file)
17098 (dired-omit-here-always): Doc fix.
17099 (dired-omit-mode, dired-find-subdir)
17100 (dired-enable-local-variables, dired-clean-up-buffers-too)
17101 (dired-extra-startup, dired-mark-extension, dired-jump)
17102 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17103 (dired-smart-shell-command, dired-guess-shell-alist-user)
17104 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17105 (dired-x-bind-find-file, dired-x-submit-report):
17106 Fix typos in docstrings.
17107 (dired-mark-unmarked-files): "?\ " -> "?\s".
17108
17109 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17110
17111 * faces.el (describe-face): "?\ " -> "?\s".
17112 (read-all-face-attributes, read-face-font, modify-face)
17113 (face-attr-construct, italic): Fix typos in docstrings.
17114 (frame-update-face-colors): Declare with
17115 `define-obsolete-function-alias'.
17116
17117 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17118 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17119 (magic-mode-alist, buffer-file-numbers-unique)
17120 (write-file-functions, get-free-disk-space):
17121 Fix typos in docstrings.
17122 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17123 (write-contents-hooks, write-file-hooks):
17124 Declare with `define-obsolete-variable-alias'.
17125
17126 * forms-d2.el (arch-rj): Fix typo in docstrings.
17127 (arch-tocol): Likewise. "?\ " -> "?\s".
17128
17129 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17130 Fix typo in docstring.
17131 (set-screen-width, set-screen-height): Delete redundant info in
17132 doctrings.
17133 (new-frame, screen-height, screen-width): Declare with
17134 `define-obsolete-function-alias'.
17135 (delete-frame-hook, blink-cursor): Declare with
17136 `define-obsolete-variable-alias'.
17137
17138 * paths.el (prune-directory-list): Fix typos in docstring.
17139
17140 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17141 (cvs-prefix-get): Fix typos in docstrings.
17142
17143 * ps-print.el (ps-extend-face-list, ps-extend-face)
17144 (ps-print-background-image): Fix typos in docstrings.
17145 (ps-default-fg, ps-default-bg): Doc fixes.
17146
17147 * s-region.el (s-region-bind): Doc fix.
17148 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17149
17150 * textmodes/org.el (org-table-formula-substitute-names)
17151 (org-table-get-vertical-vector): Doc fixes.
17152 (org-table-recalculate): Remove unused argument to `message'.
17153
17154 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17155
17156 * textmodes/org.el (org-table-column-names)
17157 (org-table-column-name-regexp)
17158 (org-table-named-field-locations): New variables.
17159 (org-archive-subtree): Protect `this-command' when calling
17160 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17161 the kill buffer.
17162 (org-complete): Remove fixed-formula completion.
17163 (org-edit-formulas-map): New variable.
17164 (org-table-edit-formulas): New command.
17165 (org-finish-edit-formulas, org-abort-edit-formulas)
17166 (org-show-variable, org-table-get-vertical-vector): New functions.
17167 (org-table-maybe-eval-formula): Handle `:=' fields.
17168 (org-table-get-stored-formulas, org-table-store-formulas)
17169 (org-table-get-formula, org-table-modify-formulas)
17170 (org-table-replace-in-formulas): Handle named field formulas.
17171 (org-table-get-specials): Store locations of named fields.
17172
17173 2005-07-19 Juri Linkov <juri@jurta.org>
17174
17175 * progmodes/grep.el (grep-regexp-alist)
17176 (grep-mode-font-lock-keywords, grep-process-setup):
17177 Use default GNU grep match color "01;31m" instead of "01;41m".
17178 (grep-regexp-alist, grep-mode-font-lock-keywords):
17179 Use `\\[[0-9]*m' instead of `\\[00m'.
17180 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17181 sgr_start where its handling is more important. Use the real
17182 length of sgr_start instead of constant 8.
17183 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17184 specially. Delete all remaining escape sequences.
17185 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17186 (grep-regexp-alist): Make hyperlink only for binary file name
17187 instead of the whole line.
17188 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17189 (grep-mode): Add autoload.
17190
17191 * emacs-lisp/find-func.el (find-function-regexp):
17192 Add `define-compilation-mode'.
17193
17194 2005-07-19 Juri Linkov <juri@jurta.org>
17195
17196 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17197 (compare-windows-sync-string-size, compare-windows-recenter)
17198 (compare-windows-highlight, compare-windows): Add version 22.1.
17199 (compare-windows) <defface>: Inherit from lazy-highlight instead
17200 of duplicating its default value.
17201
17202 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17203 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17204
17205 * descr-text.el (describe-char): Create link buttons for `charset'
17206 and `code point'. Add the current input method name with a link
17207 button to `to input' field. Print face names of display table
17208 characters in `The display table entry is displayed by' section
17209 instead of printing face-id in the `display' field.
17210 Guess hardcoded faces and create a link button for them.
17211 Skip empty fields when calculating max-width.
17212 Treat `widget-create' specially while inserting strings from the
17213 collected field list.
17214 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17215
17216 * diff-mode.el (diff-file-header): Change foreground color from
17217 yellow to green on light backgrounds.
17218 (diff-context): Inherit from `shadow' only for color/grayscale
17219 with more than 88 colors.
17220 (diff-indicator-removed, diff-indicator-added)
17221 (diff-indicator-changed): New faces.
17222 (diff-font-lock-keywords): Use new faces. Regroup rules.
17223 Add "^---$" for `normal' diff format. Fontify `#' lines with
17224 font-lock-comment-delimiter-face and font-lock-comment-face.
17225 Add `#' to ^[^...] in the rule for `diff-context-face'.
17226
17227 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17228 a button-like box. Inherit from `highlight' on low colors.
17229 (shadow): Use shades of gray only for color/grayscale with
17230 more than 88 colors. Use green for light backgrounds with
17231 8 colors, and yellow for dark backgrounds with 8 colors.
17232
17233 * font-lock.el (font-lock-regexp-grouping-backslash):
17234 Don't inherit from escape-glyph (use bold for all cases).
17235
17236 * info.el (info-xref-visited): Use light foreground color `violet'
17237 for dark backgrounds instead of dark color `magenta3'.
17238 (info-title-1): Use `yellow' color for dark backgrounds.
17239
17240 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17241 too-light magenta2.
17242
17243 * replace.el (match): Use slightly more light RoyalBlue3 instead
17244 of dark RoyalBlue4.
17245
17246 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17247
17248 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17249
17250 * novice.el (disabled-command-hook): Declare it with
17251 `define-obsolete-variable-alias'.
17252
17253 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17254 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17255 (desktop-load-default): Add release to obsolescence info.
17256 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17257 (desktop-append-buffer-args, desktop-read):
17258 Fix typos in docstrings.
17259 (desktop-kill): Fix typo in message.
17260 (desktop-save): Doc fix.
17261
17262 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17263
17264 * viper-cmd.el (viper-escape-to-state): Bug fix.
17265 (viper-envelop-ESC-key): Change the definition of fast
17266 keysequence so it'll work with keyboard macros.
17267
17268 * ediff.el (ediff-patch-buffer): Change the docstring.
17269
17270 2005-07-19 Kenichi Handa <handa@m17n.org>
17271
17272 * international/mule-cmds.el (select-safe-coding-system): Try to
17273 use an auto-coding (if any) before anything else. If the found
17274 auto-coding is invalid, show a warning message.
17275
17276 * international/mule.el (find-auto-coding): New function created
17277 by modifying the body of set-auto-coding.
17278 (set-auto-coding): Use find-auto-coding to find a coding.
17279
17280 2005-07-18 Richard M. Stallman <rms@gnu.org>
17281
17282 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17283 not isearch-mode-end-hook-error.
17284 (allout-before-change-protect): Fix error message.
17285
17286 2005-07-18 Juri Linkov <juri@jurta.org>
17287
17288 * allout.el (allout-mode):
17289 * calculator.el (calculator-copy):
17290 * custom.el (custom-known-themes):
17291 * dired.el (dired-desktop-buffer-misc-data)
17292 (dired-restore-desktop-buffer):
17293 * dired-x.el (dired-omit-marker-char):
17294 * files.el (basic-save-buffer):
17295 * font-core.el (font-lock-mode):
17296 * calendar/calendar.el (calendar-goto-hebrew-date)
17297 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17298 (calendar-goto-persian-date):
17299 * language/ethio-util.el (ethio-sera-to-fidel-region):
17300 * textmodes/picture.el (picture-mode):
17301 Delete duplicate duplicate words.
17302
17303 2005-07-18 Juri Linkov <juri@jurta.org>
17304
17305 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17306 chars * ? } |.
17307 (isearch-fallback): Don't call `isearch-process-search-char'.
17308 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17309 (isearch-process-search-char): Call `isearch-fallback' for regexp
17310 chars * ? } |.
17311 (isearch-return-char): Make obsolete with `make-obsolete' instead
17312 of simply documenting it as obsolete in the docstring.
17313 (isearch-fallback): Refill docstring.
17314
17315 * international/isearch-x.el
17316 (isearch-process-search-multibyte-characters): Remove unneeded
17317 `concat'. Add intermediate values to `junk-hist' instead of
17318 `minibuffer-history'. Test the length of `str'.
17319
17320 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * allout.el (allout-resolve-xref): Fix typos in error strings.
17323 (allout-before-change-protect): Remove unneeded `concat'.
17324
17325 * array.el (array-mode, array-reconfigure-rows)
17326 (untabify-backward): Fix typos in docstrings.
17327 (array-reconfigure-rows): Use `insert-buffer-substring', not
17328 `insert-buffer'.
17329
17330 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17331 * progmodes/ada-mode.el (ada-make-body):
17332 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17333
17334 * dired.el (dired-log):
17335 * tar-mode.el (tar-subfile-save-buffer):
17336 * play/zone.el (zone-pgm-stress-destress):
17337 Use `insert-buffer-substring', not `insert-buffer'.
17338
17339 2005-07-17 Simon Josefsson <jas@extundo.com>
17340
17341 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17342
17343 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17344
17345 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17346 Add plain auth method.
17347 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17348
17349 2005-07-17 Kim F. Storm <storm@cua.dk>
17350
17351 * ido.el (dired-other-window): Add ido property.
17352
17353 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17354
17355 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17356 Fix typo in docstring.
17357 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17358 `insert-file-literally'.
17359
17360 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17361 info and delete redundant message. Doc fix.
17362 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17363 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17364
17365 2005-07-16 Richard M. Stallman <rms@gnu.org>
17366
17367 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17368 (byte-compile-and): Use byte-compile-and-recursion.
17369 (byte-compile-or-recursion): New function.
17370 (byte-compile-or): Use that.
17371 (byte-compile-if): Guard the else-clause too.
17372 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17373
17374 * isearch.el (isearch-mode-end-hook-quit): New variable.
17375 (isearch-done): Bind it.
17376 (isearch-mode-end-hook): Doc fix.
17377
17378 * allout.el (allout-isearch-did-quit): Variable deleted.
17379 (allout-real-isearch-abort): Function name no longer used.
17380 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17381 (allout-isearch-rectification): isearch-mode always exists.
17382 Don't set allout-isearch-did-quit.
17383 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17384 allout-isearch-did-quit.
17385 (allout-enwrap-isearch): Just add the hook.
17386 (allout-isearch-abort): Function deleted.
17387 (allout-pre-command-business): Avoid warning.
17388
17389 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17390 Correctly avoid warnings.
17391 (pascal-outline): Likewise.
17392
17393 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17394
17395 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17396
17397 * play/tetris.el (tetris-mode): Avoid warning.
17398
17399 * play/snake.el (snake-mode): Avoid warning.
17400
17401 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17402 (gamegrid-set-display-table): Avoid warning.
17403 (gamegrid-set-timer): Likewise.
17404 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17405 (gamegrid-add-score-with-update-game-score-1): Take FILE
17406 as argument.
17407 (gamegrid-add-score-with-update-game-score): Pass that argument.
17408 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17409
17410 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17411
17412 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17413 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17414
17415 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17416 and insert-file.
17417
17418 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17419 (sc-ask): Avoid warnings.
17420
17421 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17422 (eshell-hist-initialize): Use that var the natural way.
17423
17424 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17425
17426 * emacs-lisp/re-builder.el (reb-cook-regexp):
17427 Avoid warning calling lre-compile-string.
17428 (reb-color-display-p): Avoid warning.
17429
17430 * calculator.el (calculator-last-input): Guard uses
17431 of event-key and key-press-event-p.
17432 (event-key, key-press-event-p): Delete definitions.
17433
17434 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17435 (find-gc-source-directory, find-gc-subrs-callers)
17436 (find-gc-noreturn-list, find-gc-source-files)
17437 (find-gc-subrs-called): Vars renamed and defvar'd.
17438
17439 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17440 (checkdoc-overlay-put, checkdoc-delete-overlay)
17441 (checkdoc-overlay-start, checkdoc-overlay-end)
17442 (checkdoc-mode-line-update, checkdoc-char=):
17443 Define such that compiler knows they are defined.
17444 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17445 (checkdoc-read-event): Delete. Use read-event directly.
17446
17447 * whitespace.el (whitespace-make-overlay)
17448 (whitespace-overlay-put, whitespace-delete-overlay)
17449 (whitespace-overlay-start, whitespace-overlay-end):
17450 Define such that compiler knows they are defined.
17451 (whitespace): Move conditional inside.
17452
17453 * tempo.el (tempo-insert-template): Suppress warning.
17454
17455 * ediff-diff.el (longlines-mode): Add defvar.
17456
17457 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17458
17459 * server.el: Bind "C-x #" in a way that works even if C-x is
17460 redefined to a command key, not a prefix key.
17461
17462 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17463
17464 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17465 cl-make-type-test till execution time.
17466
17467 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17468
17469 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17470 arg ARG and use it.
17471
17472 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17473
17474 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17475
17476 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17477
17478 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17479 a defcustom with two :set or :type keywords.
17480
17481 2005-07-15 Richard M. Stallman <rms@gnu.org>
17482
17483 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17484 Don't give ^M comment-end syntax.
17485
17486 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17487
17488 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17489 Don't consider gdbmi (gdb-mi.el has its own update functions).
17490 (gdb-var-delete): Make it work for gdbmi as well.
17491 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17492
17493 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17494 (gud-speedbar-menu-items): Correct logic for enabling items.
17495
17496 2005-07-15 Kim F. Storm <storm@cua.dk>
17497
17498 * ido.el: Fix commentary.
17499 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17500 Use with-no-warnings around ffap-guesser.
17501 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17502 Let bind minibuffer-completing-file-name to t.
17503
17504 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17505
17506 * startup.el (site-run-file, keyboard-type): Doc fixes.
17507 (command-line): Check for "--basic-display" argument; also for
17508 "--quick", not "--bare-bones" (which was renamed).
17509 (fancy-splash-text): Add missing item "Getting New Versions".
17510 (normal-splash-screen): Fix typos and improve consistency with
17511 `fancy-splash-text'. Update copyright year.
17512
17513 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17514 valid binding for `help-char'.
17515
17516 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17517
17518 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17519
17520 * term.el (term-mode): Disable cua-mode for term buffers.
17521
17522 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17523
17524 * add-log.el (add-log-mailing-address, change-log-merge):
17525 Doc fixes.
17526 (change-log-get-method-definition): Fix typo in docstring.
17527
17528 2005-07-14 Kim F. Storm <storm@cua.dk>
17529
17530 * emulation/cua-base.el:
17531 (cua--pre-command-handler-1, cua--pre-command-handler)
17532 (cua--post-command-handler-1, cua--post-command-handler):
17533 Split in two. Check (buffer local) value of cua-mode.
17534 (cua-selection-mode): New command.
17535
17536 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17537
17538 * custom.el (custom-initialize-safe-set)
17539 (custom-initialize-safe-default): Doc fixes.
17540
17541 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17542 and simplify :init-value again.
17543
17544 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17545 and simplify :init-value again. Delete autoload.
17546
17547 * startup.el (command-line): Use `custom-reevaluate-setting' again
17548 for tooltip-mode.
17549
17550 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17551 a defcustom with two :initialize keywords.
17552
17553 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17554
17555 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17556 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17557 (allout-post-command-business, allout-flag-region)
17558 (isearch-reenable-font-lock, allout-yank)
17559 (allout-insert-latex-header, allout-insert-latex-trailer)
17560 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17561 (allout-latex-verb-quote): Fix typos in docstrings.
17562 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17563 (allout-unprotected, allout-prefix-data):
17564 Improve argument/docstring consistency.
17565 (allout-chart-subtree): Fix argument spec.
17566 (allout-open-topic): Rename `use_sib_bullet' argument to
17567 `use-sib-bullet'. Doc fix.
17568
17569 * whitespace.el (whitespace-check-buffer-leading)
17570 (whitespace-check-buffer-trailing)
17571 (whitespace-check-buffer-indent)
17572 (whitespace-check-buffer-spacetab)
17573 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17574 (whitespace-check-leading-whitespace)
17575 (whitespace-check-trailing-whitespace)
17576 (whitespace-check-spacetab-whitespace)
17577 (whitespace-check-indent-whitespace)
17578 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17579 (whitespace-modes): Fix typos in docstrings.
17580 (defgroup, defcustom): Doc fixes.
17581
17582 * winner.el (winner-mode, winner-boring-buffers)
17583 (winner-pending-undo-ring): Doc fixes.
17584 (winner-ring): Remove unneeded `progn'.
17585 (winner-equal): `defsubst' it.
17586 (winner-redo): Fix message.
17587
17588 2005-07-13 Kim F. Storm <storm@cua.dk>
17589
17590 * simple.el (line-move-1): Always use vertical-motion to
17591 do the last (or only) line move to ensure some movement.
17592 Undo 2005-06-23 change--don't check for overlays.
17593
17594 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17595
17596 * term/mac-win.el (ccl-encode-mac-roman-font)
17597 (ccl-encode-mac-centraleurroman-font)
17598 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17599 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17600 Change charset-id boundary of dimension to ?\xef.
17601 (mac-char-fontspec-list): New constant.
17602 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17603 argument. Nil uses itself as family in font-spec. Previous
17604 behavior for nil is now provided by non-nil non-string argument.
17605 All callers changed. Add font-specs for Mac fonts to
17606 "fontset-default" unless iso8859-1 fonts are installed.
17607
17608 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17611 a continuation line if the \ is preceded by SPC or TAB.
17612 (sh-get-indent-info): Simplify.
17613 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17614 Use with-current-buffer.
17615
17616 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17617 when the matched text is empty.
17618
17619 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17620
17621 * startup.el (command-line): Revert to previous handling of
17622 tooltip-mode. Explain in comment why the complexity is needed.
17623
17624 * tooltip.el (tooltip-mode): Revert to previous implementation of
17625 its defcustom.
17626
17627 * frame.el (blink-cursor-mode): Revert to previous implementation
17628 of its defcustom. Update comment.
17629
17630 2005-07-12 Lars Hansen <larsh@soem.dk>
17631
17632 * desktop.el: Update e-mail address.
17633
17634 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17635
17636 * term/mac-win.el (mac-services-mail-selection)
17637 (mac-services-mail-to): New functions.
17638 (mac-application-menu-map): Bind them.
17639
17640 2005-07-12 wulei <milton@wulei.net> (tiny change)
17641
17642 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17643
17644 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17645
17646 * custom.el (custom-reevaluate-setting): Doc fix.
17647
17648 2005-07-11 Jay Belanger <belanger@truman.edu>
17649
17650 * calc/calc.el (calc-embedded-announce-formula-alist)
17651 (calc-embedded-open-close-plain-alist)
17652 (calc-embedded-open-close-mode-alist): Add checks for additional
17653 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17654
17655 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17656
17657 * custom.el (custom-enable-theme): Don't add theme to
17658 `custom-enabled-themes' with `push' because there is no
17659 setf-method for `delq'.
17660
17661 2005-07-11 Richard M. Stallman <rms@gnu.org>
17662
17663 * custom.el (custom-declare-variable): Doc fix.
17664
17665 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17666 from the alists.
17667
17668 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17669 Do nothing if edebug-active.
17670
17671 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17672 (edebug-display): Do it here instead.
17673
17674 2005-07-10 Richard M. Stallman <rms@gnu.org>
17675
17676 * cus-face.el (custom-theme-set-faces): Make it work.
17677 (custom-reset-faces): Doc fix.
17678 (custom-theme-reset-internal-face, custom-theme-face-value):
17679 Functions deleted.
17680
17681 * custom.el (custom-push-theme): Maintain list of the settings
17682 of a given theme in its theme-settings property.
17683 Maintain position of old settings in the theme-value
17684 or theme-face property.
17685 (custom-enabled-themes): New variable.
17686 (custom-theme-enabled-p): New function.
17687 (provide-theme): Update custom-enabled-themes.
17688 Disable and reenable the `user' theme.
17689 (require-theme): Doc fix.
17690 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17691 (custom-theme-value, custom-theme-variable-value): Likewise.
17692 (custom-theme-reset-internal): Likewise.
17693 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17694 (custom-enable-theme, custom-disable-theme): New functions.
17695 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17696 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17697 (custom-theme-reset-variables): Simplify.
17698 (deftheme, custom-declare-theme, custom-make-theme-feature):
17699 Definitions moved.
17700
17701 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17702
17703 * longlines.el (longlines-show-region)
17704 (longlines-unshow-hard-newlines): Recognize hard newlines by
17705 non-nil hard property, instead of t.
17706
17707 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17708
17709 * viper-cmd.el (viper--key-maps): New variable.
17710 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17711 emulation-mode-map-alists.
17712 (viper-envelop-ESC-key): Use viper-subseq.
17713 (viper-search-forward/backward/next): Disable debug-on-error.
17714
17715 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17716 (viper-ESC-key): New defcustoms.
17717
17718 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17719
17720 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17721 (viper-subseq): Copy of subseq from cl.el.
17722
17723 * viper.el (viper-go-away, viper-set-hooks): Use
17724 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17725
17726 * viper-mous.el (viper-current-frame-saved): Use defvar.
17727
17728 * viper-init.el: Get rid of -face in face names.
17729
17730 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17731 Make it work with longlines mode
17732
17733 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17734
17735 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17736
17737 * ediff-init.el: Get rid of -face in face names.
17738
17739 2005-07-10 Richard M. Stallman <rms@gnu.org>
17740
17741 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17742 and with-timeout-unsuspend.
17743
17744 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17745 and with-timeout-unsuspend.
17746
17747 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17748 (with-timeout): Bind that variable to record timers.
17749 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17750
17751 * emacs-lisp/debug.el (debug-help-follow): New function.
17752 (debugger-mode-map): Use that instead of help-follow.
17753 (debugger-setup-buffer): Use eval-buffer-list
17754 to handle eval-buffer frames.
17755
17756 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17757
17758 * timezone.el (timezone-parse-date): Change first regexp
17759 so it will not mistakenly match dates with no time zone.
17760
17761 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17762
17763 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17764
17765 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17766
17767 * custom.el (custom-initialize-safe-set)
17768 (custom-initialize-safe-default): New functions.
17769
17770 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17771 and simplify :init-value.
17772
17773 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17774 and simplify :init-value. Delete obsolete comment.
17775
17776 * startup.el (command-line): Use `custom-reevaluate-setting' to
17777 handle `tooltip-mode'. Delete obsolete comment.
17778
17779 * files.el (set-visited-file-name): Avoid calling
17780 `file-name-nondirectory' with a nil argument.
17781
17782 2005-07-09 Richard M. Stallman <rms@gnu.org>
17783
17784 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17785 was called with nil for the buffer, handle the read position right.
17786 Handle read position for eval-region, too.
17787
17788 2005-07-09 Juri Linkov <juri@jurta.org>
17789
17790 * fringe.el (fringe-mode): Add period in docstring.
17791 (fringe-query-style): Build prompt depending on `all-frames' arg.
17792
17793 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17794 to not create links to unrelated functions in the Help buffer.
17795
17796 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17797 Doc fix.
17798
17799 * simple.el (next-error-hook): New variable.
17800 (next-error): Use it. Doc fix.
17801
17802 * textmodes/ispell.el (ispell-command-loop): Add current
17803 dictionary name and program name to mode-line-format.
17804 (ispell-region, ispell-process-line): Add current dictionary name
17805 and program name to messages.
17806
17807 2005-07-08 Jay Belanger <belanger@truman.edu>
17808
17809 * calc/calc.el (calc-embedded-announce-formula-alist)
17810 (calc-embedded-open-close-formula-alist)
17811 (calc-embedded-open-close-word-alist)
17812 (calc-embedded-open-close-plain-alist)
17813 (calc-embedded-open-close-new-formula-alist)
17814 (calc-embedded-open-close-mode-alist)
17815 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17816 (calc-embedded-mode-hook): New variables.
17817
17818 * calc/calc-embed.el (calc-embedded-firsttime)
17819 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17820 New variables.
17821 (calc-do-embedded): Use calc-embedded-firsttime,
17822 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17823 determine whether or not to run hooks.
17824 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17825 calc-embedded-firsttime-formula appropriately.
17826 Set calc-embedded delimiter variables according to mode.
17827
17828 2005-07-08 Richard M. Stallman <rms@gnu.org>
17829
17830 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17831 Check for "emacs", etc., as entire symbol, not just as word.
17832 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17833
17834 * files.el (set-visited-file-name): Report the error
17835 for "empty filename" earlier.
17836 (kill-some-buffers): Ignore buffers already dead.
17837
17838 * fringe.el (fringe-mode): Doc fix.
17839
17840 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17841 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17842 Use unwind-protect to ensure byte-compile-unresolved-functions
17843 is updated.
17844
17845 * whitespace.el (whitespace-buffer-leading-cleanup):
17846 Simplify w/ skip-chars-forward.
17847 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17848
17849 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17850 Unconditionally try to leave point at the same old place.
17851
17852 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17853
17854 * comint.el (comint-postoutput-scroll-to-bottom)
17855 (comint-show-maximum-output): Take scroll-margin into consideration.
17856
17857 2005-07-08 Kim F. Storm <storm@cua.dk>
17858
17859 * ido.el (ido-use-filename-at-point): New choice `guess'.
17860 (ido-file-internal): Try ffap-guesser if selected.
17861
17862 * ido.el (ido-before-fallback-functions): New hook.
17863 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17864 (ido-read-file-name): Run it.
17865
17866 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17869 strings rather than a list of symbols to the completion function.
17870
17871 2005-07-07 Jay Belanger <belanger@truman.edu>
17872
17873 * calc/calc-units.el (math-apply-units): Change the places in
17874 which units are simplified.
17875
17876 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17877
17878 * cus-edit.el (customize-option, customize-option-other-window):
17879 Make them handle aliases.
17880
17881 * custom.el (custom-variable-p): Make it recursively follow
17882 aliases. Mention that in the docstring.
17883
17884 2005-07-07 Richard M. Stallman <rms@gnu.org>
17885
17886 * cus-start.el (exec-path): Use `directory' instead of `file'.
17887 Fix tag for nil.
17888
17889 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17890
17891 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17892 when called non-interactively. Doc fix.
17893
17894 2005-07-07 Lute Kamstra <lute@gnu.org>
17895
17896 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17897 new address as well.
17898
17899 2005-07-07 Kenichi Handa <handa@m17n.org>
17900
17901 * international/mule.el (make-coding-system):
17902 Describe `ascii-incompatible' property in the docstring.
17903 (set-file-name-coding-system): Signal an error if coding-system is
17904 ascii-incompatible.
17905 (set-keyboard-coding-system): Likewise.
17906
17907 * international/mule-cmds.el (set-default-coding-systems):
17908 Don't set default-file-name-coding-system and
17909 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17910
17911 * international/utf-16.el: Declare that all UTF-16-based coding
17912 systems are ASCII-incompatible.
17913
17914 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17915
17916 * progmodes/gud.el: Require font-lock for displaying errors.
17917 Used by gdb-ui.el.
17918
17919 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17920
17921 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17922 values for the pattern lists which are `read'able but not
17923 `append'able (like symbols).
17924
17925 2005-07-06 Richard M. Stallman <rms@gnu.org>
17926
17927 * progmodes/flymake.el (flymake-float-time): Instead of
17928 with-no-warnings, test for xemacs.
17929 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17930 to avoid warning.
17931
17932 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17935
17936 2005-07-05 Lute Kamstra <lute@gnu.org>
17937
17938 * battery.el: Add support for Darwin (with much debugging help
17939 from Samuel Lauber <sam124@operamail.com>).
17940 (battery-status-function, battery-echo-area-format)
17941 (battery-mode-line-format): Add support for pmset on Darwin.
17942 (battery-load-low, battery-load-critical): New user options.
17943 (battery-pmset): New function.
17944
17945 2005-07-05 Lute Kamstra <lute@gnu.org>
17946
17947 Update FSF's address in GPL notices.
17948
17949 * textmodes/page-ext.el: Update FSF's address.
17950
17951 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17954 filling from using prefix when filling a single-line docstring.
17955
17956 * progmodes/flymake.el: Remove useless eval-when-compile.
17957
17958 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17959
17960 2005-07-04 Richard M. Stallman <rms@gnu.org>
17961
17962 * textmodes/org.el (org-file-apps-defaults-gnu):
17963 Rename from org-file-apps-defaults-linux.
17964 (org-default-apps): Don't test system-type for `linux'.
17965 (org-file-apps): Doc fix.
17966
17967 2005-07-04 David Ponce <david@dponce.com>
17968
17969 * tree-widget.el: Improve header Commentary section.
17970 (tree-widget) [defgroup]
17971 (tree-widget-image-enable, tree-widget-themes-directory)
17972 (tree-widget-theme, tree-widget-image-properties-emacs)
17973 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17974 (tree-widget-image-formats, tree-widget-control)
17975 (tree-widget-empty-control, tree-widget-leaf-control
17976 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17977 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17978 (tree-widget-keep, tree-widget-after-toggle-functions)
17979 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17980 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17981 :help-echo message.
17982 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17983 (tree-widget-image-properties): Doc fix. Clearer implementation.
17984 (tree-widget--cursors): New constant.
17985 (tree-widget-lookup-image): New function split from
17986 `tree-widget-find-image'. Clearer implementation.
17987 (tree-widget-find-image): Use it.
17988 (tree-widget-button-keymap): Use `set-keymap-parent'.
17989 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17990 Define the sub-widgets here.
17991 (tree-widget-node): Check that :node is not a tree-widget.
17992 (tree-widget-get-super, tree-widget-open-control)
17993 (tree-widget-close-control, tree-widget-empty-control)
17994 (tree-widget-leaf-control, tree-widget-guide)
17995 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17996 (tree-widget-no-handle, tree-widget-value-delete)
17997 (tree-widget-map): Remove.
17998 (tree-widget-children-value-save): Doc fix. Simplified.
17999 (tree-widget-value-create): Update according to previous changes.
18000
18001 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18002
18003 * textmodes/org.el: Leading space replaced by TABS.
18004 (org-recalc-marks, org-table-rotate-recalc-marks)
18005 (org-table-get-specials): Treat "^" and "_" marks.
18006 (org-table-justify-field-maybe): Optional argument NEW.
18007 (org-table-eval-formula): Parsing of the format simplified.
18008 New modes C,I. Honor the %= parameter in the current table.
18009 Avoid unnecessary re-align by using the NEW argument to
18010 `org-table-justify-field-maybe'.
18011 (org-calc-default-modes): Default for date-format mimicks org-mode.
18012 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18013
18014 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18015
18016 * cus-face.el (custom-theme-set-faces): Make it handle face
18017 aliases whose alias declarations are pre- or autoloaded.
18018
18019 2005-07-04 Juri Linkov <juri@jurta.org>
18020
18021 * faces.el (read-face-name): Put the code for getting a face name
18022 from the buffer before adding the faces from the `face' property.
18023 Use `completing-read-multiple' instead of `completing-read'.
18024 Require `crm'. Add default value and post-process the returned
18025 list of faces.
18026
18027 * emacs-lisp/crm.el (crm-find-current-element)
18028 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18029
18030 * emacs-lisp/lisp-mode.el (eval-defun-1):
18031 * emacs-lisp/edebug.el (edebug-eval-defun):
18032 Remove unnecessary quotes.
18033
18034 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18035
18036 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18037 (prolog-indent-level): Fix typo in docstring.
18038
18039 * info.el (Info-history, Info-history-forward)
18040 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18041
18042 * add-log.el (add-change-log-entry):
18043 * comint.el (comint-dynamic-list-input-ring)
18044 (comint-dynamic-list-completions):
18045 * dabbrev.el (dabbrev-expand):
18046 * delim-col.el (delimit-columns-rectangle-line):
18047 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18048 (diff-unified->context):
18049 * ediff-init.el (ediff-abbrev-jobname):
18050 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18051 (ediff-replace-session-activity-marker-in-meta-buffer):
18052 * info.el (Info-summary):
18053 * lpr.el (printify-region):
18054 * printing.el (pr-create-interface):
18055 * ps-print.el (ps-print-quote):
18056 * ses.el (ses-column-widths, ses-print-cell)
18057 (ses-adjust-print-width, ses-center):
18058 * shell.el (shell-file-name-quote-list):
18059 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18060 (strokes-fill-current-buffer-with-whitespace)
18061 (strokes-xpm-for-stroke, strokes-list-strokes)
18062 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18063 * term.el (term-dynamic-list-input-ring)
18064 (term-dynamic-list-completions):
18065 * calc/calc.el (math-format-stack-value):
18066 * emacs-lisp/edebug.el (edebug-display-freq-count):
18067 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18068 (delphi-new-comment-line):
18069 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18070 * progmodes/executable.el (executable-set-magic):
18071 * progmodes/python.el (inferior-python-mode):
18072 * progmodes/scheme.el (scheme-mode-syntax-table):
18073 * progmodes/sh-script.el (sh-maybe-here-document):
18074 * progmodes/sql.el (sql-copy-column):
18075 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18076 * textmodes/bibtex.el (bibtex-mode):
18077 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18078 (sgml-auto-attributes):
18079 * textmodes/table.el (table-insert, table-shorten-cell)
18080 (table--generate-source-scan-lines, table-delete-row)
18081 (*table--cell-delete-char, table--spacify-frame)
18082 (table--horizontally-shift-above-and-below)
18083 (table--cell-insert-char, table--cell-blank-str)
18084 (table--fill-region-strictly):
18085 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18086 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18087
18088 * add-log.el (change-log):
18089 * apropos.el (apropos):
18090 * comint.el (comint-completion, comint-source):
18091 * dabbrev.el (dabbrev):
18092 * delim-col.el (columns):
18093 * diff-mode.el (diff-mode):
18094 * ediff.el (ediff):
18095 * ediff-diff.el (ediff-diff):
18096 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18097 * ediff-mult.el (ediff-mult):
18098 * ediff-ptch.el (ediff-ptch):
18099 * ediff-wind.el (ediff-window):
18100 * facemenu.el (facemenu):
18101 * indent.el (indent):
18102 * info.el (info):
18103 * jka-cmpr-hook.el (compression, jka-compr):
18104 * lpr.el (lpr):
18105 * outline.el (outlines):
18106 * pcmpl-cvs.el (pcmpl-cvs):
18107 * pcmpl-rpm.el (pcmpl-rpm):
18108 * printing.el (printing):
18109 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18110 (ps-print-vertical, ps-print-headers, ps-print-font)
18111 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18112 (ps-print-background, ps-print-printer, ps-print-page)
18113 (ps-print-miscellany):
18114 * ses.el (ses):
18115 * shell.el (shell, shell-directories, shell-faces):
18116 * startup.el (initialization):
18117 * strokes.el (strokes):
18118 * term.el (term):
18119 * uniquify.el (uniquify):
18120 * w32-vars.el (w32):
18121 * calc/calc.el (calc):
18122 * emacs-lisp/bytecomp.el (bytecomp):
18123 * emacs-lisp/cl-indent.el (lisp-indent):
18124 * emacs-lisp/edebug.el (edebug):
18125 * emacs-lisp/elp.el (elp):
18126 * emacs-lisp/testcover.el (testcover):
18127 * emacs-lisp/trace.el (trace):
18128 * emulation/viper-ex.el (viper-ex):
18129 * emulation/viper-mous.el (viper-mouse):
18130 * mail/mailalias.el (mailalias):
18131 * mail/supercite.el (supercite, supercite-frames)
18132 (supercite-attr, supercite-cite, supercite-hooks):
18133 * net/rcompile.el (remote-compile):
18134 * net/rlogin.el (rlogin):
18135 * obsolete/ooutline.el (outlines):
18136 * progmodes/delphi.el (delphi):
18137 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18138 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18139 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18140 (ebnf-optimization):
18141 * progmodes/etags.el (etags):
18142 * progmodes/executable.el (executable):
18143 * progmodes/idlwave.el (idlwave):
18144 * progmodes/pascal.el (pascal):
18145 * progmodes/prolog.el (prolog):
18146 * progmodes/python.el (python):
18147 * progmodes/scheme.el (scheme):
18148 * progmodes/sh-script.el (sh, sh-script):
18149 * progmodes/sql.el (SQL):
18150 * progmodes/tcl.el (tcl):
18151 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18152 * textmodes/enriched.el (enriched):
18153 * textmodes/makeinfo.el (makeinfo):
18154 * textmodes/sgml-mode.el (sgml):
18155 * textmodes/table.el (table-hooks):
18156 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18157 * textmodes/texinfo.el (texinfo):
18158 * textmodes/two-column.el (two-column):
18159 Finish `defgroup' description with period.
18160
18161 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18162 * eshell/esh-var.el (eshell-var):
18163 * progmodes/vhdl-mode.el (vhdl-testbench):
18164 * textmodes/org.el (org): Fix typos in docstrings.
18165
18166 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18167 consistency.
18168
18169 * progmodes/flymake.el (flymake-find-file): Remove.
18170 (flymake-float-time): Use `with-no-warnings'.
18171 (flymake-check-start-time, flymake-check-was-interrupted)
18172 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18173 (flymake-new-err-info): `defvar' at compile time.
18174
18175 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18176
18177 * replace.el (occur-hook): Doc fix.
18178 (occur-1): Don't call `occur-hook' if there are no matches.
18179
18180 2005-07-03 Richard M. Stallman <rms@gnu.org>
18181
18182 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18183 global-map, save the same map.
18184 (global-map): Don't alter it at top level.
18185 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18186 Then alter it here instead.
18187 (tpu-edt-off): Set global-map to the saved one.
18188
18189 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18190 All references simplified.
18191 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18192 (zmacs-regions): Add defvar.
18193 (repeat-complex-command-map): Everything about that deleted.
18194
18195 * textmodes/artist.el (artist-key-is-drawing)
18196 (artist-key-endpoint1, artist-key-poly-point-list)
18197 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18198 (artist-key-compl-table, artist-rb-save-data)
18199 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18200 Don't put them in eval-when-compile.
18201 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18202
18203 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18204 Use with-no-warnings.
18205
18206 * net/browse-url.el (dos-windows-version): Add defvar.
18207
18208 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18209
18210 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18211 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18212 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18213 Add defvar.
18214 (rmail-summary-beginning-of-message): Use with-no-warnings.
18215 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18216
18217 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18218 Use with-no-warnings.
18219
18220 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18221 (c-mark-function): Add point-moving-unit property.
18222 (vi-goto-line): Use with-no-warnings.
18223
18224 * emulation/edt.el (edt-last-copied-word): Add defvar.
18225 (zmacs-region-stays): Likewise.
18226 (edt-mark-section-wisely): Use c-mark-function for C.
18227 Use makr-defun for Fortran.
18228 (time-string): defvar deleted.
18229 (edt-display-the-time): Don't set time-string.
18230
18231 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18232
18233 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18234 Don't warn when name is not constant
18235 or for defining the group `emacs'.
18236
18237 * tooltip.el (gud-tooltip-mode): Add defvar.
18238
18239 * startup.el (default-frame-background-mode): Add defvar.
18240
18241 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18242
18243 * info.el (tool-bar-map): Add defvar.
18244
18245 * dired.el (dnd-protocol-alist): Add defvar.
18246
18247 * dired-aux.el (dired-query): Display question with answer, when
18248 the user answers.
18249
18250 * custom.el (custom-add-option): Doc fix.
18251
18252 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18253
18254 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18255
18256 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18257 bogus name from the last change.
18258
18259 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18260
18261 * custom.el (custom-declare-variable): Fix typos in comment.
18262 (custom-known-themes): Doc fix.
18263 (custom-theme-directory): New defcustom.
18264 (require-theme): Make it check `custom-theme-directory'.
18265
18266 * cus-theme.el (custom-new-theme-mode): New function.
18267 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18268 (custom-theme-description): Add compiler defvars.
18269 (customize-create-theme): Add doc to the "*New Custom Theme*"
18270 buffer. Use `custom-new-theme-mode'.
18271 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18272 and save it to the `custom-theme-directory'. Make this the
18273 default directory of the buffer.
18274
18275 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18276
18277 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18278 Fix unbalanced parentheses.
18279
18280 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18281
18282 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18283 into flymake-mode and delegate to flymake-mode.
18284
18285 * find-file.el (ff-which-function-are-we-in): Clean up.
18286
18287 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18288
18289 * replace.el (occur-rename-buffer): Fix docstring.
18290
18291 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18292 (edt-last-copied-word, edt-learn-macro-count)
18293 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18294 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18295 (time-string, zmacs-region-stays):
18296 * emulation/edt-mapper.el (edt-save-function-key-map)
18297 (EDT-key-name): `defvar' to silence the byte-compiler.
18298
18299 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18300
18301 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18302 font-lock-regexp-backslash. Doc fix.
18303 (font-lock-regexp-backslash-grouping-construct): Rename from
18304 font-lock-regexp-backslash-construct. Doc fix.
18305 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18306 grouping constructs.
18307
18308 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18309
18310 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18311 updating all the prerequisites.
18312
18313 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18314
18315 * textmodes/org.el (org-agenda-start-on-weekday)
18316 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18317 (org-agenda-use-time-grid, org-archive-location)
18318 (org-allow-space-in-links, org-usenet-links-prefer-google)
18319 (org-enable-table-editor, org-export-default-language)
18320 (org-export-html-show-new-buffer, org-fill-paragraph)
18321 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18322 (org-goto-quit, org-occur, org-eval-in-calendar)
18323 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18324 (org-agenda-diary-entry, org-remember-help)
18325 (org-table-convert-region, org-at-table-p)
18326 (org-table-move-row-down, org-table-move-row-up)
18327 (org-table-copy-region, org-table-toggle-vline-visibility)
18328 (org-table-get-stored-formulas, org-table-get-specials)
18329 (org-recalc-commands, org-table-eval-formula)
18330 (org-table-formula-substitute-names, orgtbl-make-binding)
18331 (org-format-org-table-html, org-format-table-table-html)
18332 (org-format-table-table-html-using-table-generate-source)
18333 (org-customize): Fix typos in docstrings.
18334 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18335 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18336 (org-back-to-heading): Doc fixes.
18337 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18338 (org-agenda-change-all-lines, org-get-header):
18339 Improve argument/docstring consistency.
18340 (orgtbl-error): Fix error message.
18341
18342 * progmodes/flymake.el (flymake-find-possible-master-files)
18343 (flymake-master-file-compare, flymake-get-line-err-count)
18344 (flymake-highlight-line, flymake-gui-warnings-enabled):
18345 Fix typos in docstrings.
18346 (flymake-parse-line, flymake-get-project-include-dirs-function)
18347 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18348 Doc fixes.
18349 (flymake-get-project-include-dirs-function)
18350 (flymake-make-err-menu-data):
18351 Improve argument/docstring consistency.
18352
18353 2005-07-01 Lute Kamstra <lute@gnu.org>
18354
18355 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18356 Catch errors with ignore-errors. Use temporary buffer.
18357 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18358
18359 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18360 background color faces.
18361 (facemenu-set-foreground, facemenu-set-background):
18362 Use facemenu-set-face-from-menu.
18363 (facemenu-set-face-from-menu): Treat face names that start with
18364 "fg:" or "bg:" as special.
18365 (facemenu-add-new-color): Don't create faces. Simplify.
18366
18367 2005-06-30 Richard M. Stallman <rms@gnu.org>
18368
18369 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18370 (crm-find-current-element): Likewise.
18371
18372 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18373
18374 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18375
18376 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18379 (archive-mouse-extract): Make it an obsolete alias.
18380 (archive-mode-map): Don't use archive-mouse-extract any more.
18381 (archive-mode, archive-extract): write-contents-hooks ->
18382 write-contents-functions.
18383 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18384 first arg.
18385 (archive-rename-entry): Update the call.
18386 (archive-zip-summarize): Remove unused var `method'.
18387 (archive-lzh-summarize): Remove unused var `creator'.
18388
18389 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18390 dedicated frame upon exit.
18391
18392 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18393 (archive-zip-extract, archive-zip-expunge)
18394 (archive-zip-update, archive-zip-update-case): Use executable-find.
18395 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18396 Use restore-buffer-modified-p.
18397 (archive-extract, archive-add-new-member, archive-write-file-member):
18398 Use with-current-buffer.
18399 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18400
18401 2005-06-30 Andreas Schwab <schwab@suse.de>
18402
18403 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18404
18405 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18406
18407 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18408
18409 2005-06-30 Juri Linkov <juri@jurta.org>
18410
18411 * faces.el (vertical-border): Inherit from mode-line-inactive
18412 only on tty.
18413
18414 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18415
18416 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18417 example, -NLINES in the `occur' docstring).
18418
18419 * replace.el (occur-1): When no matches are found, do not set the
18420 `buffer-read-only' and modified flags for the occur buffer,
18421 because it is deleted.
18422
18423 * emulation/cua-base.el (cua-check-pending-input)
18424 (cua-repeat-replace-region, cua-mode, cua-debug)
18425 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18426 Fix typos in docstrings.
18427
18428 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18429 (cua-cut-region-to-global-mark)
18430 (cua--cut-rectangle-to-global-mark):
18431 Remove period from end of messages.
18432
18433 * emulation/cua-rect.el (cua-do-rectangle-padding):
18434 Remove period from end of messages.
18435 (cua--rectangle-seq-format): Fix typo in docstring.
18436 (cua-sequence-rectangle, cua-fill-char-rectangle):
18437 Improve argument/docstring consistency.
18438
18439 2005-06-29 Juri Linkov <juri@jurta.org>
18440
18441 * faces.el (default-frame-background-mode): New internal variable.
18442 (frame-set-background-mode): Use it.
18443
18444 * startup.el (normal-top-level): Set default-frame-background-mode
18445 instead of frame-background-mode. Before setting it, test for its
18446 nil value. Remove tests for frame-background-mode and frame
18447 parameter `reverse'. Add test for "unspecified-fg".
18448
18449 * term/xterm.el (xterm-rxvt-set-background-mode):
18450 * term/rxvt.el (rxvt-set-background-mode):
18451 Set default-frame-background-mode instead of frame-background-mode.
18452
18453 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18454
18455 * simple.el (set-variable): Warn about obsolete user variables.
18456
18457 * imenu.el (imenu--completion-buffer):
18458 * mouse.el (mouse-buffer-menu-alist):
18459 * msb.el (msb-invisible-buffer-p):
18460 * calendar/diary-lib.el (diary-header-line-format):
18461 * emacs-lisp/pp.el (pp-buffer):
18462 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18463 * textmodes/picture.el (picture-replace-match):
18464 Change space constants followed by a sexp to "?\s ".
18465
18466 * play/decipher.el (decipher-loop-with-breaks):
18467 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18468 constants "protected" from end of line by a comment to "?\s".
18469
18470 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * font-lock.el (save-buffer-state): Use `declare'.
18473
18474 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18475 reset the syntax-table to cperl-mode-syntax-table.
18476 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18477 "foo_print_bar" is not matched as a reserved keyword.
18478
18479 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18480
18481 * textmodes/org.el (orgtbl-setup): New function, for delayed
18482 setup for the orgtbl commands.
18483 (org-calc-default-modes): New option.
18484 (orgtbl-make-binding): Use `defun' to get better help display.
18485 (org-diary): Call `org-compile-prefix-format'.
18486 (org-table-formula-substitute-names): New function.
18487 (org-agenda-day-view, org-agenda-week-view): New commands.
18488 (org-agenda-toggle-week-view): Command removed.
18489 (org-tbl-menu): Split off from org-org-menu.
18490 (org-mode): Move removal of outline-mode menus to here.
18491 (org-table-formula-debug): New option.
18492 (org-table-insert-row): Keep first field if just "#" or "*".
18493 (org-mode): Paragraph regexps fixed.
18494 (org-table-recalculate-regexp): New constant.
18495 (org-table-justify-field-maybe): Avoid replace if not necessary.
18496 (org-copy-special, org-cut-special): Use `call-interactively'.
18497 (org-table-copy-region): Take region from `interactive' call.
18498 (org-trim): Return string even if no match.
18499 (org-formula): New face.
18500 (org-set-font-lock-defaults): No longer highlight "FIXME".
18501 But highlight formula-related fields in table.
18502 (org-table-p): Use regexp, not fontification.
18503 (org-table-align): Handle white space at end of line.
18504 (org-table-formula-evaluate-inline): New option.
18505 (org-mode): Auto-wrapping in comment lines turned off.
18506 (org-table-copy-down): Evaluate only in copied field, not in
18507 destination.
18508 (org-table-current-formula): Variable removed.
18509 (org-table-store-formulas, org-table-get-stored-formulas)
18510 (org-table-modify-formulas, org-table-replace-in-formulas)
18511 (org-table-maybe-eval-formula): New functions.
18512 (org-table-get-formula): Modify to use stored formulas.
18513 (org-table-insert-column, org-table-delete-column)
18514 (org-table-move-column): Call `org-table-modify-formulas'.
18515 (org-complete): Add completion for keyword formulas.
18516 (orgtbl-mode): Pull orgtbl-mode-map to start of
18517 minor-mode-map-alist.
18518
18519 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18520
18521 * progmodes/python.el (python-check): Require `compile' before
18522 modifying its variables.
18523
18524 * newcomment.el (comment-indent-default): Don't get fooled by an early
18525 end of buffer.
18526
18527 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18528
18529 * ps-print.el (ps-print-version): Fix version number.
18530
18531 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18532
18533 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18534
18535 2005-06-28 Richard M. Stallman <rms@gnu.org>
18536
18537 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18538 (flyspell-local-mouse-map): Declaration deleted.
18539 (flyspell-mouse-map): Bind only mouse-2.
18540 (flyspell-mode-map): Don't test flyspell-use-local-map.
18541 (flyspell-overlay-keymap-property-name): Var deleted.
18542 (flyspell-mode-on): Don't make local bindings for
18543 flyspell-mouse-map and flyspell-mode-map.
18544 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18545
18546 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18547
18548 * progmodes/compile.el (compilation-next-error-function):
18549 Don't switch buffers; operate on the current buffer.
18550
18551 * progmodes/compile.el (compilation-error-file-name)
18552 (compilation-warning-file-name, compilation-info-file-name)
18553 (compilation-line-number, compilation-column-number): New faces.
18554 (compilation-error-face, compilation-warning-face)
18555 (compilation-info-face, compilation-line-face)
18556 (compilation-column-face): Use them.
18557
18558 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18559
18560 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18561
18562 * bindings.el (global-map): Bind insertchar and its variants.
18563
18564 2005-06-27 Richard M. Stallman <rms@gnu.org>
18565
18566 * textmodes/artist.el (artist-text-overwrite)
18567 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18568
18569 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18570
18571 * ps-print.el: It was not working the page selection for printing.
18572 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18573 (ps-print-version): New version 6.6.7.
18574 (ps-end-sheet): New fun.
18575 (ps-header-sheet, ps-end-job): Call it.
18576
18577 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18578
18579 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18580
18581 2005-06-27 Lute Kamstra <lute@gnu.org>
18582
18583 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18584 background color faces.
18585 (facemenu-get-face): Delete function.
18586 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18587 (facemenu-add-new-color): Make second argument mandatory.
18588 Create the appropriate face and return it. Simplify.
18589 (facemenu-set-foreground, facemenu-set-background): Don't check if
18590 color is defined. Use return value of facemenu-add-new-color.
18591
18592 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18593
18594 * progmodes/gud.el (gud-filter): Add missing argument to
18595 with-selected-window.
18596
18597 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18600 a :require to the defcustom.
18601
18602 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18603 defcustoms corresponding to minor modes.
18604
18605 2005-06-26 David Ponce <david@dponce.com>
18606
18607 * recentf.el: Require tree-widget instead of wid-edit.
18608 (recentf-filename-handler): Fix widget :type.
18609 (recentf-cancel-dialog, recentf-open-more-files)
18610 (recentf-open-files-action): Doc fix.
18611 (recentf-dialog-goto-first): New function.
18612 (recentf-dialog-mode-map): Set parent keymap first.
18613 (recentf-dialog-mode): Define with define-derived-mode.
18614 Don't display continuation lines in dialogs.
18615 (recentf-edit-list): Rename from recentf-edit-selected-items.
18616 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18617 Simplify.
18618 (recentf-edit-list-validate): New function.
18619 (recentf-edit-list): Update accordingly.
18620 (recentf-open-files-item-shift): Remove.
18621 (recentf-open-files-item): Convert menu elements into tree and
18622 link widgets. Don't create the widgets.
18623 (recentf-open-files): Update accordingly.
18624 (recentf-save-list): Untabify.
18625
18626 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18627
18628 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18629 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18630 partially contained in the active region. Do not take active
18631 region into account when called from Lisp, unless INTERACTIVE arg
18632 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18633 avoid trouble with fields. Make marker point nowhere when no
18634 longer used. Always return nil. Doc fix.
18635 (flush-lines): Add INTERACTIVE arg. Do not take active region
18636 into account when called from Lisp, unless INTERACTIVE arg is
18637 non-nil. Use `forward-line' instead of `beginning-of-line' to
18638 avoid trouble with fields. Make marker point nowhere when no
18639 longer used. Always return nil. Doc fix.
18640 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18641 interchangeable. Do not take active region into account when
18642 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18643 message in echo area when called from Lisp, unless INTERACTIVE arg
18644 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18645 Return the number of matches. Doc fix.
18646 (occur): Doc fix.
18647 (perform-replace): Make comment follow double space convention for
18648 the sake of `outline-minor-mode'.
18649
18650 * faces.el (facep): Doc fix.
18651
18652 2005-06-25 Richard M. Stallman <rms@gnu.org>
18653
18654 * facemenu.el (facemenu-enable-faces-p): New function.
18655 (facemenu-background-menu, facemenu-foreground-menu)
18656 (facemenu-face-menu): Add menu-enable property.
18657
18658 * jka-compr.el (jka-compr-insert-file-contents):
18659 Special handling if cannot find the uncompression program.
18660
18661 * cus-face.el (custom-face-attributes): Add autoload.
18662
18663 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18664 Bind comment-indent-function locally.
18665
18666 * window.el (save-selected-window): Use save-current-buffer.
18667
18668 * subr.el (with-selected-window): Use save-current-buffer.
18669
18670 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18671 and with-current-buffer.
18672
18673 2005-06-24 Richard M. Stallman <rms@gnu.org>
18674
18675 * simple.el (line-move-1): Fix previous change.
18676
18677 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18678
18679 * replace.el (occur-1): Set `buffer-read-only' and the
18680 buffer-modified flag before running `occur-hook' to protect
18681 against unintentional buffer switches that can lead to data loss.
18682
18683 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18684
18685 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18686 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18687 initial error.
18688
18689 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18690 after fresh input.
18691 (gdb-var-create-handler): Put name of expression in quotes.
18692
18693 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18696 elements of RING in order, and without bogus nil elements.
18697
18698 2005-06-23 Richard M. Stallman <rms@gnu.org>
18699
18700 * simple.el (set-variable): Args renamed; doc fix.
18701 (line-move-1): When there are overlays around, use vertical-motion.
18702
18703 * faces.el (escape-glyph): Use brown against light background.
18704 (nobreak-space): Rename from no-break-space.
18705 Fix previous change.
18706
18707 * dired-aux.el (dired-do-copy): Fix arg prompt.
18708
18709 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18710
18711 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18712
18713 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18714 rather than "Distributor".
18715
18716 2005-06-23 Lute Kamstra <lute@gnu.org>
18717
18718 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18719 (debug-on-entry): Use it. New interactive declaration that uses
18720 function-called-at-point.
18721
18722 2005-06-23 Kim F. Storm <storm@cua.dk>
18723
18724 * subr.el (save-match-data): Add comment about using evaporate arg
18725 to set-match-data.
18726
18727 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18728
18729 * cus-edit.el (customize-face)
18730 (customize-face-other-window): Handle face aliases.
18731
18732 * faces.el (face-documentation, set-face-attribute)
18733 (face-spec-set): Handle face aliases.
18734
18735 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18736
18737 * help-mode.el (help-make-xrefs): If a symbol representing a face
18738 name is not followed by the word "face", it could still be a
18739 function or variable name, so don't bypass other checks.
18740
18741 2005-06-22 Juri Linkov <juri@jurta.org>
18742
18743 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18744 Replace aliased functions with calls where second arg `inherit' is t.
18745
18746 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18747
18748 * progmodes/gdb-ui.el (gdb-error): New variable.
18749 (gdb-error): New function.
18750 (gdb-annotation-rules): Act on error-begin and error annotations.
18751 (gdb-concat-output): Use font-lock-warning-face for errors.
18752
18753 2005-06-22 Miles Bader <miles@gnu.org>
18754
18755 * bindings.el (propertized-buffer-identification): Use renamed
18756 `Buffer-menu-buffer' face.
18757
18758 * faces.el (vertical-border): Rename from `vertical-divider'.
18759 (escape-glyph): Change dark-background color back to `cyan'.
18760
18761 2005-06-21 Juri Linkov <juri@jurta.org>
18762
18763 * faces.el (face-user-default-spec): Try getting `customized-face'
18764 prior to `saved-face'.
18765 (frame-background-mode): Refill docstring.
18766
18767 * emacs-lisp/lisp-mode.el (eval-defun-1):
18768 * emacs-lisp/edebug.el (edebug-eval-defun):
18769 Set `saved-face' temporarily to nil before calling form.
18770 Set `customized-face' to the new spec after that.
18771
18772 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18773
18774 * subr.el (1value, lambda, key-substitution-in-progress):
18775 Doc fixes.
18776
18777 * autoinsert.el (auto-insert-alist):
18778 * ses.el (ses-call-printer):
18779 * subr.el (noreturn):
18780 * emacs-lisp/lisp.el (check-parens):
18781 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18782 * net/browse-url.el (browse-url-mosaic):
18783 * progmodes/cc-defs.el (c-safe-scan-lists):
18784 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18785 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18786 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18787 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18788 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18789 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18790
18791 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18792
18793 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18794
18795 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18796
18797 * calendar/appt.el (appt-make-list): Activate the package, if
18798 not already active (for backwards compatibility).
18799
18800 2005-06-20 Kim F. Storm <storm@cua.dk>
18801
18802 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18803
18804 2005-06-20 Miles Bader <miles@gnu.org>
18805
18806 * faces.el (vertical-divider): New face.
18807
18808 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18809
18810 * simple.el (kill-whole-line): Doc fix.
18811 (next-error-buffer-p, next-error-find-buffer)
18812 (clone-indirect-buffer): Fix typos in docstrings.
18813 (comment-line-break-function): Doc fix: don't say variable
18814 is automatically buffer-local (it isn't).
18815
18816 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18817
18818 * net/tramp-ftp.el (top):
18819 * net/tramp-smb.el (top):
18820 * net/tramp-util.el (top):
18821 * net/tramp-uu.el (top):
18822 * net/tramp-vc.el (top):
18823 * net/tramp.el (top): Revert copyright years back to original
18824 ones. Tramp has a life outside GNU Emacs.
18825
18826 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18827
18828 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18829
18830 2005-06-18 Juri Linkov <juri@jurta.org>
18831
18832 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18833 end of first regexp to limit the match to the position between
18834 line number and source line with same separator character as used
18835 between file name and line number. In the second regexp limit
18836 mouse-face area to file name and line number by adding new group
18837 for them and referring it in HYPERLINK arg.
18838 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18839 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18840 previous line where grep markers may be already removed.
18841
18842 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18843
18844 * progmodes/ps-mode.el: Update version and maintainer's email address.
18845
18846 2005-06-18 Steve Youngs <steve@xemacs.org>
18847
18848 * net/browse-url.el (browse-url-browser-function)
18849 (browse-url-default-browser): Add firefox.
18850 (browse-url-firefox-program, browse-url-firefox-arguments)
18851 (browse-url-firefox-startup-arguments)
18852 (browse-url-firefox-new-window-is-tab): New defcustoms.
18853 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18854
18855 2005-06-17 Richard M. Stallman <rms@gnu.org>
18856
18857 * startup.el (command-line): Warn if specified user name has
18858 no home directory.
18859
18860 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18861 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18862
18863 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18864 Doc fixes.
18865
18866 * faces.el (underline): Try bold if terminal doesn't support underline.
18867
18868 * mail/sendmail.el (mail-setup-with-from): New variable.
18869 (mail-insert-from-field): New function.
18870 (sendmail-send-it): Call it.
18871 (mail-setup): Optionally call it here.
18872
18873 * term/linux.el: Call tty-no-underline.
18874
18875 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18876
18877 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18878
18879 2005-06-17 Miles Bader <miles@gnu.org>
18880
18881 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18882 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18883 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18884 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18885 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18886 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18887 Remove "-face" suffix from face names.
18888 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18889 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18890 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18891 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18892 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18893 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18894 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18895 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18896 New backward-compatibility aliases for renamed faces.
18897 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18898 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18899 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18900 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18901 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18902 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18903 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18904 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18905 Use renamed ediff faces.
18906
18907 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18908 Remove "-face" suffix from face names.
18909 (eshell-test-ok-face, eshell-test-failed-face):
18910 New backward-compatibility aliases for renamed faces.
18911 (eshell-run-test): Use renamed eshell-test faces.
18912
18913 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18914 face name.
18915 (eshell-prompt-face): New backward-compatibility alias for renamed
18916 face.
18917 (eshell-emit-prompt): Use renamed eshell-prompt face.
18918
18919 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18920 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18921 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18922 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18923 Remove "-face" suffix from face names.
18924 (eshell-ls-directory-face, eshell-ls-symlink-face)
18925 (eshell-ls-executable-face, eshell-ls-readonly-face)
18926 (eshell-ls-unreadable-face, eshell-ls-special-face)
18927 (eshell-ls-missing-face, eshell-ls-archive-face)
18928 (eshell-ls-backup-face, eshell-ls-product-face)
18929 (eshell-ls-clutter-face):
18930 New backward-compatibility aliases for renamed faces.
18931 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18932
18933 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18934 Remove "-face" suffix from face name.
18935 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18936 instead of literal face.
18937
18938 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * emacs-lisp/warnings.el (display-warning, lwarn)
18941 (warning-minimum-log-level): Doc fixes.
18942 (warning-minimum-level, warning-minimum-log-level):
18943 Add :debug to :type choices.
18944
18945 * progmodes/ada-mode.el (ada-format-paramlist)
18946 (ada-get-indent-case, ada-check-matching-start)
18947 (ada-check-defun-name, ada-goto-matching-decl-start)
18948 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18949 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18950 (ada-make-subprogram-body): Follow error conventions.
18951 (ada-case-exception-file, ada-indent-comment-as-code)
18952 (ada-indent-handle-comment-special, ada-indent-renames)
18953 (ada-indent-return, ada-search-directories-internal)
18954 (ada-tab-policy, ada-case-exception-substring)
18955 (ada-other-file-alist, ada-matching-start-re)
18956 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18957 (ada-imenu-generic-expression, ada-compile-goto-error)
18958 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18959 (ada-popup-menu, ada-add-extensions, ada-mode)
18960 (ada-region-selected, ada-create-case-exception)
18961 (ada-create-case-exception-substring, ada-after-keyword-p)
18962 (ada-activate-keys-for-case, ada-adjust-case-region)
18963 (ada-adjust-case-buffer, ada-format-paramlist)
18964 (ada-scan-paramlist, ada-insert-paramlist)
18965 (ada-indent-newline-indent)
18966 (ada-indent-newline-indent-conditional)
18967 (ada-justified-indent-current, ada-goto-previous-word)
18968 (ada-indent-current, ada-get-indent-open-paren)
18969 (ada-get-indent-paramlist, ada-get-indent-end)
18970 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18971 (ada-get-indent-block-start, ada-get-indent-subprog)
18972 (ada-get-indent-noindent, ada-get-indent-label)
18973 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18974 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18975 (ada-goto-stmt-end, ada-goto-next-word)
18976 (ada-check-matching-start, ada-check-defun-name)
18977 (ada-goto-matching-decl-start, ada-goto-matching-start)
18978 (ada-goto-matching-end, ada-search-ignore-string-comment)
18979 (ada-in-decl-p, ada-looking-at-semi-or)
18980 (ada-looking-at-semi-private, ada-in-paramlist-p)
18981 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18982 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18983 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18984 (ada-previous-package, ada-create-menu)
18985 (ada-fill-comment-paragraph-justify)
18986 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18987 (ada-other-file-name, ada-last-which-function-line)
18988 (ada-last-which-function-subprog, ada-which-function)
18989 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18990 (ada-gen-treat-proc, ada-check-emacs-version)
18991 (ada-continuation-indent, ada-align-region-separate):
18992 Fix typos in docstrings.
18993 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18994
18995 2005-06-16 Lute Kamstra <lute@gnu.org>
18996
18997 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18998 conditionally.
18999
19000 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19001
19002 * comint.el (comint-replace-by-expanded-filename)
19003 (comint-prompt-regexp, comint-delimiter-argument-list)
19004 (comint-preinput-scroll-to-bottom):
19005 * info.el (Info-hide-cookies-node):
19006 * ls-lisp.el (ls-lisp-classify):
19007 * find-file.el (ff-search-directories, ff-special-constructs)
19008 (ff-find-other-file):
19009 * font-lock.el (font-lock-keywords):
19010 * shell.el (shell-prompt-pattern)
19011 (shell-dynamic-complete-functions, shell-mode)
19012 (shell-delimiter-argument-list):
19013 * term.el (term-replace-by-expanded-filename)
19014 (term-prompt-regexp, term-delimiter-argument-list):
19015 * woman.el (woman-ignore, woman0-if):
19016 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19017 * emacs-lisp/elint.el (elint-init-env):
19018 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19019 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19020 * language/ethio-util.el (ethio-tilde-escape)
19021 (ethio-use-three-dot-question):
19022 * net/zone-mode.el (zone-mode-load-time-setup):
19023 * progmodes/cc-align.el (c-lineup-argcont):
19024 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19025 * progmodes/cperl-mode.el (cperl-set-style-back):
19026 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19027 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19028 Fix spellings in docstrings.
19029
19030 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19031 * progmodes/modula2.el (m2-for): Fix spellings.
19032
19033 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19034
19035 * simple.el (undo-more): Don't use `format' on `error' arguments.
19036 Improve argument/docstring consistency.
19037 (pending-undo-list): Doc fix.
19038
19039 * smerge-mode.el (smerge-ensure-match):
19040 * emulation/vip.el (vip-ex):
19041 * net/zone-mode.el (zone-mode-update-serial):
19042 * progmodes/idlwave.el (idlwave-complete):
19043 * progmodes/vhdl-mode.el (vhdl-visit-file)
19044 (vhdl-compose-wire-components):
19045 Don't use `format' on `error' arguments.
19046
19047 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19048 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19049 (tooltip-help-tips): Fix typos in docstrings.
19050
19051 2005-06-16 David Ponce <david@dponce.com>
19052
19053 * tree-widget.el (tree-widget-value-create): Simplify last change.
19054
19055 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19056
19057 * ido.el (ido-incomplete-regexp): New variable.
19058 (ido-set-matches-1): Handle invalid-regexp error and set
19059 ido-incomplete-regexp.
19060 (ido-incomplete-regexp): New face.
19061 (ido-completions): Use it.
19062 (ido-complete, ido-exit-minibuffer, ido-completions):
19063 Handle incomplete regexps.
19064 (ido-completions): Add check for complete match when entering a regexp.
19065
19066 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19069
19070 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19071
19072 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19073 by field delimiters.
19074
19075 2005-06-15 David Ponce <david@dponce.com>
19076
19077 * tree-widget.el: eval-and-compile inlined functions so they will
19078 be available at run-time too.
19079 (tree-widget-super-format-handler)
19080 (tree-widget-format-handler): Remove.
19081 (tree-widget-value-create): Handle the :indent property.
19082
19083 2005-06-15 Miles Bader <miles@gnu.org>
19084
19085 * progmodes/which-func.el (which-func): Only inherit
19086 `font-lock-function-name-face' when that makes sense against the
19087 default mode-line face, otherwise set the face color explicitly.
19088
19089 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19090 faces instead of (non-existent) variables.
19091
19092 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19093
19094 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19095 (iswitchb-get-matched-buffers): Likewise. Simplify.
19096
19097 2005-06-14 Miles Bader <miles@gnu.org>
19098
19099 * progmodes/ld-script.el (ld-script-location-counter):
19100 Remove "-face" suffix from face name.
19101 (ld-script-location-counter-face):
19102 New backward-compatibility alias for renamed face.
19103 (ld-script-location-counter-face): Use renamed face.
19104
19105 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19106 (cperl-hash): Remove "-face" suffix from face names.
19107 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19108 New backward-compatibility aliases for renamed faces.
19109 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19110 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19111
19112 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19113 name.
19114 (which-func-face): New backward-compatibility alias for renamed face.
19115 (which-func-format): Use renamed which-func face.
19116
19117 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19118 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19119 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19120 names.
19121 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19122 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19123 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19124 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19125 (vhdl-speedbar-architecture-selected)
19126 (vhdl-speedbar-configuration-selected)
19127 (vhdl-speedbar-package-selected)
19128 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19129 names.
19130 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19131 Use renamed faces.
19132 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19133 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19134 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19135 Use renamed faces.
19136 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19137 names.
19138 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19139 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19140 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19141 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19142 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19143 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19144
19145 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19146 face name.
19147 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19148 (sh-heredoc-face): Use renamed sh-heredoc face.
19149
19150 * progmodes/idlw-help.el (idlwave-help-link):
19151 Remove "-face" suffix from face name.
19152 (idlwave-help-link-face):
19153 New backward-compatibility alias for renamed face.
19154 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19155
19156 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19157 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19158 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19159 New backward-compatibility aliases for renamed faces.
19160 (idlwave-shell-disabled-breakpoint-face)
19161 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19162
19163 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19164 Remove "-face" suffix from face names.
19165 (flymake-errline-face, flymake-warnline-face):
19166 New backward-compatibility aliases for renamed faces.
19167 (flymake-highlight-line): Use renamed flymake faces.
19168
19169 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19170 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19171 (ebrowse-member-class, ebrowse-progress):
19172 Remove "-face" suffix from face names.
19173 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19174 (ebrowse-file-name-face, ebrowse-default-face)
19175 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19176 (ebrowse-progress-face):
19177 New backward-compatibility aliases for renamed faces.
19178 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19179 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19180 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19181 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19182
19183 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19184 antlr-syntax)
19185 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19186 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19187 names.
19188 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19189 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19190 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19191 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19192 backward-compatibility aliases for renamed faces.
19193 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19194 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19195 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19196 remove "font-lock-". Use renamed antlr-mode faces.
19197 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19198 literal face-names with face variable references.
19199
19200 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19201 face name.
19202 (Buffer-menu-buffer-face): New backward-compatibility alias for
19203 renamed face.
19204 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19205
19206 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19207
19208 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19209 Eliminate "-face" suffix.
19210 (makefile-targets): Inherit from font-lock-function-name-face and
19211 eliminate "-face" suffix.
19212 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19213 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19214 actions, instead of prepending, to make it less visible.
19215 (makefile-previous-dependency, makefile-match-dependency):
19216 Don't match a target on a continuation line.
19217
19218 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19219
19220 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19221
19222 * progmodes/gdb-ui.el (menu): Re-order menu items.
19223 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19224
19225 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19226 Define in tooltip.el.
19227 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19228 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19229 gud-tooltip-echo-area.
19230
19231 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19232 backward compatibility and make obsolete.
19233 (tooltip-help-tips): Use tooltip-use-echo-area.
19234 (tooltip-show-help-function): Rename to...
19235 (tooltip-show-help): ...this, because it is a function.
19236 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19237
19238 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19239
19240 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19241 (edebug-print-length, edebug-print-level, edebug-print-circle)
19242 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19243 (edebug-eval-print-last-sexp): Doc fixes.
19244
19245 2005-06-14 Kim F. Storm <storm@cua.dk>
19246
19247 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19248 as the coverage buffer/file/both may change.
19249
19250 2005-06-14 Lute Kamstra <lute@gnu.org>
19251
19252 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19253 and run-mode-hooks. Simplify.
19254
19255 * mail/rmailedit.el (rmail-edit-mode):
19256 * progmodes/octave-inf.el (inferior-octave-mode):
19257 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19258
19259 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19260 and run-mode-hooks.
19261 (recentf-edit-list, recentf-open-files): Don't call
19262 kill-all-local-variables directly.
19263
19264 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19265
19266 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19267
19268 * emacs-lisp/byte-run.el (make-obsolete)
19269 (define-obsolete-function-alias): Rename arguments FUNCTION and
19270 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19271 (make-obsolete-variable, define-obsolete-variable-alias):
19272 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19273 respectively.
19274
19275 * isearchb.el (isearchb-activate):
19276 * pcvs.el (cvs-mode):
19277 * ses.el (ses-load):
19278 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19279 * net/tramp.el (tramp-find-file-exists-command)
19280 (tramp-find-shell):
19281 * progmodes/ada-mode.el (ada-create-case-exception)
19282 (ada-create-case-exception-substring, ada-make-subprogram-body):
19283 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19284 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19285 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19286 * textmodes/org.el (org-promote, org-evaluate-time-range)
19287 (org-agenda-next-date-line, org-agenda-previous-date-line)
19288 (org-agenda-error, org-open-at-point, org-table-move-row)
19289 (org-format-table-table-html-using-table-generate-source)
19290 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19291 * textmodes/reftex.el (reftex-access-scan-info):
19292 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19293 (reftex-toc-promote-prepare): Follow error conventions.
19294
19295 * diff-mode.el (diff-mode): Fix typo in docstring.
19296
19297 * forms.el (forms--intuit-from-file): Fix reference to
19298 `forms-number-of-fields' in error message.
19299 (forms-print): Fix quoting in error message.
19300
19301 * forms.el (forms-mode):
19302 * emulation/vi.el (vi-goto-insert-state):
19303 * progmodes/flymake.el (flymake-new-err-info)
19304 (flymake-start-syntax-check-for-current-buffer)
19305 (flymake-simple-cleanup):
19306 * eshell/esh-var.el (eshell/export):
19307 * progmodes/gud.el (xdb):
19308 * textmodes/flyspell.el (flyspell-incorrect-hook)
19309 (flyspell-maybe-correct-transposition)
19310 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19311
19312 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19313
19314 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19315 minibuffer prompt.
19316
19317 2005-06-13 Kim F. Storm <storm@cua.dk>
19318
19319 * subr.el (add-to-ordered-list): New defun.
19320
19321 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19322 add cua--keymap-alist to emulation-mode-map-alists.
19323
19324 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * subr.el (complete-in-turn): New macro.
19327 (dynamic-completion-table, lazy-completion-table): Add debug info.
19328
19329 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19330 in preference to face aliases.
19331
19332 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19333 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19334 Remove unused vars `start' and `firstline'.
19335 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19336 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19337
19338 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19339
19340 * cus-start.el (all): Don't complain about missing GTK-related
19341 variables, unless either `gtk' is boundp or this isn't a
19342 `windows-nt' build.
19343
19344 2005-06-13 Lute Kamstra <lute@gnu.org>
19345
19346 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19347 run-mode-hooks.
19348
19349 * ediff-mult.el (ediff-meta-mode):
19350 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19351
19352 * ledit.el (ledit-mode): Use delay-mode-hooks.
19353
19354 * woman.el (woman-mode-line-format): Delete constant.
19355 (woman-mode-map): Initialize it properly.
19356 (woman-mode): Set mode-class property to special.
19357 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19358 Set major-mode and mode-name. Don't set mode-line-format directly.
19359 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19360
19361 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19362 string argument obsolete.
19363
19364 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19365
19366 * textmodes/org.el (org-CUA-compatible): New option.
19367 (org-disputed-keys): New variable.
19368 (org-key): New function.
19369 (orgtbl-make-binding): Add docstring to the created function.
19370 (org-mode): Set paragraph start/separate regexps.
19371 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19372 (org-archive-location, org-archive-mark-done)
19373 (org-archive-stamp-time): New options.
19374 (org-archive-subtree): New command.
19375 (org-fill-paragraph): New function.
19376 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19377 (org-fake-empty-table-line): Function removed.
19378 (org-format-org-table-html): Do not create empty table lines at
19379 separator lines. Improved table header treatment.
19380 (org-link-format): New option.
19381 (org-make-link): New function.
19382 (org-insert-link, org-store-link): Use org-make-link.
19383 (org-open-file): Quote file name for shell command, to allow
19384 spaces in file names.
19385 (org-link-regexp): Fix bug with mailto link.
19386 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19387 New constants.
19388 (org-export-as-html): Deal with the optional angles around a link.
19389 Better treatment of file: links.
19390 (org-open-at-point): Replace @{ and @} with < and >.
19391 (org-run-mode-hooks): Function removed.
19392 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19393
19394 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19395
19396 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19397 MI command -data-list-register-values.
19398 (gdb-post-prompt): Indent properly.
19399
19400 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19401
19402 * hilit-chg.el (highlight-changes-colors): Rename from
19403 `highlight-changes-colours'.
19404 (highlight-changes-colours): Keep as obsolete alias.
19405 (highlight-changes-face-list): Doc fix.
19406 (hilit-chg-make-list): Use `highlight-changes-colors'.
19407
19408 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19409
19410 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19411 defun-prompt-regexp.
19412
19413 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19414
19415 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19416 and cygwin.
19417
19418 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19419 Don't use an old loaddefs.el, as in Makefile.in.
19420
19421 2005-06-12 Lute Kamstra <lute@gnu.org>
19422
19423 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19424
19425 * man.el (Man-mode-map): Initialize it properly.
19426 (Man-mode): Set mode-class property to special.
19427
19428 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19429
19430 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19431
19432 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19433 A newline is needed in the docstring there.
19434
19435 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19436 Doc fixes.
19437
19438 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19439
19440 * printing.el: Doc fix. The menubar is no more changed when printing
19441 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19442 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19443 (pr-version): New version number (6.8.4).
19444 (pr-menu-bind): New command.
19445 (pr-update-menus): Docstring and code fix.
19446 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19447 Docstring fix.
19448 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19449 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19450
19451 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19452
19453 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19454 "Returns" to "return", document useful return values, etc.
19455
19456 2005-06-11 Alan Mackenzie <acm@muc.de>
19457
19458 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19459 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19460 (adaptive-file-function): Minor amendment to doc-string.
19461
19462 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19463
19464 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19465 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19466 Fix :type--it is `integer', not `string'.
19467
19468 * faces.el (modeline-highlight): Rename from (the erroneous)
19469 `modeline-higilight'.
19470
19471 2005-06-11 Lute Kamstra <lute@gnu.org>
19472
19473 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19474 lisp-interaction-mode-map but make it the parent.
19475 (edebug-eval-mode): Use define-derived-mode.
19476
19477 2005-06-11 Andreas Schwab <schwab@suse.de>
19478
19479 * bindings.el: Add binding of `ESC functionkey' for every
19480 `M-functionkey'.
19481 * hexl.el (hexl-mode-map): Likewise.
19482
19483 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19484
19485 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19486 [msft]: update regexp for newer msft compilers.
19487
19488 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19489
19490 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19491 ATTLIST portions of included DTDs.
19492 (xml-parse-dtd): Eliminate use of inefficient match-data.
19493
19494 2005-06-10 Miles Bader <miles@gnu.org>
19495
19496 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19497 (mpuz-text): Remove "-face" suffix from face names.
19498 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19499 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19500 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19501
19502 * play/gomoku.el (gomoku-O, gomoku-X):
19503 Remove "-face" suffix from face names.
19504 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19505 New backward-compatibility aliases for renamed faces.
19506 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19507
19508 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19509
19510 * thumbs.el: Fixes for changes of 2005-06-09.
19511 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19512 as a directory.
19513 (thumbs-thumbname): Remove directory separator from format string;
19514 `thumbs-thumbsdir' now returns a valid directory name.
19515 (thumbs-temp-dir): New defsubst.
19516 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19517 Use it.
19518
19519 * cus-edit.el (minibuffer):
19520 * files.el (make-backup-file-name-function):
19521 * filesets.el (filesets-external-viewers):
19522 * hilit-chg.el (highlight-changes-colours)
19523 (highlight-changes-face-list, highlight-changes-rotate-faces):
19524 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19525 * kmacro.el (kmacro-call-macro):
19526 * log-edit.el (log-edit-changelog-full-paragraphs):
19527 * mouse.el (mouse-1-click-follows-link):
19528 * skeleton.el (skeleton-autowrap):
19529 * subr.el (insert-for-yank-1):
19530 * tempo.el (tempo-insert-region):
19531 * terminal.el (terminal-emulator):
19532 * time.el (display-time-mail-face):
19533 * vc.el (vc-annotate):
19534 * vcursor.el (vcursor-copy-line):
19535 * woman.el (woman-bold-headings, woman-ignore)
19536 (woman-default-faces, woman-monochrome-faces):
19537 * calendar/todo-mode.el (todo-insert-threshold):
19538 * emulation/pc-select.el (pc-select-selection-keys-only)
19539 (pc-selection-mode):
19540 * emulation/vip.el (vip-find-char-forward):
19541 * emulation/viper-cmd.el (viper-find-char-forward):
19542 * international/mule-cmds.el
19543 (select-safe-coding-system-accept-default-p)
19544 (input-method-exit-on-invalid-key):
19545 * international/mule-diag.el (describe-coding-system):
19546 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19547 * net/browse-url.el (browse-url-xterm-program):
19548 * obsolete/lazy-lock.el (lazy-lock-mode):
19549 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19550 (cperl-mode):
19551 * progmodes/cpp.el (cpp-face-light-name-list)
19552 (cpp-face-dark-name-list):
19553 * progmodes/delphi.el (delphi-newline-always-indents):
19554 Fix spellings in docstrings.
19555
19556 * ido.el (ido-mode, ido-file-extensions-order)
19557 (ido-default-file-method, ido-default-buffer-method)
19558 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19559 (ido-decorations, ido-read-file-name-as-directory-commands)
19560 (ido-read-file-name-non-ido, ido-work-directory-list)
19561 (ido-ignore-item-temp-list, ido-current-directory)
19562 (ido-magic-forward-char, ido-enter-find-file)
19563 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19564 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19565
19566 2005-06-10 Lute Kamstra <lute@gnu.org>
19567
19568 * play/dunnet.el (dun-mode): Use define-derived-mode.
19569 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19570 obsolete alias.
19571
19572 * play/doctor.el (doctor-mode-map): Remove defvar.
19573 (doctor-mode): Use define-derived-mode.
19574
19575 * mail/mspools.el (mspools-mode):
19576 * net/eudc-hotlist.el (eudc-hotlist-mode):
19577 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19578
19579 2005-06-10 Miles Bader <miles@gnu.org>
19580
19581 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19582 Remove "-face" suffix from face names.
19583 (flyspell-incorrect-face, flyspell-duplicate-face):
19584 New backward-compatibility aliases for renamed faces.
19585 (flyspell-mode-on, make-flyspell-overlay)
19586 (flyspell-highlight-incorrect-region)
19587 (flyspell-highlight-duplicate-region)
19588 (flyspell-display-next-corrections)
19589 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19590
19591 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19592 from face name.
19593 (texinfo-heading-face): New backward-compatibility alias for
19594 renamed face.
19595 (texinfo-heading-face): Use renamed texinfo-heading face.
19596
19597 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19598 suffix from face names.
19599 (tex-math-face, tex-verbatim-face):
19600 New backward-compatibility aliases for renamed faces.
19601 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19602 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19603 literal face name.
19604
19605 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19606 name.
19607 (table-cell-face): New backward-compatibility alias for renamed face.
19608 (table--put-cell-face-property, table--update-cell-face):
19609 Use renamed table-cell face.
19610
19611 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19612 from face name.
19613 (sgml-namespace-face): New backward-compatibility alias for
19614 renamed face.
19615 (sgml-namespace-face): Use renamed sgml-namespace face.
19616
19617 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19618 (org-level-4, org-level-5, org-level-6, org-level-7)
19619 (org-level-8, org-warning, org-headline-done)
19620 (org-deadline-announce, org-scheduled-today)
19621 (org-scheduled-previously, org-link, org-done, org-table)
19622 (org-time-grid): Remove "-face" suffix from face names.
19623 (org-level-1-face, org-level-2-face, org-level-3-face)
19624 (org-level-4-face, org-level-5-face, org-level-6-face)
19625 (org-level-7-face, org-level-8-face, org-warning-face)
19626 (org-headline-done-face, org-deadline-announce-face)
19627 (org-scheduled-today-face, org-scheduled-previously-face)
19628 (org-link-face, org-done-face, org-table-face)
19629 (org-time-grid-face):
19630 New backward-compatibility aliases for renamed faces.
19631 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19632 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19633 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19634 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19635
19636 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19637 (viper-minibuffer-emacs, viper-minibuffer-insert)
19638 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19639 (viper-search-face, viper-replace-overlay-face)
19640 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19641 (viper-minibuffer-vi-face):
19642 New backward-compatibility aliases for renamed faces.
19643 (viper-search-face, viper-replace-overlay-face)
19644 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19645 (viper-minibuffer-vi-face): Use renamed viper faces.
19646
19647 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19648 Remove "-face" suffix from face names.
19649 (testcover-nohits-face, testcover-1value-face):
19650 New backward-compatibility aliases for renamed faces.
19651 (testcover-mark): Use renamed testcover faces.
19652
19653 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19654 face name.
19655 (diary-button-face): New backward-compatibility alias for renamed face.
19656 (diary-entry): Use renamed diary-button face.
19657
19658 * calendar/calendar.el (diary, calendar-today, holiday)
19659 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19660 (diary-face, calendar-today-face, holiday-face):
19661 New backward-compatibility aliases for renamed faces.
19662 (eval-after-load "facemenu", diary-entry-marker)
19663 (calendar-today-marker, calendar-holiday-marker, diary-face):
19664 Use renamed calendar faces.
19665
19666 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19667 (compare-windows-face): New backward-compatibility alias for
19668 renamed face.
19669 (compare-windows-highlight): Use renamed compare-windows face.
19670
19671 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19672 (strokes-char-face): New backward-compatibility alias for renamed face.
19673 (strokes-encode-buffer): Use renamed strokes-char face.
19674
19675 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19676 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19677 Remove "-face" suffix from face names.
19678 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19679 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19680 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19681 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19682 Use renamed pcvs faces.
19683 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19684 * pcvs-defs.el (cvs-mode-map): Likewise.
19685 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19686
19687 * info.el (info-title-1, info-title-2, info-title-3)
19688 (info-title-4): Remove "-face" suffix from and downcase face names.
19689 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19690 (Info-title-4-face):
19691 New backward-compatibility aliases for renamed faces.
19692 (Info-fontify-node): Use renamed info faces.
19693
19694 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19695 Remove "-face" suffix from face names.
19696 (highlight-changes-face, highlight-changes-delete-face):
19697 New backward-compatibility aliases for renamed faces.
19698 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19699 (hilit-chg-make-list): Use renamed highlight-changes faces.
19700
19701 * generic-x.el (show-tabs-tab, show-tabs-space):
19702 Remove "-face" suffix from face names.
19703 (show-tabs-tab-face, show-tabs-space-face):
19704 New backward-compatibility aliases for renamed faces.
19705 (show-tabs-generic-mode-font-lock-defaults-1)
19706 (show-tabs-generic-mode-font-lock-defaults-2):
19707 Use renamed show-tabs faces.
19708
19709 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19710 (smerge-markers): Remove "-face" suffix from face names.
19711 (smerge-mine-face, smerge-other-face, smerge-base-face)
19712 (smerge-markers-face):
19713 New backward-compatibility aliases for renamed faces.
19714 (smerge-mine-face, smerge-other-face, smerge-base-face)
19715 (smerge-markers-face): Use renamed smerge faces.
19716
19717 * log-view.el (log-view-file, log-view-message): Remove "-face"
19718 suffix from face names.
19719 (log-view-file-face, log-view-message-face):
19720 New backward-compatibility aliases for renamed faces.
19721 (log-view-file-face, log-view-message-face): Use renamed log-view
19722 faces.
19723
19724 * paren.el (show-paren-match, show-paren-mismatch):
19725 Remove "-face" suffix from face names.
19726 (show-paren-match-face, show-paren-mismatch-face):
19727 New backward-compatibility aliases for renamed faces.
19728 (show-paren-function): Use renamed show-paren faces.
19729
19730 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19731 (ruler-mode-margins, ruler-mode-fringes)
19732 (ruler-mode-column-number, ruler-mode-fill-column)
19733 (ruler-mode-comment-column, ruler-mode-goal-column)
19734 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19735 suffix from face names.
19736 (ruler-mode-default-face, ruler-mode-pad-face)
19737 (ruler-mode-margins-face, ruler-mode-fringes-face)
19738 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19739 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19740 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19741 New backward-compatibility aliases for renamed faces.
19742 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19743 (ruler-mode-column-number, ruler-mode-fill-column)
19744 (ruler-mode-comment-column, ruler-mode-goal-column)
19745 (ruler-mode-tab-stop, ruler-mode-current-column)
19746 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19747 faces.
19748
19749 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19750 face name.
19751 (whitespace-highlight-the-space): Use renamed face.
19752 (whitespace-highlight-face): New backward-compatibility alias for
19753 renamed face.
19754
19755 * woman.el (woman-italic, woman-bold, woman-unknown)
19756 (woman-addition, woman-symbol-face):
19757 Remove "-face" suffix from face names.
19758 (woman-italic-face, woman-bold-face, woman-unknown-face)
19759 (woman-addition-face):
19760 New backward-compatibility aliases for renamed faces.
19761 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19762 (woman-decode-region, woman-replace-match)
19763 (woman-display-extended-fonts, woman-special-characters)
19764 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19765 Use renamed woman faces.
19766
19767 * longlines.el (longlines-visible-face): Face removed.
19768
19769 * diff-mode.el (diff-header, diff-file-header, diff-index)
19770 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19771 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19772 suffix from face names.
19773 (diff-header-face, diff-file-header-face, diff-index-face)
19774 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19775 (diff-changed-face, diff-function-face, diff-context-face)
19776 (diff-nonexistent-face): New backward-compatibility aliases for
19777 renamed faces.
19778 (diff-header-face, diff-file-header-face)
19779 (diff-index, diff-index-face, diff-hunk-header)
19780 (diff-hunk-header-face, diff-removed, diff-removed-face)
19781 (diff-added, diff-added-face, diff-changed-face, diff-function)
19782 (diff-function-face, diff-context-face, diff-nonexistent)
19783 (diff-nonexistent-face): Use renamed diff-mode faces.
19784
19785 * progmodes/compile.el (compilation-warning-face)
19786 (compilation-info-face): Remove "-face" suffix from face names.
19787 (compilation-warning-face, compilation-info-face):
19788 New backward-compatibility aliases for renamed faces.
19789 (compilation-warning-face, compilation-info-face):
19790 Use renamed compilation faces.
19791
19792 * add-log.el (change-log-date, change-log-name)
19793 (change-log-email, change-log-file, change-log-list)
19794 (change-log-conditionals, change-log-function)
19795 (change-log-acknowledgement): Remove "-face" suffix from face names.
19796 (change-log-date-face, change-log-name-face)
19797 (change-log-email-face, change-log-file-face)
19798 (change-log-list-face, change-log-conditionals-face)
19799 (change-log-function-face, change-log-acknowledgement-face):
19800 New backward-compatibility aliases for renamed faces.
19801 (change-log-font-lock-keywords): Use renamed change-log faces.
19802
19803 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19804 (custom-set, custom-changed, custom-saved, custom-button)
19805 (custom-button-pressed, custom-documentation, custom-state)
19806 (custom-comment, custom-comment-tag, custom-variable-tag)
19807 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19808 (custom-group-tag): Remove "-face" suffix from face names.
19809 (custom-magic-alist, custom-magic-value-create)
19810 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19811 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19812 (custom-set-face, custom-changed-face, custom-saved-face)
19813 (custom-button-face, custom-button-pressed-face)
19814 (custom-documentation-face, custom-state-face)
19815 (custom-comment-face, custom-comment-tag-face)
19816 (custom-variable-tag-face, custom-variable-button-face)
19817 (custom-face-tag-face, custom-group-tag-face-1)
19818 (custom-group-tag-face):
19819 New backward-compatibility aliases for renamed faces.
19820
19821 * wid-edit.el (widget-documentation, widget-button)
19822 (widget-field, widget-single-line-field, widget-inactive)
19823 (widget-button-pressed): "-face" suffix removed from face names.
19824 (widget-documentation-face, widget-button-face)
19825 (widget-field-face, widget-single-line-field-face)
19826 (widget-inactive-face, widget-button-pressed-face):
19827 New backward-compatibility aliases for renamed faces.
19828 (widget-documentation-face, widget-button-face)
19829 (widget-button-pressed-face, widget-specify-field)
19830 (widget-specify-inactive): Use renamed widget faces.
19831
19832 2005-06-10 Kenichi Handa <handa@m17n.org>
19833
19834 * term/x-win.el (x-clipboard-yank): Remove condition-case
19835 wrapping.
19836
19837 2005-06-11 Kenichi Handa <handa@m17n.org>
19838
19839 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19840 date lines stricter.
19841
19842 2005-06-10 Zhang Wei <id.brep@gmail.com>
19843
19844 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19845 of x-get-selection.
19846
19847 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19848
19849 * comint.el (comint-mode, comint-snapshot-last-prompt):
19850 * frame.el (frame-current-scroll-bars):
19851 * term.el (term-mode, term-check-proc, term-input-sender)
19852 (term-simple-send, term-extract-string, term-word)
19853 (term-match-partial-filename):
19854 * window.el (window-current-scroll-bars):
19855 * emulation/cua-base.el (cua-normal-cursor-color)
19856 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19857 (cua-global-mark-cursor-color):
19858 * mail/undigest.el (rmail-forward-separator-regex):
19859 Fix typos in docstrings.
19860
19861 * comint.el (comint-check-proc, make-comint-in-buffer)
19862 (comint-source-default): Doc fixes.
19863
19864 * term.el (term-send-string): Improve argument/docstring consistency.
19865
19866 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19867
19868 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19869 call to `delete-region'.
19870 (comint-mode-hook): Do not enable Font Lock by default.
19871
19872 2005-06-09 Lute Kamstra <lute@gnu.org>
19873
19874 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19875 could be void.
19876
19877 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19878
19879 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19880 (debug): Use it.
19881 (debugger-step-through, debugger-continue, debugger-jump)
19882 (debugger-return-value): Set it when needed.
19883 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19884 Use inhibit-read-only.
19885
19886 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19887
19888 * window.el (shrink-window-if-larger-than-buffer)
19889 (window-size-fixed): Fix typo in docstring.
19890
19891 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19892 thumbnails directory on loading.
19893 (thumbs-conversion-program): Use `eq' to check the system type,
19894 not `equal'.
19895 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19896 not "/tmp". Fix docstring.
19897 (thumbs-thumbsdir): New function to return the thumbnails
19898 directory, creating it if needed.
19899 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19900 (thumbs-temp-file): Delete variable and make it into a function.
19901 (thumbs-resize-image, thumbs-modify-image): Use it.
19902 (thumbs-kill-buffer): Simplify.
19903 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19904 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19905 docstrings.
19906
19907 2005-06-09 Kim F. Storm <storm@cua.dk>
19908
19909 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19910 set-match-data to free markers in match-data.
19911
19912 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19913 match-data to unchain markers in match-data.
19914
19915 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19918 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19919 unnecessary now.
19920
19921 2005-06-08 Richard M. Stallman <rms@gnu.org>
19922
19923 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19924 give the variable a doc string that doesn't say don't set it directly.
19925
19926 * textmodes/ispell.el (ispell-check-version):
19927 Use match-string-no-properties.
19928 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19929 (ispell-buffer-local-words): Likewise.
19930
19931 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19932 except on terminals with enough colors to really display it.
19933 (makefile-dependency-regex): Delete spurious `bb'.
19934
19935 * faces.el (escape-glyph): Use blue once again in last case.
19936 (no-break-space): Redefine so that it isn't invisible on a tty.
19937
19938 2005-06-08 Kim F. Storm <storm@cua.dk>
19939
19940 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19941 also when reading directory name.
19942
19943 2005-06-08 Lute Kamstra <lute@gnu.org>
19944
19945 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19946 (flyspell-mode-line-string): Remove autoload cookie.
19947 (flyspell-mode): Remove defvar.
19948
19949 2005-06-07 Lute Kamstra <lute@gnu.org>
19950
19951 * textmodes/org.el (org-run-mode-hooks): New function.
19952 (org-agenda-mode): Use it.
19953
19954 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19955
19956 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19957
19958 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19961
19962 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19963
19964 * font-lock.el (font-lock-add-keywords): Doc fix.
19965
19966 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19969 (tex-compile-default): In the absence of any history, use the order in
19970 tex-compile-alist to choose the preferred command.
19971 (tex-compile-commands): Reorder a bit.
19972
19973 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19974 (flyspell-incorrect-face, flyspell-duplicate-face):
19975 Use (X)Emacs-agnostic code.
19976 (flyspell-mode-map): Don't overwrite at each load. Remove code
19977 redundant with the subsequent add-minor-mode. Merge Emacs and
19978 XEmacs code.
19979 (flyspell-word): Minor simplification.
19980 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19981 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19982 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19983 Merge the corresponding Emacs code.
19984 (flyspell-correct-word, flyspell-xemacs-popup):
19985 Use flyspell-do-correct.
19986
19987 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19988 a dedicated window.
19989
19990 * international/latexenc.el (latexenc-find-file-coding-system):
19991 Undo part of last patch, to turn off a compiler warning.
19992
19993 2005-06-06 Juri Linkov <juri@jurta.org>
19994
19995 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19996 Rename `tmm-inactive-face' to `tmm-inactive'.
19997
19998 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19999
20000 * iswitchb.el: Rename faces.
20001
20002 2005-06-06 Kim F. Storm <storm@cua.dk>
20003
20004 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20005 (cua-global-mark): Remove -face suffix from face names.
20006
20007 * emulation/cua-gmrk.el (cua--init-global-mark):
20008 Remove cua-global-mark face setup.
20009
20010 2005-06-06 Richard M. Stallman <rms@gnu.org>
20011
20012 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20013 just like other allowed characters.
20014 (makefile-match-dependency): Exclude leading and training whitespace
20015 from the range of regexp subexp 1.
20016 (makefile-macroassign-regex): Don't try to match the body,
20017 just the name of the macro being defined.
20018
20019 * info.el (Info-read-node-name-2): New function.
20020 (Info-read-node-name-1): Use that.
20021 Add a completion-base-size-function property.
20022
20023 * simple.el (completion-setup-function): Look for
20024 completion-base-size-function property of minibuffer-completion-table.
20025
20026 * files.el (locate-file-completion): Doc fix.
20027
20028 * printing.el: Don't call pr-update-menus; user must do that.
20029
20030 * emacs-lisp/debug.el (debugger-window): New variable.
20031 (debug): Use debugger-window if it is set and still alive.
20032 Record debugger-window for next entry.
20033
20034 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20035
20036 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20037
20038 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20039 (hack-one-local-variable, hack-local-variables)
20040 (hack-local-variables-prop-line): Pass that arg.
20041
20042 2005-06-06 Kim F. Storm <storm@cua.dk>
20043
20044 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20045 (ido-indicator): Remove -face suffix from face names.
20046
20047 2005-06-06 Juri Linkov <juri@jurta.org>
20048
20049 * font-lock.el (font-lock-regexp-backslash)
20050 (font-lock-regexp-backslash-construct): New faces.
20051 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20052 after `('. Add `while-no-input' to control structures.
20053
20054 * faces.el (no-break-space, shadow): New faces.
20055 (escape-glyph): Use less loud colors pink2 and red4.
20056
20057 * diff-mode.el (diff-context-face)
20058 * dired.el (dired-ignored)
20059 * rfn-eshadow.el (file-name-shadow)
20060 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20061
20062 * info.el (Info-title-1-face): Use green instead of yellow because
20063 bold yellow is not readable on light backgrounds.
20064
20065 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20066 before selecting the desired mode to not spend time fontifying
20067 old contents.
20068
20069 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20070
20071 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20072 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20073
20074 * ps-print.el (ps-default-fg, ps-default-bg):
20075 Fix typos in docstrings.
20076
20077 * isearchb.el (isearchb): Don't pass a spurious second argument to
20078 `iswitchb-completions'.
20079
20080 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20081
20082 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20083 to preserve point.
20084 (gdb-find-file-hook): Add doc string.
20085
20086 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20087 C dereferenced pointer expression.
20088 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20089
20090 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20091
20092 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20093 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20094 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20095 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20096 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20097 Make background transparent.
20098
20099 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20100
20101 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20102 (font-lock-remove-keywords): Doc fix.
20103 (font-lock-mode-major-mode): Compiler defvar.
20104 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20105
20106 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20107 (font-lock-mode): Update `font-lock-mode-major-mode'.
20108 (font-lock-set-defaults): Compiler defvar.
20109 (font-lock-default-function): Take `font-lock-mode-major-mode'
20110 into account.
20111
20112 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20113 keep track of which major mode it enabled the minor mode for.
20114 Use find-file-hook again. Update docstring.
20115
20116 * simple.el (eval-expression-print-level)
20117 (eval-expression-print-length, eval-expression-debug-on-error):
20118 Doc fixes.
20119
20120 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20121
20122 * iswitchb.el (iswitchb-single-match-face)
20123 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20124 (iswitchb-invalid-regexp-face): New faces.
20125 (iswitchb-completions): Use them.
20126 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20127 now marked as an obsolete alias.
20128 (iswitchb-read-buffer): Remove check for bound font variables.
20129 (iswitchb-invalid-regexp): New free variable.
20130 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20131 set iswitchb-invalid-regexp.
20132 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20133 invalid regexps.
20134 (iswitchb-completions): Add check for complete match when entering
20135 a regexp.
20136 (iswitchb-completions): Remove require-match argument.
20137 (iswitchb-exhibit): Fix caller.
20138 (iswitchb-common-match-inserted): New variable.
20139 (iswitchb-complete, iswitchb-completion-help): Use it.
20140
20141 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20142
20143 * url-http.el (url-http-chunked-encoding-after-change-function):
20144 Use `url-http-debug' instead of `message'.
20145
20146 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20147
20148 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20149 callback argument.
20150
20151 2005-06-04 Kim F. Storm <storm@cua.dk>
20152
20153 * simple.el (line-move): Only call sit-for when moving backwards.
20154
20155 * ido.el (ido-make-merged-file-list-1): New defun split from
20156 ido-make-merged-file-list.
20157 (ido-make-merged-file-list): Bind throw-on-input around call to
20158 ido-make-merged-file-list-1. Return input-pending-p if
20159 interrupted by more input available.
20160 (ido-read-internal): Handle input-pending-p return value from
20161 ido-make-merged-file-list.
20162
20163 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20166 compatibility code.
20167
20168 * international/latexenc.el (latexenc-find-file-coding-system):
20169 Don't inherit the EOL part of the coding-system from the
20170 tex-main buffer. Fit within 80 columns.
20171
20172 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20173
20174 * tmm.el (tmm-inactive-face): New face.
20175 (tmm-remove-inactive-mouse-face): New function.
20176 (tmm-prompt, tmm-add-one-shortcut)
20177 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20178 but not selectable.
20179
20180 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20181
20182 * faces.el (face-equal): Improve argument/docstring consistency.
20183
20184 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20185
20186 * progmodes/make-mode.el (makefile-targets-face)
20187 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20188 (makefile-bsdmake-dependency-regex)
20189 (makefile-makepp-rule-action-regex)
20190 (makefile-bsdmake-rule-action-regex): New constants.
20191 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20192
20193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20194 Allow (...) within `...' for makepp messages.
20195
20196 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20197
20198 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20199
20200 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20201 "." files are deleted from all file lists before comparison.
20202
20203 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20204 (viper-ESC-key): Made them customizable.
20205
20206 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20207
20208 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20209
20210 * autorevert.el (auto-revert-buffers): Use save-match-data.
20211
20212 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20215 menu items with a nil command binding.
20216
20217 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20218
20219 * emacs-lisp/cl-macs.el (defsetf):
20220 Improve argument/docstring consistency.
20221
20222 * faces.el (list-faces-display): Improve the formatting by
20223 computing the maximum length required for any face-name (reworked
20224 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20225 (internal-find-face): Remove redundant info in docstring.
20226
20227 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20228
20229 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20230 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20231 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20232 (gdb-assembler-custom): Improve regexps.
20233 (def-gdb-auto-update-handler): Use window point to preserve point.
20234
20235 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20238
20239 2005-05-31 Jay Belanger <belanger@truman.edu>
20240
20241 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20242 to calc-embedded.
20243 (calc-embedded-make-info): Have plain prefix argument select
20244 entire line.
20245
20246 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20247
20248 * faces.el (list-faces-display): Signal error if passed a regexp
20249 that matches no face name.
20250
20251 * simple.el (filter-buffer-substring): Fix typo in docstring.
20252
20253 2005-05-31 Richard M. Stallman <rms@gnu.org>
20254
20255 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20256 (vhdl-emacs-21): Doc fix.
20257 (vhdl-mode): Unconditionally set comment-padding.
20258 (vhdl-fixup-whitespace-region): Insert spaces only where
20259 there are none.
20260 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20261
20262 2005-05-30 John Wiegley <johnw@newartisans.com>
20263
20264 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20265 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20266 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20267 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20268 `string-to-number'.
20269
20270 2005-05-30 Jay Belanger <belanger@truman.edu>
20271
20272 * calc/calc.el (calc-bug-address): Fix docstring.
20273 (calc-window-hook, calc-trail-window-hook): New variables.
20274 (calc-trail-display): Restore use of calc-trail-window-hook.
20275 (calc): Restore use of calc-window-hook.
20276
20277 2005-05-31 Masatake YAMATO <jet@gyve.org>
20278
20279 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20280
20281 * help-fns.el (help-C-file-name): Add autoload mark for
20282 `find-function-noselect'.
20283
20284 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20285
20286 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20287 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20288
20289 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20290
20291 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20292 included diary buffer if it was not already being visited.
20293 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20294
20295 * calendar/icalendar.el (top-level): Do not require appt.
20296
20297 * mail/supercite.el (sc-select-attribution): Only use a list
20298 element from sc-attrib-selection-list if it returns a string.
20299 Reported by Davide G. M. Salvetti <salve@debian.org>.
20300
20301 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20302
20303 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20304 includes a hash value to improve its uniqueness, and has a ".jpg"
20305 extension. Also, it is now a valid filename on all systems.
20306 (thumbs-make-thumb): Use `let', not `let*'.
20307 (thumbs-show-thumbs-list): Check for JPEG availability.
20308
20309 2005-05-30 Richard M. Stallman <rms@gnu.org>
20310
20311 * filesets.el (filesets-menu-ensure-use-cached):
20312 Prevent warning when emacs-version>= is undefined.
20313
20314 * printing.el (pr-interactive-n-up): Use string-to-number.
20315
20316 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20317
20318 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20319 Warn only when name to be defined is quoted.
20320
20321 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20322
20323 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20324 Make regexp more robust.
20325 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20326 Force regeneration of disassembly.
20327
20328 2005-05-29 Jay Belanger <belanger@truman.edu>
20329
20330 * calc/calc.el (calc-user-invocation): Check if
20331 calc-invocation-macro is non-nil.
20332
20333 2005-05-29 Juri Linkov <juri@jurta.org>
20334
20335 * add-log.el (change-log-font-lock-keywords):
20336 Add `+' to e-mail regexp to accept mail address with keywords.
20337
20338 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20339
20340 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20341
20342 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20343
20344 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20345
20346 2005-05-29 Richard M. Stallman <rms@gnu.org>
20347
20348 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20349 Undo the change that moves to end of the current word.
20350
20351 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20352
20353 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20354 Throw error when count <= 0 to ensure input is a number.
20355 (gdb-read-memory-custom): Pick up address from buffer.
20356 (gdb-memory-mode): Allow user to increment and decrement
20357 memory address from header line.
20358
20359 2005-05-29 Richard M. Stallman <rms@gnu.org>
20360
20361 * flyspell.el (flyspell-version): Function deleted.
20362 (flyspell-auto-correct-previous-hook): Doc fix.
20363
20364 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20365 Do nothing if memory is full.
20366
20367 * font-lock.el (font-lock-fontify-syntactically-region):
20368 Pass t for GREEDY to looking-back.
20369
20370 * saveplace.el (save-place-alist-to-file): Write the file
20371 using write-region.
20372
20373 * subr.el (looking-back): New argument GREEDY.
20374
20375 * progmodes/compile.el (compilation-start): Set the mode
20376 before inserting the initial text.
20377
20378 * progmodes/which-func.el (which-func-update-1): Turn the mode
20379 off in case of error by setting which-func-mode.
20380
20381 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20382
20383 * flyspell.el (flyspell-auto-correct-previous-word):
20384 Narrow down to what's on the screen, and recenter overlays
20385 at the end of the next word.
20386
20387 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20388
20389 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20390 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20391 (flyspell-abbrev-p): Default to nil.
20392 (flyspell-use-global-abbrev-table-p): Doc fix.
20393 (flyspell-large-region): Allow nil as value.
20394 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20395
20396 (mail-mode-flyspell-verify): More robust handling
20397 of `mail-header-separator'. More efficient signature detection.
20398 Allow for regexp metacharacters in message-header-separator.
20399 Adding `To' not to be checked in mail-mode-flyspell-verify.
20400
20401 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20402 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20403 Bind flyspell-auto-correct-binding.
20404 Bind C-. and C-, .
20405 (flyspell-mode-map): Likewise.
20406 (flyspell-mode): Doc fix.
20407 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20408 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20409 (flyspell-word-cache-result): New var, always local.
20410 (flyspell-check-pre-word-p): Doc fix.
20411 (flyspell-check-changed-word-p): Handle spc like newline.
20412 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20413 (flyspell-word-search-backward, flyspell-word-search-forward):
20414 New functions.
20415 (flyspell-word): Return t if nothing to check.
20416 When parsing TeX code, check for after } or \.
20417 Use flyspell-word-search-backward to find previous word.
20418 Return nil if duplicated word.
20419 For word already checked, return same value as last time.
20420 Set flyspell-word-cache-result after checking.
20421 Don't clobber the return value.
20422 (flyspell-get-word): Major rewrite.
20423 (flyspell-external-point-words): New locals pword, pcount.
20424 Fix size used in progress message.
20425 Find the proper corresponding word in flyspell-large-region-buffer.
20426 (flyspell-region): Check for flyspell-large-region = nil.
20427 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20428 (flyspell-auto-correct-word): Check that WORD is a cons.
20429 (flyspell-correct-word): Likewise.
20430
20431 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20432
20433 * progmodes/make-mode.el (makefile-rule-action-regex)
20434 (makefile-macroassign-regex, makefile-makepp-mode)
20435 (makefile-bsdmake-mode): Continuation lines may be empty.
20436 Reported by Joshua Varner.
20437 (makefile-makepp-font-lock-keywords): Add $(stem).
20438
20439 2005-05-28 Karl Berry <karl@gnu.org>
20440
20441 * textmodes/tex-mode.el: Now that tex-send-command calls
20442 shell-quote-argument (2005-03-31 change), remove all calls to
20443 shell-quote-argument; they all end up invoking tex-send-command.
20444 The double quoting loses on filenames with non-safe characters,
20445 such as "@". Reported by Frederik Fouvry.
20446
20447 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20448
20449 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20450 about preserving point.
20451
20452 2005-05-27 Jay Belanger <belanger@truman.edu>
20453
20454 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20455 Info-goto-node.
20456
20457 * calc/calc-embed.el (calc-embed-arg): New variable.
20458 (calc-do-embedded-activate, calc-embedded-activate-formula)
20459 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20460 variable by new variable.
20461 (calc-embedded-make-info): Replace undeclared variable by new
20462 variable. When selecting region with positive prefix
20463 argument, use end of previous line instead of beginning of line.
20464
20465 * calc/calc-aent.el (calc-arg-values): Declare it.
20466
20467 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20468 Declare them.
20469
20470 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20471
20472 * calc/calc.el (calc-alg-map): Declare it.
20473
20474 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20475
20476 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20477
20478 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20479 (gdb-registers-buffer, toggle-gdb-all-registers):
20480 Toggle display of floating point registers.
20481 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20482
20483 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20484 (toggle-gud-tooltip-dereference):
20485 Rename from gud-toggle-tooltip-dereference.
20486
20487 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20490
20491 2005-05-27 Jay Belanger <belanger@truman.edu>
20492
20493 * calc/calc-prog.el (calc-kbd-report): Remove.
20494 (calc-kbd-query): Rewrite.
20495
20496 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20497
20498 * image.el (image-library-alist): Move to image.c.
20499 (image-type-available-p): Doc fix.
20500
20501 2005-05-27 Lute Kamstra <lute@gnu.org>
20502
20503 * calc/calc.el (calc):
20504 * outline.el (outline-1, outline-2, outline-3, outline-4)
20505 (outline-5, outline-6, outline-7, outline-8):
20506 * textmodes/dns-mode.el (dns-mode):
20507 * textmodes/sgml-mode.el (sgml-namespace-face):
20508 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20509 (tex-verbatim-face, tex-use-reftex):
20510 * textmodes/texinfo.el (texinfo-heading-face):
20511 Specify customization group.
20512
20513 * longlines.el: Don't require easy-mmode.
20514 (longlines-visible-face): Specify customization group.
20515
20516 2005-05-27 Kenichi Handa <handa@m17n.org>
20517
20518 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20519 encoding table of windows-1251.
20520
20521 * international/ucs-tables.el (ucs-set-table-for-input):
20522 If translation-table-for-input of a coding system is a symbol, get
20523 its translation-table property.
20524
20525 * international/code-pages.el: Don't register a coding system into
20526 non-iso-charset-alist more than once.
20527 (cp-make-coding-system): Likewise.
20528
20529 2005-05-26 John Wiegley <johnw@newartisans.com>
20530
20531 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20532 `eshell-resume-eval' is wrapped in a list, it indicates that the
20533 command was run asynchronously. In that case, unwrap the value
20534 before checking the delimiter value.
20535
20536 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20537 character before a space at the end of a line is \, assume the space
20538 is part of the last argument rather than a final argument separator.
20539
20540 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20541 is in use, and the target is `t' or `nil' (which are the most common
20542 values), don't assume that the symbol target is a buffer.
20543
20544 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20545
20546 * calendar/calendar.el (calendar-mode-line-format):
20547 Use mode-line-highlight as mouse-face.
20548
20549 * time.el (display-time-string-forms, display-time-update):
20550 Use mode-line-highlight as mouse-face.
20551
20552 2005-05-26 Jay Belanger <belanger@truman.edu>
20553
20554 * calc/calc.el (calc-language-alist): Remove extra defvar.
20555
20556 2005-05-26 Lute Kamstra <lute@gnu.org>
20557
20558 * arc-mode.el (archive-mode):
20559 * bookmark.el (bookmark-read-annotation-mode)
20560 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20561 * bs.el (bs-mode):
20562 * calc/calc-yank.el (calc-edit-mode):
20563 * calc/calc.el (calc-mode, calc-trail-mode):
20564 * calculator.el (calculator-mode):
20565 * chistory.el (command-history-mode):
20566 * comint.el:
20567 * cus-edit.el (custom-mode):
20568 * descr-text.el (describe-text-mode):
20569 * ebuff-menu.el (Electric-buffer-menu-mode):
20570 * ediff-util.el (ediff-mode):
20571 * emacs-lisp/re-builder.el (reb-mode):
20572 * emulation/vi.el (vi-mode-setup):
20573 * emulation/ws-mode.el (wordstar-mode):
20574 * eshell/esh-mode.el (eshell-mode):
20575 * forms.el (forms-mode):
20576 * help-mode.el (help-mode):
20577 * hexl.el (hexl-mode):
20578 * ibuffer.el (ibuffer-mode):
20579 * ielm.el (inferior-emacs-lisp-mode):
20580 * info.el (Info-mode, Info-edit-mode):
20581 * international/swedish.el:
20582 * ledit.el (ledit-from-lisp-mode):
20583 * locate.el (locate-mode):
20584 * mail/rmail.el (rmail-mode):
20585 * mail/rmailedit.el (rmail-edit-mode):
20586 * mail/rmailsum.el (rmail-summary-mode):
20587 * mail/supercite.el (sc-electric-mode):
20588 * net/eudc.el (eudc-mode):
20589 * net/quickurl.el (quickurl-list-mode):
20590 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20591 * obsolete/ooutline.el (outline-mode):
20592 * obsolete/options.el (Edit-options-mode):
20593 * obsolete/rnews.el (news-mode):
20594 * obsolete/rnewspost.el (news-reply-mode):
20595 * play/5x5.el (5x5-mode):
20596 * play/decipher.el (decipher-mode, decipher-stats-mode):
20597 * play/gomoku.el (gomoku-mode):
20598 * play/snake.el (snake-mode):
20599 * play/solitaire.el (solitaire-mode):
20600 * play/tetris.el (tetris-mode):
20601 * progmodes/ada-mode.el (ada-mode):
20602 * progmodes/antlr-mode.el (antlr-mode):
20603 * progmodes/autoconf.el (autoconf-mode):
20604 * progmodes/dcl-mode.el (dcl-mode):
20605 * progmodes/delphi.el (delphi-mode):
20606 * progmodes/ebrowse.el (ebrowse-tree-mode)
20607 (ebrowse-electric-list-mode, ebrowse-member-mode)
20608 (ebrowse-electric-position-mode):
20609 * progmodes/f90.el (f90-mode):
20610 * progmodes/fortran.el (fortran-mode):
20611 * progmodes/icon.el (icon-mode):
20612 * progmodes/idlw-help.el (idlwave-help-mode):
20613 * progmodes/idlw-shell.el (idlwave-shell-mode):
20614 * progmodes/idlwave.el (idlwave-mode):
20615 * progmodes/inf-lisp.el (inferior-lisp-mode):
20616 * progmodes/m4-mode.el (m4-mode):
20617 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20618 * progmodes/modula2.el (modula-2-mode):
20619 * progmodes/octave-inf.el (inferior-octave-mode):
20620 * progmodes/octave-mod.el (octave-mode):
20621 * progmodes/pascal.el (pascal-mode):
20622 * progmodes/sh-script.el (sh-mode):
20623 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20624 * progmodes/vhdl-mode.el (vhdl-mode):
20625 * progmodes/xscheme.el (scheme-interaction-mode):
20626 * replace.el (occur-mode):
20627 * ses.el (ses-mode):
20628 * simple.el (completion-list-mode):
20629 * skeleton.el:
20630 * speedbar.el (speedbar-mode):
20631 * term.el (term-mode):
20632 * terminal.el (terminal-edit-mode):
20633 * textmodes/reftex-index.el (reftex-index-mode)
20634 (reftex-index-phrases-mode):
20635 * textmodes/reftex-sel.el (reftex-select-label-mode)
20636 (reftex-select-bib-mode):
20637 * textmodes/reftex-toc.el (reftex-toc-mode):
20638 * wdired.el (wdired-change-to-wdired-mode):
20639 * wid-browse.el (widget-browse-mode):
20640 Use run-mode-hooks.
20641
20642 * array.el (array-mode):
20643 * calendar/todo-mode.el (todo-mode):
20644 * man.el (Man-mode):
20645 * play/landmark.el (lm-mode):
20646 * play/mpuz.el (mpuz-mode):
20647 Use kill-all-local-variables and run-mode-hooks.
20648
20649 * subr.el (delay-mode-hooks): Specify indentation.
20650
20651 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20652
20653 * xml.el (xml-substitute-special): Don't die for undefined xml
20654 entities.
20655
20656 2005-05-26 Jay Belanger <belanger@truman.edu>
20657
20658 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20659 of nil.
20660
20661 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20662
20663 * progmodes/gdb-ui.el (gdb-frame-address):
20664 Rename from gdb-current-address.
20665 (gdb-previous-frame-address): Rename from gdb-previous-address.
20666 (gdb-selected-frame): Rename from gdb-current-frame.
20667 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20668 (gdb-frame-number): Rename from gdb-current-stack-level.
20669 (gdb-ann3): Match new mode-name for disassembly buffer.
20670 Extend initialization of variables.
20671 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20672 (gdb-memory-mode): Use mouse-face in header line.
20673 (gdb-assembler-buffer-name): Call it disassembly and give frame
20674 in mode line.
20675 (gdb-source-spec-regexp, gdb-assembler-custom)
20676 (gdb-invalidate-assembler, gdb-frame-handler):
20677 Make robust to leading zeroes in address format.
20678
20679 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20680
20681 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20682 define `org-mode'.
20683 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20684
20685 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20686
20687 * log-edit.el (log-edit-changelog-entries): Distinguish between
20688 filenames like xfns.c and fns.c.
20689
20690 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20691
20692 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20693 point after reverting.
20694 (Buffer-menu-make-sort-button): Handle the case where
20695 `Buffer-menu-use-header-line' is nil.
20696
20697 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20698
20699 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20700 New funcs. In minibuffer-local-completion-map bind `]', `/'
20701 and `:' to them.
20702
20703 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20704
20705 * startup.el (normal-top-level): Allow modification of load-path while
20706 we're iterating over it.
20707
20708 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20709
20710 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20711 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20712 (thumbs-resize-interactive, thumbs-insert-image)
20713 (thumbs-insert-thumb, thumbs-dired-show-marked)
20714 (thumbs-find-image-at-point, thumbs-delete-images)
20715 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20716 (thumbs-increment-image-size, thumbs-decrement-image-size):
20717 Fix typos in docstrings.
20718
20719 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20720
20721 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20722 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20723 (cperl-mode): Use them.
20724
20725 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20726
20727 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20728 Doc fixes.
20729
20730 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20731
20732 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20733 Bind C-d to gdb-inferior-io-eof.
20734
20735 * dired.el (dired-dnd-popup-notice): Use message-box.
20736
20737 2005-05-23 Masatake YAMATO <jet@gyve.org>
20738
20739 * bindings.el (mode-line-major-mode-keymap):
20740 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20741
20742 * faces.el (mode-line-highlight): New face.
20743
20744 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20745 as mouse-face.
20746
20747 * bindings.el (top-level, help-echo, mode-line-modified)
20748 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20749 as mouse-face.
20750
20751 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20752
20753 * progmodes/cc-engine.el (c-guess-basic-syntax):
20754 Remove spurious call to `zerop'.
20755
20756 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20757
20758 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20759
20760 CC Mode update to 5.30.10:
20761
20762 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20763 could go past the limit in decoration level 2, thereby causing
20764 errors during interactive fontification.
20765
20766 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20767 the file is evaluated interactively.
20768
20769 * cc-engine.el (c-guess-basic-syntax): Handle operator
20770 declarations somewhat better in C++.
20771
20772 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20773 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20774 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20775 (awk-mode): Use it.
20776 (make-local-hook): Suppress warning about obsoleteness.
20777
20778 * cc-engine.el, cc-align.el, cc-cmds.el
20779 (c-append-backslashes-forward, c-delete-backslashes-forward)
20780 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20781 Compensate for return value from `forward-line' when it has moved
20782 but not to a different line due to eob.
20783
20784 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20785 `objc-method-intro' and `objc-method-args-cont'.
20786
20787 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20788
20789 CC Mode update to 5.30.10:
20790
20791 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20792 in the copyright statement. Incidentally, change "along with GNU
20793 Emacs" to "along with this program" where it occurs.
20794
20795 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20796 so that it is interactive, hence can be found by M-x awk-mode
20797 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20798 <gmorris+emacs@ast.cam.ac.uk>.
20799
20800 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20801 Mode's regexps.
20802
20803 2005-05-23 Kevin Ryde <user42@zip.com.au>
20804
20805 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20806 c-parse-state, to avoid a lisp error (on bad code).
20807
20808 2005-05-23 Lute Kamstra <lute@gnu.org>
20809
20810 * subr.el (font-lock-defaults): Remove defvar as it's already
20811 defined in font-core.el.
20812
20813 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20814
20815 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20816
20817 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20818 more general and work when GDB variable "print pretty" is on,
20819 as with Emacs, for example.
20820
20821 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20822
20823 * font-core.el: Update comment.
20824
20825 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20826 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20827
20828 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20829
20830 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20831
20832 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20833 and `yank-handler' in the doc strings.
20834
20835 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20838
20839 2005-05-22 Richard M. Stallman <rms@gnu.org>
20840
20841 * help.el (describe-key): Move print-help-return-message call
20842 out of conditional.
20843
20844 * progmodes/etags.el (list-tags): Use with-no-warnings.
20845
20846 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20847 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20848 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20849
20850 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20851
20852 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20853 Add defvar.
20854
20855 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20856 Use defvar, not defconst.
20857
20858 * hexl.el (hexl-follow-line): Use with-no-warnings.
20859
20860 * emulation/tpu-extras.el: Use write-file-functions instead of
20861 write-file-hooks.
20862
20863 * dired.el (dired-font-lock-keywords): Fontify files with junk
20864 extensions even if marked by -F.
20865
20866 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20867
20868 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20869 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20870 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20871 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20872 (concatenate, list-length, get*, getf, cl-remprop):
20873 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20874 (etypecase, progv, lexical-let, lexical-let*)
20875 (multiple-value-bind, multiple-value-setq, shiftf):
20876 Improve argument/docstring consistency.
20877
20878 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20879
20880 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20881
20882 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20883 doesn't exist.
20884
20885 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20886 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20887
20888 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20889
20890 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20891 already deleted variables: auto-fill-hook, blink-paren-hook,
20892 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20893 suspend-hooks, comment-indent-hook, meta-flag,
20894 before-change-function, after-change-function,
20895 font-lock-doc-string-face.
20896
20897 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20898
20899 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20900
20901 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20902
20903 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20904 rmail-dont-reply-to.
20905
20906 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20907
20908 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20909 literal blank when splitting new-header-values.
20910
20911 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20912
20913 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20914 string so that tmm doesn't create a completion entry for it.
20915
20916 * textmodes/table.el (table-disable-menu): Ditto.
20917
20918 2005-05-21 Richard M. Stallman <rms@gnu.org>
20919
20920 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20921
20922 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20923
20924 * net/rcompile.el (remote-compile): Use compilation-start.
20925
20926 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20927
20928 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20929
20930 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20931 Default to makefile-bsdmake-mode on BSD systems.
20932
20933 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20934 REGEXP may also be a search function now. The part of doc-string
20935 for describing the structure was 95% identical to that of
20936 `imenu--generic-function'. Unify it there.
20937
20938 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20939 Use function to find dependencies, because regexp alone is so complex,
20940 it easily goes into an endless loop.
20941 (makefile-makepp-mode): Also add submenu for Perl functions
20942 defined in the makefile.
20943 (makefile-bsdmake-mode): Special imenu-generic-expression no
20944 longer needed, due to function call.
20945 (makefile-match-dependency): Take BOUND into account when checking
20946 if we're through.
20947
20948 2005-05-20 Jay Belanger <belanger@truman.edu>
20949
20950 * calc/calc-units.el (calc-invalidate-units-table):
20951 Use inhibit-read-only.
20952 (math-build-units-table-buffer): Use view-mode.
20953
20954 2005-05-20 David Kastrup <dak@gnu.org>
20955
20956 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20957 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20958
20959 2005-05-20 Lute Kamstra <lute@gnu.org>
20960
20961 * diff-mode.el (diff-header-face, diff-file-header-face)
20962 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20963 (diff-added-face, diff-changed-face, diff-function-face)
20964 (diff-context-face, diff-nonexistent-face): Put them in the
20965 diff-mode customization group.
20966
20967 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20970
20971 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20972
20973 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20974 Minor regexp-optimization.
20975
20976 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20977
20978 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20979 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20980 (org-agenda-add-time-grid-maybe): New function.
20981 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20982 (org-table-create): `dotimes' instead of `mapcar'.
20983 (org-xor): Simplify implementation.
20984 (org-agenda): `inhibit-redisplay' turned on.
20985 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20986 a consistent line after a state change.
20987 (org-agenda-remove-times-when-in-prefix): New option.
20988 (org-prefix-has-time): New variable.
20989 (org-parse-time-string): Optional argument NODEFAULT.
20990 (org-format-agenda-item): Parse items for time-of-day
20991 specifications and move these into the prefix if possible.
20992 (org-agenda-priority): Get current heading, not previous heading
20993 during agenda remote editing.
20994
20995 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20996
20997 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20998 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20999 (remove-duplicates, delete-duplicates, substitute)
21000 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21001 (nsubstitute-if-not, find, find-if, find-if-not, position)
21002 (position-if, position-if-not, count, count-if, count-if-not)
21003 (mismatch, search, sort*, stable-sort, merge, member*)
21004 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21005 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21006 (intersection, nintersection, set-difference, nset-difference)
21007 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21008 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21009 (nsublis, tree-equal): Improve argument/docstring consistency.
21010
21011 * subr.el (send-string, send-region): Remove obsolescence declaration.
21012 (window-dot, set-window-dot, read-input, show-buffer)
21013 (eval-current-buffer, string-to-int):
21014 Add release number to obsolescence declarations.
21015
21016 2005-05-19 Kim F. Storm <storm@cua.dk>
21017
21018 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21019 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21020
21021 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21022
21023 * faces.el (list-faces-display): Make back button respect optional
21024 regexp arg.
21025
21026 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21027
21028 * calculator.el (calculator-radix-grouping-mode)
21029 (calculator-radix-grouping-digits, calculator-displayer)
21030 (calculator-radix-grouping-separator, calculator-copy-displayer):
21031 * dabbrev.el (dabbrev-search-these-buffers-only):
21032 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21033 (diff-advance-after-apply-hunk, diff-mode-hook)
21034 (diff-minor-mode-prefix):
21035 * imenu.el (imenu-use-popup-menu):
21036 * jit-lock.el (jit-lock-context-time):
21037 * newcomment.el (comment-fill-column, comment-column)
21038 (comment-style, comment-padding, comment-multi-line)
21039 (comment-empty-lines, comment-auto-fill-only-comments):
21040 * reveal.el (reveal-around-mark):
21041 * uniquify.el (uniquify-buffer-name-style)
21042 (uniquify-after-kill-buffer-p)
21043 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21044 (uniquify-min-dir-content, uniquify-separator)
21045 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21046 * w32-vars.el (w32-fixed-font-alist):
21047 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21048 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21049 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21050 * progmodes/perl-mode.el (perl-indent-level)
21051 (perl-continued-statement-offset, perl-continued-brace-offset)
21052 (perl-brace-offset, perl-brace-imaginary-offset)
21053 (perl-label-offset, perl-indent-continued-arguments)
21054 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21055 * progmodes/tcl.el (tcl-indent-level)
21056 (tcl-continued-indent-level, tcl-auto-newline)
21057 (tcl-tab-always-indent, tcl-electric-hash-style)
21058 (tcl-help-directory-list, tcl-use-smart-word-finder)
21059 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21060 (inferior-tcl-source-command):
21061 * textmodes/fill.el (enable-kinsoku):
21062 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21063 * textmodes/table.el (table-yank-handler):
21064 Specify missing group (and type, if simple) in defcustom.
21065
21066 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21067
21068 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21069
21070 2005-05-19 Richard M. Stallman <rms@gnu.org>
21071
21072 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21073
21074 * subr.el (event-basic-type): Don't get an error.
21075 (left-fringe-p): Function deleted.
21076
21077 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21078 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21079
21080 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21081 in recursive copy.
21082
21083 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21084
21085 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21086
21087 * emacs-lisp/bytecomp.el
21088 (byte-compile-file-form-custom-declare-variable):
21089 Call byte-compile-nogroup-warn if appropriate.
21090
21091 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21092 (compilation-set-window): Don't call left-fringe-p; do it directly.
21093
21094 2005-05-19 Jay Belanger <belanger@truman.edu>
21095
21096 * calc/calc-graph.el (calc-graph-format-data): Make sure
21097 var-PlotRejects is bound before trying to check its value.
21098
21099 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21100
21101 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21102 definition of this variable from reftex-global.el to reftex.el,
21103 because it is needed in the menu.
21104
21105 2005-05-19 Lute Kamstra <lute@gnu.org>
21106
21107 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21108 years are fixed. Don't insert a space after a dash.
21109
21110 2005-05-19 Kim F. Storm <storm@cua.dk>
21111
21112 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21113
21114 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21115
21116 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21117 strings, because (eq ... ?\\) is fairly frequent.
21118
21119 * progmodes/make-mode.el (makefile-add-this-line-targets):
21120 Simplify and integrate into `makefile-pickup-targets'.
21121 (makefile-add-this-line-macro): Simplify and integrate into
21122 `makefile-pickup-macros.
21123 (makefile-pickup-filenames-as-targets): Simplify.
21124 (makefile-previous-dependency, makefile-match-dependency):
21125 Don't stumble over `::'.
21126
21127 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21128
21129 * subr.el (post-command-idle-hook, post-command-idle-delay):
21130 Remove obsoletion of post-command-idle-hook and
21131 post-command-idle-delay.
21132
21133 * faces.el (list-faces-display): Provide button when describe-face
21134 is called to take user back to the list of faces.
21135
21136 * help-fns.el (describe-variable): Remove hyperlinks in a
21137 variable's value as these are quite frequently inappropriate.
21138
21139 * follow.el (follow-submit-feedback, follow-mode):
21140 Remove references to post-command-idle-hook.
21141
21142 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21143
21144 * progmodes/make-mode.el (makefile-previous-dependency)
21145 (makefile-match-dependency): Check for := (and in bsd mode also
21146 !=) to give a better result, even when font-lock is not on.
21147
21148 2005-05-18 Jay Belanger <belanger@truman.edu>
21149
21150 * calc/calc-help.el (calc-s-prefix-help):
21151 Add `calc-copy-special-constant' to help string.
21152
21153 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21154
21155 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21156
21157 2005-05-18 Jay Belanger <belanger@truman.edu>
21158
21159 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21160 in linear factors are in proper order.
21161
21162 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21163
21164 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21165 Support for jurabib.
21166
21167 * textmodes/reftex.el (featurep): Define aliases for overlay
21168 commands, for XEmacs compatibility, and use these aliases in
21169 overlay initializations.
21170 (reftex-highlight): Use `reftex-move-overlay'.
21171 (reftex-unhighlight): Use `reftex-delete-overlay'.
21172 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21173 (reftex-access-search-path): Use `reftex-uniquify' instead of
21174 `reftex-uniq'
21175
21176 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21177 `before-string' property modification enables for Emacs as well.
21178 (reftex-select-item): Use `reftex-delete-overlay'.
21179 (reftex-select-mark): Use `reftex-make-overlay' and
21180 `reftex-overlay-put'.
21181 (reftex-select-unmark): Use `reftex-delete-overlay' and
21182 `reftex-overlay-put'.
21183
21184 2005-05-18 Lute Kamstra <lute@gnu.org>
21185
21186 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21187
21188 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21189
21190 * add-log.el (add-change-log-entry):
21191 * array.el (array-make-template, array-reconfigure-rows)
21192 (array-init-max-row, array-init-max-column)
21193 (array-init-columns-per-line, array-init-field-width):
21194 * replace.el (replace-match-maybe-edit, perform-replace):
21195 * textmodes/spell.el (spell-region):
21196 Replace `read-input' by `read-string'.
21197
21198 * forms.el (forms-mode):
21199 * finder.el (finder-compile-keywords):
21200 * shadowfile.el (shadow-read-files):
21201 Replace `eval-current-buffer' by `eval-buffer'.
21202
21203 * terminal.el (te-pass-through):
21204 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21205 (ange-ftp-raw-send-cmd):
21206 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21207 (send-process-next-char, telnet-initial-filter, telnet):
21208 Replace `send-string' by `process-send-string'.
21209
21210 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21211 (prolog-consult-region): Replace `send-string' by
21212 `process-send-string'; replace `send-region' by `process-send-region'.
21213
21214 * progmodes/delphi.el (delphi-log-msg):
21215 Replace `set-window-dot' by `set-window-point'.
21216
21217 * subr.el (window-dot, set-window-dot, read-input, send-string)
21218 (send-region, show-buffer, eval-current-buffer):
21219 Make really obsolete, as the comment says.
21220
21221 2005-05-17 Kim F. Storm <storm@cua.dk>
21222
21223 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21224 (cua--init-keymaps): Bind C-return instead of S-return to set
21225 rectangle mark.
21226
21227 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21228 instead of S-return to toggle/clear rectangle mark.
21229
21230 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21231
21232 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21233 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21234 Also fontify plain strings assigned to variables, mostly so that a
21235 colon has a face and is thus not taken as a dependency separator.
21236 (makefile-previous-dependency): Inline the new matcher, because it
21237 is too complex to work in both directions.
21238 (makefile-match-dependency): Eliminate `backward' arg (see above).
21239 Completely reimplemented so as to not sometimes go into an endless
21240 loop. It should also be more efficient, because first it only
21241 searches for `:', instead of applying the very complex regexp.
21242 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21243 to be fontified in one piece can be too long for JIT.
21244 Makefiles are never *that* big.
21245
21246 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21247
21248 * dired.el (dired-mode): Simplify.
21249
21250 2005-05-17 Lute Kamstra <lute@gnu.org>
21251
21252 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21253 defcustom for the mode hook variable.
21254
21255 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21256 Emacs Lisp Reference Manual.
21257
21258 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21259
21260 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21261 (evenp, list*):
21262 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21263 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21264
21265 * net/tramp-smb.el (tramp-smb-open-connection):
21266 Pass `tramp-chunksize' as fifth (required) argument.
21267
21268 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21269
21270 * font-lock.el (lisp-font-lock-keywords-1):
21271 Set `font-lock-negation-char-face' for [^...] char group.
21272 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21273
21274 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21275 a var, and refine it to mask one more level of nested vars.
21276 (makefile-rule-action-regex): Turn it into a var, and refine it so
21277 it recognizes backslashed continuation lines as belonging to the
21278 same command.
21279 (makefile-macroassign-regex): Refine it so it recognizes
21280 backslashed continuation lines as belonging to the same command.
21281 (makefile-var-use-regex): Don't look at the next char, because it
21282 might be the same one to be skipped by the initial [^$], leading
21283 to an overlooked variable use.
21284 (makefile-make-font-lock-keywords): Remove two parameters, which
21285 are now variables that some of the modes set locally.
21286 Handle dependency and rule action matching through functions, because
21287 regexps alone match too often. Dependency matching now comes
21288 last, so it can check, whether a colon already matched something else.
21289 (makefile-mode): Inform that font-lock improves makefile parsing
21290 capabilities.
21291 (makefile-match-dependency, makefile-match-action): New functions.
21292
21293 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21294
21295 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21296
21297 * align.el (align-regexp):
21298 * ansi-color.el (ansi-color-get-face):
21299 * array.el (array-reconfigure-rows, array-init-max-row)
21300 (array-init-max-column, array-init-columns-per-line)
21301 (array-init-field-width):
21302 * dired-aux.el (dired-trample-file-versions):
21303 * dired-x.el (dired-mark-sexp):
21304 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21305 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21306 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21307 * faces.el (face-read-integer):
21308 * files.el (backup-extract-version, insert-directory):
21309 * hexl.el (hexl-insert-decimal-char):
21310 * server.el (server-process-filter):
21311 * shell.el (shell-extract-num):
21312 * startup.el (command-line-1):
21313 * term.el (term-command-hook):
21314 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21315 (time-stamp-do-number):
21316 * time.el (display-time-update):
21317 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21318 (timezone-fix-time):
21319 * vms-patch.el (vms-suspend-resume-hook):
21320 * calendar/appt.el (appt-convert-time):
21321 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21322 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21323 * calendar/cal-islam.el (mark-islamic-diary-entries):
21324 * calendar/calendar.el (calendar-cursor-to-date)
21325 (calendar-star-date):
21326 * calendar/diary-lib.el (diary-attrtype-convert)
21327 (mark-diary-entries, diary-entry-time):
21328 * calendar/solar.el (solar-get-number):
21329 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21330 * emacs-lisp/re-builder.el (reb-display-subexp):
21331 * emulation/edt.el (edt-set-scroll-margins):
21332 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21333 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21334 (vip-get-ex-count):
21335 * emulation/viper-ex.el (viper-get-ex-token)
21336 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21337 * international/fontset.el (fontset-plain-name):
21338 * mail/feedmail.el (feedmail-look-at-queue-directory):
21339 * mail/mailalias.el (mail-get-names):
21340 * mail/rmail.el (rmail-convert-to-babyl-format):
21341 * mail/rmailsum.el (rmail-make-basic-summary-line)
21342 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21343 (rmail-summary-goto-msg):
21344 * mail/smtpmail.el (smtpmail-read-response):
21345 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21346 (ange-ftp-vms-add-file-entry):
21347 * play/gametree.el (gametree-looking-at-ply)
21348 (gametree-current-branch-score):
21349 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21350 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21351 * progmodes/cperl-mode.el (condition-case):
21352 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21353 (ebrowse-set-member-buffer-column-width)
21354 (ebrowse-select-1st-to-9nth):
21355 * progmodes/etags.el (etags-snarf-tag):
21356 * progmodes/flymake.el (flymake-parse-line):
21357 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21358 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21359 (idlwave-shell-menu-def):
21360 * progmodes/ps-mode.el (ps-run-goto-error):
21361 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21362 (vhdl-speedbar-contract-level):
21363 * term/mac-win.el (x-handle-numeric-switch):
21364 * term/sun-mouse.el (sun-get-frame-data):
21365 * term/w32-win.el (x-handle-numeric-switch):
21366 * term/x-win.el (x-handle-numeric-switch):
21367 * textmodes/ispell.el (ispell-parse-output):
21368 * textmodes/nroff-mode.el (nroff-outline-level):
21369 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21370 (reftex-bib-sort-year-reverse, reftex-format-citation):
21371 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21372 (reftex-section-number):
21373 * textmodes/texinfmt.el (texinfo-paragraphindent):
21374 Replace `string-to-int' by `string-to-number'.
21375
21376 * international/latexenc.el: Add page marker to force the "Local
21377 Variables:" string out of the last page.
21378
21379 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21380
21381 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21382 tooltip-change-major-mode.
21383 (gud-tooltip-print-command): Remove case where gud-minor-mode
21384 is gdb ("--fullname").
21385 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21386 explain to user.
21387
21388 2005-05-16 Jay Belanger <belanger@truman.edu>
21389
21390 * calc/calc-store.el (calc-copy-special-constant): New function.
21391
21392 * calc/calc-ext.el (calc-init-extensions): Add binding for
21393 `calc-copy-special-constant'.
21394
21395 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21396 for the `calc-copy-special-constant' command.
21397
21398 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21399
21400 * subr.el (left-fringe-p): New function.
21401
21402 * progmodes/compile.el (compilation-setup): Set local value of
21403 overlay-arrow-string to "" always.
21404 (compilation-set-window): Left fringe then don't scroll.
21405 No left fringe then no arrow and scroll message to top.
21406 (compilation-context-lines): Adjust doc string accordingly.
21407
21408 2005-05-16 Kim F. Storm <storm@cua.dk>
21409
21410 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21411 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21412 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21413 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21414 (ido-read-file-name): Handle commands with ido property value
21415 equal to find-file as reading a file name, to allow C-d to enter dired.
21416 (ibuffer-find-file): Add ido property with value find-file.
21417
21418 2005-05-15 Kim F. Storm <storm@cua.dk>
21419
21420 * subr.el (open-network-stream-nowait): Remove.
21421 (open-network-stream-server): Remove.
21422
21423 2005-05-15 Richard M. Stallman <rms@gnu.org>
21424
21425 * faces.el (describe-face): Output a definition link button.
21426
21427 * help-mode.el (help-face-def): New button type.
21428
21429 * emacs-lisp/copyright.el (copyright-fix-years):
21430 Match properly if the first year is 2-digit.
21431 Don't mess up the whitespace after the years by filling.
21432
21433 * dired-aux.el (dired-mark-confirm):
21434 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21435
21436 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21437 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21438 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21439
21440 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21441 Set font-lock-comment-start-skip.
21442
21443 * font-lock.el (font-lock-comment-start-skip): New variable.
21444 (font-lock-comment-end-skip): New variable.
21445 (font-lock-fontify-syntactically-region): Use them if non-nil.
21446
21447 2005-05-15 Jay Belanger <belanger@truman.edu>
21448
21449 * calc/calc-store.el (calc-store-value): Return a string rather
21450 than display it as a message.
21451 Use calc-var-name for variable name.
21452 (calc-store-into): Add the result of calc-store-value to message.
21453 (calc-copy-variable): Add a message.
21454 (calc-store-exchange): Improve error messages.
21455 (calc-store-binary, calc-store-map): Don't reset the values of
21456 special constants.
21457
21458 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21459
21460 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21461 manual to docstring.
21462
21463 * files.el (hack-local-variables-confirm): Add STRING argument.
21464 Make the function handle non file visiting buffers correctly.
21465 (hack-local-variables-prop-line, hack-local-variables)
21466 (hack-one-local-variable): Use STRING arg of
21467 `hack-local-variables-confirm'.
21468
21469 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21470
21471 Sync with Tramp 2.0.49.
21472
21473 * net/tramp.el (tramp-handle-dired-call-process)
21474 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21475 because the contents of the Tramp buffer is changed before
21476 insertion (`expand-file' and alike).
21477 (tramp-handle-insert-directory): If `localname' has an empty
21478 nondirectory name, it must not be quoted.
21479 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21480 variable `tramp-chunksize'. Change callees.
21481 (tramp-open-connection-setup-interactive-shell): Check remote host
21482 for buggy `send-process-string' implementation.
21483 Set `tramp-chunksize' if found. Reported by Michael Kifer
21484 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21485 (tramp-handle-shell-command): `insert-buffer' cannot be used
21486 because the contents of the Tramp buffer is changed before
21487 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21488 <frederic.bothamy@free.fr>.
21489 (tramp-set-auto-save): Actions should be done for Tramp file name
21490 handler only. Ange-FTP has its own auto-save mechanism.
21491 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21492 (tramp-set-auto-save-file-modes): Set file modes of
21493 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21494 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21495 (tramp-bug): Remove obsolete variable.
21496 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21497 for presence of `mml-mode'. Make it running for older Emacsen as well.
21498
21499 2005-05-14 John Paul Wallington <jpw@pobox.com>
21500
21501 * ibuf-ext.el (define-ibuffer-filter filename):
21502 If `dired-directory' is a list, use its car.
21503
21504 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21505
21506 * ibuffer.el (define-ibuffer-column filename):
21507 If `dired-directory' is a list, use its car.
21508
21509 2005-05-14 Richard M. Stallman <rms@gnu.org>
21510
21511 * subr.el (symbol-file): Doc fix.
21512
21513 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21514 (byte-compile-form): Call byte-compile-nogroup-warn.
21515 (byte-compile-warning-types): Doc fix.
21516
21517 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21518
21519 * progmodes/cc-engine.el (c-literal-faces):
21520 Add font-lock-comment-delimiter-face.
21521
21522 * net/net-utils.el (dig): Use with-no-warnings.
21523
21524 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21525 (sc-recite-frame-alist, sc-default-cite-frame)
21526 (sc-default-uncite-frame, sc-default-recite-frame)
21527 (sc-attrib-selection-list, sc-rewrite-header-list):
21528 Mark as risky-local-variable.
21529
21530 * international/ogonek.el (ogonek-jak, ogonek-how):
21531 Don't use beginning-of-buffer.
21532
21533 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21534
21535 * calendar/solar.el (solar-data-list): Move definition up.
21536
21537 * dnd.el (dnd-protocol-alist): Add autoload.
21538
21539 * progmodes/sh-script.el: Many doc usage fixes.
21540 (sh-indent-after-do): Change default to match common styles.
21541
21542 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21543
21544 * files.el (interpreter-mode-alist)
21545 (auto-mode-interpreter-regexp): Doc fixes.
21546
21547 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21548
21549 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21550
21551 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21552
21553 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21554
21555 * dired.el (dired-mode): make-variable-buffer-local =>
21556 make-local-variable.
21557
21558 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21559
21560 * term/mac-win.el (mac-select-convert-to-string): Try coding
21561 systems in mac-script-code-coding-systems if specified one cannot
21562 encode string for `com.apple.traditional-mac-plain-text'.
21563
21564 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21565
21566 * progmodes/make-mode.el (makefile-targets-face)
21567 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21568 (makefile-dependency-regex): Fix it to not make the colon in
21569 $(var:a=b) special.
21570 (makefile-rule-action-regex): New regexp for highlighting embedded
21571 Shell strings.
21572 (makefile-macroassign-regex): Handle != for highlighting as
21573 embedded Shell strings.
21574 (makefile-var-use-regex): New const.
21575 (makefile-statements, makefile-automake-statements)
21576 (makefile-gmake-statements, makefile-makepp-statements)
21577 (makefile-bsdmake-statements): New consts.
21578 (makefile-make-font-lock-keywords): New function.
21579 (makefile-automake-font-lock-keywords)
21580 (makefile-gmake-font-lock-keywords)
21581 (makefile-makepp-font-lock-keywords)
21582 (makefile-bsdmake-font-lock-keywords): New consts.
21583 (makefile-mode-map): Add switchers between the various submodes.
21584 (makefile-mode): Document the availability of the variants.
21585 (makefile-automake-mode, makefile-gmake-mode)
21586 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21587
21588 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21589 new variants of makefile-mode.
21590
21591 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21592
21593 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21594 the inheritance.
21595
21596 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21597
21598 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21599 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21600
21601 * files.el (normal-mode): Extend the scope of the
21602 `enable-local-variables' binding to include the `set-auto-mode' call.
21603 (magic-mode-alist): Doc fix.
21604
21605 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21608 font-lock-comment-face rather than copying its setting.
21609
21610 2005-05-12 Andreas Schwab <schwab@suse.de>
21611
21612 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21613
21614 2005-05-12 Lute Kamstra <lute@gnu.org>
21615
21616 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21617 defcustom for the mode hook variable. Delete the last argument.
21618 * generic-x.el: Fix callers of define-generic-mode.
21619 (generic-x-modes): Delete group.
21620 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21621 generic-x customization group.
21622
21623 2005-05-12 Kim F. Storm <storm@cua.dk>
21624
21625 * font-lock.el (font-lock-negation-char-face): Default to "off".
21626
21627 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21628 font-lock-negation-char-face to ! in !=.
21629
21630 2005-05-12 Masatake YAMATO <jet@gyve.org>
21631
21632 * add-log.el (find-change-log): Fix typos in the docstring
21633 of function.
21634
21635 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21636
21637 * international/latexenc.el (latexenc-find-file-coding-system):
21638 Avoid `re-search-forward' when looking for input encoding because
21639 of speed and safety. Better regular expressions for recognizing
21640 input encoding. Limit a search for TeX-master/tex-main-file to
21641 the local variable section.
21642
21643 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21644
21645 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21646 syntax of $ to "'" (quote).
21647
21648 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21649
21650 * dnd.el (dnd-protocol-alist): Improve custom type.
21651
21652 * dired.el (dired-dnd-protocol-alist): New variable.
21653 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21654 `dired-mode-hook' to the end.
21655
21656 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21657
21658 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21659 comment-end if comment-start-skip is not set.
21660 Obey the font-lock-comment-delimiter-face variables.
21661
21662 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21663
21664 * files.el (executable-find): Move from executable.el. Use
21665 locate-file.
21666 * progmodes/executable.el (executable-find): Move to files.el.
21667
21668 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21669 when trying to ensure forward progress.
21670
21671 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21672
21673 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21674 (mouse-select, mouse-select-internal, mouse-extend-internal):
21675 Use it to implement mouse-1-click-follows-link functionality.
21676
21677 2005-05-11 Richard M. Stallman <rms@gnu.org>
21678
21679 * font-lock.el (font-lock-fontify-syntactically-region):
21680 Use font-lock-comment-delimiter-face for comment delimiters.
21681
21682 2005-05-10 Jay Belanger <belanger@truman.edu>
21683
21684 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21685 preserving embedded modes.
21686
21687 2005-05-10 Richard M. Stallman <rms@gnu.org>
21688
21689 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21690
21691 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21692 Move from ada-stmt.el.
21693 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21694
21695 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21696 Move to ada-mode.el.
21697 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21698
21699 * cus-edit.el (custom-file): Call file-chase-links.
21700
21701 * files.el (read-directory-name): Fix previous change.
21702 (hack-local-variables-confirm): New function.
21703 (hack-local-variables-prop-line, hack-local-variables)
21704 (hack-one-local-variable): Use it.
21705
21706 2005-05-10 Lute Kamstra <lute@gnu.org>
21707
21708 * font-lock.el (font-lock-keywords-alist)
21709 (font-lock-removed-keywords-alist): Clarify docstrings.
21710
21711 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21712
21713 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21714 (gdb-source-info): Check for preprocessor info.
21715 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21716 a macro for a function.
21717 (gdb-info-breakpoints-custom): Try to find file again if not already
21718 found (user might have used GDB dir command).
21719 (gdb-get-location): Update gdb-location-alist correctly for change
21720 to gdb-info-breakpoints-custom.
21721
21722 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21723 (gud-tooltip-print-command): Add gdbmi case.
21724 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21725 preprocessor info.
21726
21727 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21728
21729 * startup.el (fancy-splash-insert): Fix typo in doc string.
21730
21731 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21732
21733 * obsolete/float.el (string-to-float):
21734 * obsolete/hilit19.el (hilit-add-pattern):
21735 * obsolete/rnews.el (news-parse-range, news-select-message)
21736 (news-get-pruned-list-of-files): Replace `string-to-int' by
21737 `string-to-number'.
21738
21739 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21740 `find-file-not-found-hooks'; use `add-hook'.
21741 (uncompress-while-visiting): Set `write-file-functions', not
21742 `write-file-hooks'; use `add-hook'.
21743
21744 2005-05-09 Kim F. Storm <storm@cua.dk>
21745
21746 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21747 (cua-paste): Handle clipboard action.
21748 (cua--init-keymaps): Remap clipboard-kill-region and
21749 clipboard-kill-ring-save.
21750
21751 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21752
21753 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21754 Improve commentary.
21755
21756 * simple.el (next-error-overlay-arrow-position): Revert the change
21757 made on 2005-04-30.
21758
21759 2005-05-07 Jay Belanger <belanger@truman.edu>
21760
21761 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21762 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21763 `calc-sel-reselect'.
21764
21765 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21766 Calc is in embedded mode.
21767
21768 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21769
21770 * progmodes/compile.el (compilation-setup):
21771 Set overlay-arrow-string to an empty string on text terminals.
21772
21773 * textmodes/ispell.el (ispell-program-name): Try looking for
21774 "aspell" along exec-path, and if found, use it as the default
21775 speller program.
21776
21777 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21778
21779 * international/mule.el (sgml-xml-auto-coding-function):
21780 Recognize encoding='FOO' in single quotes as well as in double quotes.
21781
21782 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21783
21784 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21785 as well as `interactive', so that defmacro* would recognize
21786 `declare' forms.
21787
21788 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21789
21790 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21791 Explain more about the LIGHTER arg's usage in the doc string.
21792 Add commentary to clarify what the code does. Fix the regexp that
21793 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21794 since it could have characters special to regular expressions.
21795
21796 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21797
21798 * replace.el (occur-1): Bind inhibit-read-only so that
21799 erase-buffer doesn't barf on read-only text properties (likewise
21800 for add-text-properties in occur-engine). Mark buffer as unmodified.
21801 (occur-engine): Don't set buffer-read-only here.
21802
21803 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21804
21805 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21806 list-buffers-directory. This caused the *cvs-commit* buffer to be
21807 sometimes mistakenly reused as a *cvs* buffer.
21808
21809 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21810
21811 * tooltip.el: Move code for GUD tooltips into gud.el.
21812 (require): CL no longer needed to compile case.
21813 (tooltip-mode): Do not toggle functions for GUD tooltips.
21814 (tooltip-gud-tips-p): Remove. Replace with minor mode
21815 gud-tooltip-mode in gud.el.
21816 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21817 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21818 tooltip-gud prefix with gud-tooltip and obsolete.
21819 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21820 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21821 (tooltip-mouse-motion): Mouse movement functions/variable.
21822 Rename in gud.el by adding gud prefix.
21823 (tooltip-gud-original-filter, tooltip-gud-dereference)
21824 (tooltip-gud-event, tooltip-toggle-gud-tips)
21825 (tooltip-gud-process-output, tooltip-gud-print-command)
21826 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21827 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21828 (gdb-tooltip-print): Move to gdb-ui.el.
21829
21830 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21831 (require): CL needed to compile case.
21832 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21833 tooltip-gud-tips-p. Make it a minor-mode.
21834 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21835 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21836 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21837 (gud-tooltip-change-major-mode)
21838 (gud-tooltip-activate-mouse-motions-if-enabled)
21839 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21840 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21841 (gud-tooltip-original-filter, gud-tooltip-dereference)
21842 (gud-tooltip-event, tooltip-toggle-gud-tips)
21843 (gud-tooltip-process-output, gud-tooltip-print-command)
21844 (gud-tooltip-tips): Move from tooltip.el.
21845
21846 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21847 (gdb-cpp-define-alist-flags): Doc fix.
21848 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21849 gud-tooltip-mode is t.
21850
21851 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21852
21853 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21854 evaporate if their text is deleted.
21855 (goto-address-at-point): Make it work as a mouse binding as well.
21856 (goto-address-at-mouse): Obsolete it. Update users.
21857
21858 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21859
21860 * calendar/appt.el (top-level): No longer activate on load.
21861
21862 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21863
21864 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21865 * net/webjump.el (webjump):
21866 * progmodes/idlw-help.el (idlwave-do-context-help1)
21867 (idlwave-highlight-linked-completions):
21868 * textmodes/po.el (po-find-file-coding-system-guts):
21869 Replace `assoc-ignore-case' by `assoc-string'.
21870
21871 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21872
21873 * files.el (locate-file): Doc fix.
21874
21875 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21876 Remove the redundant test for ms-dos.
21877
21878 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21879 look for the preprocessor with exec-suffixes. If not found in
21880 standard places, look in exec-path. Remove most of the tests that
21881 used system-type.
21882
21883 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21884
21885 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21886
21887 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21888 file-name clash with jka-compr.el on 8+3 filesystems.
21889
21890 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21891
21892 * term/mac-win.el: Don't define or bind scroll bar functions if
21893 x-toolkit-scroll-bars is t.
21894 (x-select-text, x-get-selection-value): Clear
21895 x-last-selected-text-clipboard if x-select-enable-clipboard is
21896 nil.
21897 (PRIMARY): Put mac-scrap-name property.
21898 (mac-select-convert-to-file-url): New function.
21899 (public.file-url): New selection target type. Add to
21900 selection-converter-alist.
21901 (x-get-selection, x-selection-value): Handle it.
21902 (x-cut-buffer-or-selection-value): New alias.
21903
21904 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21905
21906 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21907 entry to avoid calling bibtex-find-entry with arg global
21908 being t. Remove arg key.
21909 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21910 (bibtex-copy-summary-as-kill): Change accordingly.
21911
21912 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21913
21914 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21915 (org-agenda-date-later): Use with-current-buffer.
21916
21917 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21918
21919 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21920 (define-obsolete-variable-alias): Doc Fixes.
21921
21922 2005-05-06 Kim F. Storm <storm@cua.dk>
21923
21924 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21925 vertical-motion when selective-display is active.
21926
21927 * ido.el (ido-setup-hook): New hook.
21928 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21929 (ido-input-stack): New var.
21930 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21931 ido-next-work-file binding to M-O.
21932 Bind M-f to ido-wide-find-file-or-pop-dir.
21933 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21934 (ido-read-internal): Run ido-setup-hook.
21935 Catch quit in read-file-name and read-string to cancel edit.
21936 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21937 Automatically pop-all when completing a directory name (RET).
21938 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21939 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21940 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21941 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21942 New functions for M-b/M-f to move among the directory components.
21943 (ido-make-merged-file-list): Catch quit to cancel merge.
21944 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21945 (ido-completion-help): No warnings for ido-completion-buffer-full.
21946
21947 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21948
21949 * font-lock.el (font-lock-negation-char-face): New face and variable.
21950 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21951 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21952 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21953 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21954
21955 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21956
21957 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21958 Fix typo in docstring.
21959
21960 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21961 (ebrowse-print-statistics-line)
21962 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21963
21964 * term/w32-win.el (image-library-alist): Add additional name for
21965 Xpm library.
21966
21967 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21968
21969 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21970 use gcc instead of cpp.
21971
21972 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21973 (gdb-create-define-alist): Use it.
21974 (gdb-cpp-define-alist-program): Update for MS-DOS.
21975
21976 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21977
21978 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21979
21980 2005-05-04 Richard M. Stallman <rms@gnu.org>
21981
21982 * help.el (describe-key): No error when UNTRANSLATED is nil.
21983
21984 * simple.el (line-move-1): Fix previous change to signal errors
21985 appropriately.
21986
21987 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21988
21989 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21990 (icalendar-duration-correction): Remove.
21991 (icalendar--get-event-properties): Split result at commas.
21992 (icalendar--decode-isoduration): New optional argument
21993 DURATION-CORRECTION.
21994 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21995 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21996 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21997 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21998 (icalendar--convert-anniversary-to-ical): New functions, extracted
21999 from icalendar-export-region, with bug fixes.
22000 (icalendar-export-region): Use the above functions.
22001 (icalendar-import-buffer): Check before saving diary file.
22002 (icalendar--convert-recurring-to-diary)
22003 (icalendar--convert-non-recurring-all-day-to-diary)
22004 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22005 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22006 (icalendar--convert-ical-to-diary): Use the above functions.
22007
22008 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22009
22010 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22011 Remove these recent additions.
22012 (c-mode): Restore to before 2005-04-28.
22013
22014 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22015 recent addition.
22016
22017 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22018 (gdb-define-alist): New variables.
22019 (gdb-create-define-alist): New function.
22020 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22021 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22022 with string-to-number.
22023 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22024
22025 * progmodes/gud.el: Replace string-to-int with string-to-number.
22026 (gud-find-file): Handle gdb-define-alist.
22027
22028 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22029
22030 2005-05-02 Jay Belanger <belanger@truman.edu>
22031
22032 * calc/calc-aent.el (math-read-token):
22033 * calc/calc-bin.el (calc-word-size):
22034 * calc/calc-ext.el (calc-read-number-fancy):
22035 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22036 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22037 * calc/calc-frac.el (calc-over-notation):
22038 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22039 (calc-graph-num-points, calc-graph-init):
22040 * calc/calc-prog.el (calc-read-parse-table-part)
22041 (calc-edit-macro-repeats):
22042 * calc/calc-yank.el (calc-do-grab-rectangle):
22043 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22044 Replace `string-to-int' by `string-to-number'.
22045
22046 2005-05-02 Kim F. Storm <storm@cua.dk>
22047
22048 * kmacro.el: Use executing-kbd-macro-index variable.
22049
22050 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22051
22052 * net/rlogin.el (rlogin-parse-words): Delete func.
22053 (rlogin): Use split-string, not rlogin-parse-words.
22054 Also, if there are option-like elements in the parsed args,
22055 take the host to be the first arg immediately following them.
22056 Suggested by Michael Mauger.
22057
22058 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22059
22060 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22061
22062 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22063
22064 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22065 (cc-mode-cpp-program): Rename to cc-define-list-program and
22066 move to cc-vars.el.
22067
22068 * progmodes/cc-vars.el (cc-define-list-program):
22069 Change to "gcc -E -dM -". Make customizable.
22070
22071 2005-05-02 Kim F. Storm <storm@cua.dk>
22072
22073 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22074
22075 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22076
22077 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22078
22079 * international/mule-util.el (truncate-string): Remove alias and
22080 obsolete declaration.
22081
22082 * international/mule-cmds.el (update-iso-coding-systems):
22083 Remove alias and obsolete declaration.
22084
22085 * international/mule.el (coding-system-parent): Remove alias and
22086 obsolete declaration.
22087
22088 * subr.el (define-function, sref): Remove aliases and obsolete
22089 declarations.
22090 (chars-in-region): Remove obsolete declaration.
22091
22092 2005-05-01 Richard M. Stallman <rms@gnu.org>
22093
22094 * info.el (Info-mode): Set widen-automatically to nil, locally.
22095
22096 * simple.el (widen-automatically): New variable.
22097 (pop-global-mark): Obey widen-automatically.
22098
22099 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22100
22101 * term/xterm.el (function-key-map): Call substitute-key-definition
22102 before the keymap size is increased by a lot of define-key calls.
22103
22104 2005-05-01 Richard M. Stallman <rms@gnu.org>
22105
22106 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22107 Rename ARG to ELEMENT. Doc fix.
22108
22109 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22110
22111 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22112 Remove references to allout-exposure/change to allout-new-exposure.
22113
22114 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22115 bytecode symbols.
22116
22117 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22118 (compiled-function-p, focus-frame, unfocus-frame):
22119 Remove aliases and obsolete declarations.
22120 Back out inadvertent changes from previous commit.
22121
22122 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22123
22124 * files.el (require-final-newline): Make Custom tags consistent
22125 with mode-require-final-newline.
22126 (mode-require-final-newline): Doc fix.
22127
22128 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22129
22130 * international/latexenc.el (latexenc-find-file-coding-system):
22131 Fix regular expressions.
22132
22133 2005-05-01 David Kastrup <dak@gnu.org>
22134
22135 * international/latexenc.el (latexenc-find-file-coding-system):
22136 Fix regular expressions.
22137
22138 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22139
22140 * subr.el (string-to-int): Make obsolete.
22141
22142 2005-04-30 Richard M. Stallman <rms@gnu.org>
22143
22144 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22145
22146 * loadup.el: load jka-comp-hook.
22147
22148 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22149 (jka-compr-handler): Add autoload. `put' calls moved
22150 to jka-comp-hook.el.
22151 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22152 (jka-compr-inhibit): Autoload.
22153
22154 * jka-comp-hook.el: New file.
22155 Enable the mode by default.
22156
22157 * files.el (backup-buffer-copy): Use copy-file instead
22158 of write-region, and put back the 'excl.
22159
22160 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22161
22162 * progmodes/flymake.el (flymake-split-string)
22163 (flymake-split-string, flymake-log, flymake-pid-to-names)
22164 (flymake-reg-names, flymake-get-source-buffer-name)
22165 (flymake-unreg-names, flymake-add-line-err-info)
22166 (flymake-add-err-info): Clarify docstrings.
22167 (flymake-popup-menu, flymake-make-emacs-menu)
22168 (flymake-make-xemacs-menu): Add docstrings.
22169 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22170 Set variables directly throughout.
22171
22172 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22173
22174 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22175 exists. Initialize cc-define-alist.
22176 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22177 If there is no file (Macroexpansion) don't create an alist.
22178
22179 2005-04-29 Sam Steingold <sds@gnu.org>
22180
22181 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22182 (cc-create-define-alist): Use it instead of the hard-coded string.
22183
22184 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22187 for latexenc.
22188
22189 2005-04-29 Lute Kamstra <lute@gnu.org>
22190
22191 * emacs-lisp/generic.el: Improve commentary section.
22192 (define-generic-mode): Improve docstring.
22193
22194 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22195
22196 * textmodes/org.el (many places): Change to quiet the byte compiler.
22197 (org-prefix-format-compiled): New variable.
22198 (org-compile-prefix-format): New function.
22199 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22200 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22201 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22202 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22203 consistency with entries from `org-mode' files.
22204 (org-get-time-of-day): Fix bug with partial matches early in a line.
22205 (org-non-link-chars): New constant.
22206 (org-link-regexp): Respect `org-non-link-chars'.
22207 (org-agenda-day-view): Remove command.
22208 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22209 (org-follow-bbdb-link, org-store-link): Search also company field.
22210 (org-highlight-overlay): New variable.
22211 (org-highlight, org-unhighlight): New functions.
22212 (org-agenda-mode): Add pre-command-hook to remove highlight.
22213 (org-evaluate-time-range): Behavior depends upon whether time stamp
22214 contains a time or not.
22215 (org-show-subtree, org-show-entry): New functions.
22216 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22217
22218 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22219
22220 * comint.el (comint-output-filter-functions): Add autoload cookie.
22221
22222 2005-04-28 Kim F. Storm <storm@cua.dk>
22223
22224 * ido.el (ido-everywhere): Fix last change.
22225
22226 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22227
22228 * international/latexenc.el: New file.
22229 * international/mule-conf.el (file-coding-system-alist): For .tex,
22230 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22231
22232 2005-04-28 Lute Kamstra <lute@gnu.org>
22233
22234 * font-lock.el (font-lock-add-keywords)
22235 (font-lock-remove-keywords): Clarify docstring.
22236 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22237 Don't start docstrings with a `*'.
22238 (font-lock-update-removed-keyword-alist): Give it a docstring.
22239
22240 * generic-x.el: Update commentary section.
22241 Only require font-lock when compiling.
22242 Define all modes conditionally.
22243 Place all generic modes in the generic-x-modes customization group.
22244 (generic-x-modes): New customization group.
22245 (generic-default-modes, generic-mswindows-modes)
22246 (generic-unix-modes, generic-other-modes): New constants.
22247 (generic-define-mswindows-modes, generic-define-unix-modes):
22248 Update docstrings. Make them obsolete.
22249 (generic-extras-enable-list): New default value. Update docstring.
22250 Improve :type. Change :set function.
22251 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22252 Fix docstring.
22253
22254 * emacs-lisp/generic.el (generic-mode-internal):
22255 Simplify font-lock-defaults.
22256 (define-generic-mode): Fix docstring.
22257
22258 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22261 font-lock-face property to highlight matches.
22262
22263 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22264
22265 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22266 (cc-define-alist): New variable.
22267 (c-mode): Make it local and initialize it.
22268
22269 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22270 (gdb-exited): New function.
22271 (gdb-annotation-rules): Use it.
22272 (gdb-starting): Set gdb-active-process to t.
22273 (gdb-stopping): Amend doc string.
22274 (gdb-reset): Set gdb-active-process to nil.
22275
22276 * tooltip.el (tooltip-gud-tips): Show the associated #define
22277 directives when a C program under GDB is not executing.
22278
22279 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22280
22281 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22282 font-lock-fontify-syntactic-keywords.
22283
22284 * font-lock.el (font-lock-default-fontify-region): Don't force
22285 parse-sexp-lookup-properties to nil.
22286
22287 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22288
22289 * man.el (man-mode-syntax-table): Set up `:' to have
22290 word-constituent syntax.
22291
22292 2005-04-27 Lute Kamstra <lute@gnu.org>
22293
22294 * novice.el (disable-command): Don't add spurious newlines to the
22295 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22296
22297 2005-04-26 Jay Belanger <belanger@truman.edu>
22298
22299 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22300 than one window before deleting window.
22301
22302 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22303
22304 * shell.el (shell-prompt-pattern): Doc fix.
22305 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22306
22307 * comint.el (comint-prompt-regexp, comint-get-old-input)
22308 (comint-use-prompt-regexp)
22309 (comint-use-prompt-regexp-instead-of-fields)
22310 (comint-replace-by-expanded-history, comint-send-input)
22311 (comint-output-filter, comint-get-old-input-default)
22312 (comint-line-beginning-position, comint-bol, comint-show-output)
22313 (comint-backward-matching-input, comint-forward-matching-input)
22314 (comint-next-prompt, comint-previous-prompt):
22315 Rename `comint-use-prompt-regexp-instead-of-fields' to
22316 `comint-use-prompt-regexp'. Keep old name as alias and declare
22317 obsolete.
22318 (comint-use-prompt-regexp): Shorten first line of doc string.
22319
22320 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22321 Set paragraph-separate buffer locally to "\\'".
22322
22323 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22324 Adapt to above name change.
22325
22326 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22327 (smbclient-prompt-regexp): Ditto.
22328
22329 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22330
22331 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22332
22333 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22334 gdb-location-list.
22335 Break lines that are over 80 characters wide.
22336
22337 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22338
22339 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22340 New fun and var, to preserve compatibility.
22341
22342 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22343
22344 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22345
22346 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22347 name to file-newer-than-file-p.
22348
22349 2005-04-26 Richard M. Stallman <rms@gnu.org>
22350
22351 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22352
22353 * progmodes/python.el (python-mode):
22354 Use new name eldoc-documentation-function.
22355
22356 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22357
22358 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22359 (eldoc-documentation-function):
22360 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22361
22362 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22363
22364 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22365
22366 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22367
22368 * term/xterm.el (function-key-map): Fix strings for
22369 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22370 {C,S,A,C-S}-{f1-f12}.
22371
22372 2005-04-26 Kenichi Handa <handa@m17n.org>
22373
22374 * international/mule-cmds.el (select-safe-coding-system):
22375 Fix previous change.
22376
22377 2005-04-26 Lute Kamstra <lute@gnu.org>
22378
22379 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22380
22381 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22382 (font-lock-comment-delimiter-face): Ditto.
22383
22384 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22385
22386 2005-04-25 Jay Belanger <belanger@truman.edu>
22387
22388 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22389 to t while inserting information; use help-mode.
22390
22391 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22392
22393 * term.el (ansi-term-color-vector): Use the xterm colors.
22394 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22395
22396 2005-04-25 Lute Kamstra <lute@gnu.org>
22397
22398 * font-core.el (font-lock-defaults): Fix docstring.
22399
22400 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22401
22402 2005-04-25 Kenichi Handa <handa@m17n.org>
22403
22404 * international/mule-cmds.el (select-safe-coding-system):
22405 Don't check consistency with coding: spec, etc if raw-text or
22406 no-conversion was found to be safe.
22407
22408 2005-04-24 Richard M. Stallman <rms@gnu.org>
22409
22410 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22411 citation markers at start of each line.
22412
22413 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22414 citation markers at start of each line.
22415
22416 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22417
22418 * files.el (mode-require-final-newline): Fix previous change.
22419 (require-final-newline): Fix type label.
22420
22421 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22422
22423 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22424 statement in buffer (broken by 2004-11-24 change).
22425
22426 2005-04-24 Kim F. Storm <storm@cua.dk>
22427
22428 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22429 and read-file-name-function values. Don't overwrite existing
22430 non-nil values if ido-mode is enabled without ido-everywhere.
22431
22432 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22433
22434 * files.el (mode-require-final-newline): Minor doc fix.
22435
22436 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22437
22438 * subr.el (syntax-after): Doc fix.
22439 (syntax-class): If argument is nil, return nil. Mask off upper 16
22440 bits, not 8 bits.
22441
22442 * files.el (mode-require-final-newline): Doc fix.
22443 (backup-buffer-copy): Fix last change.
22444
22445 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22446
22447 * term/mac-win.el: Require select. Set selection-coding-system to
22448 mac-system-coding-system. Call menu-bar-enable-clipboard.
22449 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22450 (x-select-enable-clipboard): New variables.
22451 (x-select-text, x-get-selection, x-selection-value)
22452 (x-get-selection-value, mac-select-convert-to-string)
22453 (mac-services-open-file, mac-services-open-selection)
22454 (mac-services-insert-text): New functions.
22455 (CLIPBOARD, FIND): Put mac-scrap-name property.
22456 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22457 (public.tiff): Put mac-ostype property.
22458 (selection-converter-alist): Add entries for them.
22459 (mac-application-menu-map): New keymap.
22460 (interprogram-cut-function, interprogram-paste-function): Set to
22461 x-select-text and x-get-selection-value, respectively.
22462 (split-window-keep-point): Set to t.
22463
22464 2005-04-23 Richard M. Stallman <rms@gnu.org>
22465
22466 * files.el (read-directory-name): Always pass non-nil
22467 DEFAULT-FILENAME arg to read-file-name.
22468 (backup-buffer-copy, basic-save-buffer-2): Take care against
22469 writing thru an unexpected existing symlink.
22470 (revert-buffer): In indirect buffer, revert the base buffer.
22471 (magic-mode-alist): Doc fix.
22472 (buffer-stale-function): Doc fix.
22473 (minibuffer-with-setup-hook): Avoid warning.
22474 (mode-require-final-newline): Doc and custom fix.
22475
22476 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22477
22478 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22479 use the default appearance.
22480 (font-lock-comment-delimiter-face): New face, new variable.
22481
22482 * imenu.el (imenu--generic-function): The official position of a
22483 definition is the start of the line that BEG is in.
22484
22485 * midnight.el (midnight-timer): Move defvar up.
22486
22487 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22488
22489 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22490
22491 * startup.el (command-line): Use with-no-warnings.
22492
22493 * window.el (window-size-fixed): New defvar.
22494
22495 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22496
22497 * mail/rmail.el (rmail-font-lock-keywords):
22498 Use font-lock-comment-delimiter-face.
22499
22500 * mail/sendmail.el (mail-font-lock-keywords):
22501 Use font-lock-comment-delimiter-face.
22502
22503 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22504
22505 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22506
22507 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22508 Specify t for LAXMATCH when matching directories.
22509 Save match data around compilation-compat-error-properties form.
22510
22511 2005-04-23 David Kastrup <dak@gnu.org>
22512
22513 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22514 Mention that the autoloaded aliases should be kept for AUCTeX.
22515
22516 2005-04-23 Andreas Schwab <schwab@suse.de>
22517
22518 * isearch.el (isearch-forward): Doc fix.
22519
22520 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22521
22522 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22523 (jit-lock-stealth-nice): Change default value to 0.5.
22524
22525 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22526
22527 * abbrev.el (write-abbrev-file): Write table entries in
22528 alphabetical order by table name.
22529
22530 2005-04-22 Kim F. Storm <storm@cua.dk>
22531
22532 * ido.el (ido-read-internal): Fix `list' completion.
22533
22534 2005-04-22 Kenichi Handa <handa@m17n.org>
22535
22536 * recentf.el (recentf-save-file-coding-system): New variable.
22537 (recentf-save-list): Encode the file by
22538 recentf-save-file-coding-system and add coding: tag.
22539
22540 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22541
22542 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22543
22544 2005-04-21 Lute Kamstra <lute@gnu.org>
22545
22546 * loadhist.el (unload-feature): Don't remove a function from hooks
22547 if it is about to be restored to an autoload . Remove functions
22548 that will become unbound from auto-mode-alist. Simplify the code.
22549
22550 * subr.el (assq-delete-all): New implementation that is linear,
22551 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22552 (rassq-delete-all): New function.
22553
22554 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22555 Add size-indication-mode.
22556
22557 2005-04-21 Kenichi Handa <handa@m17n.org>
22558
22559 * international/mule-cmds.el: Add autoload for widget-value in
22560 eval-when-compile.
22561
22562 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22563
22564 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22565 Add tooltip-mode.
22566
22567 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22568
22569 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22570
22571 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22572 (inferior-lisp-filter-regexp, inferior-lisp-program)
22573 (inferior-lisp-load-command, inferior-lisp-prompt)
22574 (inferior-lisp-mode-hook, lisp-source-modes)
22575 (inferior-lisp-load-hook): defvar->defcustom.
22576 (inferior-lisp-program, inferior-lisp-prompt)
22577 (inferior-lisp-load-hook): Doc fixes.
22578 (inferior-lisp-install-letter-bindings): Small change in
22579 introductory comment.
22580
22581 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22582
22583 * vc.el (vc-annotate-color-map): Change some colors so that text
22584 using them as foreground is readable on both white and black
22585 backgrounds.
22586
22587 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22588
22589 * international/mule-conf.el (translation-table-for-input):
22590 Remove redundant declaration.
22591
22592 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22593
22594 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22595
22596 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22597 (tooltip-toggle-gud-tips): New function.
22598
22599 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22600
22601 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22602 right angle brackets.
22603
22604 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22605
22606 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22607
22608 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22609
22610 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22611 Remove. Update callers to use expand-file-name instead.
22612
22613 * subr.el (syntax-class): New function.
22614
22615 * simple.el (blink-matching-open): Use it.
22616
22617 * paren.el (show-paren-function): Use it to recognize parens that are
22618 also used in 2-char comment markers.
22619
22620 2005-04-19 Lute Kamstra <lute@gnu.org>
22621
22622 * loadhist.el (unload-feature): Update for new format of
22623 load-history. Simplify the code.
22624
22625 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22626
22627 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22628 (mac-add-charset-info): New function. Initialize variable
22629 mac-charset-info-alist using it.
22630 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22631 for translation.
22632 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22633 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22634 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22635 New CCL programs.
22636
22637 2005-04-19 Kim F. Storm <storm@cua.dk>
22638
22639 * simple.el (next-buffer, prev-buffer, next-error)
22640 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22641 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22642
22643 * bindings.el (next-buffer, prev-buffer, next-error)
22644 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22645 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22646 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22647 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22648
22649 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22650
22651 * isearch.el (isearch-edit-string): Make the search-ring available for
22652 minibuffer history commands.
22653 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22654 the default history commands now work just as well.
22655 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22656
22657 2005-04-18 Kim F. Storm <storm@cua.dk>
22658
22659 * emulation/cua-base.el (cua--pre-command-handler): Add more
22660 elaborate check for shift modifier on non-window systems.
22661
22662 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22663
22664 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22665
22666 2005-04-18 Kim F. Storm <storm@cua.dk>
22667
22668 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22669 and make it optional. Don't test tooltip-gud-echo-area here.
22670 (tooltip-gud-process-output, gdb-tooltip-print):
22671 Pass tooltip-gud-echo-area to tooltip-show.
22672 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22673
22674 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22675
22676 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22677 `display-graphic-p' may not be bound yet.
22678
22679 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22680
22681 * startup.el (command-line): No longer enable Xterm Mouse mode by
22682 default in terminals compatible with xterm.
22683
22684 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22685
22686 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22687
22688 * tooltip.el (tooltip-gud-echo-area): Rename from
22689 tooltip-use-echo-area.
22690 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22691 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22692 area independently of where help tooltips are displayed.
22693
22694 2005-04-17 David Kastrup <dak@gnu.org>
22695
22696 * cus-theme.el (custom-theme-write-variables): Quote variables
22697 where necessary.
22698
22699 2005-04-17 Richard M. Stallman <rms@gnu.org>
22700
22701 * simple.el (yank-excluded-properties): Add follow-link to value.
22702
22703 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22704
22705 * startup.el (fancy-splash-max-time): Just 30 seconds.
22706 (fancy-splash-delay): Just 7.
22707 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22708
22709 * loadhist.el (unload-feature): Update for new format of load-history.
22710 Simplify the code.
22711
22712 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22713 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22714
22715 * mail/sendmail.el (mail-font-lock-keywords):
22716 Don't fontify subject text.
22717 Don't fontify the text of a citation.
22718
22719 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22720
22721 * comint.el (comint-output-filter): Run comint-output-filter-functions
22722 with point where the user had it.
22723
22724 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22725
22726 * international/ucs-tables.el (ucs-set-table-for-input):
22727 Disable when using unify-on-decoding.
22728
22729 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22730
22731 * emulation/cua-base.el (cua-global-mark-face): Add special case
22732 for displays supporting a high number of colors.
22733
22734 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22735
22736 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22737
22738 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22739
22740 * filesets.el (filesets-add-buffer): If user supplies a name of a
22741 non-existing fileset, create a new fileset.
22742
22743 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22744
22745 * textmodes/org.el (org-up-heading-all): Fix bug with
22746 `outline-up-heading-all'.
22747
22748 2005-04-16 Andreas Schwab <schwab@suse.de>
22749
22750 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22751 /etc/permissions.d/* and /etc/aliases.d/*.
22752
22753 2005-04-16 Kenichi Handa <handa@m17n.org>
22754
22755 * international/code-pages.el (cp-make-coding-system):
22756 Set `translation-table-for-input' property value to the symbol
22757 ucs-mule-to-mule-unicode, not to that value.
22758 (pt154): Escape guillemet by `\'.
22759
22760 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22761
22762 * loadup.el: Load tooltip if x-show-tip is fboundp.
22763
22764 * startup.el (command-line): Add comment.
22765
22766 * tooltip.el (tooltip-mode): Specify correct standard value for
22767 Custom in init-value.
22768
22769 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22770
22771 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22772 possible.
22773
22774 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22775
22776 * textmodes/org.el (org-agenda-date-prompt): Rename from
22777 `org-agenda-date-today'.
22778 (org-evaluate-time-range): Insert at point instead of directly
22779 after time range.
22780 (org-first-headline-recenter, org-subtree-end-visible-p)
22781 (org-optimize-window-after-visibility-change): New functions
22782 (org-agenda-post-command-hook): Don't allow point at end of line,
22783 to make sure it always hits the text properties.
22784 (org-agenda-next-date-line, org-agenda-previous-date-line):
22785 New commands.
22786 (org-set-regexps-and-options): Category may contain white space.
22787 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22788 Improve marker positions.
22789 (org-agenda-new-marker): Argument POS made optional.
22790 (org-agenda-get-timestamps): Deadlines which are done are listed
22791 in org-done-face now.
22792 (org-agenda-get-todos, org-agenda-get-timestamps)
22793 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22794 Set `undone-face' and `done-face' properties.
22795 (org-last-todo-state-is-todo): New variable.
22796 (org-todo): Set `org-last-todo-state-is-todo'.
22797 (org-agenda-todo): Change face according to
22798 `org-last-todo-state-is-todo'. And change other lines referring to
22799 the same entry.
22800 (org-calendar-goto-agenda): New command.
22801 (org-calendar-to-agenda-key): New option.
22802 (org-startup-folded): New allowed value `content'.
22803 (org-set-regexps-and-options): Accept new value `content' for
22804 `org-startup-folded'.
22805 (org-get-current-options): Handle new value `content' for
22806 `org-startup-folded'.
22807 (org-insert-todo-heading): New command.
22808 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22809 interactively in empty file and option
22810 `org-insert-mode-line-in-empty-file' has been set.
22811 (org-agenda-todo, org-agenda-priority): Modify to use
22812 `org-agenda-change-all-lines'.
22813 (org-warning-face): Change color on dark background
22814
22815 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22816
22817 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22818 use preferences AppleLocale and AppleLanguages, and variable
22819 mac-system-locale for default locale. On Mac OS Classic, use
22820 mac-system-coding-system for default coding systems.
22821
22822 * term/mac-win.el: Don't set file-name-coding-system.
22823 Decode variables system-name, emacs-build-system, user-login-name, and
22824 user-full-name by mac-system-coding-system on Mac OS Classic.
22825 (mac-system-coding-system): New variable.
22826
22827 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22828
22829 * startup.el (command-line): Handle `xterm-mouse-mode' before
22830 reading init file.
22831
22832 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22833
22834 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22835
22836 * progmodes/sh-script.el (sh-here-document-word): Make it a
22837 defcustom. Doc fix.
22838 (sh-add): Bash uses $(( )) for arithmetic.
22839 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22840 (sh-maybe-here-document): Remove quotes and leading whitespace
22841 from heredoc word when closing. Indent heredoc with tabs if word
22842 starts with "-".
22843
22844 2005-04-13 Richard M. Stallman <rms@gnu.org>
22845
22846 * simple.el (undo): Fix previous change.
22847
22848 * custom.el (defface): Doc fix.
22849
22850 2005-04-13 Lute Kamstra <lute@gnu.org>
22851
22852 * Makefile.in (DONTCOMPILE): Remove list.
22853 (compile, compile-always): Don't use DONTCOMPILE.
22854 (update-authors): Load the library in which batch-update-authors
22855 is defined.
22856 * makefile.w32-in (DONTCOMPILE): Remove list.
22857 (compile, compile-always): Fix comments.
22858 (update-authors): Load the library in which batch-update-authors
22859 is defined.
22860
22861 * generic-x.el (generic-mode-ini-file-find-file-hook):
22862 Rename to ini-generic-mode-find-file-hook.
22863 Keep generic-mode-ini-file-find-file-hook as an alias.
22864 (ini-generic-mode-find-file-hook): Rename from
22865 generic-mode-ini-file-find-file-hook. Fix docstring.
22866 (ini-generic-mode): Docstring change.
22867 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22868
22869 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22870 called from lisp.
22871
22872 * generic.el: Move to the emacs-lisp subdir.
22873
22874 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22875
22876 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22877 and C-S- function and cursor motion keys.
22878
22879 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22880
22881 * startup.el (command-line): Enable Xterm Mouse mode by default.
22882 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22883 for Custom. No longer show "Mouse" in mode line when enabled.
22884 Doc fix.
22885
22886 2005-04-12 Kim F. Storm <storm@cua.dk>
22887
22888 * emulation/cua-base.el (cua-rectangle-face)
22889 (cua-rectangle-noselect-face): Define face attributes here.
22890
22891 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22892
22893 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22894
22895 * startup.el (command-line): Turn off blinking cursor if
22896 cursorBlink in resources is off or false.
22897
22898 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22899
22900 * term/mac-win.el (dnd): Require dnd.
22901 (mac-drag-n-drop): Call dnd-handle-one-url.
22902 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22903 (kTextEncodingISOLatin2): Remove constants.
22904 (mac-script-code-coding-systems): New constant.
22905 (mac-handle-language-change): New function.
22906 (special-event-map): Bind it to `language-change' event.
22907 (mac-centraleurroman, mac-cyrillic): New coding systems.
22908 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22909 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22910 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22911 encode-mac-cyrillic, respectively.
22912
22913 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22914
22915 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22916 Don't set overlay-arrow-string to "=>" as this is done
22917 globally in C now.
22918
22919 2005-04-12 Lute Kamstra <lute@gnu.org>
22920
22921 * generic-x.el (rc-generic-mode, rul-generic-mode):
22922 Fix auto-mode-alist entries.
22923 (etc-fstab-generic-mode): Tweak fontification.
22924
22925 * generic.el (generic-make-keywords-list): Fix docstring.
22926 (generic-mode-internal): Simplify generic-font-lock-keywords.
22927
22928 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22929
22930 * whitespace.el (whitespace-buffer-leading)
22931 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22932 However, fix the highlight area for the leading and
22933 trailing whitespaces to show space.
22934
22935 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22936
22937 * whitespace.el (whitespace-version): Bump to 3.5
22938
22939 (whitespace-buffer-leading, whitespace-buffer-trailing):
22940 Invert sense of the test to highlight the whitespace.
22941
22942 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22943
22944 * progmodes/gud.el (gud-display-line): GUD uses its own
22945 overlay arrow now so don't set overlay-arrow-string.
22946 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22947
22948 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22949
22950 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22951 (term-ansi-current-reverse, term-ansi-current-invisible)
22952 (term-ansi-face-already-done): Change to boolean.
22953 (term-reset-terminal, term-handle-colors-array): Handle the above
22954 vars accordingly.
22955 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22956 (term-emulate-terminal): Use the new name.
22957
22958 * faces.el (secondary-selection): Use yellow1, not yellow.
22959 (trailing-whitespace): Use red1, not red.
22960
22961 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22962
22963 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22964 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22965 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22966
22967 * cus-edit.el (dnd): New group.
22968
22969 * term/w32-win.el (dnd): Require dnd
22970 (w32-drag-n-drop): Call dnd-handle-one-url.
22971
22972 * x-dnd.el: Require dnd.
22973 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22974 Call dnd-handle-one-url.
22975 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22976 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22977 to dnd-insert-text.
22978 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22979 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22980 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22981 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22982
22983 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22984
22985 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22986
22987 * wdired.el: Doc fixes.
22988 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22989 (wdired-use-dired-vertical-movement): Rename from
22990 wdired-always-move-to-filename-beginning.
22991 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22992 (wdired-change-to-wdired-mode): Change mode name.
22993 (wdired-newline): Delete.
22994
22995 2005-04-11 Richard M. Stallman <rms@gnu.org>
22996
22997 * whitespace.el (whitespace-highlight-the-space):
22998 Don't call whitespace-unhighlight-the-space here.
22999
23000 * simple.el (undo): Record t in undo-equiv-table
23001 for the redo record made by an undo-in-region.
23002
23003 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23004
23005 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23006 (gdb-frame-inferior-io-buffer): New Functions to control
23007 display of separate IO buffer.
23008 (menu): Add them to menu-bar.
23009 (gdb-display-buffer): Check for buffer another frame.
23010 Protect GUD buffer.
23011 (gdb-setup-windows): Create IO buffer if not already there.
23012 (gdb-memory-mode): Remove purecopy noops.
23013
23014 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23015
23016 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23017 and pass to self-insert-command.
23018
23019 2005-04-11 Lute Kamstra <lute@gnu.org>
23020
23021 * generic.el: Commentary section cleanup.
23022 (generic): Delete.
23023 (generic-use-find-file-hook, generic-lines-to-scan)
23024 (generic-find-file-regexp, generic-ignore-files-regexp)
23025 (default-generic-mode, generic-mode-find-file-hook)
23026 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23027 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23028 (generic-use-find-file-hook, generic-lines-to-scan)
23029 (generic-find-file-regexp, generic-ignore-files-regexp)
23030 (default-generic-mode, generic-mode-find-file-hook)
23031 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23032
23033 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23034
23035 * bookmark.el (bookmark-write-file): Catch errors writing file.
23036 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23037
23038 2005-04-10 Richard M. Stallman <rms@gnu.org>
23039
23040 * startup.el (fancy-splash-tail): Update copyright year.
23041 (command-line): Split part of -Q into -D.
23042 (emacs-basic-display): New defvar.
23043 (fancy-splash-text): Correct name of menu item.
23044
23045 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23046
23047 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23048 lines in one node.
23049
23050 * comint.el (comint-send-input): New arg ARTIFICIAL.
23051 Callers in this file changed.
23052
23053 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23054
23055 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23056
23057 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23058
23059 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23060 `ldap-search-internal'.
23061
23062 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23063
23064 * files.el (set-auto-mode-1): Use line-end-position.
23065
23066 * international/latin-1.el:
23067 * international/latin-2.el:
23068 * international/latin-3.el:
23069 * international/latin-4.el:
23070 * international/latin-5.el:
23071 * international/latin-8.el:
23072 * international/latin-9.el: Give punctuation syntax to NBSP.
23073
23074 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23075 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23076 Use char-classes to accept non-ascii letters, accepted in some recent
23077 bibtex implementations.
23078
23079 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23080
23081 * custom.el (custom-set-minor-mode): Any non-nil value for the
23082 variable should enable the mode when set through Custom.
23083
23084 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23085
23086 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23087 TAB binding so tab-always-indent is obeyed.
23088 (vhdl-minibuffer-local-map): Move initialization into declaration.
23089 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23090 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23091 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23092 (vhdl-current-line): Use line-beginning-position.
23093 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23094 with-output-to-temp-buffer, so the current position can be recorded.
23095
23096 2005-04-10 Masatake YAMATO <jet@gyve.org>
23097
23098 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23099 Add regexp for gcov.
23100
23101 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23102
23103 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23104 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23105 syntax which Emacs 20 doesn't support.
23106
23107 2005-04-09 Richard M. Stallman <rms@gnu.org>
23108
23109 * help.el (describe-key-briefly, describe-key):
23110 Replace strings as event types with "(any string)".
23111
23112 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23113
23114 * arc-mode.el (archive-mode-map): Move initialization into
23115 the declaration. Override *all* bindings of `undo'.
23116 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23117
23118 2005-04-09 Jay Belanger <belanger@truman.edu>
23119
23120 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23121
23122 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23123
23124 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23125 (xterm-register-default-colors): Update color values computation
23126 to match xterm-200.
23127
23128 2005-04-09 Kenichi Handa <handa@m17n.org>
23129
23130 * international/code-pages.el (iso-latin-7): Fix the map.
23131
23132 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23133
23134 * emacs-lisp/lisp.el (defun-prompt-regexp)
23135 (parens-require-spaces, buffer-end, end-of-defun)
23136 (insert-parentheses): Doc fixes.
23137
23138 2005-04-08 Kim F. Storm <storm@cua.dk>
23139
23140 * comint.el (comint-highlight-prompt): Fix face spec.
23141 * hi-lock.el (hi-green): Likewise.
23142
23143 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23144
23145 * cus-edit.el (custom-modified-face):
23146 * comint.el (comint-highlight-input): Fix previous changes.
23147 * term.el (term-handle-ansi-escape): Add a comment.
23148
23149 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23152 in the buffer and in whitespace-highlighted-space.
23153 (whitespace-unhighlight-the-space): Simplify.
23154 (whitespace-buffer): Simplify.
23155
23156 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23157
23158 * textmodes/table.el (table-cell-face): Add special case for
23159 displays supporting a high number of colors.
23160 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23161 (vhdl-font-lock-reserved-words-face)
23162 (vhdl-speedbar-architecture-face)
23163 (vhdl-speedbar-instantiation-face)
23164 (vhdl-speedbar-architecture-selected-face)
23165 (vhdl-speedbar-instantiation-selected-face): Likewise.
23166 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23167 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23168 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23169 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23170 (ebrowse-progress-face): Likewise.
23171 * progmodes/compile.el (compilation-info-face): Likewise.
23172 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23173 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23174 * calendar/calendar.el (diary-face): Likewise.
23175 * woman.el (woman-italic-face, woman-bold-face)
23176 (woman-unknown-face): Likewise.
23177 * wid-edit.el (widget-button-pressed-face): Likewise.
23178 * whitespace.el (whitespace-highlight-face): Likewise.
23179 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23180 * pcvs-info.el (cvs-marked-face): Likewise.
23181 * info.el (info-xref): Likewise.
23182 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23183 * hilit-chg.el (highlight-changes-face)
23184 (highlight-changes-delete-face): Likewise.
23185 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23186 (hi-red-b): Likewise.
23187 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23188 * font-lock.el (font-lock-keyword-face)
23189 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23190 * cus-edit.el (custom-invalid-face, custom-modified-face)
23191 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23192 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23193 * comint.el (comint-highlight-prompt): Likewise.
23194
23195 2005-04-08 Lute Kamstra <lute@gnu.org>
23196
23197 * font-lock.el (font-lock-keywords): Docstring fixes.
23198
23199 2005-04-08 Kenichi Handa <handa@m17n.org>
23200
23201 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23202 chars are more than a limit, print " and more..." at the tail.
23203
23204 2005-04-08 Kim F. Storm <storm@cua.dk>
23205
23206 * emacs-lisp/authors.el (authors-aliases): Update list.
23207 (authors-ignored-files): New list.
23208 (authors-fixed-entries): Fix typo.
23209 (authors-renamed-files-alist): Update list.
23210 (authors-add): Check authors-ignored-files.
23211
23212 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23213
23214 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23215 optional, to ensure backward compatibility.
23216
23217 2005-04-08 Stephen Eglen <stephen@gnu.org>
23218
23219 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23220
23221 2005-04-08 Kim F. Storm <storm@cua.dk>
23222
23223 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23224
23225 * mouse.el (mouse-on-link-p): Doc fix.
23226
23227 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23228
23229 * ielm.el (ielm-prompt-read-only): Doc fix.
23230
23231 * comint.el (comint-prompt-read-only): Doc fix.
23232
23233 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23234
23235 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23236 ensure dired always handles wildcards passed to ffap.
23237 (find-file-at-point): Use it.
23238 (ffap-dired-wildcards): Doc fix.
23239
23240 2005-04-07 Juri Linkov <juri@jurta.org>
23241
23242 * simple.el (next-error-overlay-arrow-position): New defvar.
23243 Put "=>" on its property `overlay-arrow-string'. Add it to
23244 `overlay-arrow-variable-list'.
23245
23246 * progmodes/compile.el (compilation-setup):
23247 Set `next-error-overlay-arrow-position' to nil. Also set it to
23248 nil in the local hook `kill-buffer-hook'. Make local variable
23249 `overlay-arrow-string' and set it to "=>".
23250 (compilation-goto-locus): Set BOL position to
23251 `next-error-overlay-arrow-position' instead of
23252 `overlay-arrow-position'.
23253
23254 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23255 locally instead of adding it to the global hook.
23256 (Info-kill-buffer): Move up.
23257
23258 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23259
23260 * term/xterm.el (xterm-standard-colors): Update color values from
23261 xterm-200.
23262
23263 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23264
23265 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23266
23267 * fast-lock.el:
23268 * lazy-lock.el: Move them to the obsolete subdir.
23269
23270 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23271
23272 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23273 (wdired-add-replace-advice): Remove.
23274 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23275
23276 2005-04-06 Kim F. Storm <storm@cua.dk>
23277
23278 * startup.el (command-line): Add --bare-bones alias for -Q.
23279
23280 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23281
23282 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23283 create the startup fontset if a font specification ends with
23284 `mac-roman'.
23285
23286 2005-04-06 Lute Kamstra <lute@gnu.org>
23287
23288 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23289 change.
23290
23291 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23292 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23293
23294 2005-04-05 Lute Kamstra <lute@gnu.org>
23295
23296 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23297 (define-generic-mode): Ditto. Fix debug declaration.
23298
23299 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23300 Put them in the generic-x group.
23301
23302 * calendar/timeclock.el (timeclock): Doc fix.
23303
23304 * generic.el (define-generic-mode): Don't use custom-current-group.
23305 Document default :group value.
23306 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23307 (define-global-minor-mode): Don't use custom-current-group.
23308
23309 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23310
23311 * startup.el (command-line-1): Display startup-echo-area-message
23312 when fancy splash screen is in use.
23313
23314 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23315 (sh-escaped-newline): New face.
23316 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23317 newline, and use sh-escaped-newline face.
23318
23319 * progmodes/tcl.el (tcl-escaped-newline): New face.
23320 (tcl-builtin-list): New variable.
23321 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23322 newlines. Fix keywords subexpression number.
23323
23324 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23325
23326 * textmodes/org.el (org-diary-default-entry): Fix call to
23327 `add-to-diary-entry'.
23328
23329 2005-04-05 Kim F. Storm <storm@cua.dk>
23330
23331 * ediff-init.el: Use (featurep 'xemacs).
23332
23333 2005-04-05 David Ponce <david@dponce.com>
23334
23335 * cus-edit.el (face): Derive from symbol widget. Display sample
23336 of the current face on the fly.
23337 (widget-face-sample-face-get, widget-face-notify): New functions.
23338 (widget-face-value-create): Remove.
23339
23340 * wid-edit.el (widget-field-end): Temporarily remove field
23341 narrowing before to call `get-char-property'.
23342
23343 2005-04-04 Jay Belanger <belanger@truman.edu>
23344
23345 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23346 (math-read-subscripts): New variable.
23347 (math-read-preprocess-string): Process subscripts.
23348
23349 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23350
23351 * comint.el (comint-prompt-read-only): Doc fix.
23352
23353 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23354 `-1'. Doc fix.
23355
23356 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23357
23358 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23359 Change default value to nil.
23360
23361 2005-04-04 Lute Kamstra <lute@gnu.org>
23362
23363 * autorevert.el (auto-revert-mode): Specify :group.
23364 * battery.el (display-battery-mode): Specify :group.
23365 * diff-mode.el (diff-minor-mode): Specify :group.
23366 * font-core.el (font-lock-mode): Specify :group.
23367 * hl-line.el (hl-line-mode): Specify :group.
23368 * iimage.el (iimage): New customization group.
23369 (iimage-mode): Specify :group.
23370 * longlines.el (longlines-mode): Specify :group.
23371 * master.el: Don't require easy-mmode.
23372 (master): New customization group.
23373 (master-mode): Specify :group.
23374 * msb.el (msb-mode): Specify :group.
23375 * reveal.el (reveal-mode): Specify :group.
23376 * simple.el (next-error-follow-minor-mode): Specify :group.
23377 * smerge-mode.el (smerge-mode): Specify :group.
23378 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23379 * emulation/cua-base.el (cua-mode): Specify :group.
23380 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23381 * language/thai-util.el (thai-auto-composition-mode)
23382 (thai-word-mode): Specify :group.
23383 * mail/supercite.el (sc-minor-mode): Specify :group.
23384 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23385 * progmodes/flymake.el (flymake-mode): Specify :group.
23386 * progmodes/glasses.el (glasses-mode): Specify :group.
23387 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23388 * textmodes/enriched.el (enriched-mode): Specify :group.
23389 * textmodes/refill.el (refill-mode): Specify :group.
23390
23391 * add-log.el (change-log-font-lock-keywords): Names in
23392 parenthesized lists can contain spaces.
23393
23394 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23395
23396 * startup.el (fancy-splash-text): Shorten default text of
23397 "Emacs Tutorial" line. Also, if the current language env
23398 indicates an available tutorial file other than TUTORIAL,
23399 extract its title and append it to the line in parentheses.
23400 (fancy-splash-insert): If arg is a thunk, funcall it.
23401
23402 2005-04-04 Jay Belanger <belanger@truman.edu>
23403
23404 * calc.el (calc-language-alist): Add tags to customization type.
23405
23406 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23407
23408 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23409 Doc fix.
23410
23411 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23412
23413 * add-log.el (change-log-font-lock-keywords): The manual
23414 describing a Change Log entry, says: (...) "Aside from these
23415 header lines, every line in the change log starts with a space or
23416 a tab.". The font-lock was not highlighting lines started with
23417 spaces, added support for it.
23418
23419 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23420
23421 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23422 (bibtex-generate-url-list): Update docstring accordingly. Put the
23423 complex example in the docstring.
23424 (bibtex-font-lock-url): Use pop.
23425
23426 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23429
23430 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23431
23432 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23433
23434 * filesets.el (filesets-set-default): Doc fix.
23435
23436 2005-04-03 Lute Kamstra <lute@gnu.org>
23437
23438 * generic.el (define-generic-mode): Add argument to specify
23439 keywords for defcustom.
23440 (default-generic-mode): Specify :group.
23441
23442 * generic-x.el: Specify :group for all generic modes.
23443
23444 * desktop.el (desktop-no-desktop-file-hook)
23445 (desktop-after-read-hook): Doc fix.
23446
23447 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23448
23449 * simple.el (visible-mode): Use explicit :group keyword.
23450 This changes the group of `visible-mode-hook' from paren-blinking
23451 to editing-basics.
23452
23453 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23454
23455 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23456 mailbox specifications as well as URLs.
23457 (rmail-insert-inbox-text): Remove unused conditional branches.
23458
23459 2005-04-01 Jay Belanger <belanger@truman.edu>
23460
23461 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23462 (calc-gnuplot-print-command): Move definitions to calc.el.
23463
23464 * calc/calc-embed.el (calc-embedded-announce-formula)
23465 (calc-embedded-open-formula, calc-embedded-close-formula)
23466 (calc-embedded-open-word, calc-embedded-close-word)
23467 (calc-embedded-open-plain, calc-embedded-close-plain)
23468 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23469 (calc-embedded-open-mode, calc-embedded-close-mode):
23470 Move definitions to calc.el.
23471
23472 * calc/calc.el (calc-settings-file, calc-language-alist):
23473 Make customizable.
23474 (calc-embedded-announce-formula, calc-embedded-open-formula)
23475 (calc-embedded-close-formula, calc-embedded-open-word)
23476 (calc-embedded-close-word, calc-embedded-open-plain)
23477 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23478 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23479 (calc-embedded-close-mode, calc-gnuplot-name)
23480 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23481 from other files and make customizable.
23482
23483 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23486 Use buffer-live-p.
23487 (cvs-mode-run): Don't call cvs-update-header here.
23488 (cvs-run-process): Call cvs-update-header.
23489 Use process properties for cvs-postprocess and cvs-buffer so that
23490 the sentinel can behave better if the temp buffer is killed.
23491 Use a pipe rather than a tty, to better handle unexpected prompts.
23492 (cvs-sentinel): Rewrite. Call cvs-update-header.
23493
23494 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23495
23496 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23497 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23498
23499 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23500
23501 * generic.el (define-generic-mode): Add indentation rule.
23502
23503 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23504
23505 * files.el (mode-require-final-newline): Make Custom correctly
23506 report a nil value and allow to set it to nil via Custom.
23507 Doc fix.
23508
23509 2005-04-01 Kenichi Handa <handa@m17n.org>
23510
23511 * international/characters.el: Enable the correct case setting for
23512 dotless-i and dotted-I.
23513
23514 2005-04-01 Kim F. Storm <storm@cua.dk>
23515
23516 * ido.el (ido-file-internal): Fall back to non-ido command if
23517 initial directory is on slow ftp (or tramp) host.
23518
23519 2005-03-31 Richard M. Stallman <rms@gnu.org>
23520
23521 * emacs-lisp/autoload.el (make-autoload):
23522 Handle define-global-minor-mode.
23523
23524 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23525 Rename from easy-mmode-define-global-mode.
23526 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23527
23528 * progmodes/scheme.el (scheme-mode-syntax-table):
23529 Update syntax of | and # for two-character comment syntax.
23530
23531 2005-03-31 Lute Kamstra <lute@gnu.org>
23532
23533 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23534 (define-minor-mode): Call custom-current-group at load-time.
23535
23536 * generic.el (define-generic-mode): Add debug declaration.
23537 Add defcustom for the mode hook.
23538 (generic-mode-internal): Use run-mode-hooks.
23539
23540 2005-03-31 Kim F. Storm <storm@cua.dk>
23541
23542 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23543 (mouse-fixup-help-message): New defun called by show_help_echo
23544 to fixup mouse-2 prefix in help messages when applicable.
23545
23546 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23547
23548 2005-03-31 Kenichi Handa <handa@m17n.org>
23549
23550 * language/thai-word.el (thai-find-word-ends): Pay attention to
23551 the case that we reach the end of buffer.
23552
23553 * textmodes/fill.el (fill-text-properties-at): New function.
23554 (fill-newline): Use fill-text-properties-at instead of
23555 text-properties-at.
23556
23557 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23558
23559 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23560 not comint-quote-filename.
23561
23562 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23563
23564 * help-fns.el (help-with-tutorial): Revert last change.
23565
23566 2005-03-31 Kim F. Storm <storm@cua.dk>
23567
23568 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23569
23570 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23571
23572 * calendar/cal-china.el: Update reference to "Calendrical
23573 Calculations" book; there's a new edition.
23574 * calendar/cal-coptic.el: Likewise.
23575 * calendar/cal-french.el: Likewise.
23576 * calendar/cal-hebrew.el: Likewise.
23577 * calendar/cal-islam.el: Likewise.
23578 * calendar/cal-iso.el: Likewise.
23579 * calendar/cal-julian.el: Likewise.
23580 * calendar/cal-mayan.el: Likewise.
23581 * calendar/cal-persia.el: Likewise.
23582 * calendar/calendar.el: Likewise.
23583 * calendar/holidays.el: Likewise.
23584 * calendar/lunar.el: Likewise.
23585 * calendar/solar.el: Likewise.
23586
23587 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23588 white space from doc string.
23589
23590 2005-03-30 Jay Belanger <belanger@truman.edu>
23591
23592 * calc/calc-help.el (calc-full-help): Remove email address.
23593
23594 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23595
23596 * help-fns.el (help-with-tutorial): Delete title line.
23597
23598 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23599
23600 * calendar/cal-x.el (calendar-one-frame-setup)
23601 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23602 rather than `symbol' for set-window-dedicated-p.
23603
23604 * calendar/appt.el (appt-buffer-name): Make it a constant.
23605 (appt-add): Doc fix.
23606
23607 * filesets.el (filesets-menu-path, filesets-menu-before)
23608 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23609 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23610 (filesets-add-submenu): Delete and use add-submenu instead.
23611
23612 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23613
23614 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23615 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23616 (org-diary-default-entry): New function.
23617 (org-get-entries-from-diary): Better parsing of diary entries.
23618 (org-agenda-check-no-diary): New function.
23619 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23620 linking to diary entries.
23621 (org-agenda-execute-calendar-command): New function.
23622 (org-agenda): Improve visible section in window.
23623 Use `org-fit-agenda-window'.
23624 (org-fit-agenda-window): New option.
23625 (org-move-subtree-down): Better handling of empty lines
23626 at end of subtree.
23627 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23628 levels up.
23629 (org-fontify-done-headline): New option.
23630 (org-headline-done-face): New face.
23631 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23632 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23633 When current field is non-empty, it is copied to next row.
23634 (org-table-copy-from-above): Fix bug which made it
23635 impossible to copy fields containing only a single non-white character.
23636
23637 2005-03-30 Kim F. Storm <storm@cua.dk>
23638
23639 * kmacro.el (kmacro-end-macro): Isearch may store this command
23640 into the macro -- so ignore it when executing keyboard macro.
23641
23642 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23643
23644 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23645
23646 2005-03-29 Kenichi Handa <handa@m17n.org>
23647
23648 * language/thai.el ("Thai"): Set setup-function and exit-function
23649 for Thai language environment.
23650
23651 * language/thai-util.el: Require thai-word.
23652 (thai-word-mode-map): New variable.
23653 (thai-word-mode): New minor mode.
23654 (setup-thai-language-environment-internal): New function.
23655 (exit-thai-language-environment-internal): New function.
23656
23657 * language/thai-word.el (thai-word-table): Declare it by defvar,
23658 use dolist to initialize it.
23659 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23660 (thai-fill-find-break-point): New functions.
23661
23662 2005-03-29 Richard M. Stallman <rms@gnu.org>
23663
23664 * simple.el (idle-update-delay): Move definition up.
23665 (set-mark): Doc fix.
23666
23667 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23668
23669 * longlines.el: New file.
23670
23671 * simple.el (buffer-substring-filters): New variable.
23672 (filter-buffer-substring): New function.
23673 (kill-region, copy-region-as-kill): Use it.
23674
23675 * register.el (copy-to-register, append-to-register)
23676 (prepend-to-register): Use filter-buffer-substring.
23677
23678 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23679
23680 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23681 (gud-filter-pending-text): Move in front of gdb.
23682 (gud-overlay-arrow-position): New variable.
23683 (gud-sentinel, gud-display-line): Use it in place of
23684 overlay-arrow-position.
23685
23686 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23687
23688 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23689 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23690 (fortran-font-lock-keywords-4): New variable.
23691 (fortran-blocks-re, fortran-end-block-re)
23692 (fortran-start-block-re): New constants, for hideshow.
23693 (hs-special-modes-alist): Add a Fortran entry.
23694 (fortran-mode-map): Bind fortran-end-of-block,
23695 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23696 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23697 (fortran-looking-at-if-then, fortran-end-of-block)
23698 (fortran-beginning-of-block): New functions, for hideshow.
23699
23700 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23701 Doc fix. Tweak regexp.
23702 (f90-beginning-of-block): Push mark first.
23703
23704 2005-03-29 Jay Belanger <belanger@truman.edu>
23705
23706 * calc/calc.el: Update copyright date.
23707 (calc-version): Increase to 2.1.
23708 (calc-version-date): Remove.
23709
23710 * calc/calc-help.el: Update copyright date.
23711 (calc-full-help): Remove reference to calc-version-date.
23712 Update copyright date.
23713
23714 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23715
23716 * vc.el (vc-do-command): Use a pipe for async processes, so password
23717 prompts don't show up at places where the user can't reply.
23718
23719 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23720
23721 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23722 on the file name we pass to the inferior shell.
23723
23724 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23725
23726 * progmodes/which-func.el (which-function): Be robust in the face of an
23727 imenu--make-index-alist failure.
23728
23729 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23732
23733 * progmodes/python.el (python-preoutput-filter): Fix last change.
23734
23735 2005-03-29 Lute Kamstra <lute@gnu.org>
23736
23737 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23738 functions and compiled macros.
23739 (debug-convert-byte-code): Handle macros too.
23740 (debug-on-entry-1): Don't signal an error when trying to clear a
23741 function that is not set to debug on entry.
23742
23743 2005-03-29 Jay Belanger <belanger@truman.edu>
23744
23745 * calc/calc-lang.el: Add functions to math-function-table
23746 properties of tex and math.
23747
23748 2005-03-29 Kenichi Handa <handa@m17n.org>
23749
23750 * ps-mule.el (ps-mule-plot-string): Translate characters by
23751 ps-print-translation-table.
23752 (ps-mule-begin-job): Call find-charset-region/string with
23753 ps-print-translation-table.
23754 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23755
23756 * ps-print.el (ps-print-translation-table): New variable.
23757 (ps-plot-region): Translate characters by ps-print-translation-table.
23758
23759 2005-03-29 Juri Linkov <juri@jurta.org>
23760
23761 * simple.el (next-error-highlight-timer): New variable.
23762
23763 * progmodes/compile.el (compilation-goto-locus):
23764 Use `next-error-highlight-timer' instead of `sit-for'.
23765
23766 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23767
23768 * mail/supercite.el (sc-mail-field): Use assoc-string.
23769 (sc-get-address): Simplify regexps.
23770
23771 * files.el (minibuffer-with-setup-hook): New macro.
23772 (find-file-read-args): Use it to avoid let-binding
23773 minibuffer-with-setup-hook (which breaks turning on/off
23774 file-name-shadow-mode while in the prompt).
23775
23776 * complete.el (PC-read-include-file-name-internal):
23777 Use test-completion.
23778
23779 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23780
23781 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23782
23783 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23784
23785 * window.el (window-buffer-height): Use count-screen-lines.
23786
23787 * progmodes/python.el (python-preoutput-leftover): New var.
23788 (python-preoutput-filter): Use it.
23789 (python-send-receive): Loop until all the result has been received.
23790
23791 2005-03-28 Juri Linkov <juri@jurta.org>
23792
23793 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23794
23795 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23796 "Recover Crashed Session".
23797 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23798 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23799 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23800 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23801 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23802 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23803 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23804 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23805
23806 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23807 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23808 Ediff Sessions", "Toggle use of separate control buffer frame",
23809 "Use separate frame for Ediff control buffer".
23810
23811 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23812 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23813 "Rename Bookmark", "Delete Bookmark".
23814
23815 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23816 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23817 Add `:active Info-index-alternatives' to "Next Matching Item".
23818
23819 * wdired.el (wdired-change-to-wdired-mode):
23820 Mention `wdired-abort-changes' key in the initial message.
23821
23822 * international/mule.el (auto-coding-alist): Associate non-ascii
23823 image filename extensions with `no-conversion'.
23824
23825 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23826
23827 * international/iso-acc.el:
23828 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23829
23830 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23831
23832 * textmodes/sgml-mode.el (html-mode): Doc update.
23833
23834 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23835
23836 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23837
23838 * term.el (term-move-columns): Fix face after extending a line.
23839 (term-insert-spaces): Likewise.
23840 (term-reset-terminal): Fix off by one error.
23841
23842 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23843
23844 * international/mule.el (auto-coding-alist): Add .xpi files.
23845
23846 * files.el (auto-mode-alist): Add .xpi files.
23847
23848 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23849
23850 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23851
23852 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23853
23854 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23855
23856 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23857
23858 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23859 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23860
23861 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23862 cursor to Jan 1 when needed.
23863 (calendar-end-of-year): Fix -/+ typo.
23864 Reported by Chong Yidong <cyd@stupidchicken.com>.
23865
23866 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23867
23868 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23869
23870 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23871 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23872
23873 2005-03-25 Richard M. Stallman <rms@gnu.org>
23874
23875 * filesets.el (filesets-init): Add autoload.
23876
23877 * mail/mailalias.el (mail-directory): Doc fix.
23878
23879 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23880
23881 * mail/mailalias.el (mail-directory-process): Do nothing if
23882 mail-directory-process is an atom.
23883 (mail-get-names): Ignore mail-directory-names if it is an atom.
23884 (mail-directory-process defvar): Doc fix.
23885 (mail-names): Doc fix.
23886
23887 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23888
23889 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23890
23891 2005-03-26 Kenichi Handa <handa@m17n.org>
23892
23893 * international/mule-util.el (detect-coding-with-priority):
23894 Call update-coding-systems-internal before detect-coding-region.
23895
23896 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23897
23898 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23899 (gdb-frames-mode-map): Add follow-link property.
23900
23901 2005-03-25 Jay Belanger <belanger@truman.edu>
23902
23903 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23904 for variables.
23905
23906 2005-03-25 Juri Linkov <juri@jurta.org>
23907
23908 * image-mode.el: Optimize image filename extension regexps in
23909 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23910 in `auto-mode-alist'.
23911 (image-mode): Add `image-toggle-display-text' to local hook
23912 `change-major-mode-hook'. Display the image as an image by
23913 default. Set `cursor-type' and `truncate-lines' if the image
23914 is already displayed. Take into account the current mode (image
23915 or text) in message.
23916 (image-minor-mode): New minor mode.
23917 (image-mode-maybe, image-toggle-display-text): New functions.
23918 (image-toggle-display): Use called-interactively-p.
23919 Let-bind `inhibit-read-only' to t.
23920
23921 * image-mode.el (image-minor-mode): Set `cursor-type' and
23922 `truncate-lines' if the image is already displayed. Add turning
23923 image-minor-mode off to `change-major-mode-hook'. Add message.
23924 Call `image-toggle-display-text' after turning image-minor-mode off.
23925
23926 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23929 Terminal.app, use utf-8.
23930 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23931 (set-locale-environment): Use it.
23932
23933 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23934
23935 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23936
23937 * progmodes/python.el (python-close-block-statement-p)
23938 (python-outdent-p, python-current-defun): Use symbol-end.
23939
23940 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23941
23942 * files.el (save-some-buffers): Doc fix.
23943
23944 2005-03-25 Werner Lemberg <wl@gnu.org>
23945
23946 * complete.el, thumbs.el: Replace `legal' with `valid'.
23947 * calendar/calendar.el: Replace `legal' with `valid'.
23948 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23949 * mail/supercite.el: Replace `legal' with `valid'.
23950 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23951 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23952 Replace `legal' with `valid'.
23953 * textmodes/reftex-vars.el, textmodes/reftex.el:
23954 Replace `legal' with `valid'.
23955
23956 2005-03-25 Werner Lemberg <wl@gnu.org>
23957
23958 * calc/calc-forms.el, calc/calc-sel.el
23959 * midnight.el, vc-cvs.el
23960 * emacs-lisp/cl-macs.el
23961 * emulation/vip.el
23962 * eshell/esh-io.el, eshell/esh-var.el
23963 * mail/supercite.el
23964 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23965 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23966 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23967 * progmodes/sh-script.el, progmodes/xscheme.el
23968 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23969 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23970 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23971 * textmodes/reftex.el, textmodes/org.el:
23972 Replace `illegal' with `invalid'.
23973
23974 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23975
23976 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23977 (flymake-find-buildfile, flymake-find-possible-master-files)
23978 (flymake-check-include, flymake-parse-line): Replace loops over the
23979 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23980
23981 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23982 Substitute file-name-as-directory in the rest of the file.
23983 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23984 (flymake-replace-region): Remove unused arg `buffer'.
23985 (flymake-check-patch-master-file-buffer): Update calls to it.
23986 (flymake-add-err-info): Remove unused var `count'.
23987 (flymake-mode): Use define-minor-mode.
23988
23989 * progmodes/flymake.el: Use with-current-buffer.
23990 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23991 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23992 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23993 Avoid testing for `xemacs'.
23994 (flymake-nop): Move.
23995 (flymake-region-has-flymake-overlays): Return the computed value.
23996 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23997 Remove unused var `endline'.
23998 (flymake-get-line-count): Remove unused function.
23999 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24000
24001 * emulation/vi.el:
24002 * generic.el:
24003 * hilit-chg.el (global-highlight-changes):
24004 * hi-lock.el (hi-lock-mode):
24005 * follow.el: find-file-hooks -> find-file-hook.
24006
24007 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24008
24009 2005-03-24 Juri Linkov <juri@jurta.org>
24010
24011 * dired.el (dired-mode-map): Add menu item "Compare directories"
24012 for dired-compare-directories.
24013
24014 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24015 Doc fix. Replace `read-file-name' with `read-directory-name'.
24016
24017 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24018
24019 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24020
24021 2005-03-24 Jay Belanger <belanger@truman.edu>
24022
24023 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24024 relevant mode settings in calc-embedded-original-modes when modes
24025 are permanently changed.
24026
24027 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24028
24029 * autoinsert.el: find-file-hooks -> find-file-hook.
24030
24031 2005-03-24 Lute Kamstra <lute@gnu.org>
24032
24033 * generic.el (generic-font-lock-defaults): Make it obsolete.
24034 (generic-font-lock-keywords): New variable to replace
24035 generic-font-lock-defaults.
24036 (generic-mode-set-font-lock): Delete it.
24037 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24038 (generic-bracket-support): Add docstring.
24039
24040 * generic-x.el: Rename generic-font-lock-defaults to
24041 generic-font-lock-keywords throughout.
24042 (mailagent-rules-setup-function): Delete it.
24043 (mailagent-rules-generic-mode): Use anonymous function instead.
24044 (show-tabs-generic-mode-font-lock-defaults-1)
24045 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24046 Quote faces.
24047 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24048 not foreground.
24049
24050 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24051 Recognize define-generic-mode.
24052
24053 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24054
24055 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24056 if there's no completion table.
24057
24058 2005-03-23 Miles Bader <miles@gnu.org>
24059
24060 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24061 Remove tty-specific variants, as they're no longer needed.
24062
24063 2005-03-23 Lute Kamstra <lute@gnu.org>
24064
24065 * generic-x.el: Code cleanup: make args constant whenever possible.
24066 (installshield-statement-keyword-list)
24067 (installshield-system-functions-list)
24068 (installshield-system-variables-list, installshield-types-list)
24069 (installshield-funarg-constants-list): Make them constants.
24070
24071 * generic.el (generic-make-keywords-list): Add autoload cookie.
24072
24073 * calendar/time-date.el: Add comment on time value formats.
24074 Don't require parse-time.
24075 (with-decoded-time-value): New macro.
24076 (encode-time-value): New function.
24077 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24078 (days-to-time): Return a valid time value when arg is huge.
24079 (time-since): Use time-subtract.
24080 (time-to-number-of-days): Use time-to-seconds.
24081
24082 2005-03-23 David Ponce <david@dponce.com>
24083
24084 * recentf.el (recentf-keep): New option.
24085 (recentf-menu-action): Default to `find-file'.
24086 (recentf-keep-non-readable-files-flag)
24087 (recentf-keep-non-readable-files-p)
24088 (recentf-file-readable-p, recentf-find-file)
24089 (recentf-cleanup-remote): Remove.
24090 (recentf-include-p): More robust.
24091 (recentf-keep-p): New function.
24092 (recentf-remove-if-non-kept): Rename from
24093 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24094 All callers updated.
24095 (recentf-menu-items-for-commands): Fix help string.
24096 (recentf-track-closed-file): Update. Doc fix.
24097 (recentf-cleanup): Update. Count removed files. Doc fix.
24098
24099 2005-03-23 Kim F. Storm <storm@cua.dk>
24100
24101 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24102 Don't inherit from fringe face (now happens automatically).
24103
24104 2005-03-22 Kim F. Storm <storm@cua.dk>
24105
24106 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24107 position values.
24108
24109 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24110
24111 * menu-bar.el (showhide-date-time): Remove.
24112 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24113 (menu-bar-make-mm-toggle): Simplify.
24114
24115 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24116
24117 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24118 Accept qualified variable and function names.
24119
24120 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24121
24122 * bindings.el (completion-ignored-extensions):
24123 Remove ".lis" for `vax-vms'.
24124
24125 2005-03-22 Andreas Schwab <schwab@suse.de>
24126
24127 * generic-x.el: Revert last change.
24128 * ldefs-boot.el: Update.
24129
24130 2005-03-22 Jay Belanger <belanger@truman.edu>
24131
24132 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24133 (calc-embedded-save-original-modes)
24134 (calc-embedded-restore-original-modes): New functions.
24135 (calc-do-embedded): Save original modes when entering embedded mode
24136 and restore when leaving embedded mode.
24137 (calc-embedded-modes-change): Change the value of
24138 calc-embedded-original-modes to reflect permanent changes.
24139
24140 2005-03-22 Lute Kamstra <lute@gnu.org>
24141
24142 * generic-x.el: Require generic again.
24143
24144 2005-03-22 Miles Bader <miles@gnu.org>
24145
24146 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24147 Tweak details to look good on both ttys and bitmap displays, light
24148 or dark background, etc.
24149
24150 2005-03-21 Kim F. Storm <storm@cua.dk>
24151
24152 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24153 mouse position.
24154
24155 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24156
24157 * icomplete.el: Don't forcibly turn on the mode upon load.
24158 (icomplete-mode): Use define-minor-mode.
24159 (icomplete-eoinput): Default to nil.
24160 (icomplete-minibuffer-setup): Remove autoload.
24161 (icomplete-tidy): Simplify.
24162 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24163 in the initial state or if the user has modified the field.
24164 Fix handling of icomplete-max-delay-chars.
24165 Remove code that handles the oddball case where
24166 minibuffer-completion-table is an integer.
24167 Wrap icomplete-completions in while-no-input in case building
24168 completions takes more time than expected.
24169 (icomplete-completions): Simplify.
24170
24171 2005-03-21 Richard M. Stallman <rms@gnu.org>
24172
24173 * jka-compr.el (jka-compr-really-do-compress):
24174 Make variable buffer-local.
24175
24176 * image-mode.el: Handle .xpm files too.
24177 (image-toggle-display): Preserve modification flag.
24178
24179 * help.el (where-is): Don't mention aliases with no key bindings.
24180
24181 2005-03-21 Lute Kamstra <lute@gnu.org>
24182
24183 * generic.el: Fix commentary section. Don't require cl for
24184 compilation.
24185 (generic-mode-list): Add autoload cookie.
24186 (generic-use-find-file-hook, generic-lines-to-scan)
24187 (generic-find-file-regexp, generic-ignore-files-regexp)
24188 (generic-mode, generic-mode-find-file-hook)
24189 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24190 (define-generic-mode): Make it a defmacro. Fix docstring.
24191 (generic-mode-internal): Code cleanup. Add autoload cookie.
24192 (generic-mode-set-comments): Code cleanup.
24193 * generic-x.el: Don't prevent compilation. Don't require generic.
24194 Follow coding conventions. Minor code cleanup.
24195 (etc-fstab-generic-mode): Add some keywords.
24196 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24197 define-generic-mode like a function declaration.
24198
24199 2005-03-21 Jay Belanger <belanger@truman.edu>
24200
24201 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24202 changing modes.
24203
24204 2005-03-21 Sam Steingold <sds@gnu.org>
24205
24206 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24207
24208 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24209
24210 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24211 Add underscore to "f$ lexicals" regexp.
24212
24213 2005-03-20 Juri Linkov <juri@jurta.org>
24214
24215 * subr.el (progress-reporter-do-update): When `min-value' is equal
24216 to `max-value', set `percentage' to 0 and prevent division by zero.
24217
24218 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24219
24220 Sync with Tramp 2.0.48.
24221
24222 * net/tramp.el (all): Change all addresses to .gnu.org.
24223 (tramp-append-tramp-buffers): New defun.
24224 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24225 Catch `dont-send' signal.
24226 (tramp-set-auto-save-file-modes): Set always permissions, because
24227 there might be an old auto-saved file belonging to another
24228 original file. This could be a security threat. Reported by
24229 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24230 Check for Emacs 21.3.50 removed.
24231
24232 * net/tramp-smb.el (all): Remove debug construct for
24233 `with-parsed-tramp-file-name'.
24234 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24235 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24236 No error message if DIRECTORY or FILENAME doesn't exist.
24237 (tramp-smb-open-connection): Check existence of
24238 `tramp-smb-program'.
24239
24240 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24241
24242 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24243 Properly handle the case where the `m' or `s' command's argument is not
24244 yet terminated.
24245 (perl-indent-new-calculate): New function.
24246 (perl-indent-line): Use it.
24247
24248 2005-03-20 Miles Bader <miles@gnu.org>
24249
24250 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24251 in text-mode too. Change to new face names.
24252 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24253 Add `:weight bold' attribute.
24254 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24255
24256 2005-03-19 Juri Linkov <juri@jurta.org>
24257
24258 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24259
24260 * international/mule.el (auto-coding-alist): Sync with
24261 `auto-mode-alist' by adding upper case archive file extensions
24262 and adding ear/war to jar extension.
24263
24264 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24265
24266 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24267 running, restart it.
24268
24269 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24270
24271 * finder.el (finder-current-item): Throw an error on an empty line.
24272
24273 * man.el (Man-follow-manual-reference): If current-word returns
24274 nil, use "".
24275
24276 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24277
24278 * simple.el (goto-line): Doc fix.
24279
24280 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24281
24282 * files.el (save-buffer): Doc fix.
24283
24284 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24285
24286 * recentf.el (recentf-cleanup-remote): New variable.
24287 (recentf-cleanup): Use it to conditionally check availability of
24288 remote files.
24289
24290 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24291
24292 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24293 function names.
24294
24295 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24296
24297 * language/thai-word.el: New file.
24298
24299 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24300
24301 * files.el (backup-buffer): If the file's directory is not
24302 writable, use copy instead of move to backup the file.
24303
24304 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24305
24306 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24307
24308 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24309
24310 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24311 Use functionp instead of symbolp and fboundp. Reported by Drkm
24312 <darkman_spam@yahoo.fr>.
24313 (ps-print-version): New version 6.6.6.
24314
24315 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24316
24317 * textmodes/table.el (table--line-column-position): New idiom.
24318 (table--row-column-insertion-point-p): New function to test
24319 validity of row and column insertion operation at a location.
24320 (table-global-menu, table-cell-menu): Use above functions for
24321 deterministic test operation.
24322 (table--editable-cell-p): Behave in deterministic fashion.
24323
24324 2005-03-18 Juri Linkov <juri@jurta.org>
24325
24326 * isearch.el (isearch-lazy-highlight-new-loop):
24327 Make arguments beg and end optional.
24328 (isearch-update): Remove optional arguments nil from
24329 isearch-lazy-highlight-new-loop.
24330 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24331 isearch-lazy-highlight-case-fold-search instead of
24332 isearch-case-fold-search, and let-bind isearch-regexp to
24333 isearch-lazy-highlight-regexp.
24334 Use isearch-lazy-highlight-last-string instead of isearch-string.
24335
24336 * replace.el (perform-replace): Remove bindings of global
24337 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24338 Add three new arguments to `replace-highlight'.
24339 (replace-highlight): Add arguments string, regexp, case-fold.
24340 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24341 to allow isearch-lazy-highlight-new-loop to use these values
24342 to set corresponding isearch-lazy-highlight-* internal
24343 variables whose values lazy highlighting will use regardless of
24344 changes to global variables isearch-string, isearch-regexp,
24345 isearch-case-fold-search during lazy highlighting loop.
24346 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24347 to `lazy-highlight-cleanup'.
24348
24349 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24350 (ispell-highlight-face): Set default face to `isearch' when
24351 lazy highlighting is enabled.
24352 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24353 priority to 1. Add lazy highlighting.
24354 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24355 from `isearch-dehighlight'.
24356
24357 2005-03-18 David Ponce <david@dponce.com>
24358
24359 * files.el (hack-local-variables): Do a case-insensitive search
24360 for End.
24361
24362 2005-03-18 Juri Linkov <juri@jurta.org>
24363
24364 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24365 `isearch-lazy-highlight-cleanup', add alias to old name and
24366 declare obsolete. Add release numbers to other obsolete vars.
24367 (isearch-done, isearch-lazy-highlight-new-loop):
24368 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24369 (lazy-highlight-cleanup) <variable>: Doc fix.
24370 (isearch-lazy-highlight-update): Rename obsolete
24371 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24372
24373 2005-03-18 Kenichi Handa <handa@m17n.org>
24374
24375 * language/thai-util.el: Fix categorization of Thai characters in
24376 thai-category-table.
24377 (thai-composition-pattern): Adjust it for the above change.
24378 (thai-self-insert-command, thai-compose-syllable): New functions.
24379 (thai-compose-region): Use thai-compose-syllable.
24380 (thai-compose-string): Likewise.
24381 (thai-composition-function): Likewise.
24382 (thai-auto-composition): New function.
24383 (thai-auto-composition-mode): New minor mode.
24384
24385 * language/thai.el: Fix patterns to be registered in
24386 composition-function-table.
24387
24388 * international/quail.el (quail-input-method): Locally bind
24389 inhibit-modification-hooks to t.
24390
24391 2005-03-17 Richard M. Stallman <rms@gnu.org>
24392
24393 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24394 (perl-mode): Use run-mode-hooks.
24395
24396 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24397 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24398 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24399
24400 * mail/sendmail.el (sendmail-send-it): Reenable the code
24401 to compute resend-to-address and use it.
24402
24403 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24404
24405 * image-mode.el: New file.
24406
24407 * image.el (insert-sliced-image): Add autoload cookie.
24408
24409 * font-lock.el (font-lock-lines-before): New user option.
24410 (font-lock-after-change-function): Obey it.
24411
24412 * bindings.el (esc-map): Make M-g a prefix.
24413 Bind M-g g and M-g M-g to goto-line.
24414
24415 * faces.el (face-id): Doc fix.
24416
24417 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24418
24419 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24420 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24421 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24422
24423 * mail/sendmail.el (mail-yank-ignored-headers)
24424 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24425 Add Mail-Followup-To and Mail-Reply-To headers.
24426 (mail-citation-hook): Add autoload cookie.
24427 (mail-mode): Doc fix.
24428 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24429 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24430 (mail-mode-fill-paragraph): Handle those headers.
24431 (mail-mailing-lists): New variable.
24432 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24433
24434 2005-03-17 Juri Linkov <juri@jurta.org>
24435
24436 * isearch.el (isearch-fallback): Check for `(car previous)'
24437 before calling `isearch-other-end-state'.
24438
24439 2005-03-17 Kim F. Storm <storm@cua.dk>
24440
24441 * simple.el (move-beginning-of-line): Move to beginning of buffer
24442 line, as well as beginning of screen line.
24443
24444 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24445
24446 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24447 argument REDRAW rather than calendar-redrawing variable.
24448 * calendar/calendar.el (calendar-redrawing): Delete.
24449 (redraw-calendar): Do not bind calendar-redrawing.
24450
24451 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24452
24453 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24454 diary-file buffer.
24455
24456 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * help.el (describe-mode): Allow a :minor-mode-function property to
24459 specify a different minor mode toggle function than the variable.
24460 * simple.el (auto-fill-function):
24461 * subr.el (add-minor-mode): Use it.
24462
24463 2005-03-16 Kenichi Handa <handa@m17n.org>
24464
24465 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24466 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24467 (ethio-fidel-to-sera-buffer): Likewise.
24468
24469 2005-03-16 Juri Linkov <juri@jurta.org>
24470
24471 * emacs-lisp/find-func.el (find-function-regexp):
24472 Add defun-emitting macro `menu-bar-make-toggle'.
24473
24474 * isearch.el: Put `isearch-scroll' property to
24475 `split-window-horizontally'.
24476
24477 * info.el: Update error messages for `debug-ignored-errors'.
24478 (Info-isearch-search): Doc fix.
24479 (Info-find-node): Move up code to go into info buffer before
24480 recording the node to the history.
24481 (Info-fontify-node): Fontify titles only if the next line
24482 has two or more `*', `=', `-', `.'.
24483 Display "go to this node" for empty (match-string 3).
24484
24485 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24486
24487 * term/mac-win.el: Add mouse pointer shape constants.
24488
24489 2005-03-15 Kim F. Storm <storm@cua.dk>
24490
24491 * simple.el (move-beginning-of-line): Use vertical-motion.
24492
24493 2005-03-15 Juri Linkov <juri@jurta.org>
24494
24495 * isearch.el (isearch-error): New variable.
24496 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24497 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24498 (isearch-within-brackets-state): Remove.
24499 (isearch-case-fold-search-state, isearch-pop-fun-state):
24500 Decrease frame index.
24501 (isearch-mode, isearch-top-state, isearch-push-state)
24502 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24503 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24504 (isearch-search, isearch-lazy-highlight-new-loop):
24505 Replace `isearch-invalid-regexp' with `isearch-error'.
24506 Remove `isearch-within-brackets'.
24507 (isearch-search): Add `search-failed' handler to `condition-case'.
24508 (isearch-lazy-highlight-search): Add `condition-case' to catch
24509 errors and allow `isearch-lazy-highlight-update' to try
24510 highlighting from the beginning of the window.
24511 (isearch-repeat): Move up code to set isearch-wrapped to t
24512 before calling isearch-wrap-function.
24513
24514 * info.el (Info-isearch-initial-node): New internal variable.
24515 (Info-search): Signal an error in isearch mode when search leaves
24516 the initial node. Signal an error when `bound' is non-nil and
24517 nothing was found in the current subfile.
24518 (Info-isearch-search): Remove `condition-case'.
24519 (Info-isearch-wrap): Don't wrap when search failed during leaving
24520 the initial node. If `Info-isearch-search' is nil, wrap around
24521 the current node.
24522 (Info-isearch-start): New fun.
24523 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24524 `isearch-mode-hook'.
24525
24526 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24527
24528 * simple.el (normal-erase-is-backspace): Set default to t if
24529 running on Mac.
24530
24531 * term/mac-win.el (function-key-map): Sync with x-win.el.
24532
24533 2005-03-15 Kenichi Handa <handa@m17n.org>
24534
24535 * international/mule-cmds.el (locale-language-names): Modify the
24536 format of elements and add more entries.
24537 (locale-preferred-coding-systems): Add more entries.
24538 (set-locale-environment): Adjust for the change of
24539 locale-language-names.
24540
24541 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24542
24543 * pcvs.el (smerge-ediff): Remove bogus autoload.
24544
24545 2005-03-14 Lute Kamstra <lute@gnu.org>
24546
24547 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24548 Ignore a `*' at the beginning of a line.
24549
24550 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24551 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24552 subr.el.
24553 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24554 to specify indentation.
24555
24556 * generic.el (define-generic-mode): Let generic-mode-list be a
24557 list of strings; test membership with equal.
24558
24559 2005-03-14 Kim F. Storm <storm@cua.dk>
24560
24561 * simple.el (next-line, previous-line): Add optional try-vscroll
24562 arg to recognize interactive use. Pass it on to line-move.
24563 (line-move): Don't perform auto-window-vscroll when defining or
24564 executing keyboard macro to ensure consistent behavior.
24565
24566 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24567
24568 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24569
24570 2005-03-13 Lute Kamstra <lute@gnu.org>
24571
24572 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24573 debugger-setup-buffer so that backtrace marks the frames set to
24574 debug-on-exit and we don't have to do it manually. Set an extra
24575 debug-on-exit for macro's.
24576 (debugger-setup-buffer): Don't mark the top frame manually.
24577
24578 2005-03-12 Lute Kamstra <lute@gnu.org>
24579
24580 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24581 lisp-indent-function throughout.
24582 (with-no-warnings): Set lisp-indent-function property.
24583
24584 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24585
24586 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24587 Add entry for backslash.
24588
24589 2005-03-12 Juri Linkov <juri@jurta.org>
24590
24591 * info.el (Info-search): Four fixes for backward search.
24592
24593 2005-03-11 Jay Belanger <belanger@truman.edu>
24594
24595 * calc/calc.el (calc-language-alist): New variable.
24596 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24597 (calc-embedded-find-modes): Use calc-language-alist instead of
24598 calc-embedded-language-alist.
24599
24600 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24601
24602 * calendar/calendar.el (calendar-redrawing): New internal
24603 variable.
24604 (redraw-calendar): Remove bogus save-excursion from previous
24605 change. Bind calendar-redrawing to t for mark-diary-entries.
24606 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24607 calendar if that is why we were called.
24608
24609 2005-03-11 Kenichi Handa <handa@m17n.org>
24610
24611 * international/mule.el (make-coding-system): Set property
24612 coding-system-define-form to nil.
24613 (define-coding-system-alias): Likewise.
24614
24615 2005-03-11 Kenichi Handa <handa@m17n.org>
24616
24617 These changes are suggested by Dave Love <fx@gnu.org>.
24618
24619 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24620 coding: tag.
24621 (adaptive-fill-regexp): Add more bullets.
24622 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24623 regexps.
24624
24625 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24626
24627 * help.el (describe-mode): Properly handle non-trivial lighters.
24628 Don't ignore minor modes that are not listed in minor-mode-list.
24629
24630 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24631 feature ON when the user requests to turn it OFF.
24632
24633 2005-03-10 Lute Kamstra <lute@gnu.org>
24634
24635 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24636 (implement-debug-on-entry): New function to replace debug-entry-code.
24637 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24638 second argument as the 2005-03-07 change makes it obsolete.
24639 (debug-on-entry, cancel-debug-on-entry): Update call to
24640 debug-on-entry-1.
24641 (debug, debugger-setup-buffer): Comment update.
24642 (debugger-frame-number): Update to work with implement-debug-on-entry.
24643
24644 2005-03-10 Jay Belanger <belanger@truman.edu>
24645
24646 * calc/calc-embed.el (math-ms-args): Declare it.
24647 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24648 math-ms-args.
24649 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24650 variables.
24651
24652 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24653
24654 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24655 Use message-box.
24656
24657 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24658 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24659 (tooltip-gud-tips): Simplify.
24660 (tooltip-gud-tips-p): Remove superfluous :set.
24661 (tooltip-gud-modes): Add fortran-mode.
24662 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24663
24664 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24665
24666 2005-03-09 Kim F. Storm <storm@cua.dk>
24667
24668 * play/animate.el (animate-place-char): Use forward-line instead
24669 of next-line to improve performance.
24670
24671 2005-03-09 Simon Josefsson <jas@extundo.com>
24672
24673 * net/browse-url.el (browse-url-default-browser): Doc fix.
24674
24675 2005-03-09 Miles Bader <miles@gnu.org>
24676
24677 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24678 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24679
24680 2005-03-09 Kenichi Handa <handa@m17n.org>
24681
24682 * international/latin-1.el: Set case and syntax for 255 only if
24683 set-case-syntax-set-multibyte is nil.
24684
24685 * textmodes/ispell.el (ispell-insert-word): New function.
24686 (ispell-word): Use ispell-insert-word to insert a new word.
24687 (ispell-process-line): Likewise.
24688 (ispell-complete-word): Likewise.
24689
24690 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24691
24692 * calendar/calendar.el (redraw-calendar): Preserve point.
24693 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24694 (calendar-week-start-day): Move after definition of
24695 redraw-calendar. Delete buffer test, since redraw-calendar has
24696 that now.
24697
24698 * calendar/diary-lib.el (mark-diary-entries): Only call
24699 redraw-calendar in the first of any recursive calls.
24700 Reported by Alan Shutko <ats@acm.org>.
24701
24702 2005-03-08 Juri Linkov <juri@jurta.org>
24703
24704 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24705 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24706 (html-radio-buttons): Add a space before the trailing `/>' where
24707 sgml-xml-mode is non-nil.
24708 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24709 the subsequent tag of the empty XML tag.
24710 (html-href-anchor): Don't set initial input to "http:".
24711 (html-image): Ask for the image URL and set point inside alt="".
24712 (html-name-anchor): Duplicate the name in the `id' attribute when
24713 sgml-xml-mode is non-nil.
24714 (html-paragraph): Remove \n before <p>.
24715 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24716 instead of `checked' when sgml-xml-mode is non-nil.
24717
24718 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24719 Remove 1 space before #RRGGBB to not truncate it on terminal
24720 windows w/o fringes. Remove 1 space between bg and fg examples
24721 to get more space.
24722 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24723 avoid byte-compile warnings.
24724
24725 * image-file.el (image-file-handler): Put `safe-magic' property to
24726 `image-file-handler'.
24727
24728 * info.el (Info-isearch-search): Emulate word search in
24729 isearching through multiple Info nodes with Info-search.
24730 (Info-isearch-wrap): Allow isearch-word.
24731
24732 2005-03-08 Lute Kamstra <lute@gnu.org>
24733
24734 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24735 stepping into the debugger's code is not possible.
24736 (debugger-jumping-flag): Docstring update.
24737
24738 2005-03-08 Jay Belanger <belanger@truman.edu>
24739
24740 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24741 embedded mode begins.
24742 (calc-embedded-language-alist): New variable.
24743 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24744 set default language mode.
24745
24746 2005-03-08 Kenichi Handa <handa@m17n.org>
24747
24748 * international/ccl.el (define-ccl-program): Fix docstring about
24749 extra 256 bytes assured for the output buffer.
24750
24751 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24752 Fix BUFFER_MAGNIFICATION to 2.
24753 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24754
24755 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24756
24757 * align.el (align-rules-list): Added an alignment rule for CSS
24758 declarations (applies to css-mode and html-mode buffers).
24759
24760 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24761
24762 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24763
24764 2005-03-07 Kim F. Storm <storm@cua.dk>
24765
24766 * simple.el (move-beginning-of-line): New command.
24767
24768 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24769
24770 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24771
24772 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24773 and move-beginning-of-line.
24774
24775 * apropos.el (apropos-print): Omit command from M-x ... RET.
24776
24777 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24778
24779 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24780 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24781
24782 2005-03-06 Richard M. Stallman <rms@gnu.org>
24783
24784 * bindings.el (esc-map): Bind M-g to goto-line.
24785
24786 * facemenu.el (global-map): Bind M-o, not M-g.
24787
24788 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24789
24790 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24791 "Open Directory" as for "Open File".
24792
24793 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24794
24795 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24796 (push-mark-command): Run activate-mark-hook.
24797
24798 2005-03-06 Richard M. Stallman <rms@gnu.org>
24799
24800 * help-mode.el (help-mode-finish): Don't alter the element
24801 in view-return-to-alist if there already is one.
24802
24803 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24804 make sure the current buffer is the expected one.
24805
24806 * novice.el (disabled-command-function): Output in *Disabled Command*.
24807 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24808
24809 * textmodes/flyspell.el (flyspell-large-region):
24810 Pass args differently for aspell.
24811
24812 * files.el (mode-require-final-newline): Doc fix.
24813
24814 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24815
24816 * progmodes/which-func.el (which-function):
24817 Specify NOERROR when calling imenu--make-index-alist.
24818
24819 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24820
24821 * simple.el (normal-erase-is-backspace): Define default value.
24822
24823 * custom.el (custom-theme-set-variables): Remove unused var
24824 `immediate'.
24825 (custom-reevaluate-setting): Simple function to handle variables
24826 that are defined before their default value can really be
24827 computed.
24828
24829 * startup.el (command-line): Use it for temporary-file-directory,
24830 small-emporary-file-directory, auto-save-file-name-transforms,
24831 blink-cursor-mode, and normal-erase-is-backspace.
24832
24833 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24834 progress, even with buggy anchored keywords.
24835
24836 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24837
24838 * simple.el (goto-line): Remove unbalanced final parenthesis.
24839
24840 2005-03-05 Richard M. Stallman <rms@gnu.org>
24841
24842 * simple.el (goto-line): Use a number at point as the default.
24843 With C-u as arg, switch buffers.
24844
24845 2005-03-05 Juri Linkov <juri@jurta.org>
24846
24847 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24848 with `no-blinking-cursor'.
24849
24850 * startup.el (no-blinking-cursor): New defvar.
24851 (command-line): Add `--no-blinking-cursor' to longopts.
24852 Set `no-blinking-cursor' to t for command line arguments
24853 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24854 with `no-blinking-cursor' in the condition for calling
24855 `blink-cursor-mode'.
24856
24857 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24858
24859 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24860 (menu-bar-options-save): Add blink-cursor-mode.
24861 (menu-bar-options-menu): Add blink-cursor-mode.
24862
24863 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24864
24865 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24866 (icalendar-export-file, icalendar-export-region)
24867 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24868 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24869
24870 2005-03-04 Lute Kamstra <lute@gnu.org>
24871
24872 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24873 (debug-function-list): Ditto.
24874
24875 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24876
24877 * textmodes/texinfmt.el (texinfo-append-refill):
24878 Redefine the types of line to which @refill
24879 is not appended by replacing a search for `@refill\\|@bye' with
24880 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24881 itemize@refill' bug and the unfilled long lines bug.
24882 (texinfmt-version): Update number and date.
24883
24884 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24885
24886 * international/code-pages.el (windows-1250, windows-125[2-8])
24887 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24888
24889 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24890
24891 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24892 bound yet.
24893
24894 2005-03-02 Romain Francoise <romain@orebokech.com>
24895
24896 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24897 buffer after removing limits.
24898 (ibuffer-pop-filter): Ditto.
24899 Update copyright.
24900
24901 2005-03-02 Miles Bader <miles@gnu.org>
24902
24903 * button.el (make-text-button): If the user doesn't specify a
24904 type, use the default. Rewrite to use `add-text-properties' and
24905 plist functions.
24906
24907 2005-03-01 Lute Kamstra <lute@gnu.org>
24908
24909 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24910 (debugger-jumping-flag): New var.
24911 (debug-entry-code): Use it.
24912 (debugger-jump): Use debugger-jumping-flag and add
24913 debugger-reenable to post-command-hook.
24914 (debugger-reenable): Use debugger-jumping-flag and remove itself
24915 from post-command-hook.
24916 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24917 debugger-reenable.
24918
24919 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24920
24921 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24922 inclusion of "itemize\\|", which may be unnecessary, is certainly
24923 inelegant, and stops refilling in itemize lists when formatting
24924 Japanese Texinfo files to Info.
24925 Update copyright to 2005.
24926
24927 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24928
24929 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24930 of an error if GDB can't find the source file.
24931
24932 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24933
24934 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24935 not just the calendar.
24936
24937 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24938 first.
24939 (diary-redraw-calendar): New function.
24940 (make-diary-entry): Add diary-redraw-calendar to local
24941 write-contents-functions. Turn off selective display before
24942 inserting in diary.
24943
24944 2005-03-01 Kim F. Storm <storm@cua.dk>
24945
24946 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24947
24948 2005-03-01 Lute Kamstra <lute@gnu.org>
24949
24950 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24951 that debug-entry-code can be safely removed from a function while
24952 this code is being evaluated. Revert the 2005-02-27 change as the
24953 new implementation no longer requires it. Make sure that a
24954 function body containing just a string is not mistaken for a docstring.
24955 (debug): Skip one more frame in case of debug on entry.
24956 (debugger-setup-buffer): Delete one more frame line in case of
24957 debug on entry.
24958 (debugger-frame-number): Update to use the new text introduced by
24959 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24960
24961 2005-02-28 Kim F. Storm <storm@cua.dk>
24962
24963 * double.el (double-translate-key): Call force-window-update after
24964 read-event to avoid crash in redisplay.
24965
24966 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24967
24968 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24969 (debug): Use it. Move the inhibit-trace earlier.
24970 (debug-entry-code): New const.
24971 (debug-on-entry-1): Use it.
24972
24973 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24974
24975 * international/utf-16.el (ccl-encode-mule-utf-16le):
24976 Fix BUFFER_MAGNIFICATION to 2.
24977 (ccl-encode-mule-utf-16be): Likewise.
24978
24979 2005-02-28 Kenichi Handa <handa@m17n.org>
24980
24981 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24982 Fix BUFFER_MAGNIFICATION to 4.
24983 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24984
24985 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24986
24987 * speedbar.el (speedbar-update-flag): Doc fix.
24988 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24989 argument.
24990
24991 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24992
24993 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24994 have a non-nil `invisible' property but are actually visible.
24995
24996 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24997 for perldoc sections.
24998 (perl-outline-regexp, perl-outline-level): New var and function.
24999 (perl-mode): Use them.
25000
25001 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25002
25003 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25004 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25005
25006 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25007
25008 * cus-edit.el: Comment change.
25009 (custom-buffer-create-internal): Slightly reword text at top of
25010 Custom buffers. Mention there that saving an option edits the
25011 init file. Add link to Emacs manual node on `custom-file'.
25012 (custom-magic-alist): Rewrite individual State messages to use
25013 capitalized keywords. Doc fix.
25014
25015 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25016
25017 * calendar/calendar.el (calendar-buffer): Move above
25018 calendar-week-start-day.
25019 (calendar-week-start-day): Doc fix. Add :set function.
25020 (calendar-minimum-window-height): New variable.
25021 (generate-calendar-window): Only resize window if selected-window
25022 is displaying the calendar buffer. Use new variable
25023 calendar-minimum-window-height.
25024 (generate-calendar): Reword error message.
25025 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25026
25027 2005-02-27 Andreas Schwab <schwab@suse.de>
25028
25029 * vc.el (vc-do-command): Don't run command asynchronously when
25030 operating in a remote directory.
25031
25032 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25033 change from sync with Tramp 2.0.47.
25034
25035 2005-02-27 Richard M. Stallman <rms@gnu.org>
25036
25037 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25038
25039 * textmodes/flyspell.el (flyspell-mode-on):
25040 Call ispell-change-dictionary only if necessary.
25041
25042 * emacs-lisp/re-builder.el (regexp-builder): New function.
25043
25044 * register.el (describe-register-1): Explicitly handle
25045 yank-excluded-properties = t.
25046
25047 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25048 (custom-magic-alist): Change the status descriptions again.
25049 (face widget-type): Total rewrite based on `restricted-sexp'
25050 to eliminate the confusing double hiding levels.
25051
25052 * emacs-lisp/debug.el (debug-on-entry-1):
25053 If function body is empty, add nil as body form.
25054
25055 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25056
25057 * emacs-lisp/trace.el (inhibit-trace): New var.
25058 (trace-make-advice): Use it.
25059
25060 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25061
25062 2005-02-26 Kim F. Storm <storm@cua.dk>
25063
25064 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25065 (mouse-on-link-p, mouse-drag-region-1): Use it.
25066
25067 2005-02-25 Lute Kamstra <lute@gnu.org>
25068
25069 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25070
25071 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25072
25073 * frame.el (blink-cursor-mode): Add :group keyword.
25074
25075 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25076
25077 * calendar/icalendar.el (icalendar--decode-isodatetime):
25078 New optional argument DAY-SHIFT.
25079 (icalendar-export-region): Fix coding-system-for-write.
25080 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25081 events by one.
25082
25083 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25084
25085 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25086
25087 2005-02-24 Kim F. Storm <storm@cua.dk>
25088
25089 * international/iso-acc.el (iso-accents-compose): Fix crash
25090 during redisplay. Call force-window-update after read-event
25091 and delete-region to signal that window is not accurate.
25092
25093 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25094
25095 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25096 Remove unused and inexistent var `inhibit-trace'.
25097 (debugger-mode): Use run-mode-hooks.
25098 (debugger-list-functions): Add buttons; setup xref stack.
25099
25100 2005-02-23 Richard M. Stallman <rms@gnu.org>
25101
25102 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25103 appointment says it was explicitly made.
25104 (appt-add): Set the 3rd element.
25105 (appt-make-list): Preserve explicit appointments.
25106
25107 * subr.el (find-tag-default): Catch errors in forward-sexp.
25108
25109 2005-02-23 Juri Linkov <juri@jurta.org>
25110
25111 * info.el (Info-isearch-search): New defcustom.
25112 (Info-isearch-search): Call the default isearch function
25113 when Info-isearch-search is nil.
25114 (Info-isearch-wrap): Use variable Info-isearch-search.
25115
25116 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25117
25118 * cus-edit.el: Comment change.
25119
25120 2005-02-22 Kim F. Storm <storm@cua.dk>
25121
25122 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25123 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25124
25125 2005-02-22 Simon Josefsson <jas@extundo.com>
25126
25127 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25128 New variable.
25129 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25130 Oskarsson" <myrkraverk@users.sourceforget.net>.
25131
25132 2005-02-22 Kim F. Storm <storm@cua.dk>
25133
25134 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25135 check that window of that event is the selected window.
25136 (mouse-drag-region-1): Compare mouse event window to selected
25137 window before setting point.
25138
25139 * tooltip.el (tooltip-show-help-function): Pass event to
25140 mouse-on-link-p so it can check selected window.
25141
25142 2005-02-22 Kenichi Handa <handa@m17n.org>
25143
25144 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25145 (ps-mule-show-warning): New function.
25146 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25147 characters are found.
25148
25149 * ps-print.el (ps-header-footer-string): Return a list of header
25150 and footer strings.
25151
25152 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25153
25154 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25155
25156 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25157
25158 * frame.el (blink-cursor-mode): Use define-minor-mode.
25159
25160 * term/mac-win.el (function-key-map): Use char-names more consistently.
25161 (file-name-coding-system): Only set it for MacOS-9. The other case is
25162 already handled in mule-cmds.el (where it also works when mac-win.el
25163 is not used).
25164
25165 2005-02-21 Kenichi Handa <handa@m17n.org>
25166
25167 * international/mule.el (ctext-pre-write-conversion): Always use
25168 " *code-converting-work*" buffer for work.
25169
25170 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25171
25172 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25173
25174 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25175
25176 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25177
25178 * ses.el (undo-more): Restore defadvice, but only the part that
25179 allows changes outside the restricted area of the buffer.
25180
25181 2005-02-20 Kim F. Storm <storm@cua.dk>
25182
25183 * simple.el (line-move): Add fourth optional arg try-vscroll which
25184 must be set to perform auto-window-vscroll.
25185 When moving backwards and doing auto-window-vscroll, automatically
25186 vscroll to the last part of lines which are taller than the window.
25187 (next-line, previous-line): Set try-vscroll arg on line-move.
25188
25189 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25190
25191 * replace.el (query-replace, query-replace-regexp)
25192 (replace-string, replace-regexp): When operating on region, make
25193 the minibuffer prompt say so.
25194
25195 * isearch.el (isearch-forward): Document isearch-query-replace and
25196 isearch-query-replace-regexp keybindings.
25197
25198 2005-02-19 Jay Belanger <belanger@truman.edu>
25199
25200 * calc/calc-aent.el (math-read-token): Add local variable.
25201
25202 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25203 (calc-edit-top): Move declaration to earlier in file.
25204 (calc-edit-macro-repeats): Add local variables.
25205
25206 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25207 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25208 calcFunc-tanh.
25209 Adjust integration rule for calcFunc-tan.
25210
25211 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25212
25213 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25214 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25215 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25216 (viper-skip-separators): Bug fix.
25217 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25218 particular major mode.
25219 (viper-del-backward-char-in-replace): Don't put deleted char on the
25220 kill ring.
25221
25222 * viper-ex.el (viper-color-display-p): New function.
25223 (viper-has-face-support-p): Use viper-color-display-p.
25224
25225 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25226
25227 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25228
25229 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25230 (viper-file-remote-p): Make equivalent to file-remote-p.
25231
25232 * viper.el (viper-major-mode-modifier-list):
25233 Use viper-gnus-modifier-map.
25234
25235 2005-02-19 David Kastrup <dak@gnu.org>
25236
25237 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25238 quoting.
25239
25240 2005-02-19 Jay Belanger <belanger@truman.edu>
25241
25242 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25243 Remove extra definitions.
25244 (calc-coth): New function.
25245 (calcFunc-cot): Fix `let'.
25246
25247 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25248
25249 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25250 the reasons we use "type pc" in these faces.
25251
25252 * button.el (button): Ditto.
25253
25254 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25255
25256 * replace.el (query-replace-read-from): Set the value of
25257 query-replace-from-history-variable to handle the case of an empty
25258 string entered to accept the suggested default.
25259
25260 * net/tramp.el (tramp-file-name-for-operation):
25261 Use dired-call-process instead of dired-call-process-command.
25262
25263 2005-02-19 Jay Belanger <belanger@truman.edu>
25264
25265 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25266 (math-div-non-trig): New variables.
25267 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25268 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25269 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25270 trig expressions.
25271
25272 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25273
25274 * progmodes/gdb-ui.el (gdb-var-update-handler)
25275 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25276 for watch expressions,
25277 (gdb-var-create-handler): Don't set speedbar-update-flag.
25278 (gdb-post-prompt): Simplify test for speedbar.
25279
25280 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25281
25282 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25283 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25284 we use the syntax table of the correct buffer.
25285 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25286 Felix Gatzemeier.
25287
25288 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25289 (ediff-file-remote-p): Make synonymous with file-remote-p.
25290 In all deffaces ediff-*-face-*, use min-colors.
25291
25292 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25293 ediff-recurse-to-subdirectories.
25294 (ediff-mark-if-equal): Check that the arguments are strings, use
25295 ediff-same-contents (after to Felix Gatzemeier).
25296
25297 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25298 nil.
25299
25300 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25301
25302 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25303
25304 2005-02-18 David Kastrup <dak@gnu.org>
25305
25306 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25307 use `mark-active' when defined.
25308
25309 2005-02-18 Kenichi Handa <handa@m17n.org>
25310
25311 * ps-print.el (ps-font-info-database): New entry
25312 ZapfChancery-MediumItalic with correct font name. Fix font name
25313 of the entry Zapf-Chancery-MediumItalic.
25314
25315 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25316
25317 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25318
25319 2005-02-16 Kim F. Storm <storm@cua.dk>
25320
25321 * ido.el (ido-fallback-command): Pass user input to fallback command.
25322
25323 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25324
25325 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25326 (gdb-find-file-hook): Add server prefix.
25327
25328 2005-02-16 Richard M. Stallman <rms@gnu.org>
25329
25330 * replace.el (perform-replace): Pass new args to replace-highlight.
25331 (replace-highlight): Take region args,
25332 and pass them to isearch-lazy-highlight-new-loop.
25333
25334 * novice.el (disabled-command-hook): Autoload the defalias
25335 and the make-obsolete-variable call.
25336
25337 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25338
25339 * isearch.el (isearch-lazy-highlight-start-limit)
25340 (isearch-lazy-highlight-end-limit): New variables limit
25341 the region for highlighting.
25342 (isearch-lazy-highlight-new-loop): New args BEG and END.
25343 (isearch-lazy-highlight-search): Use the new vars.
25344 (isearch-lazy-highlight-update): Likewise.
25345
25346 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25347
25348 * cus-start.el (all): Use default-boundp.
25349
25350 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25351
25352 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25353
25354 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25355
25356 * autorevert.el (auto-revert-stop-on-user-input)
25357 (auto-revert-verbose): Doc fixes.
25358
25359 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25360
25361 * international/mule-cmds.el (set-locale-environment): Remove call
25362 to set-selection-coding-system on Windows.
25363
25364 2005-02-15 Jay Belanger <belanger@truman.edu>
25365
25366 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25367 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25368 calcFunc-coth.
25369 (math-simplify-sqrt): Add simplifications.
25370
25371 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25372 to list.
25373
25374 * calc/calc-ext.el: Add functions to autoloads.
25375
25376 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25377 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25378 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25379 (math-csc-raw, math-cot-raw): New functions.
25380
25381 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25382
25383 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25384 the variable name in a message.
25385
25386 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25387 calcFunc-csc, calcFunc-cot.
25388
25389 * calc/calcalg2.el: Add derivative and integration rules for
25390 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25391 calcFunc-csch, calcFunc-coth.
25392 (math-do-integral-methods): Add to checks for when to use
25393 substitutions.
25394
25395 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25396
25397 2005-02-15 Lute Kamstra <lute@gnu.org>
25398
25399 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25400 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25401 <monnier@iro.umontreal.ca>
25402 (lisp-outline-level): Improve efficiency. Suggested by David
25403 Kastrup <dak@gnu.org>.
25404
25405 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25406
25407 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25408 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25409 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25410 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25411 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25412
25413 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25414
25415 * cus-start.el (all): Comment change.
25416
25417 2005-02-14 Lute Kamstra <lute@gnu.org>
25418
25419 * cus-start.el (all): Check if symbol is void.
25420
25421 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25422
25423 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25424 optional argument to \cite.
25425
25426 2005-02-14 Richard M. Stallman <rms@gnu.org>
25427
25428 * cus-edit.el (custom-buffer-create-internal): Update help message.
25429 (custom-magic-alist): Update help messages.
25430
25431 * cus-start.el (all): Allow a var to specify a standard value.
25432
25433 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25434
25435 * custom.el (custom-theme-set-variables): Handle variable aliases.
25436
25437 * frame.el (blink-cursor-timer): Doc fix.
25438 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25439 declare obsolete.
25440 (blink-cursor-mode): Define with defcustom and use correct
25441 standard expression in that defcustom.
25442 * startup.el (command-line): Adapt to above changes in frame.el.
25443
25444 2005-02-11 Lute Kamstra <lute@gnu.org>
25445
25446 * apropos.el (apropos-score-doc): Prevent division by zero.
25447
25448 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25449
25450 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25451 (icalendar--get-event-property-attributes)
25452 (icalendar--get-event-properties)
25453 (icalendar--datetime-to-diary-date): New functions.
25454 (icalendar--split-value): Doc fix.
25455 (icalendar--datetime-to-noneuropean-date)
25456 (icalendar--datetime-to-european-date): New optional argument
25457 SEPARATOR. Return result as a string instead of a list.
25458 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25459 (icalendar--convert-string-for-export): Rename arg S to STRING.
25460 (icalendar-export-region): Doc fix. Change name of error buffer.
25461 Save output buffer.
25462 (icalendar-import-file): Add blank at end of prompt.
25463 (icalendar-import-buffer): Doc fix. Do not switch to error
25464 buffer. Indicate status in return value.
25465 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25466 buffer. Save output buffer. Handle exception from recurrence
25467 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25468 events. Fix problems with weekly all-day events.
25469
25470 2005-02-10 Richard M. Stallman <rms@gnu.org>
25471
25472 * simple.el (eval-expression-print-format):
25473 Avoid warning about edebug-active.
25474
25475 * help.el (help-for-help-internal): Rename from help-for-help.
25476 (help-for-help): Define with defalias.
25477
25478 * font-core.el (font-lock-default-function): Use with-no-warnings.
25479
25480 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25481
25482 * custom.el (defface): Doc fix.
25483
25484 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25485
25486 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25487 width 0" to prevent word wrapping problems.
25488
25489 2005-02-09 Kim F. Storm <storm@cua.dk>
25490
25491 * ido.el (ido-file-extensions-order): New defcustom.
25492 (ido-file-extension-lessp, ido-file-extension-aux)
25493 (ido-file-extension-order): New advanced file ordering.
25494 (ido-file-lessp): New simple file ordering.
25495 (ido-sort-list): Remove.
25496 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25497 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25498
25499 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25500
25501 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25502 that some versions of grep produce.
25503 (grep-mode-font-lock-keywords): Likewise.
25504
25505 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25506
25507 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25508 (gdb-cdir): Delete.
25509 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25510 (gdb-source-info): Treat case when source file is in another
25511 directory properly.
25512 (gdb-get-location): New function.
25513
25514 2005-02-07 Jay Belanger <belanger@truman.edu>
25515
25516 * calc/calc-prog.el (calc-write-parse-table-part)
25517 (calc-fix-token-name): Fix a check for language type.
25518
25519 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25520
25521 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25522
25523 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25524 as directory not writable.
25525
25526 2005-02-07 Kim F. Storm <storm@cua.dk>
25527
25528 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25529 (cua--standard-movement-commands): Remove list.
25530 Instead, set CUA property value to move for movement commands.
25531 (cua-movement-commands): Remove. Users must set CUA prop instead.
25532 (cua--pre-command-handler): Check CUA property.
25533 (cua--init-keymaps): Don't remap undo commands.
25534 (cua-mode): Don't call cua--rectangle-on-off.
25535
25536 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25537 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25538 (cua--rect-undo-set-point): New var.
25539 (cua--rectangle-undo-boundary): Setup undo apply entry.
25540 (cua--rect-undo-handler): New function for rectangle undo.
25541 (cua--rect-start-position, cua--rect-end-position): Add.
25542 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25543 for restored rectangle. Set point if cua--rect-undo-set-point.
25544
25545 2005-02-06 Jay Belanger <belanger@truman.edu>
25546
25547 * calc/calc-lang.el (calc-tex-language): Display more information
25548 in messages.
25549
25550 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25551 in TeX mode.
25552
25553 2005-02-06 Richard M. Stallman <rms@gnu.org>
25554
25555 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25556
25557 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25558
25559 * net/ldap.el (ldap-search-internal): Support attributes with
25560 optional descriptions separated by a semi-colon, as in
25561 "userCertificate;binary".
25562
25563 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25564
25565 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25566 isn't a cons (i.e. the version is 0).
25567
25568 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25569
25570 * help.el (help-for-help): Doc fix.
25571
25572 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25573
25574 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25575 GDB-Windows on the menu-bar as this works better.
25576
25577 2005-02-04 Jay Belanger <belanger@truman.edu>
25578
25579 * calc/calc-embed.el (calc-embedded-update): Don't put in
25580 unnecessary newlines. Adjust the end of formula marker.
25581
25582 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25583 (math-latex-parse-two-args): New function.
25584
25585 2005-02-03 Lute Kamstra <lute@gnu.org>
25586
25587 * help-fns.el (help-with-tutorial): Make sure that users cannot
25588 remove the entire text of the tutorial by means of `undo'.
25589
25590 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25591
25592 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25593 in recent changes, where the ispell process was repeatedly
25594 killed & restarted.
25595
25596 * international/mule-cmds.el (set-locale-environment): Set file-name
25597 coding system to utf-8 on Darwin systems.
25598 (set-default-coding-systems): Don't set default-file-name-coding-system
25599 on Darwin systems.
25600
25601 2005-02-03 Richard M. Stallman <rms@gnu.org>
25602
25603 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25604
25605 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25606
25607 * faces.el (list-faces-display): Add optional argument.
25608
25609 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25610
25611 * font-core.el (font-lock-default-function): Handle the rare case where
25612 only font-lock-keywords is set.
25613
25614 2005-02-02 Kenichi Handa <handa@m17n.org>
25615
25616 * international/characters.el: Cancel previous change for
25617 I-WITH-DOT-ABOVE and DOTLESS-i.
25618
25619 * international/latin-5.el: Cancel previous change.
25620
25621 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25622
25623 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25624
25625 2005-02-02 Kenichi Handa <handa@m17n.org>
25626
25627 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25628 DOTLESS-i.
25629
25630 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25631 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25632
25633 * case-table.el (get-upcase-table): New function.
25634 (copy-case-table): Copy upcaes table too if non-nil.
25635 (set-case-syntax-delims): Maintain upcase table too.
25636 (set-case-syntax-pair): Likewise.
25637 (set-upcase-syntax, set-downcase-syntax): New functions.
25638 (set-case-syntax): Maintain upcase table too.
25639
25640 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25641
25642 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25643
25644 * progmodes/gud.el (gud-goto-info): New function.
25645 (gud-tool-bar-map): Use correct icon.
25646
25647 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25648
25649 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25650 When delegating, order args in the funcall correctly.
25651
25652 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25653
25654 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25655
25656 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25657
25658 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25659 buffer not visiting a file.
25660
25661 2005-01-31 Jay Belanger <belanger@truman.edu>
25662
25663 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25664 bound on the line with the formula.
25665
25666 2005-01-31 Kim F. Storm <storm@cua.dk>
25667
25668 * ses.el (ses-create-cell-variable-range)
25669 (ses-destroy-cell-variable-range, ses-reset-header-string)
25670 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25671 (ses-insert-row): Fix format of apply undo entries.
25672
25673 2005-01-31 Jay Belanger <belanger@truman.edu>
25674
25675 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25676 parts.
25677
25678 * calc/calc-embed.el (calc-embedded-open-formula)
25679 (calc-embedded-close-formula): Ignore matrix environments.
25680
25681 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25682 TeX mode.
25683
25684 * calc/calc-lang.el (math-function-table, math-oper-table)
25685 (math-variable-table): Adjust the LaTeX portions.
25686
25687 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25688 (math-latex-ignore-words): New constant.
25689
25690 2005-01-31 Richard M. Stallman <rms@gnu.org>
25691
25692 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25693 (ispell-local-dictionary): Doc fix.
25694 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25695 Don't reinitialize at run time. Don't defcustom.
25696 All uses changed to append ispell-local-dictionary-alist,
25697 or check it first.
25698 (ispell-current-dictionary): New variable for dictionary in use.
25699 (ispell-dictionary): Now used only for global default.
25700 (ispell-start-process): Set ispell-current-dictionary,
25701 not ispell-dictionary.
25702 (ispell-change-dictionary): Use this only for setting
25703 user preferences.
25704 (ispell-internal-change-dictionary): New function
25705 to change the current dictionary in use.
25706 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25707 Use ispell-current-dictionary.
25708 Handle ispell-local-dictionary-overridden.
25709 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25710
25711 2005-01-31 Jay Belanger <belanger@truman.edu>
25712
25713 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25714
25715 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25716 (calc-mode-map): Add calc-latex-language.
25717
25718 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25719 (math-latex-print-frac): New functions.
25720 (math-oper-table, math-function-table, math-variable-table)
25721 (math-complex-format, math-input-filter): Add latex properties.
25722 (calc-set-language): Set math-expr-special-function-mapping.
25723
25724 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25725 (calc-write-parse-table-part): Add LaTeX support.
25726
25727 * calc/calc.el (calc-language): Adjust docstring.
25728 (calc-set-mode-line): Add LaTeX support.
25729 (math-expr-special-function-mapping): New variable.
25730 (math-tex-ignore-words): Add to list.
25731
25732 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25733 Add LaTeX support.
25734 (math-compose-expr): Add support for special functions.
25735
25736 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25737
25738 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25739
25740 * progmodes/gdb-ui.el (gdb-memory-address)
25741 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25742 (gdb-memory-mode-map, gdb-memory-format-keymap)
25743 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25744 (gdb-memory-unit-menu): New variables for a buffer
25745 that lets the user examine program memory.
25746 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25747 (gdb-memory-format-binary, gdb-memory-format-octal)
25748 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25749 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25750 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25751 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25752 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25753 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25754 (gdb-memory-mode, gdb-memory-buffer-name)
25755 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25756 New functions for above buffer.
25757
25758 2005-01-30 Richard M. Stallman <rms@gnu.org>
25759
25760 * cus-edit.el (custom-bury-buffer): Function deleted.
25761 (custom-buffer-done-function): Option deleted.
25762 (custom-buffer-done-kill): New replacement option.
25763 (Custom-buffer-done): Call quit-window.
25764 (custom-buffer-create-internal): Update for above changes.
25765
25766 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25767
25768 * simple.el (undo-ask-before-discard): New var.
25769 (undo-outer-limit-truncate): Implement it.
25770 (undo-extra-outer-limit): Doc update.
25771
25772 2005-01-29 Richard M. Stallman <rms@gnu.org>
25773
25774 * ses.el (undo-more): Delete defadvice.
25775 (ses-begin-change): Doc fix.
25776
25777 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25778 instead of rebinding C-x u and C-_.
25779
25780 * files.el (normal-backup-enable-predicate): Return nil for files
25781 in /tmp, regardless of temporary-file-directory.
25782
25783 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25784
25785 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25786 (open-rectangle, delete-whitespace-rectangle-line)
25787 (clear-rectangle-line): If FILL, pass t instead of FILL
25788 for move-to-column's 2nd arg.
25789
25790 * simple.el (undo): Fix the test for continuing a series of undos.
25791 (undo-more): Set pending-undo-list to t when we reach end.
25792 (pending-undo-list): Move up defvar.
25793
25794 * wid-edit.el (widget-button-click):
25795 Shorten the range of the track-mouse binding.
25796
25797 * comint.el (comint-insert-input): Undo previous changes;
25798 use last-input-event in interactive spec.
25799
25800 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25801
25802 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25803 to nil before invoking call-process. Reset buffer's modified flag
25804 after fontifying it in the no-async branch.
25805
25806 * wid-edit.el (widget-specify-button): If mouse pointer shape
25807 cannot be changed, use mouse face instead.
25808
25809 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25810
25811 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25812 (gdb-goto-breakpoint): Make breakpoint handling work on template
25813 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25814 (gdb-assembler-custom): Update to recognize breakpoint information
25815 added on 2005-01-19.
25816
25817 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25818
25819 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25820 (dsssl-mode): Use define-derived-mode.
25821 (scheme-mode-initialize): Remove.
25822 (scheme-mode): Use run-mode-hooks.
25823
25824 * cus-edit.el (customize-group-other-window)
25825 (custom-buffer-create-other-window): Don't override special-display-*.
25826 (custom-mode-map): Make it dense.
25827
25828 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25829 sets the default value.
25830
25831 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25832
25833 * descr-text.el: Add more keywords.
25834
25835 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25836
25837 * speedbar.el: Avoid unnecessary use of locate-library.
25838
25839 * international/mule-cmds.el (standard-display-european-internal):
25840 Don't fiddle with latin-1 non-break space any more since it's now
25841 special cased in the C code.
25842 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25843
25844 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25845
25846 * cus-start.el (all): Add `undo-outer-limit'.
25847
25848 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25849
25850 * textmodes/bibtex.el (bibtex-format-entry):
25851 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25852 field lines.
25853 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25854 not on part of a buffer.
25855
25856 2005-01-25 Lute Kamstra <lute@gnu.org>
25857
25858 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25859 nonempty field text strings like "{letters\\macro{}more letters}".
25860 Clarify docstring.
25861 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25862 (bibtex-entry-offset, bibtex-parse-association)
25863 (bibtex-parse-field-name): Fix typos in docstrings.
25864 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25865
25866 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25867
25868 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25869 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25870 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25871 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25872
25873 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25874 isearch minor mode.
25875
25876 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25877
25878 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25879
25880 2005-01-24 Lute Kamstra <lute@gnu.org>
25881
25882 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25883 CASECHARS and NOT-CASECHARS regular expressions of the
25884 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25885 striding over charsets" error.
25886
25887 2005-01-24 Jay Belanger <belanger@truman.edu>
25888
25889 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25890 display variable name.
25891
25892 2005-01-24 Kenichi Handa <handa@m17n.org>
25893
25894 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25895 Fix setting of the element of encoded-kbd-iso2022-invocations.
25896
25897 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25898
25899 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25900 (gdb-threads-select): Change to also accept mouse events.
25901 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25902 (gdb-threads-mouse-select): Delete.
25903
25904 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25905
25906 * files.el (insert-directory): Take care of empty directory,
25907 listed without -a switch.
25908
25909 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25910
25911 * textmodes/refill.el (refill-post-command-function):
25912 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25913 to the list of functions that we should be careful not to undo.
25914 (refill-late-fill-paragraph-function): Remove.
25915 (refill-saved-state): New var.
25916 (refill-mode): Use it to save fill-paragraph-function.
25917 Save also the value of auto-fill-function.
25918
25919 * term/w32-win.el: Simplify code.
25920
25921 2005-01-23 Kim F. Storm <storm@cua.dk>
25922
25923 * simple.el (line-move): Adapt to new return value from
25924 pos-visible-in-window-p.
25925
25926 * simple.el (line-move): Fix last change. Check partial
25927 visibility at point rather than at window-start.
25928
25929 2005-01-22 Jason Rumney <jasonr@gnu.org>
25930
25931 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25932
25933 2005-01-22 David Kastrup <dak@gnu.org>
25934
25935 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25936
25937 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25938
25939 * type-break.el (type-break-mode): Add a test for
25940 type-break-file-name being non-nil.
25941
25942 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25943
25944 * net/eudc.el (top level): Call (message "") via progn, so that
25945 eudc-options-file is loaded.
25946
25947 2005-01-22 Kim F. Storm <storm@cua.dk>
25948
25949 * simple.el (line-move-1): Rename from line-move.
25950 (line-move): New function that adjusts vscroll for partially
25951 visible rows, and calls line-move-1 otherwise.
25952
25953 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25954
25955 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25956 since it's not a complete read-event implementation
25957
25958 2005-01-20 Jay Belanger <belanger@truman.edu>
25959
25960 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25961 for called function.
25962
25963 2005-01-20 Steven Tamm <steventamm@mac.com>
25964
25965 * term/mac-win.el (process-connection-type): Remove.
25966 Controlled now by s/darwin.h:PTY_ITERATION.
25967
25968 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25969
25970 * window.el (handle-select-window): Don't switch window when we're
25971 in the minibuffer.
25972
25973 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25974
25975 * subr.el (dotimes-with-progress-reporter): New macro.
25976
25977 * ses.el (ses-dotimes-msg): Remove macro.
25978 Use `dotimes-with-progress-reporter' instead.
25979
25980 2005-01-19 Steven Tamm <steventamm@mac.com>
25981
25982 * term/mac-win.el (process-connection-type): Use new
25983 operating-system-release variable to use ptys on Darwin 7 (OS X
25984 10.3) when using carbon build.
25985
25986 2005-01-19 Jay Belanger <belanger@truman.edu>
25987
25988 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25989 flags if the last command was a tab or M-tab.
25990
25991 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25992 in formula editing buffer.
25993
25994 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25995
25996 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25997 breakpoint image symbol in margin.
25998
25999 2005-01-19 Jay Belanger <belanger@truman.edu>
26000
26001 * calc/calc-prog.el (calc-execute-kbd-macro):
26002 Ignore calc-keep-arg-flag.
26003
26004 2005-01-19 Kenichi Handa <handa@m17n.org>
26005
26006 * textmodes/ispell.el (ispell-looking-at): New function.
26007 (ispell-process-line): Use ispell-looking-at to compare the ispell
26008 output and the buffer contents.
26009
26010 2005-01-18 Jay Belanger <belanger@truman.edu>
26011
26012 * calc/calc.el (calc-display-raw): Fix docstring.
26013
26014 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26015
26016 * simple.el (blink-matching-open): Strip extra info from syntax.
26017
26018 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26019 funny chars in the end-of-here-doc marker.
26020
26021 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26022
26023 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26024 that enable/disabled state of breakpoints is shown correctly in
26025 fringe and on ttys.
26026 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26027 Add breakpoint information as text properties.
26028 (gdb-mouse-toggle-breakpoint):
26029 Rename to gdb-mouse-set-clear-breakpoint.
26030 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26031 breakpoints in the margin.
26032 (gdb-remove-strings): Simplify.
26033
26034 2005-01-17 Jay Belanger <belanger@truman.edu>
26035
26036 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26037 erasing buffer.
26038
26039 2005-01-17 Richard M. Stallman <rms@gnu.org>
26040
26041 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26042 for calling grep-compute-defaults.
26043
26044 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26045 if buffer is empty.
26046
26047 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26048
26049 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26050
26051 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26052
26053 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26054 non-preloaded variables.
26055
26056 2005-01-17 Steven Tamm <steventamm@mac.com>
26057
26058 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26059 tex-shell cause to force interactivity when using pipes.
26060
26061 2005-01-17 Kim F. Storm <storm@cua.dk>
26062
26063 * simple.el (just-one-space): Make arg optional.
26064
26065 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26066
26067 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26068 posn-at-x-y to t to access left-margin.
26069
26070 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26071
26072 Sync with Tramp 2.0.47.
26073
26074 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26075 catching keep-date problems in cp/scp operations.
26076 (tramp-handle-copy-file): Don't call `set-file-modes'
26077 unconditionally. Specialized functions should know better what is
26078 necessary. This improves performance a little bit, and the
26079 functions could catch errors with `cp -p' and `scp -p'.
26080 (tramp-do-copy-or-rename-file-via-buffer)
26081 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26082 when appropriate.
26083 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26084 Call `set-file-modes' when appropriate.
26085 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26086 Johnsson <isak@hypergene.com>
26087 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26088 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26089 <joakim@verona.se>
26090 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26091 Emacs only.
26092
26093 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26094 `find-file-hooks' and `dired-mode-hook'.
26095 (tramp-minor-mode-map): Respective map. Add remapping for
26096 `compile' and `recompile'.
26097 (tramp-remap-command, tramp-recompile): New defuns.
26098 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26099 in buffer "*Compilation*". Call the commands asynchronously.
26100
26101 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26102 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26103 `shell-command', because it isn't magic in XEmacs. Reported by
26104 Adrian Aichner <adrian@xemacs.org>.
26105
26106 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26107 `substitute-in-file-name.
26108 (tramp-smb-handle-substitute-in-file-name): New defun.
26109 (tramp-smb-advice-PC-do-completion): Delete advice.
26110
26111 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26112
26113 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26114 Fix error in deleting region.
26115
26116 2005-01-15 Richard M. Stallman <rms@gnu.org>
26117
26118 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26119 In non-temp buffer, switch syntax table temporarily.
26120
26121 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26122
26123 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26124
26125 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26126
26127 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26128 (imenu--generic-function): Use START, not BEG, as pos of definition.
26129
26130 * simple.el (just-one-space): Argument specifies number of spaces.
26131
26132 * simple.el (eval-expression-print-format): Avoid warning
26133 about edebug-active.
26134
26135 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26136
26137 * progmodes/sh-script.el: Code copied from make-mode.el
26138 with small changes,
26139 (sh-mode-map): Bind C-c C-\.
26140 (sh-backslash-column, sh-backslash-align): New variables.
26141 (sh-backslash-region, sh-append-backslash): New functions.
26142
26143 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26144
26145 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26146 (rmail-pop-password, rmail-pop-password-required): Move to
26147 rmail-obsolete group.
26148 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26149 All callers updated.
26150 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26151 Take an argument specifying whether it is POP or IMAP mailbox we
26152 are using. All callers updated.
26153 (rmail-pop-password-error): Rename to
26154 rmail-remote-password-error. Added mailutils-specific error message.
26155 (rmail-movemail-search-path)
26156 (rmail-movemail-variant-in-use): New variables.
26157 (rmail-remote-password, rmail-remote-password-required):
26158 New customization variables.
26159 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26160 (rmail-parse-url): New function.
26161 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26162 with GNU mailutils movemail.
26163
26164 2005-01-15 Kevin Ryde <user42@zip.com.au>
26165
26166 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26167 suffix to space, $ or '$, to correctly position point when going
26168 to @table style constants like DBL_MAX.
26169
26170 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26171
26172 * type-break.el (type-break-mode, type-break-file-time)
26173 (type-break-file-keystroke-count, type-break-choose-file):
26174 Don't store data in or load data from the file if type-break-file-name
26175 is nil.
26176 (type-break-file-name): Doc update as per the above.
26177
26178 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26179
26180 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26181 lookup-key might return nil; handle that.
26182
26183 2005-01-15 Alan Mackenzie <acm@muc.de>
26184
26185 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26186 rather than the element found, thus enabling the tree to be setcar'd.
26187
26188 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26189
26190 * textmodes/org.el (org-show-following-heading): New option.
26191 (org-show-hierarchy-above): Use `org-show-following-heading'.
26192 (org-cycle): Documentation fix.
26193
26194 * textmodes/org.el (orgtbl-optimized): New option
26195 (orgtbl-mode): New command, a minor mode.
26196 (orgtbl-mode-map): New variable.
26197 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26198 (orgtbl-error, orgtbl-self-insert-command)
26199 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26200
26201 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26202 a local variable in each org-mode buffer.
26203
26204 * textmodes/org.el (org-set-regexps-and-options): Rename from
26205 `org-set-regexps'. Added checking for STARTUP keyword.
26206 (org-get-current-options): Add STARTUP options.
26207 (org-table-insert-row): Make mode intelligent about when
26208 realignment is needed.
26209 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26210 New commands.
26211 (org-enable-table-editor): New default value `optimized'.
26212 (org-table-blank-field): Support blanking regions if active.
26213
26214 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26215
26216 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26217 if the year is not given.
26218
26219 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26220 Add new escapes %m and %M, fixed bug with %F by adding
26221 save-match-data.
26222 (reftex-reference): Remove ?. from list of spaces.
26223 (reftex-label-info): Add automatic label prefix recognition.
26224
26225 * textmodes/reftex-index.el (reftex-index-next-phrase):
26226 Add slave parameter to call of `reftex-index-this-phrase'.
26227 (reftex-index-this-phrase): New optional argument.
26228 (reftex-index-region-phrases): Add slave parameter to call of
26229 `reftex-index-this-phrase'.
26230 (reftex-display-index): New argument redo.
26231 (reftex-index-rescan): Add `redo' to arguments of
26232 `reftex-display-index'.
26233 (reftex-index-Rescan, reftex-index-revert)
26234 (reftex-index-switch-index-tag): Add `redo' to arguments of
26235 `reftex-display-index'.
26236 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26237 indexing. Fix bug with matching is there is a quote before or
26238 after the word.
26239
26240 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26241 Fix bug when collecting citation keys in lines with comments.
26242 (reftex-citation): Prefix argument no longer rescans the document,
26243 but forces prompting for optional arguments of cite macros.
26244 (reftex-do-citation): Prompting for optional arguments implemented.
26245
26246 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26247 Add optional arguments to most cite commands.
26248 (reftex-cite-cleanup-optional-args): New option
26249 (reftex-cite-prompt-optional-args): New option.
26250 (reftex-trust-label-prefix): New option.
26251
26252 * textmodes/reftex-toc.el (reftex-toc-find-section):
26253 Add push-mark before changing the position in the buffer.
26254
26255 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26256 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26257
26258 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26259
26260 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26261 more carefully.
26262
26263 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26264
26265 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26266 (sgml-mode): Use it.
26267 (sgml-get-context): Better keep track of implicitly closed tags.
26268
26269 2005-01-13 Kenichi Handa <handa@m17n.org>
26270
26271 * textmodes/ispell.el: These changes are to fix misalignment error
26272 caused by equivalent characters of different Emacs charsets.
26273 (ispell-unified-chars-table): New variable.
26274 (ispell-get-decoded-string): New function.
26275 (ispell-get-casechars, ispell-get-not-casechars)
26276 (ispell-get-otherchars): Call ispell-get-decoded-string.
26277
26278 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26279
26280 * custom.el (custom-declare-variable): Just put symbol instead
26281 of (defvar . symbol) in `current-load-list'.
26282
26283 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26284
26285 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26286
26287 2005-01-12 Jay Belanger <belanger@truman.edu>
26288
26289 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26290 to create a Calc summary.
26291
26292 2005-01-12 Kim F. Storm <storm@cua.dk>
26293
26294 * mouse.el (mouse-on-link-p): Change functionality and doc
26295 string to comply with latest description in lisp ref.
26296
26297 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26298
26299 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26300 Enable mouse clicks on mode-line, header-line and margin.
26301 (event-type): Give mouse event symbols an `event-kind' property
26302 with value `mouse-click'.
26303
26304 2005-01-12 Juri Linkov <juri@jurta.org>
26305
26306 * facemenu.el (list-colors-display): Add new arg buffer-name.
26307 Use it. Fix docstring. Replace code for identifying duplicate
26308 colors by the name with call to `list-colors-duplicates' which
26309 identifies duplicate colors by the value unless the color
26310 is one of special Windows colors. Set truncate-lines to t.
26311 Print sorted duplicate color names on each line. Indent to 22
26312 \(the longest color name in rgb.txt) instead of 20. Optimize.
26313 (list-colors-duplicates): New function.
26314 (facemenu-color-name-equal): Delete function.
26315
26316 * facemenu.el (list-colors-print): New function created from code
26317 in list-colors-display. Print #RRGGBB at the window right edge.
26318 (list-colors-display): When temp-buffer-show-function is not
26319 defined, call list-colors-print from temp-buffer-show-hook
26320 to get the right value of window-width in list-colors-print
26321 after the buffer is displayed.
26322
26323 * simple.el (pop-mark): Move deactivate-mark out of conditional
26324 part to deactivate the active mark regardless of the state of the
26325 mark ring.
26326
26327 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26328 variables line in desktop files.
26329
26330 2005-01-12 Juri Linkov <juri@jurta.org>
26331
26332 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26333 Bring together isearch highlight related options.
26334 (lazy-highlight): Replace group `replace' by `matching'.
26335 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26336 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26337 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26338 and declare them obsolete.
26339 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26340 (isearch-faces): Remove defgroup.
26341 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26342 Move isearch highlighting code closer to lazy highlighting code.
26343
26344 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26345 (query-replace-highlight, query-replace-lazy-highlight)
26346 (query-replace): Move definitions to the beginning of the file.
26347
26348 2005-01-11 Juri Linkov <juri@jurta.org>
26349
26350 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26351 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26352 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26353
26354 * info.el (Info-history-forward): New variable.
26355 (Info-select-node): Reset Info-history-forward to nil.
26356 (Info-last): Turn into defalias.
26357 (Info-history-back): Rename from Info-last.
26358 Add current node to Info-history-forward.
26359 (Info-history-forward): New fun.
26360 (Info-mode-map): Replace Info-last by Info-history-back.
26361 Bind Info-history-forward to "r".
26362 (Info-mode-menu): Replace Info-last by Info-history-back.
26363 Fix menu item text. Add menu item for Info-history-forward.
26364 (info-tool-bar-map): Replace Info-last by Info-history-back.
26365 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26366 for Info-history-forward.
26367 (Info-mode): Replace Info-last by Info-history-back in docstring.
26368 Add local variable Info-history-forward.
26369 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26370
26371 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26372
26373 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26374 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26375 Ignore select-window events rather than fiddle with
26376 mouse-autoselect-window.
26377
26378 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26379
26380 * type-break.el (type-break-mode): Fix previous change.
26381
26382 2005-01-10 Jay Belanger <belanger@truman.edu>
26383
26384 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26385 calculator; only reset when point is inside a calculator.
26386 Don't adjust the window height if the window takes up the whole height
26387 of the frame.
26388
26389 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26390
26391 * ebuff-menu.el (Electric-buffer-menu-mode):
26392 Preserve value of buffer-local var header-line-format.
26393
26394 2005-01-09 Jay Belanger <belanger@truman.edu>
26395
26396 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26397 Make sure settings file exists before accessing it.
26398
26399 * calc/calc-embed.el (calc-embedded-subst):
26400 Replace math-multi-subst-rec, which is only supposed to be called
26401 by math-multi-subst, by math-multi-subst.
26402
26403 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26404
26405 * vc.el (vc-allow-async-revert): New user option.
26406 (vc-disable-async-diff): New internal variable.
26407 (vc-revert-buffer): Use them to disable asynchronous diff.
26408
26409 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26410 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26411 asynchronously if vc-disable-async-diff is t.
26412
26413 2005-01-09 Jay Belanger <belanger@truman.edu>
26414
26415 * calc/calc.el (defcalcmodevar): New macro.
26416 (calc-mode-var-list-restore-default-values)
26417 (calc-mode-var-list-restore-saved-values): New functions.
26418 (calc-mode-var-list): Use defcalcmodevar to define it.
26419 (calc-always-load-extensions, calc-line-numbering)
26420 (calc-line-breaking, calc-display-just, calc-display-origin)
26421 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26422 (calc-group-char, calc-point-char, calc-frac-format)
26423 (calc-prefer-frac, calc-hms-format, calc-date-format)
26424 (calc-float-format, calc-full-float-format, calc-complex-format)
26425 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26426 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26427 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26428 (calc-matrix-brackets, calc-language, calc-language-option)
26429 (calc-left-label, calc-right-label, calc-word-size)
26430 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26431 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26432 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26433 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26434 (calc-window-height, calc-display-trail, calc-show-selections)
26435 (calc-use-selections, calc-assoc-selections)
26436 (calc-display-working-message, calc-auto-why, calc-timing)
26437 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26438 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26439 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26440 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26441 (calc-gnuplot-geometry, calc-graph-default-resolution)
26442 (calc-graph-default-resolution-3d, calc-invocation-macro)
26443 (calc-show-banner): Use defcalcmodevar to declare them and set
26444 their default values.
26445
26446 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26447 instead of default values (but restore default values if there is
26448 an argument of 0).
26449
26450 2005-01-09 David Kastrup <dak@gnu.org>
26451
26452 * desktop.el (desktop-restore-eager): Fix typo in type.
26453
26454 2005-01-08 Richard M. Stallman <rms@gnu.org>
26455
26456 * cus-edit.el (customize): Delete :link.
26457
26458 2005-01-08 Jay Belanger <belanger@truman.edu>
26459
26460 * calc/calc.el (calc-mode): Remove the extension from the
26461 `calc-settings-file' file name when loading it.
26462
26463 2005-01-08 Kim F. Storm <storm@cua.dk>
26464
26465 * info.el (Info-mode-map, Info-next-link-keymap)
26466 (Info-prev-link-keymap, Info-up-link-keymap):
26467 Map follow-link to mouse-face.
26468 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26469
26470 2005-01-08 Jay Belanger <belanger@truman.edu>
26471
26472 * calc/calc.el (calc-settings-file): Change default value.
26473 Suggested by cgw in a comment in calc-mode.el.
26474
26475 * calc/calc-mode.el (calc-settings-file-name):
26476 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26477 Replace ~/.emacs in a prompt by calc-settings-file.
26478
26479 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26480
26481 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26482 (desktop-lazy-idle-delay): New customizable variables.
26483 (desktop-buffer-args-list): New variable.
26484 (desktop-append-buffer-args): New function.
26485 (desktop-save): Call desktop-append-buffer-args for some buffers.
26486 (desktop-lazy-create-buffer): New function.
26487 (desktop-idle-create-buffers): New function.
26488 (desktop-read): Add message about buffers to restore lazily.
26489 (desktop-lazy-abort): New command.
26490 (desktop-clear): Call desktop-lazy-abort.
26491 (desktop-lazy-complete): New command.
26492
26493 2005-01-06 Richard M. Stallman <rms@gnu.org>
26494
26495 * emacs-lisp/find-func.el (find-face-definition):
26496 Rename from find-face.
26497
26498 2005-01-06 Kim F. Storm <storm@cua.dk>
26499
26500 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26501
26502 * man.el (Man-xref-man-page, Man-xref-header-file)
26503 (Man-xref-normal-file): Add follow-link property.
26504
26505 2005-01-06 Jay Belanger <belanger@truman.edu>
26506
26507 * calc/calc-units.el: Make sure the proper macro definitions are
26508 available when compiling.
26509
26510 2005-01-06 Juri Linkov <juri@jurta.org>
26511
26512 * isearch.el (isearch-lazy-highlight-update):
26513 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26514
26515 2005-01-06 Miles Bader <miles@gnu.org>
26516
26517 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26518 (isearch-lazy-highlight-face): Use new name.
26519
26520 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26521
26522 * uniquify.el (uniquify-rationalize-file-buffer-names):
26523 Re-add an interactive spec.
26524 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26525 to the same name.
26526
26527 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26528 (isearch-update, isearch-done): Adjust calls accordingly.
26529
26530 2005-01-05 Richard M. Stallman <rms@gnu.org>
26531
26532 * custom.el (custom-set-variables, custom-theme-set-variables):
26533 Clarify documentation.
26534
26535 * emacs-lisp/find-func.el (find-variable)
26536 (find-variable-other-window, find-variable-other-frame):
26537 Fix the TYPE args to find-function-read and find-function-do-it.
26538 (find-function): Doc fix.
26539 (find-function-at-point): Replace function-at-point alias.
26540
26541 2005-01-04 Richard M. Stallman <rms@gnu.org>
26542
26543 * cus-face.el (custom-declare-face):
26544 Record defface in current-load-list.
26545
26546 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26547
26548 * emacs-lisp/find-func.el: Doc fixes.
26549 (find-face-regexp): New variable.
26550 (find-function-regexp-alist): New variable.
26551 (find-function-C-source): Third arg is now TYPE.
26552 (find-function-search-for-symbol): Handle general TYPE.
26553 (find-function-read, find-function-do-it): Handle general TYPE.
26554 (find-definition-noselect, find-face): New functions.
26555 (function-at-point): Alias deleted.
26556
26557 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26558
26559 * battery.el (display-battery-mode): Rename from display-battery.
26560 Handle the case where it gets turned off.
26561
26562 2005-01-04 Richard M. Stallman <rms@gnu.org>
26563
26564 * cus-edit.el (customize): Make :link point to user doc.
26565
26566 * man.el (Man-fontify-manpage): Turn off undo generation.
26567
26568 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26569
26570 2005-01-04 Andreas Schwab <schwab@suse.de>
26571
26572 * files.el (insert-directory): Only look for error lines in
26573 inserted text. Don't move too far after processing --dired markers.
26574
26575 2005-01-04 Richard M. Stallman <rms@gnu.org>
26576
26577 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26578 Don't expand if the character is @, period, dash, etc.
26579 (define-mail-abbrev): Quote names that contain problem characters.
26580
26581 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26582
26583 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26584
26585 2005-01-03 Richard M. Stallman <rms@gnu.org>
26586
26587 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26588 (query-replace-highlight, query-replace-lazy-highlight)
26589 (query-replace): Definitions moved up. Doc fix.
26590
26591 2005-01-03 Richard M. Stallman <rms@gnu.org>
26592
26593 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26594 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26595 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26596 (lazy-highlight-face): Rename from isearch-lazy-...
26597 Change all references to them.
26598
26599 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26600
26601 * cus-edit.el (custom-file): Doc fix for defcustom.
26602 (custom-file): The function no longer sets the variable
26603 `custom-file' to its return value.
26604
26605 * startup.el (command-line): No longer load `custom-file'.
26606
26607 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26608
26609 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26610
26611 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26612 Don't confuse module-prefixed identifiers for labels.
26613 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26614
26615 2005-01-02 Richard M. Stallman <rms@gnu.org>
26616
26617 * files.el (basic-save-buffer-1): Fix previous change.
26618
26619 * loadhist.el (file-loadhist-lookup): New function.
26620 (file-provides, file-requires): Use it.
26621
26622 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26623 instead of calculating the right size.
26624
26625 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26626
26627 * vc-svn.el (vc-svn-diff): Stay local if possible.
26628
26629 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26630
26631 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26632
26633 * files.el (hack-local-variables): Fix last change.
26634
26635 2005-01-02 Jay Belanger <belanger@truman.edu>
26636
26637 * calc/calc-yank.el (calc-edit-top): New variable.
26638 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26639 object. Change header properties.
26640 (calc-edit-finish, calc-edit-finish-stack-object)
26641 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26642 edited object.
26643 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26644 for the beginning of the edited object.
26645 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26646 for the beginning of the edited object.
26647 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26648 (calc-finish-formula-edit, calc-macro-repeats)
26649 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26650 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26651 beginning of the edited object.
26652 (calc-user-define-edit): Change the header for editing macros.
26653 Remove unnecessary variable.
26654
26655 2005-01-01 Jay Belanger <belanger@truman.edu>
26656
26657 * calc/calc-yank.el (calc-edit-mode): Change default header.
26658 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26659 * calc/calc-store.el (calc-edit-variable): Change title to match new
26660 header.
26661 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26662 mode to match new header.
26663 (calc-user-define-edit): Change titles to include names of commands.
26664 (calc-finish-formula-edit): Adjust to handle new header.
26665 (calc-finish-macro-edit): Remove.
26666 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26667 (calc-edit-macro-command, calc-edit-macro-command-type)
26668 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26669 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26670 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26671 (calc-edit-macro-finish-edit): New functions.
26672 (calc-user-define-edit): Use new functions to edit named calc macros.
26673
26674 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26675
26676 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26677
26678 * ses.el (copy-region-as-kill): Deactivate mark.
26679
26680 2005-01-01 Richard M. Stallman <rms@gnu.org>
26681
26682 * replace.el (occur-1): If the output buffer is also an input,
26683 don't kill it, rename it.
26684
26685 * faces.el (set-face-background, set-face-foreground): Doc fix.
26686
26687 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26688 for :foreground and :background.
26689
26690 * dired.el (dired-view-command-alist): Variable deleted.
26691 (dired-view-file, dired-mouse-find-file-other-window):
26692 Delete the code to use it.
26693
26694 2005-01-01 Kim F. Storm <storm@cua.dk>
26695
26696 * image.el (insert-sliced-image): Use t for line-height property.
26697
26698 See ChangeLog.11 for earlier changes.
26699
26700 ;; Local Variables:
26701 ;; coding: iso-2022-7bit
26702 ;; End:
26703
26704 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26705 Copying and distribution of this file, with or without modification,
26706 are permitted provided the copyright notice and this notice are preserved.
26707
26708 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1