* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
[bpt/emacs.git] / 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 pathe.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 grep-find-template.
408 (rgrep): Use shell-quote-argument to properly quote arguments to find.
409 Reported by Tom Seddon.
410
411 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
412
413 * startup.el (fancy-splash-head): Give instructions for dismissing
414 the splash screen for default startup too.
415 (display-startup-echo-area-message, fancy-splash-screens)
416 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
417 all splash text at once and keep the splash buffer around.
418 (command-line-1): Give display-startup-echo-area-message a t arg.
419
420 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
421
422 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
423 gnus frame is selected.
424
425 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
426
427 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
428
429 2006-08-22 Kim F. Storm <storm@cua.dk>
430
431 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
432 Add suffix matching for subdirs.
433
434 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
435
436 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
437 mouse-yank-at-point is non-nil.
438
439 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
440
441 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
442 a bit wider and remove fringes to fit initial output on line.
443
444 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * frame.el (blink-cursor-end): Only ignore the error we care about.
447 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
448
449 2006-08-21 Richard Stallman <rms@gnu.org>
450
451 * whitespace.el (whitespace-cleanup): Doc fix.
452
453 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
454
455 * net/rcirc.el (rcirc-show-maximum-output): New var.
456 (rcirc-buffer-process): If no buffer argument is supplied, use
457 current-buffer.
458 (rcirc-complete-nick): Complete to the last completed nick first.
459 (rcirc-mode): Preserve the value of `rcirc-urls' across
460 connections. Setup scroll function.
461 (rcirc-scroll-to-bottom): New function.
462 (rcirc-print): Use nick syntax around regexp work.
463 Notice dim-nicks speaking only if they say our nick.
464 (rcirc-update-activity-string): Do not show the modeline indicator
465 if there are no live rcirc processes.
466 (rcirc-cmd-ignore): Ignore case.
467 (rcirc-browse-url-at-point): Fix off-by-one error.
468
469 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * progmodes/python.el: Remove * in defcustom docstrings.
472 (run-python, python-proc, python-try-complete): Use derived-mode-p.
473 (python-mode): Set tab-width and indent-tabs-mode.
474
475 2006-08-20 Dave Love <fx@gnu.org>
476
477 * progmodes/python.el: Update to Dave Love's latest version.
478 (python-font-lock-keywords, python-mode): Don't use
479 font-lock-syntax-table, but match symbol elements explicitly instead.
480 (python-mode-map): Add help, and a few more key bindings.
481 (python-skip-comments/blanks): Move out of comments as well.
482 (python-continuation-line-p): Behave better with unbalanced parens.
483 (python-blank-line-p): New fun.
484 (python-open-block-statement-p): Don't use a heuristic.
485 (python-outdent-p): Better handle blocks-in-the-same-line.
486 (python-calculate-indentation): Misc improvements.
487 (python-comment-indent): Remove.
488 (python-block-pairs): New var.
489 (python-first-word): New fun.
490 (python-indentation-levels): Handle more common cases.
491 (python-indent-line-1): Add `leave' argument.
492 (python-indent-region): New fun.
493 (python-skip-out): New fun.
494 (python-beginning-of-statement, python-end-of-statement): Use it.
495 (python-next-statement): Return correct count even at eob.
496 (python-end-of-block): Fix paren-typo.
497 (python-imenu-create-index): Add module variables.
498 (run-python): Add `new' arg.
499 Check we're at a prompt before returning.
500 (python-send-command): Move to end of buffer.
501 Wait for prompt to return.
502 (python-set-proc): New fun.
503 (python-imports): New var.
504 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
505 (python-eldoc-function): Try to move out of arg list.
506 (python-outline-level): Offset by 1.
507 (python-find-imports): New fun.
508 (python-symbol-completions): Use python-imports.
509 (python-module-path, ffap-alist): Add support for ffap.
510 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
511 (pythin-insert-*, python-default-template, python-expand-template):
512 Add templates/skeletons.
513 (python-setup-brm): Support for Bicycle Repair Man.
514 (python-abbrev-syntax-table): New var.
515 (python-abbrev-pc-hook, python-pea-hook): New funs.
516
517 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
518
519 * frame.el (blink-cursor-start): Set timer first.
520 (blink-cursor-end): Ignore timer cancelling errors.
521 Suggested by Ken Manheimer.
522
523 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
524
525 * newcomment.el (comment-box): Call `comment-normalize-vars'.
526 Add autoload cookie.
527
528 2006-08-20 Richard Stallman <rms@gnu.org>
529
530 * simple.el (line-number-at-pos): Doc fix.
531
532 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
533 timer-activate-when-idle, so timer can run before Emacs becomes
534 non-idle again.
535
536 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
537
538 * whitespace.el (whitespace-cleanup-internal): New optional arg
539 REGION-ONLY. If it's non-nil, modify the message to the user
540 accordingly.
541 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
542 a non-nil argument.
543
544 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
545
546 * rect.el (spaces-string): Simplify and add doc string.
547
548 2006-08-17 Romain Francoise <romain@orebokech.com>
549
550 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
551
552 2006-08-17 Richard Stallman <rms@gnu.org>
553
554 * compare-w.el (compare-windows): lambda's take an arg and pass
555 it to compare-windows-skip-whitespace.
556
557 2006-08-17 Martin Rudalics <rudalics@gmx.at>
558
559 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
560 the right buffer.
561
562 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
565 removed files.
566
567 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gdb-ui.el (gdb-locals-watch-map)
570 (gdb-locals-watch-map-1): Suppress keymap first.
571 (gdb-edit-locals-map-1): New variable.
572 (gdb-edit-locals-value): New function.
573 (gdb-stack-list-locals-handler): Use them.
574
575 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
578 cursor would normally be drawn in the fringe.
579
580 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
581 Reported by Martin Rudalics <rudalics@gmx.at>.
582
583 2006-08-16 Richard Stallman <rms@gnu.org>
584
585 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
586 (special-event-map): Process drag-n-drop events this way.
587
588 * simple.el (move-beginning-of-line): Test whether fields
589 would prevent motion back to line's first visible character.
590 If so, stop where the fields would stop the motion.
591
592 * newcomment.el (comment-indent): Fully update INDENT
593 before checking to see if it will change the text.
594
595 * cus-edit.el (custom-newline): New function.
596 (custom-mode-map): Bind newline to custom-newline.
597
598 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
599 into ignore-whitespace.
600 Check each buffer for its skip-function.
601 Handle compare-windows-skip-whitespace special-case test
602 by returning t from default skip function.
603
604 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
605
606 * textmodes/org.el (org-clock-special-range)
607 (org-clock-update-time-maybe): New functions.
608 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
609 not only a-z.
610 (org-agenda-get-blocks): Allow multiple blocks per headline.
611 (org-timestamp-change): Call `org-clock-update-time-maybe'.
612 (org-export-html-title-format)
613 (org-export-html-toplevel-hlevel): New options.
614 (org-export-language-setup): Add support for Czech.
615 (org-mode, org-insert-todo-heading, org-find-visible)
616 (org-find-invisible, org-invisible-p, org-invisible-p2)
617 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
618 (org-show-subtree, org-show-entry, org-make-options-regexp):
619 Remove compatibility support for old outline-mode.
620 (org-check-occur-regexp): Funtion removed.
621 (org-on-heading-p, org-back-to-heading): Made defalias.
622 (org-set-local): New defsubst.
623 (org-set-regexps-and-options, org-mode)
624 (org-set-font-lock-defaults, org-edit-agenda-file-list)
625 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
626 (org-remember-apply-template, org-table-edit-field)
627 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
628 (org-set-autofill-regexps): Use `org-set-local'.
629 (org-table-eval-formula): Fix bug with parsing of display flags.
630
631 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
632
633 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
634 frame with fringe arrow. Suggested by Simon Marshall
635 <simon.marshall@misys.com>.
636 (gdb-stack-position): New variable.
637 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
638 (gdb-frames-mode): Set gdb-stack-position to nil.
639 Add to overlay-arrow-variable-list
640 (gdb-reset): Delete gdb-stack-position from above list.
641
642 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
643
644 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
645 read only.
646
647 2006-08-13 Romain Francoise <romain@orebokech.com>
648
649 * cus-theme.el (customize-create-theme)
650 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
651
652 * filesets.el (filesets-add-buffer): Ditto.
653
654 * pcvs.el (cvs-change-cvsroot): Ditto.
655
656 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
657
658 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
659 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
660 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
661 expressions.
662 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
663 Only search till end of line.
664 Add face to function names in case of no filename.
665 Add face to variable names of watchpoints.
666
667 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
668
669 * cus-start.el <indent-tabs-mode>: Move to the `indent'
670 customization group.
671
672 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
673
674 * allout.el (allout-prior-bindings, allout-added-bindings):
675 Remove, after long deprecation.
676 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
677 Add customization vars controlling allout-beginning-of-line and
678 allout-end-of-line conveniences.
679 (allout-header-prefix, allout-use-mode-specific-leader)
680 (allout-use-mode-specific-leader, allout-mode-leaders):
681 Revise docstrings.
682 (allout-infer-header-lead): Change to be an alias for
683 allout-infer-header-lead-and-primary-bullet.
684 (allout-infer-header-lead-and-primary-bullet): New version of
685 allout-infer-header-lead which assigns the primary bullet to the
686 same as the header lead, when its being changed.
687 (allout-infer-body-reindent): Apply regexp-quote instead of
688 unconditionally prepending "\\", so that all literal
689 allout-header-prefix and allout-primary-bullet strings are
690 properly handled.
691 (allout-add-resumptions): Add optional qualifier for extending or
692 appending to existing values, rather than replacing them.
693 (allout-view-change-hook): Clarify docstring.
694 (allout-exposure-change-hook): Take explicit arguments, via
695 run-hook-with-args.
696 (allout-structure-added-hook)
697 (allout-structure-deleted-hook)
698 (allout-structure-shifted-hook): New hooks analogous to
699 allout-exposure-change-hook for other kinds of structural outline
700 edits.
701 (allout-encryption-plaintext-sanitization-regexps): New encryption
702 customization variable, by which cooperating modes can provde
703 massage of the plaintext without actually being passed it.
704 (allout-encryption-ciphertext-rejection-regexps)
705 (allout-encryption-ciphertext-rejection-ceiling): New encryption
706 customization variables, by which cooperating modes can prohibit
707 rare but possible ciphertext patterns from fouling their
708 operation, with actually being passed the ciphertext.
709 (allout-mode): Run activation and deactivation hooks after the
710 minor-mode variable has been toggled, to clarify the mode
711 disposition. The new encryption ciphertext rejection variable is
712 used to ensure that the ciphertext does not contain text that
713 would be recognized as outline structural elements by allout.
714 Substite allout-beginning-of-line and allout-end-of-line for
715 conventionall beginning-of-line and end-of-line bindings.
716 If allout-old-style-prefixes is non-nil, don't nullify it on mode
717 activation!
718 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
719 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
720 (allout-chart-subtree): Implement new mode, charting only the
721 visible items in the subtree, when new 'visible' parameter is non-nil.
722 (allout-end-of-subtree): Properly handle the last item in the buffer.
723 (allout-pre-command-business, allout-command-counter):
724 Increment an advertised counter so that cooperating enhancements can
725 track revisions of items.
726 (allout-open-topic): Run allout-structure-added-hook with suitable
727 arguments.
728 (allout-shift-in): Run allout-structure-shifted-hook with suitable
729 arguments.
730 (allout-shift-out): Fix doubling for negative args and ensure call
731 of allout-structure-shifted-hook by solely using allout-shift-in.
732 (allout-kill-line, allout-kill-topic):
733 Run allout-structure-deleted-hook with suitable arguments.
734 (allout-yank-processing): Run allout-structure-added-hook with
735 proper arguments.
736 (allout-yank): Enclose activity in allout-unprotected.
737 (allout-flag-region): Run allout-exposure-change-hook with
738 suitable arguments, instead of making the callee infer the arguments.
739 (allout-encrypt-string):
740 Support allout-encryption-plaintext-sanitization-regexps,
741 allout-encryption-ciphertext-rejection-regexps, and
742 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
743 en/de cryption mode in symmetric encryption failure message.
744 (allout-obtain-passphrase): Use copy-sequence to get a distinct
745 copy of the passphrase, and don't zero it or we'll corrupt the
746 stashed copy.
747 (allout-create-encryption-passphrase-verifier)
748 (allout-verify-passphrase): Respect the new signature for
749 allout-encrypt-string.
750 (allout-get-configvar-values): Convenience for getting a
751 configuration variable value and handling its absence gracefully.
752
753 2006-08-11 Romain Francoise <romain@orebokech.com>
754
755 * obsolete/zone-mode.el: Delete.
756
757 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
760
761 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
762
763 * emacs-lisp/bindat.el (bindat-ip-to-string):
764 Use `format-network-address' if possible.
765
766 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
767
768 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
769
770 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
771
772 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
773 restore unread-command-events here.
774 (edebug-display): Do it here, to detect sit-for interruptions.
775
776 2006-08-10 Romain Francoise <romain@orebokech.com>
777
778 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
779 (dns-mode-soa-auto-increment-serial): New user option.
780 (dns-mode-soa-maybe-increment-serial): New function.
781 (dns-mode): Add the latter to `write-contents-functions'.
782
783 * obsolete/zone-mode.el: Move to obsolete/ from net/.
784 Delete autoload cookies.
785
786 2006-08-10 John Wiegley <johnw@newartisans.com>
787
788 * eshell/em-glob.el (eshell-glob-chars-list)
789 (eshell-glob-translate-alist): Add support for [^g] in character globs.
790
791 2006-08-10 Richard Stallman <rms@gnu.org>
792
793 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
794 (facemenu-set-face): Doc fix.
795 (facemenu-listed-faces): Doc fix.
796
797 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
798
799 * avoid.el (mouse-avoidance-animating-pointer): New var.
800 (mouse-avoidance-nudge-mouse): Use it.
801 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
802 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
803 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
804 Don't activate if currently animating. All callers changed.
805
806 2006-08-09 John Wiegley <johnw@newartisans.com>
807
808 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
809 variable, which causes timeclock to report elapsed time worked,
810 instead of just work remaining.
811
812 2006-08-09 Kenichi Handa <handa@m17n.org>
813
814 * international/latexenc.el (latexenc-find-file-coding-system):
815 Fix for the case that the 2nd element of arg-list is a cons.
816
817 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
818
819 * info.el (Info-fontify-node): Handle preceding `in' for note
820 reference hiding rules.
821
822 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
825 mistake a closing " for an opening one.
826
827 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * term/xterm.el (terminal-init-xterm): Add more key bindings.
830
831 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * complete.el (PC-do-completion): Filter out completions matching
834 completion-ignored-extensions before checking whether there are
835 multiple completions.
836 Don't use `list' unnecessarily when building completion tables.
837
838 2006-08-06 Richard Stallman <rms@gnu.org>
839
840 * help.el (describe-mode): Make minor mode list more concise.
841
842 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
843
844 * bindings.el: Give mode-line-format, mode-line-modes, and
845 mode-line-position `standard-value' properties.
846
847 2006-08-05 Eli Zaretskii <eliz@gnu.org>
848
849 * buff-menu.el (list-buffers-noselect): For Info buffers, use
850 "(file)node" instead of the file name.
851
852 2006-08-05 Richard Stallman <rms@gnu.org>
853
854 * faces.el (escape-glyph): Doc fix.
855
856 2006-08-04 Kenichi Handa <handa@m17n.org>
857
858 * international/mule-diag.el (describe-font): Improve docstring
859 and error message. Use frame-parameter (not frame-parameters).
860
861 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
864 Correctly mark the end-of-docstring char.
865
866 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
867
868 * simple.el (line-move-to-column): Constrain move-to-column to
869 current field.
870
871 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * font-lock.el (font-lock-beg, font-lock-end)
874 (font-lock-extend-region-functions): New vars.
875 (font-lock-extend-region-multiline)
876 (font-lock-extend-region-wholelines): New functions.
877 (font-lock-default-fontify-region): Use them.
878 (font-lock-extend-jit-lock-region-after-change): Only round up
879 if font-lock-default-fontify-region will do it as well.
880
881 * font-lock.el (font-lock-extend-after-change-region-function):
882 Rename from font-lock-extend-region-function.
883 (font-lock-extend-region): Remove by inlining at call sites.
884 (font-lock-after-change-function): Don't needlessly round up to a whole
885 number of lines.
886 (font-lock-extend-jit-lock-region-after-change): Be more careful about
887 the boundary conditions and the interactions between the various ways
888 to extend the region.
889
890 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
893 modification status when forcing the second redisplay.
894
895 2006-08-03 Kim F. Storm <storm@cua.dk>
896
897 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
898
899 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
902 doesn't look like a file name.
903
904 * complete.el (PC-expand-many-files): Avoid signalling an error when
905 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
906
907 2006-08-02 Andreas Schwab <schwab@suse.de>
908
909 * bindings.el (mode-line-format): Simplify reference to vc-mode.
910
911 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
912
913 * bindings.el (map): Make mode-line-buffer-identification-keymap
914 before defining propertized-buffer-identification.
915
916 2006-08-01 Richard Stallman <rms@gnu.org>
917
918 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
919
920 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
921
922 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
923 default value.
924 (gdb-find-source-frame): New function.
925 (menu): Add to menu bar.
926
927 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * font-core.el (font-lock-extend-region-function)
930 (font-lock-extend-region): Move to font-lock.el.
931
932 * font-lock.el (font-lock-extend-region-function)
933 (font-lock-extend-region): Move from font-core.el. Simplify.
934
935 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
936 if needed.
937 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
938 (jit-lock-after-change-extend-region-functions): New hook.
939 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
940
941 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
942 (font-lock-turn-on-thing-lock): Use it.
943
944 * longlines.el (longlines-show-region): Make it work on read-only
945 buffers as well.
946
947 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
948
949 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
950
951 2006-07-31 Richard Stallman <rms@gnu.org>
952
953 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
954 (vhdl-speedbar-display-projects): Update old obsolete
955 speedbar variable names.
956
957 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
960 (gdb-stopped): Use it.
961
962 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
963
964 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
965
966 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
967 for load-history elements.
968
969 2006-07-29 Eli Zaretskii <eliz@gnu.org>
970
971 * files.el (convert-standard-filename): For Cygwin, replace
972 characters not allowed in Windows file names.
973 (make-auto-save-file-name): Add Cygwin to the list of systems
974 where the auto-save file name needs to be run through
975 convert-standard-filename.
976
977 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
978
979 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
980
981 2006-07-28 Richard Stallman <rms@gnu.org>
982
983 * bindings.el (mode-line-frame-identification)
984 (propertized-buffer-identification): Centralize the code
985 to initialize the variable.
986
987 * progmodes/grep.el (grep-default-command): Catch errors from
988 wildcard-to-regexp.
989
990 2006-07-29 Kim F. Storm <storm@cua.dk>
991
992 * progmodes/grep.el (grep-tag-default): New function.
993 (grep-default-command, grep-read-regexp): Use it.
994 (grep-read-files): Use car of grep-files-history or grep-files-aliases
995 as default if nothing else applies.
996
997 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
998
999 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1000 Throw error if buffer is not in Dired and Wdired mode, respectively.
1001
1002 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1005 self-insert-command keys don't activate buttons.
1006 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1007
1008 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1011 faces for enable character.
1012
1013 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * Makefile.in (recompile): Update comment to reflect change
1016 on 2004-04-21.
1017
1018 2006-07-27 Richard Stallman <rms@gnu.org>
1019
1020 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1021 (customize-package-emacs-version): Change msg when pkg has no entry.
1022 (custom-no-edit): On a button, do like widget-button-press.
1023
1024 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1025
1026 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1027 S-tab and C-S-tab.
1028
1029 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1030
1031 * progmodes/which-func.el (which-function): Fix documentation/
1032 comment typo.
1033
1034 2006-07-26 Richard Stallman <rms@gnu.org>
1035
1036 * textmodes/ispell.el (ispell-word): If we replace the word,
1037 move point to the end. Insert before deleting.
1038
1039 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1040
1041 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1042 a timer.
1043
1044 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1045
1046 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1047 when at first image.
1048 (tumme-forward-image): Add prefix argument. Add error when at last
1049 image.
1050
1051 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * tabify.el (tabify-regexp): Use more specific regexps.
1054 (tabify): Avoid modifying the buffer unnecessarily.
1055
1056 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1057
1058 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1059 (tumme-format-properties-string): Handle empty `buf'.
1060 (tumme-get-comment): Change variable names inside `let'.
1061 Add missing `let' variable that cause font-lock problems.
1062 (tumme-write-comments): Change variable names inside `let'.
1063 Add missing `let' variable that cause font-lock problems.
1064 (tumme-forward-image): Rename from `tumme-forward-char'.
1065 (tumme-backward-image): Rename from `tumme-backward-char'.
1066
1067 2006-07-25 Masatake YAMATO <jet@gyve.org>
1068
1069 * progmodes/ld-script.el (ld-script-keywords)
1070 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1071 and add comments.
1072
1073 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1074
1075 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1076 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1077 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1078 for status indicator.
1079
1080 2006-07-24 Richard Stallman <rms@gnu.org>
1081
1082 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1083
1084 * subr.el (dolist, dotimes): Use interned symbols for locals.
1085 (--dotimes-limit--, --dolist-tail--): New defvars.
1086 (looking-back): Doc fix.
1087
1088 * replace.el (replace-match-string-symbols): Handle dotted lists.
1089
1090 2006-07-24 mathias <mathias@mattis>
1091
1092 * tumme.el (tumme-write-tags): Add.
1093 (tumme-write-comments): Add.
1094 (tumme-tag-files): Change to use `tumme-write-tags'.
1095 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1096 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1097 (tumme-save-information-from-widgets): Change to use
1098 `tumme-write-comments' and `tumme-write-tags'.
1099 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1100 (tumme-write-tag): Remove.
1101 (tumme-write-comment): Remove.
1102 (tumme-display-previous-thumbnail-original): Remove empty line.
1103 (tumme-widget-list): Add punctuation.
1104
1105 2006-07-24 mathias <mathias.dahl@gmail.com>
1106
1107 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1108
1109 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1110
1111 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1112 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1113 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1114
1115 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1116
1117 * mouse.el (mouse-on-link-p): Doc fix.
1118
1119 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1120
1121 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1122 Handle "C-h f `".
1123
1124 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1125
1126 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1127 column.
1128
1129 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
1130
1131 * textmodes/table.el: Add move-beginning-of-line and
1132 move-end-of-line to Point Motion Only Group.
1133
1134 2006-07-22 Eric Hanchrow <offby1@blarg.net>
1135
1136 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1137
1138 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1139
1140 * startup.el (user-mail-address): Initialize from the `EMAIL'
1141 environment variable first. Document this.
1142 (command-line): Ditto.
1143
1144 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
1145
1146 * help-mode.el (help-function-def, help-variable-def)
1147 (help-face-def): Print a message in the minibuffer.
1148
1149 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * term/xterm.el (terminal-init-xterm): Fix key bindings
1152 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1153
1154 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1155
1156 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1157 where `(nth 1 command)' is a cons cell. Doc fix.
1158
1159 * textmodes/po.el (po-find-charset): Doc fix.
1160
1161 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1162
1163 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1164 (allout-beginning-of-current-line, allout-end-of-current-line)
1165 (allout-next-visible-heading, allout-open-topic)
1166 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1167 (allout-flag-current-subtree, allout-show-to-offshoot)
1168 (allout-hide-current-entry, allout-show-current-branches)
1169 (allout-hide-region-body, allout-old-expose-topic)
1170 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1171 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1172 containing `beginning-of-line' and `end-of-line' with
1173 `inhibit-field-text-motion' t.
1174
1175 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1176
1177 * frame.el (focus-follows-mouse): Document that it doesn't have
1178 any effect on MS-Windows.
1179
1180 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1183
1184 2006-07-20 Jay Belanger <belanger@truman.edu>
1185
1186 * calc.el (calc-previous-alg-entry): Remove variable.
1187
1188 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1189 New variables.
1190 (calc-alg-entry): Use `calc-alg-entry-history'.
1191 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1192 Remove reference to `calc-previous-alg-entry'.
1193 (calcAlg-edit, calcAlg-enter): Remove reference to
1194 `calc-previous-alg-entry'.
1195 (calcAlg-previous): Use `previous-history-element' instead of
1196 `calc-previous-alg-entry'.
1197 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1198 Change keybinding for `calcAlg-plus-minus', add keybindings for
1199 `previous-history-element' and `next-history-element'.
1200
1201 * calc-rewr.el (calc-match): Remove reference to
1202 `calc-previous-alg-entry'.
1203
1204 * calc-sel.el (calc-selection-history): New variable.
1205 (calc-enter-selection, calc-sel-mult-both-sides)
1206 (calc-sel-add-both-sides): Use `calc-selection-history'.
1207
1208 * calc-map.el (calc-get-operator-history): New variable.
1209 (calc-get-operator): Use `calc-get-operator-history'.
1210
1211 * calcalg3.el (calc-curve-fit-history): New variable.
1212 (calc-curve-fit): Use `calc-curve-fit-history'.
1213
1214 2006-07-20 Kenichi Handa <handa@m17n.org>
1215
1216 * international/mule-cmds.el (select-safe-coding-system): Fix the
1217 way of deciding eol-type of the coding system.
1218
1219 2006-07-20 Alan Mackenzie <acm@muc.de>
1220
1221 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1222 (c-lang-setvar): New macro.
1223 (c-make-init-lang-vars-fun): Use the initialization forms in
1224 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1225 (comment-start, comment-end, comment-start-skip): Change these from
1226 c-lang-defvar's to c-lang-setvar's.
1227
1228 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1229 which calls make-local-variable on the elements of
1230 c-emacs-variable-inits.
1231 (c-init-language-vars-for): Call this new macro.
1232
1233 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1236 Try to rule out false positives due to time stamps.
1237 (compilation-mode-font-lock-keywords): Remove rules made redundant
1238 because of the above change. Add `segmentation fault' to the known and
1239 highlighted compilation termination messages.
1240
1241 2006-07-19 Kim F. Storm <storm@cua.dk>
1242
1243 * progmodes/grep.el (grep-find-ignored-directories):
1244 Add .svn and _darcs to list.
1245
1246 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1247
1248 * dired.el (dired-mode-map): Add key binding `C-te' for
1249 `tumme-dired-edit-comment-and-tags'.
1250
1251 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1252 image display buffer is displayed before call to
1253 `tumme-display-image.
1254 (tumme-dired-display-image): Make sure image display buffer is
1255 displayed before call to `tumme-display-image.
1256 (tumme-mouse-display-image): Make sure image display buffer is
1257 displayed before call to `tumme-display-image.
1258 (tumme-widget-list): Add.
1259 (tumme-dired-edit-comment-and-tags): Add.
1260 (tumme-save-information-from-widgets): Add.
1261
1262 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1265
1266 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1269 Revert inadvertently installed patch hunk.
1270
1271 * progmodes/compile.el (compilation-find-file): Handle the
1272 cases where the user selects a non-existent file.
1273
1274 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1277
1278 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * subr.el (sit-for): Just sleep-for if noninteractive.
1281
1282 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1285
1286 * custom.el (custom-autoload): Add `noset' argument.
1287 (custom-push-theme): Don't autoload the variable, let callers do it.
1288 (custom-theme-set-variables): Autoload the variable if necessary.
1289
1290 * cus-edit.el (custom-variable-state-set): If the variable was
1291 originally set outside custom, but to the same value as the default,
1292 consider it to be standard.
1293
1294 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1295 file *before* telling Emacs to add the autoloads, in case it fails.
1296
1297 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1298 Use `cond', push', and `dolist'.
1299
1300 2006-07-17 Richard Stallman <rms@gnu.org>
1301
1302 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1303 Add defvars to silence warnings.
1304
1305 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1308 Don't highlight "Compiling file" messages as error.
1309
1310 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1311 file already exists.
1312
1313 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1314
1315 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1316 entry, don't assign to free var; simply return the extracted filename.
1317 (ff-treat-as-special): Incorporate common preamble from callers.
1318 (ff-other-file-name, ff-find-the-other-file):
1319 Update call to ff-treat-as-special.
1320
1321 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1322
1323 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1324
1325 * tumme.el (tumme-get-comment): Fix bug.
1326
1327 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * files.el: Remove spurious * in docstrings.
1330
1331 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1332
1333 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1334 grammar.
1335 (allout-beginning-of-current-line): Beware beginning of buffer.
1336 Also, a comment is simplified.
1337 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1338 when appropriate. (This fix enables use for other than
1339 bullet-hotspot operation.)
1340 (allout-hide-current-subtree): While escalating to sibling-close,
1341 make sure to situate on a topic.
1342
1343 2006-07-14 Kim F. Storm <storm@cua.dk>
1344
1345 * emulation/cua-base.el (cua-delete-selection)
1346 (cua-toggle-set-mark): New defcustoms.
1347 (cua-rectangle-modifier-key): Add `alt' modifier.
1348 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1349 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1350 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1351
1352 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1353
1354 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1355
1356 * allout.el: Require 'cl during byte-compilation/interactive load,
1357 for the `assert' macro.
1358 (allout-mode-deactivate-hook): New hook, run when allout mode
1359 deactivates.
1360 (allout-developer): New allout customization subgroup.
1361 (allout-run-unit-tests-on-load): New allout-developer
1362 customization variable, when true allout unit tests are run towards
1363 end of file load/eval.
1364 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1365 auto-fill-mode.
1366 (allout-resumptions): Remove, to be replaced by...
1367 (allout-add-resumptions): Register variable settings to be
1368 reinstated by `allout-do-resumptions'. The settings are made
1369 buffer-local, but the locality/globality of the suspended setting
1370 is restored on resumption.
1371 (allout-do-resumptions): Reinstate all settings suspended using
1372 `allout-add-resumptions'.
1373 (allout-test-resumptions): Unit tests (and intermediate variables)
1374 for resumptions.
1375 (allout-tests-globally-unbound, allout-tests-globally-true)
1376 (allout-tests-locally-true): Intermediate variables for
1377 resumptions unit tests.
1378 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1379 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1380 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1381 instead of retired `allout-resumptions'. For hook functions, use
1382 `local' parameter so hook settings are created and removed as
1383 buffer-local settings. Revise (resumptions) setting
1384 auto-fill-function so it is set only if already active. (The
1385 related fill-function settings are all made in either case, so
1386 that activating auto-fill-mode activity will have the custom
1387 allout-mode behaviors (hanging indent on topics, if configured for it).
1388 Remove all allout-exposure-category overlays on mode deactivation.
1389 (allout-hotspot-key-handler): New function extracted from
1390 `allout-pre-command-business', so the functionality can be used
1391 for other purposes, eg as a binding in an overlay.
1392 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1393 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1394 customization variable.
1395 (allout-run-unit-tests): Run the (currently quite small)
1396 repertoire of unit tests. Called just before the provide iff user
1397 has customized `allout-run-unit-tests-on-load' non-nil.
1398
1399 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1400
1401 * emacs-lisp/authors.el (authors-aliases): Update.
1402
1403 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1406 gdb-source-window. Add dedicated argument.
1407 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1408 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1409 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1410 (gdb-display-locals-buffer): Use it.
1411
1412 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1413 Set gdb-source-window.
1414
1415 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1418 minor modes, redundant with the custom-autoload line above.
1419
1420 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * longlines.el (longlines-post-command-function): Handle open-line too.
1423
1424 2006-07-12 Richard Stallman <rms@gnu.org>
1425
1426 * progmodes/grep.el (grep-last-buffer): Doc fix.
1427
1428 * info.el (Info-try-follow-nearest-node): Doc fix.
1429
1430 * emacs-lisp/edebug.el (edebug-instrument-function):
1431 Err if find-function-noselect gives no position.
1432
1433 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1434 If can't find definition, return nil for position.
1435 (find-function-do-it): Handle new return value
1436 of find-definition-noselect.
1437 (find-definition-noselect, find-variable-noselect): Doc fix.
1438 (find-function-noselect): Doc fix.
1439
1440 * help-mode.el (help-variable-def): Handle find-variable-noselect
1441 returning no position.
1442 (help-function-def): Likewise for find-function-search-for-symbol.
1443 (help-face-def): Likewise.
1444
1445 * help-fns.el (describe-variable): Handle find-variable-noselect
1446 returning no position.
1447
1448 * files.el (locate-file-completion): Avoid duplicates in result.
1449
1450 * cus-edit.el (custom-no-edit): New command.
1451 (custom-mode-map): Remap to custom-no-edit instead of
1452 using suppress-keymap.
1453
1454 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1457 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1458 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1459
1460 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1461
1462 2006-07-11 Kim F. Storm <storm@cua.dk>
1463
1464 * ido.el (ido-copy-current-file-name): Use buffer-name if
1465 buffer-file-name is nil.
1466
1467 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * simple.el (undo-ask-before-discard): Set to nil.
1470
1471 * vc.el (vc-exec-after): Don't delete process manually.
1472 (vc-print-log): Run log-view-mode in process sentinel inside
1473 inhibit-read-only. Don't shrink window due to timing issues.
1474
1475 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1476 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1477
1478 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1481 Fix ambiguity introduced by last change.
1482 (compilation-find-file): Move save-excursion to where it may
1483 make sense. Fix a left over `find-file'.
1484
1485 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1486
1487 * textmodes/texinfmt.el (texinfo-format-separate-node):
1488 Insert a string before point, which fits documentation, not after.
1489 (texinfo-multitable-item): In a multitable row, insert any
1490 additional needed @tabs and spaces.
1491
1492 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1495 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1496 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1497 instead of shell-command.
1498 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1499 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1500 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1501 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1502 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1503 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1504
1505 2006-07-11 Kim F. Storm <storm@cua.dk>
1506
1507 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1508 Remove special case for seconds < 0. Use (redisplay t) instead.
1509
1510 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1513 avoid compilation error.
1514
1515 * subr.el (sit-for): New function.
1516
1517 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1518
1519 2006-07-10 Richard Stallman <rms@gnu.org>
1520
1521 * ldefs-boot.el (edebug): Update page.
1522
1523 2006-07-10 Kim F. Storm <storm@cua.dk>
1524
1525 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1526 to FOR-RELEASE and TODO.
1527
1528 2006-07-10 Romain Francoise <romain@orebokech.com>
1529
1530 * emacs-lisp/authors.el (authors-aliases): Update.
1531
1532 2006-07-10 Alan Mackenzie <acm@muc.de>
1533
1534 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1535 * cc-mode.el: Changes to eradicate eval-after-load.
1536
1537 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1540 on non-char events.
1541
1542 2006-07-09 Romain Francoise <romain@orebokech.com>
1543
1544 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1545 Don't highlight start/end markers as compilation messages.
1546
1547 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1548 to t.
1549
1550 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1553
1554 2006-07-08 Richard Stallman <rms@gnu.org>
1555
1556 * term/x-win.el (x-handle-display): Add doc string.
1557
1558 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1559
1560 * subr.el (def-edebug-spec): Move here.
1561 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1562
1563 * imenu.el (imenu-choose-buffer-index): Doc fix.
1564
1565 2006-07-08 Romain Francoise <romain@orebokech.com>
1566
1567 * term/x-win.el (x-display-name): Fix typo.
1568
1569 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1570
1571 * hexl.el (hexl-find-file): Doc fix.
1572
1573 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1574
1575 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * term/x-win.el (x-display-name): Doc fix.
1578
1579 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1582 long prefixes.
1583 (fill-region-as-paragraph): Don't round up to a whole line.
1584 (fill-comment-paragraph): Don't include the code-before-the-comment
1585 when calling fill-region-as-paragraph.
1586
1587 * international/mule.el (make-char): Remove redundancy.
1588
1589 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1590 property may contain an anonymous function rather than a symbol.
1591
1592 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1593
1594 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1595 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1596
1597 * dirtrack.el (dirtrack-default-directory-function): Remove.
1598 (dirtrack-directory-function): Use file-name-as-directory.
1599 (dirtrack-windows-directory-function): Simplify.
1600 (dirtrack-forward-slash, dirtrack-backward-slash)
1601 (dirtrack-replace-slash): Remove.
1602 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1603 (dirtrack): Fix wrong parenthesizing; use match-string.
1604
1605 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1606 (inferior-octave-mode): Only change the buffer-local value of
1607 comint-dynamic-complete-functions.
1608 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1609 Move the initialization to the declaration.
1610 (inferior-octave-complete): Remove unused var `filter'.
1611
1612 * shell.el (shell-mode): Only change the buffer-local value of
1613 comint-dynamic-complete-functions.
1614
1615 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1616
1617 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1618 entry is skipped because it has been scheduled.
1619 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1620 changing `:org-archived' and `:org-comment' properties.
1621
1622 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * server.el (server-select-display): Don't make the temp frame
1625 minibuffer-only, in case it's not a temp frame.
1626 (server-process-filter): Don't delete the temp frame if it's the
1627 only one we have on that display.
1628
1629 * files.el (find-alternate-file): Doc fix.
1630
1631 2006-07-05 Richard Stallman <rms@gnu.org>
1632
1633 * files.el (abbreviate-file-name): Add save-match-data.
1634
1635 2006-07-03 Richard Stallman <rms@gnu.org>
1636
1637 * faces.el (read-face-name): Doc fix.
1638
1639 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1642
1643 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1644
1645 * vc.el (vc-diff-internal): Fix prev change.
1646
1647 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1648
1649 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1650 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1651
1652 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1655 fails if the symbol contains chars like ( or '.
1656 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1657 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1658 `short'.
1659
1660 2006-07-04 Kenichi Handa <handa@m17n.org>
1661
1662 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1663 the current one, don't call set-language-environment, but call one
1664 of set-language-environment-XXX to make INFO effective now.
1665 (set-language-environment): Call set-language-environment-XXX
1666 functions instead of doing the various setups directly.
1667 (set-language-environment-coding-systems): Delete argument eol-type.
1668 (set-language-environment-input-method)
1669 (set-language-environment-nonascii-translation)
1670 (set-language-environment-charset)
1671 (set-language-environment-fontset)
1672 (set-language-environment-unibyte): New functions.
1673
1674 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1675
1676 * locate.el (locate-update-when-revert): New option.
1677 (locate-update-path): New option (suggested by Michael Albinus).
1678 (locate-prompt-for-command): Whitespace change.
1679 (locate-update): No longer offer to update the locate database by
1680 default. Implement the two new options.
1681
1682 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1683
1684 * tooltip.el: Move comment about track-mouse...
1685
1686 * progmodes/gud.el: ...to here.
1687
1688 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * facemenu.el (facemenu-listed-faces): New var.
1691 (facemenu-unlisted-faces): Variable deleted.
1692 (facemenu-add-new-face): Use facemenu-listed-faces.
1693
1694 * emulation/viper-init.el, calendar/calendar.el:
1695 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1696
1697 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1698
1699 * textmodes/org.el (org-mode): Remove no invalid settings for
1700 calc embedded mode.
1701 (org-mode-p): New defsubst.
1702 (org-save-all-org-buffers): New function.
1703 (org-first-headline-recenter): Enclose outline-regexp in group
1704 delimiters.
1705 (org-set-tags): Keep single space after stars.
1706
1707 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * window.el (set-window-text-height): Only set window-min-height to
1710 1 if that's the requested size.
1711
1712 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1713 (diff-unified->context, diff-context->unified)
1714 (diff-reverse-direction): Make sure the end marker stays at the end.
1715 (diff-mode): Add the keymap table at the end of docstring.
1716 Use lexical-let rather than constructing a closure manually.
1717
1718 * files.el (find-file-noselect-1): Remove unused var assignment.
1719 (hack-local-variables-confirm): Print lists of strings as lists of
1720 strings rather than lists of symbols.
1721 (abbreviate-file-name, hack-local-variables-prop-line):
1722 Use match-string.
1723 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1724 (recover-session-finish): Use line-end-position.
1725
1726 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1727
1728 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1729
1730 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1731
1732 * progmodes/make-mode.el (makefile-macroassign-regex):
1733 Accept preceding keyword.
1734 (makefile-gmake-statements): Reorganize, now that makepp has
1735 "override" and also handle forgotten "override define".
1736 (makefile-makepp-statements): Add new "global", "override export"
1737 and "override global".
1738
1739 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1742 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1743 (ada-no-auto-case): Fix typos in docstrings.
1744
1745 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1746
1747 * info.el (Info-find-node-2): Search for makeinfo version more
1748 carefully.
1749
1750 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1751
1752 * textmodes/org.el (org-prepare-agenda-buffers):
1753 Use `invisible-OK' argument for `org-end-of-subtree'.
1754 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1755 (org-beginning-of-item): Fix bug in regular expression for white line.
1756 (org-export-as-html): Enforce space after bullet in plain list items.
1757 (org-set-autofill-regexps): Require space after plain list bullet
1758 for paragraph-start.
1759 (org-ts-regexp3): New constant.
1760 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1761 (org-timestamp-up-day, org-timestamp-down-day)
1762 (org-timestamp-change): Work with inactive timestamps.
1763 (org-ts-regexp1): Don't allow brackets in time stamps.
1764
1765 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1766
1767 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1768 for ignoring links.
1769
1770 * faces.el (read-face-name): Use it.
1771
1772 2006-06-28 Juri Linkov <juri@jurta.org>
1773
1774 * buff-menu.el (list-buffers-noselect): Compare Info file
1775 with the string "dir" to detect Info directory.
1776
1777 * complete.el (partial-completion-mode): In lambda for
1778 `choose-completion-string-functions' use full function signature
1779 with 4 args, and move point to the end of the minibuffer only if arg
1780 `mini-p' is non-nil.
1781
1782 2006-06-28 John Paul Wallington <jpw@pobox.com>
1783
1784 * ibuffer.el (ibuffer-mode): Doc fix.
1785
1786 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1787
1788 * textmodes/org.el (org-context): New contexts :item-bullet,
1789 :latex-fragment, :latex-preview.
1790 (org-overlays-at, org-overlay-start, org-overlay-end):
1791 New compatibility functions.
1792 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1793 exact regexp that will be used during export.
1794 (org-latex-regexps): New variable.
1795 (org-cdlatex-mode): Improve advice for `texmathp'.
1796 (turn-on-org-cdlatex): New function.
1797
1798 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1799
1800 * term/mac-win.el (mac-handle-font-selection): Change keys of
1801 mac-atsu-font-table from strings to numbers.
1802 (mac-ts-caret-position): Use also when cursor-type is nil.
1803 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1804 Relax condition for using overlay strings.
1805 Use mac-ts-caret-position face when cursor-type is nil.
1806
1807 2006-06-26 Kim F. Storm <storm@cua.dk>
1808
1809 * help.el (view-emacs-news): Declare `res' in the right let* form.
1810
1811 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1812
1813 * net/rcompile.el (remote-compile): Replace ange-ftp based
1814 implementation by Tramp functions.
1815 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1816
1817 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1818
1819 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1820
1821 * international/fontset.el (setup-default-fontset): Fix a typo in
1822 the "Oriya-Akruti" registry name.
1823
1824 2006-06-23 Lars Hansen <larsh@soem.dk>
1825
1826 * desktop.el (desktop-full-file-name): New function.
1827 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1828 (desktop-revert): Use it.
1829 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1830 (desktop-after-read-hook): Add option list-buffers.
1831 (desktop-locals-to-save): Add tab-width.
1832 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1833 Fix docstring.
1834
1835 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1836
1837 * textmodes/org.el (org-cdlatex-mode-map)
1838 (org-cdlatex-texmathp-advice-is-done): New variables.
1839 (org-cdlatex-mode): New minor mode.
1840 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1841 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1842 (org-export-with-archived-trees): New option.
1843 (org-open-file): Remove the call to `convert-standard-filename'.
1844 (org-archive-tag, org-agenda-skip-archived-trees)
1845 (org-cycle-open-archived-trees)
1846 (org-sparse-tree-open-archived-trees): New options.
1847 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1848 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1849 New functions.
1850 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1851 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1852 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1853 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1854 Call `org-prepare-agenda-buffers'.
1855 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1856 (org-file-apps, org-file-apps-defaults-gnu)
1857 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1858 Handle remote files by forcing them to be opened in Emacs.
1859
1860 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1861
1862 * vc.el (vc-diff-knows-L): New variable.
1863 (vc-diff-internal): Use it to handle "diff" programs that don't
1864 understand -L. This works automatically, no user action is necessary.
1865
1866 2006-06-23 Daniel Brockman <daniel@brockman.se>
1867
1868 * net/rcirc.el (rcirc-default-user-full-name): Default to
1869 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1870 longer exists).
1871 (rcirc-process-list): Check `buffer-live-p' before attempting to
1872 switch to a buffer.
1873
1874 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1875
1876 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1877 based on rcirc-coding-system-alist.
1878
1879 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1880
1881 * cus-edit.el (customize-apropos): A better error message.
1882 (top level) <debug-ignored-errors>: Extend and update the list of
1883 ignored error messages.
1884
1885 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1886
1887 * complete.el (PC-do-completion): Retain capitalization of user
1888 input, when possible, even if completion-ignore-case is set.
1889
1890 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1891
1892 * generic-x.el (bat-generic-mode): Support .cmd files.
1893
1894 * dos-w32.el (top level): Use find-file-not-found-functions
1895 instead of the obsolete find-file-not-found-hooks.
1896
1897 2006-06-22 Kim F. Storm <storm@cua.dk>
1898
1899 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1900 to recognize mode name containing submodes, such as Grep/lw.
1901
1902 2006-06-21 Kim F. Storm <storm@cua.dk>
1903
1904 * simple.el (line-move-1): Check for move-end-of-line instead of
1905 end-of-line when setting temporary-goal-column.
1906
1907 2006-06-21 Miles Bader <miles@gnu.org>
1908
1909 * play/cookie1.el (cookie): Work properly when there's only one entry.
1910
1911 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1912
1913 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1914 (gdb-frame-handler): Generalize frame regexp for templates.
1915
1916 2006-06-20 Glenn Morris <rgm@gnu.org>
1917
1918 * calendar/appt.el (appt-display-format): Default value must be
1919 one of the customize options.
1920
1921 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1922
1923 * term/xterm.el (terminal-init-xterm): Update key availability info.
1924 Bind C-return.
1925
1926 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1927
1928 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1931 whether or not a local variables list is defined.
1932
1933 * msb.el (msb): Move `sit-for' hack here to handle both
1934 "mouse-down and drag" and "mouse-up and select" situations.
1935 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1936
1937 2006-06-20 Kenichi Handa <handa@m17n.org>
1938
1939 * international/characters.el (word-combining-categories):
1940 Add entries for 2-byte Han characters.
1941
1942 2006-06-19 Richard Stallman <rms@gnu.org>
1943
1944 * bindings.el (mode-line-format): Save some mode line space.
1945
1946 * files.el (find-file-noselect): Improve the question wording.
1947 (basic-save-buffer-2): Mask UMASK against 666.
1948
1949 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1950 (mouse-drag-vertical-line): Call it.
1951
1952 * cus-edit.el (customize-option, customize-option-other-window):
1953 Error if SYMBOL is nil.
1954
1955 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1956
1957 * textmodes/org.el: Require noutline, also on XEmacs.
1958 (org-end-of-subtree): Return point.
1959 (org-dblock-start-re, org-dblock-end-re): New constants.
1960 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1961 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1962 (org-update-all-dblocks, org-find-dblock): New functions.
1963 (org-collect-clock-time-entries): New function.
1964 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1965 (org-fixup-indentation): Modify to deal correctly with lines
1966 starting with TAB. Only one argument DIFF now.
1967 (org-demote, org-promote): Call `org-fixup-indentation' with just
1968 one argument, DIFF.
1969 (org-mode): Don't mark buffer as modified when aligning tables.
1970 (org-clock-sum): Don't mark buffer modified when adding time sum
1971 properties.
1972 (org-export-as-html): Add support for a link validation function.
1973 (org-archive-all-done): New function.
1974 (org-archive-subtree): New prefix argument. When set, archive all
1975 done subtrees in this buffer.
1976 (org-remove-clock-overlays)
1977 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1978 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1979 (org-put-clock-overlay): Don't swallow last headline character
1980 when displaying overlay.
1981 (org-store-link): Link to `image-mode' with just the file name.
1982
1983 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1984
1985 * viper-cmd.el (viper-special-read-and-insert-char):
1986 Use read-key-sequence.
1987 (viper-after-change-undo-hook): Misc enhancements.
1988 (viper-after-change-undo-hook): New hook.
1989 (viper-undo): Use viper-after-change-undo-hook.
1990 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1991 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1992 clicking on that widget/button.
1993
1994 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1995
1996 * ediff-diff (ediff-test-patch-utility): Catch errors.
1997 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1998 (ediff-set-actual-diff-options): New function.
1999 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2000 Use ediff-set-actual-diff-options.
2001 (ediff-extract-diffs): Catch errors.
2002 (ediff-whitespace): Add non-breakable space.
2003 (ediff-same-file-contents): Catch errors.
2004
2005 * ediff-mult.el (ediff-collect-custom-diffs):
2006 Save coding-system-for-read.
2007
2008 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2009 (ediff-vc-internal, ediff-vc-merge-internal):
2010 Use ediff-delete-version-file.
2011 (ediff-delete-version-file): New function.
2012
2013 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2014
2015 * ediff.el (ediff-directories, ediff-directory-revisions)
2016 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2017 (ediff-directories-internal, ediff-merge-directory-revisions)
2018 (ediff-merge-directory-revisions-with-ancestor)
2019 (ediff-directories3): Use read-directory-name.
2020
2021 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2022
2023 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2024 Remove superfluous part of regexp for brace matching which is handled
2025 by `scan-lists' call.
2026
2027 2006-06-16 Richard Stallman <rms@gnu.org>
2028
2029 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2030
2031 * files.el (basic-save-buffer-2): For a new precious file,
2032 use the default modes in the return value.
2033
2034 * facemenu.el (facemenu-color-alist): Doc fix.
2035
2036 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2037
2038 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2039
2040 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2041
2042 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2043 (mac-utxt-to-string): Use it.
2044 (mac-ts-update-active-input-area): Use mac-ae-number.
2045
2046 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2047
2048 * term.el (term-handle-scroll, term-delete-lines)
2049 (term-insert-lines): Fix off by one errors.
2050
2051 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2052
2053 * net/tramp.el (tramp-touch): Use UTC to express time.
2054
2055 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * mail/sendmail.el (mail-send): Search explicitly for
2058 mail-header-separator when checking for corrupted header lines.
2059
2060 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2063 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2064 (gdb-init-1): Initialise them.
2065 (gdb-starting): Reset gdb-printing
2066 (gdb-starting): Save value of gud-overlay-arrow-position.
2067 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2068 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2069 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2070 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2071
2072 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2075
2076 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2077
2078 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2079 (ldap-search-internal): Keep error messages, and a regexp fix.
2080
2081 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2082
2083 * files.el (hack-local-variables-confirm):
2084 Display string value using its printed representation.
2085
2086 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * server.el (server-edit): No-op if no server buffers exist.
2089
2090 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2091
2092 * textmodes/page-ext.el (pages-directory-for-addresses):
2093 Including `pages-directory-address-mode' in the function results
2094 in the message "Buffer in which pages were found is deleted".
2095
2096 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2097
2098 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2099 clocking functions.
2100
2101 (org-agenda-clock-in, org-check-running-clock)
2102 (org-clock-out-if-current, org-remove-clock-overlays)
2103 (org-put-clock-overlay): New functions.
2104 (org-clock-marker, org-clock-file-total-minutes)
2105 (org-clock-overlays): New variables.
2106 (org-clock-display, org-clock-sum, org-clock-cancel)
2107 (org-clock-out, org-clock-in): New commands.
2108 (org-export): New function.
2109 (org-emph-re): New constant.
2110 (org-set-emph-re, org-do-emphasis-faces): New functions.
2111 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2112 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2113 (org-export-html-convert-emphasize): Use the configurable emphasis.
2114 (org-cleaned-string-for-export): Make multiline emphasis visible
2115 to the exporter. New optional argument PARAMETERS.
2116 (org-export-as-html): Specify :emph-multiline parameter to
2117 `org-cleaned-string-for-export'.
2118
2119 2006-06-10 Richard Stallman <rms@gnu.org>
2120
2121 * help.el (help-for-help-internal): Clean up help text.
2122
2123 2006-06-10 Andreas Schwab <schwab@suse.de>
2124
2125 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2126 in doc string.
2127
2128 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2129
2130 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2131
2132 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2133 spaces after the comment start.
2134
2135 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2136
2137 * play/pong.el (pong-init-buffer):
2138 Fill buffer with spaces instead of ^A.
2139
2140 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2141 launched asynchronously, delete its process instead of being cool.
2142 (ispell-async-processp): Check for `delete-process' existence
2143 instead of `kill-process' one for consistency.
2144
2145 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
2146
2147 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2148 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2149 in mode line at startup.
2150
2151 2006-06-08 Kim F. Storm <storm@cua.dk>
2152
2153 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2154 (ido-init-completion-maps): Bind them to M-SPC and M-v.
2155 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2156 (ido-file-internal): Pass full file name to write-file.
2157 (ido-read-internal): Only pop stack elements automatically if they
2158 actually match an existing directory or file name.
2159
2160 2006-06-07 Kenichi Handa <handa@m17n.org>
2161
2162 * international/mule.el (find-auto-coding): Don't handle the short
2163 name `char-trans'.
2164
2165 * files.el (hack-local-variables-prop-line)
2166 (hack-local-variables): Cancel the previous change.
2167
2168 2006-06-06 Jesper Harder <harder@phys.au.dk>
2169
2170 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2171
2172 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2175 diff-default-read-only is non-nil.
2176 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2177 (diff-refine-hunk): Set inhibit-read-only to t.
2178
2179 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2180 modifying the *Diff* buffer.
2181 (diff-process-filter): New filter function for diff process that
2182 sets inhibit-read-only to t when modifying the *Diff* buffer.
2183
2184 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2185
2186 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2187 insertion point and control the number of empty lines.
2188 (org-paste-subtree): Limit the number of empty lines at the end of
2189 the inserted tree.
2190 (org-agenda): Use buffer name of current file for narrowing.
2191 (org-export-as-xml): Command removed.
2192 (org-export-xml-type): Option removed.
2193 (org-mode-map): Call `org-export-as-xoxo' directly.
2194 (org-get-indentation): New optional argument LINE.
2195 (org-fix-indentation, org-remove-tabs): New functions.
2196 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2197 correct indentation for headlines that are converted it items.
2198 (org-skip-comments): Remove table lines that contain narrowing
2199 cookies but no other non-empty fields.
2200 (org-set-tags): Allow groups of mutually exclusive tags.
2201 (org-cmp-time): Sort 24:21 before items without time.
2202 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2203 (org-open-at-point): Require double colon also for numbers.
2204
2205 2006-06-06 Kim F. Storm <storm@cua.dk>
2206
2207 * ido.el (ido-default-file-method, ido-default-buffer-method):
2208 Make choice values consistent with corresponding command names.
2209 (ido-visit-buffer): Update accordingly. Default to selected-window.
2210
2211 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gud.el (gud-running): Fix doc string.
2214 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2215 (gud-tooltip-modes): Add python-mode.
2216 (gud-tooltip-print-command): Add pdb. Remove perldb.
2217
2218 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2219
2220 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2221 Quote $(EMACS).
2222
2223 2006-06-05 Richard Stallman <rms@gnu.org>
2224
2225 * faces.el (defined-colors): Doc fix.
2226
2227 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2228
2229 * vc.el (vc-process-filter): Inhibit undo info collection around
2230 call to insert.
2231 (vc-setup-buffer): Likewise for call to erase-buffer.
2232 (vc-do-command): Likewise for call to process-file.
2233
2234 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2235
2236 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2237 for gud-go.
2238 (gud-common-init): Other debuggers may trigger error.
2239
2240 2006-06-05 Kenichi Handa <handa@m17n.org>
2241
2242 * international/mule.el (find-auto-coding):
2243 Handle enable-character-translation in file header.
2244
2245 2006-06-04 Kim F. Storm <storm@cua.dk>
2246
2247 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2248 (authors-fixed-entries): Fix spelling.
2249 (authors-canonical-file-name): Don't report error for wildcards.
2250
2251 * help.el (view-emacs-news): Rewrite to support new NEWS,
2252 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2253 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2254 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2255
2256 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2257
2258 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2259 exec constructs like `foo bar`.
2260 (sh-quoted-subshell): New helper function to search for a possibly
2261 nested subshell (like `` or $()) within a "" quoted string.
2262 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2263 (sh-apply-quoted-subshell): Flag quote characters inside a
2264 subshell, which is itself already in a quoted region, as
2265 punctuation, since this is the closest to what they actually are.
2266 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2267 sh-apply-quoted-subshell.
2268 (sh-font-lock-syntactic-face-function): Apply the new face for
2269 text inside `` instead of the old font-lock-string-face.
2270
2271 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2272
2273 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2274 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2275 (mac-bytes-to-text-range, mac-ae-text-range-array)
2276 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2277 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2278 (mac-ts-unicode-for-key-event): New functions.
2279 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2280 (mac-handle-font-selection): Use mac-ae-number.
2281 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2282 New variables.
2283 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2284 (mac-ts-converted-text, mac-ts-selected-converted-text)
2285 (mac-ts-block-fill-text, mac-ts-outline-text)
2286 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2287 (mac-ts-hilite-style-faces): New constant.
2288 (mac-apple-event-map): Bind text input events.
2289 (mac-dispatch-apple-event): Use command-execute instead of
2290 call-interactively.
2291 (global-map): Don't bind mac-apple-event.
2292 (special-event-map): Bind mac-apple-event.
2293
2294 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2295
2296 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2297 file name.
2298 (emacs): Enclose the value of $(EMACS) in quotes.
2299
2300 2006-06-02 Juri Linkov <juri@jurta.org>
2301
2302 * international/mule.el (sgml-html-meta-auto-coding-function):
2303 Remove the condition `(search-forward "<html" size t)'.
2304 Replace `\"' with `[\"']?' in `re-search-forward'.
2305
2306 2006-06-02 Kenichi Handa <handa@m17n.org>
2307
2308 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2309 as well as `coding'.
2310 (hack-local-variables): Likewise.
2311
2312 * international/mule.el (enable-character-translation):
2313 Put permanent-local and safe-local-variable properties.
2314 (find-auto-coding): Handle char-trans: tag.
2315
2316 2006-06-02 Juri Linkov <juri@jurta.org>
2317
2318 * international/mule.el (sgml-html-meta-auto-coding-function):
2319 Limit the search by the end of the HTML header (if any).
2320
2321 2006-06-01 Richard Stallman <rms@gnu.org>
2322
2323 * subr.el (with-current-buffer): Doc fix.
2324
2325 2006-06-02 Masatake YAMATO <jet@gyve.org>
2326
2327 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2328 Almost rewrite. Underlines over all lines of gcov output are too
2329 uncomfortable to read. Suggested by Dan Nicolaescu.
2330
2331 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2332
2333 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2334
2335 * shell.el (shell-mode): Use shell-mode-map in docstring.
2336
2337 * comint.el (comint-send-input): Do not add help-echo and
2338 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2339
2340 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2341
2342 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2343
2344 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2345
2346 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2347 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2348 look up the stack and pop up GUD buffer if necessary.
2349 (gdb-frames-select): Remove redundant call to gud-display-frame.
2350 (gdb-info-threads-custom): Keep point at start of buffer.
2351 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2352
2353 2006-05-31 Juri Linkov <juri@jurta.org>
2354
2355 * replace.el (query-replace-read-from, query-replace-read-to):
2356 Bind `history-add-new-input' to nil. Call `add-to-history'.
2357
2358 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2359
2360 * textmodes/table.el: Convert all HTML tags to lower case for
2361 XHTML compatibility.
2362
2363 2006-05-31 Masatake YAMATO <jet@gyve.org>
2364
2365 * progmodes/compile.el:
2366 (compilation-error-regexp-alist-alist::gcov-called-line):
2367 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2368
2369 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2370
2371 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2372 Revert inadvertent changes made with last commit.
2373
2374 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2375
2376 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2377 New functions.
2378
2379 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2380
2381 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2382
2383 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2384 only matches in the right place.
2385 (org-upcoming-deadline): New face.
2386 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2387 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2388 and make it an option.
2389 (org-export-ascii-bullets): New option.
2390 (org-export-as-html): Many changes to emit valid XHTML.
2391 (org-par-open): New variable.
2392 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2393 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2394 (org-timeline): Pass `org-timeline-show-empty-dates' to
2395 `org-get-all-dates'. Interpret empty dates returned by
2396 `org-get-all-dates'.
2397 (org-get-all-dates): New argument EMPTY. Add dates without
2398 entries to the list, mark large ranges of empty dates.
2399 (org-point-in-group, org-context): New functions.
2400
2401 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2404
2405 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2406 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2407 to C-mouse-3 (for 2 button mice).
2408 (gdb-send): Do the right thing for C-d.
2409
2410 * speedbar.el (speedbar-detach): Delete.
2411 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2412 it breaks things.
2413 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2414
2415 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2416
2417 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2418 Makeppfile.
2419
2420 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2421 Add makepp diagnostic.
2422
2423 2006-05-29 Richard Stallman <rms@gnu.org>
2424
2425 * window.el (fit-window-to-buffer): Doc fix.
2426
2427 * help.el (temp-buffer-max-height): Doc fix.
2428
2429 * subr.el (with-current-buffer): Doc fix.
2430
2431 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2432
2433 * term/x-win.el: Bind F10 to menu-bar-start if available.
2434
2435 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2436
2437 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2438 uses with a simple test.
2439 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2440 (term-send-raw-string, term-send-raw, term-mouse-paste)
2441 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2442 (term-handle-exit, term-read-input-ring)
2443 (term-previous-matching-input-string)
2444 (term-previous-matching-input-string-position)
2445 (term-previous-matching-input-from-input)
2446 (term-replace-by-expanded-history, term-send-input)
2447 (term-skip-prompt, term-bol, term-send-invisible)
2448 (term-kill-input, term-delchar-or-maybe-eof)
2449 (term-backward-matching-input, term-check-source)
2450 (term-proc-query, term-emulate-terminal)
2451 (term-handle-colors-array, term-process-pager, term-pager-line)
2452 (term-pager-bob, term-unwrap-line, term-word)
2453 (term-dynamic-complete-filename)
2454 (term-dynamic-complete-as-filename)
2455 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2456 unlesses.
2457
2458 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2461 during bootstrapping.
2462
2463 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2464 Basically undo the change of 2006-05-26: use extra arguments instead of
2465 dynamic scoping.
2466 (ewoc-locate): Remove unused var `footer'.
2467
2468 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2471
2472 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2473 (generate-file-autoloads): Obey it. Return whether autoloads were
2474 added at point or not.
2475 (update-file-autoloads): Use this new return value.
2476 Remove redundant test for the presence of an autoload cookie.
2477
2478 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2479 This one calls hack-local-variables.
2480 (generate-file-autoloads, update-file-autoloads): Use it.
2481
2482 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2483 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2484 (bibtex-sort-entry-class-alist): Don't set the global value.
2485 (bibtex-init-sort-entry-class-alist): New fun.
2486 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2487 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2488 of bibtex-init-sort-entry-class.
2489
2490 2006-05-28 Richard Stallman <rms@gnu.org>
2491
2492 * subr.el (load-history-regexp): If FILE is relative, insist
2493 entire last name component must match it.
2494 (load-history-filename-element, load-history-regexp): Doc fixes.
2495
2496 2006-05-29 Kim F. Storm <storm@cua.dk>
2497
2498 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2499 `pos' and `raw-data' for clarity, as eval forms may access these.
2500
2501 2006-05-28 Kim F. Storm <storm@cua.dk>
2502
2503 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2504
2505 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * progmodes/make-mode.el (makefile-browser-map)
2508 (makefile-mode-syntax-table): Move initialization inside declaration.
2509 (makefile-fill-paragraph): Use the default comment-filling code.
2510
2511 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * replace.el (query-replace-defaults): New variable.
2514 (query-replace-read-from): Use `query-replace-defaults' for
2515 default value, instead of history list.
2516 (query-replace-read-to): Update `query-replace-defaults'.
2517
2518 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2521 with no X toolkit.
2522
2523 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2524
2525 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2526 (tumme-show-all-from-dir): Add autoload.
2527
2528 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2529
2530 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2531 (tumme-remove-tag): Fix bug.
2532
2533 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2534
2535 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2536 FOOTER args. Update unique caller.
2537 (ewoc-delete): Compute last node once before looping.
2538 (ewoc--node-branch): Merge into unique caller.
2539 (ewoc--node): Don't define constructor make-ewoc--node for this
2540 structure.
2541 (ewoc): Add member `hf-pp' to this structure.
2542 (ewoc--wrap): New func.
2543 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2544 header/footer pretty-printers. Save header/footer pretty-printer.
2545 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2546
2547 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2548
2549 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2550
2551 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2552 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2553 Tag'. Change "Compare directories..." to "Change Directories...".
2554 Move tumme commands to Operate, Regexp and Immediate menus.
2555 Change "Add Comment" to "Add Image Comment". Change "Add Image
2556 Tag" to "Add Image Tags".
2557
2558 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2559 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2560 `tumme-delete-tag'.
2561
2562 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2563
2564 * shell.el (shell-mode): Call shell-dirtrack-mode after
2565 list-buffers-directory is made a local variable, to avoid setting
2566 the default value.
2567
2568 2006-05-26 Kevin Ryde <user42@zip.com.au>
2569
2570 * info.el (Info-index-next): Use where-is-internal to report
2571 actual binding of Info-index-next, rather than hard-coded `,'.
2572
2573 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2574
2575 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2576 and "Find Command in Manual" to here.
2577
2578 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2579 Info-current-file as the file name.
2580
2581 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2582
2583 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2584 overrides will now be done a different way.
2585 (ses-set-parameter): Reapply this function for undo.
2586 (ses-set-header-row): Reconstruct header row during undo.
2587 (ses-widen): New function.
2588 (ses-goto-data, ses-reconstruct-all): Use new function.
2589 (ses-command-hook): Widen buffer during undo, before unupdating
2590 the cells.
2591 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2592 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2593 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2594 formula hasn't been executed yet.
2595
2596 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2597
2598 * comint.el (comint-kill-whole-line): Rename arg to count.
2599 Fix doc string.
2600
2601 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2602
2603 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2604 to copy-file.
2605
2606 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2607
2608 * simple.el (toggle-truncate-lines): Make arg optional for
2609 backward compatibility.
2610
2611 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2612
2613 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2614 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2615 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2616 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2617 (ewoc--adjust): Use ewoc--current-dll.
2618 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2619
2620 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2621
2622 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2623 compact error message.
2624 (org-tags-view): Refresh category table in each file.
2625 (org-table-justify-field-maybe): Remove superfluous arguments to
2626 `format'.
2627 (org-export-as-html): Insert "<p>" before postamble.
2628 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2629
2630 2006-05-26 Kenichi Handa <handa@m17n.org>
2631
2632 * textmodes/po.el (po-find-charset): Pay attention to the case
2633 FILENAME is a cons (NAME . BUFFER).
2634 (po-find-file-coding-system-guts): Likewise.
2635
2636 * arc-mode.el (archive-set-buffer-as-visiting-file):
2637 Call find-operation-coding-system with (FILENAME . BUFFER).
2638
2639 * tar-mode.el (tar-extract): Call find-operation-coding-system
2640 with (FILENAME . BUFFER).
2641
2642 * international/mule.el (decode-coding-inserted-region):
2643 Call find-operation-coding-system with (FILENAME . BUFFER).
2644
2645 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * image-mode.el (image-toggle-display): Use buffer contents to
2648 generate image for a remote file.
2649
2650 2006-05-25 Juri Linkov <juri@jurta.org>
2651
2652 * replace.el (query-replace-read-from, query-replace-read-to):
2653 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2654
2655 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2656
2657 * whitespace.el (whitespace-cleanup): Change to cleanup
2658 region if one is active.
2659 * whitespace.el (whitespace-cleanup-internal): New internal method.
2660
2661 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2662
2663 * dired.el (dired-mode-map): Add help-echo strings to tumme
2664 commands. Bind `tumme-dired-display-image' to C-t i.
2665
2666 * tumme.el (tumme-display-image): Change documentation string slightly.
2667 (tumme-dired-display-image): Add call to `display-buffer'.
2668
2669 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2670
2671 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2672 Signal error if RAW-DATA is a multibyte string.
2673
2674 2006-05-24 Richard Stallman <rms@gnu.org>
2675
2676 * subr.el (with-local-quit): When handling `quit' signal,
2677 make a chance for quit-flag to cause a quit.
2678
2679 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2680 (ad-disable-advice): Add autoloads.
2681
2682 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2683
2684 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2685
2686 * dired.el (dired-mode-map): Change menu items for tumme as per
2687 suggestions in emacs-devel.
2688
2689 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2690
2691 * dired.el (dired-mode-map): Fix breakage.
2692
2693 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2694
2695 * tumme.el (tumme-display-dired-image): Rename to...
2696 (tumme-dired-display-image): ...this.
2697 (tumme-track-movement): Change default value to t.
2698 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2699 used from `tumme-next-line-and-display' and similar commands.
2700
2701 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2702 Immediate menu. Add some tumme commands there.
2703
2704 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2705
2706 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2707
2708 2006-05-24 Chong Yidong <cyd@mit.edu>
2709
2710 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2711 menu entries that open submenus.
2712
2713 2006-05-24 Alan Mackenzie <acm@muc.de>
2714
2715 * startup.el (command-line): For names of preloaded files, don't
2716 append ".elc" (now done in Fload), and call file-truename on the
2717 lisp directory.
2718
2719 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2720 match ANY loaded file with the right name, not just those in
2721 load-path. Put a regexp matching the file name into
2722 after-load-alist, rather than the name itself.
2723
2724 * subr.el: New functions load-history-regexp,
2725 load-history-filename-element, do-after-load-evaluation.
2726
2727 * international/mule.el (load-with-code-conversion): Do the
2728 eval-after-load stuff by calling do-after-load-evaluation.
2729
2730 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2733 has not been killed.
2734
2735 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2736
2737 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2738 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2739 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2740 Optionally set error message in reply.
2741
2742 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2743
2744 * textmodes/org.el (org-open-at-point): Use renamed variable
2745 `org-confirm-shell-link-function'.
2746 (org-confirm-shell-link-function): Rename from
2747 `org-confirm-shell-links'.
2748 (org-export-directory): New function.
2749 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2750 (org-export-icalendar): Use `org-export-directory'.
2751 (org-indent-item): Keep cursor position.
2752 (org-link-file-path-type): New option.
2753 (org-export-as-html): Fix bug with plain lists starting in
2754 column 0.
2755 (org-export-as-html): Remove deadline formatting, this happens
2756 now already in `org-html-handle-time-stamps'.
2757 (org-export-html-style): Deadline class removed.
2758 (org-insert-labeled-timestamps-at-point): New option.
2759 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2760 of `hide-sublevels 1', in case the first headline is not level 1.
2761 (org-overview, org-content): New fuction.
2762 (org-cycle-global-status, org-cycle-subtree-status): Make these
2763 variables buffer-local.
2764 (org-global-cycle): New command.
2765 (org-shifttab): Use `org-global-cycle'.
2766 (org-insert-heading, org-insert-item): Go to end of new
2767 headline/item after creating it.
2768 (org-export-visible): Rename from `org-export-copy-visible'.
2769 Now creates a temporary org-file and applies an exporting command
2770 to it.
2771 (org-table-eval-formula): Support for lisp forms.
2772 (org-agenda-todo-ignore-scheduled): New option.
2773 (org-agenda-get-todos): Use new option
2774 `org-agenda-todo-ignore-scheduled'.
2775 (org-export-html-inline-images): New value `maybe'.
2776 (org-export-as-html): Inlining of images dependent on link description.
2777 (org-archive-subtree): Check for end-of-buffer before trying
2778 `kill-line'.
2779 (org-agenda-follow-mode): New option.
2780 (org-export-with-tags, org-export-with-timestamps): New options.
2781 (org-html-handle-time-stamps): New function.
2782 (org-keyword-time-regexp): New variable.
2783 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2784 (org-agenda-todo-list-sublevels): New option.
2785 (org-html-level-start): When TITLE is nil, just close all levels.
2786 (org-parse-key-lines, org-parse-export-options): Remove functions,
2787 replaced by `org-infile-export-plist'.
2788 (org-combine-plists, org-infile-export-plist)
2789 (org-default-export-plist): New functions.
2790 (org-export-html-preamble, org-export-html-postamble)
2791 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2792 New variables.
2793 (org-export-publishing-directory): New option.
2794 (org-export-as-html, org-export-as-ascii): Use the new property
2795 lists for settings.
2796 (org-export-copy-visible, org-export-as-xoxo):
2797 Respect `org-export-publishing-directory'.
2798 (org-link-search, org-store-link, org-file-apps): Support for
2799 links to BibTeX database entries..
2800 (org-get-current-options, org-set-regexps-and-options):
2801 Implement logging as a startup option.
2802 (org-store-link): Make sure context string is never empty
2803 (org-insert-link): Use relative path when possible.
2804 (org-at-item-checklet-p): New function.
2805 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2806 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2807 (org-metaright, org-metaup, org-metadown, org-shiftup)
2808 (org-shiftdown, org-shiftright, org-shiftleft)
2809 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2810 Dispatch using `call-interactively'.
2811 (org-call-with-arg): New defsubst.
2812 (org-tag-alist, org-use-fast-tag-selection): New options.
2813 (org-complete): Use `org-tag-alist'.
2814 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2815 (org-next-item, org-previous-item): New commands.
2816 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2817 make command.
2818 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2819
2820 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2821
2822 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2823 (ewoc-filter): Use `ewoc-delete'.
2824
2825 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2826
2827 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2830 Signal more user-friendly error messages.
2831
2832 * complete.el (PC-do-completion): Undo the addition of implicit
2833 wildcards if they did not lead to finding any match.
2834 (read-file-name-internal): Don't add the final > if the completion is
2835 not finished.
2836
2837 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2838
2839 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2840 Quote safe-local-variable predicate.
2841
2842 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2843
2844 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2845
2846 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2847
2848 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2849
2850 * progmodes/make-mode.el (makefile-special-targets-list)
2851 (makefile-macro-table, makefile-target-table): Mark as risky.
2852 (makefile-query-one-target-method): Make this the alias for the
2853 following variable.
2854 (makefile-query-one-target-method-function): Make this the real name.
2855
2856 * textmodes/artist.el (artist-text-renderer): Make this the alias
2857 for the following variable.
2858 (artist-text-renderer-function): Make this the real name.
2859
2860 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2861 the alias for the following variable.
2862 (flyspell-generic-check-word-predicate): Make this the real name.
2863
2864 * textmodes/ispell.el (ispell-format-word): Make this the alias
2865 for the following variable.
2866 (ispell-format-word-function): Make this the real name.
2867 (ispell-message-text-end): Mark as risky.
2868
2869 * skeleton.el (skeleton-transformation, skeleton-filter)
2870 (skeleton-pair-filter): Make these the aliases for the following
2871 variables.
2872 (skeleton-transformation-function, skeleton-filter-function)
2873 (skeleton-pair-filter-function): Make these the real names.
2874
2875 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2876 and skeleton-pair-filter-function.
2877
2878 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2879 alias for the following variable.
2880 (sgml-transformation-function): Make this the real name.
2881 (sgml-tag-alist): Mark as risky.
2882
2883 2006-05-21 Richard Stallman <rms@gnu.org>
2884
2885 * simple.el (kill-region): Interactively, pass point, then mark.
2886
2887 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2888
2889 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2890
2891 2006-05-21 Romain Francoise <romain@orebokech.com>
2892
2893 * dired-x.el (dired-mode-map): Don't bind M-g.
2894
2895 2006-05-20 Richard Stallman <rms@gnu.org>
2896
2897 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2898 (dired-goto-file): Doc fix.
2899
2900 2006-05-21 Kim F. Storm <storm@cua.dk>
2901
2902 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2903 way to enable built-in cua-mode if user loads older CUA-mode package.
2904
2905 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2906 if default-filename is specified.
2907
2908 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2909
2910 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2911
2912 * info.el (info-apropos): Make sure current-file and current-node
2913 have non-nil values. Speed up by using add-to-list instead of
2914 manual consing.
2915
2916 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2917
2918 * progmodes/make-mode.el (makefile-mode): Doc fix.
2919
2920 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2921
2922 * dired-aux.el (dired-do-shell-command): Doc fix.
2923
2924 2006-05-20 Kevin Ryde <user42@zip.com.au>
2925
2926 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2927 ``(custom-manual :tag "Foo" "(foo)Node")''.
2928
2929 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2930
2931 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2932 value is an integer.
2933
2934 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2935
2936 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2937 "format".
2938 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2939
2940 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2941
2942 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2943 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2944
2945 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2948 regexp for keywords.
2949
2950 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2951
2952 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2953 replace-regexp-in-string.
2954
2955 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2956 encode, and escape file name on conversion to URL.
2957
2958 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2959
2960 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2961 Don't unescape URL.
2962 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2963
2964 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2965 on conversion to URLs.
2966
2967 * net/browse-url.el (browse-url-file-url): Encode file name on
2968 conversion to URL.
2969
2970 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2971 conversion to URL.
2972
2973 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2974
2975 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2976
2977 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2978
2979 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2980 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2981
2982 2006-05-19 Glenn Morris <rgm@gnu.org>
2983
2984 * calendar/diary-lib.el (diary-bahai-date)
2985 (list-bahai-diary-entries, mark-bahai-diary-entries)
2986 (mark-bahai-calendar-date-pattern): Not interactive.
2987 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2988 (diary-entries-list): Change format of 4th element in each entry.
2989 (diary-list-entries): Use add-to-diary-list.
2990 (diary-goto-entry): Handle the case where the buffer visiting the
2991 diary has been killed.
2992 (fancy-diary-display): Add 'locator to button rather than 'marker.
2993 Only generate temp-face when there are marks to apply.
2994 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2995 (diary-fancy-date-pattern): New variable.
2996 (diary-time-regexp): Doc fix.
2997 (diary-anniversary, diary-time): New faces.
2998 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2999 diary-time-regexp. Add font-lock-multiline property where needed.
3000 Use new faces diary-anniversary and diary-time.
3001 (diary-fancy-font-lock-fontify-region-function): New function, to
3002 handle multiline font-lock pattern in fancy diary.
3003 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3004 (diary-font-lock-keywords): Tweak time regexp. Use new face
3005 diary-time.
3006
3007 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3008
3009 * international/code-pages.el (mik): Table corrected.
3010
3011 2006-05-18 Kim F. Storm <storm@cua.dk>
3012
3013 * progmodes/grep.el (grep-find): Don't check grep-find-command
3014 before running command (breaks non-interactive usage).
3015
3016 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3017
3018 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3019 (ewoc--insert-new-node): Don't insert trailing newline.
3020 Instead, adjust successor nodes's start markers.
3021 (ewoc--refresh-node): Delete all text from current node's start
3022 marker to the next one's; adjust successor nodes's start markers.
3023 (ewoc--create): Doc fixes.
3024 (ewoc--refresh): Don't insert newline.
3025 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3026 * pcvs.el (cvs-make-cvs-buffer):
3027 Specify extra newline for ewoc's header and footer.
3028 (cvs-update-header): Update initial header recognition.
3029 Append newline to final header and footer values.
3030 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3031
3032 2006-05-17 Richard Stallman <rms@gnu.org>
3033
3034 * files.el (file-name-extension): Doc fix.
3035
3036 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3039 we can explicitly enable/disable rather than toggle.
3040 (shell-mode): Use it.
3041 (shell-cd): Don't try to reproduce what `cd' does.
3042
3043 2006-05-17 Kim F. Storm <storm@cua.dk>
3044
3045 * ido.el (ido-read-internal): Use only nondirectory part of
3046 default item.
3047
3048 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3049
3050 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3051 (ewoc-nth): Doc fix.
3052
3053 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3054
3055 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3056
3057 * international/mule.el (auto-coding-alist): Add .lha to files
3058 read with no-conversion.
3059
3060 * files.el (auto-mode-alist): Add .lha files to archive file
3061 extensions.
3062
3063 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3064 Convert csize to integer when computing offsets within the
3065 compressed archive file.
3066
3067 2006-05-16 Kim F. Storm <storm@cua.dk>
3068
3069 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3070 with read-from-minibuffer.
3071
3072 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3073
3074 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3075 (byte-compile-warnings): Fix safe-local-variable property.
3076
3077 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3078
3079 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3080 (allout-stylish-prefixes, allout-numbered-bullet)
3081 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3082 predicates to qualify `safe-local-variable' property, when
3083 available, else use equivalent lambda.
3084 (allout-current-topic-collapsed-p): Do the right thing regarding
3085 trailing blank lines.
3086
3087 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * server.el (server-start): Only create a directory if needed.
3090 (server-edit, server-unload-hook): server-start => server-mode.
3091 (kill-emacs-hook): Cleanup upon exit.
3092
3093 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * hexl.el (hexlify-buffer): Encode process arguments manually.
3096
3097 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3098
3099 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3100 call to gdb-tooltip-print.
3101
3102 2006-05-15 Romain Francoise <romain@orebokech.com>
3103
3104 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3105 systems, default to "tar" since those systems probably have GNU tar.
3106
3107 2006-05-14 Lars Hansen <larsh@soem.dk>
3108
3109 * desktop.el (desktop-missing-file-warning): Fix docstring.
3110 (desktop-restore-file-buffer): Correct question asked on missing file.
3111
3112 2006-05-14 Kim F. Storm <storm@cua.dk>
3113
3114 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3115 Add CUA move property.
3116
3117 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * custom.el (custom-push-theme): Load the variable before checking
3120 its `standard-value'.
3121
3122 2006-05-13 Lars Hansen <larsh@soem.dk>
3123
3124 * desktop.el (desktop-save): Use with-temp-buffer.
3125
3126 2006-05-12 Glenn Morris <rgm@gnu.org>
3127
3128 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3129 * calendar/calendar.el (calendar-mode-map):
3130 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3131 * calendar/appt.el (appt-check, appt-make-list): Refer to
3132 diary-view-entries, diary-list-entries, diary-show-all-entries
3133 rather than obsolete aliases.
3134
3135 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * simple.el (line-move-finish): Avoid calling point motion hooks
3138 while processing intangibility.
3139
3140 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3141
3142 * term/xterm.el (terminal-init-xterm): Fix typo.
3143
3144 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
3145
3146 * allout.el (allout-view-change-hook): Mark as being deprecated,
3147 to be replaced by `allout-exposure-change-hook'.
3148 (allout-exposure-change-hook): New, replacing
3149 `allout-view-change-hook'.
3150 (allout-flag-region): Run new hook `allout-exposure-change-hook',
3151 in addition to `allout-view-change-hook'.
3152 (allout-show-bodies, allout-old-style-prefixes)
3153 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3154 lambda forms to prevent their showing up in variable help
3155 presentations as inscrutable byte-compiled code.
3156 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3157 Use string-or-null-p to qualify safe-local-variable values.
3158 (allout-reindent-bodies): Use memq to qualify matches against
3159 valid safe-local-variable values. Also, quote the lambda as above.
3160 (allout-use-mode-specific-leader): Add missing candidate-value
3161 symbols, use memq, and quote the lambda.
3162 (allout-overlay-interior-modification-handler): Remove unused
3163 variables `msg' and 'opened'.
3164 (allout-hidden-p): Constrain invisibility consideration to allout's
3165 invisibility spec, disregarding invisibility for other reasons.
3166
3167 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * files.el (version-control): Correct safe values.
3170
3171 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3172
3173 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3174
3175 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3176 (ewoc--insert-new-node): New func.
3177 Update callers of deleted funcs to use it, instead.
3178
3179 2006-05-11 Glenn Morris <rgm@gnu.org>
3180
3181 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3182 obsolete alias `show-all-diary-entries'.
3183 (make-diary-entry): Not interactive.
3184 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3185 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3186 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3187 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3188 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3189 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3190
3191 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3192
3193 * calendar/calendar.el (calendar-french-date-string)
3194 (calendar-mayan-date-string, calendar-chinese-date-string)
3195 (calendar-astro-date-string, calendar-iso-date-string)
3196 (calendar-islamic-date-string, calendar-bahai-date-string)
3197 (calendar-hebrew-date-string, calendar-coptic-date-string)
3198 (calendar-ethiopic-date-string, calendar-persian-date-string):
3199 These functions are not interactive.
3200
3201 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3202
3203 * files.el: Balance parentheses.
3204
3205 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3206
3207 * files.el, newcomment.el, outline.el, simple.el,
3208 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3209 progmodes/cc-vars.el, progmodes/compile.el:
3210 Move `safe-local-variable' declarations to the respective files.
3211
3212 * help-fns.el (describe-variable): Don't print safe-var if it is
3213 byte-code. Improve wording as suggested by Luc Teirlinck.
3214
3215 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3218 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3219 Use a token for pending-triggers to ensure gdb-var-update
3220 gets called once per user input again for pre-GDB 6.4.
3221 (gdb-var-delete): Match on more complex expressions.
3222 (gdb-var-list-children-handler, gdb-var-create-handler):
3223 Use a token for consistency.
3224
3225 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3226
3227 * textmodes/org.el (org-read-date, org-goto-calendar)
3228 (org-agenda-goto-calendar):
3229 Bind `view-calendar-holidays-initially' to nil.
3230
3231 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3232
3233 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3234 Update all callers to do it there, instead.
3235
3236 2006-05-10 Glenn Morris <rgm@gnu.org>
3237
3238 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3239 prefix arg case, to avoid view-diary-entries-initially error.
3240 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3241 (calendar-date-is-legal-p): Handle dates with no day part.
3242
3243 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3244
3245 * comint.el (comint-insert-input): Just make it when
3246 comint-use-prompt regexp is nil (default) and with the mouse.
3247 (comint-copy-old-input): Reinstate from 2004-06-23.
3248 (comint-mode-map): Bind C-c C-m to it.
3249
3250 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3251
3252 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3253 Remove spurious move to point-max (new comint behavior fixes).
3254
3255 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3256 compatibility function (Emacs 18/19).
3257 (idlwave-is-continuation-line): Always return point at start of
3258 previous non-blank continuation line.
3259 `keyword-parameters': Fix continued comment font-lock matcher.
3260 (idlwave-font-lock-fontify-region): Written, use as
3261 font-lock-fontify-region-function, to fix continued keyword
3262 fontification issues.
3263
3264 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3265
3266 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3267 (mac-service-selection, mac-service-open-file)
3268 (mac-service-open-selection, mac-service-mail-selection)
3269 (mac-service-mail-to, mac-service-insert-text): Rename from
3270 mac-services-*. All uses changed.
3271 (mac-apple-event-map): Rename event symbol `services' to `service'.
3272
3273 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3274
3275 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3276 (ewoc--node-enter-first, ewoc--node-enter-last)
3277 (ewoc--delete-node-internal): Merge funcs into unique callers.
3278
3279 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3282 return value of read-from-minibuffer for empty input.
3283
3284 2006-05-09 Miles Bader <miles@gnu.org>
3285
3286 * comint.el (comint-insert-input): Remove redundant calls to setq
3287 and goto-char.
3288
3289 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * comint.el (comint-insert-input): Make it work when
3292 comint-use-prompt-regexp is t.
3293
3294 2006-05-10 Miles Bader <miles@gnu.org>
3295
3296 * subr.el (field-at-pos): New function.
3297
3298 * comint.el (comint-insert-input): Use it.
3299
3300 2006-05-09 Juri Linkov <juri@jurta.org>
3301
3302 * battery.el (battery-linux-proc-acpi): Also try
3303 `/proc/acpi/thermal_zone/THR2/temperature'.
3304
3305 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3306 for now unused lambda `string-or-null'.
3307
3308 * add-log.el (change-log-default-name): Put `string-or-null-p'
3309 instead of lambda on `safe-local-variable' property.
3310
3311 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3312 `region-end' instead of `mark' and `point'.
3313 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3314 Operate on region in Transient Mark mode when the mark is active.
3315 Use `region-beginning' and `region-end' instead of `mark' and
3316 `point'.
3317 (diff-hunk-text, diff-goto-source): Doc fix.
3318
3319 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3320 face `mode-line-buffer-id' for mode-line buffer face instead of
3321 hard-coded `(:weight bold)'.
3322
3323 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3324 buffer-undo-list to t (undo-ask is reproducible by visiting
3325 nested archives).
3326
3327 2006-05-09 Kim F. Storm <storm@cua.dk>
3328
3329 * progmodes/grep.el (rgrep): Set default directory of *grep*
3330 buffer if we start M-x rgrep in the *grep* buffer and choose
3331 a different base directory.
3332
3333 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3334
3335 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3336 completion also when ido is loaded.
3337
3338 2006-05-09 Masatake YAMATO <jet@gyve.org>
3339
3340 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3341 "warning" and "import".
3342 (cpp-font-lock-keywords): Added "warning".
3343
3344 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3345
3346 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3347
3348 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3351 pages at a time, if we signal the end, we should indeed reach that end.
3352
3353 2006-05-08 David Reitter <david.reitter@gmail.com>
3354
3355 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3356 output during execution of the body.
3357
3358 2006-05-08 Kim F. Storm <storm@cua.dk>
3359
3360 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3361
3362 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3363
3364 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3365 Use with-current-buffer.
3366
3367 2006-05-07 Kim F. Storm <storm@cua.dk>
3368
3369 * subr.el (add-to-history): Remove keep-dups arg.
3370
3371 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3372 to nil around call to add-to-history.
3373
3374 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3377 than after a buffer modification.
3378
3379 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3382 call to...
3383 (gud-watch): ...here so speedbar is raised for already watched
3384 expressions.
3385 (gdb-speedbar-refresh): Delete function.
3386 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3387 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3388 earlier change).
3389 (gdb-var-evaluate-expression-handler)
3390 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3391
3392 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3393 Update localized contents for all buffers except ignored modes.
3394
3395 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3396
3397 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3398 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3399 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3400 (mac-handle-font-panel-closed, mac-handle-font-selection):
3401 New functions.
3402 (mac-font-panel-mode): New minor mode.
3403 (mac-apple-event-map): Add bindings for toolbar toggle button and
3404 font panel.
3405 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3406
3407 2006-05-07 John Paul Wallington <jpw@pobox.com>
3408
3409 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3410 Avoid `regexp-opt'; simplify regexp for readability.
3411
3412 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3413
3414 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3415 * files.el (buffer-stale-function):
3416 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3417 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3418 links to the main manual, not to emacs-xtra.
3419
3420 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3421
3422 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3423 MacJapanese if text is ASCII-only.
3424
3425 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3428 unless so nil isn't returned.
3429 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3430
3431 2006-05-06 Kim F. Storm <storm@cua.dk>
3432
3433 * subr.el (add-to-history): New function.
3434
3435 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3436 (ediff-merge-files-with-ancestor):
3437 * env.el (setenv):
3438 * isearch.el (isearch-update-ring):
3439 * server.el (server-visit-files):
3440 * progmodes/grep.el (lgrep, rgrep):
3441 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3442 * progmodes/xscheme.el (xscheme-insert-expression):
3443 Use add-to-history.
3444
3445 * kmacro.el (kmacro-push-ring): Use add-to-history.
3446 (kmacro-ring-length): Remove unused defun.
3447 (kmacro-start-macro): Use kmacro-push-ring.
3448
3449 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3450
3451 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3452 directly instead of a lambda expression that calls it.
3453
3454 2006-05-06 Kim F. Storm <storm@cua.dk>
3455
3456 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3457 instead of compute-motion.
3458
3459 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3460
3461 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3462 change.
3463
3464 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3465
3466 * startup.el (command-line-1): Refer to "Pure Storage" on
3467 pure-space-overflow.
3468
3469 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3470
3471 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3472 provided faces once they all have been used up.
3473
3474 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3475
3476 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3477 reference to the Lisp manual to the warning about pure space
3478 overflow.
3479
3480 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3481
3482 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3483 argument to avoid the call to `ispell-internal-change-dictionary'
3484 when not needed.
3485 (ispell-change-dictionary): Use this argument and call
3486 `ispell-internal-change-dictionary' after the possible change
3487 to `ispell-local-dictionary'.
3488 (ispell-internal-change-dictionary): Check for a change in
3489 personal dictionary use too.
3490
3491 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3492
3493 * startup.el (command-line): On MS-Windows, probe "~", not
3494 "~USER", for warning about non-existent home directory
3495
3496 * arc-mode.el (archive-l-e): New optional argument `float' means
3497 generate a float value.
3498 (archive-arc-summarize, archive-lzh-summarize)
3499 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3500 with 3rd argument non-nil when file's size is being computed.
3501 Format the file sizes with %8.0f instead of %8d.
3502
3503 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3504
3505 * cus-start.el (all): Add mac-dnd-known-types.
3506
3507 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3508 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3509 (mac-TIFF-to-string): New functions.
3510 (x-get-selection, x-selection-value)
3511 (mac-select-convert-to-string): Use them.
3512 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3513 (mac-dnd-types-alist): New customization variable.
3514 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3515 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3516 (mac-dnd-handle-drag-n-drop-event): New functions.
3517 (mac-drag-n-drop): Remove function.
3518 (global-map): Bind drag-n-drop and M-drag-n-drop to
3519 mac-dnd-handle-drag-n-drop-event.
3520
3521 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3522
3523 * progmodes/perl-mode.el (perl-beginning-of-function):
3524 Skip anonymous subs.
3525
3526 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3529 regexp-opt at run time.
3530
3531 * term.el (term-handle-ansi-escape): Fix off by one error.
3532
3533 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3534
3535 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3536 (gdb-init-1, gdb-post-prompt): ...and references to it.
3537 (gdb-frame-handler): Strip directory name from filename if present.
3538
3539 * progmodes/gud.el (gdb-force-update): Delete defvar
3540 (gud-speedbar-buttons): ...and references to it. Use window-start
3541 to try to keep positon in watch expression.
3542
3543 2006-05-03 Richard Stallman <rms@gnu.org>
3544
3545 * simple.el (next-history-element, previous-history-element): Doc fix.
3546
3547 * isearch.el (isearch-update-ring): Doc fix.
3548
3549 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3552 into consideration. Replace one arm ifs with whens.
3553
3554 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3557 (menu): Fix typo.
3558
3559 2006-05-02 Miles Bader <miles@gnu.org>
3560
3561 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3562
3563 2006-05-02 Jay Belanger <belanger@truman.edu>
3564
3565 * calc/calc-embed.el (calc-override-minor-modes-map)
3566 (calc-override-minor-modes): New variables.
3567 (calc-do-embedded): Make sure that Calc keystrokes aren't
3568 overwritten by minor modes.
3569
3570 2006-05-02 Chong Yidong <cyd@mit.edu>
3571
3572 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3573
3574 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3575
3576 * startup.el (command-line-1): Refer to Lisp manual when
3577 pure-space-overflow occurs.
3578
3579 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3580 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3581 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3582 (version-control): Don't use `t' for safe-local-variable declarations.
3583
3584 2006-05-01 Richard Stallman <rms@gnu.org>
3585
3586 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3587 M-r, M-R, M-A, M-SPC or M-DEL.
3588 (diff-mode-map): diff-refine-hunk now on C-c C-w
3589 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3590
3591 * help-mode.el (help-mode): view-exit-action calls delete-window
3592 only when it is safe and possible.
3593
3594 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3595 in messages.
3596
3597 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3598
3599 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3600 in the default tool-bar-map.
3601
3602 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3603
3604 * net/tramp.el (tramp-completion-file-name-handler-alist)
3605 (tramp-run-real-handler, tramp-completion-run-real-handler)
3606 (tramp-completion-handle-file-name-all-completions)
3607 (tramp-completion-handle-file-name-completion): Autoload them.
3608 (tramp-completion-handle-file-exists-p)
3609 (tramp-completion-handle-file-name-directory)
3610 (tramp-completion-handle-file-name-nondirectory)
3611 (tramp-completion-handle-expand-file-name): Remove them.
3612 (tramp-handle-file-name-directory): Return the real directory name.
3613 Returning "/" only doesn't need to be necessary any longer.
3614 (tramp-file-name-handler): Make special attention when in hostname
3615 completion mode.
3616 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3617 (tramp-register-file-name-handlers):
3618 Register `tramp-completion-file-name-handler' only when
3619 `partial-completion-mode' is enabled.
3620 (tramp-completion-handle-file-name-all-completions):
3621 Delete directory part from results.
3622 (tramp-get-completion-methods, tramp-get-completion-user-host):
3623 Discard deleting "/", it doesn't work after the change of
3624 `tramp-handle-file-name-directory' above.
3625
3626 2006-05-01 Kim F. Storm <storm@cua.dk>
3627
3628 * progmodes/grep.el (grep-expand-template): Use save-match-data
3629 and symbol-value.
3630
3631 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3632
3633 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3634 Use select-frame-set-input-focus instead of raise-frame.
3635 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3636
3637 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3638
3639 * progmodes/gud.el (gud-def): Add %c case.
3640 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3641 (gud-format-command): Make match case sensitive. Match on %F.
3642
3643 2006-04-30 Glenn Morris <rgm@gnu.org>
3644
3645 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3646 (cal-tex-preamble): Use cal-tex-preamble-extra.
3647 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3648 than alias `list-diary-entries'.
3649
3650 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3651
3652 * help-fns.el (describe-variable): Add info about safe local variables.
3653
3654 2006-04-29 Richard Stallman <rms@gnu.org>
3655
3656 * bindings.el (mode-line-format): help-echo doc fixes.
3657
3658 * net/tramp.el (tramp-file-name-handler-alist): Delete
3659 expand-file-name and other operations that can cause spurious loading.
3660
3661 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * files.el (safe-local-variable-p): Remove support for the special
3664 value t.
3665
3666 * textmodes/paragraphs.el (sentence-end-without-space):
3667 Fix safety predicate.
3668 (sentence-end-double-space, sentence-end-without-period)
3669 (paragraph-ignore-fill-prefix):
3670 * textmodes/fill.el (colon-double-space):
3671 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3672
3673 * subr.el (booleanp): New fun.
3674
3675 * textmodes/reftex-vars.el (reftex-guess-label-type):
3676 Tighten the safety predicate.
3677
3678 2006-04-28 Kim F. Storm <storm@cua.dk>
3679
3680 * progmodes/grep.el (defgroup grep): Doc fix.
3681 (grep-auto-highlight): Remove.
3682 (grep-template): New defcustom.
3683 (grep-find-template): Rename from grep-tree-template.
3684 (grep-files-aliases): Rename from grep-tree-files-aliases.
3685 Remove "all" alias, add "l" alias.
3686 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3687 (grep-find-ignored-directories): New defcustom to replace
3688 grep-tree-ignore-CVS-directories, to facilitate ignoring
3689 subdirectories for multiple version control systems.
3690 (grep-mode-map): Add Recursive grep item to GREP menu.
3691 (grep-regexp-history, grep-files-history): New defvars.
3692 (grep-probe): New helper function.
3693 (grep-compute-defaults): Use it to simplify code.
3694 Adapt to name changes.
3695 Use `.' as base in grep-find-template rather than <D>.
3696 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3697 Call grep-compute-defaults unconditionally.
3698 (grep-expand-keywords): New defconst.
3699 (grep-expand-template): Rename from grep-expand-command-macros.
3700 Simplify via grep-expand-keywords. Look at case-fold-search instead
3701 of grep-tree-ignore-case to add -i option.
3702 Bind case-fold-search to nil while matching keywords.
3703 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3704 (grep-read-regexp, grep-read-files): New helper functions.
3705 (rgrep): Rename from grep-tree. Rework to use proper histories.
3706 Adapt to changes in defcustoms and functions above.
3707 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3708
3709 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3710
3711 * net/tramp.el (tramp-completion-file-name-handler):
3712 Disable Tramp's functionality while loading Tramp itself.
3713 (tramp-register-file-name-handlers): That's a defsubst now.
3714 Code from `tramp-repair-jka-compr' moved here. Apply it via
3715 `after-init-hook'.
3716 (tramp-repair-jka-compr): Remove.
3717
3718 2006-04-27 Jay Belanger <belanger@truman.edu>
3719
3720 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3721 read expression when `math-read-big-expr' doesn't work.
3722
3723 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3724
3725 * startup.el (command-line-1): Display warning when
3726 pure-space-overflow is non-nil.
3727
3728 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3729
3730 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3731 risky.
3732
3733 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3734
3735 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3736 Return the URL or nil if none can be generated.
3737
3738 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3739
3740 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3741 byte compiler warnings.
3742 (gud-basic-call, gud-find-expr): Let user select an expression
3743 for printing. Print expression as well as value in GUD buffer.
3744
3745 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3746
3747 * allout.el: Remove local autoload declaration for
3748 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3749 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3750 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3751 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3752 (allout-stylish-prefixes, allout-numbered-bullet)
3753 (allout-file-xref-bullet, allout-presentation-padding)
3754 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3755 safe-local-variable with suitable value spec, and add autoload
3756 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3757 (move-beginning-of-line, move-end-of-line): Repair so these compat
3758 functions now actually resituate the point, when appropriate.
3759
3760 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3763
3764 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3765 (add-log-iso8601-time-string): Fix call to format-time-string.
3766
3767 2006-04-26 Kim F. Storm <storm@cua.dk>
3768
3769 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3770
3771 2006-04-26 Masatake YAMATO <jet@gyve.org>
3772
3773 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3774 Add support for "//" style comments. Remove `b' flag
3775 from ?* in `asm-mode-syntax-table'.
3776
3777 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * follow.el: Use (featurep 'xemacs) everywhere.
3780 (follow-mode): Use define-minor-mode.
3781 (follow-mode-map): Move initialization into the declaration.
3782 Use command remapping.
3783 (follow-emacs-version-xemacs-p): Remove.
3784 (follow-submit-feedback): Remove.
3785
3786 * allout.el (allout-layout, allout-passphrase-verifier-string)
3787 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3788
3789 * textmodes/reftex-vars.el (reftex-vref-is-default)
3790 (reftex-fref-is-default, reftex-guess-label-type):
3791 Tighten up a bit the safety predicate.
3792
3793 * textmodes/paragraphs.el (sentence-end-double-space)
3794 (sentence-end-without-period, sentence-end-without-space)
3795 (page-delimiter, paragraph-ignore-fill-prefix):
3796 Tighten up a bit the safety predicate.
3797
3798 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3799
3800 * progmodes/python.el (python-continuation-line-p)
3801 (python-beginning-of-statement): syntax-ppss may return
3802 a negative depth.
3803 (python-mode): Don't forcefully enable font-lock.
3804
3805 * time-stamp.el (time-stamp-start, time-stamp-end)
3806 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3807
3808 * add-log.el: Remove spurious * in docstrings.
3809 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3810 (add-change-log-entry): Use it here, since it's not specific
3811 to iso8601.
3812 (add-log-iso8601-time-string): Don't use it here any more.
3813 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3814
3815 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3816
3817 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3818
3819 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3820 (rcirc-toggle-low-priority): Doc fix.
3821 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3822 ChanServ regexp.
3823 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3824 #emacs.
3825 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3826 (rcirc-decode-coding-system): Use utf-8 as the default.
3827 (rcirc-multiline-minor-mode): Set the fill-column.
3828 (rcirc-format-response-string): Display bright and dim nicks.
3829 (rcirc-browse-url): Update interactive spec to fill ARG.
3830 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3831 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3832
3833 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3834
3835 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3836 case for @Article, etc.
3837
3838 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3841 Added with autoload cookie.
3842 (tramp-unload-file-name-handlers): Rename from
3843 `tramp-unload-file-name-handler-alist'.
3844
3845 2006-04-23 Romain Francoise <romain@orebokech.com>
3846
3847 * comint.el (comint-match-partial-filename): Doc fix.
3848
3849 2006-04-21 Glenn Morris <rgm@gnu.org>
3850
3851 * calendar/cal-menu.el (calendar-mode-map): Refer to
3852 `diary-view-entries' rather than alias `view-diary-entries'.
3853 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3854
3855 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * progmodes/antlr-mode.el (antlr-default):
3858 * cus-edit.el (custom-documentation):
3859 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3860 in defface.
3861
3862 2006-04-21 Kim F. Storm <storm@cua.dk>
3863
3864 * image.el (image-type): New defun split out of create-image.
3865 (create-image): Use it.
3866
3867 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3868
3869 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3870 (org-open-at-point): Remove the "...done" message to keep output
3871 in the echo area visible.
3872 (org-export-as-xoxo): Fix call to `indent-region'.
3873
3874 2006-04-21 Kevin Ryde <user42@zip.com.au>
3875
3876 * international/mule.el (keyboard-coding-system): defcustom
3877 info-link fixes: "Specify Coding" has been split, keyboard now in
3878 "Terminal Coding", and "Single-Byte Character Support" is now
3879 "Unibyte Mode".
3880
3881 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3884 Use font-lock-warning-face for any errors e.g. no stack.
3885 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3886
3887 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 * progmodes/sh-script.el (sh-shell): Mark as safe.
3890
3891 * newcomment.el (comment-start, comment-start-skip)
3892 (comment-end-skip, comment-end): Mark as safe.
3893
3894 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3895
3896 * textmodes/org.el (org-deadline-announce): Face removed.
3897 (org-level-faces, org-n-levels): Convert to constant.
3898 (org-compatible-face): New function.
3899 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3900 (org-level-5, org-level-6, org-level-7, org-level-8)
3901 (org-special-keyword, org-warning, org-headline-done, org-link)
3902 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3903 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3904 Face definition revised for better color tty support.
3905 (org-bold-re, org-italic-re, org-underline-re): New constants.
3906 (org-set-font-lock-defaults): Use the new constants.
3907 (org-agenda-highlight-todo): New function.
3908 (org-agenda-todo): Fix bug with point at end of line.
3909 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3910 Fontify TODO keywords.
3911 (org-insert-link): Preserve relative path in ../ links.
3912 (org-export-as-html): Convert links pointing to .org files into
3913 links that will work beteen the exported HTML files.
3914 (org-todo-list): Fix bug when arg=0.
3915 (org-insert-heading): More fine-tuning.
3916
3917 2006-04-19 Romain Francoise <romain@orebokech.com>
3918
3919 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3920 from `rmail-mime-charset-pattern'.
3921
3922 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3923
3924 * progmodes/python.el (python-mode): Fix typo.
3925
3926 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3927
3928 * comint.el (comint-previous-input): Don't clobber input line
3929 when moving off either end of the input history ring.
3930 (comint-delete-input): New function, used by
3931 `comint-previous-input' and others.
3932 (comint-previous-matching-input):
3933 Use `coming-delete-input'. Save the partial input if leaving the
3934 edit line. Goto point-max before deleting input to avoid
3935 partial input fragments hanging around.
3936 (comint-restore-input): New function, used by `comint-previous-input'.
3937
3938 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * imenu.el (imenu--index-alist): Balance parentheses.
3941
3942 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3943
3944 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3945
3946 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3947
3948 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3949 file is nil.
3950
3951 2006-04-18 Richard Stallman <rms@gnu.org>
3952
3953 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3954
3955 * imenu.el (imenu-create-index-function, imenu--index-alist)
3956 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3957 (imenu-default-create-index-function, imenu--generic-function):
3958 Doc fixes.
3959
3960 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3961
3962 * help-mode.el (help-mode): Set view-exit-action to delete window.
3963
3964 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3965 now works by passing nil as arg.
3966
3967 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3968
3969 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3970 (read-abbrev-file): Provide default when reading filename.
3971
3972 * files.el (enable-local-variables): Allow :all as value.
3973 (hack-local-variables): Implement that value.
3974 (safe-local-variable-values, safe-local-eval-forms)
3975 (enable-local-variables): Mark as risky.
3976 (find-file-visit-truename, kept-old-versions): Mark safe.
3977
3978 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3979 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3980 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3981
3982 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3985 Use forward-line so as to get to BOL even in the presence of fields.
3986 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3987 in return.
3988 (inferior-tcl): Tell tclsh to work in interactive mode.
3989
3990 * complete.el (partial-completion-mode):
3991 Use 'choose-completion-string-functions to make sure that
3992 choose-completion fills the minibuffer properly.
3993
3994 * complete.el (PC-old-read-file-name-internal): Remove.
3995 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3996 of read-file-name-internal.
3997 (partial-completion-mode): Enable/disable this advice.
3998
3999 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4002 of 2006-04-17.
4003
4004 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * textmodes/org.el (org-insert-heading): Insert heading before
4007 current if at beginning of line.
4008 (org-todo, org-date): New faces.
4009 (org-table-align): Make sure tooltip window contains full text.
4010 (org-no-properties): New defsubst.
4011 (org-set-font-lock-defaults): Use new faces.
4012
4013 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4014
4015 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4016 for root variables.
4017
4018 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4019 (gdb-frame-address): Re-use to identify frame for watch expression.
4020 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4021 variables.
4022 (gdb-init-1, gdb-source, gdb-post-prompt)
4023 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4024 (gdb-frame-handler): Get gdb-frame-address.
4025
4026 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4027
4028 Sync with Tramp 2.0.53.
4029
4030 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4031 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
4032 (tramp-completion-file-name-handler): Add autoload cookie for
4033 adding to `file-name-handler-alist'.
4034
4035 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4036 the prompt. If it returns earlier (when detecting an error
4037 message), the rest of the output will merge accidently with the
4038 output of the next command. Reported by M Jared Finder
4039 <jared@hpalace.com>.
4040
4041 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4042 for `process-file', in order to let it work for older Emacsen too.
4043
4044 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4045
4046 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4047 (tex-font-lock-keywords-3): Use it.
4048
4049 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * newcomment.el (comment-add): New function.
4052 (comment-region-default, comment-dwim): Use it.
4053
4054 2006-04-15 Michael Olson <mwolson@gnu.org>
4055
4056 * emacs-lisp/tq.el: Improve comments.
4057 (tq-queue-head-question): New accessor function.
4058 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4059 Update for modified queue structure.
4060 (tq-queue-add): Accept `question' argument.
4061 (tq-queue-pop): If a question is pending, send it.
4062 (tq-enqueue): Accept new optional argument `delay-question'.
4063 If this is non-nil, and at least one other question is pending a
4064 response, queue the question rather than sending it immediately.
4065
4066 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4067
4068 * calendar/appt.el (appt-add): Check whether an appointment is
4069 already present in appt-time-msg-list. Simplify code.
4070
4071 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * progmodes/cc-langs.el (c-mode-menu):
4074 Don't presume c-subword-mode is bound.
4075
4076 2006-04-13 Bill Wohler <wohler@newt.com>
4077
4078 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4079 (customize-package-emacs-version): Use cdr instead of cadr now
4080 that alists use dotted pairs.
4081
4082 * custom.el (defcustom): Fix docstring for :package-version.
4083
4084 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4085
4086 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4087 (tramp-handle-shell-command): Display output buffer only when
4088 `tramp-display-shell-command-buffer' is true.
4089 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4090
4091 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4092
4093 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4094 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4095
4096 2006-04-13 Romain Francoise <romain@orebokech.com>
4097
4098 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4099 leaving temporary .cvsignore buffers behind.
4100
4101 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4102
4103 * textmodes/org.el (org-set-regexps-and-options)
4104 (org-get-current-options): Better names for the startup folding
4105 options.
4106
4107 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4108
4109 * vc.el (vc-annotate): Arrange for point to end up at the same
4110 line number as in the original, but only when using a new buffer.
4111
4112 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4113
4114 * files.el (hack-one-local-variable-eval-safep):
4115 Recognize `edebug-form-spec' for `put', but only if it passes
4116 `edebug-basic-spec'. Generalize `put' handling.
4117
4118 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4119 vetting file-local form specs.
4120
4121 * allout.el (allout-layout): Autoload its `safe-local-variable'
4122 property.
4123
4124 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4125
4126 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4127 (org-agenda-mouse-1-follows-link)
4128 (org-mouse-1-follows-link): New options.
4129 (org-format-agenda-item): Fix bug if TAGS is nil.
4130 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4131
4132 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
4133
4134 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4135 GDB 6.1+ gives full filename for "info sources" so use
4136 file-name-nondirectory.
4137
4138 2006-04-12 Romain Francoise <romain@orebokech.com>
4139
4140 * subr.el (read-passwd): Bind `message-log-max' to nil.
4141
4142 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * progmodes/perl-mode.el (perl-indent-new-calculate):
4145 Recompute parse-start after jumping backward by a whole sexp.
4146
4147 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4150 window configuration.
4151 (vc-annotate-display-select): Select the buffer so that current-buffer
4152 (and selected-window) is the output buffer at the end of vc-annotate.
4153
4154 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
4155
4156 * vc.el (vc-annotate-color-map): Add custom TTY color map for
4157 8-color terminals, to use all of the colors in a sensible order.
4158 256-color terminals work well with the standard map.
4159 (vc-annotate-lines): Only strip the first color character if it
4160 is "#", to allow for terminal-style named colors.
4161 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4162 the correct buffer is scrolled.
4163
4164 2006-04-11 Richard Stallman <rms@gnu.org>
4165
4166 * emacs-lisp/bytecomp.el (byte-compile-file):
4167 Bind enable-local-variables to :safe, and make normal-mode obey it.
4168
4169 * files.el (enable-local-variables): Allow value :safe.
4170 (normal-mode): Doc fix.
4171 (hack-local-variables): Implement enable-local-variables = :safe.
4172 (hack-local-variables-confirm): Don't prevent quitting.
4173
4174 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * loadhist.el (unload-feature): A bit of sanity check of
4177 load-history entries. Cancel timer-vars before unbinding them.
4178
4179 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4180 quote special chars, and make the trick work on the hex part of the
4181 buffer as well.
4182 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4183 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4184
4185 * startup.el (normal-splash-screen): Fix last change so we don't wait
4186 2 minutes if we don't show the splash screen.
4187
4188 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4189
4190 * textmodes/org.el (org-export-plain-list-max-depth)
4191 (org-table-spaces-around-separators)
4192 (org-radio-targets, org-activate-camels)
4193 (org-table-spaces-around-invisible-separators): Options removed.
4194 (org-time-stamp-rounding-minutes, org-remember-templates)
4195 (org-ellipsis, org-activate-links, org-descriptive-links):
4196 New options.
4197 (org-remember-apply-template, org-current-time)
4198 (org-finish-edit-table-field)
4199 (org-link-unescape, org-link-escape)
4200 (org-string-width, org-table-clean-line, org-html-do-expand)
4201 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4202 (org-read-agenda-file-list): New functions.
4203 (org-table-edit-field)
4204 (org-table-create-or-convert-from-region): New commands
4205 (org-table-toggle-vline-visibility): Command removed.
4206 (org-table-convert-region): Made a command.
4207 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4208 Replace with the normal org- functions.
4209 (org-self-insert-command): Don't trigger realign unnecessarily
4210 when blanking a field that is not full.
4211 (org-mode): `Set buffer-invisibility-spec' for links.
4212 (org-activate-links2): Hide link part and only show descriptive
4213 part of the link.
4214 (org-insert-link): Modify for new linking system.
4215 (org-store-link): Store description separately, for use by
4216 `org-insert-link'.
4217 (org-table-align): Use `org-string-width'.
4218 (defgroup): Completely new group structure for custom variables.
4219 (org-agenda-files): Option: Single file name allowed. Function:
4220 Optional argument unrestrited means ignore any restricitons.
4221 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4222 trying to modify the menu. Use generalized access to
4223 `org-agenda-files.'
4224 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4225 (org-agenda-file-to-front, org-remove-file, org-diary)
4226 (org-tags-view, org-export-icalendar-all-agenda-files)
4227 (org-export-icalendar-combine-agenda-files): Use generalized
4228 access to `org-agenda-files'.
4229 (org-remember-handler): Correctly preserve heading if present.
4230 (org-table-insert-row, org-table-insert-hline): Deal with
4231 invisible characters.
4232
4233 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4234
4235 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4236 (vc-annotate-color-map): New 18 element constant
4237 value/saturation, rotating hue colormap, from red->blue.
4238 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4239 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4240 (vc-annotate): To avoid killing the required local variables,
4241 set them before the end of `with-output-to-temp-buffer', and
4242 after first switching to annotate-mode.
4243 (vc-annotate-warp-version): Add buffer argument in goto-line to
4244 ensure annotation, not source, is scrolled.
4245
4246 2006-04-10 Bill Wohler <wohler@newt.com>
4247
4248 * custom.el (defcustom, custom-handle-keyword):
4249 Add :package-version keyword.
4250 (custom-add-package-version): New function. Sets value of new
4251 property 'custom-package-version from :package-version keyword.
4252 (defcustom): Create Common Keywords section in docstring.
4253 (defface, defgroup): Replace definitions of a select few keywords
4254 with a reference to the Common Keywords in defcustom.
4255 (defcustom, defface, defgroup): Replace reference to Customization
4256 chapter in manual with hyperlink.
4257
4258 * cus-edit.el (customize-package-emacs-version-alist):
4259 New variable.
4260 (customize-changed-options): Add check for custom-package-version.
4261 (customize-package-emacs-version): New function to look up Emacs
4262 version corresponding to the given package version.
4263
4264 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4265 defun name, in similar fashion to find-variable-regexp.
4266
4267 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4268
4269 * international/mule-cmds.el (set-locale-environment): Fix last
4270 change for when the locale's preferences don't specify any encoding.
4271
4272 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4275 so the defined var/fun doesn't need to be quoted.
4276
4277 2006-04-10 Richard Stallman <rms@gnu.org>
4278
4279 * finder.el (finder-mode-map): Add n and p bindings.
4280
4281 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4284 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4285 (gdb-setup-windows): Put something in source window if we can't find
4286 the source file.
4287 (gdb-frame-handler): Make it work again with just assembly.
4288 (gdb-data-list-register-values-handler): Make it work when there is
4289 no stack.
4290
4291 2006-04-09 Richard Stallman <rms@gnu.org>
4292
4293 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4294 specs while looking for charset.
4295
4296 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4297
4298 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4299 Make them faces.
4300 (lm-font-lock-keywords): Update appropriately.
4301
4302 2006-04-10 Kim F. Storm <storm@cua.dk>
4303
4304 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4305 it can also replace buffer-substring-no-properties.
4306
4307 * emulation/cua-base.el (cua-delete-region, cua-paste)
4308 (cua-repeat-replace-region): Use filter-buffer-substring.
4309
4310 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4311 (cua-cut-region-to-global-mark): Likewise.
4312
4313 * emulation/cua-rect.el (cua--extract-rectangle)
4314 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4315
4316 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4317
4318 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4319 entry-type. Add field delimiters to numerical fields if they are
4320 not present.
4321
4322 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4323
4324 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4325 string-const to return value.
4326 (bibtex-remove-delimiters): Use it.
4327
4328 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4331 cl-byte-compile-compiler-macro unless it exists.
4332
4333 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4334
4335 * files.el (hack-local-variables-confirm) <offer-save>:
4336 Clarify message text. Suggested by Ralf Angeli.
4337
4338 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4339
4340 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4341 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4342 instead of `buffer-substring' and `delete-region'. (Most of the
4343 code actually copied from `kill-region'.)
4344
4345 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4346
4347 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4348 (rcirc-default-port): Rename from rcirc-port.
4349 (rcirc-default-nick): Rename from rcirc-nick.
4350 (rcirc-default-user-name): Rename from rcirc-user-name.
4351 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4352 (rcirc-low-priority-flag): New variable.
4353 (rcirc-decode-coding-system): New defcustom.
4354 (rcirc-encode-coding-system): New defcustom.
4355 (rcirc-coding-system-alist): New defcustom.
4356 (rcirc-multiline-major-mode): New defcustom.
4357 (rcirc-nick): New internal variable.
4358 (rcirc-process): Remove variable.
4359 (rcirc-server-buffer): New variable.
4360 (rcirc): Update to use rcirc-default-* variables above.
4361 (rcirc-connect): Do not add window-configuration-hook-here.
4362 (rcirc-server): New internal variable.
4363 (rcirc-connect): Do not send keepalive pings if
4364 rcirc-keepalive-seconds is nil.
4365 (with-rcirc-server-buffer): New macro.
4366 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4367 (rcirc-server-name): Rename from rcirc-server.
4368 (rcirc-buffer-process): New function.
4369 (rcirc-buffer-nick): New function.
4370 (rcirc-buffer-target): Remove function.
4371 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4372 New commands.
4373 (rcirc-mode-map): Change binding of C-c C-l to
4374 rcirc-toggle-low-priority.
4375 (rcirc-mode): Initialize coding system based on
4376 rcirc-coding-system-alist. New change-major-mode-hook to part the
4377 channel on a mode change. Make kill-buffer-hook buffer-local.
4378 (rcirc-change-major-mode-hook): New function.
4379 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4380 (rcirc-last-post-time): New variable.
4381 (rcirc-process-message): Store the last time user posted a message
4382 to this target.
4383 (rcirc-multiline-minor-mode): New mode.
4384 (rcirc-multiline-minor-mode-map): New mode map.
4385 (rcirc-edit-multiline): Put multiline-edit buffer in
4386 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4387 (rcirc-print): Ignore any line starting with an ignored nick.
4388 (rcirc-print): Decode using rcirc-decode-coding-system.
4389 (rcirc-track-minor-mode): Update global-mode-string when disabling
4390 this mode.
4391 (minor-mode-alist): Add LowPri indicator.
4392 (rcirc-toggle-low-priority): New function.
4393 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4394 next lowpriority buffer with activity.
4395 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4396 last time the user posted a message in to the target.
4397 (rcirc-update-activity-string): New formatting for low priority
4398 buffers.
4399 (rcirc-split-activity): New function.
4400 (rcirc-handler-PART, rcirc-handler-KICK)
4401 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4402 (rcirc-nick-away-alist): New variable.
4403 (rcirc-handler-301): New handler. Away messages are printed once
4404 per change.
4405
4406 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4407
4408 * info.el (Info-follow-nearest-node): Doc fix.
4409
4410 * international/mule-cmds.el (set-locale-environment): Make sure
4411 the coding-system preferred by the locale's language has the same
4412 EOL conversion type as the original buffer-file-coding-system.
4413 (locale-language-names): Add a few MS Windows language codes.
4414
4415 2006-04-07 Richard Stallman <rms@gnu.org>
4416
4417 * simple.el (eval-expression): Doc fix.
4418
4419 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4420 (eval-defun): Doc fixes.
4421
4422 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4423
4424 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4425
4426 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4429 GDB list command without argument for greater generality.
4430
4431 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4432
4433 * subr.el (string-or-null-p): New function.
4434
4435 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4436
4437 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4438
4439 * files.el: Update comment about safe-local-variable declarations.
4440
4441 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4442
4443 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4444 See idlwave.org.
4445
4446 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4447 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4448
4449 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4450 See idlwave.org.
4451
4452 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4453 version 6.0 (minimal changes). See idlwave.org.
4454
4455 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4456 6.0 (minimal changes). See idlwave.org.
4457
4458 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4459
4460 2006-04-06 Romain Francoise <romain@orebokech.com>
4461
4462 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4463 symmetric encryption features and a new asynchronous interface to
4464 GnuPG. This new version is version 1.4, plus whitespace changes.
4465
4466 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4467
4468 * files.el: Move some `safe-local-variable' declarations to the
4469 respective files.
4470
4471 * textmodes/ispell.el (ispell-check-comments)
4472 (ispell-local-dictionary): Mark as safe.
4473
4474 * abbrev.el (abbrev-mode): Mark as safe.
4475
4476 * add-log.el (change-log-default-name): Mark as safe.
4477
4478 * textmodes/reftex-vars.el (reftex-vref-is-default)
4479 (reftex-fref-is-default, reftex-level-indent)
4480 (reftex-guess-label-type): Mark as safe.
4481
4482 * textmodes/fill.el (colon-double-space): Mark as safe.
4483
4484 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4485 (sentence-end-double-space, sentence-end-without-period)
4486 (sentence-end-without-space, sentence-end, sentence-end-base)
4487 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4488
4489 2006-04-06 Kim F. Storm <storm@cua.dk>
4490
4491 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4492 the :set-after list.
4493 (ido-downcase-unc-hosts): New user option. Default on.
4494 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4495 when it is set, as regexps are now applied on the fly.
4496 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4497 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4498 on the fly, but only when ido-process-ignore-lists is set.
4499 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4500 Only downcase names if ido-downcase-unc-hosts is set.
4501
4502 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4505
4506 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4507
4508 2006-04-05 Kim F. Storm <storm@cua.dk>
4509
4510 * ido.el (ido-mode): Set after ido-unc-hosts and
4511 ido-ignore-unc-host-regexps.
4512 (ido-save-history): Save ido-unc-hosts-cache.
4513 (ido-load-history): Load ido-unc-hosts-cache.
4514 (ido-reread-directory): Refresh unc hosts cache in // dir.
4515
4516 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4517 to nil while displaying slash screen.
4518
4519 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4520
4521 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4522 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4523
4524 2006-04-05 Kenichi Handa <handa@m17n.org>
4525
4526 * international/characters.el: Setup cases of Latin, Greek, and
4527 Cyrillic characters in CJK charsets.
4528
4529 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4530
4531 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4532 default-enable-multibyte-characters. This reverts the change from
4533 revision 6.17 which is no longer necessary because the passphrase
4534 is sent separately now. GnuPG messages are unreadable under
4535 multibyte locales with default-enable-multibyte-characters set to nil.
4536
4537 2006-04-04 Andreas Schwab <schwab@suse.de>
4538
4539 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4540 and `byte-compile-warnings' as `safe-local-variable'.
4541
4542 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4543
4544 * man.el (Man-mode-map): Restore the \r binding.
4545 (Man-abstract-xref-man-page): If Man-target-string is a function,
4546 call it.
4547 (Man-highlight-references): Use Man-default-man-entry to get the
4548 target. Deal with xrefs too.
4549 (Man-highlight-references0): Don't call the target function.
4550
4551 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4552 cannot deal with it.
4553
4554 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4555
4556 * pgg-gpg.el: Clean up process buffers every time gpg processes
4557 complete.
4558
4559 2006-04-04 Kenichi Handa <handa@m17n.org>
4560
4561 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4562 here.
4563 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4564 Temporarily bind inhibit-field-text-motion to t.
4565
4566 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * startup.el (normal-splash-screen): Only set mode-line-format in the
4569 splash buffer, so as not to interfere when debugging the code.
4570 Ignore errors when switching buffer.
4571
4572 2006-04-03 Romain Francoise <romain@orebokech.com>
4573
4574 * dired.el (dired-dnd-protocol-alist): Fix typo.
4575
4576 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4577
4578 * savehist.el (savehist): Add :version.
4579 (savehist-ignored-variables): New variable.
4580 (savehist-minibuffer-hook): Don't save variables listed in
4581 `savehist-ignored-variables'.
4582
4583 * dired.el (dired-dnd-protocol-alist): Mention that change does
4584 only apply to new buffers in doc string.
4585
4586 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4587
4588 * recentf.el (recentf-open-files-item): Include newline in button
4589 field, so opening a file will work, when the point is at the end
4590 of the file name. Allow, for example, to [i]search a file by
4591 extension and just push RET to open it.
4592
4593 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4594
4595 * pgg-gpg.el (pgg-gpg-process-filter)
4596 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4597
4598 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4599 lines, temporary fix.
4600
4601 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4602
4603 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4604
4605 2006-04-02 Richard Stallman <rms@gnu.org>
4606
4607 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4608
4609 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4610
4611 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4612 header-mouse-map.
4613
4614 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4615 (ibuffer-mode-header-map): New keymaps.
4616 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4617 and keybindings for column headers.
4618 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4619 property.
4620
4621 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4622
4623 * speedbar.el (speedbar-after-create-hook): Doc fix.
4624
4625 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4626
4627 * shell.el (shell-directory-tracker)
4628 (shell-dynamic-complete-command): Doc fixes.
4629
4630 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4631
4632 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4633 terminals.
4634
4635 2006-04-01 Kim F. Storm <storm@cua.dk>
4636
4637 * ido.el (ido-unc-hosts-cache): New defvar.
4638 (ido-unc-hosts): If value of defcustom is a function, call it to
4639 get list of UNC hosts. Add function-item choices to specify
4640 ido-unc-hosts-net-view or user function.
4641 (ido-ignore-unc-host-regexps): New defcustom.
4642 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4643 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4644 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4645
4646 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4649 wwidth.
4650
4651 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4654 (ido-max-work-file-list, ido-switch-buffer)
4655 (ido-read-file-name-as-directory-commands):
4656 Fix typos in docstrings.
4657
4658 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4659
4660 * term/mac-win.el (mac-system-coding-system): Define and use after
4661 Mac-specific coding systems are ready.
4662
4663 2006-03-27 Romain Francoise <romain@orebokech.com>
4664
4665 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4666
4667 * ldefs-boot.el: Update.
4668
4669 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4670
4671 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4672 passphrases when it is not needed.
4673 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4674 passphrase stuff from gpg, should only be necessary when you use
4675 gpg with a smartcard.
4676
4677 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * comint.el (comint-dynamic-list-completions): Allow user to
4680 select *Completions* buffer.
4681
4682 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4683
4684 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4685
4686 2006-03-26 Andreas Schwab <schwab@suse.de>
4687
4688 * progmodes/gud.el (gdb): Only complain about multiple debugging
4689 when the gdb process is still running.
4690
4691 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4692
4693 * mail/rmail.el (tool-bar-map): Defvar it.
4694 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4695 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4696
4697 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4698
4699 * help.el (print-help-return-message): Suggest to use
4700 display-buffer instead of switch-to-buffer-other-window to restore
4701 the previous window without selecting it.
4702
4703 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4704
4705 * frame.el (select-frame-by-name): Call x-focus-frame also when
4706 window-system is mac.
4707
4708 * term/mac-win.el: Adjust Courier font specifications in
4709 x-fixed-font-alist.
4710 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4711 when directly encoding to UTF-16 in native byte order, no BOM.
4712
4713 2006-03-25 Kim F. Storm <storm@cua.dk>
4714
4715 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4716 (cua--init-keymaps): Use it instead of fixed C-return.
4717 (cua-mode): Set after it.
4718
4719 * emulation/cua-rect.el (cua--init-rectangles):
4720 Use cua-rectangle-mark-key instead of fixed C-return.
4721
4722 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4725 "run" in .gdbinit.
4726 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4727
4728 2006-03-24 Romain Francoise <romain@orebokech.com>
4729
4730 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4731 `display-buffer-other-frame'.
4732
4733 2006-03-24 Kim F. Storm <storm@cua.dk>
4734
4735 * apropos.el (apropos-synonyms): Add selection => region.
4736
4737 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4740 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4741 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4742 (gdb-data-list-register-values-regexp)
4743 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4744 Future proof against new fields being added to MI output.
4745 (gdb-send): Don't treat backslashes for program input as
4746 continuations.
4747 (gdb-assembler-handler): Don't use window-start for this handler.
4748 (gdb-frame-handler): Don't change to hollow arrow if overlay
4749 arrow doesn't move to new frame.
4750
4751 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4754 prevent compiler warnings.
4755 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4756 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4757 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4758 buffer too.
4759
4760 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4761
4762 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4763 make-network-process, so we can use the same code in Gnus v5-10
4764 too and have this file fully synchronized with that release.
4765
4766 2006-03-23 Romain Francoise <romain@orebokech.com>
4767
4768 * ibuf-ext.el (ibuffer-read-filter-group-name):
4769 Use `ibuffer-generate-filter-groups' to make completion list match
4770 the filter groups that are really displayed in the Ibuffer buffer.
4771 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4772
4773 2006-03-23 Kenichi Handa <handa@m17n.org>
4774
4775 * international/mule-cmds.el (sort-coding-systems): Describe that
4776 the argument is modified in docstring.
4777
4778 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4779
4780 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4781 (pgg-gpg-update-agent): New function.
4782 (pgg-gpg-use-agent-p): New function.
4783 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4784 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4785 (pgg-gpg-sign-region): Use it.
4786
4787 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * cus-edit.el (custom-face-set): Call custom-push-theme before
4790 face-spec set so that `changed' theme is correctly saved.
4791 (custom-face-reset-standard): Reset to recalculated face rather
4792 than defface spec.
4793
4794 * custom.el (custom-push-theme): Only save `changed' theme if the
4795 current face does not match the defface specs.
4796
4797 2006-03-21 Simon Josefsson <jas@extundo.com>
4798
4799 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4800 <wilde@sha-bang.de>.
4801 (pgg-gpg-use-agent): New variable.
4802 (pgg-gpg-process-region): Use it.
4803 (pgg-gpg-encrypt-region): Likewise.
4804 (pgg-gpg-encrypt-symmetric-region): Likewise.
4805 (pgg-gpg-decrypt-region): Likewise.
4806 (pgg-gpg-sign-region): Likewise.
4807 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4808
4809 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4810
4811 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4812 bracket links.
4813
4814 2006-03-21 Kim F. Storm <storm@cua.dk>
4815
4816 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4817 fringe-indicator-alist instead of modifying global value.
4818 (gdb-frame-handler): Likewise.
4819
4820 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * diff-mode.el (diff-function): Make it inherit from diff-header
4823 instead of diff-context.
4824
4825 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4826 bitmap.
4827 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4828 change names in macro above for consistency.
4829 (gdb-frame-handler): Use hollow-right-triangle for all selected
4830 frames which except the innermost (where execution has stopped).
4831 (gdb-reset): Reset buffer-local values of overlay-arrow.
4832
4833 2006-03-20 Richard Stallman <rms@gnu.org>
4834
4835 * simple.el (set-mark-command): Doc fix.
4836
4837 * files.el (display-buffer-other-frame): New command.
4838 (ctl-x-4-map): Bind C-x 5 C-o to it.
4839
4840 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4843 rather than just defer-time, in case defer-time has been changed but
4844 the timer isn't running yet.
4845 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4846
4847 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * help-mode.el (help-follow-symbol): New function.
4850 Essentially identical to the old `help-follow', but do not let
4851 `push-button' do the work when on an xref.
4852 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4853
4854 2006-03-19 Richard Stallman <rms@gnu.org>
4855
4856 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4857 preceded by the word `program'.
4858 (help-follow-mouse, help-follow): Throw error if not on xref.
4859 Delete no longer used args.
4860
4861 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4862
4863 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4864 annotation ensure gud-overlay-arrow-position is redisplayed.
4865
4866 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4867
4868 * textmodes/bibtex.el (bibtex-include-OPTkey)
4869 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4870 (bibtex-autokey-name-case-convert)
4871 (bibtex-autokey-titleword-case-convert): Make these the aliases
4872 for the following two variables.
4873 (bibtex-autokey-name-case-convert-function)
4874 (bibtex-autokey-titleword-case-convert-function): Make these the
4875 real names.
4876 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4877 bibtex-font-lock-crossref sublists.
4878 (bibtex-mode): Revert 2005-12-30 change (which made
4879 completion-ignore-case buffer-local).
4880 (bibtex-url): Simplify.
4881
4882 2006-03-19 Kim F. Storm <storm@cua.dk>
4883
4884 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4885 cursor property value to 2 (to align with C level change).
4886
4887 2006-03-19 Bill Wohler <wohler@newt.com>
4888
4889 * image.el (image-load-path-for-library): Shorten first line in
4890 docstring.
4891
4892 2006-03-18 Richard Stallman <rms@gnu.org>
4893
4894 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4895
4896 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4897
4898 * isearch.el (isearch-other-meta-char): Handle user bindings for
4899 shifted control characters.
4900
4901 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4902
4903 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4904 part that matches email addresses, file names, etc.
4905
4906 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4907
4908 * term/w32-win.el (mouse-set-font):
4909 Mention w32-list-proportional-fonts in the doc string.
4910
4911 2006-03-18 Kim F. Storm <storm@cua.dk>
4912
4913 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4914 (ido-unc-hosts): New user option to explicitly define list of know
4915 UNC-style hosts for completion.
4916 (ido-cache-unc-host-shares-time): New user option.
4917 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4918 New helper functions for UNC file-name support.
4919 (ido-may-cache-directory): Check for UNC host. Simplify.
4920 (ido-wash-history): Clean out old UNC hosts.
4921 (ido-nonreadable-directory-p): UNC hosts are always readable.
4922 (ido-directory-too-big-p): UNC hosts are never too big.
4923 (ido-set-current-directory): Handle UNC root path.
4924 (ido-file-name-all-completions): Complete UNC host names from
4925 ido-unc-hosts list. Cache UNC host shares.
4926 (ido-make-file-list-1): Don't filter UNC root.
4927 (ido-exhibit): Check for // in root directory, and switch to UNC
4928 mode by setting ido-current-directory to //.
4929
4930 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4931
4932 * cus-edit.el (customize-changed-options): Mention explicit
4933 version number as default in prompt.
4934
4935 2006-03-17 Bill Wohler <wohler@newt.com>
4936
4937 * image.el (image-load-path-for-library): Minor docstring fix.
4938
4939 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4940
4941 * textmodes/org.el (org-read-date): Include subgroup 5 into
4942 replacement text.
4943 (org-popup-calendar-for-date-prompt): Fix customization type.
4944
4945 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4946
4947 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4948 (gdb-continuation): New variable.
4949 (gdb-send): Deal with continuation lines.
4950
4951 * progmodes/gud.el (gud-gdb-complete-command)
4952 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4953 expressions.
4954 (gud-tooltip-mode): Use buffer-local value.
4955
4956 2006-03-16 Kim F. Storm <storm@cua.dk>
4957
4958 * ido.el (ido-edit-input): Use selected match, if any.
4959
4960 2006-03-16 Bill Wohler <wohler@newt.com>
4961
4962 * image.el (image-load-path-for-library): Prefer user's images in
4963 image-load-path.
4964
4965 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4966
4967 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4968 when checking for attempt to drag leftmost or rightmost scrollbar.
4969
4970 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4971
4972 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4973 (gdb-force-mode-line-update): New function.
4974 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4975 (gdb-exited): Use them.
4976 (gdb-signal): New function.
4977 (gdb-annotation-rules): Provide a rule for it.
4978
4979 2006-03-16 Kenichi Handa <handa@m17n.org>
4980
4981 * international/mule.el (auto-coding-regexp-alist): Add entries
4982 for Unicode BOM.
4983
4984 * sort.el (sort-build-lists): Temporarily bind
4985 inhibit-field-text-motion to t.
4986
4987 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4988
4989 * locate.el (locate-command, locate-make-command-line)
4990 (locate-fcodes-file, locate-update-command)
4991 (locate-prompt-for-command, locate, locate-with-filter)
4992 (locate-get-file-positions): Doc fixes.
4993 (locate-buffer-name, locate-header-face): Remove leading `*' in
4994 defcustom.
4995 (locate-filter-output): Use `keep-lines' instead of its alias
4996 `delete-non-matching-lines'.
4997 (locate-get-filename, locate-get-dirname): Add introductory comment.
4998 (locate-find-directory-other-window): Give appropriate error
4999 message if used outside main listing.
5000
5001 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5004 the new extend-region feature.
5005 (font-lock-after-change-function): Update correspondingly.
5006 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5007 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5008
5009 2006-03-15 Bill Wohler <wohler@newt.com>
5010
5011 * image.el (image-load-path-for-library): Fix example by not
5012 recommending that one binds image-load-path. Just defvar it to
5013 placate compiler and only use it if previously defined.
5014
5015 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5016
5017 * textmodes/org.el (org-insert-centered): Use `string-width' to
5018 make underlining work for wide characters.
5019 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5020 TAB to `org-cycle', to make sure that no binding in
5021 `outline-mode-map' can supercede it.
5022
5023 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5024
5025 * allout.el: Increment version to 2.2.1 in file commentary.
5026
5027 (allout-version): Increment to 2.2.1.
5028
5029 (allout-default-layout): New customization variable, used when the
5030 file lacks a specific allout-layout. Uses allout-layout-type for
5031 recursively nested definition.
5032
5033 (allout-layout-type): Widget defining allout layouts, necessary for
5034 self-recursive definition.
5035
5036 (allout-mode): Incorporate allout-default-layout as fallback for
5037 allout-layout.
5038
5039 (allout-layout): Mark as 'safe-local-variable', and refer mention
5040 fallback to `allout-default-layout' in absence of a specified value.
5041 (allout-passphrase-verifier-string)
5042 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5043
5044 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5045
5046 (allout-get-encryption-passphrase-verifier): Use correct name of
5047 passphrase verifier in docstring.
5048
5049 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5050
5051 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5052 elements.
5053 (gdb-find-watch-expression): Make it work for arrays too.
5054 Follow change to gdb-var-list.
5055 (gud-watch): Allow the user to enter variable name with a prexix
5056 arg. Create keybindings.
5057 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5058 (gdb-var-list-children-handler, gdb-var-update-handler)
5059 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5060 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5061 Follow change to gdb-var-list.
5062 (gdb-starting): Don't show the overlay arrows when program is running.
5063
5064 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5065 gdb-var-list.
5066
5067 2006-03-14 Bill Wohler <wohler@newt.com>
5068
5069 * image.el (image-load-path-for-library): Pass value of path
5070 rather than symbol. Always return list of directories.
5071 Guarantee that image directory comes first.
5072
5073 2006-03-14 Alan Mackenzie <acm@muc.de>
5074
5075 * font-core.el (font-lock-extend-region\(-function\)?.):
5076 New function/variable.
5077
5078 * font-lock.el (font-lock-after-change-function):
5079 Call font-lock-extend-region. Obey font-lock-lines-before.
5080 (font-lock-default-fontify-region): Remove reference to
5081 font-lock-lines-before.
5082
5083 * jit-lock.el (jit-lock-after-change):
5084 Call font-lock-extend-region. Obey font-lock-lines-before.
5085
5086 2006-03-14 David Ponce <david@dponce.com>
5087
5088 * tree-widget.el (tree-widget-themes-load-path)
5089 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5090
5091 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5092
5093 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5094 (rcirc-print): Mark the start of text at the end of the prompt.
5095 (rcirc-track-minor-mode): Add autoload cookie.
5096 (rcirc-update-activity-string): Add space to front of mode-line
5097 indicator.
5098
5099 2006-03-13 Miles Bader <miles@gnu.org>
5100
5101 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5102 (rcirc-abbrev-nick): Remove function.
5103 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5104
5105 2006-03-13 David Ponce <david@dponce.com>
5106
5107 * tree-widget.el: Handle themes across all occurrences of the main
5108 themes sub-directory found in tree-widget-themes-load-path.
5109 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5110 (tree-widget--locate-sub-directory): Return all occurrences.
5111 (tree-widget-themes-path): New function.
5112 Replace tree-widget-themes-directory, and return a list of directories.
5113 (tree-widget-set-parent-theme)
5114 (tree-widget-lookup-image): Use it.
5115
5116 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5117
5118 * textmodes/org.el (org-link-search): Avoid self-matching of
5119 links, allow target text to be distributed over several lines.
5120 (org-search-not-link): New function.
5121 (org-set-regexps-and-options, org-get-current-options):
5122 New startup options.
5123 (org-export-as-html): Take odd-level setting from local variable.
5124 (org-fontify-emphasized-text): New option.
5125 (org-set-font-lock-defaults): Include emphasized text.
5126 (org-follow-mhe-link): Allow folder-only links, fix folder name.
5127 (org-font-lock): Customize group renamed from `org-faces'.
5128
5129 2006-03-13 John Paul Wallington <jpw@pobox.com>
5130
5131 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5132 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
5133
5134 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
5135
5136 * cus-start.el (all): Delete :version keyword for members of the
5137 fringe group, since the entire group is new in 22.1.
5138
5139 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5142 map if value is hexadecimal (an address).
5143 (gud-watch): Only search roots for existing watch expressions.
5144 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5145 prevent caching problems with speedbar-update-directory-contents.
5146
5147 2006-03-12 Juri Linkov <juri@jurta.org>
5148
5149 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5150 before comparing with `low' and `warn'.
5151
5152 * info.el (Info-dir-remove-duplicates): Move point to the
5153 beginning of the current line after deleting the entries from
5154 redundant heading. Use marker for `limit' and compare it with
5155 point before calling `re-search-forward'.
5156
5157 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5158
5159 * simple.el (yank): Fix typo in docstring.
5160
5161 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5162
5163 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5164 messages, where "D" is the 6th character.
5165
5166 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5167
5168 * simple.el (yank): Fix last change.
5169
5170 2006-03-11 David Ponce <david@dponce.com>
5171
5172 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5173 merging elements from the standard ispell-dictionary-alist.
5174 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5175 alist, and return the new alist.
5176
5177 2006-03-11 Richard Stallman <rms@gnu.org>
5178
5179 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5180
5181 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5182 the way it is implemented is too unclean.
5183
5184 * simple.el (kill-region, yank): Doc fix.
5185
5186 * battery.el (battery-echo-area-format): Doc fix.
5187 (battery-mode-line-format): Likewise.
5188 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5189 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5190
5191 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5192
5193 * progmodes/octave-mod.el (octave-indent-for-comment):
5194 Behave according to do string.
5195
5196 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5197
5198 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5199 Be visible only if major mode is Mail Mode.
5200
5201 * textmodes/flyspell.el (flyspell-external-point-words)
5202 (flyspell-process-localwords): Fix last changes.
5203
5204 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5205
5206 * calendar/holidays.el (list-holidays): Doc fix.
5207
5208 * international/mule.el (auto-coding-alist): Add .odt
5209 (OpenOffice's open document) files.
5210
5211 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5212 document) files. Mention in the doc string the need to sync with
5213 auto-coding-alist.
5214
5215 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5218 enable-local-variables is set to always query, or there is no
5219 savable variable.
5220
5221 2006-03-10 Bill Wohler <wohler@newt.com>
5222
5223 * image.el (image-load-path-for-library): Merge at least three
5224 functions from Gnus and MH-E into this one function that can now
5225 be shared.
5226
5227 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5230 gdb-remove-mouse-face and remove help-echo too.
5231 (gdb-enqueue-input): Correct conditional clause.
5232
5233 2006-03-10 Glenn Morris <rgm@gnu.org>
5234
5235 * calendar/calendar.el (calendar-holidays): Doc fix.
5236 * calendar/holidays.el (list-holidays): Doc fix.
5237
5238 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5239
5240 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5241 it gets called in gdb-prompt anyway.
5242 (gdb-use-separate-io-buffer): Only restore window arrangement for
5243 gdb-many-windows.
5244 (gdb-enqueue-input): Make it harder to send GDB input when program
5245 is running.
5246 (gdb-buffer-list): New variable.
5247 (gdb-remove-mouse-face): New function.
5248 (gdb-starting): Use it when GDB input won't get sent.
5249
5250 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5251
5252 * help.el (view-lossage): Remove trailing whitespace before
5253 inserting "\n".
5254
5255 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * files.el (hack-local-variables-confirm):
5258 Set coding-system-for-read to nil before writing to .emacs.
5259
5260 * arc-mode.el (archive-extract): Check if an existing buffer name
5261 comes from a different archive.
5262
5263 * help.el (describe-key-briefly): If KEY is a down event, read and
5264 discard the up event.
5265
5266 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5269 be edited and use font-lock-warning-face for any changes.
5270
5271 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5272 (gdb-edit-value): Use it to report any errors.
5273
5274 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * help.el (describe-key): Remove leftover test code.
5277
5278 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5279
5280 * textmodes/org.el: Move defvars out of eval-when-compile.
5281 Use buffer-file-name variable.
5282 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5283 arg `file'.
5284 (org-level-faces): Remove startup dependency.
5285 (org-cycle, org-map-tree, org-scan-tags)
5286 (org-remember-handler): Don't call `outline-level' directly.
5287 (org-mhe-search-all-folders): New option.
5288 (org-mhe-get-message-folder-from-index)
5289 (org-mhe-get-message-folder): Fix indexing search.
5290 (org-format-agenda-item): Handle nil TAGS argument.
5291 (org-cleaned-string-for-export, org-activate-target-links)
5292 (org-make-target-link-regexp): Deal with empty radio target list.
5293 (org-tag): New face.
5294 (org-get-level-face): New function.
5295 (org-set-font-lock-defaults): Simplify setup for headlines.
5296 (org-complete): Pass common substring to `display-completion-list'.
5297
5298 2006-03-06 David Ponce <david@dponce.com>
5299
5300 * tree-widget.el: Update Commentary header.
5301 (tree-widget-theme-name): Ignore parent themes.
5302 (tree-widget-set-parent-theme): New function.
5303 (tree-widget-set-theme): Use it.
5304 (tree-widget-set-image-properties): Move definition. Does nothing
5305 if image properties have already been set.
5306 (tree-widget-image-properties): Move definition. Receive an image
5307 name. Set the :pointer property.
5308 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5309 Don't set the :pointer image property.
5310 (tree-widget-convert-widget): New function. Handle :dynargs
5311 compatibility here.
5312 (tree-widget): Use it to :convert-widget. Add the :expander-p
5313 predicate to control when the :expander function is entered.
5314 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5315 (tree-widget-value-create): Handle :expander-p. widget-apply
5316 :expander.
5317 (tree-widget-expander-p): New function. Default value of the
5318 :expander-p property.
5319
5320 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5321
5322 * help.el (describe-key): Properly handle the return value of
5323 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5324 remaps. Handle string and vector `follow-link' values.
5325
5326 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * complete.el (PC-expand-many-files): Try be more careful when parsing
5329 the shell's output.
5330
5331 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * outline.el (hide-sublevels): Provide better interactive default.
5334
5335 2006-03-06 Kenichi Handa <handa@m17n.org>
5336
5337 * international/fontset.el (create-fontset-from-fontset-spec):
5338 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5339
5340 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5341
5342 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5343 backslashes instead of one in regexp.
5344 (gud-tooltip-dereference): Add missing optional argument.
5345
5346 2006-03-04 John Paul Wallington <jpw@pobox.com>
5347
5348 * wdired.el (toplevel): Require `cl' at compile-time.
5349
5350 2006-03-04 Andreas Schwab <schwab@suse.de>
5351
5352 * server.el (server-process-filter): Handle errors during
5353 evaluation of the argument.
5354
5355 2006-03-03 John Paul Wallington <jpw@pobox.com>
5356
5357 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5358 escape parentheses at beginning of line.
5359 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5360 (t-mouse-mode): Remove period from end of error message.
5361
5362 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5363
5364 * textmodes/flyspell.el (flyspell-process-localwords):
5365 Be case-sensitive.
5366
5367 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5368
5369 * cus-edit.el (custom-quote): Remove function, since it has been
5370 moved to custom.el.
5371
5372 * font-lock.el (lisp-font-lock-keywords-2)
5373 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5374 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5375 they have no special meaning.
5376
5377 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5378 indirect buffer gets killed before indirect buffer. Use dolist.
5379
5380 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5381
5382 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5383 value instead of a literal constant (1) on more pauses.
5384
5385 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5386
5387 * textmodes/flyspell.el (flyspell-external-point-words):
5388 Be case-sensitive.
5389
5390 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5391
5392 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5393 with "www".
5394
5395 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5396
5397 * allout.el: Restablish intermediate missing comment header to
5398 preserve outline structure.
5399 (allout-beginning-of-current-entry): Skip invisible text.
5400 (allout-open-topic): Fix opening a topic at end-of-buffer.
5401 (allout-minor-mode): Move nearer to allout-mode function.
5402
5403 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5404
5405 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5406
5407 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5408
5409 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5410 is nil.
5411
5412 * progmodes/gud.el (gud-speedbar-menu-items):
5413 Use buffer-local-value and add missing :visible keyword.
5414
5415 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5416
5417 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5418
5419 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5420 must be `follow-link'.
5421
5422 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5423
5424 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5425 formatting: No nested anchors.
5426 (org-all-targets): Fix bug with XEmacs compatibility.
5427 (org-read-date): Add (require 'parse-time).
5428 (org-set-tags): Fix bug with extra inserted space.
5429 (org-export-html-style): Define a style class for targets.
5430 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5431 (org-hide-leading-stars): New option.
5432 (org-hide): New face.
5433 (org-set-font-lock-defaults): Allow to hide leading stars.
5434 (org-get-legal-level, org-tr-level): New functions.
5435 (org-odd-levels-only): New option.
5436 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5437 (org-demote, org-promote): Deal with double-star levels.
5438 (org-convert-to-odd-levels): New command.
5439
5440 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * speedbar.el (speedbar-update-localized-contents): Try to
5443 preserve window-start.
5444 (speedbar-update-directory-contents): Try to preserve window-start
5445 and window-point.
5446 (speedbar-update-special-contents): Don't move back to start of window.
5447
5448 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5449 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5450 speedbar-timer-fn.
5451 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5452 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5453 instead of gdb-speedbar-timer-fn.
5454
5455 2006-02-28 Jay Belanger <belanger@truman.edu>
5456
5457 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5458 (math-compose-expr): Use latex option when calling
5459 `math-compose-tex-matrix' for latex mode.
5460
5461 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5462
5463 * speedbar.el: Re-instate comments about developing for speedbar
5464 [this is what info and gdb-ui use even if better methods exist now].
5465
5466 * t-mouse.el: New file.
5467 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5468 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5469 (t-mouse-make-event-element): Use posn-at-x-y instead.
5470 (t-mouse-make-event): Deal with Fedora Core 3.
5471 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5472 (t-mouse-mouse-position-function): New function. Use it instead
5473 of advising mouse-position.
5474 (t-mouse-mode): New minor mode.
5475 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5476
5477 2006-02-27 Glenn Morris <rgm@gnu.org>
5478
5479 * calendar/calendar.el (calendar-holidays): Doc fix.
5480
5481 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5482
5483 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5484 Re-introduce the concept of a source window.
5485 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5486 consistency with get-buffer-create.
5487 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5488 (gdb-data-list-register-values-handler)
5489 (gdb-stack-list-locals-handler): Try to preserve window-start as
5490 well as window-point.
5491 (gdb-display-source-buffer): New function (old concept).
5492 (gdb-goto-breakpoint): Use it.
5493
5494 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5495 for gdb-ui/gdb-mi (old concept).
5496
5497 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5498
5499 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5500 binding.
5501
5502 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5503
5504 * textmodes/reftex-sel.el (reftex-select-label-map)
5505 (reftex-select-bib-map): Add `follow-mouse' binding.
5506
5507 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5510 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5511 Give :set functions to provide automatic updating.
5512 Update docstring. Give compiler defvars early in the file
5513 and move the defcustoms to a later spot where all called functions
5514 are defined.
5515 (jka-compr-file-name-handler-entry): Doc fix.
5516 (jka-compr-compression-info-list--internal)
5517 (jka-compr-mode-alist-additions--internal)
5518 (jka-compr-load-suffixes--internal): New variables.
5519 (jka-compr-install): Set the three above variables.
5520 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5521 (jka-compr-update, jka-compr-set): New functions.
5522 (auto-compression-mode): Doc fix.
5523
5524 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5525 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5526 Use jka-compr-compression-info-list--internal,
5527 jka-compr-mode-alist-additions--internal and
5528 jka-compr-load-suffixes--internal.
5529
5530 * files.el (load-library):
5531 * loadhist.el (file-loadhist-lookup):
5532 * startup.el (command-line):
5533 * subr.el (locate-library):
5534 * emacs-lisp/autoload.el (update-directory-autoloads):
5535 * emacs-lisp/find-func.el (find-library-suffixes):
5536 Use `get-load-suffixes' instead of `load-suffixes'.
5537
5538 * subr.el (locate-library):
5539 * emacs-lisp/find-func.el (find-library-name):
5540 Use `load-file-rep-suffixes' instead of '("").
5541
5542 2006-02-26 Kim F. Storm <storm@cua.dk>
5543
5544 * ido.el (ido-save-history, ido-load-history): Simplify.
5545 Don't use find-file-noselect to avoid interference from other modes.
5546
5547 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5548
5549 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5550 to use the default shell if filename is not available.
5551 Reported by Giorgos Keramidas.
5552
5553 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5554
5555 * progmodes/etags.el (tags-completion-table): Do completion from
5556 all the tables in the current list, as documented in the manual.
5557
5558 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5559
5560 * CC Mode Update to 5.31.3.
5561
5562 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5563
5564 * progmodes/cc-mode.el (c-postprocess-file-styles):
5565 Bind inhibit-read-only to t, around the call to
5566 c-remove-any-local-eval-or-mode-variables, so that it works on a
5567 RO file.
5568
5569 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5570
5571 * progmodes/cc-awk.el: Correct a typo.
5572
5573 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5574
5575 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5576 c-hungry-delete-backwards, at the request of RMS. Leave the old
5577 name as an alias.
5578
5579 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5580
5581 * progmodes/cc-mode.el: Correct a typo.
5582
5583 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5584
5585 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5586
5587 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5588
5589 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5590 brace-else-brace (error due to mbeg, mend being undefined).
5591
5592 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5593
5594 * progmodes/cc-mode.el: File Local variables: Solve the problem
5595 where both `mode' and c-file-offsets are specified: `mode' will
5596 overwrite c-f-o's settings:
5597 (c-remove-any-local-eval-or-mode-variables): New function.
5598 (c-postprocess-file-styles): Call the above new function, within
5599 c-tentative-buffer-change, to splat `mode' and `eval' before the
5600 second hack-local-variables.
5601
5602 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5603
5604 * progmodes/cc-mode.el:
5605 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5606 (c-after-change): Protect the match data with save-match-data.
5607 It was getting corrupted by c-after-change-check-<>-operators.
5608
5609 * cc-defs.el: [Supersedes patch V1.38]:
5610 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5611 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5612
5613 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5614 with save-match-data. It was being corrupted when Font Lock was
5615 not enabled.
5616
5617 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5618
5619 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5620 Mode and Subword Mode.
5621
5622 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5623 real labels ("case 1:" or "foo:") from non-labels ("public:").
5624 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5625 coding; c-f-t-2 doesn't move over a token at EOB.
5626
5627 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5628
5629 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5630 (c-update-modeline): Concatenate the minor mode indicators
5631 directly onto mode-name, removing c-submode-indicators.
5632 Sometimes, c-s-i got separated from the mode name on the mode line.
5633
5634 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5635 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5636
5637 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5638
5639 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5640 error message when there's an evaluation error to show whether
5641 it's loaded from source or not.
5642 (c-filter-ops): Make it available at runtime too to work when
5643 `c-make-init-lang-vars-fun' needs to evaluate from source.
5644
5645 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * help.el (help): Revert last part of 2006-02-23 change (deletion
5648 of the `provide' call).
5649
5650 2006-02-23 Juri Linkov <juri@jurta.org>
5651
5652 * compare-w.el (compare-windows-highlight): Add new value
5653 `persistent' and change :type from `boolean' to `choice'.
5654 (compare-windows-overlays1, compare-windows-overlays2):
5655 New internal variables.
5656 (compare-windows-highlight): If compare-windows-highlight is
5657 `persistent', add current overlays to compare-windows-overlays[12]
5658 instead of adding compare-windows-dehighlight to pre-command-hook.
5659 (compare-windows-dehighlight): Delete all overlays from
5660 compare-windows-overlays[12].
5661
5662 * info.el (Info-search): Don't bind search-spaces-regexp to
5663 Info-search-whitespace-regexp in non-regexp isearch mode.
5664
5665 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5668
5669 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * textmodes/org.el (org-xemacs-p)
5672 (org-export-html-show-new-buffer, org-table-may-need-update)
5673 (org-insert-item, org-mhe-get-message-real-folder)
5674 (org-mhe-get-message-folder-from-index)
5675 (org-mhe-get-message-folder, org-mhe-get-message-num)
5676 (org-mhe-get-header, org-make-org-heading-search-string)
5677 (org-make-org-heading-camel, org-table-sort-lines)
5678 (org-format-org-table-html, org-format-table-table-html):
5679 Fix typos in docstrings.
5680
5681 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5682
5683 * textmodes/org.el (org-cleaned-string-for-export)
5684 (org-solidify-link-text): New function.
5685 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5686 XEmacs, just to silence the compiler.
5687 (org-export-as-ascii, org-export-as-html-and-open):
5688 Use `org-cleaned-string-for-export' and create internal links.
5689 (org-follow-mhe-link): Require mh-e, use folder.
5690
5691 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5692
5693 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5694
5695 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5696 gdb-debug-log-length.
5697 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5698 it a real ring but...
5699 (gud-gdba-marker-filter): ...make it work like mark-ring.
5700 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5701 (gdb-mouse-jump): New function. Add bindings.
5702
5703 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5706 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5707 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5708 (gdb-debug-log-length): Customize it's length.
5709 (gud-watch, gdb-var-create-handler): Display function::var format
5710 but don't use to create variable object.
5711 (gdb-var-create-handler): Use message-box in place of message.
5712 (gdb-stopped): Call gdb-exited if signalled.
5713
5714 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5715
5716 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5717
5718 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5719
5720 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5721 if `reftex-try-all-extensions' is set.
5722
5723 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5724 fail silently when there is no valid argument at point.
5725 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5726 `fail-silently' argument. From a patch by David Reiter.
5727
5728 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5729 New commands.
5730 (org-mark-ring): New variable.
5731 (org-mark-ring-length): New option.
5732 (org-open-at-point, org-goto, org-open-file): Push old position
5733 onto the mark ring.
5734 (org-add-hook): New function.
5735 (org-export-table-remove-special-lines): New option.
5736 (org-skip-comments, org-format-org-table-html): Respect new
5737 option `org-export-table-remove-special-lines'.
5738 (org-open-file): Allow special command configuration for
5739 directory link.
5740 (org-file-apps): Fix bugs in customize type, added setting
5741 for directories.
5742 (org-activate-tags, org-format-agenda-item, org-complete)
5743 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5744 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5745 (org-link-search, org-make-org-heading-search-string)
5746 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5747 (org-radio-targets, org-file-link-context-use-camel-case)
5748 (org-activate-camels): New options.
5749 (org-update-radio-target-regexp, org-all-targets)
5750 (org-make-target-link-regexp, org-activate-target-links):
5751 New functions.
5752 (org-make-org-heading-search-string): New function.
5753 (org-store-link, org-insert-link): Use new option
5754 `org-file-link-context-use-camel-case'.
5755 (org-activate-camels): Use new option `org-activate-camels'.
5756 (org-link-regexp): Add mhe prefix.
5757 (org-open-at-point, org-store-link): Support for mhe links.
5758 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5759 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5760 (org-mhe-get-header, org-follow-mhe-link): New functions.
5761 (org-remove-angle-brackets, org-add-angle-brackets):
5762 New functions.
5763 (org-bracket-link-regexp): New constant.
5764 (org-read-date): Fix bug that was rejecting all typed dates.
5765 (org-link-search): Make hierarchy above visible after a match.
5766 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5767 (org-store-link): Fix bug with link creation when cursor is in
5768 an empty line.
5769 (org-open-at-point): Fix bug with matching a link.
5770 Fixed buggy argument sequence in call to `org-view-tags'.
5771 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5772 (org-prefix-has-tag): New variable.
5773 (org-format-agenda-item): Remove tags from headline
5774 if appropriate.
5775 (org-agenda-remove-tags-when-in-prefix): New option.
5776
5777 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5778
5779 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5780 Fix the regular expressions.
5781
5782 2006-02-21 Richard M. Stallman <rms@gnu.org>
5783
5784 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5785 if there's no other specific basis.
5786
5787 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5788 as variables at all.
5789 (unsafep-variable): Rename arg; doc fix.
5790
5791 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5792
5793 * calendar/appt.el (diary-selective-display): Add defvar.
5794
5795 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5796
5797 * isearch.el (search-whitespace-regexp): Fix custom type.
5798
5799 * help.el (describe-key-briefly): Compute interactive args
5800 in same was as before previous change.
5801
5802 * files.el (enable-local-variables): Doc fix.
5803
5804 2006-02-21 Kim F. Storm <storm@cua.dk>
5805
5806 * fringe.el: Cleanup as file is now pre-loaded.
5807 (fringe-bitmaps): Initialize unconditionally.
5808 (fringe-mode, set-fringe-style): Remove autoload cookies.
5809
5810 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5811
5812 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5813 `horizontal-bar'.
5814 (fringe-cursor-alist): Use `horizontal-bar'.
5815
5816 2006-02-20 Kim F. Storm <storm@cua.dk>
5817
5818 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5819 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5820
5821 * loadup.el: Load "fringe" on window systems.
5822
5823 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5824
5825 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5826 out of scope components.
5827
5828 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5829 default.
5830
5831 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * custom.el (customize-mark-to-save, customize-mark-as-set):
5834 Load the symbol first.
5835
5836 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5839 strech spec so it doesn't display as "^J" on the header line
5840 when `Buffer-menu-use-header-line' is t.
5841
5842 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5843
5844 * speedbar.el (speedbar-make-button): Keep text properties
5845 of string arguments if desired.
5846
5847 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5848 expessions.
5849
5850 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5851 of speedbar.
5852
5853 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5854
5855 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5856 to value of `read-file-name-completion-ignore-case'.
5857
5858 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * custom.el (customize-mark-as-set): Push to `user' theme.
5861
5862 * cus-edit.el (custom-save-variables): Allow unthemed values.
5863 (customize-set-variable): Push setting to `user' theme.
5864
5865 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5866
5867 * progmodes/gud.el: Don't require font-lock as it's now
5868 automatically loaded.
5869 (gud-speedbar-buttons): Replace gdb-var-changed with
5870 gdb-force-update.
5871
5872 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5873 gdb-var-changed.
5874 (gdb-post-prompt): Use it.
5875 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5876 (gdb-var-update-handler, gdb-var-delete)
5877 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5878 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5879 gdb-force-update in gdb-post-prompt.
5880 (gdb-reset): Clear watch expressions from speedbar when quitting.
5881
5882 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5883
5884 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5885 (viper-change-state-to-vi, viper-change-state-to-emacs):
5886 Make aware of cursor coloring in the Emacs state.
5887 (viper-special-read-and-insert-char): Use read-char-exclusive.
5888 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5889
5890 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5891
5892 * viper-util.el (viper-save-cursor-color)
5893 (viper-get-saved-cursor-color-in-replace-mode)
5894 (viper-get-saved-cursor-color-in-insert-mode)
5895 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5896 state.
5897 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5898
5899 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5900 (ediff-ignore-case-option3, ediff-actual-diff-options)
5901 (ediff-actual-diff3-options): New variables to control case sensitivity.
5902 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5903 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5904 (ediff-toggle-ignore-case): New function.
5905 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5906
5907 * ediff-help.el (ediff-long-help-message-narrow2)
5908 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5909 (ediff-long-help-message-word-mode): Add ignore-case command.
5910 (ediff-help-for-quick-help): Add ignore-case command.
5911
5912 * ediff-merg.el: Move provide to the end.
5913
5914 * ediff-ptch.el: Move provide to the end.
5915
5916 * ediff-wind.el: Move provide to the end.
5917
5918 * ediff-mult.el: Move provide to the end.
5919 (ediff-set-meta-overlay): Enable follow-link.
5920
5921 * ediff.el: Move provide to the end.
5922 Break recursive load cycle in eval-when-compile.
5923 (ediff-patch-buffer): Better heuristics.
5924
5925 * ediff-util.el: Move provide to the end.
5926 Break recursive load cycle in eval-when-compile.
5927 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5928 defuns.
5929 (ediff-submit-report): Pass the values of ediff-diff3-program,
5930 ediff-diff3-options.
5931
5932 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5933
5934 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5935 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5936 `' (for example, in the docstring of `windmove-default-keybindings').
5937
5938 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5939
5940 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5941 shadow face. Don't provide binding to edit variable when it is
5942 out of scope.
5943
5944 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5945 (gdb-var-update-handler): Detect out of scope variables with pre
5946 GDB 6.4 too.
5947 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5948 Reset status of variable objects to nil in update handlers.
5949 (gdb-var-update-handler-1): Detect when a variable object comes
5950 in scope. setcar on var changes gdb-var-list directly.
5951
5952 2006-02-17 Juri Linkov <juri@jurta.org>
5953
5954 * ffap.el (ffap) <defface>: Add explicit face declaration.
5955 (ffap-highlight): Use face `ffap' directly instead of checking
5956 for its existence.
5957
5958 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5959 `visible-ok' of `other-buffer' to find the right original buffer.
5960
5961 * info.el (Info-search): Skip `Local Variables' node.
5962
5963 2006-02-17 Juri Linkov <juri@jurta.org>
5964
5965 * info.el (Info-find-file): Check for symbols `apropos', `history',
5966 `toc' in the input filename, and return these symbols as is.
5967 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5968 `history', `toc' instead of strings.
5969 (Info-set-mode-line): For non-string Info-current-file use the
5970 symbol's name inside **.
5971 (Info-isearch-push-state): Add quote before Info-current-file and
5972 Info-current-node.
5973 (Info-isearch-pop-state): Use `equal' instead of `string='.
5974 (Info-extract-pointer, Info-following-node-name): Use
5975 `match-string-no-properties' instead of `match-string'.
5976 (Info-up): Check `old-file' for `stringp'.
5977 (Info-history): Use `equal' instead of `string-equal'.
5978 Check `file' for `stringp'.
5979 (Info-history): Use symbol `history' instead of string as first arg
5980 of `Info-find-node'.
5981 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5982 `toc' instead of string.
5983 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5984 instead of `buffer-substring', and `match-string-no-properties'
5985 instead of `match-string'.
5986 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5987 instead of strings.
5988 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5989 Use symbol `apropos' instead of string.
5990 (Info-copy-current-node-name): Check `Info-current-file' for
5991 `stringp' and construct a command with `Info-find-node' from it.
5992 (Info-fontify-node): Use `match-string-no-properties' instead of
5993 `match-string' and check file names for `stringp'.
5994 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5995 `history', `toc' instead of strings.
5996
5997 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * files.el: Rearrange functions and variables in the file local
6000 variables section.
6001
6002 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6003
6004 * files.el: Add truncate-lines, ispell-check-comments and
6005 ispell-local-dictionary as safe local variables.
6006
6007 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6008
6009 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6010 out of scope variables.
6011 (gud-speedbar-buttons): Use unless.
6012
6013 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6014 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6015 (gdb-show-changed-values): Also use for out of scope variables.
6016 (gdb-var-update-handler-1): Note if variable goes out of scope.
6017
6018 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6019
6020 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6021 default to global variable values for unsupplied args.
6022 (rcirc-get-buffer-create): Fix bug with setting the target.
6023 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6024 test for rcirc-always-use-server-buffer-flag here.
6025 (rcirc-response-formats): Add %N, which is a facified nick. %n
6026 uses the default face. Change the ACTION format string. If the
6027 "nick" is the server, don't print anything for that field.
6028 Comment fixes.
6029 (rcirc-target-buffer): Don't test
6030 rcirc-always-use-server-buffer-flag here.
6031 (rcirc-print): Squeeze extra spaces out of the text before message.
6032 (rcirc-put-nick-channel): Strip potential "@" char from nick
6033 before adding them to nick table.
6034 (rcirc-url-regexp): Improve to match address like "foo.com".
6035
6036 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6037
6038 * allout.el (allout-hidden-p): Move this defsubst before
6039 allout-overlay-interior-modification-handler, where it is first
6040 used.
6041
6042 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6043
6044 * allout.el: Use allout invisible-text overlays instead of
6045 selective display for concealed text. Also, lots of general
6046 cleanup, and improved compatibility code.
6047
6048 (allout-version) Incremented, corrected, revised, and refined
6049 module commentary.
6050
6051 (provide 'allout): Moved to the bottom, added a require of overlay.
6052
6053 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6054 `except-current'.
6055 (allout-write-file-hook-handler): Minimize delay.
6056 (count-trailing-whitespace-region): New function so
6057 auto-encryption of current topic can resituate cursor exactly.
6058 PGP/GPG encryption trims trailing whitespace from lines, which
6059 must be accounted for across encryption then decryption.
6060
6061 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6062 just plain "\C-c", to avoid intruding on user's keybinding space.
6063
6064 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6065 parameter, so user request to provide a new password is done.
6066
6067 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6068 Refined mechanism for auto-filling behavior while in allout mode.
6069
6070 (allout-mode): Explicitly specify the mode map in the docstring.
6071 Clarify provision for various write-file hook var names.
6072 Adjusted for invisible-text overlays instead of selective-display.
6073
6074 (allout-depth): Really return 0 if not within any topic. This
6075 rectifies `allout-beginning-of-level' and sequence numbering
6076 errors that occur when cutting and pasting numbered topics.
6077 Changed from a in-line subst to a regular function, as well.
6078
6079 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6080
6081 (allout-end-of-subtree, allout-end-of-subtree)
6082 (allout-end-of-entry, allout-end-of-current-heading)
6083 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6084 (allout-show-children, allout-show-to-offshoot)
6085 (allout-hide-current-entry, allout-show-current-entry): Rectified
6086 handling of trailing blank lines between items.
6087
6088 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6089 (allout-current-depth, allout-unprotected, allout-hidden-p)
6090 (allout-on-current-heading-p, allout-listify-exposed)
6091 (allout-chart-subtree, allout-goto-prefix)
6092 (allout-back-to-current-heading, allout-get-body-text)
6093 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6094 (allout-hide-region-body, allout-toggle-subtree-encryption)
6095 (allout-encrypt-string, allout-encrypted-key-info)
6096 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6097 (allout-file-vars-section-data): Adjusted for use with
6098 invisible-text overlays instead of selective-display.
6099
6100 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6101 Reworked for use with invisible text overlays.
6102
6103 (allout-current-topic-collapsed-p): New function.
6104
6105 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6106 to know when to close the containing topic.
6107
6108 (allout-pre-command-business, allout-post-command-business):
6109 Simplify undo-batching and dynamic isearch exposure.
6110
6111 (allout-set-overlay-category): New for invisible-text overlays.
6112 Sets properties of allout-overlay-category, used by
6113 allout-flag-region to set invisible-text overlay properties.
6114 (allout-get-invisibility-overlay): Get the first qualifying
6115 invisibility overlay, so we can find the extent of it.
6116 (allout-back-to-visible-text): Get to just before the beginnining
6117 of the current invisibility overlay, if any.
6118
6119 (allout-overlay-insert-in-front-handler)
6120 (allout-overlay-interior-modification-handler)
6121 (allout-before-change-handler, allout-isearch-end-handler): New
6122 functions to handle extraordinary actions affecting concealed
6123 text.
6124
6125 (allout-flag-region): Use overlays instead of selective-display
6126 for invisible text - by inheritence from the properties of
6127 allout-overlay-category in mainline Emacs, and applied
6128 property-by-property in XEmacs, some recent versions of which
6129 don't inherit the properties from the category. Provisions to
6130 respond to concealed-text edits simplified drastically.
6131
6132 (allout-isearch-rectification, allout-isearch-was-font-lock)
6133 (allout-isearch-expose, allout-enwrap-isearch)
6134 (allout-isearch-abort, allout-pre-was-isearching)
6135 (allout-isearch-prior-pos, allout-isearch-did-quit)
6136 (allout-isearch-dynamic-expose)
6137 (allout-hide-current-entry-completely): Functions deleted.
6138
6139 (allout-undo-aggregation): Explicit undo aggregation no longer
6140 necessary due to transition away from selective-display.
6141
6142 (set-allout-regexp, allout-up-current-level)
6143 (allout-next-visible-heading, allout-forward-current-level)
6144 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6145 (allout-kill-line, allout-yank-processing, allout-show-children)
6146 (allout-expose-topic, allout-old-expose-topic)
6147 (allout-listify-exposed, allout-insert-latex-header)
6148 (allout-toggle-subtree-encryption, allout-encrypt-string)
6149 (remove-from-invisibility-spec, allout-hide-current-subtree):
6150 Ditched unused variables.
6151
6152 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
6153
6154 * textmodes/ispell.el (ispell-change-dictionary): Call
6155 ispell-buffer-local-dict instead of
6156 ispell-accept-buffer-local-defs.
6157 (ispell-local-dictionary-alist): Accept as valid any coding-system
6158 supported by Emacs.
6159 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6160 changed to iso-8859-3.
6161
6162 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6163
6164 * speedbar.el (speedbar-frame-width): Make an inline function
6165 instead of a macro. Use frame-width.
6166 (speedbar-try-completion, speedbar-update-contents)
6167 (speedbar-timer-fn): Use consp.
6168 (speedbar-update-localized-contents): Try to preserve point.
6169
6170 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6171 (menu): Re-order menu items.
6172 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6173 field.
6174 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6175 (gdb-post-prompt): Speed things by not forcing update.
6176
6177 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6180 press and perform default action if we get a mouse movement event.
6181
6182 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * calendar/icalendar.el (icalendar--get-event-property)
6185 (icalendar--get-event-property-attributes): Fix typos in
6186 docstrings.
6187
6188 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6189 docstring.
6190
6191 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * bs.el (bs-mode): Use `buffer-disable-undo'.
6194 (bs--get-file-name): Simplify.
6195 (bs-show-in-buffer): Mark the buffer as not modified.
6196
6197 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6200 widget-button-click.
6201
6202 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6203 (custom-mode): Update docstring.
6204
6205 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6206 binding.
6207
6208 * files.el (hack-local-variables-confirm): Allow scrolling if the
6209 file variable list is too long. Kill temp buffer after use.
6210
6211 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6212
6213 * progmodes/gud.el (gdb): Improve doc string.
6214 (gdb-script-font-lock-keywords): Expand allowed character set.
6215
6216 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6217 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6218 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6219 (gdb-separate-io-stop, gdb-separate-io-eof):
6220 Rename from gdb-inferior-* to gdb-separate-*.
6221 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6222
6223 2006-02-14 Jay Belanger <belanger@truman.edu>
6224
6225 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6226 expression is a symbol before checking that it is bound.
6227
6228 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6229 test to see if equation can be solved.
6230
6231 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * wid-edit.el (widget-button-click): Use :pressed-face property
6234 for overlay face, if it exists.
6235
6236 * cus-edit.el (custom-manual, custom-add-see-also)
6237 (custom-add-parent-links, custom-group-link): Add :pressed-face
6238 property to links.
6239
6240 * files.el (hack-local-variables): Remove ignored variables before
6241 checking if any variables need setting.
6242
6243 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6244
6245 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6246
6247 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6248
6249 * help.el (where-is): Fix message for remapped commands.
6250
6251 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6252 Fix typos in docstrings.
6253
6254 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * files.el (safe-local-variable-values): New option.
6257 (hack-local-variables-prop-line): Return a list of variable-value
6258 pairs if MODE-ONLY is non-nil.
6259 (hack-local-variables): Construct list of variable-value pairs,
6260 and apply or reject them in one go. Ask for confirmation if
6261 variables are not known safe.
6262 (hack-local-variables-confirm): Complete rewrite. Support
6263 `safe-local-variable-values'.
6264 (enable-local-variables): Update docstring to reflect new
6265 behavior.
6266 (ignored-local-variables): Ignore ignored-local-variables and
6267 safe-local-variable-values.
6268 (safe-local-variable-p): New function.
6269 (risky-local-variable-p): `safe-local-variable' property check
6270 moved to safe-local-variable-p.
6271 (hack-one-local-variable): Checks moved to hack-local-variables.
6272
6273 (byte-compile-dynamic, c-basic-offset, c-file-style)
6274 (c-indent-level, comment-column, fill-column, fill-prefix)
6275 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6276 (no-update-autoloads, outline-regexp, page-delimiter)
6277 (paragraph-start, paragraph-separate, sentence-end)
6278 (sentence-end-double-space tab-width, version-control):
6279 Add `safe-local-variable' property.
6280
6281 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6282
6283 * icomplete.el, play/landmark.el: Change nonexistent
6284 `outline-layout' file variable to `allout-layout'.
6285
6286 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6287
6288 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6289 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6290 to gud-comint-buffer.
6291 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6292 gdb-ui.el for gdb-mi.el.
6293 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6294 registers buffer to gdb-get-changed-registers.
6295 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6296 deletion of catchpoints (throw and catch).
6297 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6298 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6299 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6300 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6301 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6302
6303 2006-02-13 Jay Belanger <belanger@truman.edu>
6304
6305 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6306 expression is a symbol before checking that it is bound.
6307
6308 2006-02-13 Richard M. Stallman <rms@gnu.org>
6309
6310 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6311 for the minibuffer too, but not if resize-mini-windows will interfere.
6312
6313 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6314 inside `interactive' spec.
6315 (describe-key-briefly-internal, describe-key-internal):
6316 Functions merged back into their callers.
6317
6318 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6319
6320 * info.el (info-xref-visited): Inherit from info-xref too.
6321 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6322 when propertizing Info-current-file and Info-current-node.
6323
6324 2006-02-13 Juri Linkov <juri@jurta.org>
6325
6326 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6327 (tumme-thumb-name): Fix per-directory format.
6328
6329 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6332
6333 2006-02-12 Miles Bader <miles@gnu.org>
6334
6335 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6336
6337 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6338
6339 * tumme.el: Remove history section. If someone needs the it, it
6340 can always be found in CVS.
6341
6342 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6343
6344 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6345 about the Thumbnail Managing Standard option.
6346
6347 2006-02-12 Richard M. Stallman <rms@gnu.org>
6348
6349 * subr.el (substitute-key-definition): Doc fix.
6350
6351 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6352
6353 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6354
6355 * info.el (Info-mode): Doc fix.
6356
6357 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6358
6359 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6362 because on Solaris a POSIX compatible "id" is needed. Reported by
6363 Magnus Henoch <mange@freemail.hu>.
6364
6365 2006-02-12 Juri Linkov <juri@jurta.org>
6366
6367 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6368 (tumme) <defgroup>: Change :group to `multimedia'.
6369 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6370 Managing Standard.
6371 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6372 Fix dostring.
6373 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6374 and %y. Fix docstring.
6375 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6376 (tumme-cmd-create-standard-thumbnail-command): New user options.
6377 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6378 is `standard'. Fix docstring.
6379 (tumme-thumb-width, tumme-thumb-height): New user options.
6380 (tumme-external-viewer): Try to find various viewers.
6381 (tumme-get-thumbnail-image): Use `create-image' instead of
6382 constructing the `image' structure.
6383 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6384 `standard'.
6385 (tumme-thumb-name): Add file name generation for standard storage.
6386 Simplify code for other storages.
6387 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6388 Add modification time %m and thumbnail-nq8 %q.
6389 Use `tumme-cmd-create-standard-thumbnail-command' if
6390 tumme-thumbnail-storage is `standard'.
6391 (tumme-dired-insert-marked-thumbs): New autoload command.
6392 (tumme-dired-after-readin-hook): New function.
6393 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6394 `tumme-thumb-size'.
6395 (tumme-display-image): Replace size-x %x and size-y %y with
6396 width %w and height %h.
6397
6398 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6399 `tumme-dired-insert-marked-thumbs'.
6400
6401 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6402
6403 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6404 include path).
6405 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6406 matching tag.
6407
6408 2006-02-12 Miles Bader <miles@gnu.org>
6409
6410 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6411 New variables.
6412 (rcirc-abbrev-nick): New function.
6413 (rcirc-format-response-string): Rewrite to use the formats in
6414 `rcirc-response-formats' and expand escape sequences therein.
6415 A text-property `rcirc-text' is added over the actual response
6416 text to make easy to find inside the returned string.
6417 (rcirc-print): When filling, just look for the `rcirc-text'
6418 text-property to find the appropriate fill prefix, instead of
6419 using hardwired patterns.
6420
6421 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6422
6423 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6424 Managing Standard.
6425
6426 2006-02-11 Kim F. Storm <storm@cua.dk>
6427
6428 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6429 Don't use insert-buffer; do insert-buffer-substring directly.
6430 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6431
6432 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6433
6434 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6435 with inhibit-read-only. Suggested by Stefan Monnier.
6436 (revert-buffer): Let insert-file-contents discard
6437 buffer-undo-list. Simplify code.
6438 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6439
6440 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6441
6442 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6443
6444 * help.el (describe-key-briefly): Now a wrapper for
6445 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6446 to t. Populate yank-menu if empty.
6447 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6448 (describe-key): Now a wrapper for describe-key-internal. Bind
6449 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6450 (describe-key-internal): Renamed from describe-key.
6451
6452 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6453
6454 * progmodes/glasses.el (glasses-separator): Doc fix.
6455 (glasses-original-separator): New defcustom.
6456 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6457
6458 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6459
6460 * mwheel.el (mouse-wheel-up-event): Doc fix.
6461
6462 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6463
6464 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6465 (tumme-dir): New function. Copied from thumbs.el.
6466
6467 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6468
6469 * desktop.el (desktop-outvar): Fix typo.
6470 (desktop-save-buffer-p): Doc fix.
6471
6472 * subr.el (substitute-key-definition): Fix typo.
6473
6474 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6475
6476 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6477 when window-system is mac.
6478
6479 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6480
6481 2006-02-10 Kim F. Storm <storm@cua.dk>
6482
6483 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6484 indirect-function instead of using condition-case.
6485
6486 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6487
6488 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6489 less `colloquial'...
6490
6491 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6492
6493 * tumme.el: Add a couple of todo items.
6494
6495 2006-02-09 Lars Hansen <larsh@soem.dk>
6496
6497 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6498 (highlight-changes-mode): Don't change desktop-locals-to-save.
6499
6500 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * image-mode.el (image-toggle-display): Clear image cache if using
6503 filename.
6504
6505 2006-02-09 Masatake YAMATO <jet@gyve.org>
6506
6507 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6508 a `dired-man' target.
6509
6510 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6511 boundary of symbols.
6512
6513 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6514
6515 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6516
6517 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6520 `mapcar'; return nil.
6521
6522 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6523
6524 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6525 some other event.
6526
6527 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6528
6529 * net/rcirc.el (rcirc-startup-channels-alist):
6530 Add irc.freenode.net and #emacs as defaults.
6531 (rcirc-ignore-all-activity-flag): Remove variable.
6532 (rcirc-authinfo): New variable.
6533 (rcirc-authinfo-filename): Remove variable.
6534 (rcirc-always-use-server-buffer-flag): New flag.
6535 (rcirc): M-x rcirc will automatically connect without prompting.
6536 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6537 connection in lisp.
6538 (rcirc-process-server-response-1): Remove everything but the nick
6539 portion of the sender so it doesn't need to be done everywhere
6540 else. Update related code.
6541 (global-map): Remove global keybindings.
6542 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6543 (rcirc-send-input): Split into several functions.
6544 (rcirc-process-input-line, rcirc-process-message)
6545 (rcirc-process-command): New functions.
6546 (rcirc-target-buffer): New function to determine where to route
6547 messages.
6548 (rcirc-user-nick): Save match data.
6549 (rcirc-toggle-ignore-buffer-activity)
6550 (rcirc-update-activity-string): Remove global ignore functionality,
6551 which can be done now by toggling rcirc-track-minor-mode.
6552 (rcirc-track-minor-mode-map): New keymap.
6553 (rcirc-track-minor-mode): New minor-mode.
6554 (ignore): Make the ignore output nicer. Always print it when
6555 adding or removing nicks.
6556 (rcirc-url-regexp): Improve.
6557 (rcirc-mangle-text): Remove properties before using text in the
6558 modeline.
6559 (rcirc-authenticate): Authentication data comes from
6560 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6561 (rcirc-server-prefix): Inherit from rcirc-server.
6562
6563 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6564
6565 * Makefile.in (compile): Append "|| true" to the end of the `find'
6566 command, like compile-always does.
6567
6568 2006-02-08 Sam Steingold <sds@gnu.org>
6569
6570 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6571 output from a dead connection.
6572
6573 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6574
6575 * dired.el (dired-mode-map): Add more bindings for tumme.
6576
6577 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * wdired.el (wdired-mode-map): Use remap.
6580 (wdired-get-filename): Massage.
6581 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6582 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6583 `keymap' property rather than `local-map'.
6584
6585 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6586
6587 * tumme.el (tumme-get-thumbnail-image): New utility function.
6588 Suggested by from Chong Yidong.
6589 (tumme-dired-with-window-configuration): Rename from
6590 `tumme-dired'. Add code to save window configuration.
6591 (tumme-restore-window-configuration): New command to restore the
6592 window configuration that `tumme-dired-with-window-configuration'
6593 saves before it changes the window configuration.
6594 (tumme-show-all-from-dir): New command to display thumbnails for
6595 all files in a directory entered by the user, like M-x thumbs.
6596 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6597 have been created.
6598 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6599 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6600 Remove obsolete test function.
6601
6602 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6603
6604 * vc.el (small-temporary-file-directory): Remove defvar; there's
6605 a defcustom for it in files.el.
6606
6607 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6608 Fix typo in message.
6609 (tumme-gallery-generate): Fix typo in `error' message.
6610 (tumme-display-window-height-correction)
6611 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6612 (tumme-line-up-interactive): Dox fixes.
6613 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6614 (tumme-restore-window-configuration, tumme-format-properties-string)
6615 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6616 Fix typos in docstrings.
6617
6618 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6619
6620 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6621
6622 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6623
6624 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6625 User should use hook if desired.
6626
6627 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6628 buffer if necessary.
6629 (gdb-delete-frame-or-window): New function.
6630 (gdb-breakpoints-mode-map): Bind "q" to it.
6631
6632 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * textmodes/nroff-mode.el: Clean up name space.
6635 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6636 (nroff-mode): Obey the global setting of nroff-electric-mode.
6637 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6638
6639 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6640
6641 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6642
6643 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6644
6645 2006-02-06 Lars Hansen <larsh@soem.dk>
6646
6647 * generic-x.el (etc-fstab-generic-mode): Add file system types
6648 cifs and usbdevfs. Allow special chars in file names.
6649
6650 2006-02-05 Jay Belanger <belanger@truman.edu>
6651
6652 Update copyright notices of the files in lisp/calc.
6653
6654 2006-02-05 Romain Francoise <romain@orebokech.com>
6655
6656 Update copyright notices of all files in the lisp/play directory.
6657
6658 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6659
6660 * ldefs-boot.el: Regenerate.
6661
6662 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6663
6664 2006-02-05 Kim F. Storm <storm@cua.dk>
6665
6666 * files.el (magic-mode-regexp-match-limit): New defvar.
6667 (set-auto-mode): Use it to limit magic-mode-alist matching.
6668
6669 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6670
6671 * simple.el (display-message-or-buffer): Compare the number of
6672 characters to the frame width when determining whether a 1-line
6673 message string will fit in the echo area. Count screen lines
6674 instead of buffer lines when determining whether a multi-line
6675 message will fit in the echo area/minibuffer window.
6676
6677 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6678
6679 * info.el (Info-index, Info-mode): Improve the description of the
6680 `i' command.
6681
6682 * ldefs-boot.el: Regenerate.
6683
6684 2006-02-03 Werner Lemberg <wl@gnu.org>
6685
6686 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6687 greedy to find the closing bracket in \*[...] and similar
6688 expressions. This is a first rough fix -- many additional
6689 refinements are necessary to make nroff mode really usable with groff.
6690
6691 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6692
6693 * international/mule-cmds.el (set-locale-environment):
6694 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6695 libX11.
6696
6697 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6698
6699 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6700 archive are created in archive-tmpdir.
6701
6702 2006-02-02 John Paul Wallington <jpw@pobox.com>
6703
6704 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6705 (ibuffer-fontification-alist): Use it.
6706 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6707 to "* z" and the Ibuffer Mark menu.
6708
6709 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6710
6711 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * textmodes/table.el (*table--cell-describe-mode)
6714 (*table--cell-describe-bindings): Undo last change since
6715 print-help-return-message is not obsoleted by anything at all.
6716
6717 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6718
6719 * emulation/cua-base.el (cua-mode): Doc fix.
6720
6721 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6722
6723 * dframe.el (dframe-handle-make-frame-visible)
6724 (dframe-handle-iconify-frame, dframe-get-focus)
6725 (dframe-select-attached-frame, dframe-power-click)
6726 (dframe-frame-mode): Fix typos in docstrings.
6727
6728 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6729 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6730 Fix typos in docstrings.
6731
6732 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6733 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6734 (hi-lock-archaic-interface-message-used)
6735 (hi-lock-file-patterns-range): Fix typos in docstrings.
6736
6737 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6738 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6739
6740 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6741 Fix typo in docstring.
6742
6743 * net/newsticker.el (newsticker--decode-iso8601-date)
6744 (newsticker--set-customvar, newsticker--buffer-insert-item)
6745 (newsticker--do-run-auto-mark-filter)
6746 (newsticker--parse-generic-feed): Doc fixes.
6747 (newsticker--retrieval-timer-list, newsticker-url-list)
6748 (newsticker-hide-immortal-items-in-echo-area)
6749 (newsticker-hide-obsolete-items-in-echo-area)
6750 (newsticker-new-item-face, newsticker--enclosure)
6751 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6752 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6753 (newsticker--parse-generic-feed, newsticker--cache-contains)
6754 (newsticker--stat-num-items, newsticker-download-enclosures):
6755 Fix typos in docstrings.
6756
6757 * net/rcirc.el (rcirc-debug): Doc fix.
6758 (rcirc-fill-column, rcirc-receive-message-hooks)
6759 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6760 (rcirc-mode, rcirc-generate-new-buffer-name)
6761 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6762 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6763 Fix typos in docstrings.
6764 (rcirc-print): "?\ " -> "?\s".
6765 (rcirc-cmd-join): Improve argument/docstring consistency.
6766
6767 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6768
6769 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6770 before narrow-to-region.
6771
6772 2006-02-01 Richard M. Stallman <rms@gnu.org>
6773
6774 * simple.el (move-beginning-of-line): Scan properly for invis change.
6775
6776 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6777
6778 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6779
6780 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6781 change bit only when id-format is 'integer. Reported by Matt
6782 Hodges <M.P.Hodges@rl.ac.uk>.
6783
6784 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * hilit-chg.el (highlight-changes-initial-state)
6787 (highlight-changes-global-initial-state): Doc fixes.
6788 (highlight-changes-global-modes, global-highlight-changes):
6789 Fix typos in docstrings.
6790
6791 2006-02-01 Kim F. Storm <storm@cua.dk>
6792
6793 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6794 transient-mark-mode in doc string.
6795
6796 2006-01-31 Richard M. Stallman <rms@gnu.org>
6797
6798 * replace.el (multi-occur): Doc fix.
6799 (multi-occur-in-matching-buffers): Rename from
6800 multi-occur-by-filename-regexp. Prefix arg says match
6801 buffer names instead of file names.
6802
6803 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * bs.el: Allow non-default values of `bs-header-lines-length'.
6806 (bs--running-in-xemacs): Remove (not needed anymore).
6807 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6808 instead of `shrink-window', thus avoiding having to compute the
6809 height of the window.
6810 (bs--up): Wrap around even when there's no header.
6811 (bs--down): Use `forward-line' instead of `next-line'.
6812
6813 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6814
6815 * image-mode.el (image-toggle-display): Use file name if possible,
6816 instead of unnecessarily allocating a (possibly huge) lisp string.
6817
6818 2006-01-30 John Paul Wallington <jpw@pobox.com>
6819
6820 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6821 because the `assert' macro signals it at runtime.
6822
6823 * emacs-lisp/cl.el (toplevel): Remove definition of
6824 `cl-assertion-failed' condition.
6825
6826 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6827
6828 * thumbs.el (thumbs-marked-list): Make buffer-local and
6829 permanent-local.
6830 (thumbs-insert-thumb): Make help-echo non-sticky.
6831 (thumbs-file-alist): Use eolp as check for (non)-image.
6832
6833 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6836 (ediff-before-session-group-setup-hooks)
6837 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6838 Fix typos in docstrings.
6839
6840 * window.el (bw-dir, bw-eqdir, balance-windows)
6841 (split-window-keep-point): Fix typos in docstrings.
6842
6843 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6844 (org-quote-string, org-calendar-to-agenda-key)
6845 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6846 (org-show-following-heading, org-tags-column)
6847 (org-use-tag-inheritance, org, org-allow-space-in-links)
6848 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6849 (org-enable-table-editor, org-calc-default-modes)
6850 (org-table-allow-automatic-line-recalculation)
6851 (org-export-html-style, org-export-with-fixed-width)
6852 (org-export-with-sub-superscripts, org-special-keyword)
6853 (org-formula, org-time-grid, org-table-may-need-update)
6854 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6855 (org-goto-quit, org-get-indentation, org-end-of-item)
6856 (org-move-item-down, org-move-item-up)
6857 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6858 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6859 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6860 (org-agenda-log-mode, org-agenda-toggle-diary)
6861 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6862 (org-agenda-file-to-end, org-agenda-no-heading-message)
6863 (org-agenda-get-closed, org-format-agenda-item)
6864 (org-cmp-priority, org-cmp-category, org-cmp-time)
6865 (org-agenda-change-all-lines, org-agenda-diary-entry)
6866 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6867 (org-link-search, org-camel-to-words, org-open-file)
6868 (org-remember-handler, org-table-convert-region)
6869 (org-table-move-row-down, org-table-move-row-up)
6870 (org-table-copy-region, org-table-wrap-region)
6871 (org-table-toggle-vline-visibility)
6872 (org-table-get-vertical-vector, org-table-modify-formulas)
6873 (org-table-get-specials, org-recalc-commands)
6874 (org-table-rotate-recalc-marks, org-table-eval-formula)
6875 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6876 (org-level-color-stars-only, org-insert-heading):
6877 Fix typos in docstrings.
6878 (last-arg): Add defvar.
6879
6880 * makefile.w32-in (WINS): Add erc.
6881 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6882
6883 2006-01-29 Bill Wohler <wohler@newt.com>
6884
6885 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6886 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6887 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6888 (mh-autoloads): Don't use comments on otherwise empty lines.
6889
6890 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6891
6892 * emulation/viper.el (viper-major-mode-modifier-list): Add
6893 insert-state and vi-state entries for erc-mode.
6894 (viper-go-away, viper-set-hooks): Add and remove
6895 viper-comint-mode-hook from erc-mode-hook as appropriate.
6896
6897 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6898
6899 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * bs.el (bs--format-aux): Implement `middle' alignment as
6902 described in the docstring for `bs-attributes-list'.
6903 (bs--get-name): Simplify. Don't pad the buffer name.
6904
6905 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6906
6907 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6908 English aspell dictionary is installed, use the first entry of
6909 ispell-dictionary-alist-1.
6910
6911 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6912
6913 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6914 Doc fix.
6915
6916 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6917
6918 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6919 for `process-file', in order to let it work for older Emacsen too.
6920
6921 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6922
6923 * international/latexenc.el: Add a suitable `coding:' tag.
6924 (latexenc-find-file-coding-system): Undo last change.
6925
6926 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6927
6928 * international/latexenc.el (latexenc-find-file-coding-system):
6929 Make sure latexenc-main-file is a regular file and is readable.
6930
6931 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6932
6933 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6934 Pass FILE to vc-user-login-name.
6935
6936 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6937
6938 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6939
6940 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6941 there are no more images to display.
6942 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6943 the next image.
6944
6945 2006-01-26 Richard M. Stallman <rms@gnu.org>
6946
6947 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6948
6949 * wid-edit.el (advertised-widget-backward): New alias.
6950 (widget-keymap): Use advertised-widget-backward for S-TAB.
6951
6952 * tumme.el: Correct the keywords.
6953 (tumme-dir-max-size): Use defvar.
6954 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6955
6956 * simple.el (move-beginning-of-line): Take account of fields.
6957 (clone-indirect-buffer-other-window): Take args like
6958 clone-indirect-buffer, and work like it.
6959
6960 * help-fns.el (describe-function): Don't pass `nil' as default.
6961
6962 * files.el (risky-local-variable-p): Follow var aliases.
6963
6964 * subr.el (lazy-completion-table): Doc fix.
6965
6966 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6967 global binding of `line'.
6968
6969 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6970
6971 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6972 Tramp.
6973
6974 * vc.el (vc-default-dired-state-info): Pass FILE to
6975 vc-user-login-name.
6976 (vc-default-update-changelog): Don't use vc-user-login-name, we
6977 don't need it here.
6978
6979 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6980 no longer necessary.
6981
6982 2006-01-25 Kenichi Handa <handa@m17n.org>
6983
6984 * international/mule.el (decode-char): Avoid the overhead of
6985 calling utf-lookup-subst-table-for-decode if
6986 utf-translate-cjk-mode is nil.
6987 (encode-char): Avoid the overhead of calling
6988 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6989 nil.
6990
6991 2006-01-22 Kenichi Handa <handa@m17n.org>
6992
6993 * international/mule.el (make-subsidiary-coding-system): Reset
6994 `coding-system-define-form' property of subsidiaries to nil.
6995 Avoid duplicated entry in coding-system-alist.
6996 (make-coding-system): Avoid duplicated entry in
6997 coding-system-alist.
6998 (define-coding-system-alias): Likewise.
6999
7000 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * completion.el: Minor fixes in introductory comment.
7003 (completion-def-wrapper): Fix alist.
7004
7005 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7006
7007 * thumbs.el (thumbs-new-image-size): New function.
7008 (thumbs-increment-image-size-element)
7009 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7010 (thumbs-decrement-image-size): Delete.
7011 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7012 temp files and use to resize.
7013 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7014 Use increment argument to enlarge/shrink. Preserve point.
7015 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7016 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7017 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7018 (thumbs-mark, thumbs-unmark): Preserve point.
7019 (thumbs-modify-image): Keep old temp files and use to modify.
7020 Cleanup old temp files at load time. Preserve point.
7021 (thumbs-view-image-mode-map): Use new command names.
7022
7023 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7026
7027 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7028 the nastiest part of the cyclic dependency.
7029 (cal-menu-update): Use dotimes and calendar-increment-month.
7030
7031 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7032 (calendar-week-start-day): Add an :initializer.
7033 (calendar-mode-map): Use suppress-keymap, and command remapping.
7034 (describe-calendar-mode): Setup xref-stack info for the back button.
7035 (calendar-star-date): Insert before delete.
7036 (calendar-set-mode-line): Add file-modified info if applicable.
7037 (calendar-increment-month): New function.
7038
7039 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7040
7041 * font-lock.el (lisp-font-lock-keywords-2):
7042 Recognize "& keywords" only at word boundaries.
7043
7044 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7047 and permanent-local.
7048 (thumbs-max-image-number): New variable.
7049 (thumbs-do-thumbs-insertion): Use them.
7050 (thumbs-per-line): Change default to 4.
7051 (thumbs-marked-list): Rename from thumbs-markedL.
7052 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7053 (thumbs-rename-images): Use -list instead of L for internal variables.
7054 (thumbs-call-convert): Use call-process instead of shell-command.
7055 (thumbs-insert-thumb): Add filename as help-echo to each image.
7056 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7057 Give dir to thumbs-show-thumbs-list.
7058 (thumbs-show-thumbs-list): Set default-directory to that of images.
7059 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7060 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7061 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7062 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7063
7064 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * ses.el (ses-read-cell): Provide a default value.
7067
7068 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * term/w32-win.el (image-library-alist): Add additional names for
7071 GIF library.
7072
7073 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7074
7075 * international/latexenc.el (latexenc-find-file-coding-system):
7076 Add file-regular-p check.
7077
7078 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * simple.el (clone-buffer): Don't show the new buffer in the same
7081 window.
7082
7083 2006-01-23 Juri Linkov <juri@jurta.org>
7084
7085 * faces.el (link, link-visited): New faces based on default values
7086 of `info-xref' and `info-xref-visited'.
7087
7088 * info.el (info-xref): Inherit from `link'.
7089 (info-xref-visited): Inherit from `link-visited'.
7090
7091 * cus-edit.el (custom-buffer-create-internal): Use widget type
7092 `custom-manual' instead of `info-link' and don't set properties
7093 `button-face' and `mouse-face' explicitly.
7094 (custom-browse-group-tag, custom-browse-variable-tag)
7095 (custom-browse-face-tag): Inherit from widget class
7096 `custom-group-link' instead of `push-button'.
7097 (custom-button-unraised): Inherit from `underline' face.
7098 (custom-link): Inherit from `link' face. Fix doc and group.
7099 (custom-add-parent-links, custom-group-value-create): Don't set
7100 properties `button-face' and `mouse-face' explicitly for
7101 `custom-group-link' widget.
7102 (custom-group-link): Add properties `button-face' and `mouse-face'
7103 to widget definition.
7104 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7105 editable-field's :keymap property.
7106 (custom-mode): Fix docstring: substitute keybindings for
7107 `widget-forward' and `widget-backward' from `widget-keymap',
7108 `widget-complete' from `custom-field-keymap', replace old
7109 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7110
7111 * desktop.el (desktop-load-file): Check for `fboundp' before
7112 calling `symbol-function'.
7113
7114 * simple.el (clone-buffer, clone-indirect-buffer)
7115 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7116 `read-string'. Fix prompts.
7117
7118 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7119
7120 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7123
7124 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7125
7126 * startup.el (inhibit-splash-screen, initial-scratch-message):
7127 Doc fixes.
7128
7129 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
7130
7131 Sync with Tramp 2.0.52.
7132
7133 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7134 net/tramp-vc.el: Add code for unloading Tramp. See comment before
7135 `tramp-unload-tramp' for checklist.
7136
7137 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7138 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
7139 (tramp-unload-file-name-handler-alist)
7140 (tramp-unload-tramp): New defuns.
7141 (tramp-advice-PC-expand-many-files): New defadvice.
7142 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7143 removed.
7144 (tramp-handle-expand-file-name): Remove double slash.
7145 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7146 It doesn't matter, because it will be converted later on.
7147 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
7148 implementation was just heuristic.
7149 (tramp-post-connection): Set uid and gid properties.
7150 (tramp-convert-file-attributes): Set file's gid change bit.
7151 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7152 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7153 in case of su(do)? methods. The home directory of the local user
7154 will be taken else.
7155 (tramp-open-connection-telnet)
7156 (tramp-open-connection-rsh, tramp-open-connection-su)
7157 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
7158 local shell prompt could hurt. Reported by Romain Francoise
7159 <romain@orebokech.com>.
7160 (tramp-let-maybe): Add `edebug-form-spec' property.
7161 (tramp-handle-expand-file-name): Bind `default-directory' locally
7162 to "/" in order to avoid problems with UNC shares or Cygwin
7163 mounts.
7164 (tramp-md5-function): Fix typo in error message.
7165
7166 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7167
7168 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7169 for byte-compiler pacification.
7170
7171 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7172
7173 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7174 ID-FORMAT `string'. This allows us to get rid of
7175 `vc-user-login-name UID'.
7176
7177 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7178
7179 2006-01-22 John Paul Wallington <jpw@pobox.com>
7180
7181 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7182
7183 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7184
7185 * emacs-lisp/find-func.el (find-definition-noselect)
7186 (find-variable-noselect): Search variables in C source code too.
7187 (find-function-C-source, find-function-noselect, find-function)
7188 (find-function-other-frame, find-variable-noselect, find-variable)
7189 (find-variable-other-frame, find-variable-at-point):
7190 Fix docstrings.
7191
7192 2006-01-21 Francesco Potorti` <pot@gnu.org>
7193
7194 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7195
7196 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7197
7198 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7199 Default to disabling the "Save affix" question.
7200
7201 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7202
7203 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7204 the first arg to run-python.
7205
7206 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7207
7208 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7209 is not loaded.
7210
7211 2006-01-20 Jay Belanger <belanger@truman.edu>
7212
7213 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7214 limit is 0.
7215
7216 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7217 the correct variable.
7218
7219 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7220
7221 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7222 link. Fixed buggy argument sequence in call to `org-view-tags'.
7223 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7224 (org-prefix-has-tag): New variable.
7225 (org-format-agenda-item): Remove tags from headline if
7226 appropriate.
7227 (org-agenda-remove-tags-when-in-prefix): New option.
7228 (org-get-tags-at): New function.
7229
7230 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7233 (thumbs-find-image): Move image name and number from buffer name
7234 to mode name. Set thumbs-buffer. Preserve point so that large
7235 images remain visible.
7236 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7237 order.
7238 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7239 mode name.
7240 (thumbs-next-image, thumbs-previous-image): Make them work.
7241
7242 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7243
7244 * cus-edit.el (custom-buffer-create-internal): State in the text above
7245 the whole buffer buttons that they do not operate on hidden items.
7246 (custom-face-menu): Use `custom-face-save' instead of
7247 `custom-face-save-command'.
7248 (custom-face-save-command): Make it an alias for `custom-face-save'
7249 and declare it obsolete.
7250 (custom-face-save): Doc fix.
7251
7252 * dired.el (dired-no-confirm): Add quote.
7253 (dired-subdir-alist-pre-R): Add quote in
7254 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7255
7256 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * textmodes/table.el (table-mode-indicator): Typo in last change.
7259
7260 2006-01-19 Richard M. Stallman <rms@gnu.org>
7261
7262 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7263 Fixes bug reported in Nov 2005.
7264
7265 * isearch.el (isearch-forward): Doc fix.
7266
7267 * dired.el (dired-move-to-filename-regexp): Define as alias.
7268 (dired-no-confirm): Use defcustom.
7269 (dired-subdir-alist-pre-R): Put defvar at top level.
7270
7271 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7272
7273 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7274 Mark as risky.
7275
7276 * simple.el (set-mark-command): Doc fix.
7277 (clone-indirect-buffer-other-window):
7278 Read arg like clone-indirect-buffer.
7279 (move-beginning-of-line): Skip invisible newlines.
7280
7281 2006-01-19 Masatake YAMATO <jet@gyve.org>
7282
7283 * progmodes/cpp.el (cpp-edit-load): Make the order of
7284 listed conditions in a base C code buffer and its associate
7285 CPP Edit buffer the same.
7286
7287 2006-01-19 Kenichi Handa <handa@m17n.org>
7288
7289 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7290 (rmail-mime-feature): Likewise.
7291 (rmail-require-mime-maybe): Use display-warning to show a warning
7292 message.
7293
7294 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7295 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7296
7297 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * array.el: Move defvars out of eval-when-compile.
7300 (array-make-template): Replace undeclared global var with a local one.
7301 (array-mode): Inline initialization functions.
7302 (array-init-local-variables, array-init-max-row)
7303 (array-init-max-column, array-init-columns-per-line)
7304 (array-init-field-width, array-init-rows-numbered)
7305 (array-init-line-length, array-init-lines-per-row): Remove.
7306
7307 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7308 (doc-mode-map): Define explicitly.
7309 (doctor-txtype): Use mapc.
7310
7311 * textmodes/table.el: Move defvars out of eval-when-compile.
7312 Remove harmful code meant to avoid byte-compiler warnings.
7313 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7314 specification that checks table-fixed-width-mode directly.
7315 (table-recognize-region, table-recognize-cell):
7316 Use restore-buffer-modified-p.
7317 (table-fixed-width-mode): Remove code that refreshes
7318 table-fixed-mode-indicator.
7319 (*table--cell-describe-bindings, *table--cell-describe-mode):
7320 Avoid obsolete name print-help-return-message.
7321 (table--test-cell-list): Don't use replace-regexp from elisp.
7322 (table--point-entered-cell-function, table--point-left-cell-function):
7323 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7324
7325 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7326 that was after the end of file. Use buffer-file-name variable.
7327 (org-timestamp-change): Use with-current-buffer.
7328 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7329 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7330 `file'.
7331
7332 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7333 (fortran-break-line): Remove unused var `opoint'.
7334 (fortran-abbrev-start): Obey help-event-list.
7335
7336 2006-01-18 Jesper Harder <harder@phys.au.dk>
7337
7338 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7339
7340 2006-01-18 Masatake YAMATO <jet@gyve.org>
7341
7342 * progmodes/make-mode.el (makefile-imake-mode): New mode
7343 derived from makefile-mode.
7344 (makefile-imake-mode-syntax-table): New syntax table
7345 derived from makefile-mode-syntax-table.
7346 (makefile-mode): Write about makefile-imake-mode in doc string.
7347 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7348 (makefile-imake-font-lock-keywords): New font lock keywords.
7349
7350 * files.el (auto-mode-alist): Add Imakefile.
7351
7352 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7353
7354 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7355 loading the file rather than when turning on flyspell-mode.
7356
7357 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7358
7359 * cus-edit.el (customize-rogue): Minor doc fix.
7360
7361 2006-01-17 Juri Linkov <juri@jurta.org>
7362
7363 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7364 instead of the file at the mark as default if the file at the mark
7365 is the same as the file at point or if dired-dwim-target-directory
7366 is not the same as the current directory and the mark is not active.
7367
7368 * log-view.el (log-view-minor-wrap): Use the same logic to get
7369 revisions as `log-view-diff'.
7370
7371 * info.el (Info-revert-find-node): Check for Info-current-file
7372 before preserving new-history.
7373
7374 * man.el (Man-heading-regexp): Add `/'.
7375
7376 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7377 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7378
7379 2006-01-16 Juri Linkov <juri@jurta.org>
7380
7381 * faces.el (mode-line-faces): New defgroup.
7382 (mode-line-highlight): Move definition after new defgroup.
7383 (mode-line, mode-line-inactive, mode-line-highlight):
7384 Replace :group `modeline' with `mode-line-faces'.
7385 (mode-line-buffer-id): New face.
7386 (modeline-buffer-id): New face alias.
7387 (vertical-border): Remove :group `modeline'.
7388
7389 * bindings.el (propertized-buffer-identification): Use face
7390 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7391 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7392 (mode-line-buffer-identification-keymap): For mouse-1 replace
7393 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7394 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7395 mouse-3.
7396
7397 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7398 Buffer-menu-buffer. Doc fix.
7399 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7400 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7401 `Buffer-menu-buffer'.
7402
7403 * info.el (Info-mode-line-node-keymap): New defvar.
7404 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7405 Propertize Info-current-node with `mode-line-buffer-id' and
7406 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7407
7408 * time.el (display-time-mail-face): Replace :group `faces' with
7409 `mode-line-faces'.
7410
7411 2006-01-16 Kenichi Handa <handa@m17n.org>
7412
7413 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7414
7415 * language/european.el (cp1252): New alias for windows-1252.
7416
7417 * international/mule.el (autoload-coding-system): Prepare for EOL
7418 variants.
7419
7420 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7421
7422 * term.el (term-raw-map): Add mapping for insert.
7423 (term-send-insert): New.
7424 (term-mode): Make variables local here instead of doing it in
7425 `term-emulate-terminal'.
7426 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7427 Scroll reverse needs to take into account the scroll region.
7428 Saving and restoring the cursor should save the color attributes too.
7429 (term-reset-terminal): Reset the scroll region.
7430 (term-handle-ansi-escape): Cursor up and down should take into
7431 account the scroll region.
7432 (term-set-scroll-region): Rename from `term-scroll-region'.
7433 Move to 0,0 after setting the region.
7434 (term-handle-scroll): Handle scroll up.
7435 (term-down): Fix off by one error.
7436 (term-delete-lines): Do not delete outside the scroll region.
7437 (term-insert-lines): Take into account the scroll region.
7438
7439 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * textmodes/ispell.el (ispell-internal-change-dictionary)
7442 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7443 (start, end): Move declaration outside of eval-when-compile.
7444
7445 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7446 (flyspell-mode-on): Use it.
7447
7448 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7449 ispell-kill-ispell-hook.
7450
7451 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7454 (Custom-reset-saved): Do not ask for confirmation in single option
7455 buffers.
7456
7457 2006-01-13 Richard M. Stallman <rms@gnu.org>
7458
7459 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7460
7461 2006-01-13 Romain Francoise <romain@orebokech.com>
7462
7463 * add-log.el (add-change-log-entry, change-log-merge):
7464 Conditionally use `hard-newline'.
7465
7466 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7467
7468 * wid-edit.el (widget-field-end): If the overlay is no longer
7469 associated with a buffer, behave as if the overlay didn't exist.
7470
7471 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7472 Make sure the links use the `custom-link' face.
7473
7474 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7477 (ld-script-mode): Don't set indent-line-function since we don't
7478 have one.
7479
7480 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7481
7482 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7483 application.
7484 (org-file-apps-defaults-gnu): Use mailcap as the default for
7485 selecting an application on a UNIX system.
7486 (org-agenda-show-tags): New command.
7487 (org-table-insert-hline): Keep cursor in current table line.
7488 (org-table-convert): Offset effect of modifying
7489 `org-table-insert-hline'.
7490 (org-format-agenda-item): New optional argument TAG.
7491 (org-compile-prefix-format): Handle %T format for the tag.
7492 (org-expand-wide-chars): New function.
7493 (org-table-insert-row, org-table-insert-hline):
7494 Use `org-expand-wide-chars'.
7495 (org-open-file): Fix bug in program launch.
7496 (org-get-time-of-day): Fix bug with times before 1am.
7497 (org-agenda-menu): Add tags commands.
7498
7499 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7500
7501 * textmodes/ispell.el (ispell-init-process): Include the used
7502 dictionary in ispell process start message.
7503 (ispell-internal-change-dictionary): When flyspell-mode is active
7504 and dictionary is changed, make sure ispell process is restarted
7505 and flyspell word cache cleared out for the current buffer.
7506 (ispell-change-dictionary): Make sure flyspell word cache is
7507 cleared out in all buffers with active flyspell mode when
7508 dictionary is globally changed.
7509 Call ispell-internal-change-dictionary after dictionary change.
7510
7511 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7512
7513 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7514
7515 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7516 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7517 years. Fix small differences wrt Makefile.in.
7518 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7519 Makefile.in does.
7520
7521 2006-01-12 Bill Wohler <wohler@newt.com>
7522
7523 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7524 mh-search.el.
7525
7526 2006-01-12 Masatake YAMATO <jet@gyve.org>
7527
7528 * progmodes/ld-script.el: Update copyright year.
7529
7530 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7533 Don't add widget if setting undefined.
7534
7535 2006-01-12 John Paul Wallington <jpw@pobox.com>
7536
7537 * help-fns.el (describe-variable): Remove newlines from void
7538 variable output.
7539
7540 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7541
7542 * wdired.el (wdired-mode-map): Add help echo for
7543 wdired-abort-changes.
7544
7545 * man.el (Man-file-name-regexp): Adjust for a list of files.
7546
7547 2006-01-12 Masatake YAMATO <jet@gyve.org>
7548
7549 * progmodes/ld-script.el (auto-mode-alist): Support
7550 suffix conventions used in netbsd and eCos.
7551
7552 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7553
7554 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7555 (custom-variable-menu, custom-face-menu, custom-group-menu)
7556 (Custom-mode-menu): Change names of menu items. (As discussed on
7557 emacs-devel.)
7558 (custom-face-menu): Add "Undo Edits" item.
7559
7560 * startup.el (init-file-user): defcustom -> defvar.
7561
7562 * tooltip.el (tooltip-mode): Doc fix.
7563
7564 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * reveal.el (reveal-post-command): window-buffer signals an error on
7567 dead windows rather than returning nil.
7568 (reveal-open-new-overlays): An overlay might die while we open others.
7569
7570 2006-01-11 Bill Wohler <wohler@newt.com>
7571
7572 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7573 phrasing in docstring.
7574
7575 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7576 can give some systems gas. Add new file mh-buffers.el.
7577
7578 2006-01-06 Masatake YAMATO <jet@gyve.org>
7579
7580 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7581 C preprocessor forward ported from GNU Emacs 21.2.
7582
7583 * progmodes/asm-mode.el (asm-font-lock-keywords):
7584 Use `cpp-font-lock-keywords'.
7585
7586 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7587
7588 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7589 of $ for "\\.ld[s]?".
7590
7591 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7594 (tcl-indent-line): Return `noindent' if inside a string.
7595
7596 * progmodes/flymake.el (flymake-split-string): Remove more than one
7597 empty string at beg/end of the result.
7598 (flymake-find-buildfile, flymake-find-possible-master-files):
7599 Use expand-file-name.
7600 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7601 since expand-file-name does it for us. Use directory-file-name.
7602 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7603 (flymake-ler-get-type, flymake-ler-get-text)
7604 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7605 (flymake-current-line-no): Remove spurious interactive spec.
7606 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7607 (flymake-check-include): Remove arg inc-path merged into inc-name.
7608 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7609 Arg regexp-list replaced by a simple regexp.
7610 (flymake-master-make-header-init, flymake-master-tex-init):
7611 Correspondingly replace regexp-list with a regexp. Fix regexp.
7612
7613 2006-01-10 Simon Josefsson <jas@extundo.com>
7614
7615 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7616 describing AUTH PLAIN fix.
7617
7618 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7619
7620 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7621 (report-emacs-bug): Don't record initial prompt text.
7622 Instead, add text properties to prompting text.
7623 (report-emacs-bug-hook): Delete prompting text.
7624
7625 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7628 `dirs'. Adjust callers.
7629
7630 2006-01-09 John Paul Wallington <jpw@gnu.org>
7631
7632 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7633
7634 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * reveal.el (reveal-open-new-overlays): New extracted fun.
7637 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7638 using them. Simplify the code.
7639 (reveal-post-command): Use them. Fix up obsolete windows in
7640 reveal-open-spots.
7641
7642 * progmodes/flymake.el: Use `require' rather than autoload for
7643 XEmacs's overlays.
7644 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7645 Delete. Use file-relative-name instead.
7646 (flymake-get-syntax-check-program-args, flymake-perl-init):
7647 Simplify the resulting code.
7648
7649 * log-view.el (log-view-file-re, log-view-message-re): Add support
7650 for DaRCS output.
7651
7652 2006-01-09 Alex Schroeder <alex@gnu.org>
7653
7654 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7655 identifiers sometimes added in square brackets at the beginning of
7656 subject lines.
7657
7658 2006-01-07 Richard M. Stallman <rms@gnu.org>
7659
7660 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7661 (Custom-reset-current, Custom-reset-saved): Change question text.
7662 (Custom-reset-standard): Likewise.
7663 (custom-variable-reset-saved): Doc fix.
7664
7665 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7666
7667 * startup.el (init-file-user): Doc fix.
7668
7669 2006-01-07 Alex Schroeder <alex@gnu.org>
7670
7671 * mail/rmail.el (rmail-current-subject): New function.
7672 (rmail-current-subject-regexp): New function.
7673 (rmail-next-same-subject): Use it.
7674
7675 * mail/rmailsum.el (rmail-summary-by-topic):
7676 Use rmail-current-subject and rmail-current-subject-regexp.
7677 (rmail-summary-next-same-subject): Ditto.
7678
7679 * net/rcirc.el (rcirc-send-input): No longer check whether the
7680 process is open, since not all commands need an open process.
7681 (rcirc-send-string): Check whether the process is open before
7682 sending anything.
7683 (rcirc-ignore-list): New option.
7684 (rcirc-ignore-list-automatic): New variable.
7685 (rcirc-print): Take rcirc-ignore-list into account.
7686 (rcirc-cmd-ignore): New command.
7687 (rcirc-ignore-update-automatic): New function.
7688 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7689 list if ignored nicks.
7690 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7691
7692 2006-01-06 David Reitter <david.reitter@gmail.com>
7693
7694 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7695 reflect the address to which the report will be sent.
7696
7697 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7698
7699 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7700 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7701
7702 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7703
7704 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7705
7706 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7707 the doc string: "functoin" => "function".
7708 * ldefs-boot.el: Likewise.
7709
7710 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7711 message text: "Duplicat" => "Duplicate".
7712
7713 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7714
7715 * files.el (basic-save-buffer-2): If backing-up failed, reset
7716 buffer-backed-up to nil.
7717
7718 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7719
7720 * progmodes/gud.el (gdb-script-skip-to-head)
7721 (gdb-script-calculate-indentation): Indent for breakpoint command
7722 lists also.
7723
7724 2006-01-05 Bill Wohler <wohler@newt.com>
7725
7726 * Makefile.in (compile-always): Add mh-autoloads dependency.
7727 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7728 provides it.
7729 (updates): Remove mh-autoloads dependency, since it probably has
7730 already run recently (via recompile).
7731
7732 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7735 argument `force' to disable the flyspell-last-buffer optimization.
7736 (flyspell-mode-on): Use it.
7737
7738 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7739 flymake-simple-cleanup.
7740 (flymake-allowed-file-name-masks): Use this new default.
7741 All the functions are now called in the right buffer rather than
7742 passing the buffer as argument.
7743 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7744 (flymake-parse-err-lines): Remove redundant buffer arg.
7745 (flymake-get-program-dir): Comment out unused function.
7746 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7747 Remove redundant buffer argument.
7748 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7749 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7750
7751 2006-01-05 Richard M. Stallman <rms@gnu.org>
7752
7753 * info.el (Info-find-node): Don't record previous node if have none.
7754 (info): Go to directory only if history is empty.
7755
7756 * simple.el (mark): Doc fix.
7757
7758 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7759
7760 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7761 already of desired type.
7762 (mac-ae-list): Coerce parameter to "list" type.
7763 (mac-dispatch-apple-event): Replace cadr part of event with a
7764 dummy position so that event-start returns it.
7765
7766 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7767
7768 * textmodes/org.el (org-end-of-subtree): New function.
7769 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7770 Use `org-end-of-subtree'.
7771 (org-agenda, org-agenda-convert-date): Protect calls to
7772 `fit-window-to-buffer'.
7773 (org-tags-view): Force matching of sublevels when doing a
7774 todo-only search. Define the correct redo command, including the
7775 arguments.
7776 (org-agenda-redo): Display message.
7777 (org-check-for-org-mode): New function.
7778 (org-agenda-type): New variable.
7779 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7780 Set `org-agenda-type'.
7781 (org-agenda-check-type): New function.
7782 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7783 (org-agenda-week-view, org-agenda-day-view)
7784 (org-agenda-next-date-line, org-agenda-previous-date-line)
7785 (org-agenda-log-mode, org-agenda-toggle-diary)
7786 (org-agenda-toggle-time-grid, org-agenda-date-later)
7787 (org-agenda-date-prompt, org-agenda-diary-entry)
7788 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7789 (org-agenda-convert-date, org-agenda-menu):
7790 Use `org-agenda-check-type'.
7791 (org-make-overlay, org-delete-overlay)
7792 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7793 New compatibility functions.
7794 (org-calendar-select-mouse): New command.
7795
7796 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7799 (Custom-reset-standard): Fix y-or-n-p messages.
7800 (custom-link): New face for links.
7801 (custom-buffer-create-internal, custom-manual): Use it.
7802 (custom-face-save): Push to theme-face before setting face spec.
7803
7804 * wid-edit.el (widget-default-mouse-face-get): New function.
7805 (widget-specify-button): Handle mouse-face like button-face.
7806
7807 * custom.el (load-theme): Clear old theme settings if reloading.
7808
7809 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7812 "Erase Customization" button back to same position it occupies in
7813 the individual State menus.
7814
7815 2006-01-04 Kim F. Storm <storm@cua.dk>
7816
7817 * wid-edit.el (key-sequence): Rework widget to read key binding
7818 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7819 (widget-key-sequence-default-value): Default value for empty sequence.
7820 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7821 (widget-key-sequence-read-event): New command for C-q.
7822 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7823 (widget-key-sequence-value-to-external): New functions.
7824
7825 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7828 Use expand-file-name.
7829 (flymake-delete-temp-directory): Use expand-file-name,
7830 file-name-directory, and directory-file-name.
7831 (flymake-strrchr): Delete.
7832 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7833 to the init-f function.
7834 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7835 (flymake-init-find-buildfile-dir)
7836 (flymake-init-create-temp-source-and-master-buffer-copy)
7837 (flymake-simple-make-init-impl, flymake-simple-make-init)
7838 (flymake-master-make-init, flymake-master-make-header-init)
7839 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7840 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7841 (flymake-xml-init): Remove corresponding redundant buffer argument.
7842 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7843 the default anyway. Clean up regexps.
7844
7845 * progmodes/flymake.el (flymake-temp-source-file-name)
7846 (flymake-master-file-name, flymake-temp-master-file-name)
7847 (flymake-base-dir): New buffer-local vars.
7848 (flymake-buffer-data, flymake-get-buffer-value)
7849 (flymake-set-buffer-value): Replace those hash-tables by the new
7850 buffer-local vars. Update callers.
7851
7852 * progmodes/flymake.el (flymake-check-start-time)
7853 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7854 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7855 Move definition, so we can remove redundant earlier declaration.
7856 (flymake-replace-regexp-in-string, flymake-split-string)
7857 (flymake-get-temp-dir): Use defalias.
7858 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7859 (flymake-xemacs-window-edges): Remove unused function.
7860 (flymake-get-point-pixel-pos): Move.
7861 (flymake-pid-to-names, flymake-reg-names)
7862 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7863 Replace by a simple list flymake-processes and by process-buffer.
7864 Update callers. Other than simplify the code, it uses buffers rather
7865 than buffer-names so it doesn't get confused by uniquify.
7866 (flymake-buffer-data): The global value should just be nil.
7867
7868 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7869 Optimize the body of a defalias like any other code.
7870
7871 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7872 Make sure we've setup font-lock's vars. It may influence which
7873 function we then call.
7874 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7875 here since it's too late anyway.
7876
7877 2006-01-03 Romain Francoise <romain@orebokech.com>
7878
7879 * startup.el (fancy-splash-tail, normal-splash-screen):
7880 Update copyright year.
7881
7882 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7883
7884 * mouse.el (mouse-drag-track): Rename, from
7885 `mouse-drag-region-1'. Includes optional argument required to
7886 enable post-drag event processing (e.g. delete region keys).
7887 Can be used without this argument to track a mouse region and operate
7888 on it as soon as the drag completes.
7889 (mouse-drag-region): Use `mouse-drag-track'.
7890
7891 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7894 Move to `custom-buffer' group.
7895
7896 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7897 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7898 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7899 (custom-theme-face-menu): New variables.
7900 (custom-theme-add-variable, custom-theme-variable-action)
7901 (custom-variable-reset-theme, custom-theme-delete-variable)
7902 (custom-face-reset-theme, custom-theme-face-action)
7903 (custom-theme-delete-face, custom-theme-merge-theme)
7904 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7905
7906 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7907
7908 * custom.el: Move Custom Themes commentary to start of theme code.
7909 (custom-known-themes): Rename `standard' theme to `changed'.
7910 (custom-push-theme): Caller no longer specifies what theme to use
7911 when doing `reset'---the setting is simply removed from the theme.
7912 Delete MODE from `theme-value' and `theme-settings' properties.
7913 (custom-declare-theme): Ignore &rest args since we don't use them.
7914
7915 (custom-loaded-themes): Delete variable.
7916 (custom-theme-load-themes, custom-theme-loaded-p)
7917 (custom-theme-value): Delete functions.
7918
7919 (custom-declare-theme): Signal error on invalid theme names.
7920 (provide-theme): custom-loaded-themes was deleted.
7921 (load-theme): Load the file unconditionally.
7922 (enable-theme): Call `load-theme' if theme is undefined.
7923 (custom-enabled-themes): Only update value for successful loads.
7924 (disable-theme): Complete from enabled themes when interactive.
7925 (custom-variable-theme-value): Calculate theme value directly.
7926
7927 (custom-theme-reset-variables, custom-reset-variables): Mark as
7928 XEmacs compatibility functions. We don't actually use these.
7929
7930 * cus-edit.el (custom-variable-state-set):
7931 Use custom-variable-theme-value instead of custom-theme-value.
7932 (custom-face-state-set): Rename `standard' theme to `changed'.
7933 (custom-save-variables, custom-save-faces): Delete unneeded
7934 references to custom-reset-variables.
7935 (custom-save-resets): Delete function.
7936 (custom-save-variables, custom-save-faces): MODE argument deleted.
7937 (custom-save-variables, custom-save-faces): Ignore theme values.
7938
7939 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7940 compatibility function.
7941
7942 2006-01-01 Richard M. Stallman <rms@gnu.org>
7943
7944 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7945 (Custom-reset-current, Custom-reset-saved): Likewise.
7946 (Custom-reset-standard): Show message if aborted.
7947 (custom-mode): Doc fix, describing those commands.
7948
7949 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7950 put on event-kind property.
7951
7952 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7953
7954 * custom.el (provide-theme): Ban `user' theme name.
7955 (custom-enabling-themes): New variable.
7956 (enable-theme): Don't enable user if custom-enabling-themes is t.
7957 (custom-enabled-themes): Make it a defcustom.
7958 (custom-theme-recalc-face): No-op if face is undefined.
7959
7960 * cus-edit.el (custom-button-mouse): New variable.
7961 (custom-button-mouse): New face.
7962 (custom-raised-buttons, custom-mode): Use it.
7963
7964 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7965
7966 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7967
7968 * progmodes/gud.el (gud-display-line): Support hl-line in the
7969 source buffer.
7970
7971 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7972
7973 * mouse.el (mouse-drag-window-above): Verify that the found window
7974 overlaps with the given window in the horizontal dimension.
7975
7976 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7977
7978 * Makefile.in (cvs-update): New target.
7979
7980 * makefile.w32-in (cvs-update): Ditto.
7981
7982 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7985 (custom-new-theme-mode-map): New variable.
7986
7987 2005-12-30 Richard M. Stallman <rms@gnu.org>
7988
7989 * custom.el (custom-load-themes): Function deleted.
7990
7991 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7992 (custom-save-variables): Don't delete or add custom-load-themes call.
7993
7994 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * cus-start.el: Add `visible-cursor'.
7997
7998 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7999 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8000 (flymake-process-filter): Switch to buffer before calling it instead.
8001 (flymake-post-syntax-check, flymake-highlight-err-lines)
8002 (flymake-delete-own-overlays, flymake-parse-err-lines)
8003 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8004 (flymake-count-lines, flymake-parse-residual):
8005 Remove constant buffer argument.
8006 (flymake-start-syntax-check-for-current-buffer): Remove.
8007 Update callers to use flymake-start-syntax-check instead.
8008 (flymake-display-err-menu-for-current-line):
8009 Remove unused var `mouse-pos'.
8010 (flymake-restore-formatting): Comment out unused function.
8011 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8012 argument, use current-buffer instead. Update callers.
8013
8014 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8015
8016 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8017 buffer-local because choose-completion-delete-max-match requires
8018 that we set completion-ignore-case (i.e., binding via let is not
8019 sufficient).
8020 (bibtex-complete): Always set completion-ignore-case and
8021 choose-completion-string-functions. The latter is needed because
8022 choose-completion-string-functions keeps its value if we quit the
8023 *Completions* buffer without requesting a completion.
8024
8025 2005-12-30 Andreas Schwab <schwab@suse.de>
8026
8027 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8028
8029 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8030
8031 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8032
8033 2005-12-30 Juri Linkov <juri@jurta.org>
8034
8035 * locate.el (locate-fcodes-file, locate-header-face)
8036 * progmodes/delphi.el (delphi-other-face)
8037 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8038
8039 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8040 group `paren-showing-faces'.
8041
8042 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8043 (goto-address): Fix docstring.
8044
8045 * net/webjump.el (webjump-sample-sites): Update URLs.
8046
8047 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8048
8049 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8050
8051 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * font-lock.el (font-lock-compile-keywords): Signal an error when
8054 font-lock-set-defaults hasn't been called.
8055
8056 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * subr.el (noreturn, 1value): Doc fixes.
8059
8060 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8061
8062 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8063 that assoc-string returns nil.
8064
8065 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8066
8067 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8068 (bibtex-entry-type-str, bibtex-empty-field-re)
8069 (bibtex-search-backward-string, bibtex-preamble-prefix)
8070 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8071 (bibtex-any-valid-entry-type): New variable.
8072 (bibtex-parse-field-name): Simplify.
8073 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8074 (bibtex-preamble-prefix): Include left delimiter.
8075 (bibtex-search-forward-field, bibtex-search-backward-field):
8076 Allow unbounded search past entry boundaries (required by bibtex-pop).
8077 (bibtex-text-in-field-bounds): Use push.
8078 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8079 (bibtex-parse-preamble, bibtex-valid-entry)
8080 (bibtex-beginning-first-field): New functions.
8081 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8082 (bibtex-map-entries): Fix docstring.
8083 (bibtex-flash-head): New arg prompt. Simplify.
8084 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8085 (bibtex-insert-kill): Simplify. Always insert text past the
8086 current field or entry.
8087 (bibtex-format-entry): Use bibtex-parse-field.
8088 (bibtex-pop): Use bibtex-beginning-of-entry and
8089 bibtex-end-of-entry to initiate the search. Insert empty field if
8090 we found ourselves.
8091 (bibtex-print-help-message): New args field and comma.
8092 Handle entry keys.
8093 (bibtex-make-field): Use bibtex-beginning-of-entry.
8094 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8095 invalid entry.
8096 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8097 Handle preambles. Simplify code for thorough test.
8098 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8099 New arg comma. Handle entry heads.
8100 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8101 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8102 New arg comma.
8103 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8104 (bibtex-fill-field): Simplify.
8105 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8106 bibtex-parse-field.
8107 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8108 (bibtex-complete): Use bibtex-parse-preamble.
8109
8110 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8111
8112 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8113 Display name of expression instead of convenience variable.
8114 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8115
8116 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8117 toggle-gud-tooltip-dereference.
8118 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8119 (gud-tooltip-tips): ...here when dereferencing.
8120
8121 2005-12-28 Bill Wohler <wohler@newt.com>
8122
8123 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8124
8125 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8128 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
8129 (vc-annotate-display-autoscale): Adjust call.
8130 (vc-annotate-display-default): Adjust call. Make arg compulsory.
8131 Fix interactive spec.
8132 (vc-annotate-time-span): Remove.
8133 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8134 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8135 (vc-annotate-display-select): Use new name.
8136
8137 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8138 (vc-annotate-mode-menu): Remove left-over redundant declaration.
8139 Correct the construction of span entries. Simplify.
8140 (vc-annotate-display-select): Fix the nil case.
8141 (vc-annotate): Remove obsolete (and now broken) code.
8142 (vc-annotate-extract-revision-at-line): Remove obsolete code.
8143 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
8144
8145 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8146
8147 * subr.el (lazy-completion-table): Correct typo in docstring.
8148
8149 * startup.el (command-line): Use `custom-reevaluate-setting' for
8150 `send-mail-function'.
8151
8152 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8153
8154 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
8155
8156 * mail/smtpmail.el (smtpmail-try-auth-methods):
8157 Send credentials together with "AUTH PLAIN" command.
8158
8159 2005-12-27 Richard M. Stallman <rms@gnu.org>
8160
8161 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8162 mouse-2, go back to previously selected window, so it's selected
8163 when mouse-2 command runs.
8164
8165 2005-12-27 Juri Linkov <juri@jurta.org>
8166
8167 * descr-text.el (describe-text-sexp): Use square brackets for
8168 button [Show] to distinguish it from the property value `show'.
8169 (describe-property-list): Use `insert-text-button' with
8170 `help-face' type instead of putting face in quotes, because button
8171 is not created automatically for a list of faces.
8172 (describe-text-properties-1): Put button-type value in quotes to
8173 distinguish from plain text "button".
8174 (describe-char): Display code point values in hex. Don't use
8175 `symbol-name' for `current-input-method' because it is a string.
8176 Use `insert-text-button' with `help-face' type instead of putting
8177 hardcoded face in quotes, because button is not created automatically.
8178
8179 2005-12-27 Richard M. Stallman <rms@gnu.org>
8180
8181 * progmodes/glasses.el (glasses-face): More specific custom type.
8182
8183 * files.el (set-visited-file-name): Doc fix.
8184
8185 * textmodes/flyspell.el (flyspell-external-point-words):
8186 Use local var buffer-scan-pos to advance scan for next misspelling.
8187 Advance it only after we find the misspelling.
8188
8189 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8190
8191 * textmodes/flyspell.el (flyspell-external-point-words):
8192 New criteria for finding the misspelling in the buffer.
8193
8194 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8195
8196 * help-mode.el (help-insert-string): Set help-xref-stack-item
8197 rather than call help-setup-xref.
8198
8199 * descr-text.el (describe-char): Revert previous changes for
8200 optional buffer argument.
8201
8202 2005-12-27 Juri Linkov <juri@jurta.org>
8203
8204 * help-mode.el (help-insert-string): New function. Save buffer
8205 contents in cases where it is impossible to recompute the old contents.
8206
8207 * descr-text.el (describe-char): Set help-xref-stack-item
8208 explicitly after buffer has been generated.
8209
8210 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8211
8212 * cus-start.el (all): Add x-gtk-show-hidden-files.
8213
8214 2005-12-26 Richard M. Stallman <rms@gnu.org>
8215
8216 * replace.el (perform-replace): Calculate match-again
8217 before skipping read-only matches.
8218
8219 * paren.el (paren-showing-faces): New group.
8220 (show-paren-match, show-paren-mismatch): Move to that group.
8221
8222 * button.el (button): Put into group `basic-faces'.
8223
8224 * progmodes/make-mode.el: Remove faces from group `faces'.
8225
8226 * apropos.el (apropos, apropos-value): Doc fix.
8227 (apropos-documentation): Doc fix.
8228
8229 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * subr.el (lazy-completion-table): Remove argument `args'.
8232
8233 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8234 Don't use the `args' argument of lazy-completion-table.
8235
8236 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8237
8238 * descr-text.el (describe-char): Add optional argument for buffer.
8239 Set buffer appropriately. Call help-setup-xref.
8240 Suggested by Stefan Monnier.
8241
8242 2005-12-26 Juri Linkov <juri@jurta.org>
8243
8244 * descr-text.el: Require `help-fns' at runtime. Don't require
8245 `button' for byte compilation.
8246 (describe-text-widget): Add `help-echo' for first button.
8247 Use `help-info' for second.
8248 (describe-property-list): Use `help-argument-name' instead of `italic'.
8249 (describe-text-category): Add prompt to interactive spec.
8250 Call `help-setup-xref'.
8251 (describe-char): Use `help-character-set'. Add `help-echo' for
8252 code point. Use `help-input-method'. Remove superfluous insert.
8253
8254 2005-12-25 Richard M. Stallman <rms@gnu.org>
8255
8256 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8257 at point, in case of narrowing.
8258
8259 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8260
8261 * locate.el (locate-header-face): Allow nil in type.
8262
8263 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8264
8265 2005-12-25 Romain Francoise <romain@orebokech.com>
8266
8267 * battery.el (battery-linux-proc-acpi): Also try
8268 `/proc/acpi/thermal_zone/THM0/temperature'.
8269
8270 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * custom.el (custom-push-theme): Fix docstring.
8273
8274 * cus-edit.el (custom-variable-set, custom-variable-save)
8275 (custom-variable-save): Custom-quote widget values.
8276 (customize-save-variable): Fix custom-push-theme call.
8277
8278 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8279
8280 * w32-fns.el (w32-batch-update-autoloads): New function.
8281
8282 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8283 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8284 from the command line.
8285
8286 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8287
8288 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8289 reset means to remove setting from theme entirely. Don't keep
8290 expanding theme-settings list; delete old entries if necessary.
8291
8292 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8293 customization" button one line up.
8294 (custom-themed): New face.
8295 (custom-magic-alist): New value, THEMED, for theme settings.
8296 (custom-variable-state-set, custom-face-state-set):
8297 Check theme-value instead of saved-value.
8298 (custom-variable-reset-standard, custom-face-reset-standard):
8299 Remove theme setting entirely. Recalculate new values.
8300 (custom-variable-set, custom-variable-set)
8301 (custom-variable-reset-saved, custom-variable-reset-backup)
8302 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8303 (custom-variable-save): Fix typos.
8304
8305 2005-12-23 Juri Linkov <juri@jurta.org>
8306
8307 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8308 Add autoload cookies.
8309 (edebug-outside-d-c-i-n-s-w): New variable.
8310 (edebug-display, edebug-outside-excursion): Use it to save the
8311 original value of default-cursor-in-non-selected-windows.
8312 Set default-cursor-in-non-selected-windows to t while Edebug
8313 is active.
8314 (edebug-mode, edebug-eval-mode): Doc fix.
8315
8316 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8317 with `buffer-substring-no-properties' to remove common substring
8318 highlighting.
8319
8320 * info.el (info-other-window, info): Rename function argument
8321 `file' to `file-or-node'.
8322 (Info-complete-menu-item): Use local variable `complete-nodes' to
8323 keep the global value of `Info-complete-nodes' unchanged for
8324 subsequent completions.
8325 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8326
8327 * simple.el (get-next-valid-buffer, last-buffer)
8328 (next-error-buffer-p, next-error-find-buffer)
8329 (minibuffer-history-sexp-flag): Doc fix.
8330
8331 * savehist.el (savehist-mode-hook): Add `:group'.
8332
8333 * log-view.el: Call autoload for vc-find-version.
8334 (log-view-current-file): Adjust subgroup numbers.
8335 (log-view-current-tag): Add `length'.
8336
8337 2005-12-23 Richard M. Stallman <rms@gnu.org>
8338
8339 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8340
8341 2005-12-23 Juri Linkov <juri@jurta.org>
8342
8343 * hi-lock.el (hi-lock-archaic-interface-message-used)
8344 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8345 (hi-lock-mode): Display "Hi" in the mode line only when
8346 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8347 (hi-lock-write-interactive-patterns):
8348 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8349 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8350 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8351 font-lock-add-keywords to t.
8352
8353 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8354
8355 * hi-lock.el (hi-lock-highlight-range): New variable.
8356 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8357 only if font-lock-fontified is non-nil. Remove overlays.
8358 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8359 font-lock-fontified is non-nil, otherwise use overlays (instead of
8360 text properties).
8361 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8362 New variables.
8363 (hi-lock-string-serialize) New function.
8364
8365 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8366
8367 * menu-bar.el (menu-find-file-existing): New function.
8368 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8369
8370 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8371
8372 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * vc.el: Remove unnecessary leading * in docstrings.
8375 (vc-annotate-mode-map): Move initialization into declaration.
8376 (vc-static-header-alist): Nitpick on the regexp.
8377 (vc-default-init-version): New fun.
8378 (vc-register): Use it.
8379 (vc-insert-headers): Use dolist.
8380 (vc-annotate-get-backend): Remove unused function.
8381 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8382 (vc-annotate-mode): Remove corresponding call.
8383 (vc-annotate-car-last-cons): Simplify.
8384 (vc-annotate-buffers): Remove var.
8385 (vc-annotate-backend): Make it buffer-local.
8386 (vc-annotate): Move the interaction to the interactive spec.
8387 Add a `buf' argument.
8388 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8389 killing&creating a vc-annotate buffer, which is very disruptive when
8390 the buffers are shown in dedicated frames.
8391
8392 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * descr-text.el: Add FSF as maintainer.
8395 (describe-text-mode, describe-text-mode-map)
8396 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8397 help-mode.
8398 (describe-text-widget, describe-text-sexp)
8399 (describe-property-list, describe-text-category)
8400 (describe-text-properties, describe-text-properties-1)
8401 (describe-char): Use help buttons instead of widgets.
8402 (describe-char-unicodedata-file): Make URL link in doc string.
8403
8404 2005-12-22 Richard M. Stallman <rms@gnu.org>
8405
8406 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8407 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8408 Don't include buttons that write a file when there's no file.
8409 (custom-variable-menu, custom-face-menu, custom-group-menu):
8410 Don't include commands that write a file when there's no file.
8411 (customize-browse): Reword the top-of-buffer help intro.
8412 (custom-buffer-create-internal): Fix previous change.
8413 (customize-changed-options-previous-release): Prev release is 21.1.
8414 (customize-changed-options): Doc fix.
8415 (customize-changed): New alias.
8416 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8417 Say "standard values".
8418 (Custom-reset-standard): Doc fix.
8419 (custom-face-reset-standard): Doc fix.
8420
8421 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8424 even if font-lock-mode is non-nil since it may be t without having
8425 turned on font-lock-mode-internal.
8426 (font-lock-choose-keywords): Minor optimization.
8427 (font-lock-add-keywords, font-lock-remove-keywords)
8428 (font-lock-set-defaults): Don't call make-local-variable on a variable
8429 that we know to already be local.
8430
8431 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8434 messages if in the minibuffer.
8435
8436 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8439 (tex-mode-flyspell-verify, flyspell-get-word)
8440 (flyspell-external-point-words): Don't use point-min/max uselessly.
8441
8442 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8443 by Kevin Rodgers. Instead, just hide the completions buffer if we
8444 don't need to show it.
8445
8446 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8449
8450 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8453 delete-windows-on with an inexistent buffer.
8454
8455 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8456
8457 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8458 Delete defcustom variable :tag names.
8459
8460 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8463 (log-view-font-lock-keywords): Ajust subgroup numbers.
8464 (log-view-current-tag): Don't hard code the number of subgroups.
8465
8466 2005-12-20 Juri Linkov <juri@jurta.org>
8467
8468 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8469 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8470
8471 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8472 (menu-bar-non-minibuffer-window-p): Instead of checking
8473 display-multi-frame-p, use selected-frame when menu-updating-frame
8474 is nil.
8475
8476 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8477
8478 * align.el (align-rules-list): Use [ \t] instead of \s-
8479 for column separators in text mode.
8480
8481 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * help-mode.el (help-customize-variable, help-customize-face):
8484 Don't pop help-xref-stack as help-follow no longer pushes
8485 anything on to it.
8486
8487 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8488
8489 * textmodes/org.el (org-agenda-custom-commands): New option.
8490 (org-agenda): Offer custom commands on splash screen.
8491 (org-make-tags-matcher): Parser for Boolean logic added.
8492 (org-agenda-set-tags): New command.
8493 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8494 (org-set-tags): Efficiency improvements.
8495 (org-auto-align-tags): New option.
8496 (org-todo, org-demote, org-promote): Realign tags.
8497 (org-tags-completion-function): Use also "&" and "|" as separators.
8498 (org-org-menu): Agenda commands simplified.
8499
8500 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * cus-edit.el (customize-apropos, customize-apropos-options):
8503 Docstring changes.
8504
8505 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8506
8507 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * longlines.el (longlines-mode): Wrap while widened.
8510 (longlines-decode-region, longlines-encode-region): Compute max
8511 just once.
8512
8513 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8514
8515 * cus-edit.el (mac): New group.
8516
8517 * cus-start.el (all): Add user options in macterm.c. Add test for
8518 Mac-related built-ins. Fix test for GTK-related built-ins.
8519
8520 * term/mac-win.el (mac-handle-language-change)
8521 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8522 (mac-services-open-selection, mac-services-mail-selection)
8523 (mac-services-mail-to, mac-services-insert-text)
8524 (mac-dispatch-apple-event): Add docstrings.
8525 (x-get-selection, mac-select-convert-to-string): Select coding
8526 system from `utf-16be' and `utf-16le' using `byteorder'.
8527
8528 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8531 a "list" (lambda ...) rather than a real completion list.
8532
8533 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8534 lexical-let when encountering ((lambda (...) ...) ...).
8535
8536 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8537
8538 * progmodes/sh-script.el (sh-mode):
8539 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8540 * textmodes/picture.el (picture-mode): Update docstrings.
8541
8542 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8543
8544 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8545 commands enclosed in $(ARGQUOTE)s should not be split between two
8546 lines, as that will break with GNU Make >3.80, when sh.exe is used
8547 and arg quoting is with '..'.
8548 (autoloads): Don't break the quoted --eval expression between
8549 several lines.
8550
8551 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8554 Capture error from printing circular structures.
8555
8556 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8557
8558 * wid-edit.el (widget-checkbox-action): Clear undo info.
8559
8560 2005-12-16 Bill Wohler <wohler@newt.com>
8561
8562 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8563 bar, not menubar in comment.
8564
8565 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8568 After-change-functions should not clobber the match data.
8569
8570 2005-12-16 Juri Linkov <juri@jurta.org>
8571
8572 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8573 instead of `buffer-substring'.
8574 (completion-common-substring): Doc fix.
8575 (completion-setup-function): Use minibuffer-completion-contents
8576 instead of minibuffer-contents. Don't set common-string-length
8577 initially. Remove special handling of partial-completion-mode.
8578 Move computation of completion-base-size into one cond.
8579 Call completion-base-size-function in mainbuf. In computation of
8580 completion-base-size for file name completion don't move point to
8581 the end of the minibuffer. Move computation of common-string-length
8582 into one cond. Start putting faces only when common-string-length>=0.
8583 Add condition to put completions-common-part when
8584 common-string-length>0.
8585
8586 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8587 place point at the first different character in the minibuffer
8588 even if this position is at the beginning of the minibuffer.
8589
8590 * info.el (Info-read-node-name-1): In completion-base-size-function's
8591 lambda return 1 if common-substring or minibuffer-completion-contents
8592 starts with (, and 0 otherwise.
8593
8594 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8595 Use `crm-current-element' for second arg of `display-completion-list'.
8596
8597 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8598
8599 * files.el (set-auto-mode): Look for an interpreter specified on
8600 the first line also if search for mode specification succeeded,
8601 but the mode is not known.
8602
8603 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8604
8605 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8606 (org-open-at-point): Implement tag searches as links.
8607 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8608 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8609 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8610 (org-agenda-dispatch): New commands.
8611 (org-use-tag-inheritance, org-tags-column): New options.
8612 (org-tab-follows-link, org-return-follows-link): New options.
8613 (org-tags): New customize group.
8614 (org-start-icalendar-file): Get local time zone.
8615 (org-tags-completion-function): New function.
8616 (org-set-font-lock-defaults): Make sure links will also be
8617 highlighted inside headlines.
8618
8619 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8620
8621 * term.el (term-emulate-terminal):
8622 Let term-handle-ansi-terminal-messages override what Bash says about
8623 its current directory.
8624
8625 2005-12-16 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
8626
8627 * bindings.el (last-buffer): Move to simple.el.
8628 * simple.el (last-buffer): Move here.
8629 (get-next-valid-buffer): New function.
8630 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8631 (prev-buffer): Ditto. Rename to `previous-buffer'.
8632
8633 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8634 * bindings.el (global-map): Ditto.
8635
8636 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * cus-edit.el: Introductory comment change.
8639 (custom-magic-alist): Change message string for the `rogue' state.
8640
8641 2005-12-15 Richard M. Stallman <rms@gnu.org>
8642
8643 * tooltip.el: Delete defcustom variable :tag names.
8644
8645 * complete.el (partial-completion-mode): Doc fix.
8646
8647 * textmodes/flyspell.el (flyspell-external-point-words):
8648 Use save-excursion to ensure we don't move backward in the
8649 search loop, not even one character.
8650 (flyspell-delete-all-overlays): Use remove-overlays directly.
8651
8652 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8653 (ispell-start-process): Set that variable.
8654 Clear ispell-buffer-local-name.
8655 (ispell-internal-change-dictionary):
8656 Set ispell-current-dictionary after killing process.
8657 (ispell-buffer-local-dict):
8658 Don't set spell-personal-dictionary after killing process.
8659 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8660 (ispell-tex-skip-alists, ispell-html-skip-alists)
8661 (ispell-skip-region-alist): Mark as risky.
8662
8663 * net/newsticker.el (newsticker--retrieval-timer-list)
8664 (newsticker--display-timer, newsticker-running-p)
8665 (newsticker-ticker-running-p): Definitions moved up.
8666
8667 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8670
8671 2005-12-15 David Ponce <david@dponce.com>
8672
8673 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8674 (recentf-edit-list, recentf-open-files): Signal an error when
8675 there is no recent file.
8676
8677 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8678
8679 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8680 read-only except for texinfo-format-region evaluation.
8681
8682 2005-12-14 Richard M. Stallman <rms@gnu.org>
8683
8684 * vc.el (vc-default-previous-version, vc-default-next-version)
8685 (vc-do-command): Doc fixes.
8686
8687 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8688
8689 * textmodes/bibtex.el (bibtex-expand-strings)
8690 (bibtex-autokey-expand-string, bibtex-name-part)
8691 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8692 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8693 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8694 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8695 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8696 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8697 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8698 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8699 (bibtex-beginning-of-last-entry): Remove.
8700 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8701 message if comma is missing but buffer is read-only.
8702 (bibtex-parse-field-text): Handle whitespaces at the end of field
8703 text. Return 3-element list with beginning and end of field text
8704 and end of field.
8705 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8706 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8707 (bibtex-search-forward-field, bibtex-search-backward-field):
8708 Search always delimited by limits of entry. Use more efficient
8709 search algorithms.
8710 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8711 bibtex-end-of-name-in-field.
8712 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8713 extracting the content of a field.
8714 (bibtex-text-in-field): Use search limits.
8715 (bibtex-parse-string-prefix): Handle empty string keys based on
8716 bibtex-string-empty-key.
8717 (bibtex-parse-string): Fix docstring.
8718 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8719 (bibtex-preamble-prefix, bibtex-strings): New functions.
8720 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8721 BibTeX entries (consistent with other BibTeX functions).
8722 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8723 (bibtex-search-entry): Fix docstring. Simplify.
8724 (bibtex-flash-head, bibtex-complete-string-cleanup)
8725 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8726 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8727 (bibtex-parse-entry): New optional arg content.
8728 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8729 Use bibtex-text-in-field-bounds.
8730 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8731 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8732 bibtex-parse-string-postfix.
8733 (bibtex-find-text-internal): New function.
8734 (bibtex-remove-delimiters): Use it.
8735 (bibtex-find-text): Use it. New optional arg help.
8736 (bibtex-complete): Handle BibTeX string and preamble entries.
8737 (bibtex-Preamble): Fix order of closing delimiters.
8738
8739 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * vc.el (vc-default-revert): New fun.
8742
8743 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8744
8745 2005-12-14 Romain Francoise <romain@orebokech.com>
8746
8747 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8748 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8749 (font-lock-remove-keywords): Likewise.
8750
8751 2005-12-14 Juri Linkov <juri@jurta.org>
8752
8753 * log-view.el (log-view-diff): Doc fix.
8754
8755 * isearch.el (isearch-query-replace): Use (mark) instead of
8756 isearch-opoint if mark is active in transient-mark-mode.
8757
8758 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8759
8760 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8761
8762 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8763
8764 * progmodes/cpp.el (cpp-face): New widget.
8765 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8766
8767 2005-12-14 Juri Linkov <juri@jurta.org>
8768
8769 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8770 around `erase-buffer' and `insert'.
8771
8772 * descr-text.el (describe-text-properties): Replace buffer name
8773 "*Help-2*" with "*Help*<2>".
8774 (describe-char): Add functions print-help-return-message,
8775 toggle-read-only. Use help-setup-xref with nil to not store
8776 describe-char in help-xref-stack. Use help-make-xrefs to
8777 make [back] button.
8778
8779 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8780
8781 * wdired.el (wdired-old-point): New internal variable.
8782 (wdired-change-to-wdired-mode): Set it buffer-locally.
8783 (wdired-abort-changes): Restore point after aborting changes.
8784
8785 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * vc.el (vc-do-command): Add a new value t for okstatus.
8788
8789 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8790 frame in case of errors.
8791
8792 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8793
8794 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8795 so it comes after "On the Left" in the menu.
8796
8797 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8798
8799 * cus-edit.el (customize-apropos, customize-apropos-options)
8800 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8801
8802 2005-12-12 Bill Wohler <wohler@newt.com>
8803
8804 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8805 non-writable Subversion-controlled files by saving window
8806 configuration before calling vc-do-command. vc-do-command calls
8807 pop-to-buffer on error which is unexpected during registration.
8808
8809 2005-12-12 Jay Belanger <belanger@truman.edu>
8810
8811 * calc/README: Update the summary of changes.
8812
8813 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * descr-text.el (describe-char): Rework last fix to solve the problem
8816 is the same way it's solved for everything else in that function
8817 (i.e. by extracting the info before setting up the *Help* buffer).
8818
8819 2005-12-12 Kim F. Storm <storm@cua.dk>
8820
8821 * subr.el (version-regexp-alist): Allow space as separator before
8822 non-numeric part, e.g. "1.0 alpha".
8823 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8824
8825 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8826
8827 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8828 Implement Logging and the keep-modes setting.
8829 (org-get-category): Make sure a string is returned.
8830 (org-log-done): New function.
8831 (org-log-done, org-closed-string): New options.
8832
8833 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8834
8835 * tooltip.el (tooltip-y-offset): Change default to 20.
8836
8837 2005-12-12 Richard M. Stallman <rms@gnu.org>
8838
8839 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8840
8841 * frame.el (display-hourglass): Doc fix.
8842
8843 * help.el (help-for-help-internal): Simplify entry for `a'.
8844
8845 * info.el (Info-on-current-buffer): Doc fix.
8846 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8847
8848 * startup.el (inhibit-splash-screen): Make this the real name.
8849 (inhibit-startup-message): Make this the alias.
8850 (command-line): Find only simple.el, and use its directory
8851 to fill in other preloaded files' names.
8852 (command-line): Deactivate the mark if deactivate-mark is set.
8853
8854 * international/mule.el (load-with-code-conversion):
8855 Bind deactivate-mark.
8856
8857 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8858
8859 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * cus-edit.el (customize-apropos): Avoid listing an option more
8862 than once under different aliases. No longer list user options
8863 that are not defined with defcustom (unless a prefix arg is given).
8864 Doc fix.
8865 (customize-apropos-options): Doc fix.
8866
8867 2005-12-11 Juri Linkov <juri@jurta.org>
8868
8869 * frame.el (set-background-color, set-foreground-color)
8870 (set-cursor-color, set-mouse-color, set-border-color):
8871 Add explicit prompts to read colors by `facemenu-read-color'.
8872 (show-trailing-whitespace, blink-cursor-delay)
8873 (blink-cursor-interval, display-hourglass, hourglass-delay):
8874 Remove tags.
8875 (display-hourglass, hourglass-delay): Doc fix.
8876 (cursor-in-non-selected-windows): Capitalize words in tag.
8877
8878 * faces.el (frame-background-mode): Replace `choice-item' keywords
8879 with `const' to not make [default] button. Change default value tag
8880 from `default' to `automatic'. Doc fix.
8881 (trailing-whitespace) <defface>: Change group `whitespace' to
8882 `whitespace-faces'.
8883
8884 2005-12-11 Richard M. Stallman <rms@gnu.org>
8885
8886 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8887
8888 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8889
8890 * term/mac-win.el: Create keymap for mac-apple-event-map.
8891
8892 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * tooltip.el (tooltip-mode): Move to start of file so that it
8895 appears at top of customize buffer.
8896
8897 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8898 Add the gud groupname.
8899 (gud-tooltip-mode): Add the tooltip groupname.
8900 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8901 avoid conflict with tooltip-use-echo-area.
8902
8903 2005-12-10 Romain Francoise <romain@orebokech.com>
8904
8905 * help.el (help-for-help-internal): Add `r' in doc string.
8906
8907 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8908
8909 * align.el (align-regexp, align-highlight-rule):
8910 Use region-beginning and region-end instead of point and mark, so that
8911 repetition (with `repeat-complex-command') recomputes the region
8912 bounds.
8913
8914 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8915
8916 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8917 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8918 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8919 (balance-windows): Rewrite using the above new functions.
8920
8921 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8922
8923 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8924 react if global-hi-lock-mode seems intended.
8925 (global-hi-lock-mode) Renamed from hi-lock-mode.
8926 (hi-lock-archaic-interface-message-used)
8927 (hi-lock-archaic-interface-deduce): New variables.
8928 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8929 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8930 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8931 Replace hi-lock-buffer-mode with hi-lock-mode.
8932
8933 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8934
8935 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8936 completion list, even after a partial completion has been
8937 inserted in the current buffer. If there are more than 1
8938 completion, redisplay the *Completions* buffer; if the
8939 completion is unique, delete the *Completions* window.
8940
8941 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8942
8943 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8944 strings and long subject lines that were broken into multiple
8945 lines at arbitrary places. Handle subjects that have "Re: " in
8946 the middle.
8947
8948 2005-12-10 John W. Eaton <jwe@octave.org>
8949
8950 * emacs/octave-mod.el (octave-electric-space): Don't indent
8951 comments or strings if octave-auto-indent is nil.
8952
8953 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8954
8955 * term/mac-win.el: Require url when compiling.
8956 Call mac-process-deferred-apple-events after loading init files.
8957 (mac-apple-event-map): New defvar. Define event handlers in it.
8958 (core-event, internet-event): New Apple event class symbols.
8959 (open-application, reopen-application, open-documents)
8960 (print-documents, open-contents, quit-application)
8961 (application-died, show-preferences, autosave-now, get-url):
8962 New Apple event ID symbols.
8963 (about): New HICommand ID symbol.
8964 (mac-event-spec, mac-event-ae): New macros.
8965 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8966 (mac-ae-selection-range, mac-ae-text-for-search)
8967 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8968 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8969 and Services menu events are now defined in mac-apple-event-map.
8970 (mac-drag-n-drop): Remove selection range handling.
8971
8972 2005-12-10 Kenichi Handa <handa@m17n.org>
8973
8974 * simple.el (zap-to-char):
8975 * isearch.el (isearch-process-search-char): Translate CHAR by
8976 translation-table-for-input.
8977
8978 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * foldout.el (foldout-exit-fold): Properly hide subtree.
8981
8982 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8983
8984 * files.el (save-buffer):
8985 * international/ucs-tables.el (ucs-set-table-for-input):
8986 * mail/mail-extr.el (mail-extract-address-components):
8987 * mail/sendmail.el (mail-mode): Reformat doc string.
8988
8989 2005-12-09 Juri Linkov <juri@jurta.org>
8990
8991 * isearch.el (isearch-highlight): Change main overlay priority
8992 from 1 to 1001. Simplify.
8993 (isearch-lazy-highlight-update): Change lazy overlay priority
8994 from 0 to 1000.
8995
8996 * replace.el (replace-highlight): Change overlay priority from
8997 1 to 1001.
8998
8999 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9000 Change overlay priority from 1 to 1001. Reuse existing overlay.
9001
9002 * compare-w.el (compare-windows-highlight): Change overlay
9003 priority from 1 to 1000.
9004
9005 * menu-bar.el (menu-bar-edit-menu): Add listp around
9006 pending-undo-list to disable menu item "undo" when pending
9007 undo list is empty.
9008
9009 * locate.el (locate): Disable undo in *Locate* buffer.
9010
9011 2005-12-09 Kim F. Storm <storm@cua.dk>
9012
9013 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9014
9015 2005-12-09 David Ponce <david@dponce.com>
9016
9017 * recentf.el: Improvement of the menu code.
9018 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9019 instead of menu hook.
9020 (recentf-show-menu, recentf-hide-menu): New functions.
9021 (recentf-menu-customization-changed, recentf-mode): Use them.
9022 (recentf-menu-action, recentf-max-menu-items)
9023 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9024 (recentf-arrange-by-rule-others)
9025 (recentf-arrange-by-rules-min-items)
9026 (recentf-arrange-by-rule-subfilter) : Don't use
9027 `recentf-menu-customization-changed'.
9028 (recentf-arrange-rules): Likewise. Accept functions to compute
9029 sub-menu titles.
9030 (recentf-menu-filter): Likewise. Doc fix.
9031 (recentf-menu-value-shortcut): Doc fix.
9032 (recentf-dump-variable): Quote atom value.
9033 (recentf-make-menu-items): Update to use it as a menu filter.
9034 (recentf-match-rule): New function.
9035 (recentf-arrange-by-rule): Use it.
9036 (recentf-indirect-mode-rule): New function.
9037 (recentf-build-mode-rules): Use it.
9038 (recentf-dir-rule): New function.
9039 (recentf-arrange-by-dir): Use it.
9040 (recentf-filter-changer-current): Rename from
9041 `recentf-filter-changer-state'. All references updated.
9042 (recentf-filter-changer-alist): Update filter names.
9043 (recentf-filter-changer-select): New function.
9044 (recentf-filter-changer): Use it. Make a sub-menu from filters
9045 available in `recentf-filter-changer-alist'.
9046 (recentf-data-cache, recentf-clear-data)
9047 (recentf-update-menu): Remove. All references updated.
9048 (recentf-match-rule-p, recentf-build-dir-rules)
9049 (recentf-filter-changer-goto-next)
9050 (recentf-filter-changer-get-current)
9051 (recentf-filter-changer-get-next): Remove.
9052
9053 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9054
9055 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9056 buffer "Reset" button to "Reset to Current" for consistency with
9057 the State buttons.
9058
9059 2005-12-08 John Paul Wallington <jpw@pobox.com>
9060
9061 * ibuf-ext.el (define-ibuffer-filter filename):
9062 If `dired-directory' is a list then really use its car.
9063
9064 2005-12-08 Kim F. Storm <storm@cua.dk>
9065
9066 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9067 Fix indention of text on right side of replaced rectangle.
9068
9069 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9070
9071 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9072 No need to check gud-comint-buffer is bound.
9073 (gdb): Prevent multiple debugging when first session uses gdba.
9074
9075 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9076
9077 CC Mode update to 5.31.
9078
9079 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9080 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9081 We might do this function properly in the future).
9082
9083 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9084 New macros c-sentence-end and c-default-value-sentence end, to cope
9085 with Emacs 22's new function `sentence-end'.
9086
9087 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9088
9089 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9090 compat issue using `c-put-overlay' and `c-delete-overlay'.
9091
9092 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9093 New compat macros to handle overlays/extents.
9094
9095 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9096
9097 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9098 (for GNU Emacs 20.4)
9099
9100 * progmodes/cc-defs.el:
9101 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9102
9103 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9104 highlighting mechanism so it will work in XEmacs too.
9105
9106 * progmodes/cc-defs.el: Insert c-int-to-char.
9107
9108 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9109 call to the new macro c-int-to-char. This solves XEmacs's
9110 regarding characters as different from integers.
9111
9112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9113
9114 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9115 New internal helper.
9116
9117 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9118 construct to make the indirect face lookup work in XEmacs.
9119
9120 (c-cpp-matchers): Append the negation char face to the existing
9121 fontification, so that the cpp face doesn't disappear.
9122 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9123 and strings.
9124
9125 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9126 to map to `font-lock-negation-char-face' in emacsen where it exists.
9127
9128 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9129
9130 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9131
9132 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9133 Rename "c-subword-move-mode" as "c-subword-mode".
9134
9135 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9136 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
9137
9138 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9139
9140 * progmodes/cc-mode.el: Added autoload directive for
9141 `c-subword-move-mode' for use in older emacsen.
9142
9143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9144
9145 * progmodes/cc-mode.el:
9146 (i) Insert a binding for C-c C-backspace into
9147 c-bind-special-erase-keys which works in TTYs.
9148 (ii) Make sure that when file styles are used, any explicitly
9149 given style variables take priority over those in the style.
9150 Do this by calling `hack-local-variables' a second time.
9151
9152 * progmodes/cc-vars.el: Add language specific customization
9153 widgets for AWK to c-doc-comment-style, c-require-final-newline
9154 and c-default-style. Add a defcustom for awk-mode-hook.
9155 Give c-syntactic-element and c-syntactic-context doc-strings by
9156 directly setting their `variable-documentation' propery.
9157 This allows Emacs 22.1 to read these with C-h v.
9158
9159 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9160
9161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9162
9163 * progmodes/cc-fonts.el, cc-vars.el
9164 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9165 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9166 Masatake YAMATO.
9167
9168 (c-doc-comment-style): Made GtkDoc default in C mode.
9169
9170 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9171 and C-c C-<delete>.
9172
9173 (c-bind-special-erase-keys): New function for use on
9174 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9175
9176 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9177 <delete> key behavior in XEmacs according to `delete-forward-p'.
9178 C.f. `c-electric-delete'.
9179
9180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9181
9182 * progmodes/cc-mode.el: Give c-hungry-backspace and
9183 c-hungry-delete-forward permanent key bindings.
9184
9185 * progmodes/cc-cmds.el (c-electric-semi&comma):
9186 Bind c-syntactic-context for calls to "criteria functions", for
9187 consistency with other calls to user functions.
9188
9189 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9190 `current-prefix-arg', since this might be the prefix arg to a
9191 command which calls c-indent-command as a function. Change the
9192 interactive spec from "p" to "P".
9193
9194 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9195 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9196 was difficult to understand.
9197
9198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9199
9200 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9201 first char of an identifier.
9202
9203 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9204 +" syntax in C++.
9205
9206 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9207
9208 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9209 auto-fill doesn't split a c-comment's last word from a hanging
9210 "*/" when a space is typed between them after fill-column.
9211
9212 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9213
9214 * progmodes/cc-styles.el (c-set-style)
9215 (c-setup-paragraph-variables): Abort the command if we're not in a
9216 CC Mode buffer.
9217
9218 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9219 with blank comment-prefix, and a blank line as the comment's
9220 second line.
9221
9222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9223
9224 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9225 Incorporate the patterns added in the Emacs development branch
9226 for the new Emacs 22 face `font-lock-negation-char-face'.
9227
9228 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9229 of "red" since it stands out better in xterms and DOS terminals.
9230
9231 * progmodes/cc-engine.el (c-literal-faces):
9232 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9233
9234 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9235
9236 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9237 forcibly enable c-electric-flag.
9238
9239 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9240 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9241 after the comment-prefix of a C-style comment will close that comment.
9242
9243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9244
9245 * progmodes/cc-fonts.el (c-basic-matchers-before)
9246 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9247 in Pike.
9248
9249 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9250 digraphs.
9251
9252 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9253 (c-cpp-message-directives, c-cpp-include-directives)
9254 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9255 (c-cpp-expr-directives): Introduce new language constants to
9256 control cpp syntax in a cleaner way.
9257
9258 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9259
9260 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9261
9262 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9263 (c-multiline-string-start-char): New language constants and
9264 variables to specify how newlines in string literals work.
9265
9266 (c-font-lock-invalid-string): Use them.
9267
9268 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9269 unbalanced close brace is entered. Optimization by avoiding going
9270 back over arbitrarily large blocks. Removed hints that this
9271 function only would be relevant/useful in AWK.
9272
9273 (c-electric-brace): Indent syntactically after the cleanups since
9274 lineup functions might do it differently then.
9275
9276 * progmodes/cc-engine.el, cc-langs.el
9277 (c-opt-op-identifier-prefix): New language constant and variable.
9278
9279 (c-just-after-func-arglist-p, c-after-special-operator-id)
9280 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9281
9282 * progmodes/cc-align.el, cc-engine.el
9283 (c-after-special-operator-id): New helper to handle C++ operator
9284 identifiers.
9285
9286 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9287 (c-guess-basic-syntax): Handle C++ operator identifiers in
9288 declarations.
9289
9290 * progmodes/cc-langs.el (c-assignment-operators): Add the
9291 trigraph version of ^= too.
9292
9293 * progmodes/cc-langs.el (c-assignment-operators): Add the
9294 trigraph version of |= in C++.
9295
9296 * progmodes/cc-fonts.el (c-font-lock-declarators):
9297 Handle `c-decl-hangon-kwds' after the identifier name.
9298
9299 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9300 whether an arglist is "nonempty", ignore a comment after the open
9301 paren if it isn't followed by a non-comment token on the same line.
9302
9303 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9304 Enable heuristics below the point to cope with classes inside special
9305 brace lists in Pike.
9306
9307 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9308
9309 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9310
9311 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9312
9313 * progmodes/cc-guess.el (cc-guess-install): New function to
9314 install an already guessed style in another buffer.
9315
9316 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9317 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9318 anyway if the change always is undone.
9319
9320 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9321
9322 Implement togglable electricity:
9323
9324 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9325 saying when it should be used.
9326
9327 * progmodes/cc-engine.el: Add the new buffer-local variable,
9328 c-electric-flag.
9329
9330 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9331 c-toggle-auto-newline.
9332
9333 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9334 c-toggle-auto-newline. Remove the binding for
9335 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9336 c-toggle-electric-state.
9337
9338 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9339
9340 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9341 c-\(forward\|backward\)-subword.
9342 (c-update-modeline): Add the new modeline flag `l' for
9343 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9344 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9345 Make the old name an alias of the new name.
9346 (c-toggle-electric-state): New function.
9347 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9348 Adapt these functions to do electric things only when
9349 c-electric-flag is non-nil.
9350 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9351 new functions from c-electric-brace.
9352 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9353 mode, so that the tentative extra newline doesn't change the
9354 syntax of the following brace.
9355 (c-electric-brace): Restructure by extracting the above functions.
9356 Tidy up the coding somewhat.
9357 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9358 restructure a bit.
9359
9360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9361
9362 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9363 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9364
9365 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9366 (c-submode-indicators): Change name from `c-auto-hungry-string'
9367 since it's now used to track another submode.
9368
9369 (c-update-modeline): Convert to function and extended to check
9370 `c-subword-move-mode'.
9371
9372 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9373 Convert to compat aliases for `c-forward-subword' and
9374 `c-backward-subword'.
9375
9376 * progmodes/cc-subword.el: New functions and minor mode to handle
9377 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9378
9379 (c-forward-subword, c-backward-subword, c-mark-subword)
9380 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9381 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9382 Functions corresponding to the standard word handling functions.
9383
9384 (c-subword-move-mode): Minor mode that replaces all the standard
9385 word handling functions with their subword equivalences.
9386
9387 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9388
9389 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9390 entry for one-liner-defun.
9391
9392 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9393 name in its def-edebug-spec.
9394
9395 * progmodes/cc-cmds.el (c-electric-brace): Make the
9396 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9397 compacts space before a comment, if this will make things fit on
9398 one line.
9399
9400 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9401
9402 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9403
9404 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9405 clean-up one-liner-defun.
9406
9407 * progmodes/cc-styles.el: Add the new "awk" style.
9408
9409 * progmodes/cc-vars.el: Add description of one-liner-defun to
9410 c-cleanup-list's doc-string. New user options,
9411 c-max-one-liner-length. In c-default-style, set the default style
9412 for AWK to "awk".
9413
9414 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9415
9416 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9417 macros inside labels.
9418
9419 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9420 `c-at-statement-start-p' and `c-at-expression-start-p'.
9421
9422 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9423 error if the mark isn't set.
9424
9425 * progmodes/cc-engine.el (c-guess-continued-construct)
9426 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9427 accurately detect functions inside functions.
9428
9429 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9430 like `c-at-statement-start-p' that additionally recognizes commas
9431 and expression parentheses as delimiters.
9432
9433 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9434 to avoid heuristics that doesn't work for unclosed blocks.
9435 (c-at-statement-start-p): New function.
9436
9437 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9438 Objective-C directives, e.g. directives spanning lines should work
9439 reasonably well now.
9440
9441 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9442
9443 (c-forward-objc-directive): New function to move over any ObjC
9444 directive.
9445
9446 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9447 (c-basic-matchers-before): Use it.
9448
9449 (c-font-lock-objc-iip-decl): Remove.
9450
9451 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9452 in the template arglist recognition.
9453
9454 * progmodes/cc-styles.el (c-style-alist): Fix several
9455 inconsistencies in the Whitesmith style.
9456
9457 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9458 New lineup function to get lines after Whitesmith style blocks
9459 correctly indented.
9460
9461 (c-lineup-whitesmith-in-block): Back out the compensation for
9462 opening parens since it's done using `add' lists in the style
9463 definition instead. Don't use the anchor position since it varies
9464 too much between the syntactic symbols. :P
9465
9466 * progmodes/cc-vars.el (c-valid-offset): Update.
9467
9468 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9469 lists where the offsets are combined according to several
9470 different methods: `first', `min', `max', and `add'.
9471 Report offset evaluation errors with `c-benign-error' so that some kind
9472 of reindentation still is done.
9473
9474 * progmodes/cc-engine.el (c-guess-basic-syntax):
9475 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9476 `arglist-close'.
9477
9478 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9479 situations for `arglist-cont-nonempty' and `arglist-close'.
9480
9481 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9482
9483 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9484 cc-bytecomp-boundp' in a number of places.
9485
9486 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9487 macro related issue.
9488
9489 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9490
9491 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9492 list is now [asdf], a char class [:alpha:].
9493 Include code for char classes.
9494 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9495 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9496
9497 Remove (nearly all of) the cruft associated with AWK Mode's former
9498 concept of "virtual semicolons":
9499
9500 Adapt c-beginning-of-statement, c-end-of-statement (together with
9501 subfunctions) to use the new notion of "virtual semicolon" in
9502 place of the old awkward special handling for AWK. There remains
9503 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9504 * progmodes/cc-cmds.el:
9505 (c-ascertain-adjacent-literal): In the backwards direction, now
9506 recognises AWK regexp delimiters as string delimiters.
9507 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9508 check more rigorously for "end of macro".
9509 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9510 virtual semicolons;
9511 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9512 out the code for forward movement into ...
9513 (c-end-of-statement): Now contains the code for forward movement,
9514 adapted for virtual semicolons.
9515
9516 * progmodes/cc-engine.el:
9517 (c-ws*-string-limit-regexp): New regexp.
9518 (c-forward-single-comment, c-backward-single-comment): Comment out
9519 the (now redundant) "special" AWK stuff.
9520
9521 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9522 c-string-par-start, c-string-par-separate to be more like Text
9523 Mode than Fundamental Mode.
9524
9525 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9526
9527 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9528 to the fontified region so that fontification doesn't occur
9529 outside it (could happen e.g. when fontifying a line with an
9530 unfinished declaration).
9531
9532 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9533
9534 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9535 start of the file. ^L now separate sections of the file.
9536 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9537 (c-awk-one-line-possibly-open-string-re)
9538 (c-awk-regexp-one-line-possibly-open-char-class-re)
9539 (c-awk-one-line-possibly-open-regexp-re)
9540 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9541 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9542
9543 Amend the concept of "virtual semicolons" (in the indentation
9544 engine) for languages like AWK, such that they are now
9545 conceptually attached to end of the last token of a statement, not
9546 the end of the line. (In AWK Mode, however, the pertinent text
9547 property is still physically set on the EOL.) Remove the specific
9548 tests for awk-mode, thus facilitating the introduction of other
9549 language modes where EOLs can end statements.
9550 (Note: The funtionality in cc-cmds.el, specifically
9551 c-beginning/end-of-statement has yet to be amended.)
9552
9553 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9554 New macros.
9555
9556 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9557 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9558 c-vsemi-status-unknown-p-fn (in a new page).
9559
9560 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9561 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9562 numerous awkward forms like
9563 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9564 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9565 variable before-ws-ip, the place just after char-before-ip appears.
9566
9567 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9568 a comment.
9569
9570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9571
9572 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9573 `c-tentative-buffer-changes'.
9574
9575 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9576 convert to macro to choose between Emacs and XEmacs at compile time.
9577
9578 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9579
9580 (c-tentative-buffer-changes): New macro to handle temporary buffer
9581 changes in a convenient way.
9582
9583 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9584 for `c-tentative-buffer-changes'.
9585
9586 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9587 the checks for paren sexps between the point and the keyword, to
9588 avoid some false alarms.
9589
9590 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9591 Fixed a situation where an error could be thrown for unbalanced
9592 parens. Changed to make use of c-keyword-member' to avoid some
9593 repeated regexp matches.
9594
9595 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9596 These language variable are no longer necessary.
9597
9598 (c-block-stmt-kwds): New language constant used by
9599 c-looking-at-inexpr-block'.
9600
9601 (c-guess-basic-syntax): Remove an optional check that looked at
9602 the existence of the now removed language variables.
9603
9604 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9605 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9606 object instantiation expressions as declarations in some contexts.
9607 This bug only affected languages where the declarator can't be
9608 enclosed in parentheses.
9609
9610 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9611 insert newlines before and after substatement braces.
9612
9613 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9614 function declaration headers and the handling of C++ style member
9615 init lists.
9616
9617 (c-just-after-func-arglist-p): Rewritten to use
9618 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9619
9620 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9621
9622 (c-guess-basic-syntax): Adapt case 5B for the new
9623 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9624 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9625 covers all cases now).
9626
9627 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9628
9629 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9630
9631 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9632 c-string-par-start/separate c-sentence-end-with-esc-eol,
9633 initialised in c-setup-paragraph-variables, used in string
9634 scanning subroutines of c-beginning-of-statement.
9635
9636 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9637 which precedes the newly inserted `{'.
9638
9639 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9640
9641 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9642 function for declaration level blocks. It should now cope with
9643 templates better and also be a lot more comprehensible.
9644
9645 (c-looking-at-decl-block): The new function.
9646
9647 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9648 for compatibility.
9649
9650 (c-add-class-syntax, c-guess-continued-construct)
9651 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9652
9653 (c-decl-block-key): Change to tell apart ambiguous and
9654 unambiguous keywords. Pike specials are now handled directly in
9655 the code instead.
9656
9657 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9658 New language constants and variables to make the backward skip in
9659 `c-looking-at-decl-block' as tight as possible.
9660
9661 (c-nonsymbol-token-char-list): New language constant.
9662
9663 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9664 find balanced template arglists backwards.
9665
9666 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9667 making char classes for `c-syntactic-skip-backward'.
9668
9669 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9670 16D - can't be a class-close at that point.
9671
9672 * progmodes/cc-engine.el (c-guess-basic-syntax)
9673 (c-add-class-syntax): Don't narrow out the enclosing declaration
9674 level. This makes everything a lot easier, and it was actually
9675 only four small places that needed it to work. Some places that
9676 previously did `widen' are removed now, which has the effect that
9677 `c-guess-basic-syntax' never will look at things outside the
9678 current narrowment now. The anchor position for `topmost-intro'
9679 is affected by this, but it was so bogus it was basically useless
9680 before, and now it's equally bogus but in a slightly different way.
9681
9682 (c-narrow-out-enclosing-class): Gone.
9683
9684 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9685 the narrowed region.
9686
9687 (c-least-enclosing-brace): Remove silly optional argument.
9688
9689 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9690 the point could be left directly after an open paren when finding
9691 the beginning of the first decl in the block.
9692
9693 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9694 Specify which submatch to use.
9695
9696 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9697
9698 (c-decl-start-re): No longer any need for special treatment of
9699 ObjC due to the above.
9700
9701 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9702 presumably follows C in that regard.
9703
9704 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9705 New language constants to specify operator tokens inside
9706 identifiers in a more high level way.
9707
9708 (c-opt-identifier-prefix-key): New internal language constant.
9709
9710 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9711 (c-identifier-start, c-identifier-key): Now completely calculated
9712 from other constants.
9713
9714 (c-identifier-last-sym-match): Decommission since it's no longer used.
9715
9716 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9717
9718 * progmodes/cc-engine.el (c-forward-name): Remove the
9719 optimization when c-identifier-key is equal to c-symbol-key since
9720 it doesn't work in byte compiled files. Don't record empty
9721 regions as identifiers.
9722
9723 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9724 simplify access to `c-operators' and its likes.
9725
9726 (c-operator-list, c-all-op-syntax-tokens)
9727 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9728 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9729 (c-primary-expr-regexp, c-cast-parens): Use it.
9730
9731 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9732 an explicit language in functions.
9733
9734 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9735 variant of adornment.
9736
9737 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9738 variable.
9739
9740 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9741 the Pike value.
9742
9743 * progmodes/cc-engine.el (c-on-identifier)
9744 (c-simple-skip-symbol-backward): Small fix for handling "-"
9745 correctly in `skip-chars-backward'. Affected the operator lfun
9746 syntax in Pike.
9747
9748 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9749 diagnostic message about precompiled language vars not being used.
9750
9751 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9752 "__attribute__" is followed by a parenthesis.
9753
9754 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9755 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9756 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9757
9758 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9759 Internal cleanups to properly detect the declared identifiers in
9760 various declarations.
9761
9762 (c-decl-start-kwds): New language constant to recognize
9763 declarations that can start anywhere. Used for class declarations
9764 in Pike.
9765
9766 (c-specifier-key, c-not-decl-init-keywords)
9767 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9768 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9769
9770 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9771 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9772 handling of the compiler specific extension keywords into a new
9773 language constant `c-decl-hangon-kwds' that defines keyword
9774 clauses to be ignored in declarations.
9775
9776 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9777 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9778 Necessary to stop at the declared identifier in e.g. IDL valuetype
9779 declarations.
9780
9781 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9782 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9783 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9784 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9785 class and enum declarations as such and not as part of the type.
9786
9787 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9788 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9789
9790 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9791 declarations when there's some syntax error later on.
9792
9793 (c-complex-decl-matchers): Did away with a reference to
9794 `c-specifier-key'.
9795
9796 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9797 value - this variable is always dynamically bound.
9798
9799 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9800 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9801 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9802 functions that might do hidden buffer changes: All such internal
9803 functions are now marked instead of those that don't.
9804
9805 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9806 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9807 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9808 (c-literal-type): Allow these functions to make hidden buffer changes,
9809 so that they are free to use text property caching later on.
9810
9811 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9812 (c-electric-brace, c-electric-slash, c-electric-star)
9813 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9814 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9815 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9816 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9817 with the changed semantics of the functions above.
9818
9819 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9820 when macros occur in obscure places. Optimized the sexp movement
9821 a bit.
9822
9823 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9824
9825 Enhancements for c-beginning-of-statement to work in AWK Mode:
9826
9827 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9828 (completed statement) with `}' (statement completed by closing
9829 brace or semicolon) and `$' (statement completed by EOL).
9830
9831 (c-awk-virtual-semicolon-ends-prev-line-p)
9832 (c-awk-virtual-semicolon-ends-line-p)
9833 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9834 (c-awk-at-statement-end-p): New functions.
9835
9836 * progmodes/cc-cmds.el: Simplify the structure of functions
9837 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9838 two functions and c-beginning-of-statement to handle AWK Mode.
9839
9840 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9841 c-backward-single-comment for AWK mode. Attempt to clarify their
9842 doc-strings.
9843
9844 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9845
9846 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9847
9848 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9849 label handling. Labels are now recognized in a uniform and more
9850 robust way, regardless of context. Text properties are put on all
9851 labels to recognize the following declarations better.
9852 Multiword labels are handled both in indentation and fontification for
9853 the benefit of language extensions like Qt. For consistency, keywords
9854 in labels are now fontified with the label face instead.
9855 That also applies to "case" and "default".
9856
9857 (c-beginning-of-statement-1): Fix some bugs in the label
9858 handling. Disregard `c-nonlabel-token-key' in labels that begin
9859 with `c-label-kwds'.
9860
9861 (c-find-decl-spots): Support that the callback adds more
9862 `c-decl-end' spots to find.
9863
9864 (c-forward-decl-or-cast-1): Don't treat a list of plain
9865 identifiers followed by a colon as a declaration.
9866
9867 (c-forward-label): New function to recognize labels.
9868
9869 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9870 `c-forward-label'. Moved the label recognition cases (14 and 15)
9871 earlier since they aren't so context sensitive now. Handle labels
9872 on the top level gracefully. Moved access label recognition to
9873 the generic label case (CASE 15) - removed CASE 5E.
9874
9875 (c-font-lock-declarations): Add recognition of labels in the
9876 same round since we need to handle labels in parallell with other
9877 declarations to recognize both accurately. It should also improve
9878 speed.
9879
9880 (c-simple-decl-matchers, c-basic-matchers-after):
9881 Move `c-font-lock-labels' so that it only is used on decoration level 2
9882 since `c-font-lock-declarations' handles it otherwise.
9883
9884 (c-complex-decl-matchers): Remove the simplistic recognition of
9885 access labels.
9886
9887 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9888 with labels earlier.
9889
9890 (c-decl-start-re): New language variable to make
9891 `c-font-lock-declarations' stop for the special protection labels
9892 in Objective-C that start with `@'.
9893
9894 (c-label-key): Remove since it's no longer used.
9895
9896 (c-recognize-colon-labels, c-label-prefix-re): New language
9897 constants to support recognition of generic colon-terminated labels.
9898
9899 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9900 are colon terminated labels.
9901
9902 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9903 first argument starts with a special brace list.
9904
9905 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9906 (c-font-lock-declarations): Break out the declaration and cast
9907 recognition from `c-font-lock-declarations' to a new function, so
9908 that it can be used in the indentation engine.
9909
9910 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9911 up to the start of the literal. Fixed bug with the point on the
9912 wrong side of the search limit that could happen when the start
9913 position is inside a literal.
9914
9915 * progmodes/cc-engine.el (c-parse-state)
9916 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9917 so that it's kept a little bit back to increase the hit rate.
9918
9919 (c-parse-state): Change the macro handling and fixed some
9920 glitches. Macro context is checked more often than necessary now,
9921 but otoh less garbage conses are generated.
9922
9923 * progmodes/cc-engine.el (c-parse-state)
9924 (c-invalidate-state-cache): Cache the last position where
9925 `c-state-cache' applies. This can speed up refontification quite
9926 a bit in blocks where there are many non-brace parens before the point.
9927
9928 (c-state-cache-end): New variable for this.
9929
9930 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9931 cache variable.
9932
9933 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9934 get close initial continue positions when the start position is
9935 inside a literal or macro. Do not call the callback for spots
9936 before the start position (which can happen e.g. for `c-decl-end'
9937 spots inside comments). Optimize better in special cases when the
9938 region is a single line inside a literal or macro (typically when
9939 the current line is refontified).
9940
9941 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9942 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9943 entries from the paren state.
9944
9945 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9946 special case for "else if" clauses.
9947
9948 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9949 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9950
9951 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9952 New language variable to recognize the gcc extension with statement
9953 blocks inside expressions.
9954
9955 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9956 it somewhat more comprehensible. The argument AT-BLOCK-START is
9957 no longer used and hence removed.
9958
9959 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9960 to `c-add-stmt-syntax'.
9961
9962 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9963 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9964 This fixes bogus label recognition.
9965
9966 * progmodes/cc-engine.el (c-add-type, c-check-type)
9967 (c-forward-name, c-forward-type): Improve storage of template
9968 types in `c-found-types' so that they can be recognized better.
9969
9970 (c-syntactic-content): Add option to skip past nested parens.
9971
9972 * progmodes/cc-engine.el (c-forward-name):
9973 Set `c-last-identifier-range' all the time. It's less work that way.
9974 Handle that there might not be an identifier to store in
9975 `c-last-identifier-range'.
9976
9977 (c-forward-type): Handle that `c-last-identifier-range' might be
9978 nil from `c-forward-name'.
9979
9980 * progmodes/cc-defs.el (c-safe-scan-lists)
9981 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9982
9983 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9984 to work even if the form fails.
9985
9986 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9987 down in a large file in one go.
9988
9989 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9990
9991 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9992 function which is like `c-lineup-math' but returns nil instead of
9993 `c-basic-offset' when it doesn't match.
9994
9995 (c-lineup-math): Change to use `c-lineup-assignments'.
9996
9997 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9998
9999 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10000 c-beginning-of-statement. New subfunctions
10001 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10002
10003 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10004
10005 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10006 hardcoded char classes whereever possible. Changed a couple of
10007 places to use skip by syntax instead of skip by char class.
10008
10009 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10010 Fix a bug in the regexp that caused extreme backtracking.
10011
10012 * progmodes/cc-langs.el (c-block-comment-starter)
10013 (c-block-comment-ender): New language constants to specify in a
10014 single place how block comments look.
10015
10016 (c-comment-start-regexp, c-block-comment-start-regexp)
10017 (comment-start, comment-end, comment-start-skip)
10018 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10019 (c-syntactic-ws, c-nonempty-syntactic-ws)
10020 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10021 `c-line-comment-starter', `c-block-comment-starter' and
10022 `c-block-comment-ender'.
10023
10024 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10025 New language constants to break up things a bit.
10026
10027 (c-simple-ws): New language constant for simple whitespace.
10028
10029 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10030
10031 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10032 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10033 newlines. Allow and ignore nil elements in the list.
10034
10035 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10036
10037 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10038 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10039
10040 * progmodes/cc-cmds.el: Tidy up the comments in
10041 c-beginning-of-statement and subfunctions.
10042
10043 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10044 more flexible c-put-char-property and c-clear-char-properties.
10045 Add the author's email address.
10046
10047 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10048
10049 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10050 closing "*/" of a block comment.
10051
10052 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10053 subfunctions) so that it works at BOB and EOB.
10054
10055 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10056 c-beginning-of-statement, including new variable
10057 c-block-comment-start-regexp.
10058
10059 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10060
10061 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10062 symbols from `*-font-lock-extra-types' so that there's no need to
10063 use `regexp-opt' on those lists.
10064
10065 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10066 `c-type-modifier-kwds' is empty.
10067
10068 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10069 there are several strings on the same line.
10070
10071 * progmodes/cc-engine.el (c-literal-limits): Remove the
10072 compatibility function for older emacsen. `c-literal-limits-fast'
10073 has now taken the place of this function.
10074
10075 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10076 with older emacsen: We now require `pps-extended-state'.
10077
10078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10079
10080 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10081 which obviates the need to hack sentence-end. This now handles
10082 escaped newlines in strings correctly. Correct minor bugs in
10083 c-move-over-sentence and in c-beginning-of-statement.
10084
10085 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10086 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10087 that movement over macros and code are rigorously separated from
10088 eachother. Correct a few incidental bugs.
10089
10090 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10091 Improve its doc-string. Improve the handling of certain specific cases.
10092
10093 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10094
10095 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10096 (c-guess-basic-syntax): Change the way class-level labels are
10097 recognized; they can now contain essentially any symbols.
10098
10099 (c-opt-extra-label-key): New language variable to cope with the
10100 special protection label syntax in Objective-C.
10101
10102 (c-opt-access-key): Remove; this is now handled better by
10103 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10104
10105 (c-complex-decl-matchers): Update to handle that
10106 `c-opt-access-key' no longer exists.
10107
10108 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10109 improved label recognition in `c-beginning-of-statement-1'.
10110
10111 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10112 Recognize bitfields better.
10113
10114 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10115 Remove some cruft and fixed a bug that could cause it to go to a
10116 position further down.
10117
10118 * progmodes/cc-langs.el, cc-engine.el
10119 (c-beginning-of-statement-1): Improve detection of labels in
10120 declaration contexts.
10121
10122 (c-beginning-of-decl-1): Use it.
10123
10124 (c-nonlabel-token-key): New language constant and variable needed
10125 by `c-beginning-of-statement-1'.
10126
10127 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10128 manifested itself due to the correction in `c-forward-sexp'.
10129
10130 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10131 Make these behave as documented when used at the buffer limits.
10132
10133 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10134 (c-type-decl-end-used): Made this a language variable.
10135
10136 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10137 correctly when `combine-after-change-calls' is used together with
10138 temporary narrowings.
10139
10140 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10141 Report labels correctly when the start point is immediately after the
10142 colon.
10143
10144 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10145 Remove since it isn't used anymore.
10146
10147 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10148 bracket arglists such as template parens in C++.
10149
10150 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10151 in the last check-in. Some optimization.
10152
10153 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10154 where it could stop at the same level in a preceding sexp when
10155 PAREN-LEVEL is set.
10156
10157 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10158 text property lookup only when it's needed.
10159
10160 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10161 Change the policy for paren marked angle brackets to be more
10162 persistent; once marked they remain marked even when they're found
10163 to be unbalanced in the searched region. This should keep the
10164 paren syntax around even when individual lines are refontified in
10165 multiline template arglists.
10166
10167 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10168 to control markup so that incorrect angle bracket arglists aren't
10169 marked in contexts where the correct value for
10170 `c-disallow-comma-in-<>-arglists' isn't known.
10171
10172 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10173 argument has become `c-parse-and-markup-<>-arglists'.
10174
10175 (c-remove-<>-arglist-properties): Remove - no longer used.
10176
10177 (c-after-change-check-<>-operators): New function used on
10178 `after-change-functions' to avoid that "<" and ">" characters that
10179 are part of longer operators have paren syntax.
10180
10181 (c-<>-multichar-token-regexp): New language variable used by
10182 `c-after-change-check-<>-operators'.
10183
10184 (c-after-change): Call `c-after-change-check-<>-operators'.
10185
10186 (c-font-lock-<>-arglists): Use the context properties set by
10187 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10188 correctly to avoid doing invalid markup.
10189
10190 (c-font-lock-declarations): Remove code that undoes the invalid
10191 markup done by `c-font-lock-<>-arglists'.
10192
10193 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10194 after `c-font-lock-declarations'.
10195
10196 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10197 Add paren-level feature.
10198
10199 (c-guess-basic-syntax): Improve the anchor position for
10200 `template-args-cont' in nested template arglists. There's still
10201 much to be desired in this area, though.
10202
10203 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10204
10205 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10206 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10207
10208 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10209
10210 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10211 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10212
10213 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10214 it doesn't work no longer are supported.
10215
10216 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10217 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10218 requires support for the syntax-table' text property, which rules
10219 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10220 cruft associated with those versions.
10221
10222 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10223 for the `syntax-table' text property, which rules out Emacs 19 and
10224 XEmacs < 21.4. Removed various compatibility cruft associated
10225 with those versions.
10226
10227 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10228 support for the `syntax-table' text property.
10229
10230 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10231 variable and use an extra quoted face name instead. All the
10232 emacsen flavors handle that correctly.
10233
10234 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10235 (c-font-lock-declarators, c-font-lock-declarations)
10236 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10237 property to mark the items in in declarator lists to handle
10238 refontification inside multiline declarations better.
10239
10240 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10241 construct like "a * b = c;" as a declaration.
10242
10243 2005-12-08 Kim F. Storm <storm@cua.dk>
10244
10245 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10246 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10247 select either meta, hyper, or super modifier for rectangle commands.
10248 (cua--rectangle-modifier-key): New defvar.
10249 (cua--M/H-key): Use it. Remove special case for `space'.
10250 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10251 on X, to meta otherwise. Always bind C-return to toggle
10252 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10253
10254 * emulation/cua-rect.el (cua-help-for-rectangle):
10255 Use cua--rectangle-modifier-key. Handle super modifier too.
10256 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10257 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10258
10259 * ido.el: Move Acknowledgements and History after Commentary.
10260 Minor changes to Commentary.
10261
10262 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10263 keymap if cua--prefix-override-timer is `shift'.
10264 (cua--shift-control-prefix): New function; emulate "type prefix
10265 key twice" functionality to handle shifted prefix key override.
10266 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10267 New commands.
10268 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10269
10270 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10271
10272 * textmodes/org.el (org-insert-heading): Try to do items before
10273 headings.
10274 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10275 (org-insert-item): New function.
10276 (org-renumber-ordered-list): Don't skip to higher level lists.
10277
10278 2005-12-08 Juri Linkov <juri@jurta.org>
10279
10280 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10281
10282 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10283
10284 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10285
10286 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10287 the constructed function name fun-1.
10288
10289 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10290 because such links don't lead to parent documentation.
10291
10292 2005-12-08 Kenichi Handa <handa@m17n.org>
10293
10294 * descr-text.el (describe-char): Use *Help-2* buffer if the
10295 current buffer is *Help*. Call describe-text-properties while
10296 setting the original buffer.
10297
10298 2005-12-07 Bill Wohler <wohler@newt.com>
10299
10300 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10301 and causes problems with non-MH users (such as Gnus users).
10302
10303 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10304
10305 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10306 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10307 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10308 command "info sources". Move calls to GDB command "list".
10309 (gdb-find-file-hook): Just use gdb-source-file-list.
10310 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10311 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10312 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10313 (gdb-data-list-register-values-handler): Use correct trigger name.
10314
10315 2005-12-07 Kim F. Storm <storm@cua.dk>
10316
10317 * ido.el (ido-completion-map): Rename from ido-mode-map.
10318 (ido-common-completion-map, ido-file-completion-map)
10319 (ido-file-dir-completion-map, ido-buffer-completion-map):
10320 Rename from ido-mode-....-map.
10321 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10322 (ido-setup-completion-map): Rename from ido-define-mode-map.
10323 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10324 to ido-completion-map.
10325
10326 2005-12-07 Kenichi Handa <handa@m17n.org>
10327
10328 * international/mule-cmds.el
10329 (set-display-table-and-terminal-coding-system): If the coding
10330 system specified in `unibyte-display' property is different from
10331 the arg coding-system, don't setup standard-display-table.
10332
10333 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10336 that comments end at \n, regardless of selective-display.
10337
10338 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10339
10340 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10341 (gdb-version): New variables.
10342 (gdb-source-file-list, gdb-register-names)
10343 (gdb-changed-registers): New variables for use with GDB 6.4+.
10344 (gdb-ann3): Replace with...
10345 (gdb-init-1, gdb-init-2): ...two new functions.
10346 (gdba, gdb-prompt): Call gdb-init-1.
10347 (gdb-get-version): New function. Call gdb-init-2 from here.
10348 (gud-watch): Make it work with mouse events too.
10349 (gdb-post-prompt): Don't add to queue until GDB version is known.
10350 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10351 (gdb-locals-mode): Use gdb-version.
10352 (gdb-memory-format-map, gdb-memory-unit-map)
10353 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10354 (gdb-locals-font-lock-keywords-1)
10355 (gdb-locals-font-lock-keywords-2): New variables.
10356 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10357 (gdb-set-gud-minor-mode-existing-buffers-1)
10358 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10359 (gdb-var-update-1, gdb-var-update-handler-1)
10360 (gdb-data-list-register-values-handler)
10361 (gdb-data-list-register-values-custom)
10362 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10363 (gdb-stack-list-locals-handler, gdb-get-register-names):
10364 New functions for use with GDB 6.4+.
10365 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10366 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10367 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10368 (gdb-stack-list-locals-regexp)
10369 (gdb-data-list-register-names-regexp): New regexps for use with
10370 GDB 6.4+.
10371
10372 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10373
10374 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10375
10376 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10377
10378 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10379 prompts work for AUTH PLAIN. Also reported by Steve Allan
10380 <seallan@verizon.net>.
10381
10382 2005-12-06 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
10383
10384 * frame.el (set-frame-parameter): Add doc string.
10385
10386 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10387
10388 * textmodes/org.el (org-occur-highlights): New variable.
10389 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10390 (org-highlight-sparse-tree-matches): New option.
10391 (org-do-occur): New function.
10392 (org-get-heading): Make it work also at beginning of line.
10393 (org-category-table): New variable.
10394 (org-get-category-table, org-get-category)
10395 (org-camel-to-words, org-link-search): New functions.
10396 (org-select-this-todo-keyword): New variable.
10397 (org-todo-list): New command.
10398 (org-shiftright, org-shiftleft): New commands.
10399 (org-agenda-todo): Add prefix argument.
10400 (org-show-hierarchy-above): New option.
10401 (org-show-todo-tree): Numerical prefix creates tree for specific
10402 TODO keyword.
10403 (org-outline-level): New function, to assign a level to plain
10404 lists items.
10405 (org-cycle-include-plain-lists): New option.
10406 (org-mode): Use `org-outline-level' as value of `outline-level'.
10407 (org-cycle): Temporarily switch `outline-regexp' if
10408 `org-cycle-include-plain-lists' is non-nil.
10409 (org-start-icalendar-file): Fix format bug.
10410 (org-agenda-get-day-entries): Create category table.
10411 (org-agenda-get-todos, org-agenda-get-timestamps)
10412 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10413 (org-agenda-get-blocks): Use `org-get-category'.
10414 (org-context-in-file-links): Rename from
10415 `org-line-numbers-in-file-links'.
10416
10417 2005-12-06 Romain Francoise <romain@orebokech.com>
10418
10419 * window.el (balance-windows): Delete extraneous third arg in call
10420 to `enlarge-window'.
10421
10422 2005-12-06 Kenichi Handa <handa@m17n.org>
10423
10424 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10425
10426 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10427
10428 * progmodes/gdb-ui.el (gdb-var-create-handler)
10429 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10430 (gdb-var-list-children-handler, gdb-var-update-handler):
10431 Current buffer is already gdb-partial-output-buffer, don't
10432 make it current again.
10433
10434 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10435
10436 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10437 (list-buffers-noselect): Use it.
10438
10439 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10442 (mail-yank-ignored-headers): Use regexp-opt.
10443 (mail-mode-map): Move initialization into declaration.
10444 (mail-sent-via): Remove unused shadowed var `to-line'.
10445 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10446 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10447 (mail-do-fcc): Use dolist and push.
10448 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10449 (mail-yank-ignored-headers): Don't autoload.
10450
10451 2005-12-05 Kenichi Handa <handa@m17n.org>
10452
10453 * international/mule-cmds.el (set-language-info-internal): New fun.
10454 (set-language-info): Call set-language-info-internal to update
10455 language-info-alist. If LANG-ENV is the current one, call
10456 set-language-environment to make INFO effective now.
10457 (set-language-info-alist): Likewise.
10458 (locale-language-names): With locale "en", use English
10459 lang. env. but set the default codings to iso-8859-1.
10460
10461 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10462
10463 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10464 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10465 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10466 for plain strings.
10467 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10468 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10469 Create registers buffer if necessary. Echo new state in minibuffer.
10470 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10471
10472 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * info.el (Info-fontify-node): Match external links using
10475 non-directory part of filename.
10476
10477 2005-12-04 Juri Linkov <juri@jurta.org>
10478
10479 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10480 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10481 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10482 because there is no customization option for it.
10483
10484 * font-lock.el (lisp-font-lock-keywords-1):
10485 Add define-global-minor-mode.
10486
10487 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10488
10489 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10490 properties on the constructed variable names.
10491
10492 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10493 Put `definition-name' properties on the constructed function names
10494 next-sym and prev-sym.
10495
10496 * emacs-lisp/find-func.el (find-function-regexp):
10497 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10498 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10499 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10500 and easy-menu-define.
10501
10502 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10503 easy-mmode-define-global-mode and define-global-minor-mode.
10504 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10505
10506 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10507 instead of easy-mmode-define-global-mode.
10508
10509 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10510 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10511
10512 * cus-edit.el (customize-group, customize-group-other-window):
10513 Filter out autoloaded options from the group completion list by
10514 using heuristics that autoloaded groups don't have `custom-autoload'
10515 property on their symbols (they have only `custom-loads').
10516
10517 * simple.el (completion-setup-function): Put completions-common-part
10518 face on complete completion string too (i.e. completion string
10519 without completions-first-difference face).
10520
10521 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10522
10523 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10524
10525 * view.el (view-mode): Doc fix.
10526
10527 * disp-table.el (standard-display-european): Add to the warning
10528 message a reference to the doc string.
10529
10530 * play/yow.el (apropos-zippy): Call print-help-return-message,
10531 similar to other Help and Apropos commands.
10532
10533 * help.el (print-help-return-message): If pop-up-frames is
10534 non-nil, set up help-return-method to delete the help window and,
10535 possibly, its frame as well, and don't display message about
10536 scrolling the help window. Doc fix.
10537 (help-return-method): Doc fix.
10538
10539 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10540
10541 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10542 whereby names of length one or names starting with a
10543 symbol-constituent character would not be returned.
10544
10545 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10546
10547 * subr.el (atomic-change-group): Add edebug and indentation spec.
10548
10549 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * completion.el (save-completions-file-name): Fix typo in last change.
10552
10553 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10554
10555 * info.el: Move back/forward history to the beginning of the tool bar.
10556
10557 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10558
10559 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10560 Add fset of allout-real-isearch-abort during compile to fix
10561 byte-compilation warnings.
10562 (allout-mode-p): Move definition of this macro above all uses, or
10563 byte compilation in barren emacs (eg, during emacs build) will
10564 lack the definition.
10565 (allout-mode): Move this variable above any uses, or byte
10566 compilation will fail.
10567 (allout-resolve-xref): Remove use of personal file-reference function.
10568 (allout-toggle-current-subtree-encryption): Do the current (ie,
10569 visible containing) topic, rather than nearest around point. Doc fix.
10570 (allout-toggle-subtree-encryption): New function, workhorse that
10571 works on nearest topic containing point.
10572 (allout-encrypt-string): Signal requirement for newer version of pgg.
10573 (allout-resumptions): Doc fix.
10574
10575 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10576
10577 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10578
10579 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10580
10581 * textmodes/flyspell.el (flyspell-external-point-words):
10582 Consider a misspelling as found in the string search if: (a) misspelling
10583 and found string lengths match, or (b) misspelling is found as
10584 element in a boundary-chars separated longer string, or (c)
10585 ispell-program-name is really ispell and misspelling is found as
10586 part of a TeX string. After successful match move beginning of
10587 search region to end of match. Warn about not found misspellings
10588 once the process is done.
10589 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10590
10591 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10592
10593 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10594 tool bar (removed inadvertently).
10595
10596 2005-12-02 Juri Linkov <juri@jurta.org>
10597
10598 * log-view.el (log-view-diff): Clarify doc string.
10599
10600 2005-12-01 Bill Wohler <wohler@newt.com>
10601
10602 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10603 triggers lm-verify errors.
10604
10605 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * simple.el (transient-mark-mode, line-number-mode)
10608 (column-number-mode, size-indication-mode): Remove `:require nil'.
10609
10610 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10611
10612 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10613 in the margin also.
10614 (gdb-breakpoints-mode-map): Use D instead of d for
10615 gdb-delete-breakpoint.
10616 (gdb-get-frame-number): Require a number to match on.
10617 (gdb-threads-mode-map): Add follow-link binding.
10618
10619 2005-11-30 Jason Rumney <jasonr@gnu.org>
10620
10621 * isearch.el (isearch-mode-map): Avoid exiting search on
10622 language-change event.
10623
10624 2005-11-30 Romain Francoise <romain@orebokech.com>
10625
10626 * speedbar.el (speedbar-default-position): New defcustom.
10627 (speedbar-frame-reposition-smartly): Use it.
10628
10629 * dframe.el (dframe-reposition-frame-emacs): Fix position
10630 computation for `left' location.
10631 Update copyright year.
10632
10633 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * help.el (help-map): Move initialization into declaration.
10636
10637 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10638
10639 * help-fns.el (help-argument-name): Don't autoload.
10640 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10641 to be re-loaded when customizing the `help' group.
10642
10643 2005-11-30 John Paul Wallington <jpw@gnu.org>
10644
10645 * help-fns.el (describe-function-1): Fill arglist output.
10646
10647 2005-11-30 Kim F. Storm <storm@cua.dk>
10648
10649 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10650 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10651 after revert-buffer (or anything else which kills all local variables).
10652
10653 * apropos.el (apropos-parse-pattern): Doc fix.
10654 Set apropos-regexp directly, rather than expecting callers to do so.
10655 (apropos-command, apropos, apropos-value, apropos-documentation):
10656 Simplify calls to apropos-parse-pattern.
10657
10658 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10659
10660 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10661 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10662 (hi-lock-write-interactive-patterns): Use comment-region.
10663
10664 * longlines.el (longlines-mode): Add mail-setup-hook.
10665
10666 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10667
10668 * simple.el (sendmail-user-agent-compose, next-line):
10669 Conditionally use hard-newline.
10670
10671 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10672
10673 * international/latexenc.el (latex-inputenc-coding-alist):
10674 Reword doc string.
10675
10676 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * help.el (describe-key-briefly, describe-key): Recognize default
10679 bindings.
10680
10681 2005-11-29 Romain Francoise <romain@orebokech.com>
10682
10683 * view.el (view-inhibit-help-message): New defcustom.
10684 (view-mode-enter): Use it.
10685
10686 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10687
10688 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10689 Preserve user position.
10690
10691 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10692
10693 * font-lock.el: Throw error if facemenu is not loaded to prevent
10694 accidental change of loading order in loadup.el. (Suggested by RMS.)
10695
10696 * loadup.el: Add comment explaining why facemenu must be loaded
10697 before font-lock.
10698
10699 2005-11-28 Jay Belanger <belanger@truman.edu>
10700
10701 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10702 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10703
10704 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10705
10706 * calc/calc-embed.el (calc-do-embedded): Update help message.
10707
10708 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10709
10710 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10713
10714 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10715 called-interactively-p.
10716 (elp-profilable-p): Rename from elp-not-profilable-p.
10717 Invert result and take into account macros and autoloaded functions.
10718 (elp-instrument-function): Update call.
10719 (elp-instrument-package): Update call. Add completion.
10720 (elp-pack-number): Use match-string.
10721 (elp-results-jump-to-definition-by-mouse): Merge into
10722 elp-results-jump-to-definition and then remove.
10723 (elp-output-insert-symname): Make help echo text single-line.
10724
10725 * replace.el (query-replace-map): Move initialization into declaration.
10726 (occur-engine): Use with-current-buffer.
10727 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10728 (occur-mode-mouse-goto): Replace with an alias.
10729
10730 2005-11-28 Juri Linkov <juri@jurta.org>
10731
10732 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10733
10734 * term/w32-win.el: Bind [S-tab] to [backtab].
10735
10736 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10737 `Info-find-file' to t.
10738
10739 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10740 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10741 and same-window-regexps.
10742 (occur-next-error): Don't move point for arg 0.
10743
10744 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10745
10746 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10747
10748 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * log-edit.el (log-edit-changelog-use-first): New var.
10751 (log-edit-changelog-ours-p): Use it.
10752 (log-edit-insert-changelog): Set it with new arg `use-first'.
10753 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10754 (log-edit-hook): Add them to the list of suggested options.
10755
10756 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10757 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10758 redundant work.
10759 (flyspell-mode-on): Use add-hook for after-change-functions.
10760 (flyspell-mode-off): Use remove-hook for after-change-functions.
10761 (flyspell-changes): Make it buffer-local.
10762 (flyspell-after-change-function): Make it non-interactive. Use push.
10763 (flyspell-post-command-hook): Check input-pending-p while processing
10764 the potentially long list of buffer changes.
10765
10766 2005-11-28 L\e$,1 qrentey K\e,Aa\e(Broly <lorentey@elte.hu>
10767
10768 * buff-menu.el (list-buffers-noselect): Display the selected
10769 frame's buffer list, not the global one.
10770
10771 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10772
10773 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10774 that (list last-input-event) works as in interactive spec.
10775
10776 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10777
10778 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10779 `facemenu-keymap' needs to be defined when font-lock is loaded.
10780 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10781
10782 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * completion.el: Remove useless leading * in defcustom docstrings.
10785 (save-completions-file-name): Use ~/.emacs.d if available.
10786 (completion-standard-syntax-table): Rename from
10787 cmpl-standard-syntax-table and fold initialization into declaration,
10788 thus removing cmpl-make-standard-completion-syntax-table.
10789 (completion-lisp-syntax-table, completion-c-syntax-table)
10790 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10791 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10792 (symbol-under-point, symbol-before-point)
10793 (symbol-under-or-before-point, symbol-before-point-for-complete)
10794 (add-completions-from-c-buffer): Use with-syntax-table.
10795 (make-completion): Don't return a list of completion entries.
10796 Update callers.
10797 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10798 (completion-initialize): Rename from initialize-completions.
10799 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10800 (kill-emacs-save-completions): Collect stats here.
10801 (save-completions-to-file, load-completions-from-file):
10802 Use with-current-buffer.
10803 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10804 into a function. Move all calls to toplevel.
10805 (completion-lisp-mode-hook): New fun.
10806 (completion-c-mode-hook, completion-setup-fortran-mode):
10807 Set the syntax-table here. Use local-set-key.
10808 (completion-saved-bindings): New var.
10809 (dynamic-completion-mode): Make it into a proper minor mode.
10810 (load-completions-from-file): Remove unused var `num-uses'.
10811
10812 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10813 constructor if it is explicitly overridden.
10814
10815 * complete.el (PC-completion-as-file-name-predicate):
10816 Use minibuffer-completing-file-name.
10817 (partial-completion-mode): Use find-file-not-found-functions.
10818 (PC-lisp-complete-symbol): Use with-syntax-table.
10819 (PC-look-for-include-file): Remove dead setq.
10820 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10821 (PC-complete): Use with-current-buffer.
10822
10823 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10824 escape single quotes.
10825
10826 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10827
10828 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10829 of `if' whose condition always returned nil. Doc fix.
10830
10831 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10832 window's buffer the current buffer around the call to
10833 `list-buffers-noselect'. This is necessary to mark that buffer
10834 with a `.' in the Buffer Menu when called from Lisp, for instance
10835 by Auto Revert Mode.
10836
10837 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10838
10839 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10840 attaching to it.
10841 (gdb-pre-prompt): Make sure gdb-error is reset.
10842
10843 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10844 with a child process, detect it.
10845 (gud-speedbar-buttons): Match regexp more carefully.
10846
10847 2005-11-27 Richard M. Stallman <rms@gnu.org>
10848
10849 * mouse.el (mouse-drag-move-window-bottom):
10850 Use adjust-window-trailing-edge.
10851
10852 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10853
10854 * simple.el (blink-matching-open): Ignore
10855 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10856 (blink-matching-paren-on-screen): Update docstring.
10857
10858 * paren.el (show-paren-mode): No longer change
10859 `blink-matching-paren-on-screen'.
10860
10861 2005-11-27 John Paul Wallington <jpw@pobox.com>
10862
10863 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10864 (gdb-threads-select, gdb-edit-register-value):
10865 Use `posn-set-point' instead of `mouse-set-point' because the
10866 latter is not fbound when configured without X.
10867
10868 2005-11-27 Kim F. Storm <storm@cua.dk>
10869
10870 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10871 existing face when partially highlighting a TAB in a rectangle.
10872
10873 2005-11-26 Kim F. Storm <storm@cua.dk>
10874
10875 * ido.el (ido-mode-map): Doc fix.
10876 (ido-mode-common-map, ido-mode-file-map)
10877 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10878 (ido-define-mode-map): Rewrite. Select one of the new maps as
10879 parent for ido-mode-map instead of building from scratch.
10880 (ido-init-mode-maps): New defun to initialize new maps.
10881 (ido-mode): Call it.
10882 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10883 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10884
10885 2005-11-26 John Paul Wallington <jpw@pobox.com>
10886
10887 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10888 `mouse-set-point' because the latter is not fbound when configured
10889 without X.
10890
10891 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10892
10893 * files.el (file-relative-name): Doc fix.
10894
10895 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10896
10897 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10898 non-empty string for secondary prompt PS2.
10899
10900 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10901
10902 * progmodes/compile.el (compilation-setup): Fix last change.
10903
10904 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10907 (gdb-mouse-toggle-breakpoint-margin)
10908 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10909 Add gdb-server-prefix to keep out of command history.
10910 (gdb-edit-register-value): New function.
10911 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10912 (gdb-info-registers-custom): Use above map.
10913
10914 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * custom.el (enable-theme): Signal error if argument is not a
10917 theme. Don't recalculate a face if it's not loaded yet.
10918
10919 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10920 the `user' theme is in effect.
10921
10922 * info.el (Info-on-current-buffer): Record actual filename in
10923 Info-current-file, instead of t, or a fake filename if a non-file
10924 buffer. Make autoload.
10925 (Info-find-node, Info-revert-find-node): No need to check for
10926 Info-current-file nil.
10927 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10928 Info-current-file is now never `t'.
10929 (Info-fontify-node): Many simplifications due to Info-current-file
10930 always being valid. Use Info-find-file to find node filename.
10931
10932 2005-11-25 David Kastrup <dak@gnu.org>
10933
10934 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10935 new character, then delete" in order to preserve markers.
10936
10937 2005-11-25 David Ponce <david@dponce.com>
10938
10939 * recentf.el (recentf-arrange-by-rule): Handle a special
10940 `auto-mode-alist'-like "strip suffix" rule.
10941 (recentf-build-mode-rules): Handle second level auto-mode entries.
10942
10943 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10944
10945 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10946 window modes.
10947
10948 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10949 jde-javadoc-checker-report-mode.
10950
10951 * ediff-wind (ediff-make-wide-display): Slight simplification.
10952
10953 * ediff.el (ediff-date): Change the date of last update.
10954
10955 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10956
10957 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10958 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10959 (hi-lock-mode): New global minor mode.
10960 (turn-on-hi-lock-if-enabled): New function.
10961 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10962 Change arguments to regexp and face instead of a font-lock pattern.
10963 Directly set face property, instead of refontifying.
10964 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10965 (hi-lock-find-patterns): Use line-number-at-pos.
10966
10967 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10968 arguments for hi-lock-set-pattern.
10969 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10970 Call font-lock-fontify-buffer.
10971 (hi-lock-find-file-hook, hi-lock-current-line)
10972 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10973
10974 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10975 turned off.
10976
10977 * progmodes/compile.el (compilation-setup): Don't fiddle with
10978 font-lock-defaults.
10979
10980 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10981
10982 * progmodes/gdb-ui.el (gdb-var-create-handler)
10983 (gdb-var-list-children-handler): Find values for all variable
10984 objects. gud-speedbar-buttons decides whether to display them.
10985
10986 2005-11-24 Romain Francoise <romain@orebokech.com>
10987
10988 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10989 buffer name with a space.
10990
10991 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10992
10993 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10994 `org-export-local-list-max-depth'. Change default value to 3.
10995 (org-auto-renumber-ordered-lists)
10996 (org-plain-list-ordered-item-terminator): New options.
10997 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10998 (org-get-indentation, org-get-string-indentation)
10999 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11000 New functions.
11001 (org-move-item-down, org-move-item-up): New commands.
11002 (org-export-as-html): New classes for CSS support. Bug fix in
11003 regular expression detecting fixed-width regions. Respect
11004 `org-local-list-ordered-item-terminator'.
11005 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11006 also a list item.
11007 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11008 New item moving functions.
11009
11010 2005-11-24 Juri Linkov <juri@jurta.org>
11011
11012 * isearch.el (isearch-repeat): With empty search ring set
11013 `isearch-error' to the error string instead of signaling error
11014 with the function `error'.
11015
11016 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11017
11018 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11019
11020 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11023 and variable.
11024 (gdb-var-create-handler, gdb-var-list-children-handler):
11025 Don't match on "char **...".
11026 (gdb-var-update-handler): Find values for all variable objects.
11027 (gdb-info-frames-custom): Identify frames by leading "#".
11028
11029 * progmodes/gud.el (gud-speedbar-menu-items): Add
11030 gdb-speedbar-auto-raise as radio button.
11031 (gud-speedbar-buttons): Raise speedbar if requested.
11032 Don't match on "char **...".
11033 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11034 Make it editable.
11035
11036 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11037
11038 * info.el (Info-fontify-node): Handle the case where
11039 Info-current-file is t.
11040
11041 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * simple.el (blink-matching-open): Fix off-by-one in last change.
11044
11045 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11046
11047 * term/mac-win.el: Don't change default directory.
11048
11049 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11050
11051 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11052 buffers correctly. (It used to throw an error in such buffers.)
11053 Make it ask for confirmation in group buffers and other Custom
11054 buffers containing more than one customization item.
11055
11056 2005-11-22 John Paul Wallington <jpw@gnu.org>
11057
11058 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11059 property on mail and url overlays.
11060 (goto-address-at-point): Use `posn-set-point' instead of
11061 `mouse-set-point' because the latter is not fbound when configured
11062 without X.
11063
11064 2005-11-22 Lars Hansen <larsh@soem.dk>
11065
11066 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11067 (ls-lisp-classify, ls-lisp-format): Delete call to
11068 ls-lisp-parse-symlink.
11069 (ls-lisp-handle-switches): Handle symlinks to directories as
11070 directories when ls-lisp-dirs-first in non-nil.
11071
11072 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11073
11074 * startup.el (command-line): Make sure that loaddefs.el is handled
11075 correctly in load-history.
11076
11077 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11078
11079 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11080 (gdb-struct-string, gdb-array-string): New constants.
11081 (gdb-info-locals-handler): Use them.
11082 (gdb-reset): Reset gdb-var-list to nil.
11083
11084 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11087 in patterns.
11088
11089 2005-11-21 Juri Linkov <juri@jurta.org>
11090
11091 * custom.el (defcustom): Update link types in docstring.
11092
11093 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11094
11095 * custom.el (defgroup): Add doc-string-elt info.
11096
11097 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11098
11099 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * newcomment.el (comment-enter-backward): Fix last fix.
11102
11103 * simple.el (blink-matching-open):
11104 * paren.el (show-paren-function): Allow new paren-class info.
11105
11106 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11107
11108 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11109 handled automagically.
11110
11111 2005-11-20 Andreas Schwab <schwab@suse.de>
11112
11113 * descr-text.el (describe-char): When copying overlays put them
11114 over the full char description instead of just the first character
11115 of it.
11116
11117 2005-11-20 Juri Linkov <juri@jurta.org>
11118
11119 * simple.el (what-cursor-position):
11120 * descr-text.el (describe-char): Use Lisp-readable syntax
11121 for octal and hex. Reorder decimal, octal and hex values.
11122 Remove excess whitespace in the output. Use `=' in `column='
11123 like in `point=' and `Hscroll='.
11124
11125 * international/mule-cmds.el (encoded-string-description):
11126 Use Lisp-readable syntax for hex.
11127
11128 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * newcomment.el (comment-enter-backward): Handle the case where the
11131 comment is closed by EOB.
11132
11133 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * longlines.el (longlines-before-revert-hook)
11136 (longlines-after-revert-hook): New functions.
11137 (longlines-mode): Turn off longlines temporarily when reverting.
11138 Add a message-setup-hook.
11139 (longlines-decode-buffer): New function.
11140 (longlines-wrap-line): Preserve marker positions.
11141
11142 2005-11-19 Andreas Schwab <schwab@suse.de>
11143
11144 * emacs-lisp/shadow.el: Handle compressed files.
11145
11146 2005-11-19 Romain Francoise <romain@orebokech.com>
11147
11148 * net/browse-url.el (browse-url-default-browser): Signal an error
11149 if no usable browser can be found, rather than try to load w3.
11150
11151 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
11152
11153 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11154 replacing existing properties.
11155 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11156 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11157 tty specs.
11158 (rcirc-server-prefix, rcirc-server): New faces.
11159 (rcirc-url-regexp): Generate with rx macro.
11160 (rcirc-last-server-message-time): New variable.
11161 (rcirc-filter): Record time of last message.
11162 (rcirc-keepalive): Kill processes that did not send a message
11163 since the last ping.
11164 (rcirc-mode): Give rcirc-topic a local binding here.
11165
11166 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11167
11168 * subr.el (read-passwd): Fontify the prompt as we do with other
11169 prompts.
11170
11171 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11172
11173 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11174 binding buffer-read-only to nil.
11175
11176 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11177
11178 * complete.el (partial-completion-mode):
11179 Mention completion-auto-help in the doc string.
11180
11181 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11182 more Lisp-ish way.
11183
11184 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11185
11186 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11187 digits, not 8, to avoid misalignment for files larger than 100MB.
11188
11189 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11190
11191 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11192 Mention "keyboard shortcuts" in the help text.
11193
11194 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11195
11196 * startup.el (fancy-splash-default-action): Discard only
11197 mouse-down and succeeding mouse-up events in the splash screen
11198 window so that drag-n-drop event can be processed.
11199
11200 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * longlines.el (longlines-mode): Add hacks for mail-mode and
11203 message-mode.
11204
11205 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11206
11207 * textmodes/org.el (org-table-sort-lines): New command.
11208 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11209 (org-add-file): Command removed, use `org-agenda-file-to-front'
11210 instead.
11211 (org-export-icalendar): Use `org-icalendar-combined-name'.
11212 (org-cycle-agenda-files, org-agenda-file-to-end)
11213 (org-agenda-file-to-front): New commands.
11214 (org-table-tab-jumps-over-hlines, org-export-html-style):
11215 New options.
11216 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11217 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11218 New functions.
11219 (org-fill-paragraph): Call `org-table-align' in tables.
11220 (org-mode): Call `org-set-autofill-regexps'.
11221 (org-export-as-html): Support for local handformatted lists.
11222 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11223 (org-export-local-list-max-depth): New option.
11224 (org-html-expand): Use `org-html-protect'.
11225
11226 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11227
11228 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11229 to "p".
11230 (gdb): Move definition of gud-pp to...
11231
11232 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11233 speedbar.
11234 (gdb-find-watch-expression): New function.
11235
11236 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * faces.el (face-attribute, set-face-attribute): Mention existence
11239 of `:ignore-defface' setting in docstring.
11240
11241 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 * simple.el (completion-setup-function): Fix last change.
11244
11245 2005-11-17 John Paul Wallington <jpw@pobox.com>
11246
11247 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11248 Use `posn-set-point' instead of `mouse-set-point' because the
11249 latter is not fbound when configured without X.
11250
11251 * comint.el (comint-insert-input): Likewise.
11252
11253 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11254
11255 * simple.el (hard-newline): New variable.
11256 (sendmail-user-agent-compose, next-line): Use it.
11257
11258 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11259 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11260 (mail-mail-reply-to, mail-mail-followup-to)
11261 (mail-position-on-field, mail-signature, mail-yank-original)
11262 (mail-attach-file): Likewise.
11263
11264 * mail/mailheader.el (mail-header-format)
11265 (mail-header-format-function): Likewise.
11266
11267 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11268
11269 2005-11-17 Juri Linkov <juri@jurta.org>
11270
11271 * font-lock.el (font-lock-faces): Rename this defgroup from
11272 `font-lock-highlighting-faces'.
11273 (font-lock-comment-face, font-lock-comment-delimiter-face)
11274 (font-lock-string-face, font-lock-doc-face)
11275 (font-lock-keyword-face, font-lock-builtin-face)
11276 (font-lock-function-name-face, font-lock-variable-name-face)
11277 (font-lock-type-face, font-lock-constant-face)
11278 (font-lock-warning-face, font-lock-negation-char-face)
11279 (font-lock-preprocessor-face)
11280 (font-lock-regexp-grouping-backslash)
11281 (font-lock-regexp-grouping-construct): Rename :group from
11282 `font-lock-highlighting-faces' to `font-lock-faces'.
11283
11284 * cus-edit.el (lisp, c, tex):
11285 * progmodes/ada-mode.el (ada):
11286 * progmodes/asm-mode.el (asm):
11287 * progmodes/cperl-mode.el (cperl-faces):
11288 * progmodes/cpp.el (cpp):
11289 * progmodes/dcl-mode.el (dcl):
11290 * progmodes/f90.el (f90):
11291 * progmodes/fortran.el (fortran):
11292 * progmodes/icon.el (icon):
11293 * progmodes/idlwave.el (idlwave-misc):
11294 * progmodes/m4-mode.el (m4):
11295 * progmodes/make-mode.el (makefile):
11296 * progmodes/meta-mode.el (meta-font):
11297 * progmodes/modula2.el (modula2):
11298 * progmodes/octave-mod.el (octave):
11299 * progmodes/pascal.el (pascal):
11300 * progmodes/perl-mode.el (perl):
11301 * progmodes/prolog.el (prolog):
11302 * progmodes/ps-mode.el (PostScript-edit):
11303 * progmodes/scheme.el (scheme):
11304 * progmodes/sh-script.el (sh-script):
11305 * progmodes/simula.el (simula):
11306 * progmodes/tcl.el (tcl):
11307 * textmodes/nroff-mode.el (nroff):
11308 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11309 * textmodes/sgml-mode.el (sgml):
11310 * textmodes/texinfo.el (texinfo):
11311 Add :link (custom-group-link font-lock-faces) to defgroup.
11312
11313 * hi-lock.el (hi-lock): Rename this defgroup from
11314 `hi-lock-interactive-text-highlighting'. Change parent group from
11315 `faces' to `font-lock'. Add link to the manual.
11316 (hi-lock-mode, hi-lock-file-patterns-range)
11317 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11318 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11319 (hi-lock-faces): Add :group `faces'.
11320
11321 * cus-edit.el (custom-variable-prompt): Clarify the code.
11322
11323 * faces.el (face-read-string): Set the default value arg of
11324 completing-read.
11325
11326 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11327
11328 * rfn-eshadow.el (file-name-shadow-properties)
11329 (file-name-shadow-tty-properties, file-name-shadow-mode):
11330 Remove autoloads, because the file is now preloaded.
11331
11332 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * printing.el (easy-menu-intern): Don't define.
11335 (pr-get-symbol): Use easy-menu-intern only if defined.
11336
11337 * simple.el (blink-matching-open): Simplify a bit.
11338 (completion-setup-function): Fix the case of partial-completion-mode
11339 when the minibuffer's contents start with "-".
11340 Obey completion-base-size-function even when
11341 minibuffer-completing-file-name is non-nil.
11342
11343 2005-11-16 Richard M. Stallman <rms@gnu.org>
11344
11345 * net/eudcb-ph.el (eudc-ph-open-session):
11346 Use set-process-query-on-exit-flag.
11347
11348 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11349
11350 * international/ucs-tables.el (ucs-set-table-for-input):
11351 Use make-local-variable, not make-variable-buffer-local.
11352
11353 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11354 Improve warning message text.
11355
11356 * savehist.el (savehist-save-hook): Add :group.
11357
11358 * menu-bar.el (menu-bar-help-menu):
11359 Rename Find Extra Packages to External Packages.
11360
11361 * cus-edit.el (Custom-reset-standard): Verify that
11362 :custom-standard-value prop exists before calling it.
11363
11364 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11365
11366 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11367
11368 * wid-edit.el (color): Enclose %t in %{...%}.
11369
11370 * cus-edit.el (face): Enclose %t in %{...%}.
11371
11372 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11373
11374 * savehist.el (savehist-mode-hook): Re-add the var.
11375 (savehist-mode): Use it.
11376
11377 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * textmodes/flyspell.el: Fix commenting convention.
11380 Remove unnecessary leading * in custom docstrings.
11381 (flyspell-emacs): Remove unused var.
11382 (flyspell-delete-region-overlays): Use remove-overlays.
11383 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11384 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11385 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11386 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11387 (make-flyspell-overlay): Don't locally reuse a global name.
11388 (flyspell-highlight-incorrect-region)
11389 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11390 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11391 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11392 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11393 Wrap calls to accept-process-output inside with-local-quit since it's
11394 often called from a post-command-hook.
11395 (flyspell-correct-word, flyspell-auto-correct-word):
11396 Use ispell-send-string.
11397 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11398
11399 * calendar/diary-lib.el (diary-list-entries): Also hide the
11400 terminating newline.
11401
11402 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11403
11404 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11405 window-system, to allow fonts on tty.
11406
11407 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11408
11409 * progmodes/gud.el (gud-speedbar-item-info): New function.
11410 (gud-install-speedbar-variables): Use it to display data type
11411 of watch expression as a tooltip in speedbar.
11412
11413 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11414
11415 * font-core.el (global-font-lock-mode): Add :version keyword,
11416 because default was changed.
11417
11418 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11419
11420 * startup.el (command-line): Use `custom-reevaluate-setting' for
11421 `file-name-shadow-mode'.
11422
11423 * loadup.el: Preload rfn-eshadow.
11424
11425 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11426 Add :version keyword.
11427 (file-name-shadow-properties, file-name-shadow-tty-properties)
11428 (file-name-shadow): Add :version keyword.
11429
11430 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11431 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11432 in the custom-group property of the symbol frames and the fringe
11433 group got no link to its parent group frames.
11434 Doc fix.
11435
11436 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11437
11438 * progmodes/gud.el (gud-stop-subjob): New function.
11439 (gud-menu-map, gud-tool-bar-map): Use it.
11440
11441 2005-11-16 Kim F. Storm <storm@cua.dk>
11442
11443 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11444 than kill it.
11445 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11446 to a more useful/logical place.
11447
11448 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11449
11450 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11451 go buttons complementary.
11452
11453 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11456 (rfn-eshadow-sifn-equal): New function.
11457 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11458
11459 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11460
11461 * viper-utils.el (viper-non-word-characters-reformed-vi):
11462 Quote `-' in string.
11463
11464 * viper.el (viper-emacs-state-mode-list): Ensure that
11465 rcirc-mode buffers come up in Emacs state.
11466
11467 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11468 operation.
11469
11470 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11471
11472 * term.el (term-termcap-format): Fix typos.
11473 (term-down): Fix the negative argument case.
11474
11475 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11476
11477 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11478 2005-08-15.
11479 (gdb-ann3): New command gud-go.
11480 (menu): Accomodate gdb-mi.el.
11481 (gdb-assembler-custom): Make buffer of selected window current
11482 so that set-window-point works.
11483
11484 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11485 buttons and include new ones.
11486
11487 2005-11-16 Kim F. Storm <storm@cua.dk>
11488
11489 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11490 (gud-menu-map): Use it.
11491
11492 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11493
11494 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11495 that works correctly for Custom and that does not override a user
11496 who disables it.
11497
11498 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11499 (help-xref-interned, help-follow): Make hyperlinks for variables
11500 that are unbound, but have a non-nil variable-documentation property.
11501
11502 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11503 mode hook. (It conflicted with defcustoms for some mode hooks.)
11504 Use the `variable-documentation' property to give the mode hook a
11505 docstring and expand that docstring.
11506
11507 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11508
11509 * savehist.el (savehist-mode): Don't bother with
11510 `custom-set-minor-mode'.
11511 (savehist-coding-system): Check XEmacs version.
11512 (history-length): Declare also at run time.
11513 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11514 Don't set the customize state.
11515 (savehist-minibuffer-hook): Special case for when
11516 minibuffer-history-variable is equal to t.
11517
11518 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * files.el (write-file): Refresh VC status.
11521
11522 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11523 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11524 than fundamental-mode to see if the mode was set.
11525
11526 2005-11-14 Romain Francoise <romain@orebokech.com>
11527
11528 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11529 dummy function in `eval-when-compile' to avoid compiler warning.
11530 Require `man' at compile time.
11531
11532 2005-11-14 Jay Belanger <belanger@truman.edu>
11533
11534 * calc-alg.el (calcFunc-write-out-power): Rename it to
11535 calcFunc-powerexpand.
11536 (math-write-out-power): Rename it to math-powerexpand; have it
11537 handle negative exponents.
11538 (calc-writeoutpower): Rename it to calc-powerexpand.
11539
11540 * calc-ext.el: Change calcFunc-writeoutpower and
11541 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11542 autoloads.
11543 Add calcFunc-ldiv to autoloads.
11544
11545 * calc-arith.el (calcFunc-ldiv): New function.
11546
11547 * calc.el (calc-left-divide): New function.
11548
11549 2005-11-14 Juri Linkov <juri@jurta.org>
11550
11551 * cus-edit.el (custom-variable-prompt): Set the default value arg
11552 of completing-read.
11553
11554 * cus-dep.el (custom-make-dependencies): Reverse the list of
11555 found dependencies.
11556
11557 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11558
11559 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11560 Highlighting" entry, it is on by default now.
11561 (menu-bar-options-save): Do not save global-font-lock-mode.
11562
11563 2005-11-13 Richard M. Stallman <rms@gnu.org>
11564
11565 * textmodes/flyspell.el (flyspell-large-region):
11566 Call flyspell-accept-buffer-local-defs.
11567
11568 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11569
11570 * textmodes/flyspell.el (flyspell-notify-misspell):
11571 Fix misspelling of "Misspelling".
11572 (flyspell-process-localwords): New function.
11573 (flyspell-large-region): Call flyspell-process-localwords and
11574 flyspell-delete-region-overlays.
11575 (flyspell-delete-region-overlays): New function.
11576 (flyspell-delete-all-overlays): Call that.
11577
11578 2005-11-13 Richard M. Stallman <rms@gnu.org>
11579
11580 * help.el (help-for-help-internal): Improve doc of C-h a.
11581 (describe-key): Improve prompt; doc fix.
11582
11583 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * vc-svn.el (vc-svn-registered): Catch all errors.
11586
11587 * cus-dep.el (custom-make-dependencies): Typo.
11588
11589 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11590
11591 * net/tramp-util.el (top): Fix compilation warning.
11592
11593 2005-11-13 Kim F. Storm <storm@cua.dk>
11594
11595 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11596
11597 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11598
11599 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11600 (gud-speedbar-buttons): Match on "const char *" too.
11601
11602 * progmodes/gdb-ui.el (gdb-var-create-handler)
11603 (gdb-var-list-children-handler): Match on "const char *" too.
11604 (gdb-var-evaluate-expression-handler): Match on empty string.
11605 (gdb-var-update-handler): Only call
11606 gdb-var-evaluate-expression-handler when required.
11607
11608 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11609
11610 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11611 selected window. This still doesn't work for speedbar.
11612 (gud-speedbar-buttons): Handle string expressions properly.
11613
11614 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11615 (gdb-var-create-handler): Handle string expressions properly.
11616 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11617 Handle string expressions properly. Move "type" field into regexp.
11618
11619 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11620
11621 * bookmark.el (bookmark-maybe-message): New function to reduce
11622 code duplication: invokes `message' iff baud-rate is high enough.
11623 (bookmark-write-file): Use above instead of an inline conditional.
11624 (bookmark-load): Same.
11625
11626 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11627
11628 * bookmark.el (bookmark-write-file): Don't visit the destination
11629 file, just write the data to it using write-region. This is
11630 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11631 change to avoid visiting the file in the first place.
11632
11633 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * hi-lock.el (hi-lock-mode): Set the default value of
11636 font-lock-defaults.
11637
11638 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11639
11640 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11641 arg to `file-attributes'.
11642 (find-lisp-format): The UID and GID can now be strings.
11643
11644 2005-11-12 Kim F. Storm <storm@cua.dk>
11645
11646 * help.el (help-map): Bind C-h d to apropos-documentation.
11647
11648 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11649 when point is at end-of-buffer.
11650
11651 * apropos.el (apropos-match-face): Doc fix.
11652 (apropos-sort-by-scores): Add new choice `verbose'.
11653 (apropos-documentation-sort-by-scores): New defcustom.
11654 (apropos-pattern): Now contains the pattern entered by the user.
11655 (apropos-pattern-quoted): New defvar.
11656 (apropos-regexp): New defvar, containing the regexp corresponding
11657 to apropos-pattern.
11658 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11659 (apropos-read-pattern): New defun. Use it to read pattern arg in
11660 interactive calls; returns list of words for a word list, and
11661 string for a regexp.
11662 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11663 parses a list of words or regexp as returned by apropos-read-pattern.
11664 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11665 (apropos-score-doc): Return a very high score if the string
11666 entered by the user matches literally.
11667 (apropos-variable): Doc fix. Use apropos-read-pattern.
11668 (apropos-command): Doc fix. Use apropos-read-pattern and
11669 apropos-parse-pattern. Call apropos-print with nosubst=t.
11670 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11671 apropos-parse-pattern.
11672 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11673 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11674 apropos-documentation-sort-by-scores. Call apropos-print with
11675 nosubst=t.
11676 (apropos-documentation-internal): Pass doc string through
11677 substitute-key-definition before adding text properties.
11678 Highlight substring matching literal user input if possible.
11679 (apropos-documentation-check-doc-file): Remove locals beg and end.
11680 Fix calculation of score (as added twice). Pass doc string through
11681 substitute-key-definition before adding text properties.
11682 (apropos-documentation-check-elc-file): Pass doc string through
11683 substitute-key-definition before adding text properties.
11684 Highlight substring matching literal user input if possible.
11685 (apropos-print): Add new arg NOSUBST; if set, command and variable
11686 doc strings have already been passed through substitute-key-definition.
11687 Add code to handle apropos-accumulator items without score element
11688 for backwards compatibility (e.g. with woman package).
11689 Only show scores if apropos-sort-by-scores is `verbose'.
11690
11691 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11694 Add jka-compr-load-suffixes to load-suffixes.
11695
11696 * jka-compr.el: Require jka-cmpr-hook.
11697 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11698 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11699 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11700 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11701 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11702 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11703 (jka-compr-uninstall): Remove entries from
11704 jka-compr-added-to-file-coding-system-alist after they are used.
11705 (jka-compr-error): Remove unused var `curbuf'.
11706 (jka-compr-file-local-copy): Remove unused var `notfound'.
11707
11708 2005-11-10 Romain Francoise <romain@orebokech.com>
11709
11710 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11711
11712 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11713
11714 * progmodes/gud.el (gud-menu-map): Move parentheses.
11715 (gdb): New command gud-pv.
11716
11717 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * tar-mode.el: Remove spurious or unnecessary leading stars
11720 in docstrings.
11721 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11722 (tar-parse-octal-integer-safe): Use mapc.
11723 (tar-header-block-summarize): Remove unused var `ck'.
11724 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11725 cleared before. Obey default-enable-multibyte-characters.
11726 Use mapconcat. Simplify setting of tar-header-offset.
11727 (tar-mode-map): Move initialization inside delcaration.
11728 (tar-flag-deleted): Use `abs'.
11729 (tar-expunge-internal): Remove unused var `line'.
11730 (tar-expunge-internal): Don't hardcode point-min==1.
11731 (tar-expunge): Widen while doing set-buffer-multibyte.
11732 (tar-rename-entry): Use file-name-coding-system.
11733 (tar-alter-one-field): Don't hardcode point-min==1.
11734 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11735 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11736
11737 2005-11-10 Masatake YAMATO <jet@gyve.org>
11738
11739 * add-log.el (add-log-current-defun): Handle class::method
11740 notation of c++. Fix incorrect comment.
11741
11742 2005-11-10 Alan Mackenzie <acm@muc.de>
11743
11744 * help-fns.el (describe-variable): Make C-h v work when a variable
11745 has variable documentation yet is unbound.
11746
11747 2005-11-10 Masatake YAMATO <jet@gyve.org>
11748
11749 * man.el (Man-highlight-references): Set an empty
11750 string to `Man-arguments' if it is nil.
11751 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11752
11753 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11756 commenting conventions.
11757
11758 * cus-dep.el (custom-make-dependencies): Simplify.
11759 Better follow the commenting conventions.
11760
11761 2005-11-09 Richard M. Stallman <rms@gnu.org>
11762
11763 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11764 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11765 All uses changed.
11766 (apropos-rewrite-regexp): Doc fix.
11767 (apropos-variable, apropos-command, apropos, apropos-value):
11768 Change prompt; carry through the argument renaming.
11769
11770 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11771
11772 * find-lisp.el: Require dired.
11773 (find-lisp-find-dired-internal): Do not call
11774 `abbreviate-file-name' on DIR.
11775
11776 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11777
11778 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11779
11780 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11781
11782 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11783 when using the speedbar.
11784 (gdb): New command gud-pp.
11785 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11786
11787 2005-11-09 Juri Linkov <juri@jurta.org>
11788
11789 * replace.el (occur-excluded-properties): New defcustom.
11790 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11791
11792 2005-11-08 Jay Belanger <belanger@truman.edu>
11793
11794 * calc/calc-units.el (math-convert-units): Replace any composite
11795 unit by its definition.
11796
11797 2005-11-08 Lars Hansen <larsh@soem.dk>
11798
11799 * emacs-lisp/autoload.el (update-directory-autoloads):
11800 Add obsolete function alias.
11801
11802 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11805 comment-indent-function.
11806 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11807
11808 * reveal.el (reveal-post-command): Rework the handling of
11809 reveal-open-spots, so as to be more reliable. There were several
11810 tricky corner cases where an open spot might be lost, or where
11811 a closed spot might end up on the list of open spots.
11812 Only reveal text that's ellipsised.
11813
11814 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11815
11816 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11817
11818 2005-11-07 John Paul Wallington <jpw@gnu.org>
11819
11820 * ibuffer.el (ibuffer): Search iconified frames too when
11821 getting Ibuffer buffer's window.
11822
11823 2005-11-06 Richard M. Stallman <rms@gnu.org>
11824
11825 * progmodes/compile.el (compilation-internal-error-properties):
11826 save-excursion around the computation of MARKER.
11827
11828 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11829
11830 * textmodes/flyspell.el (flyspell-external-point-words):
11831 flyspell-get-word returns a list, not just a string.
11832
11833 2005-11-06 John Paul Wallington <jpw@pobox.com>
11834
11835 * ibuffer.el (ibuffer): Search all visible frames when getting
11836 Ibuffer buffer's window.
11837
11838 2005-11-07 Masatake YAMATO <jet@gyve.org>
11839
11840 * man.el (Man-reference-regexp): Accept spaces between
11841 `Man-name-regexp' and `Man-section-regexp'.
11842 (Man-apropos-regexp): New variable.
11843 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11844 if available.
11845 (Man-highlight-references, Man-highlight-references0):
11846 Handle the case when `Man-arguments' includes "-k".
11847 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11848 `TARGET'. `TARGET' can be a number, function or nil.
11849
11850 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11851
11852 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11853 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11854 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11855 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11856 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11857 (gdb-send-item): Use buffer-local-value and simplify.
11858
11859 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11860
11861 * startup.el (command-line): Use `custom-reevaluate-setting' for
11862 `global-font-lock-mode'.
11863
11864 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11865 by default, except in batch mode or when the -D option is given.
11866
11867 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11868 specified keyword args on to `define-minor-mode'. Update docstring.
11869
11870 2005-11-05 Romain Francoise <romain@orebokech.com>
11871
11872 * replace.el (occur-engine): Add marker at end of line, too.
11873
11874 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11875
11876 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11877 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11878 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11879 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11880 argument to all these routines, so the passphrase can be managed
11881 externally and passed in to the system.
11882 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11883 pgg-add-passphrase-to-cache function.
11884
11885 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11886 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11887 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11888 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11889 argument to all these routines, so the passphrase can be managed
11890 externally and passed in to the system.
11891 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11892 function.
11893
11894 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11895
11896 * font-lock.el: Don't deal with font-lock-face-attributes here,
11897 move the code ...
11898
11899 * startup.el (command-line): ... here. Use face-spec-set instead
11900 of custom-declare-face.
11901
11902 * faces.el (face-spec-set): Reset the face if spec is not nil.
11903
11904 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * newcomment.el (comment-region-internal): Box more tightly in the
11907 common case where there's no TAB in the boxed text.
11908
11909 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11910
11911 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11912 up-node.
11913
11914 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11915
11916 * newsticker.el: Commentary updated. Code formatting changed.
11917 (newsticker-version): Change to "1.9".
11918 (newsticker, newsticker-feed): Doc fix.
11919 (newsticker-url-list): Doc fix. Add option "Weekly".
11920 (newsticker-retrieval-interval): Add option "Weekly".
11921 (newsticker-headline-processing): Doc fix.
11922 (newsticker-auto-mark-filter): Remove.
11923 (newsticker-auto-mark-filter-list): New.
11924 (newsticker-layout, newsticker-sort-method): Doc fix.
11925 (newsticker-hide-old-items-in-newsticker-buffer)
11926 (newsticker-heading-format, newsticker-item-format)
11927 (newsticker-desc-format): Doc fix.
11928 (newsticker-show-all-rss-elements): Remove.
11929 (newsticker-show-all-news-elements): New.
11930 (newsticker-faces, newsticker-ticker): Doc fix.
11931 (remove-from-invisibility-spec): Code formatting.
11932 (newsticker--process-ids): New.
11933 (newsticker-mode): Doc fix.
11934 (newsticker-mode): Change mode-line-format.
11935 (newsticker-start): Remove debug output.
11936 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11937 (newsticker-w3m-show-inline-images): Code formatting.
11938 (newsticker-next-item): Call `force-mode-line-update'.
11939 (newsticker-previous-item): Call `force-mode-line-update'.
11940 (newsticker-next-feed): Call `force-mode-line-update'.
11941 (newsticker-previous-feed): Call `force-mode-line-update'.
11942 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11943 (newsticker-show-old-items): Do not show descs.
11944 (newsticker-hide-entry): Hide too much.
11945 (newsticker-hide-entry, newsticker-show-entry)
11946 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11947 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11948 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11949 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11950 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11951 (newsticker-get-news): Call `force-mode-line-update'.
11952 Collect process ids.
11953 (newsticker--sentinel): Change coding system handling.
11954 Move image retrieval to new functions newsticker--get-logo-url-*.
11955 Move feed parsing to new functions newsticker--parse-*.
11956 Update list of process ids.
11957 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11958 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11959 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11960 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11961 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11962 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11963 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11964 (newsticker--decode-coding-string): Remove.
11965 (newsticker--decode-numeric-entities): Check input. Format code.
11966 (newsticker--remove-whitespace): Check input.
11967 (newsticker--do-forget-preformatted): Doc fix.
11968 (newsticker--decode-rfc822-date): Allow for missing time.
11969 (newsticker--update-process-ids): New.
11970 (newsticker--image-sentinel): Change comment.
11971 (newsticker--image-read): Change error message.
11972 (newsticker--imenu-goto): Doc fix. Show headline title.
11973 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11974 (newsticker--buffer-do-insert-text): Clean whitespace in
11975 html-rendered headline title. Code formatting.
11976 Call `newsticker--buffer-print-extra-elements'.
11977 (newsticker--buffer-print-extra-element): Remove.
11978 (newsticker--buffer-print-extra-elements): New.
11979 (newsticker--buffer-do-print-extra-element): New.
11980 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11981 large sizes.
11982 (newsticker--run-auto-mark-filter)
11983 (newsticker--do-run-auto-mark-filter):
11984 Use `newsticker-auto-mark-filter-list'.
11985
11986 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11987
11988 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11989 (rcirc-print): Force redisplay before running hooks. Do long
11990 buffer truncation after making new text read-only. Deal with nil
11991 text when decoding strings. If TARGET is nil, use either the
11992 currently selected buffer, if it is an rcirc buffer and of the
11993 same process or the process buffer.
11994 (rcirc-mode): Remove header-line. Recompute short buffer names.
11995 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11996 (rcirc-short-buffer-name): Add variable.
11997 (rcirc-kill-buffer-hook): Recompute short buffer names.
11998 Remove nick from private channel.
11999 (rcirc-send-input): Send command text to current-buffer.
12000 Don't clear overlay arrow here.
12001 (rcirc-short-buffer-name): Return a short buffer name.
12002 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12003 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12004 buffer-name abbreviations.
12005 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12006 Do not touch nick-table when killing a parted channel.
12007 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12008 Clear arrow from current buffer if it is now hidden.
12009 (rcirc-current-buffer): Add variable.
12010 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12011 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12012 Remove -face from names.
12013 (rcirc-update-activity-string): Print "DND" when globally ignoring
12014 activity.
12015 (rcirc-ignore-buffer-activity-flag): Rename from
12016 rcirc-ignore-channel-activity.
12017 (rcirc-ignore-all-activity-flag): Doc fix.
12018 (rcirc-channels): Remove variable.
12019 (rcirc-kill-buffer-hook):
12020 (rcirc-get-buffer-create): Add nick to private channel.
12021 (rcirc-multiline-edit-submit): Remove tabs.
12022 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12023 folded.
12024 (rcirc-remove-nick-channel): Bug fix.
12025 (rcirc-toggle-ignore-buffer-activity): Rename from
12026 rcirc-toggle-ignore-channel-activity.
12027 (rcirc-record-activity): Add buffers to the front of the list.
12028 (rcirc-update-activity): Remove killed buffers from list.
12029 (rcirc-process-server-response-1): Remove last argument if it is
12030 null before calling handler.
12031 (rcirc): Add "rcirc" defcustom prefix.
12032 (rcirc-prompt): Simplify default prompt.
12033 Use custom-initialize-default.
12034 (rcirc-private-chats): Remove variable.
12035 (rcirc-prompt): Change initialization.
12036 (rcirc-version): Remove function.
12037 (rcirc-id-string): Add constant.
12038 (rcirc-last-buffer): Remove variable.
12039 (rcirc-buffer-alist): Add variable.
12040 (rcirc-connect): Update variable setup.
12041 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12042 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12043 default.
12044 (rcirc-handler-generic): Trigger activity.
12045 (rcirc-send-message): Create the buffor of the target.
12046 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12047 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12048 (rcirc-multiline-edit-cancel): Remove function.
12049 (rcirc-set-last-buffer): Remove function.
12050 (rcirc-get-any-buffer): Add function.
12051 (rcirc-join-channels): Don't print /join text.
12052 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12053 messages.
12054 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12055 (rcirc-handler-NOTICE): Recognize CTCP responses.
12056 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12057 constructing TOPIC string for buffers we are not JOINed.
12058 (rcirc-handler-CTCP-response): Add handler.
12059 (rcirc-multiline-edit-submit): Restore the window-configuration
12060 before adjusting point.
12061 (rcirc): Add customization group.
12062 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12063 (rcirc-user-full-name, rcirc-startup-channels-alist)
12064 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12065 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12066 (rcirc-input-ring-size, rcirc-read-only-flag)
12067 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12068 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12069 Change defvar to defcustom.
12070 (rcirc-update-prompt): Add optional ALL arg, which will update
12071 prompts in all rcirc buffers. Regexp quote replacement text.
12072 (rcirc-fill-column): Accept frame-width as a value.
12073 (rcirc-set-changed): Add function.
12074 (rcirc-next-active-buffer): Write more meaningful messages.
12075 (rcirc-faces): Add customization group.
12076 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12077 (rcirc-nick-in-message-face, rcirc-prompt-face)
12078 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12079 (with-rcirc-process-buffer): Move before first usage.
12080 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12081 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12082 (rcirc-debug): Rename from `rcirc-log'.
12083 (rcirc-format-response-string): Do not print `-' chars for a
12084 NOTICE with no sender. Simplify output of server responses.
12085
12086 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12087
12088 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12089 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12090 Make urls mouse and RET clickable.
12091
12092 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12093
12094 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12095
12096 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12097
12098 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12099 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12100 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12101 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12102 argument to all these routines, so the passphrase can be managed
12103 externally and passed in to the system.
12104 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12105 pgg-add-passphrase-to-cache function.
12106
12107 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12108 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12109 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12110 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12111 argument to all these routines, so the passphrase can be managed
12112 externally and passed in to the system.
12113 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12114 function.
12115
12116 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12117
12118 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12119 from goto-address-url-regexp.
12120
12121 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12122
12123 * textmodes/org.el (org-read-date, org-goto-calendar)
12124 (org-recenter-calendar, org-agenda-goto-calendar):
12125 Temporarily clear `calendar-move-hook'.
12126
12127 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
12128
12129 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12130 merging.
12131
12132 * ediff-util.el (ediff-previous-difference): Don't skip regions that
12133 have merge clashes.
12134
12135 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12136
12137 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12138 Undo previous change.
12139
12140 * startup.el (command-line): Use `custom-reevaluate-setting' for
12141 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
12142 tty-register-default-colors on Mac.
12143
12144 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12145
12146 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12147 (gdb-buffer-type): Make it automatically buffer local...
12148 (gdb-get-create-buffer): ...and set it accordingly.
12149 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12150 actually work.
12151
12152 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
12153
12154 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12155 not red.
12156
12157 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
12158
12159 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12160 case GUD buffer is not visible.
12161 (gdb-goto-breakpoint): Try to force display in source buffer.
12162 (gdb-frame-gdb-buffer): Copy other similar functions.
12163 (gdb-restore-windows): Don't display source if not asked for.
12164 (gdb-assembler-buffer-name): Don't capitalise.
12165
12166 2005-11-03 Richard M. Stallman <rms@gnu.org>
12167
12168 * wid-edit.el (key-sequence): New widget type.
12169
12170 * simple.el (set-mark-command-repeat-pop): New variable.
12171 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12172 if set-mark-command-repeat-pop is true.
12173
12174 * info.el (Info-fontify-node): Don't display extra "see" if there
12175 already is one here.
12176
12177 * mouse.el: Fix special handling of DEL after dragging a region:
12178 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12179 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12180
12181 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12182
12183 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12184 not to assume it pertains to an affix.
12185
12186 * textmodes/flyspell.el (flyspell-post-command-hook):
12187 Bind deactivate-mark to prevent deactivation.
12188
12189 2005-11-03 Lars Hansen <larsh@soem.dk>
12190
12191 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12192 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12193 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12194
12195 2005-11-03 Romain Francoise <romain@orebokech.com>
12196
12197 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12198 Update copyright years.
12199
12200 2005-11-03 Sam Steingold <sds@gnu.org>
12201
12202 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12203 Use system-type instead of window-system because window-system is not
12204 correctly defined during loadup.
12205
12206 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12207
12208 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12209 (xml-parse-tag): Join strings separated by a comment properly.
12210
12211 2005-11-02 Andreas Schwab <schwab@suse.de>
12212
12213 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12214
12215 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12218 (byte-optimize-pure-func): Quote the eval'd value.
12219
12220 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12221 Rename from perl-font-lock-syntactic-face-function.
12222 Change the calling convention so it can be used as a font-lock MATCHER.
12223 Do the parse-partial-sexp loop outselves.
12224 (perl-font-lock-syntactic-keywords): Use it.
12225 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12226
12227 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12228
12229 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12230 disassembly buffer too.
12231 (gdb-exited): Remove overlay arrows when execution has finished.
12232 (gdb-info-frames-custom, gdb-info-threads-custom)
12233 (gdb-info-registers-custom): Don't add inappropriate text
12234 properties if inferior is not active.
12235
12236 2005-11-02 Glenn Morris <rgm@gnu.org>
12237
12238 * progmodes/fortran.el (fortran-blink-match):
12239 Use `blink-matching-delay'.
12240
12241 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12242
12243 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12244
12245 2005-11-02 Lars Hansen <larsh@soem.dk>
12246
12247 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12248 "Permission denied".
12249
12250 2005-11-01 Richard M. Stallman <rms@gnu.org>
12251
12252 * textmodes/flyspell.el (flyspell-external-point-words):
12253 Pass nil to flyspell-get-word.
12254
12255 2005-11-02 Kim F. Storm <storm@cua.dk>
12256
12257 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12258 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12259
12260 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12263 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12264 (calendar-mouse-print-dates): Add optional `event' argument.
12265 Update interactive-spec.
12266 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12267 Use `calendar-event-to-date' instead of `event'.
12268
12269 2005-11-02 Masatake YAMATO <jet@gyve.org>
12270
12271 * progmodes/ld-script.el (ld-script-builtins):
12272 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12273 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12274 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12275
12276 2005-11-01 Romain Francoise <romain@orebokech.com>
12277
12278 * vc-sccs.el: Update copyright year.
12279 * ezimage.el: Likewise.
12280
12281 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12282
12283 * info.el (Info-fontify-node): Use `string-width' for fontifying
12284 underlined titles.
12285
12286 2005-11-01 Juri Linkov <juri@jurta.org>
12287
12288 * info.el (Info-fontify-node): Downcase node header keywords Node,
12289 Prev, Next, Up before comparison.
12290 (Info-history): Insert absolute directory name, and put invisible
12291 property on it.
12292
12293 2005-11-01 Juri Linkov <juri@jurta.org>
12294
12295 * info.el (Info-file-supports-index-cookies): New variable.
12296 (Info-find-node-2): Check makeinfo version for index cookie support.
12297 (Info-index-nodes): Search for nodes with index cookies only when
12298 Info-file-supports-index-cookies is t. Otherwise, search nodes
12299 with "Index" in the node name.
12300 (Info-index-node): Search index cookie in the current node only when
12301 Info-file-supports-index-cookies is t. Otherwise, check the word
12302 "Index" in the node name.
12303 (Info-find-emacs-command-nodes): Remove code that searches nodes
12304 with "Index" node name in the top menu.
12305
12306 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * progmodes/scheme.el (scheme-mode-variables): Use the default
12309 comment-indent-function.
12310
12311 * faces.el (face-attribute): Handle the case where a face inherits from
12312 a non-existent face.
12313
12314 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12315 for octal and hexa output, and merge the char into the paren.
12316 (kill-new): Use push.
12317 (copy-to-buffer): Use with-current-buffer.
12318 (completion-setup-function): Move code in loop to remove redundancy.
12319 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12320 those inherited from minibuffer-local-completion-map.
12321
12322 * savehist.el (savehist-mode) <defcustom>:
12323 Use custom-set-minor-mode if available.
12324 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12325 and emit a message if applicable.
12326
12327 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12328
12329 * savehist.el: Sync up to version 19.
12330 (savehist-mode): New minor mode.
12331 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12332 (savehist-length): Remove (use history-length instead).
12333 (savehist-file-modes): Rename from savehist-modes.
12334 (savehist-save-hook, savehist-loaded): New vars.
12335 (savehist-load): Use savehist-mode. Try to smooth up transition from
12336 old format to new format.
12337 (savehist-install): Allow savehist-autosave-interval to be nil.
12338 (savehist-save): Run the new hook. Be more careful to only trim the
12339 history variables.
12340 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12341 (savehist-printable): Print into a buffer rather than char-by-char.
12342
12343 2005-11-01 John Wiegley <johnw@newartisans.com>
12344
12345 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12346 toggle-ignore keybinding (C-a). The author said it had been
12347 disabled much earlier due to a possible incompatibility, but after
12348 many months of usage I have encountered no problems (and it is a
12349 rather useful option, especially for switching to " *temp*").
12350
12351 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12352 support for OS/X's AddressBook, by calling out to the open source
12353 program "contacts" (installable through Fink).
12354
12355 * net/eudc.el (eudc-expand-inline): If the
12356 `eudc-multiple-match-handling-method' is set to `all', delete the
12357 query string before inserting the query result.
12358
12359 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12360 flag, to prevent Eshell from using the system ls when
12361 `eshell-ls-insert-directory' is in used.
12362 (eshell-ls-insert-directory): Disable font-lock in directory
12363 buffer so that Eshell's own fontification is seen. This broke
12364 recently due to changes in font-lock, so this goes back to version
12365 21 behavior.
12366
12367 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12368
12369 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12370 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12371 (gdb-many-windows): Doc fix.
12372
12373 2005-10-31 Romain Francoise <romain@orebokech.com>
12374
12375 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12376
12377 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12378
12379 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12380 that global-font-lock-mode can be enabled by default.
12381
12382 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12383 (font-lock-add-keywords, font-lock-remove-keywords)
12384 (font-lock-fontify-buffer): Remove autoload cookies.
12385
12386 * jit-lock.el (jit-lock-register): Likewise.
12387
12388 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12389
12390 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12391
12392 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12393 intact if there is no gud-comint-buffer.
12394
12395 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12396
12397 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12398 old prompt comint-prompt-read-only is t and GDB commands are
12399 issued from tool bar etc.
12400
12401 2005-10-31 Masatake YAMATO <jet@gyve.org>
12402
12403 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12404
12405 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12406
12407 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12408 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12409
12410 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12411
12412 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12413 starting at beginning of line. Fontification is messed up when
12414 `open-paren-in-column-0-is-defun-start' set to t.
12415 Reported by John Paul Wallington <jpw@pobox.com>.
12416
12417 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12418
12419 * comint.el (comint-send-input): Call `comint-update-fence' when
12420 `comint-process-echoes' and `comint-prompt-read-only' are both
12421 non-nil, to avoid leftover read-only newline.
12422
12423 2005-10-30 Richard M. Stallman <rms@gnu.org>
12424
12425 * textmodes/flyspell.el (flyspell-external-point-words):
12426 Detect when WORD can't be checked properly because
12427 flyspell-get-word finds just part of it, and move on.
12428
12429 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12430 boundarychar for Polish.
12431 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12432 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12433
12434 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12437 (gdb-registers-font-lock-keywords): Delete.
12438 (gdb-registers-mode): Don't fontify.
12439 (gdb-info-registers-custom): Use text properties instead as, in
12440 future, changed register values will use font-lock-warning-face.
12441 (gdb-local-font-lock-keywords): Rename to...
12442 (gdb-locals-font-lock-keywords): ...for consistency.
12443
12444 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12445
12446 * vc.el (vc-switch-backend): Better error message if the buffer is
12447 not visiting a file under version control.
12448
12449 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12450
12451 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12452
12453 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12454 ~/.emacs.d/.emacs.
12455
12456 2005-10-29 Richard M. Stallman <rms@gnu.org>
12457
12458 * replace.el (occur-mode-mouse-goto): Always go to other window.
12459 (occur-mode-goto-occurrence): Always switch in same window.
12460
12461 * simple.el (undo): Display message at end, not at start.
12462
12463 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12464 New arg REUSE-CELL.
12465 (cancel-timer-internal): New function.
12466 (timer-event-handler): Use cancel-timer-internal,
12467 and pass the cell it returns to timer-activate...
12468
12469 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12470 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12471 (jit-lock-after-change): Test memory-full.
12472
12473 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12474
12475 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12476 part of the decoded armor to find the key-identifier.
12477 (pgg-gpg-lookup-key-owner): New function to return the
12478 human-readable identifier of a key owner.
12479 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12480 key itself.
12481 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12482 the key value) if we have a key and can match it against a secret
12483 key. Also, added a note pointing out fact that the prompt only
12484 indicates the first matching key.
12485
12486 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12487 pgg-decrypt-region.
12488 (pgg-pending-timers): A new hash for tracking the passphrase cache
12489 timers, so that new ones supercede old ones.
12490 (pgg-add-passphrase-to-cache): Rename from
12491 `pgg-add-passphrase-cache' to reduce confusion (all callers
12492 changed). Modified to cancel old timers when new ones are added.
12493 (pgg-remove-passphrase-from-cache): Rename from
12494 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12495 changed). Modified to cancel old timers when their keys are
12496 removed from the cache.
12497 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12498 XEmacs, an indirection to delete-itimer.
12499 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12500 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12501 users can only check cache without risk of prompting. Correct bug in
12502 notruncate behavior.
12503 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12504 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12505 Add informative docstrings.
12506 (pgg-decrypt): Convey provided passphrase in subordinate call to
12507 pgg-decrypt-region.
12508
12509 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12510 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12511 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12512 `passphrase' argument, so the passphrase can be managed externally
12513 and then passed in to the system.
12514
12515 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12516 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12517 so the passphrase cache can be used reliably with identifiers
12518 besides a pgp packet's key id.
12519
12520 * pgg-gpg.el (pgg-pgp-encrypt-region)
12521 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12522 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12523 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12524 argument to all these routines, so the passphrase can be managed
12525 externally and passed in to the system.
12526
12527 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12528 `notruncate' argument, so the passphrase cache can be used
12529 reliably with identifiers besides a pgp packet's key id.
12530
12531 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12532
12533 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12534 symmetric encryption.
12535 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12536 encrypted session key.
12537 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12538 message ask for the passphrase in a proper way.
12539
12540 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12541 New user commands for symmetric encryption.
12542
12543 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12544
12545 * textmodes/conf-mode.el (conf-assignment-sign)
12546 (conf-assignment-regexp): Fix docstrings.
12547 (conf-mode-initialize): New function.
12548 (conf-mode): Remove optional args. Use delay-mode-hooks to
12549 recognize recursive calls.
12550 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12551 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12552 (conf-xdefaults-mode): Use define-derived-mode and
12553 conf-mode-initialize.
12554
12555 2005-10-29 Romain Francoise <romain@orebokech.com>
12556
12557 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12558
12559 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12560
12561 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12562 part of the decoded armor to find the key-identifier.
12563 (pgg-gpg-lookup-key-owner): New function to return the
12564 human-readable identifier of a key owner.
12565 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12566 key itself.
12567 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12568 the key value) if we have a key and can match it against a secret
12569 key. Also, added a note pointing out fact that the prompt only
12570 indicates the first matching key.
12571
12572 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12573 pgg-decrypt-region.
12574 (pgg-pending-timers): A new hash for tracking the passphrase cache
12575 timers, so that new ones supercede old ones.
12576 (pgg-add-passphrase-to-cache): Rename from
12577 `pgg-add-passphrase-cache' to reduce confusion (all callers
12578 changed). Modified to cancel old timers when new ones are added.
12579 (pgg-remove-passphrase-from-cache): Rename from
12580 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12581 changed). Modified to cancel old timers when their keys are
12582 removed from the cache.
12583 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12584 XEmacs, an indirection to delete-itimer.
12585 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12586 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12587 users can only check cache without risk of prompting. Correct bug in
12588 notruncate behavior.
12589 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12590 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12591 Add informative docstrings.
12592 (pgg-decrypt): Convey provided passphrase in subordinate call to
12593 pgg-decrypt-region.
12594
12595 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12596
12597 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12598 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12599 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12600 `passphrase' argument, so the passphrase can be managed externally
12601 and then passed in to the system.
12602
12603 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12604 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12605 so the passphrase cache can be used reliably with identifiers
12606 besides a pgp packet's key id.
12607
12608 * pgg-gpg.el (pgg-pgp-encrypt-region)
12609 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12610 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12611 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12612 argument to all these routines, so the passphrase can be managed
12613 externally and passed in to the system.
12614
12615 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12616 `notruncate' argument, so the passphrase cache can be used
12617 reliably with identifiers besides a pgp packet's key id.
12618
12619 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12620
12621 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12622 symmetric encryption.
12623 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12624 encrypted session key.
12625 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12626 message ask for the passphrase in a proper way.
12627
12628 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12629 New user commands for symmetric encryption.
12630
12631 2005-10-28 Bill Wohler <wohler@newt.com>
12632
12633 * help-mode.el (help-url): New button type. Calls browse-url.
12634 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12635 Similar to Info nodes: URL `url'.
12636 (help-make-xrefs): Create help-url buttons for
12637 help-xref-url-regexp matches.
12638
12639 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12640
12641 * tool-bar.el (tool-bar-add-item-from-menu)
12642 (tool-bar-local-item-from-menu): Fix doc strings.
12643
12644 2005-10-28 Romain Francoise <romain@orebokech.com>
12645
12646 * ldefs-boot.el: Update.
12647
12648 * subr.el (locate-library): Move from help-fns.el.
12649 * help-fns.el (locate-library): Move to subr.el.
12650
12651 2005-10-28 Richard M. Stallman <rms@gnu.org>
12652
12653 * net/tramp.el (tramp-completion-mode): defvar moved up.
12654
12655 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12656
12657 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12658
12659 * files.el (find-file-noselect): Use %d to format large file size.
12660
12661 * bindings.el (mode-line-format): Add %e.
12662
12663 * loadup.el ("facemenu"): Load unconditionally.
12664 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12665 ("x-dnd"): Load, when appropriate.
12666
12667 * startup.el (command-line): Call before-init-hook earlier.
12668 Warn about some bad characters in -u user name.
12669
12670 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12671 (flyspell-external-point-words): Error if misspelled word is not found.
12672 Set flyspell-large-region-beg at end of word.
12673
12674 2005-10-28 Andreas Schwab <schwab@suse.de>
12675
12676 * view.el (View-revert-buffer-scroll-page-forward):
12677 Use view-page-size-default.
12678
12679 2005-10-28 Juri Linkov <juri@jurta.org>
12680
12681 * international/quail.el (quail-get-current-str): Translate last
12682 raw character for deterministic input methods.
12683
12684 2005-10-27 Jay Belanger <belanger@truman.edu>
12685
12686 * calc/calc-ext.el: Add functions to autoloads.
12687 (math-identity-matrix-p, math-ident-row-p): New functions.
12688
12689 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12690 multiplication by an identity matrix; don't turn multiplication by
12691 an inverse matrix into division.
12692 (math-div-symbol-fancy): Replace division by matrices with
12693 multiplication by inverse.
12694
12695 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12696
12697 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12698 (calc-writeoutpower): New functions.
12699
12700 2005-10-27 Romain Francoise <romain@orebokech.com>
12701
12702 * replace.el (occur-engine): Include colon in mouse-face highlight.
12703
12704 * dired-x.el: Change Maintainer field.
12705
12706 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12707
12708 * longlines.el (longlines-mode): Bind after-change-functions to
12709 nil during initial decoding and final encoding.
12710
12711 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12712
12713 * term.el (term-emulate-terminal, term-handle-colors-array)
12714 (term-handle-ansi-escape): Specify the terminfo capabilities
12715 implemented.
12716
12717 2005-10-26 Richard M. Stallman <rms@gnu.org>
12718
12719 * info.el (Info-fontify-node): Fix detection of sentence-break
12720 before *Note.
12721
12722 2005-10-26 Romain Francoise <romain@orebokech.com>
12723
12724 * smerge-mode.el: Add `tools' to file keywords.
12725
12726 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12727
12728 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12729 when the fringe is not available.
12730
12731 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12732 (def-gdb-auto-update-trigger): Simplify construction.
12733 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12734 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12735 defined explicitly.
12736 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12737 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12738 defined explicitly.
12739 (gdb-info-locals-custom): Remove as it's a no-op.
12740
12741 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * longlines.el (longlines-mode): Remove narrowing before
12744 performing the initial decoding or final encoding.
12745
12746 2005-10-25 Romain Francoise <romain@orebokech.com>
12747
12748 * emacs-lisp/find-func.el (find-library-name): Also strip
12749 extension if library name ends in .el, to take advantage of
12750 `find-library-suffixes'.
12751
12752 2005-10-25 Richard M. Stallman <rms@gnu.org>
12753
12754 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12755
12756 2005-10-25 Juri Linkov <juri@jurta.org>
12757
12758 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12759 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12760
12761 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12764 (blackbox-redefine-key): Add argument `map'.
12765
12766 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12767 regions when moving the jit-lock-context-unfontify-pos boundary.
12768
12769 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12770
12771 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12772
12773 2005-10-25 Masatake YAMATO <jet@gyve.org>
12774
12775 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12776
12777 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12778
12779 * play/blackbox.el (blackbox-redefine-key): New function.
12780 (blackbox-mode-map): Use it to remap existing bindings for cursor
12781 motion instead of binding literal keys.
12782
12783 2005-10-25 Glenn Morris <rgm@gnu.org>
12784
12785 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12786 diary does not end in a newline. Do not assume a blank line at
12787 the start of the diary file.
12788
12789 2005-10-25 Kenichi Handa <handa@m17n.org>
12790
12791 * international/quail.el (quail-translate-key): If the input
12792 method is deterministic and failed to handle the last key, restart
12793 the key handling loop from an appropriate key.
12794
12795 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12796
12797 * vc.el (vc-dired-mode): Extend comment for binding of
12798 `directory-listing-before-filename-regexp'.
12799
12800 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * textmodes/texinfo.el (texinfo-mode):
12803 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12804 not to unnecessarily expose emacs-mule's internal char codes.
12805
12806 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12807
12808 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12809 Display hand pointer and help-echo on disabled icon too.
12810 (gdb-mouse-until): New function.
12811 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12812
12813 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12814
12815 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12816 with 2005-10-23 change to doctor.el.
12817
12818 * finder.el (finder-mode-map): Add follow-link binding.
12819
12820 2005-10-25 Kim F. Storm <storm@cua.dk>
12821
12822 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12823 to gdb-mouse-toggle-breakpoint-fringe.
12824 (gdb-mouse-toggle-breakpoint-margin): Rename from
12825 gdb-mouse-toggle-breakpoint. Fix doc.
12826 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12827 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12828 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12829 string properties also for fringe breakpoint bitmaps.
12830
12831 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12832
12833 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12834
12835 2005-10-25 Masatake YAMATO <jet@gyve.org>
12836
12837 * simple.el (completion-common-substring):
12838 Use `completion-common-substring' prior to `completion-base-size'.
12839
12840 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12841
12842 * savehist.el: Require CL while compiling.
12843 (savehist-history-variables): Remove.
12844 (savehist-save-minibuffer-history, savehist-additional-variables)
12845 (savehist-minibuffer-history-variables): New vars.
12846 (savehist-save): Use them.
12847 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12848 (savehist-install): New fun, extracted from savehist-load.
12849 (savehist-load): Use them.
12850
12851 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12854 a dummy doc-string-elt property.
12855 (defalias, defvaralias, define-category): Add a docstring property.
12856
12857 * image.el (defimage):
12858 * widget.el (define-widget):
12859 * custom.el (defface, defcustom): Add `doc-string' declaration.
12860
12861 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12862 (defadvice): Add `doc-string' declaration.
12863
12864 * emacs-lisp/byte-run.el (macro-declaration-function):
12865 Handle `doc-string' declarations.
12866 (define-obsolete-function-alias, define-obsolete-variable-alias):
12867 Add `doc-string' declaration.
12868
12869 2005-10-24 Kenichi Handa <handa@m17n.org>
12870
12871 * international/utf-7.el (utf-7): Add autoload cookie.
12872
12873 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12874
12875 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12876
12877 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12878 list of directories passed to batch-update-autoloads. Add "." to
12879 the list of the echoed directories.
12880
12881 * pgg-def.el:
12882 * pgg-gpg.el:
12883 * pgg-parse.el:
12884 * pgg-pgp.el:
12885 * pgg-pgp5.el:
12886 * pgg.el: Moved here from the gnus subdirectory.
12887
12888 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12889
12890 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12891 in case comint-prompt-read-only is set to t.
12892
12893 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12894 in case comint-prompt-read-only is set to t.
12895
12896 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12897
12898 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12899 Now a string.
12900 (icalendar-import-format): Handle CLASS, STATUS, URL.
12901 Rename `subject' to `summary'.
12902 (icalendar-import-format-summary): Rename from
12903 `icalendar-import-format-subject'.
12904 (icalendar-import-format-url, icalendar-import-format-status)
12905 (icalendar-import-format-class): New variables.
12906 (icalendar--rris): Take variable argument list.
12907 (icalendar--datestring-to-isodate): Remove unnecessary
12908 calendar-style check when converting dates with explicit month names.
12909 (icalendar-export-region): Change return type of conversion
12910 subroutines. Bury current buffer unless error occurred.
12911 (icalendar--convert-to-ical)
12912 (icalendar--parse-summary-and-rest): New functions.
12913 (icalendar--convert-ordinary-to-ical)
12914 (icalendar--convert-weekly-to-ical)
12915 (icalendar--convert-yearly-to-ical)
12916 (icalendar--convert-block-to-ical)
12917 (icalendar--convert-cyclic-to-ical)
12918 (icalendar--convert-anniversary-to-ical): Change return type.
12919 Strip trailing blanks from subject.
12920 (icalendar--convert-sexp-to-ical): Change return type.
12921 Strip trailing blanks from subject. Handle simple sexp
12922 entries as generated by icalendar.el.
12923 (icalendar--convert-float-to-ical)
12924 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12925 (icalendar-import-file): Doc fix.
12926 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12927 Correct call to icalendar--rris.
12928 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12929 `summary'.
12930 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12931
12932 2005-10-24 Romain Francoise <romain@orebokech.com>
12933
12934 * server.el (server-sentinel): Set query-on-exit flag to nil on
12935 new client processes (it isn't inherited from the server process).
12936
12937 * replace.el (occur-engine): Rearrange text properties.
12938
12939 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12942 case-fold-search is nil.
12943 (debug-help-follow): Use help-xref-interned directly.
12944
12945 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12946
12947 * thumbs.el (thumbs-image-type): Add .pbm.
12948
12949 2005-10-23 Richard M. Stallman <rms@gnu.org>
12950
12951 * faces.el (inhibit-face-set-after-frame-default): New variable.
12952 (set-face-attribute): Bind it.
12953 (face-set-after-frame-default): Test it.
12954
12955 * help-fns.el (describe-simplify-lib-file-name): New function.
12956 (describe-function-1, describe-variable): Use it.
12957
12958 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12959
12960 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12961 Eliminate nil as possible value.
12962 (tooltip-hide-delay): Reduce internal-border-width.
12963
12964 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12965 (menu-bar-file-menu) <new-file>: Likewise.
12966
12967 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12968
12969 * international/mule.el (load-with-code-conversion):
12970 Pass full file name to `eval-buffer' unless preloading.
12971
12972 * textmodes/flyspell.el (flyspell-large-region):
12973 Call ispell-check-version.
12974
12975 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12976 Fix the make-variable-buffer-local call that was supposed
12977 to be for this variable.
12978 (ispell-aspell-supports-utf8): Doc fix.
12979 (ispell-find-aspell-dictionaries): Preserve elements of
12980 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12981 (ispell-aspell-find-dictionary): Return nil on error.
12982
12983 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12984 (doctor-symptoms): Likewise.
12985
12986 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12987
12988 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12989
12990 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12991 (custom-raised-buttons): Add :set spec.
12992 (custom-button-unraised, custom-button-pressed-unraised):
12993 New faces, so that custom-raised-buttons actually does something.
12994 (custom-mode): Use custom-button and custom-button-pressed.
12995
12996 * wid-edit.el (widget-specify-button): Don't ignore
12997 widget-mouse-face on graphic terminals.
12998 (widget-move-and-invoke): Cleanup.
12999
13000 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13001
13002 * whitespace.el (whitespace-cleanup): Doc fix.
13003
13004 2005-10-23 Romain Francoise <romain@orebokech.com>
13005
13006 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13007 `eval-after-load' to avoid evaluating their result.
13008
13009 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13010
13011 * files.el (directory-listing-before-filename-regexp):
13012 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13013
13014 * dired.el (dired-move-to-filename-regexp): Remove.
13015 All occurences replaced by `directory-listing-before-filename-regexp'.
13016
13017 * dired-x.el, locate.el, vc.el:
13018 Replace `dired-move-to-filename-regexp' by
13019 `directory-listing-before-filename-regexp'. In vc.el it is
13020 overwritten locally; maybe this can be handled in files.el too.
13021
13022 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13023 replaced by `directory-listing-before-filename-regexp'.
13024
13025 2005-10-23 Andreas Schwab <schwab@suse.de>
13026
13027 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13028 and eval-next-after-load.
13029
13030 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13031
13032 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13033 exist, create it.
13034
13035 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13036
13037 * allout.el: Remove autoloads for mailcrypt and crypt++.
13038 Require pgg, pgg-gpg during compilation.
13039 (allout-version): Increment version number to 2.1, and use a literal
13040 rather than RCS Id.
13041 (allout-default-encryption-scheme): Remove.
13042 (allout-passphrase-verifier-handling)
13043 (allout-passphrase-verifier-string)
13044 (allout-file-passphrase-verifier-string)
13045 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13046 (allout-passphrase-hint-handling): Rename and simplify.
13047 (allout-init): Use `find-file-hook' if available, otherwise
13048 `find-file-hooks'.
13049 (allout-mode): Use `write-file-functions' if available, otherwise
13050 `local-write-file-hooks' and, instead of making auto-save-hook
13051 buffer local, make the write-file-hook activity contingent to
13052 allout-mode.
13053 (allout-mode): Use key-binding substitution in the docstring.
13054 (allout-kill-line): Spell-out kill ring data structure mutation
13055 instead of using byte-compiler-complaint-provoking `pop'.
13056 (allout-insert-listified): Use `insert' rather than `insert-string'
13057 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13058 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13059 (allout-encrypt-string): Totally revamped vis new underlying
13060 encryption facilities.
13061 (allout-mc-activate-passwd): Remove.
13062 (allout-obtain-passphrase): New, more or less replaces
13063 allout-mc-activate-passwd.
13064 (allout-encrypted-key-info): More or less replaces
13065 allout-encrypted-text-type.
13066 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13067 (my-mark-marker): Use `(featurep 'xemacs)'.
13068
13069 2005-10-23 Lars Hansen <larsh@soem.dk>
13070
13071 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13072 (byte-compile-file-form-defmumble, byte-compile-defun)
13073 (byte-compile-defmacro): Use it.
13074 (byte-compile-form): Don't call byte-compile-set-symbol-position
13075 when a byte-compile handler is called.
13076
13077 2005-10-22 Romain Francoise <romain@orebokech.com>
13078
13079 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13080
13081 * subr.el (eval-after-load): Convert library name to an absolute
13082 file name using locate-library, since load-history no longer has
13083 library names in it.
13084
13085 2005-10-22 Richard M. Stallman <rms@gnu.org>
13086
13087 * files.el (make-temp-file): Move from subr.el.
13088 * subr.el (make-temp-file): Move to files.el.
13089
13090 * window.el (get-buffer-window-list): Move from subr.el.
13091 * subr.el (get-buffer-window-list): Move to window.el.
13092
13093 * image.el (image-load-path): Use eval-at-startup to initialize.
13094
13095 * subr.el (eval-at-startup): New macro.
13096
13097 * subr.el: Much rearrangement of functions and division
13098 into pages. No code changes.
13099
13100 2005-10-22 Kenichi Handa <handa@m17n.org>
13101
13102 * tar-mode.el (tar-extract): Be sure to call
13103 find-operation-coding-system if set-auto-coding doesn't find a
13104 coding system.
13105
13106 2005-10-22 Kim F. Storm <storm@cua.dk>
13107
13108 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13109 Change users.
13110 (image-type-file-name-regexps): New defconst.
13111 (image-type-from-data): Simplify loop.
13112 (image-type-from-buffer): New defun.
13113 (image-type-from-file-header): Use it instead of image-type-from-data.
13114 Use image-search-load-path instead of only looking in data-directory.
13115 (image-type-from-file-name): New defun.
13116 (image-search-load-path): Change `pathname' to `filename'.
13117 Make PATH arg optional, default to image-load-path.
13118
13119 2005-10-21 Richard M. Stallman <rms@gnu.org>
13120
13121 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13122
13123 * textmodes/paragraphs.el (sentence-end-base): New variable.
13124 (sentence-end): Use sentence-end-base.
13125
13126 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * font-lock.el (font-lock-default-fontify-region): Check the multiline
13129 property independently from the font-lock-multiline variable.
13130
13131 2005-10-21 Richard M. Stallman <rms@gnu.org>
13132
13133 * emacs-lisp/find-func.el (find-library-name): Doc fix.
13134
13135 * startup.el (command-line): Convert library names
13136 in `load-history' to absolute file names.
13137
13138 * subr.el (symbol-file): Doc fix.
13139
13140 * loadhist.el (file-loadhist-lookup): Call locate-library
13141 instead of find-library-name. Don't try converting
13142 abs file names to library names, since load-history no longer
13143 has library names in it.
13144 (file-dependents, file-provides, file-requires): Doc fixes.
13145
13146 2005-10-21 Juri Linkov <juri@jurta.org>
13147
13148 * progmodes/etags.el (tags-table-mode): New function.
13149 (tags-verify-table): Replace initialize-new-tags-table with
13150 tags-table-mode.
13151
13152 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13153 default value.
13154 (desktop-modes-not-to-save): Add tags-table-mode to the
13155 default value.
13156
13157 * info.el (Info-index-next): Add total number of index
13158 alternatives to the message.
13159
13160 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13161 backward only space (instead of space and period) before looking
13162 at sentence end.
13163
13164 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13165 Add the old variable value as 4th default-value arg of read-string.
13166
13167 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13168
13169 * cus-face.el (custom-declare-face): Make face from X resources
13170 also on Mac.
13171
13172 * disp-table.el (standard-display-g1, standard-display-graphic):
13173 Refuse to use string glyphs also on Mac.
13174 (standard-display-european): Don't set terminal coding system also
13175 on Mac.
13176
13177 * frame.el (display-screens): Use x-display-screens also on Mac.
13178
13179 2005-10-21 Romain Francoise <romain@orebokech.com>
13180
13181 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13182
13183 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13184
13185 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13186 and $? into sexps.
13187
13188 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13189 warning face on open-paren-in-column-0.
13190
13191 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13192 boundary case. Fix typo.
13193 Suggested by Martin Rudalics <rudalics@gmx.at>.
13194
13195 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13196
13197 * textmodes/org.el (org-combined-agenda-icalendar-file)
13198 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13199 (org-export-icalendar-this-file)
13200 (org-export-icalendar-all-agenda-files)
13201 (org-export-icalendar-combine-agenda-files): New commands.
13202 (org-export-icalendar, org-print-icalendar-entries)
13203 (org-start-icalendar-file, org-finish-icalendar-file)
13204 (org-ical-ts-to-string): New functions.
13205 (org-read-date, org-goto-calendar)
13206 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13207 call to `calendar'.
13208 (orgtbl-setup): Remove the :keys arguments from the menu description.
13209 (org-after-save-iCalendar-file-hook): New variable.
13210
13211 2005-10-21 Kenichi Handa <handa@m17n.org>
13212
13213 * language/vietnamese.el (tcvn-5712): Make it an alias of
13214 vietnamese-tcvn coding-system.
13215
13216 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13217
13218 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13219 group id is given.
13220
13221 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13224 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13225 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13226 whose line is either continued or ends with a comment.
13227
13228 2005-10-20 Romain Francoise <romain@orebokech.com>
13229
13230 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13231
13232 * replace.el (occur-engine): Add follow-link property.
13233
13234 * font-core.el (font-lock-mode): Doc fix.
13235
13236 2005-10-20 Richard M. Stallman <rms@gnu.org>
13237
13238 * net/rcirc.el: New file.
13239
13240 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13241
13242 * term.el (term-term-name): Initialize to "eterm-color".
13243
13244 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13245
13246 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13247 for encryption functionality.
13248 Move allout customization subgroup from `editing' to `outlines' group.
13249 Fix commentary keywords to legitimate ones.
13250 Update author info (using my current email address, obscurified).
13251 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13252 (allout-encrypted-topic-p, allout-encrypted-text-type)
13253 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13254 (allout-situate-encryption-key-verifier)
13255 (allout-get-encryption-key-verifier, allout-verify-key)
13256 (allout-next-topic-pending-encryption)
13257 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13258 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13259 (outline-key-verifier-handling, outline-key-hint-handling)
13260 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13261 (allout-file-key-verifier-string, allout-encryption-scheme)
13262 (allout-key-verifier-string, allout-key-hint-string)
13263 (allout-after-save-decrypt): New variables.
13264 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13265 (allout-after-saves-handler): New hook functions.
13266 (allout-post-command-business): Do allout-after-save-decrypt.
13267 (allout-enable-file-variable-adjustment): Custom var to enable
13268 mechanism for adding and adjusting settings of Emacs file variables.
13269 (allout-adjust-file-variable, allout-file-vars-section-data):
13270 New functions, implement the mechanism.
13271 (outlineify-sticky): Use the file vars mechanism.
13272 (allout-inhibit-protection, allout-during-write-cue)
13273 (allout-override-protect, allout-before-change-protect): Remove.
13274 (allout-flag-region, allout-open-topic): Adjust read-only text.
13275 (allout-open-line-not-read-only): Add to facilitate read-only
13276 text based protection.
13277 (allout-kill-line): Revise to adjust read-only text, clue the
13278 user about the inhibition.
13279 (allout-unprotected): Use unwind-protect.
13280 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13281 topic deeper than the offspring depth of the previous topic -
13282 avoiding confusing "containment discontinuities".
13283 (allout-reindent-bodies): Fix retention of body relative hanging
13284 indent during promotion of collapsed bodies.
13285 (allout-open-topic): Make it easy to open new topic with same
13286 bullet as current topic - topic creation functions provided with
13287 any universal argument provokes now prompt for bullet, defaulting
13288 to the bullet of the previous topic.
13289 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13290 Plain bullet alternates `.' period and `,' comma only. All other
13291 bullets are relegated to special status (but customizable).
13292 (allout-end-of-entry): Rename from allout-end-of-current-entry
13293 since it actually operates w.r.t. most immediately containing
13294 entry, visible or not.
13295 (allout-hide-current-entry, allout-show-current-entry): Use the
13296 revised version.
13297 (allout-old-expose-topic): Solidify deprecation.
13298 (allout-end-of-subtree): Add so we can span concealed as well
13299 as visible topics.
13300 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13301 (allout-end-of-current-heading): Tweak to just respect the first line.
13302 (allout-get-body-text): Add.
13303 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13304 when invoked interactively.
13305 (allout-up-current-level): Use `interactive-p'.
13306 (allout-mode, allout-init): Miscellaneous docstring and
13307 operational refinements, as well as hookups of new encryption stuff.
13308 (allout-beginning-of-current-entry): Now works as advertised.
13309 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13310 (allout-isearch-rectification): Refine condition for isearching.
13311 (allout-isearch-abort, allout-enwrap-isearch)
13312 (allout-flag-region, my-region-active-p): Relocate some macros.
13313 (allout-title): Fallback title is (buffer-name), not
13314 non-existing (current-buffer-name).
13315 (subst-char-in-string): Define if absent (for some XEmacs versions).
13316
13317 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13318
13319 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13320 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13321 (mail-citation-prefix-regexp, mail-signature-file)
13322 (mail-default-headers, mail-bury-selects-summary)
13323 (mail-send-nonascii): Add autoload cookies.
13324
13325 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13326
13327 * frame.el (blink-cursor-mode): Add `mac' to the list of
13328 window-system's that support blinking cursor.
13329
13330 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13331
13332 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13333
13334 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13335
13336 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13337 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13338 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13339
13340 2005-10-20 Kim F. Storm <storm@cua.dk>
13341
13342 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13343 (ido-set-current-directory): Don't add / after final @.
13344 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13345 Explicitly handle ange-ftp completion oddities.
13346 (ido-make-file-list): Don't rotate list at tramp root to avoid
13347 triggering tramp file handler for expand-file-name via get-file-buffer.
13348
13349 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13352
13353 2005-10-19 Jay Belanger <belanger@truman.edu>
13354
13355 * calc/calc-units.el (math-standard-units): Add units, adjust
13356 symbols and update values.
13357 (math-unit-prefixes): Add more prefixes.
13358
13359 2005-10-19 Romain Francoise <romain@orebokech.com>
13360
13361 * bookmark.el (bookmark-menu-heading): New face.
13362 (bookmark-bmenu-list): Use it.
13363 Don't fiddle with `baud-rate' at top-level.
13364
13365 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13366
13367 * image.el (create-image, find-image): Mention max-image-size in
13368 docstring.
13369
13370 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * savehist.el (savehist-load): Revert to checking XEmacs.
13373
13374 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13375 Various docstring and line-width fixups.
13376 (conf-mode): Use cond.
13377 Set font-lock-defaults. Don't set comment-use-syntax.
13378
13379 2005-10-18 David Ponce <david@dponce.com>
13380
13381 * tree-widget.el (tree-widget-button-click): New function.
13382 (tree-widget-button-keymap): Use it.
13383
13384 2005-10-18 Romain Francoise <romain@orebokech.com>
13385
13386 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13387 (bookmark-bmenu-hide-filenames): Add follow-link property.
13388 Improve help-echo text.
13389
13390 * ffap.el (find-file-at-point): Doc fix.
13391
13392 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13393
13394 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13395
13396 2005-10-18 Masatake YAMATO <jet@gyve.org>
13397
13398 Install to the CVS repository what I forgot to install in my
13399 2005-10-16 changes.
13400
13401 * progmodes/python.el (python-complete-symbol): Pass the common
13402 prefix substring of completion to `display-completion-list'.
13403
13404 * textmodes/org.el (org-complete): Ditto.
13405
13406 2005-10-18 Masatake YAMATO <jet@gyve.org>
13407
13408 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13409
13410 * woman.el (WoMan-xref-man-page): New button type derived
13411 from `Man-abstract-xref-man-page'.
13412 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13413
13414 * man.el (Man-abstract-xref-man-page): New button type.
13415 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13416 (Man-highlight-references): Add new optional argument `xref-man-type'.
13417
13418 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13419
13420 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13421
13422 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13423
13424 * cus-edit.el (Custom-move-and-invoke): Delete.
13425 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13426
13427 * wid-edit.el (widget-move-and-invoke): New function, from
13428 Custom-move-and-invoke.
13429
13430 2005-10-17 Bill Wohler <wohler@newt.com>
13431
13432 Move all remaining images from lisp/toolbar to etc/images, move
13433 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13434 the low resolution images in their own directory (low-color).
13435
13436 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13437 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13438 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13439 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13440 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13441 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13442 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13443
13444 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13445 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13446 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13447 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13448 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13449 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13450 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13451 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13452 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13453 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13454 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13455 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13456 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13457 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13458 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13459
13460 To conform with convention, replace the underscore (_) in the
13461 following image names with dash (-) or (/) as appropriate.
13462
13463 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13464 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13465 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13466 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13467 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13468 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13469 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13470 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13471 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13472 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13473 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13474 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13475 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13476 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13477 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13478
13479 * info.el (info-tool-bar-map): Replace underscores in image names
13480 with dashes.
13481
13482 * makefile.w32-in (WINS): Remove toolbar.
13483
13484 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13485
13486 * tool-bar.el: Move to lisp from toolbar. Now that
13487 toolbar is empty, it should be deleted when folks run "cvs up -P".
13488
13489 2005-10-18 Jay Belanger <belanger@truman.edu>
13490
13491 * calc/calc-store.el (calc-store-into): Get the proper variable name
13492 to display in message.
13493
13494 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13495
13496 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13497 expressions display in speedbar for all buffers when debugging.
13498 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13499
13500 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13501 (speedbar-insert-button, speedbar-make-button):
13502 Use add-text-properties.
13503 (speedbar-update-localized-contents)
13504 (speedbar-update-directory-contents)
13505 (speedbar-update-special-contents): Use dolist.
13506 (speedbar-buffer-easymenu-definition): Add a menu separator.
13507
13508 2005-10-17 Jason Rumney <jasonr@gnu.org>
13509
13510 * makefile.w32-in: Use $(lisp) consistently.
13511 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13512 for shell specific generation of mh-autoloads.
13513
13514 2005-10-17 Richard M. Stallman <rms@gnu.org>
13515
13516 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13517
13518 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * jit-lock.el (jit-lock-fontify-now):
13521 Move jit-lock-context-unfontify-pos to avoid wasted work.
13522
13523 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13524
13525 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13526 `tramp-completion-mode' for checking if we are in completion mode.
13527 (tramp-completion-handle-file-name-all-completions): Reorder code
13528 in order to complete for file names only in case there are no
13529 method/user/host completions. This is necessary for cooperation
13530 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13531
13532 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13533
13534 * longlines.el (longlines-search-forward)
13535 (longlines-search-backward): Match any number of spaces.
13536
13537 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13538
13539 * diff-mode.el (diff-mode): Doc fix.
13540
13541 2005-10-16 David Reitter <david.reitter@gmail.com>
13542
13543 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13544 as default on darwin and windows systems.
13545
13546 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13547
13548 * arc-mode.el (archive-zip-extract): Doc fix.
13549
13550 2005-10-16 Romain Francoise <romain@orebokech.com>
13551
13552 * mouse.el (mouse-1-click-follows-link): Doc fix.
13553
13554 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * savehist.el: Don't require CL at runtime.
13557 (savehist-xemacs): Remove.
13558 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13559 (savehist-no-conversion): Use (featurep 'xemacs).
13560 (savehist-load): Check existence of start-itimer rather than XEmacs.
13561 Use an idle timer.
13562 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13563 `delete-if-not'.
13564
13565 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13566
13567 * savehist.el: Newer version.
13568 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13569 (savehist-last-checksum, savehist-no-conversion): New vars.
13570 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13571 New functions.
13572 (savehist-load, savehist-save): Use them.
13573 (savehist-delimit): Remove.
13574
13575 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * progmodes/compile.el (compilation-goto-locus): Display the
13578 compilation buffer first and the source buffer second, in case they're
13579 in overlapping frames. Don't raise the compilation frame if it was the
13580 selected window upon entry. Pass the `other-window' arg to
13581 pop-to-buffer.
13582
13583 * info.el (Info-fontify-node): Use dolist.
13584 Change add-text-properties to put-text-property.
13585
13586 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13587
13588 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13589 bound of search.
13590
13591 2005-10-16 Masatake YAMATO <jet@gyve.org>
13592
13593 * dabbrev.el (dabbrev-completion): Pass the common
13594 prefix substring of completion to `display-completion-list'.
13595
13596 * filecache.el (file-cache-minibuffer-complete)
13597 (file-cache-complete): Ditto.
13598
13599 * tempo.el (tempo-display-completions): Ditto.
13600
13601 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13602
13603 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13604
13605 * eshell/em-hist.el (eshell-list-history): Ditto.
13606
13607 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13608
13609 * mail/mailalias.el (mail-complete): Ditto.
13610
13611 * progmodes/etags.el (complete-tag): Ditto.
13612
13613 * progmodes/make-mode.el (makefile-complete): Ditto.
13614
13615 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13616
13617 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13618
13619 * progmodes/pascal.el (pascal-complete-word)
13620 (pascal-show-completions): Ditto.
13621
13622 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13623
13624 * simple.el (completion-common-substring): New variable.
13625 (completion-setup-function): Use `completion-common-substring'
13626 to put faces.
13627
13628 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13629
13630 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13631 (x-get-selection, mac-select-convert-to-string): Convert from/to
13632 UTF-16 clipboard data as in native byte order, no BOM.
13633
13634 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13635
13636 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13637 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13638 (gud-sentinel): Use speedbar-frame to check for speedbar.
13639
13640 2005-10-15 Richard M. Stallman <rms@gnu.org>
13641
13642 * savehist.el: New file.
13643
13644 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13645
13646 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13647 Fix bug in \bf fontification.
13648
13649 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * pcvs.el (cvs-edit-log-files): New var.
13652 (cvs-mode-edit-log): New arg `file'.
13653 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13654 Instead force the use of the original file and nothing else.
13655 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13656 the cvs-minor-wrap-function is set.
13657 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13658
13659 2005-10-14 Bill Wohler <wohler@newt.com>
13660
13661 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13662 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13663 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13664 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13665 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13666 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13667 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13668 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13669 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13670 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13671 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13672 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13673 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13674 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13675 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13676
13677 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13678 appropriately (for example, gud-break to gud/break).
13679
13680 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13681
13682 * longlines.el (longlinges-search-function)
13683 (longlines-search-forward, longlines-search-backward): New functions.
13684 (longlines-mode): Set isearch-search-fun-function to
13685 longlinges-search-function.
13686
13687 * mouse.el (mouse-drag-region-1): Handle the case where a
13688 double-click event is bound to an arbitrary function.
13689
13690 2005-10-14 David Ponce <david@dponce.com>
13691
13692 * recentf.el (recentf-track-opened-file)
13693 (recentf-track-closed-file, recentf-update-menu)
13694 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13695 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13696 mouse-1-click-follows-link.
13697
13698 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13699
13700 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13701 Gnome file-manager.png. Suggested by
13702 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13703
13704 * toolbar/README: Add diropen.xpm.
13705
13706 2005-10-13 Bill Wohler <wohler@newt.com>
13707
13708 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13709 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13710
13711 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13714 Don't waste the byte-compiler's time on constant data.
13715
13716 2005-10-13 Kenichi Handa <handa@m17n.org>
13717
13718 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13719 byte with `escape-glyph' face.
13720
13721 * international/fontset.el (ccl-encode-unicode-font):
13722 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13723 Handle the case that ucs-mule-to-mule-unicode translates a character to
13724 ASCII (usually for IPA characters).
13725
13726 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13729 Don't hide the underline of titles if font-lock-mode is disabled.
13730
13731 2005-10-12 Bill Wohler <wohler@newt.com>
13732
13733 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13734 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13735 files in MH-E-SRC have been updated.
13736 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13737
13738 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13741 (mixal-mode-syntax-table): Add \n as end-comment.
13742 (mixal-operation-codes-alist): Immediately initialize to full value.
13743 (mixal-add-operation-code): Remove.
13744 (mixal-describe-operation-code): Make the arg non-optional.
13745 Use the interactive spec instead.
13746 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13747 (mixal-font-lock-keywords): Don't highlight comments here any more.
13748 (mixal-font-lock-syntactic-keywords): New var.
13749 (mixal-mode): Use it. Fix comment-start-skip.
13750
13751 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13752
13753 * startup.el (command-line-x-option-alist): -nb => -nbi
13754
13755 2005-10-12 Kim F. Storm <storm@cua.dk>
13756
13757 * startup.el (fancy-splash-default-action): Discard mouse click in
13758 the splash screen window, as it has no sensible meaning in the
13759 next window to be selected. Fixes error reported by Jan D.
13760
13761 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13762
13763 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13764
13765 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13766
13767 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13768 Try to fix up minor layout issues like indentation, line break, etc...
13769 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13770 because it doesn't work.
13771 (mixal-operation-codes): Add some more codes.
13772 (mixal-font-lock-keywords): Process comments here.
13773 (mixal-mode): mixasm no longer needs -g option.
13774
13775 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13776
13777 * progmodes/sh-script.el (sh-tmp-file):
13778 Use mktemp -t. Finish support for es and rc shells.
13779
13780 2005-10-11 Jay Belanger <belanger@truman.edu>
13781
13782 * calc/calcalg2.el (calc-integral): With an argument, compute the
13783 definite integral.
13784
13785 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * mouse.el (mouse-drag-region-1): Don't try to catch a
13788 double-click when doing follow-link (it's overridden anyway).
13789
13790 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13791
13792 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13793 (autoload-print-form-outbuf): Add docstring.
13794
13795 2005-10-11 Juri Linkov <juri@jurta.org>
13796
13797 * info.el (Info-mode-menu): Delete menu item "Edit".
13798 (Info-mode): Delete description of Info-edit from docstring,
13799 and rearrange descriptions of Info commands in the order
13800 they are documented in the Info manual.
13801
13802 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * calendar/appt.el (appt-check): Use diary-selective-display var.
13805
13806 2005-10-10 Richard M. Stallman <rms@gnu.org>
13807
13808 * net/newsticker.el (newsticker-start, newsticker-show-news):
13809 Add autoload cookies.
13810
13811 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13812
13813 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13814
13815 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13816
13817 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13818
13819 2005-10-10 Jay Belanger <belanger@truman.edu>
13820
13821 * calc/calc-arith.el (math-check-known-scalarp)
13822 (math-check-known-matrixp): Check the values of arguments that are
13823 variables.
13824 (math-check-known-square-matrixp): New function.
13825 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13826 (math-super-types): Add sqmatrix type.
13827
13828 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13829 mode name `square' to `sqmatrix'.
13830
13831 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13832 mode name `square' to `sqmatrix'.
13833
13834 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13835
13836 * progmodes/etags.el (select-tags-table-mode): Don't use
13837 selective-display.
13838 (tags-select-tags-table): Pass `button' to the action function.
13839 (select-tags-table): Place the side-info on button properties rather
13840 than in hidden text. Abbreviate file names.
13841 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13842 (select-tags-table-select): Add `button' argument.
13843 Get side-info from the button property rather than from hidden text.
13844
13845 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13846
13847 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13848 (gud-speedbar-buttons): Preserve point if possible.
13849 (gud-sentinel): Restore previous speedbar display type.
13850
13851 * progmodes/gdb-ui.el (gdba): Improve diagram.
13852 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13853 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13854 Call get-buffer-window once.
13855
13856 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13859 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13860 (pascal-indent-command): Remove unused var `ind'.
13861 (pascal-indent-case): Remove unused var `oldpos'.
13862 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13863 since it's now used as a proper minor mode map.
13864 (pascal-outline): Rename to pascal-outline-mode.
13865 (pascal-outline-mode): Use define-minor-mode.
13866 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13867 selective-display.
13868
13869 2005-10-10 Andreas Schwab <schwab@suse.de>
13870
13871 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13872 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13873
13874 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13875 outside source directory.
13876
13877 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13878
13879 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13880 C-x' as a prefix.
13881 (orgtbl-mode-map): Full keymap instead of sparse, because all
13882 `self-insert-command' keys are redefined in this map.
13883 (org-export-as-html): Specify charset for HTML file, by taking it
13884 from the coding system.
13885
13886 2005-10-10 Kenichi Handa <handa@m17n.org>
13887
13888 * textmodes/flyspell.el (flyspell-check-word-p):
13889 If unread-command-events is non-empty, don't call sit-for.
13890
13891 2005-10-09 Richard M. Stallman <rms@gnu.org>
13892
13893 * font-lock.el (font-lock-syntactic-keywords)
13894 (font-lock-keywords): Doc fixes.
13895
13896 * textmodes/flyspell.el (flyspell-external-point-words):
13897 Simplify logic, and don't try to check for consecutive appearances
13898 of one incorrect word.
13899
13900 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13901
13902 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13903 separator.
13904
13905 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13906 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13907 (gud-expansion-speedbar-buttons): New function.
13908 (gud-speedbar-buttons): Check for gud-comint-buffer.
13909
13910 2005-10-09 Bill Wohler <wohler@newt.com>
13911
13912 * Makefile.in (updates): Add mh-loaddefs dependency.
13913
13914 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * speedbar.el (speedbar-file-key-map): Fix typo.
13917
13918 2005-10-09 Daniel Brockman <daniel@brockman.se>
13919
13920 * cus-start.el (line-spacing): Add custom spec.
13921
13922 2005-10-09 Romain Francoise <romain@orebokech.com>
13923
13924 * textmodes/ispell.el (ispell-check-version): Fix last change.
13925
13926 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13927
13928 * term/x-win.el: Remove -i, --icon-type from comment.
13929
13930 * startup.el (command-line-x-option-alist): Remove options -i,
13931 -itype, --icon-type, added -nb, --no-bitmap-icon
13932
13933 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13934
13935 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13936 instead of :active.
13937
13938 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13939
13940 * textmodes/ispell.el (ispell-check-version):
13941 Ignore hyphen, and all that follows, in aspell's version text.
13942
13943 2005-10-08 Jay Belanger <belanger@truman.edu>
13944
13945 * calc/calc-arith.el (math-known-square-matrixp): New function.
13946 (math-pow-fancy): Check for matrices before distributing exponent
13947 across products.
13948
13949 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13950 fullscreen keypad. Suggested by Luc Teirlinck.
13951 (calc-keypad-show-input): Add space for formatting.
13952
13953 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13954 Add square matrix option.
13955
13956 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13957 of checking calc-matrix-mode when deciding how to expand.
13958
13959 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13960
13961 2005-10-08 Lars Hansen <larsh@soem.dk>
13962
13963 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13964 Add error handling.
13965 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13966
13967 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13968
13969 Sync with Tramp 2.0.51.
13970
13971 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13972 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13973 Insert special handling for `last-coding-system-used', again
13974 it still seems to be necessary (unlike stated before).
13975 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13976 (tramp-password-prompt-regexp): There might be other words before
13977 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13978 (tramp-chunksize): Improve docstring.
13979 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13980 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13981 Christian Joergensen <bugs@razor.dk>.
13982
13983 2005-10-07 Glenn Morris <rgm@gnu.org>
13984
13985 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13986 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13987 precision'.
13988
13989 2005-10-07 Romain Francoise <romain@orebokech.com>
13990
13991 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13992 (ibuffer-do-shell-command-pipe-replace)
13993 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13994 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13995 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13996 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13997 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13998 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13999 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14000 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14001 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14002 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14003 Autoload file sans suffix.
14004
14005 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14006
14007 2005-10-07 David Ponce <david@dponce.com>
14008
14009 * recentf.el (recentf-menu-open-all-flag): New option.
14010 (recentf-digit-shortcut-command-name): New function.
14011 (recentf--shortcuts-keymap): New variable.
14012 (recentf-menu-shortcuts): New variable.
14013 (recentf-make-menu-items): Initialize it. Replace the "More..."
14014 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14015 (recentf-menu-value-shortcut): New function.
14016 (recentf-make-menu-item): Use it. No more in-lined.
14017 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14018 (recentf-open-most-recent-file): Rename from
14019 `recentf-open-file-with-key'. Don't depend on key binding.
14020 (recentf-mode-map): New variable.
14021 (recentf-mode): Use it.
14022
14023 2005-10-06 Bill Wohler <wohler@newt.com>
14024
14025 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14026
14027 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14028 (MH-E-SRC): New. Used by mh-autoloads.
14029 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14030 files in MH-E-SRC have been updated.
14031 (compile, recompile, bootstrap): Depend on mh-autoloads.
14032
14033 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14034
14035 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14036 gud-break and gud-remove icons when the fringe is not available.
14037
14038 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14039 Typo.
14040
14041 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14042
14043 * play/zone.el (zone): Wrap body with save-window-excursion.
14044
14045 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14048 Use the new `list-only' arg to diary-list-entries.
14049
14050 * calendar/diary-lib.el: Use overlays rather than selective-display.
14051 (diary-selective-display): New var.
14052 (diary-header-line-format): Use it.
14053 (diary-list-entries): Add argument `list-only'.
14054 Put the buffer in diary-mode. Don't add \^M at beg and end.
14055 Replace \^M by invisible overlays.
14056 (diary-unhide-everything): Replace \^M by invisible overlays.
14057 (print-diary-entries): Look for overlays rather than \^M.
14058 Add a space to the temp buffer name.
14059 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14060 Put the buffer in diary-mode.
14061 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14062 (diary-anniversary): Make the year arg optional.
14063 (diary-time-regexp): New const.
14064 (diary-font-lock-keywords): Use it to accept a few more time formats.
14065
14066 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14067
14068 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14069
14070 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14071 Fix bug introduced 2005-07-03: Use (car (last ...))
14072 to faithfully reproduce replaced artist-last.
14073 (artist-set-arrow-points-for-poly): Likewise.
14074 Suggested by Johan Bockg\e,Ae\e(Brd.
14075
14076 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14077
14078 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14079 * wid-edit.el (widget):
14080 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14081 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14082
14083 2005-10-06 Kenichi Handa <handa@m17n.org>
14084
14085 * international/mule-cmds.el (set-language-environment):
14086 Fix setting up of case-table for unibyte mode.
14087
14088 * simple.el (what-cursor-position): If the character is displayed
14089 by some `display' text property, show that. Don't use
14090 single-key-description for eight-bit characters in multibyte mode.
14091
14092 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14095 (gdb-ann3): Set it.
14096 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14097 (gdb-info-frames-custom): Use inverse-video for first five
14098 characters of selected frame only.
14099 (gdb-get-frame-number): Select frame even when point is on frame
14100 number.
14101
14102 2005-10-06 Masatake YAMATO <jet@gyve.org>
14103
14104 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14105 Put `font-lock-function-name-face'.
14106 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14107 and `font-lock-variable-name-face'
14108 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14109 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14110 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14111 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14112 (gdb-local-font-lock-keywords): New font lock keywords definition.
14113 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14114 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14115 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14116
14117 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14118
14119 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14120 (ediff-merge-region-is-non-clash-to-skip): Previously called
14121 ediff-merge-region-is-non-clash.
14122
14123 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14124 Use insert-buffer-substring.
14125
14126 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14127 selecting files to patch. Also bug fixes.
14128
14129 * ediff-util.el (ediff-setup): Bug fix.
14130 (ediff-next-difference): Never skip clashes that differ in white
14131 space only.
14132
14133 * ediff-wind.el (ediff-setup-control-frame)
14134 (ediff-destroy-control-frame): Check the menubar feature.
14135
14136 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14137 (viper-refresh-mode-line): Use make-local-variable to localize
14138 some vars instead of make-variable-buffer-local. Suggested by
14139 Stefan Monnier.
14140
14141 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14142 (viper-restore-cursor-type, viper-set-insert-cursor-type):
14143 Use make-local-variable instead of make-variable-buffer-local.
14144 Suggested by Stefan Monnier.
14145
14146 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14147 (viper-comint-mode-hook): Use make-local-variable on
14148 require-final-newline.
14149 (viper-non-hook-settings): Don't use make-variable-buffer-local.
14150
14151 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14154 also the second char of a comment-start sequence.
14155 (scheme-sexp-comment-syntax-table): New var.
14156 (lambda, define): Set their scheme-doc-string-elt property.
14157 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14158 Use lisp-font-lock-syntactic-face-function now that it properly
14159 handles |...| symbols.
14160 (scheme-mode-variables): Set lisp-doc-string-elt-property,
14161 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14162
14163 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14164 bit from # to |.
14165 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14166
14167 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14168 (lisp-doc-string-elt-property): New var.
14169 (lisp-font-lock-syntactic-face-function): Use it.
14170 Rewrite to recognize docstrings even for forms not at toplevel.
14171
14172 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14173 annotation on the | part of #| rather than on the # part.
14174 (scheme-font-lock-syntactic-face-function): New function, to
14175 distinguish strings from |...| symbols.
14176 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14177 syntax-table so that #|...|# is properly highlighted.
14178
14179 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14180 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14181
14182 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14185 and C-e.
14186
14187 * emacs-lisp/eldoc.el: Move comments into docstrings.
14188 (eldoc-message-commands): Initialize in its declaration.
14189 Add move-beginning-of-line and move-end-of-line.
14190 (eldoc-add-command, eldoc-add-command-completions)
14191 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14192
14193 * outline.el (outline-mark-subtree): Activate the mark.
14194
14195 * calendar/appt.el (appt-time-regexp): New var.
14196 (appt-add, appt-make-list): Use it.
14197 (appt-convert-time): Clean up.
14198
14199 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14200 Don't set any syntax-table property here.
14201 (tex-font-lock-verb): New function. Do it here.
14202 (tex-font-lock-syntactic-keywords): Use it.
14203
14204 2005-10-04 Richard M. Stallman <rms@gnu.org>
14205
14206 * wid-edit.el (widget-file-complete): Get the widget start point
14207 the right way. Default directory to `/' if file has none.
14208
14209 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14210
14211 * textmodes/flyspell.el (flyspell-mode-on):
14212 Call ispell-maybe-find-aspell-dictionaries.
14213
14214 * textmodes/ispell.el (ispell-word, ispell-region):
14215 Call ispell-maybe-find-aspell-dictionaries.
14216 (ispell-accept-buffer-local-defs):
14217 Don't call ispell-maybe-find-aspell-dictionaries
14218
14219 2005-10-04 Richard M. Stallman <rms@gnu.org>
14220
14221 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14222
14223 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14224
14225 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14226 instead of `fboundp' in order to allow for anonymous functions.
14227
14228 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14231 case the user clicks on the link while another window is selected.
14232 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14233
14234 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14235 functionality.
14236 (dframe-help-echo): Save point in case mouse tracking is off.
14237
14238 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14239
14240 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14241
14242 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14245 not change the global value of those vars.
14246
14247 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14248 make-local-variable which we do not need any more.
14249
14250 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14251
14252 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14253 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14254 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14255 (speedbar-path-line): Define obsolete aliases.
14256 (speedbar-line-directory): Doc fix.
14257
14258 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14259 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14260 instead of speedbar-line-path.
14261
14262 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14263
14264 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14265 to nil if dropping on a window. Handle dropping on a minibuffer window
14266 like dropping on a non-window part of Emacs.
14267
14268 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14269
14270 * net/ange-ftp.el: Use with-current-buffer.
14271 (ange-ftp-insert-directory): Do not follow symlinks any more.
14272
14273 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14274 Remove interactive spec.
14275
14276 2005-10-03 Kim F. Storm <storm@cua.dk>
14277
14278 * ido.el (ido-mode): Use custom-initialize-set.
14279
14280 2005-10-02 Richard M. Stallman <rms@gnu.org>
14281
14282 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14283 Use insert-buffer-substring.
14284
14285 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14286 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14287
14288 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14291 in last change.
14292 (ange-ftp-insert-directory): Fix up the search for the case where
14293 `file' is absolute.
14294
14295 2005-10-02 Romain Francoise <romain@orebokech.com>
14296
14297 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14298
14299 2005-10-02 Andreas Schwab <schwab@suse.de>
14300
14301 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14302 directory component in the session info.
14303
14304 2005-10-01 Richard M. Stallman <rms@gnu.org>
14305
14306 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14307
14308 * simple.el (next-error-internal): New function.
14309
14310 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14311 (compilation-start): Pass new arg to compilation-buffer-name.
14312 (compile-goto-error): Use next-error-internal.
14313
14314 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14315
14316 * speedbar.el: Remove RCS tag.
14317 (speedbar-check-read-only): Handle non-existent files.
14318
14319 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14320
14321 * info.el (Info-speedbar-hierarchy-buttons)
14322 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14323
14324 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14325
14326 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14327 Do not match newline.
14328 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14329 (bibtex-summary): Remove unnecessary save-excursion.
14330 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14331
14332 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14333
14334 * term/mac-win.el: Add charset info for "iso10646-1".
14335 Modify default fontset to use ATSUI-compatible fonts for some charsets
14336 if available.
14337
14338 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14339
14340 * speedbar.el: Re-apply arch tag.
14341 (speedbar-version): Rename to version 1.0. Suggested by Eric
14342 M. Ludlam.
14343 Reapply two changes from Emacs CVS' version of speedbar lost
14344 during the merge:
14345 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14346 (speedbar-frame-parameters): Improve customize type.
14347
14348 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14351 (ange-ftp-file-directory-p): Fix the symlink case.
14352 (ange-ftp-insert-directory): When listing a single file, get a list of
14353 the parent buffer and extract the relevant line. Inspired from a patch
14354 by Katsumi Yamaoka <yamaoka@jpl.org>.
14355 (ange-ftp-file-name-sans-versions): Simplify.
14356
14357 2005-09-30 Bill Wohler <wohler@newt.com>
14358
14359 Move MH-E image files from toolbar and mail directories into
14360 etc/images.
14361
14362 * mail/reply2.*: Move to etc/images/mail/reply*.
14363
14364 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14365 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14366 etc/images.
14367
14368 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14369 * toolbar/reply*: Move to etc/images/mail.
14370
14371 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14372
14373 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14374
14375 * speedbar.el: New version 1.0pre3.
14376
14377 Frame management code (including timer, and mouse click specifics)
14378 moved to dframe.el:
14379 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14380 (speedbar-timer): Removed. Use dframe-timer.
14381 (speedbar-close-frame): Removed. Use dframe-close-frame.
14382 (speedbar-activity-change-focus-flag): Removed. Use
14383 dframe-activity-change-focus-flag.
14384 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14385 dframe-update-speed.
14386
14387 (speedbar-current-frame): New macro. Use this instead of the
14388 variable speedbar-frame.
14389
14390 (speedbar-use-images, speedbar-expand-image-button-alist)
14391 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14392
14393 (speedbar-find-image-on-load-path): Removed. Replaced by
14394 defezimage in ezimage.el.
14395 (speedbar-expand-image-button-alist): Removed. Replaced by
14396 ezimage-expand-image-button-alist in ezimage.el.
14397
14398 (speedbar-ignored-directory-regexp)
14399 (speedbar-add-ignored-directory-regexp)
14400 (speedbar-ignored-directory-expressions)
14401 (speedbar-line-directory, speedbar-buffers-line-directory)
14402 (speedbar-directory-line, speedbar-buffers-line-directory):
14403 Renamed, replacing `path' with `directory'.
14404
14405 (speedbar-create-directory, speedbar-expand-line-descendants)
14406 (speedbar-toggle-line-expansion)
14407 (speedbar-contract-line-descendants): New commands.
14408
14409 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14410 (speedbar-use-tool-tips-flag): New options.
14411
14412 (speedbar-check-read-only, speedbar-require-version)
14413 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14414 (speedbar-handle-delete-frame, speedbar-try-completion)
14415 (speedbar-update-localized-contents): New functions.
14416
14417 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14418 (speedbar-object-read-only-indicator): New variables.
14419
14420 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14421 New hooks.
14422
14423 (speedbar-separator-face): New face.
14424
14425 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14426 (speedbar-ignored-modes): Add fundamental-mode.
14427 (speedbar-directory-unshown-regexp): Add . directories.
14428
14429 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14430 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14431 `]' for full expand/close.
14432 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14433
14434 (speedbar-check-vc): Support hidden files.
14435 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14436 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14437 state is nil, it is not checked out.
14438
14439 (speedbar-line-text, speedbar-line-token): Support expand buttons
14440 with no text.
14441 (speedbar-refresh): Universal argument acts as power-click.
14442 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14443 that buffer to get variable values.
14444
14445 And many other bugfixes.
14446
14447 * dframe.el, ezimage.el, sb-image.el: New files.
14448
14449 * sb-*.xpm: Remove files. New image files installed into
14450 etc/images/ezimage.
14451
14452 2005-09-30 Kenichi Handa <handa@m17n.org>
14453
14454 * ps-mule.el (ps-mule-show-warning): If a character is in
14455 ps-print-translation-table, don't treat it as non-printable.
14456
14457 2005-09-30 David Ponce <david@dponce.com>
14458
14459 * tree-widget.el (tree-widget-themes-load-path): New variable.
14460 (tree-widget-themes-directory): Doc fix.
14461 (tree-widget-image-formats) [Emacs]: Doc fix.
14462 (tree-widget--locate-sub-directory): New function.
14463 (tree-widget-themes-directory): Use it.
14464
14465 * recentf.el (recentf-filename-handlers): Rename from
14466 `recentf-filename-handler'. Allow a list of functions.
14467 (recentf-menu-items-for-commands): Fix :help strings.
14468 (recentf-apply-filename-handlers): New function.
14469 (recentf-expand-file-name): Use it.
14470 (recentf-cleanup): Remove duplicates too.
14471
14472 2005-09-29 Juri Linkov <juri@jurta.org>
14473
14474 * faces.el: Rearrange face definitions to be in the same order as
14475 their face descriptions in "(emacs)Standard Faces".
14476
14477 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14478
14479 * tooltip.el (tooltip): Add group `basic-faces'.
14480
14481 * buff-menu.el (Buffer-menu-buffer): Remove group
14482 `font-lock-highlighting-faces'.
14483
14484 * progmodes/compile.el (compilation-error, compilation-warning)
14485 (compilation-info, compilation-line-number, compilation-column-number):
14486 Change group from `font-lock-highlighting-faces' to `compilation'.
14487
14488 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14489 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14490 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14491 (vhdl-font-lock-reserved-words-face)
14492 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14493 `font-lock-highlighting-faces'.
14494
14495 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14496
14497 2005-09-28 Kim F. Storm <storm@cua.dk>
14498
14499 * emulation/cua-base.el: Set CUA move property on additional commands:
14500 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14501 forward-sexp, backward-sexp, forward-list, backward-list.
14502
14503 2005-09-28 Romain Francoise <romain@orebokech.com>
14504
14505 * comint.el (comint-show-output): Really set point at the
14506 beginning of the output when not using `comint-use-prompt-regexp'.
14507
14508 2005-09-27 Jay Belanger <belanger@truman.edu>
14509
14510 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14511 in TeX mode.
14512
14513 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * textmodes/org.el (org-table-sum): Fix format string.
14516
14517 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14518 Quote face names.
14519
14520 2005-09-26 Romain Francoise <romain@orebokech.com>
14521
14522 * isearch.el (isearch-forward-regexp): Close doc string.
14523
14524 2005-09-25 Richard M. Stallman <rms@gnu.org>
14525
14526 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14527
14528 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14529
14530 * progmodes/compile.el (compilation-error-properties):
14531 When getting the file from the previous error message,
14532 correctly decode the new data format.
14533
14534 * progmodes/cc-cmds.el (c-electric-paren):
14535 Call old-blink-paren only for close-paren.
14536
14537 2005-09-24 Andreas Schwab <schwab@suse.de>
14538
14539 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14540 condition.
14541
14542 2005-09-25 Romain Francoise <romain@orebokech.com>
14543
14544 * dired-aux.el (dired-copy-file-recursive):
14545 * dired.el (dired-delete-file):
14546 * ediff-mult.el (ediff-dir-diff-copy-file):
14547 * ediff-util.el (ediff-test-save-region):
14548 * forms.el (forms-mode):
14549 * ido.el (ido-file-internal, ido-delete-file-at-head):
14550 * log-edit.el (log-edit-done):
14551 * ses.el (ses-yank-resize):
14552 * play/gomoku.el (gomoku-human-plays, gomoku)
14553 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14554 (gomoku-offer-a-draw):
14555 * play/landmark.el (lm-human-resigns, lm):
14556 * net/eudcb-ldap.el (eudc-ldap-check-base):
14557 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14558 * progmodes/ebrowse.el (ebrowse-find-pattern):
14559 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14560 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14561 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14562
14563 * vc.el (vc-delete-file):
14564 * play/gomoku.el (gomoku-terminate-game, gomoku)
14565 (gomoku-prompt-for-move, gomoku-human-takes-back):
14566 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14567 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14568
14569 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14570
14571 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14572 color rxvt terminals by using the code xterm.el used to use before
14573 2005-04-09 in order to match the colors used by rxvt.
14574
14575 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14576
14577 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14578 colors rxvt-unicode terminals by using the same code as xterm.el.
14579
14580 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14583 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14584 new symbol used for the tex-verbatim face.
14585
14586 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14587
14588 * woman.el (woman-file-name):
14589 * wid-edit.el (widget-file-prompt-value)
14590 (widget-coding-system-prompt-value):
14591 * w32-fns.el (set-w32-system-coding-system):
14592 * vc.el (vc-version-diff, vc-annotate):
14593 * textmodes/reftex-auc.el (reftex-arg-cite)
14594 (reftex-arg-index-tag):
14595 * textmodes/refer.el (refer-get-bib-files):
14596 * textmodes/artist.el (artist-figlet-choose-font):
14597 * terminal.el (terminal-emulator):
14598 * replace.el (occur-read-primary-args):
14599 * rect.el (string-rectangle, string-insert-rectangle):
14600 * ps-print.el (ps-print-preprint):
14601 * progmodes/pascal.el (pascal-goto-defun):
14602 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14603 * progmodes/compile.el (compilation-find-file):
14604 * printing.el (pr-interactive-n-up):
14605 * play/animate.el (animate-birthday-present):
14606 * net/rcompile.el (remote-compile):
14607 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14608 * mail/rmailsum.el (rmail-summary-search-backward)
14609 (rmail-summary-search):
14610 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14611 (rmail-output-read-file-name):
14612 * mail/rmail.el (rmail-search, rmail-search-backwards):
14613 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14614 * locate.el (locate):
14615 * international/quail.el (quail-show-keyboard-layout):
14616 * international/mule.el (set-buffer-file-coding-system)
14617 (revert-buffer-with-coding-system, set-file-name-coding-system)
14618 (set-terminal-coding-system, set-keyboard-coding-system)
14619 (set-next-selection-coding-system):
14620 * international/mule-diag.el (describe-coding-system)
14621 (describe-font, describe-fontset):
14622 * international/mule-cmds.el (universal-coding-system-argument)
14623 (search-unencodable-char, describe-input-method)
14624 (set-language-environment, describe-language-environment):
14625 * international/codepage.el (codepage-setup):
14626 * international/code-pages.el (codepage-setup):
14627 * info.el (Info-search, Info-follow-reference)
14628 (Info-search-backward):
14629 * emacs-lisp/advice.el (ad-read-advised-function)
14630 (ad-read-advice-class, ad-clear-cache, ad-activate)
14631 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14632 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14633 (ad-read-regexp):
14634 * ediff-util.el (ediff-toggle-regexp-match):
14635 * ediff-ptch.el (ediff-prompt-for-patch-file):
14636 * dired-aux.el (dired-diff):
14637 * diff.el (diff):
14638 * cus-edit.el (custom-variable-prompt):
14639 * calendar/timeclock.el (timeclock-ask-for-project):
14640 * calc/calcalg3.el (calc-get-fit-variables):
14641 * calc/calc-store.el (calc-edit-variable)
14642 (calc-permanent-variable):
14643 * vc-mcvs.el (vc-mcvs-register):
14644 * shadowfile.el (shadow-define-literal-group):
14645 * woman.el (woman-file-name):
14646 * vc.el (vc-version-diff, vc-merge):
14647 * textmodes/reftex-index.el (reftex-index-complete-tag):
14648 * format.el (format-decode-buffer, format-decode-region):
14649 * emulation/viper-cmd.el (viper-read-string-with-history):
14650 * emacs-lisp/debug.el (cancel-debug-on-entry):
14651 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14652 * ediff.el (ediff-merge-revisions)
14653 (ediff-merge-revisions-with-ancestor, ediff-revision):
14654 * completion.el (interactive-completion-string-reader):
14655 * calc/calc-prog.el (calc-user-define-formula):
14656 Follow convention for reading with the minibuffer.
14657
14658 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14659
14660 * progmodes/python.el (python-describe-symbol): Add globals() and
14661 locals() to the arguments of emacs.ehelp.
14662
14663 2005-09-24 Magnus Henoch <mange@freemail.hu>
14664
14665 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14666 New function, code extracted from ispell-valid-dictionary-list.
14667 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14668 Call it.
14669
14670 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14671
14672 * subr.el (version-regexp-alist): Extend valid syntax for version
14673 strings: allow any of the characters -,_,+ to separate the
14674 alpha/beta/rc part from the version part. Doc fix.
14675 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14676
14677 2005-09-23 David Reitter <david.reitter@gmail.com>
14678
14679 * mail/mailclient.el: New file.
14680
14681 2005-09-23 Richard M. Stallman <rms@gnu.org>
14682
14683 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14684 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14685 Doc fixes.
14686
14687 * progmodes/cc-mode.el (c-font-lock-init):
14688 Specify font-lock-lines-before.
14689
14690 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14693 whole conflict.
14694
14695 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14696
14697 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14698 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14699 of `remap' feature when available. Additional key bindings for
14700 better tty support.
14701 (org-mode-restart, org-force-self-insert): New commands.
14702 (org-time-stamp-inactive): New command.
14703 (org-remap): New function.
14704 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14705 (org-enable-fixed-width-editor): Move to `org-structure'
14706 customization group.
14707 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14708 blank field after field motion commands.
14709
14710 2005-09-23 Kenichi Handa <handa@m17n.org>
14711
14712 * international/mule-cmds.el (set-language-environment):
14713 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14714 have to call utf-translate-cjk-load-tables.
14715
14716 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * mouse.el (mouse-move-drag-overlay): Fix last change.
14719
14720 2005-09-22 David Ponce <david@dponce.com>
14721
14722 * tree-widget.el (tree-widget-value-create): Fix previous change.
14723
14724 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14725
14726 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14727
14728 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * mouse.el (mouse-move-drag-overlay): New function.
14731 (mouse-drag-region-1): Use it.
14732 Try to simplify a bit the state handling. Handle clicks on links
14733 inside intangible areas.
14734 (mouse-save-then-kill): Minor simplification.
14735 (mouse-secondary-overlay): Make it always non-nil instead of
14736 recreating it each time.
14737 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14738 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14739 Simplify accordingly.
14740
14741 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14742
14743 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14744
14745 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14746
14747 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14748 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14749 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14750 to patch.
14751
14752 * ediff-util.el: Use insert-buffer-substring.
14753
14754 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14755
14756 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14757 field boundaries in the minibuffer.
14758 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14759 (viper-minibuffer-post-command-hook): New hook.
14760 (viper-line): Don't move cursor at bolp.
14761
14762 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14763
14764 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14765 avoid compiler warnings.
14766
14767 * emulation/viper-macs.el (ex-map): Better messages.
14768
14769 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14770
14771 * emulation/viper.el: Replace make-variable-buffer-local with
14772 viper-make-variable-buffer-local everywhere, to avoid warnings.
14773
14774 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14777 Delete unused var `old-selected-window'.
14778 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14779 (mouse-drag-secondary): Delete unused var `start-frame'.
14780
14781 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14782
14783 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14784
14785 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14788 Re-indent within 80 columns. Use inhibit-read-only.
14789
14790 2005-09-19 Romain Francoise <romain@orebokech.com>
14791
14792 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14793
14794 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14797 unconditionally, since the after-change-function already did it.
14798
14799 2005-09-19 Miles Bader <miles@gnu.org>
14800
14801 * net/newsticker.el: Get rid of CVS keyword.
14802
14803 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14804
14805 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14806 The prompt is formatted later.
14807
14808 2005-09-19 David Ponce <david@dponce.com>
14809
14810 * tree-widget.el (tree-widget-value-create): Save the converted
14811 tree :node widget.
14812
14813 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14814
14815 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14816 variable `message'.
14817
14818 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14819
14820 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14821 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14822 <slawomir.nowaczyk.847@student.lu.se>.
14823
14824 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14825
14826 * image.el (image-load-path): Use symbol `data-directory' instead
14827 of its value, for backward compatibility with packages that bind
14828 it during `find-image'. Suggested by Katsumi Yamaoka.
14829 (image-search-load-path): Handle symbols whose values are strings.
14830
14831 2005-09-18 Romain Francoise <romain@orebokech.com>
14832
14833 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14834 with-current-buffer form in save-excursion.
14835
14836 2005-09-18 Deepak Goel <deego@gnufans.org>
14837
14838 * apropos.el (apropos-command): Fix `message' call: first arg
14839 should be a format spec. In this and all other cases that appear
14840 below and elsewhere in the source code, I made a change only when
14841 two conditions were satisfied: [1] I can think of a possibility
14842 that the arguments would cause an error, for example, the code in
14843 question relies on external variables such as filenames. [2] I
14844 was sure that the arg to `message' could not have been nil in the code.
14845
14846 * textmodes/tildify.el (tildify-region): Ditto.
14847
14848 * textmodes/reftex-index.el (reftex-index-change-entry)
14849 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14850 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14851 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14852 (org-priority, org-table-sum):
14853 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14854 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14855 (flyspell-word, flyspell-display-next-corrections):
14856 * textmodes/bibtex.el (bibtex-print-help-message):
14857 * textmodes/artist.el (artist-key-set-point-poly):
14858 * term/mac-win.el (mac-services-insert-text):
14859 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14860 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14861 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14862 (vhdl-compose-configuration):
14863 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14864 (sh-set-indent, sh-learn-line-indent):
14865 * progmodes/ps-mode.el (ps-mode-target-column):
14866 * progmodes/idlwave.el (idlwave-make-tags)
14867 (idlwave-scan-library-catalogs):
14868 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14869 * progmodes/gud.el (gud-jdb-analyze-source):
14870 * progmodes/flymake.el (flymake-log):
14871 * progmodes/ebnf2ps.el (ebnf-generate-region):
14872 * progmodes/cmacexp.el (c-macro-expansion):
14873 * progmodes/ada-xref.el (ada-treat-cmd-string):
14874 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14875 (ada-justified-indent-current, ada-batch-reformat):
14876 * play/zone.el (zone):
14877 * play/landmark.el (lm-move):
14878 * play/decipher.el (decipher-show-alphabet):
14879 * net/newsticker.el (newsticker--display-jump)
14880 (newsticker--display-scroll):
14881 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14882 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14883 * mail/feedmail.el (feedmail-dump-message-to-queue):
14884 * eshell/esh-proc.el (eshell-remove-process-entry):
14885 * emulation/ws-mode.el (ws-last-error):
14886 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14887 (viper-record-kbd-macro):
14888 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14889 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14890 * emacs-lisp/find-func.el (find-function-noselect):
14891 * calendar/timeclock.el (timeclock-status-string)
14892 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14893 (timeclock-when-to-leave-string):
14894 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14895 * calc/calc-units.el (calc-enter-units-table):
14896 * calc/calc-mode.el (calc-mode-record-mode):
14897 * woman.el (woman-mini-help):
14898 * wdired.el (wdired-change-to-wdired-mode):
14899 * vc.el (vc-retrieve-snapshot):
14900 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14901 * startup.el (display-startup-echo-area-message):
14902 * simple.el (set-goal-column):
14903 * ses.el (ses-command-hook, ses-recalculate-cell):
14904 * server.el (server-process-filter):
14905 * printing.el (pr-interface-txt-print, pr-interface-printify)
14906 (pr-interface-ps):
14907 * pcvs.el (cvs-help):
14908 * log-edit.el (log-edit, log-edit-mode-help):
14909 * iswitchb.el (iswitchb-possible-new-buffer):
14910 * isearch.el (isearch-edit-string):
14911 * image-mode.el (image-mode, image-minor-mode):
14912 * ibuf-macs.el (define-ibuffer-filter):
14913 * hi-lock.el (hi-lock-find-patterns):
14914 * files.el (toggle-read-only):
14915 * ediff-util.el (ediff-copy-diff)
14916 (ediff-write-merge-buffer-and-maybe-kill):
14917 * echistory.el (Electric-history-undefined):
14918 * dnd.el (dnd-insert-text):
14919 * dired-aux.el (dired-query):
14920 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14921 * bookmark.el (bookmark-bmenu-locate):
14922 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14923 Fix `message' calls to ensure first arg is a format string.
14924 The change was made only when these two conditions were satisfied:
14925 [1] when there is a possibility that the arguments would cause an error
14926 for example, if the code in question relies on external variables
14927 such as filenames, and
14928 [2] if the arg to `message' could not have been nil in the code.
14929
14930 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14931 Not having a %s would be weird, though not technically wrong.
14932
14933 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14934
14935 * term/mac-win.el (mac-add-charset-info): Doc fix.
14936
14937 2005-09-17 Romain Francoise <romain@orebokech.com>
14938
14939 * shell.el (shell-resync-dirs): Handle echoing processes more
14940 reliably. Don't insert resync command if `comint-process-echoes'
14941 is non-nil.
14942
14943 2005-09-17 Magnus Henoch <mange@freemail.hu>
14944
14945 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14946 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14947 aspell versions >= 0.60.
14948 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14949 only if ispell-aspell-supports-utf8 is non-nil.
14950
14951 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14952
14953 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14954 buffer-local value to lisp-indent-function.
14955
14956 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14957
14958 * progmodes/glasses.el (glasses-make-readable): If
14959 glasses-separator differs from underscore, put appropriate
14960 overlays over underscore characters.
14961 (glasses-convert-to-unreadable): If glasses-separator differs from
14962 underscore, try to convert glasses-separator characters to
14963 underscores.
14964
14965 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14968 Use with-syntax-table and dolist.
14969
14970 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14971
14972 * textmodes/reftex-auc.el:
14973 * textmodes/reftex-cite.el:
14974 * textmodes/reftex-dcr.el:
14975 * textmodes/reftex-global.el:
14976 * textmodes/reftex-parse.el:
14977 * textmodes/reftex-ref.el:
14978 * textmodes/reftex-sel.el:
14979 * textmodes/reftex-toc.el:
14980 * textmodes/reftex-vars.el:
14981 * textmodes/reftex.el: Small changes to remove compiler warnings.
14982
14983 * textmodes/reftex-index.el: Likewise.
14984 (reftex-query-index-phrase): More efficient use of markers.
14985
14986 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14987
14988 * image.el (image-load-path): New variable.
14989 (image-search-load-path): New function.
14990 (find-image): Search for images in `image-load-path'.
14991
14992 2005-09-15 Richard M. Stallman <rms@gnu.org>
14993
14994 * follow.el: Change Maintainer field.
14995
14996 2005-09-15 David Ponce <david@dponce.com>
14997
14998 * recentf.el (recentf-save-file-modes): New option.
14999 (recentf-save-list): Use it.
15000
15001 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15002
15003 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15004 (mode-line-mule-info, mode-line-modified): Move bindings from
15005 mouse-3 to mouse-1.
15006
15007 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15008
15009 * simple.el (sendmail-user-agent-compose): Revert last change.
15010
15011 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15014 Use with-current-buffer.
15015 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15016 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15017 (ange-ftp-insert-directory): Remove unused var `short'.
15018 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15019
15020 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15021 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15022
15023 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15024 (check-calendar-holidays, diary-list-entries): Autoload.
15025 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15026 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15027
15028 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15029 which mistakenly removed a call to display-buffer.
15030
15031 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15032
15033 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15034
15035 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15036
15037 * progmodes/hideshow.el
15038 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15039 (hs-allow-nesting): New user var.
15040 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15041 (hs-hide-block-at-point): When nesting allowed,
15042 if there is already an overlay in place, delete it.
15043 (hs-safety-is-job-n): Delete func; remove call sites.
15044 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15045 (hs-overlay-at): New func.
15046 (hs-already-hidden-p, hs-show-block): Use it.
15047 (hs-hide-all): Don't pre-clean if nesting allowed.
15048 (hs-show-all): Temporarily disallow
15049 nesting around call to `hs-discard-overlays'.
15050
15051 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15052
15053 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15054 Delete unused local var.
15055
15056 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * help-fns.el (describe-categories): "?\ " -> "?\s".
15059 (help-do-arg-highlight): Recognize also ARG-n, as in
15060 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15061
15062 * international/codepage.el (dos-unsupported-char-glyph):
15063 * net/newsticker.el (tool-bar-map, w3-mode-map)
15064 (w3m-minor-mode-map):
15065 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15066 (ent-alist):
15067 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15068
15069 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15070
15071 * custom.el (custom-push-theme): Handle the case where a symbol is
15072 bound but face properties have not yet been assigned.
15073
15074 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15075 Fix behavior if noerase is `t' and there is no mail buffer.
15076
15077 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15078 if `continue' is nil, rather than signal an error.
15079
15080 2005-09-12 Richard M. Stallman <rms@gnu.org>
15081
15082 * font-lock.el (font-lock-keywords): Add autoload.
15083
15084 * help-fns.el (describe-variable): Rearrange to put source link
15085 in a predictable place.
15086
15087 * net/newsticker.el: New file.
15088
15089 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15092 (calendar-basic-setup): Use the new nil arg.
15093 (number-of-diary-entries): Move to diary-lib.el.
15094
15095 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15096 (diary-list-entries): Use with-syntax-table and dolist.
15097 Rename from list-diary-entries.
15098 Use number-of-diary-entries if `number' is nil.
15099 (diary, diary-view-entries): Use this new name and new nil arg value.
15100 (number-of-diary-entries): Move from calendar.el.
15101 (diary-unhide-everything): New function.
15102 (include-other-diary-files, fancy-diary-display)
15103 (diary-show-all-entries, make-diary-entry): Use it.
15104 (diary-mail-entries): Use buffer-string.
15105 (mark-diary-entries): Fix long standing paren typo.
15106 (diary-sexp-entry): Use count-lines.
15107 (make-diary-entry): Avoid `previous-line'.
15108 (diary-mode-map): New var.
15109 (diary-mode): Redraw cal after saving. Setup header-line.
15110 (fancy-diary-display-mode): Use local-set-key.
15111
15112 * startup.el (command-line): Try calling various terminal-init-foo-bar
15113 functions by stripping hyphenated suffixes from $TERM.
15114
15115 * files.el (normal-mode): Check boundness of font-lock-keywords.
15116
15117 2005-09-12 Richard M. Stallman <rms@gnu.org>
15118
15119 * progmodes/compile.el: Don't decide a file's directory
15120 until the user actually tries to go there.
15121 (compilation-next-error-function):
15122 Pass compilation-find-file the directory from the file-struct.
15123 (compilation-internal-error-properties): Separate local FILE-STRUCT
15124 from FILE. Doc the args better. Rename arg FMT to FMTS.
15125 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15126 Expand it, and if nil, use default-directory.
15127 (compilation-get-file-structure): Don't mix specified directory
15128 with default directory. Put specified directory into
15129 file-struct. Don't make the file name absolute.
15130
15131 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15132 (compile-command): Add autoload.
15133 (compilation-disable-input): Add autoload.
15134
15135 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
15136
15137 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15138 strings of the variables it can override.
15139 (time-stamp): New (as yet undocumented) time-stamp-format escapes
15140 %Q and %q, for fully-qualified domain name and unqualified host name.
15141
15142 2005-09-11 Kim F. Storm <storm@cua.dk>
15143
15144 * emacs-lisp/authors.el (authors-aliases): Update list.
15145 (authors-fixed-entries): Update mldrag.el entry.
15146
15147 2005-09-10 Alan Mackenzie <acm@muc.de>
15148
15149 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15150 from the region narrowed to.
15151
15152 2005-09-10 Magnus Henoch <mange@freemail.hu>
15153
15154 * textmodes/ispell.el (ispell-check-version): Signal an error if
15155 aspell version is less than 0.60.
15156
15157 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
15158
15159 * progmodes/octave-inf.el (inferior-octave-startup):
15160 Resync current dir at the end.
15161
15162 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15163
15164 * woman.el (woman-topic-at-point-default):
15165 Rename to woman-use-topic-at-point-default.
15166 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15167 (woman-file-name): Reflect renames above. Automatically use the
15168 word at point as topic if woman-use-topic-at-point is non-nil.
15169 Otherwise offer it as default but don't insert it in the
15170 minibuffer. Also use `test-completion' instead of `assoc' as
15171 suggested by Stefan Monnier.
15172
15173 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15174
15175 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15176 the attempt to do it over Tramp. This is not yet supported.
15177
15178 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15179
15180 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15181 (menu-bar-non-minibuffer-window-p): New functions.
15182 ("Split Window", "Save As..."): Use them.
15183 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15184 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15185 Use menu-bar-menu-frame-live-and-visible-p.
15186 ("Save Buffer", "Insert File", "Open Directory...")
15187 ("Open File...", "Visit New File..."):
15188 Use menu-bar-non-minibuffer-window-p.
15189 (kill-this-buffer-enabled-p, dired <menu-enable>):
15190 Use menu-bar-non-minibuffer-window-p.
15191
15192 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15193
15194 * cus-start.el (all): Don't complain about fringe-related
15195 built-ins if fringes are not supported. Ditto about
15196 selection-related built-ins. Fix the test for GTK-related built-ins.
15197
15198 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15199 ("Postscript Print Buffer", "Print Region", "Save As...")
15200 ("Save", "Insert File...", "Open Directory...")
15201 ("Open File...", "Visit New File..."")
15202 ("Truncate Long Lines in this Buffer"): Don't look at
15203 menu-updating-frame if this display does not support multiple frames.
15204
15205 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15206
15207 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15208
15209 2005-09-09 Emilio Lopes <eclig@gmx.net>
15210
15211 * woman.el: Format- and whitespace-related changes.
15212
15213 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15214
15215 * woman.el: Fix my email address.
15216
15217 2005-09-08 Richard M. Stallman <rms@gnu.org>
15218
15219 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15220 (sh-mode): Locally set skeleton-pair-default-alist.
15221
15222 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15223
15224 * progmodes/flymake.el: Require `compile' unconditionally.
15225
15226 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15227
15228 * woman.el (woman-file-name): Provide a default, not initial input.
15229
15230 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15231
15232 * font-lock.el (font-lock-support-mode): Doc fix.
15233
15234 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15235
15236 2005-09-08 Richard M. Stallman <rms@gnu.org>
15237
15238 * simple.el (blink-matching-open): Get rid of text props from
15239 the string shown in echo area. Don't permanently set point.
15240 Some rearrangements.
15241
15242 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15243
15244 * recentf.el (recentf-filename-handler): Add custom choice
15245 `abbreviate-file-name'.
15246
15247 * msb.el (msb--very-many-menus): Fix typo.
15248
15249 * disp-table.el (standard-display-european): Don't set
15250 enable-multibyte-characters to nil.
15251
15252 2005-09-08 David Ponce <david@dponce.com>
15253
15254 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15255 (recentf-expand-file-name): Doc fix.
15256 (recentf-dialog-mode-map): Define digit shortcuts.
15257 (recentf--files-with-key): New variable.
15258 (recentf-show-digit-shortcut-filter): New function.
15259 (recentf-open-files-items): New function.
15260 (recentf-open-files): Use it.
15261 (recentf-open-file-with-key): New command.
15262
15263 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15264
15265 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15266 Suggested by Kim F. Storm.
15267 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15268 (Buffer-menu-make-sort-button): Use global keymap.
15269
15270 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15271
15272 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15273 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15274 necessary any longer with the remapped command.
15275 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15276 formatting time only.
15277
15278 * net/tramp.el (tramp-action-password)
15279 (tramp-multi-action-password): Compile the password prompt from
15280 `method', `user' and `host'. Sometimes it isn't obvious which
15281 password to enter, for example with remote files offered by
15282 recentf.el, or with multiple steps. Suggested by Robert Marshall
15283 <robert@chezmarshall.freeserve.co.uk>.
15284
15285 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15288 Fix regexp for when "s///" is at the beginning of line.
15289
15290 2005-09-07 Jay Belanger <belanger@truman.edu>
15291
15292 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15293 when in matrix mode.
15294
15295 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15298 non-anonymous functions.
15299
15300 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15301
15302 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15303 when using a header line. Otherwise, use mouse-1-click-follows-link.
15304
15305 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15306 can't be moved; don't signal an error.
15307
15308 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15309
15310 * cus-theme.el (custom-theme-write-faces): Save the current face
15311 spec, not the defface spec.
15312
15313 * custom.el (custom-known-themes): Clarify meaning of "standard".
15314 (custom-push-theme): Save old values in the standard theme.
15315 (disable-theme): Correct typo.
15316 (custom-face-theme-value) Deleted unused function.
15317 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15318
15319 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * progmodes/compile.el (compilation-goto-locus): Take into account
15322 iconified frames when determining whether the buffer is
15323 already visible.
15324 Don't reset window height if the window already existed.
15325
15326 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15327
15328 * custom.el (load-theme): Rename from require-theme.
15329 Add interactive spec.
15330 (enable-theme): Rename from custom-enable-theme.
15331 Add interactive spec.
15332 (disable-theme): Rename from custom-disable-theme.
15333 Add interactive spec.
15334 (custom-make-theme-feature): Doc fix.
15335 (custom-theme-directory): Doc fix.
15336 (provide-theme): Call enable-theme.
15337
15338 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15339
15340 * obsolete/lazy-lock.el (lazy-lock-mode):
15341 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15342 font-lock-mode if it's off. Print a warning instead.
15343
15344 * progmodes/compile.el (compilation-start): Ignore errors if the
15345 process died before we get to send-eof.
15346
15347 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15348 Undo last change. Enclosing the result in quotes broke things on Unix
15349 since tex-send-command passes it through shell-quote-argument.
15350 (tex-send-command): Pass `file' through convert-standard-filename
15351 when possible.
15352 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15353 info in a transcript.
15354
15355 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15356
15357 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15358 fix compilation warning. Reorder the key definitions to group
15359 together keys emitted by the current version of xterm.
15360
15361 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15362 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15363 Reorder predicates to correct min-color usage.
15364
15365 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15366
15367 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15368 Kill local variables when longlines-mode is turned off.
15369
15370 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15373
15374 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15375
15376 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15377
15378 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15379 (font-lock-lines-before): Change default to being inactive.
15380 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15381 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15382
15383 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15384
15385 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15386 Deactivate temporarily advice if active (not needed for Emacs 22,
15387 but for backwards compatibility).
15388 (tramp-exists-file-name-handler): Rewrite. First implementation
15389 was too simple.
15390 (tramp-advice-make-auto-save-file-name):
15391 Call `tramp-handle-make-auto-save-file-name' (again, just for
15392 backwards compatibility).
15393
15394 2005-08-31 Reto Zimmermann <reto@gnu.org>
15395
15396 * progmodes/vhdl-mode.el
15397 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15398 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15399 (vhdl-set-default-project): New function (easier setting of default).
15400 (vhdl-port-copy): Handle extended identifiers for generics.
15401 (vhdl-compiler-alist): Better description for error message regexp.
15402 (vhdl-make): Query for target, use previous as default.
15403 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15404 (vhdl-font-lock-keywords-2): Fix fontification for record
15405 el. assign.
15406 (vhdl-speedbar-make-subpack-line): Add package body link.
15407 (vhdl-generate-makefile-1): Not include itself as dependency.
15408 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15409 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15410 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15411 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15412 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15413 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15414 (vhdl-import-project): Add string argument for `error'.
15415 (vhdl-compose-configuration)
15416 (vhdl-compose-configuration-architecture): Add configuration
15417 declaration generation.
15418 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15419 (vhdl-trailer-re): Add "record" keyword (better indentation).
15420 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15421 "[^ \t-\"]+".
15422 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15423 (vhdl-testbench-entity-file-name)
15424 (vhdl-testbench-architecture-file-name): Allow separate
15425 customization of testbench file names.
15426 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15427 (vhdl-get-visible-signals): Allow newline within alias declaration.
15428 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15429 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15430 (member-ignore-case): Alias for missing function in XEmacs.
15431 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15432 (vhdl-update-sensitivity-list): Ignore case on read signals.
15433 (vhdl-replace-string): Adjust case only for file names.
15434 (vhdl-update-sensitivity-list): Fix search for read signals.
15435 (vhdl-update-sensitivity-list): Exclude formal parameters.
15436 (vhdl-get-visible-signals): Include aliases of signals.
15437 (vhdl-get-visible-signals): Fix signal name searching.
15438 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15439 (vhdl-fixup-whitespace-region): Fix for character
15440 literals (e.g. `:').
15441
15442 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15443
15444 * ansi-color.el (comint-last-output-start):
15445 * bs.el (font-lock-verbose):
15446 * diff-mode.el (add-log-buffer-file-name-function):
15447 * dired-x.el (vm-folder-directory):
15448 * faces.el (help-xref-stack-item):
15449 * files.el (font-lock-keywords):
15450 * find-lisp.el (dired-buffers, dired-subdir-alist):
15451 * ido.el (cua-inhibit-cua-keys):
15452 * log-view.el (cvs-minor-wrap-function):
15453 * outline.el (font-lock-warning-face):
15454 * simple.el (compilation-current-error):
15455 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15456 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15457 * tooltip.el (comint-prompt-regexp):
15458 * w32-fns.el (explicit-shell-file-name):
15459 * term/mac-win.el (mac-charset-info-alist)
15460 (mac-services-selection, mac-system-script-code):
15461 * term/tty-colors.el (msdos-color-values):
15462 * term/w32-win.el (xlfd-regexp-registry-subnum):
15463 * term/x-win.el (x-keysym-table, x-selection-timeout)
15464 (x-session-id, x-session-previous-id):
15465 * textmodes/ispell.el (mail-yank-prefix):
15466 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15467 * textmodes/org.el (calc-embedded-close-formula)
15468 (calc-embedded-open-formula)
15469 (font-lock-unfontify-region-function):
15470 * textmodes/reftex-global.el (isearch-next-buffer-function)
15471 (TeX-master):
15472 * textmodes/reftex.el (font-lock-keywords):
15473 * textmodes/tex-mode.el (font-lock-comment-face)
15474 (font-lock-doc-face):
15475 * textmodes/texinfo.el (outline-heading-alist):
15476 Add defvars.
15477
15478 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15479 (artist-spray-chars, artist-mode-init, artist-replace-string)
15480 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15481 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15482 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15483
15484 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15485 (conf-align-assignments): "?\ " -> "?\s".
15486
15487 * textmodes/reftex-index.el (TeX-master): Add defvar.
15488 (reftex-index-phrases-marker): Move up defvar.
15489
15490 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15491 (reftex-toc-include-labels-indicator)
15492 (reftex-toc-include-index-indicator)
15493 (reftex-toc-max-level-indicator): Move up declarations.
15494
15495 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15496 of args to `tramp-run-real-handler', even if it's empty in this case.
15497
15498 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15499
15500 * dired.el (dired-move-to-filename-regexp): Add date format for
15501 Mac OS X 10.3 in East Asian locales.
15502
15503 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15504
15505 * files.el (make-auto-save-file-name): Add file name handler call
15506 if applicable.
15507
15508 * net/tramp.el (tramp-file-name-handler-alist)
15509 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15510 (tramp-handle-make-auto-save-file-name): Rename from
15511 `tramp-make-auto-save-file-name'.
15512 (tramp-exists-file-name-handler): New defun.
15513 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15514 `make-auto-save-file-name' is not a magic file name operation.
15515
15516 2005-08-30 Richard M. Stallman <rms@gnu.org>
15517
15518 * files.el (risky-local-variable-p):
15519 Match `-predicates' and `-commands.
15520
15521 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15522 (custom-save-all): Visit the file if necessary;
15523 kill the buffer if we created it.
15524 (custom-save-delete): Don't visit file or kill buffer here.
15525
15526 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15527
15528 * textmodes/org.el (org-special-keyword): New face.
15529 (org-table-copy-down, org-table-eval-formula)
15530 (org-table-recalculate, org-init-section-numbers):
15531 Use `string-to-number' instead of `string-to-int'.
15532 (org-get-location): Use `insert-buffer-substring' instead of
15533 `insert-buffer'.
15534 (org-modify-diary-entry-string): New function.
15535 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15536 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15537 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15538 active region.
15539 (org-export-as-html): Handle QUOTE keyword.
15540 (org-quote-string): New option.
15541 (org-bookmark-jump-unhide): New function, used for
15542 `bookmark-after-jump-hook'.
15543 (org-diary-default-entry): Apply only when not called through
15544 `org-agenda'.
15545
15546 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15547
15548 * net/eudc.el (mode-popup-menu):
15549 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15550 * progmodes/ada-mode.el (compile-auto-highlight)
15551 (skeleton-further-elements):
15552 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15553 * progmodes/cmacexp.el (msdos-shells):
15554 * progmodes/compile.el (font-lock-extra-managed-props)
15555 (font-lock-keywords, font-lock-maximum-size)
15556 (font-lock-support-mode):
15557 * progmodes/grep.el (font-lock-lines-before):
15558 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15559 * progmodes/mixal-mode.el (compile-command):
15560 * progmodes/perl-mode.el (font-lock-comment-face)
15561 (font-lock-doc-face, font-lock-string-face):
15562 * progmodes/prolog.el (comint-prompt-regexp):
15563 * progmodes/sh-script.el (font-lock-comment-face)
15564 (font-lock-set-defaults, font-lock-string-face):
15565 * progmodes/sql.el (font-lock-keyword-face)
15566 (font-lock-set-defaults, font-lock-string-face):
15567 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15568 (itimer-version, lazy-lock-defer-contextually)
15569 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15570 Add defvars.
15571
15572 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15573 (cperl-electric-keyword, cperl-electric-pod)
15574 (cperl-electric-backspace, cperl-forward-re)
15575 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15576 (vc-rcs-header, vc-sccs-header): Add defvars.
15577
15578 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15579 (font-lock-syntactic-keywords, gud-find-expr-function):
15580 Add defvars.
15581
15582 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15583 (gdb-frame-parameters): Declare before use.
15584
15585 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15586 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15587 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15588 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15589
15590 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15591 (idlwave-help-with-source): Use `insert-buffer-substring', not
15592 `insert-buffer'.
15593
15594 2005-08-29 Juri Linkov <juri@jurta.org>
15595
15596 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15597 Put outline-back-to-heading function call inside save-excursion.
15598
15599 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15600
15601 * man.el (Man-init-defvars, Man-translate-references)
15602 (Man-support-local-filenames, Man-highlight-references):
15603 * progmodes/sql.el (sql-interactive-mode):
15604 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15605
15606 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15607 (compilation-mode-font-lock-keywords): Add defvars.
15608 (checkdoc-interactive-loop): "?\ " -> "?\s".
15609
15610 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15611 (font-lock-doc-face, font-lock-string-face)
15612 (font-lock-keywords-case-fold-search): Add defvars.
15613 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15614
15615 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15616 Don't pass X and Y (they are ignored anyway).
15617 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15618 (mouse-delete-window): Make arguments optional.
15619
15620 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15621 (caesar-translate-table, minor-modes, news-buffer-save)
15622 (news-group-name, news-minor-modes): Add defvars.
15623
15624 * emacs-lisp/lselect.el (mouse-highlight-priority)
15625 (x-lost-selection-functions, zmacs-regions):
15626 * emacs-lisp/pp.el (font-lock-verbose):
15627 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15628 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15629 (ses-mode-map):
15630 * emacs-lisp/tcover-unsafep.el (safe-functions):
15631 * international/mule-cmds.el (mac-system-coding-system)
15632 (mac-system-locale):
15633 * language/ethio-util.el (rmail-current-message)
15634 (rmail-message-vector):
15635 * language/thai-util.el (thai-auto-composition-mode):
15636 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15637 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15638 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15639 (vm-primary-inbox, vm-spool-files):
15640 * mail/rmail.el (deleted-head, font-lock-fontified)
15641 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15642 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15643 (total-messages):
15644 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15645 (rmail-summary-mode-map):
15646 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15647 (rmail-last-label, rmail-last-multi-labels)
15648 (rmail-summary-vector, rmail-total-messages):
15649 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15650 * mail/rmailsum.el (msgnum):
15651 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15652 (rmail-current-message):
15653 * obsolete/fast-lock.el (font-lock-face-list):
15654 * obsolete/rnewspost.el (mail-reply-buffer):
15655 * obsolete/scribe.el (compile-command):
15656 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15657
15658 2005-08-28 John Paul Wallington <jpw@gnu.org>
15659
15660 * ibuf-ext.el (ibuffer-auto-update-changed):
15661 Use `frame-or-buffer-changed-p' to check whether we need to update.
15662 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15663 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15664 as a `frame-or-buffer-changed-p' state vector instead.
15665
15666 2005-08-27 Romain Francoise <romain@orebokech.com>
15667
15668 * textmodes/makeinfo.el (makeinfo-compile):
15669 Use `compilation-start'. Set `next-error-function' according to
15670 `disable-errors'.
15671 (makeinfo-next-error): New function.
15672 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15673 (makeinfo-buffer): Likewise.
15674
15675 * progmodes/compile.el (compilation-start): Add autoload cookie.
15676
15677 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15678 * textmodes/sgml-mode.el: Likewise.
15679 * progmodes/python.el: Likewise.
15680
15681 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15682
15683 * simple.el (blink-matching-paren-distance): Document the meaning
15684 of nil value, and allow to customize to nil.
15685
15686 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15687 command.com, not command.exe.
15688
15689 2005-08-26 John Wiegley <johnw@newartisans.com>
15690
15691 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15692 code around a bit so that an extraneous nil argument is not added
15693 to a command when no args are given.
15694
15695 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15696 double-quoted argument resolves to nil, return it as an empty
15697 string rather than as nil. This made it impossible to pass "" to
15698 a shell script as a null string argument.
15699
15700 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15701
15702 * outline.el (outline-invent-heading): New fun.
15703 (outline-promote, outline-demote): Use it.
15704 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15705 (outline-end-of-subtree): Remove unused var `opoint'.
15706
15707 2005-08-26 David Reitter <david.reitter@gmail.com>
15708
15709 * menu-bar.el (truncate-lines, write-file, print-buffer)
15710 (ps-print-buffer-faces, ps-print-buffer, split-window):
15711 Disable menu items when the frame they refer to is invisible, or when
15712 they refer to a buffer and the minibuffer is selected.
15713
15714 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15715
15716 * progmodes/flymake.el (flymake-highlight-err-lines):
15717 Use save-excursion around flymake-highlight-line to preserve point.
15718
15719 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15720
15721 * progmodes/octave-mod.el: Change Author and Maintainer address.
15722 (octave-maintainer-address): Change Kurt's email address.
15723 * progmodes/octave-inf.el: Change Author and Maintainer address.
15724 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15725
15726 2005-08-26 Kim F. Storm <storm@cua.dk>
15727
15728 * subr.el (version-list-<, version-list-<=, version-list-=):
15729 Rename from integer-list-*.
15730 (version-list-not-zero): Likewise. Fix while loop.
15731 (version=): Use version-list-= instead of string-equal.
15732
15733 2005-08-26 Richard M. Stallman <rms@gnu.org>
15734
15735 * outline.el (outline-promote): Try shortening the heading.
15736 As last resort, read the heading to use.
15737 (outline-demote): As last resort, read the heading to use.
15738
15739 2005-08-26 Romain Francoise <romain@orebokech.com>
15740
15741 * progmodes/compile.el (compilation-start): Doc fix.
15742
15743 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15744 (antlr-font-lock-additional-keywords): Fix reference to
15745 `antlr-font-lock-literal-regexp' erroneously changed during the
15746 mass face rename.
15747 (antlr-run-tool): Use `compilation-start'.
15748
15749 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15750 instead of the obsolete `compile-internal'.
15751
15752 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15753
15754 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15755 (number, original-date):
15756 * calendar/cal-china.el (date):
15757 * calendar/cal-coptic.el (date):
15758 * calendar/cal-french.el (date):
15759 * calendar/cal-hebrew.el (date, entry, number, original-date):
15760 * calendar/cal-islam.el (date, number, original-date):
15761 * calendar/cal-iso.el (date):
15762 * calendar/cal-julian.el (date):
15763 * calendar/cal-mayan.el (date):
15764 * calendar/cal-menu.el (date, event):
15765 * calendar/cal-persia.el (date):
15766 * calendar/lunar.el (date):
15767 * calendar/solar.el (date): Add defvars.
15768
15769 * emerge.el:
15770 * ibuffer.el:
15771 * info-xref.el:
15772 * obsolete/bg-mouse.el:
15773 * obsolete/sun-curs.el:
15774 * obsolete/swedish.el: Move the `defvar's to the top level.
15775
15776 * smerge-mode.el (smerge-refined-change): Add :group.
15777
15778 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15781 (smerge-keep-n): Remove props.
15782 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15783 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15784 now that it's done in smerge-keep-n.
15785 (smerge-refined-change): New face.
15786 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15787 (smerge-refine): New funs.
15788 (smerge-basic-map): Bind smerge-refine.
15789
15790 2005-08-25 Juri Linkov <juri@jurta.org>
15791
15792 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15793 compilation-process-setup-function and compilation-disable-input
15794 in grep-mode instead of let-bindings in grep.
15795
15796 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15797 Delete "Automatic File De/compression" (auto-compression-mode).
15798
15799 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15800
15801 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15802 Silence warning about non-existent variable.
15803
15804 2005-08-25 Richard M. Stallman <rms@gnu.org>
15805
15806 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15807 Rename "Describe Key" to "Describe Key or Mouse Operation".
15808
15809 * mail/mailalias.el (build-mail-aliases): Delete comments
15810 from the contents before processing them.
15811
15812 * isearch.el (isearch-edit-string): Erase the Search prompt
15813 if user enters an empty string and there is no default.
15814
15815 * comint.el (comint-file-name-prefix): Add autoload.
15816
15817 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15818
15819 * subr.el (play-sound): Rearrange to avoid warning.
15820
15821 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15822
15823 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15824 New hook.
15825 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15826
15827 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15828
15829 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15830
15831 * custom.el (custom-theme-set-variables): Sort minor modes last.
15832
15833 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15834
15835 * subr.el (version-separator, version-regexp-alist): New vars used by
15836 version comparison funs.
15837 (integer-list-<, integer-list-=, integer-list-<=)
15838 (integer-list-not-zero): New funs for integer list comparison.
15839 (version-to-list, version=, version<, version<=): New funs for version
15840 comparison.
15841
15842 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15843
15844 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15845 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15846 time to silence the byte-compiler.
15847
15848 * ibuffer.el (ibuffer-compile-make-eliding-form)
15849 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15850 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15851 so it's silly to get warnings for it).
15852 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15853 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15854 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15855 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15856 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15857 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15858 Defvar at compile time.
15859 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15860 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15861 Declare them before use.
15862
15863 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15864 (info-xref-good, info-xref-bad): Defvar at compile time.
15865
15866 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15867 Use `let*' instead of `let'.
15868
15869 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15870 (*mouse-y*, menu, char): Defvar at compile time.
15871 (sc::menu): Declare it before use.
15872 (sc::pack-one-line): Use `let', not `let*'.
15873
15874 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15875 (mail-send-hook): Defvar at compile time.
15876
15877 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15878 Defvar at compile time.
15879
15880 * term/sun-mouse.el (current-global-mousemap)
15881 (current-local-mousemap): Declare them before use.
15882
15883 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15884
15885 * bookmark.el (bookmark-after-jump-hook): New hook.
15886 (bookmark-jump): Run `bookmark-after-jump-hook'.
15887
15888 2005-08-23 Juri Linkov <juri@jurta.org>
15889
15890 * faces.el (minibuffer-prompt): Doc fix.
15891
15892 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15893
15894 * progmodes/xscheme.el: Trivial changes to silence warnings.
15895 (xscheme-previous-mode, xscheme-previous-process-state):
15896 Add defvars.
15897 (xscheme-last-input-end, xscheme-process-command-line)
15898 (xscheme-process-name, xscheme-buffer-name)
15899 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15900 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15901 (xscheme-control-g-synchronization-p)
15902 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15903 (default-xscheme-runlight, xscheme-runlight)
15904 (xscheme-runlight-string, xscheme-process-filter-state)
15905 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15906 Move to beginning of file.
15907 (scheme-interaction-mode-commands-alist)
15908 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15909 Declare them before use. Note: the initialization code for the variables
15910 has not been moved because it uses functions that reference the variables.
15911 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15912 (xscheme-prompt-for-expression-map): Declare them before use.
15913 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15914
15915 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15916
15917 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15918
15919 2005-08-22 Juri Linkov <juri@jurta.org>
15920
15921 * faces.el (set-face-underline): Delete this duplicate function
15922 and make an obsolete alias to set-face-underline-p.
15923 (set-face-underline-p): Use docstring of set-face-underline.
15924 (describe-face): Create hyperlink to parent face.
15925
15926 * info.el (Info-insert-dir): Use save-excursion around
15927 insert-buffer-substring.
15928 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15929 (Info-escape-percent): Delete function.
15930 (Info-fontify-node): Replace Info-escape-percent by
15931 replace-regexp-in-string with REP arg set to lambda that
15932 duplicates `%' and preserves text properties.
15933
15934 * progmodes/compile.el (compilation-disable-input): Doc fix.
15935 (define-compilation-mode): Doc fix and refill.
15936 (kill-compilation): Use `mode-name' in the error message.
15937 (compilation-find-file): Use `compilation-error' in the
15938 read-file-name's prompt.
15939
15940 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15943 (smerge-auto-leave): Make undo re-enable the mode.
15944 (debug-ignored-errors): Add the user-error of impossible resolution.
15945 (smerge-resolve): Move things around a bit, in preparation for later.
15946 (smerge-diff): Don't fail if the buffer has no associated file.
15947 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15948 (smerge-conflict-overlay): New function.
15949 (smerge-match-conflict): Don't add text properties here.
15950 (smerge-find-conflict): Instead, add an overlay here.
15951 Also check for the case where we're inside a conflict already, so as to
15952 obviate the need for font-lock-multiline, which is unbearably slow with
15953 large conflicts and ciomplex font-lock patterns.
15954 (smerge-remove-props): Remove overlay rather than text-properties.
15955 (smerge-mode): Don't set font-lock-multiline.
15956 Remove overlays when turned off.
15957
15958 2005-08-21 Kim F. Storm <storm@cua.dk>
15959
15960 * ido.el (ido-ignore-item-p): Use save-match-data.
15961 Bind case-fold-search to ido-case-fold locally.
15962
15963 2005-08-20 Richard M. Stallman <rms@gnu.org>
15964
15965 * files.el (normal-mode): If font lock is on, turn it off and on.
15966
15967 * subr.el (replace-regexp-in-string): Doc fix.
15968
15969 * startup.el (command-line-1): Don't suppress startup screen
15970 due to existing processes.
15971
15972 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15973
15974 * progmodes/compile.el (compilation-disable-input): Default to nil.
15975
15976 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15977
15978 * progmodes/compile.el (compilation-disable-input): New defcustom.
15979 (compilation-start): If compilation-disable-input is non-nil, send
15980 EOF to the compilation process.
15981
15982 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15983
15984 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15985 Run the argument of tex-shell-cd-command through
15986 convert-standard-filename, to get the correct style of slashes on
15987 Windows, and enclose the result in quotes, in case the file name
15988 includes whitespace or other special characters.
15989
15990 2005-08-19 Andreas Schwab <schwab@suse.de>
15991
15992 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15993 process.
15994
15995 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15996
15997 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15998
15999 2005-08-18 Kim F. Storm <storm@cua.dk>
16000
16001 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16002
16003 2005-08-18 Richard M. Stallman <rms@gnu.org>
16004
16005 * scroll-lock.el: New file.
16006
16007 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16008
16009 * dired.el (dired-move-to-end-of-filename):
16010 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16011
16012 2005-08-18 Kim F. Storm <storm@cua.dk>
16013
16014 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16015 rather than toggle mode when custom value is nil.
16016 (ido-everywhere): Fix defun doc string.
16017
16018 2005-08-17 Richard M. Stallman <rms@gnu.org>
16019
16020 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16021 as tag instead of "Inviolable".
16022
16023 2005-08-17 Kim F. Storm <storm@cua.dk>
16024
16025 * windmove.el (windmove-coordinates-of-position): Remove.
16026 (windmove-coordinates-of-window-position): Remove.
16027 (windmove-reference-loc): Use posn-at-point instead.
16028
16029 * subr.el (insert-for-yank-1): Doc fix.
16030
16031 * ido.el (ido-enter-matching-directory): Rename from
16032 ido-enter-single-matching-directory. Change `slash' choice to
16033 `only'. Add `first' choice.
16034 (ido-exhibit): Adapt to above changes.
16035
16036 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16037
16038 * Makefile.in: Expand comment about building loaddefs.el.
16039
16040 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16041
16042 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16043 Comment use of defadvice.
16044
16045 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16046
16047 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16048
16049 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16050 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16051 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16052 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16053 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16054 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16055 for backward compatibility for faces that did not appear in the
16056 previous Emacs release.
16057
16058 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16059
16060 2005-08-15 Kim F. Storm <storm@cua.dk>
16061
16062 * emulation/cua-base.el (cua-delete-region): Return t if
16063 deleted region was non-empty.
16064 (cua-replace-region): Inhibit overwrite-mode for
16065 self-insert-command if replaced region was non-empty.
16066 (cua--explicit-region-start, cua--status-string): Make them
16067 buffer-local at top-level...
16068 (cua-mode): ...rather than when mode is enabled.
16069
16070 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16071
16072 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16073 Set t for Emacs 21, 22, and so on.
16074
16075 2005-08-15 David Ponce <david@dponce.com>
16076
16077 * tree-widget.el: Update Commentary header.
16078 (tree-widget-theme): Doc fix.
16079 (tree-widget-space-width): New option.
16080 (tree-widget-image-properties): Look up in the default theme too.
16081 (tree-widget--cursors): Only for images with arrow pointer shape.
16082 (tree-widget-lookup-image): Pointer shape is hand by default.
16083 (tree-widget-icon): Rename generic icon widget from
16084 `tree-widget-control'.
16085 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16086 derive from `tree-widget-icon'.
16087 (tree-widget-handle): Improve default look and feel of the text
16088 representation.
16089 (tree-widget): Rename :*-control properties to :*-icon properties.
16090 Add :action and :help-echo properties.
16091 (tree-widget-after-toggle-functions): Move.
16092 (tree-widget-close-node, tree-widget-open-node): Remove.
16093 (tree-widget-before-create-icon-functions): New hook.
16094 (tree-widget-value-create): Update to allow customization of icons
16095 and nodes at run-time via that new hook.
16096 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16097 (tree-widget-icon-action, tree-widget-icon-help-echo)
16098 (tree-widget-action, tree-widget-help-echo): New functions.
16099
16100 2005-08-15 Kim F. Storm <storm@cua.dk>
16101
16102 * ido.el (ido-buffer-internal): Use with-no-warnings.
16103 (ido-make-merged-file-list): Use while-no-input.
16104
16105 2005-08-15 Richard M. Stallman <rms@gnu.org>
16106
16107 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16108 (flyspell-large-region): Fix doc and custom type.
16109
16110 2005-08-14 Richard M. Stallman <rms@gnu.org>
16111
16112 * files.el (interpreter-mode-alist): Doc fix.
16113
16114 * mail/rmail.el (rmail-nonignored-headers): New variable.
16115 (rmail-clear-headers): Use it.
16116 (rmail-reply): Better handling of mail-followup-to header.
16117
16118 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16119 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16120 don't try to refer to executable-font-lock-keywords.
16121 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16122 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16123 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16124 (sh-mode): Set comment-start-skip, local-abbrev-table,
16125 imenu-case-fold-search.
16126 (sh-set-shell): Don't set them here.
16127 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
16128 Don't cache the results in the original alist; don't ever modify
16129 that alist.
16130
16131 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16132
16133 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16134 empty.
16135
16136 2005-08-15 Andreas Schwab <schwab@suse.de>
16137
16138 * desktop.el: Put autoload cookie at risky-local-variable declarations.
16139
16140 * dired.el, info.el, mail/rmail.el: Revert last change.
16141
16142 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
16143
16144 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16145 modification in `eval-after-load' form.
16146 * info.el: Likewise.
16147 * mail/rmail.el: Likewise.
16148
16149 2005-08-14 Juri Linkov <juri@jurta.org>
16150
16151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16152 Remove highlighting of "Compilation started". Highlight only
16153 the word "finished" in "Compilation finished". Add highlighting
16154 of "interrupt", "killed", "terminated" and the exit code.
16155 (compilation-start): Add newline after header. Use exactly the
16156 same time stamp format as the finishing message.
16157 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16158
16159 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16160 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16161 Add highlighting of "interrupt", "killed", "terminated".
16162
16163 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16164 enabled and the current command is self-insert-command, call it
16165 explicitly with overwrite-mode bound to nil, to not allow it
16166 to delete the character after the selected region.
16167
16168 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16169
16170 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16171 move-end-of-line, end-of-line, and beginning-of-line to the list
16172 of commands after which the echo area is updated.
16173
16174 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16175
16176 * cus-edit.el (custom-save-all, custom-save-delete):
16177 Bind recentf-exclude to exclude custom-file.
16178
16179 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16180
16181 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16182 to go to the bottom of the mail message. Added to
16183 `rmail-summary-mode-map' with key "/".
16184 (rmail-summary-show-message): New (internal) function for use by
16185 both `rmail-summary-beginning/end-of-message'.
16186 (rmail-summary-beginning-of-message): Change to use
16187 rmail-summary-show-message.
16188
16189 * mail/rmail.el (rmail-end-of-message): New command to go to the
16190 end of the current message. Added to `rmail-mode-map' with key "/".
16191 (rmail-beginning-of-message): Fix to work as documented.
16192 (rmail-mode): Change documentation.
16193
16194 * progmodes/compile.el (compilation-start): Add the line
16195 "Compilation started" with compilation start time.
16196 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16197
16198 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16199
16200 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16201 of menu items.
16202
16203 2005-08-11 Richard M. Stallman <rms@gnu.org>
16204
16205 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16206
16207 * battery.el (battery-status-function): Don't use ignore-errors.
16208
16209 2005-08-11 Lute Kamstra <lute@gnu.org>
16210
16211 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16212 define-obsolete-variable-alias.
16213
16214 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16217 (ange-ftp-send-cmd): Revert last change, and expand
16218 the comment explaining the problem.
16219
16220 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16221
16222 * ldefs-boot.el: Update.
16223
16224 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16225 item to "Time, Load and Mail". Change help echo text.
16226
16227 * time.el (display-time-use-mail-icon, display-time-format)
16228 (display-time-string-forms): Shorten first line of docstrings.
16229
16230 2005-08-10 Lars Hansen <larsh@soem.dk>
16231
16232 * desktop.el (desktop-buffer-mode-handlers):
16233 Make non-customizable. Add autoload cookie. Change initial value to
16234 nil; add elements in respective modules instead. Fix doc string.
16235 (desktop-load-file): New function.
16236 (desktop-minor-mode-handlers): New autoloaded variable.
16237 (desktop-create-buffer): Call minor mode handlers.
16238 Use desktop-load-file to load major and minor mode modules prior to
16239 checking for a handler.
16240 (desktop-save): Don't add nil to desktop-minor-modes for minor
16241 modes with nil function in desktop-minor-mode-table. Don't delete
16242 desktop file before rewriting it.
16243 (desktop-locals-to-save): Add autoload cookie. Don't make
16244 automatically buffer-local. Add variables column-number-mode,
16245 size-indication-mode, indent-tabs-mode,
16246 indicate-buffer-boundaries, indicate-empty-lines and
16247 show-trailing-whitespace.
16248 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16249 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16250 (desktop-clear-preserve-buffers-regexp): Delete.
16251 (desktop-clear-preserve-buffers): Update initial value and docstring.
16252 (desktop-save-buffer): Fix doc string.
16253
16254 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16255 (hilit-chg-desktop-restore): New function.
16256 (highlight-changes-mode): Add highlight-changes-mode to
16257 desktop-locals-to-save.
16258
16259 * dired.el: Add handler to desktop-buffer-mode-handlers.
16260 (dired-restore-desktop-buffer): Remove autoload cookie.
16261 (dired-mode): Add autoload cookie.
16262
16263 * info.el: Add handler to desktop-buffer-mode-handlers.
16264 (Info-restore-desktop-buffer): Remove autoload cookie.
16265 (Info-mode): Add autoload cookie.
16266
16267 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16268 (mh-restore-desktop-buffer): Remove autoload cookie.
16269 (mh-folder-mode): Add autoload cookie.
16270
16271 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16272 (rmail-restore-desktop-buffer): Remove autoload cookie.
16273
16274 2005-08-11 Masatake YAMATO <jet@gyve.org>
16275
16276 * hexl.el (hexl-address-region):
16277 (hexl-ascii-region, hexl-font-lock-keywords):
16278 (hexl-highlight-line-range): Use the term "region"
16279 instead of "area" for consistency with the other symbols
16280 defined in hexl.el.
16281
16282 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16283
16284 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16285 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16286 out by Juri Linkov). Add `display-battery-mode'.
16287
16288 2005-08-09 Juri Linkov <juri@jurta.org>
16289
16290 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16291 Remove `-text' from face variable names.
16292 (compilation-error-file-name, compilation-warning-file-name)
16293 (compilation-info-file-name): Delete faces.
16294 (compilation-line-number, compilation-column-number):
16295 Remove face underlining.
16296 (compilation-message-face): Set to `underline' value by default.
16297 (compilation-error-face, compilation-warning-face)
16298 (compilation-info-face): Remove `-file-name' from face names.
16299 (compilation-error-text-face, compilation-warning-text-face)
16300 (compilation-info-text-face): Delete face variables.
16301 (compilation-text-face): Delete function.
16302
16303 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16304 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16305 (grep-error-face): Set to `compilation-error' instead of
16306 `compilation-error-face' (which is redefined to `grep-hit-face' in
16307 grep buffers).
16308 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16309 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16310
16311 * dired-aux.el (dired-do-query-replace-regexp):
16312 Use `query-replace-read-args'.
16313
16314 * replace.el (query-replace-read-from, query-replace-read-to)
16315 (query-replace-read-args): Rename arg `string' to `prompt'.
16316
16317 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16318
16319 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16320
16321 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16322 uploading files.
16323 (ange-ftp-canonize-filename): Handle file names beginning with ~
16324 correctly.
16325
16326 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16327
16328 * textmodes/fill.el (canonically-space-region)
16329 (fill-context-prefix, fill-french-nobreak-p)
16330 (fill-delete-newlines, fill-comment-paragraph)
16331 (justify-current-line): "?\ " -> "?\s".
16332
16333 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16334
16335 * textmodes/fill.el (fill-nonuniform-paragraphs):
16336 Improve argument/docstring consistency.
16337
16338 2005-08-09 Richard M. Stallman <rms@gnu.org>
16339
16340 * textmodes/ispell.el (ispell-word): More fboundp checks.
16341
16342 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16343 (find-file-noselect-1): Call it here, only if RAWFILE.
16344 (normal-mode): Always set some major mode.
16345 (save-some-buffers-action-alist): Change some explanation strings.
16346 (file-name-non-special): In the `quote' method, use unwind-protect.
16347
16348 2005-08-09 Magnus Henoch <mange@freemail.hu>
16349
16350 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16351 (ispell-have-aspell-dictionaries): New variable.
16352 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16353 (ispell-get-aspell-config-value): New function.
16354 (ispell-aspell-find-dictionary): New function.
16355 (ispell-aspell-add-aliases): New function.
16356 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16357 appropriate. Don't look for ispell dictionaries if we use aspell.
16358 (ispell-menu-map): Don't build a submenu of dictionaries.
16359
16360 2005-08-09 Richard M. Stallman <rms@gnu.org>
16361
16362 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16363 (sql-read-passwd): Use read-passwd.
16364
16365 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16366 (idlwave-toolbar-is-possible): Add defvars.
16367
16368 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16369 Avoid warnings.
16370
16371 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16372 (idlwave-system-class-info, idlwave-executive-commands-alist):
16373 Use defvar.
16374
16375 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16376
16377 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16378 Avoid warnings.
16379
16380 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16381 and content-type: headers.
16382
16383 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16384
16385 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16386 and rename some of them to be more self-explanatory.
16387
16388 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16389
16390 * startup.el (command-line-1): Implement -scriptload.
16391
16392 * replace.el (occur-engine): Initial *Occur* output not undoable.
16393
16394 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16395 and improve help strings.
16396
16397 * isearch.el (isearch-repeat): When changing direction,
16398 mark search successful.
16399
16400 * ediff-init.el: Use (featurep 'xemacs).
16401
16402 * comint.el (send-invisible): Identify buffer, if not selected.
16403
16404 * align.el: Delete autoload for c-guess-basic-syntax.
16405
16406 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16407
16408 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16409 Improve argument/docstring consistency. Doc fixes.
16410 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16411 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16412 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16413 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16414 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16415 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16416 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16417 Defvar at compile time.
16418
16419 2005-08-09 Juri Linkov <juri@jurta.org>
16420
16421 * info.el: Replace `info' with upper-case `Info' where appropriate.
16422 (info-title-1, info-title-2, info-title-3, info-title-4)
16423 (info-menu-header): Move up face definitions.
16424 (info-menu-star): Rename from `info-menu-5'.
16425 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16426 (Info-fontify-visited-nodes): Fix docstring.
16427 (Info-hide-note-references): Fix docstring.
16428 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16429 menu items in the same way as on cross-references.
16430 (info-apropos): Fix sorting order and formatting to be like in the
16431 stand-alone Info browser. Display error messages for 1 sec.
16432 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16433 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16434 from the menu bar.
16435 (Info-insert-dir): Restore point after calling
16436 `insert-buffer-substring'.
16437
16438 2005-08-08 Richard M. Stallman <rms@gnu.org>
16439
16440 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16441 (recompute-lucid-menubar): Add defvars.
16442
16443 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16444
16445 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16446
16447 * net/net-utils.el (run-dig): Rename from `dig'.
16448
16449 * play/gametree.el (gametree-mode): Use make-local-variable,
16450 not make-variable-buffer-local.
16451
16452 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16453
16454 * ansi-color.el (ansi-color-make-extent)
16455 (ansi-color-set-extent-face): Use fboundp, not functionp.
16456
16457 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16458 not make-variable-buffer-local.
16459
16460 * bookmark.el (Info-current-file): Add defvar.
16461 (bookmark-jump-noselect): Use with-no-warnings.
16462
16463 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16464
16465 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16466
16467 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16468
16469 * find-file.el (ada-procedure-start-regexp)
16470 (ada-package-start-regexp): Add defvars.
16471
16472 * info.el (Info-insert-dir): Use insert-buffer-substring.
16473
16474 * xml.el (xml-att-def-re): Add defvar.
16475
16476 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16477 calling convention.
16478
16479 * subr.el (while-no-input): Return t if there is input.
16480
16481 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16482
16483 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16484
16485 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16488 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16489
16490 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16491
16492 * cmuscheme.el (scheme-start-file): Replace reference to
16493 `user-emacs-directory' by "~/.emacs.d/".
16494
16495 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16496
16497 * info.el (Info-dir-remove-duplicates): Avoid case folding
16498 in loop; instead, keep downcased strings for comparison.
16499 Suggested by Helmut Eller.
16500
16501 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16502
16503 Sync with Tramp 2.0.50.
16504
16505 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16506 XEmacs case; not necessary anymore.
16507 (tramp-user-regexp): Allow "@" as part of user name.
16508 (tramp-handle-set-visited-file-modtime)
16509 (tramp-handle-insert-file-contents)
16510 (tramp-handle-write-region): No special handling for
16511 `last-coding-system-used, because this is done in
16512 `tramp-accept-process-output' now.
16513 (tramp-accept-process-output): New defun.
16514 (tramp-process-one-action, tramp-process-one-multi-action)
16515 (tramp-wait-for-regexp, tramp-wait-for-output)
16516 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16517 Howells <dhowells@redhat.com>.
16518 (clear-visited-file-modtime): Defadvice removed. The check for
16519 unset buffer's modtime does not need to be based on
16520 `tramp-buffer-file-attributes'. Suggested by RMS.
16521 (tramp-message): Insert "\n" if not being at beginning of line.
16522 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16523 sequence with same logic.
16524 (tramp-completion-handle-expand-file-name): Discard call of
16525 `tramp-drop-volume-letter'. It is not necessary, and there have
16526 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16527 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16528 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16529 should always be visible.
16530 (tramp-handle-insert-directory, tramp-setup-complete)
16531 (tramp-set-process-query-on-exit-flag)
16532 (tramp-append-tramp-buffers): Pacify byte-compiler.
16533 (tramp-bug): Delete non-existing variables from list.
16534 Apply `tramp-load-report-modules' as pre-hook.
16535 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16536 `shell-prompt-pattern' because of non-7bit characters.
16537 Reported by Sebastian Luque <sluque@mun.ca>.
16538 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16539 (tramp-match-string-list): Remove function.
16540 (tramp-wait-for-regexp): Remove call of that function.
16541 Suggested by Kim F. Storm <storm@cua.dk>.
16542 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16543 instead of octal character code ?\600. The latter resulted in a
16544 syntax error with XEmacs.
16545
16546 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16547 XEmacs case; not necessary anymore.
16548 (tramp-smb-handle-write-region): No special handling for
16549 `last-coding-system-used, because this is done in
16550 `tramp-accept-process-output' now.
16551 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16552
16553 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16554
16555 * wid-edit.el (widget-choice-value-create):
16556 Unconditionally respect user choice. Set :explicit-choice back to nil
16557 when no longer needed.
16558 (widget-choice-action): Unconditionally respect user choice.
16559 Eliminate :explicit-choice-value.
16560
16561 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16562
16563 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16564 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16565 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16566 running new function `toggle-indicate-empty-lines'.
16567 Rename "Customize" item to "Customize fringe".
16568 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16569 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16570 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16571 Delete "Empty lines only" item.
16572 (menu-bar-showhide-fringe-ind-customize): New function.
16573 (menu-bar-showhide-fringe-ind-mixed)
16574 (menu-bar-showhide-fringe-ind-box)
16575 (menu-bar-showhide-fringe-ind-right)
16576 (menu-bar-showhide-fringe-ind-left)
16577 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16578 instead of `fringe-indicators'.
16579
16580 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16581
16582 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16583 Change the date of last update.
16584
16585 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16586
16587 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16588 (viper-exec-yank, viper-put-back): Don't display modification msg
16589 if in the minibuffer.
16590
16591 * viper-init.el (viper-replace-overlay-cursor-color)
16592 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16593 Make variables frame local.
16594
16595 * viper-util.el (viper-append-filter-alist): Use append instead of
16596 nconc.
16597
16598 * viper.el (viper-vi-state-mode-list)
16599 (viper-emacs-state-mode-list): Move help-mode and
16600 completion-list-mode from the first list to the second.
16601 (viper-mode): Docstring.
16602 (viper-go-away, viper-non-hook-settings): Don't localize
16603 minor-mode-alist in newer Emacsen. Add advice to
16604 set-cursor-color. Don't bind "\C-c\\".
16605
16606 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16607
16608 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16609 (scheme-macro-expand-command): New user options.
16610 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16611 (scheme-form-at-point, scheme-start-file)
16612 (scheme-interactively-start-process): New functions.
16613 (scheme-get-process): New function, extracted from `scheme-proc'.
16614 (run-scheme): Call `scheme-start-file' to get start file, and pass
16615 it to `make-comint'.
16616 (switch-to-scheme, scheme-proc):
16617 Call `scheme-interactively-start-process' if no Scheme buffer/process
16618 is available.
16619
16620 2005-08-06 Juri Linkov <juri@jurta.org>
16621
16622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16623 Use `compilation-text-face', `compilation-info-text-face' and
16624 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16625 (compilation-error): New face.
16626 (compilation-error-file-name): Inherit from
16627 `compilation-error' instead of `font-lock-warning-face'.
16628 (compilation-warning-file-name): Inherit from
16629 `compilation-warning' instead of `font-lock-warning-face'.
16630 (compilation-info, compilation-error-file-name)
16631 (compilation-warning-file-name, compilation-info-file-name)
16632 (compilation-line-number, compilation-column-number): Doc fix.
16633 (compilation-error-text-face, compilation-warning-text-face)
16634 (compilation-info-text-face): New face variables.
16635 (compilation-line-face, compilation-column-face)
16636 (compilation-enter-directory-face)
16637 (compilation-leave-directory-face): Doc fix.
16638 (compilation-text-face): New function.
16639
16640 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16641 instead of 1 to display binary file names as info file links.
16642 (grep-error-face): Use `compilation-error-face' instead of
16643 `font-lock-keyword-face'.
16644 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16645 and `compilation-warning-text-face' instead of
16646 `font-lock-keyword-face'. Use `compilation-error-text-face'
16647 instead of `grep-error-face'.
16648
16649 2005-08-05 Kenichi Handa <handa@m17n.org>
16650
16651 * international/code-pages.el: Add autoload cookies for all coding
16652 systems.
16653
16654 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16655
16656 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16657
16658 2005-08-04 Juri Linkov <juri@jurta.org>
16659
16660 * progmodes/compile.el (compilation-mode-map):
16661 * progmodes/grep.el (grep-mode-map):
16662 Bind TAB to `compilation-next-error' and [backtab] to
16663 `compilation-previous-error'.
16664
16665 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16666 matching line numbers, column numbers and their ranges with regexp
16667 matching only line numbers.
16668 (grep-context-face): New face variable.
16669 (grep-mode-font-lock-keywords): Use it.
16670
16671 * faces.el (read-face-name): Delete duplicate faces.
16672
16673 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * thumbs.el (thumbs-find-image): Don't make variables
16676 automatically buffer local.
16677 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16678 (thumbs-image-num): Make automatically buffer local.
16679 (thumbs-show-thumbs-list): Use `make-local-variable', not
16680 `make-variable-buffer-local'.
16681 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16682
16683 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16684 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16685 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16686 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16687 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16688 (feelings-about, foullst, found, hello, history, howareyoulst)
16689 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16690 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16691 (neglst, obj, object, owner, please, problems, qlist)
16692 (random-adjective, relation, remlst, repetitive-shortness)
16693 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16694 (shortlst, something, sportslst, stallmanlst, states, subj)
16695 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16696 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16697 Defvar at compile time.
16698
16699 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16700 not `make-variable-buffer-local'.
16701
16702 2005-08-02 Kim F. Storm <storm@cua.dk>
16703
16704 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16705 rectangle overlay in selected window.
16706
16707 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16708
16709 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16710 instead of display group. Make `indicate-buffer-boundaries'
16711 customizable through Custom.
16712
16713 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16714
16715 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16716 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16717 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16718 (gdb-put-string): Fix typos in docstrings.
16719
16720 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16721
16722 Update copyright notices of files in progmodes directory for
16723 release of Emacs 22.1.
16724
16725 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16726
16727 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16728 Don't barf if the GUD buffer has been killed.
16729
16730 2005-08-01 Kim F. Storm <storm@cua.dk>
16731
16732 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16733
16734 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16735
16736 * simple.el (next-error-follow-minor-mode):
16737 make-variable-buffer-local -> make-local-variable.
16738
16739 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16740
16741 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16742 (byte-compile-form-make-variable-buffer-local): New functions to warn
16743 about misuses of make-variable-buffer-local where make-local-variable
16744 was meant.
16745
16746 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16747
16748 * bs.el (bs-attributes-list): Doc fix.
16749 (bs): Update url-link.
16750
16751 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16752 (desktop-load-default): Simplify.
16753
16754 * ibuffer.el (ibuffer-columnize-and-insert-list)
16755 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16756 (ibuffer-unmark-all, ibuffer-toggle-marks)
16757 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16758 (ibuffer-compile-make-format-form, ibuffer-format-column)
16759 (ibuffer-current-buffers-with-marks)
16760 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16761 (ibuffer): Doc fix.
16762 (ibuffer-mode): Fix typo in docstring.
16763 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16764 with `define-obsolete-variable-alias'.
16765 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16766
16767 2005-07-29 Kenichi Handa <handa@m17n.org>
16768
16769 * international/mule-cmds.el (select-message-coding-system):
16770 Be sure to use LF for end-of-line. If no coding system is decided,
16771 return iso-8859-1-unix.
16772
16773 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16776 (ange-ftp-pending-error-line): New vars.
16777 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16778 to handle the non-fatal no-route-to-host messages.
16779 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16780
16781 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16782
16783 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16784 (isearch-quote-char, isearch-printing-char)
16785 (isearch-text-char-description): "?\ " -> "?\s".
16786 (isearch-lazy-highlight-cleanup)
16787 (isearch-lazy-highlight-initial-delay)
16788 (isearch-lazy-highlight-interval)
16789 (isearch-lazy-highlight-max-at-a-time)
16790 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16791 Declare with define-obsolete-*-alias macros.
16792 (isearch-forward): Fix typo in docstring.
16793 (search-invisible, search-ring-yank-pointer)
16794 (regexp-search-ring-yank-pointer): Doc fixes.
16795
16796 * recentf.el (recentf-menu-append-commands-p): Declare with
16797 `define-obsolete-variable-alias'.
16798 (recentf-max-saved-items, recentf-menu-filter)
16799 (recentf-arrange-by-rule-subfilter): Doc fixes.
16800 (recentf-menu-append-commands-flag)
16801 (recentf-initialize-file-name-history, recentf-expand-file-name)
16802 (recentf-clear-data): Fix typos in docstrings.
16803
16804 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16805
16806 * progmodes/gdb-ui.el: Smarten comments.
16807 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16808
16809 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16810
16811 * term/apollo.el (terminal-init-apollo): New function containing
16812 all former top level forms in the file.
16813 * term/bobcat.el (terminal-init-bobcat):
16814 * term/cygwin.el (terminal-init-cygwin):
16815 * term/iris-ansi.el (terminal-init-iris-ansi):
16816 * term/linux.el (terminal-init-linux):
16817 * term/news.el (terminal-init-news):
16818 * term/rxvt.el (terminal-init-rxvt):
16819 * term/sun.el (terminal-init-sun):
16820 * term/tvi970.el (terminal-init-tvi970):
16821 * term/vt100.el (terminal-init-vt100):
16822 * term/vt102.el (terminal-init-vt102):
16823 * term/vt125.el (terminal-init-vt125):
16824 * term/vt200.el (terminal-init-vt200):
16825 * term/vt201.el (terminal-init-vt201):
16826 * term/vt220.el (terminal-init-vt220):
16827 * term/vt240.el (terminal-init-vt240):
16828 * term/vt300.el (terminal-init-vt300):
16829 * term/vt320.el (terminal-init-vt320):
16830 * term/vt400.el (terminal-init-vt400):
16831 * term/vt420.el (terminal-init-vt420):
16832 * term/wyse50.el (terminal-init-wyse50):
16833 * term/xterm.el (terminal-init-xterm): Likewise.
16834
16835 * term/README: Describe the terminal-init-* functionality.
16836
16837 * startup.el (command-line): After loading the terminal initialization
16838 file call the corresponding terminal initialization function.
16839
16840 2005-07-27 Kenichi Handa <handa@m17n.org>
16841
16842 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16843 negative.
16844
16845 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16846 (ps-mule-composition-prologue): Fix for the case that
16847 RelativeCompose is false.
16848
16849 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16850
16851 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16852
16853 * descr-text.el (describe-char): Handle the case where the list of
16854 chars is displayed in a separate frame.
16855 Be a bit more discriminating when looking for the char.
16856
16857 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * bookmark.el (bookmark-automatically-show-annotations)
16860 (bookmark-read-annotation-text-func): Doc fixes.
16861 (bookmark-save): Improve argument/docstring consistency.
16862 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16863 (bookmark-alist-from-buffer)
16864 (bookmark-upgrade-file-format-from-0)
16865 (bookmark-grok-file-format-version)
16866 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16867 (bookmark-read-annotation-mode)
16868 (bookmark-insert-current-bookmark, bookmark-jump)
16869 (bookmark-exit-hook): Fix typos in docstrings.
16870 (bookmark-exit-hooks): Define as obsolete alias.
16871 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16872 not `bookmark-exit-hooks'. Fix docstring.
16873 (bookmark-bmenu-select): "?\ " -> "?\s".
16874
16875 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16876
16877 * startup.el (command-line): Fix typo.
16878
16879 2005-07-24 Richard M. Stallman <rms@gnu.org>
16880
16881 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16882 not emacs-quick-startup.
16883
16884 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16885
16886 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16887 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16888 instead of `reb-with-current-window'.
16889 (reb-prev-match): Likewise. Also, don't move left if the search
16890 was unsuccessful.
16891 (reb-initialize-buffer): New function.
16892 (re-builder, reb-change-syntax): Use it.
16893
16894 * man.el (Man-goto-page): Make second argument NOERROR optional.
16895
16896 2005-07-23 Richard M. Stallman <rms@gnu.org>
16897
16898 * man.el (Man-bgproc-sentinel): Check here for failure to find
16899 any man page in the output, and report the error here.
16900 (Man-arguments): Make it permanent local.
16901 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16902 (Man-mode): Pass t for NOERROR.
16903
16904 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16905 (grep-mode-font-lock-keywords):
16906 Don't use compilation-...-face for messages that are not file names.
16907
16908 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16909 Don't use compilation-...-face for messages that are not file names.
16910
16911 2005-07-22 Juri Linkov <juri@jurta.org>
16912
16913 * startup.el (normal-splash-screen): Update menu name.
16914
16915 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16916
16917 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16918
16919 * term/xterm.el: Load term/rxvt if the terminal is actually an
16920 rxvt terminal.
16921 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16922
16923 * term/rxvt.el (function-key-map): Use substitute-key-definition
16924 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16925
16926 * term/cygwin.el: New file.
16927
16928 2005-07-22 Kim F. Storm <storm@cua.dk>
16929
16930 * image-file.el (insert-image-file, image-file-yank-handler):
16931 Fix last change to maintain a (unique) yank-handler on yanked images.
16932
16933 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16934
16935 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16936 of the file size (as in "177B" for 177 bytes). This happens with
16937 "ls -lh" on FreeBSD.
16938
16939 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16940
16941 * hilit-chg.el (highlight-changes-global-initial-state)
16942 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16943 (hilit-chg-fixup, highlight-changes-mode):
16944 Fix typos in docstrings.
16945 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16946 Doc fixes.
16947
16948 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16949
16950 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16951 mode function using `eval-after-load'.
16952
16953 2005-07-21 Kim F. Storm <storm@cua.dk>
16954
16955 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16956 included when reporting an emacs crash, and tell about the DEBUG file.
16957
16958 * image-file.el (insert-image-file): Add yank-handler.
16959 (image-file-yank-handler): Yank handler to make unique copies of
16960 images when they are yanked into a buffer next to each other.
16961
16962 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16963
16964 * comint.el (comint-use-prompt-regexp, comint-send-input)
16965 (comint-source-default, comint-extract-string)
16966 (comint-get-source, comint-word, comint-completion)
16967 (comint-source, comint-prompt-read-only, comint-update-fence):
16968 Fix typos in docstrings.
16969 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16970 Declare with define-obsolete-*-alias macros.
16971 (comint-previous-matching-input-from-input)
16972 (comint-next-matching-input-from-input)
16973 (comint-previous-matching-input, comint-next-matching-input)
16974 (comint-forward-matching-input):
16975 Improve argument/docstring consistency.
16976
16977 * desktop.el (desktop-clear-preserve-buffers-regexp):
16978 Also preserve the *server* buffer.
16979
16980 * simple.el (clone-indirect-buffer): Doc fix.
16981 (fixup-whitespace, just-one-space)
16982 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16983 (next-error, next-error-highlight)
16984 (next-error-highlight-no-select, next-error-last-buffer)
16985 (next-error-buffer-p, next-error-find-buffer, next-error)
16986 (previous-error, next-error-no-select, previous-error-no-select)
16987 (open-line, split-line, minibuffer-prompt-width, kill-new)
16988 (binary-overwrite-mode): Fix typos in docstrings.
16989 (set-fill-column): Fix typo in message.
16990
16991 * skeleton.el (skeleton-proxy-new): Doc fix.
16992
16993 * strokes.el (strokes-load-hook): Doc fix.
16994 (strokes-grid-resolution, strokes-get-grid-position)
16995 (strokes-renormalize-to-grid, strokes-read-stroke)
16996 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16997 (strokes-global-map): Fix typos in docstrings.
16998 (strokes-help): Doc fix. Fix help message and pass it through
16999 `substitute-command-keys'.
17000
17001 * tempo.el (tempo-insert-prompt, tempo-interactive)
17002 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17003 (tempo-insert-string-functions, tempo-local-tags)
17004 (tempo-define-template, tempo-insert-template)
17005 (tempo-insert-prompt-compat, tempo-is-user-element)
17006 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17007 Fix typos in docstrings.
17008
17009 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17010 (vcursor-key-bindings, vcursor-use-vcursor-map)
17011 (vcursor-find-window, vcursor-scroll-down)
17012 (vcursor-disable, vcursor-beginning-of-buffer)
17013 (vcursor-end-of-buffer): Fix typos in docstrings.
17014 (vcursor-relative-move, vcursor-get-char-count):
17015 Improve argument/docstring consistency.
17016
17017 * version.el: "?\ " -> "?\s".
17018
17019 * wid-edit.el (widget-default-create, widget-after-change)
17020 (widget-default-format-handler, widget-checklist-add-item)
17021 (widget-radio-add-item, widget-choose, widget-specify-secret)
17022 (widget-field-value-create, widget-field-value-get)
17023 (widget-editable-list-format-handler)
17024 (widget-editable-list-entry-create, widget-group-value-create)
17025 (widget-documentation-link-add)
17026 (widget-documentation-string-value-create): "?\ " -> "?\s".
17027 (widget-convert-text): Doc fix.
17028 (widget-narrow-to-field, widget-field-find)
17029 (widget-url-link-action, widget-emacs-library-link-action)
17030 (widget-color-notify): Fix typos in docstrings.
17031
17032 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17033 (x-select-text, set-w32-system-coding-system)
17034 (w32-add-charset-info): Fix typos in docstrings.
17035
17036 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17037 (cua-enable-cua-keys, cua-use-hyper-key)
17038 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17039 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17040
17041 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17042
17043 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17044 `defalias' instead of faking it.
17045
17046 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17047 (eshell-ls-missing, eshell-ls-dired-initial-args)
17048 (eshell-ls-use-in-dired): Fix typos in docstrings.
17049
17050 2005-07-20 Kim F. Storm <storm@cua.dk>
17051
17052 * emulation/cua-base.el (cua-mode): Improve doc string.
17053
17054 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17055
17056 * abbrev.el (expand-region-abbrevs): Doc fix.
17057 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17058 Improve argument/docstring consistency.
17059
17060 * arc-mode.el (archive-get-descr, archive-alternate-display):
17061 Doc fixes.
17062 (archive-l-e): Improve argument/docstring consistency.
17063 (archive-tmpdir, archive-unixdate, archive-unixtime)
17064 (archive-chmod-entry): Fix typos in docstrings.
17065 (archive-unflag, archive-unflag-backwards)
17066 (archive-unmark-all-files): "?\ " -> "?\s".
17067
17068 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17069 (Buffer-menu-not-modified, Buffer-menu-execute)
17070 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17071 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17072
17073 * composite.el (compose-string, encode-composition-rule)
17074 (compose-last-chars): Fix typos in docstrings.
17075
17076 * desktop.el (desktop-enable, desktop-basefilename):
17077 Declare with `define-obsolete-variable-alias'.
17078 (desktop-internal-v2s): Don't quote keywords.
17079 (desktop-clear): "?\ " -> "?\s".
17080
17081 * dired.el (dired-align-file, dired-flag-backup-files)
17082 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17083 (dired-listing-switches, dired-ls-F-marks-symlinks)
17084 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17085 (dired-directory, dired-faces, dired, dired-revert)
17086 (dired-mode, dired-summary, dired-view-file)
17087 (dired-copy-filename-as-kill, dired-delete-file)
17088 (dired-no-confirm, dired-unmark-all-marks)
17089 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17090 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17091 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17092 Fix typos in message strings.
17093
17094 * dired-x.el (virtual-dired): Declare with `defalias'.
17095 (dired-mark-unmarked-files, dired-local-variables-file)
17096 (dired-omit-here-always): Doc fix.
17097 (dired-omit-mode, dired-find-subdir)
17098 (dired-enable-local-variables, dired-clean-up-buffers-too)
17099 (dired-extra-startup, dired-mark-extension, dired-jump)
17100 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17101 (dired-smart-shell-command, dired-guess-shell-alist-user)
17102 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17103 (dired-x-bind-find-file, dired-x-submit-report):
17104 Fix typos in docstrings.
17105 (dired-mark-unmarked-files): "?\ " -> "?\s".
17106
17107 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17108
17109 * faces.el (describe-face): "?\ " -> "?\s".
17110 (read-all-face-attributes, read-face-font, modify-face)
17111 (face-attr-construct, italic): Fix typos in docstrings.
17112 (frame-update-face-colors): Declare with
17113 `define-obsolete-function-alias'.
17114
17115 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17116 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17117 (magic-mode-alist, buffer-file-numbers-unique)
17118 (write-file-functions, get-free-disk-space):
17119 Fix typos in docstrings.
17120 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17121 (write-contents-hooks, write-file-hooks):
17122 Declare with `define-obsolete-variable-alias'.
17123
17124 * forms-d2.el (arch-rj): Fix typo in docstrings.
17125 (arch-tocol): Likewise. "?\ " -> "?\s".
17126
17127 * frame.el (set-frame-font, cursor-in-non-selected-windows):
17128 Fix typo in docstring.
17129 (set-screen-width, set-screen-height): Delete redundant info in
17130 doctrings.
17131 (new-frame, screen-height, screen-width): Declare with
17132 `define-obsolete-function-alias'.
17133 (delete-frame-hook, blink-cursor): Declare with
17134 `define-obsolete-variable-alias'.
17135
17136 * paths.el (prune-directory-list): Fix typos in docstring.
17137
17138 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17139 (cvs-prefix-get): Fix typos in docstrings.
17140
17141 * ps-print.el (ps-extend-face-list, ps-extend-face)
17142 (ps-print-background-image): Fix typos in docstrings.
17143 (ps-default-fg, ps-default-bg): Doc fixes.
17144
17145 * s-region.el (s-region-bind): Doc fix.
17146 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17147
17148 * textmodes/org.el (org-table-formula-substitute-names)
17149 (org-table-get-vertical-vector): Doc fixes.
17150 (org-table-recalculate): Remove unused argument to `message'.
17151
17152 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
17153
17154 * textmodes/org.el (org-table-column-names)
17155 (org-table-column-name-regexp)
17156 (org-table-named-field-locations): New variables.
17157 (org-archive-subtree): Protect `this-command' when calling
17158 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17159 the kill buffer.
17160 (org-complete): Remove fixed-formula completion.
17161 (org-edit-formulas-map): New variable.
17162 (org-table-edit-formulas): New command.
17163 (org-finish-edit-formulas, org-abort-edit-formulas)
17164 (org-show-variable, org-table-get-vertical-vector): New functions.
17165 (org-table-maybe-eval-formula): Handle `:=' fields.
17166 (org-table-get-stored-formulas, org-table-store-formulas)
17167 (org-table-get-formula, org-table-modify-formulas)
17168 (org-table-replace-in-formulas): Handle named field formulas.
17169 (org-table-get-specials): Store locations of named fields.
17170
17171 2005-07-19 Juri Linkov <juri@jurta.org>
17172
17173 * progmodes/grep.el (grep-regexp-alist)
17174 (grep-mode-font-lock-keywords, grep-process-setup):
17175 Use default GNU grep match color "01;31m" instead of "01;41m".
17176 (grep-regexp-alist, grep-mode-font-lock-keywords):
17177 Use `\\[[0-9]*m' instead of `\\[00m'.
17178 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17179 sgr_start where its handling is more important. Use the real
17180 length of sgr_start instead of constant 8.
17181 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17182 specially. Delete all remaining escape sequences.
17183 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17184 (grep-regexp-alist): Make hyperlink only for binary file name
17185 instead of the whole line.
17186 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17187 (grep-mode): Add autoload.
17188
17189 * emacs-lisp/find-func.el (find-function-regexp):
17190 Add `define-compilation-mode'.
17191
17192 2005-07-19 Juri Linkov <juri@jurta.org>
17193
17194 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17195 (compare-windows-sync-string-size, compare-windows-recenter)
17196 (compare-windows-highlight, compare-windows): Add version 22.1.
17197 (compare-windows) <defface>: Inherit from lazy-highlight instead
17198 of duplicating its default value.
17199
17200 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17201 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17202
17203 * descr-text.el (describe-char): Create link buttons for `charset'
17204 and `code point'. Add the current input method name with a link
17205 button to `to input' field. Print face names of display table
17206 characters in `The display table entry is displayed by' section
17207 instead of printing face-id in the `display' field.
17208 Guess hardcoded faces and create a link button for them.
17209 Skip empty fields when calculating max-width.
17210 Treat `widget-create' specially while inserting strings from the
17211 collected field list.
17212 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17213
17214 * diff-mode.el (diff-file-header): Change foreground color from
17215 yellow to green on light backgrounds.
17216 (diff-context): Inherit from `shadow' only for color/grayscale
17217 with more than 88 colors.
17218 (diff-indicator-removed, diff-indicator-added)
17219 (diff-indicator-changed): New faces.
17220 (diff-font-lock-keywords): Use new faces. Regroup rules.
17221 Add "^---$" for `normal' diff format. Fontify `#' lines with
17222 font-lock-comment-delimiter-face and font-lock-comment-face.
17223 Add `#' to ^[^...] in the rule for `diff-context-face'.
17224
17225 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17226 a button-like box. Inherit from `highlight' on low colors.
17227 (shadow): Use shades of gray only for color/grayscale with
17228 more than 88 colors. Use green for light backgrounds with
17229 8 colors, and yellow for dark backgrounds with 8 colors.
17230
17231 * font-lock.el (font-lock-regexp-grouping-backslash):
17232 Don't inherit from escape-glyph (use bold for all cases).
17233
17234 * info.el (info-xref-visited): Use light foreground color `violet'
17235 for dark backgrounds instead of dark color `magenta3'.
17236 (info-title-1): Use `yellow' color for dark backgrounds.
17237
17238 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17239 too-light magenta2.
17240
17241 * replace.el (match): Use slightly more light RoyalBlue3 instead
17242 of dark RoyalBlue4.
17243
17244 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17245
17246 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17247
17248 * novice.el (disabled-command-hook): Declare it with
17249 `define-obsolete-variable-alias'.
17250
17251 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17252 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17253 (desktop-load-default): Add release to obsolescence info.
17254 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17255 (desktop-append-buffer-args, desktop-read):
17256 Fix typos in docstrings.
17257 (desktop-kill): Fix typo in message.
17258 (desktop-save): Doc fix.
17259
17260 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17261
17262 * viper-cmd.el (viper-escape-to-state): Bug fix.
17263 (viper-envelop-ESC-key): Change the definition of fast
17264 keysequence so it'll work with keyboard macros.
17265
17266 * ediff.el (ediff-patch-buffer): Change the docstring.
17267
17268 2005-07-19 Kenichi Handa <handa@m17n.org>
17269
17270 * international/mule-cmds.el (select-safe-coding-system): Try to
17271 use an auto-coding (if any) before anything else. If the found
17272 auto-coding is invalid, show a warning message.
17273
17274 * international/mule.el (find-auto-coding): New function created
17275 by modifying the body of set-auto-coding.
17276 (set-auto-coding): Use find-auto-coding to find a coding.
17277
17278 2005-07-18 Richard M. Stallman <rms@gnu.org>
17279
17280 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17281 not isearch-mode-end-hook-error.
17282 (allout-before-change-protect): Fix error message.
17283
17284 2005-07-18 Juri Linkov <juri@jurta.org>
17285
17286 * allout.el (allout-mode):
17287 * calculator.el (calculator-copy):
17288 * custom.el (custom-known-themes):
17289 * dired.el (dired-desktop-buffer-misc-data)
17290 (dired-restore-desktop-buffer):
17291 * dired-x.el (dired-omit-marker-char):
17292 * files.el (basic-save-buffer):
17293 * font-core.el (font-lock-mode):
17294 * calendar/calendar.el (calendar-goto-hebrew-date)
17295 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17296 (calendar-goto-persian-date):
17297 * language/ethio-util.el (ethio-sera-to-fidel-region):
17298 * textmodes/picture.el (picture-mode):
17299 Delete duplicate duplicate words.
17300
17301 2005-07-18 Juri Linkov <juri@jurta.org>
17302
17303 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17304 chars * ? } |.
17305 (isearch-fallback): Don't call `isearch-process-search-char'.
17306 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17307 (isearch-process-search-char): Call `isearch-fallback' for regexp
17308 chars * ? } |.
17309 (isearch-return-char): Make obsolete with `make-obsolete' instead
17310 of simply documenting it as obsolete in the docstring.
17311 (isearch-fallback): Refill docstring.
17312
17313 * international/isearch-x.el
17314 (isearch-process-search-multibyte-characters): Remove unneeded
17315 `concat'. Add intermediate values to `junk-hist' instead of
17316 `minibuffer-history'. Test the length of `str'.
17317
17318 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17319
17320 * allout.el (allout-resolve-xref): Fix typos in error strings.
17321 (allout-before-change-protect): Remove unneeded `concat'.
17322
17323 * array.el (array-mode, array-reconfigure-rows)
17324 (untabify-backward): Fix typos in docstrings.
17325 (array-reconfigure-rows): Use `insert-buffer-substring', not
17326 `insert-buffer'.
17327
17328 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17329 * progmodes/ada-mode.el (ada-make-body):
17330 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17331
17332 * dired.el (dired-log):
17333 * tar-mode.el (tar-subfile-save-buffer):
17334 * play/zone.el (zone-pgm-stress-destress):
17335 Use `insert-buffer-substring', not `insert-buffer'.
17336
17337 2005-07-17 Simon Josefsson <jas@extundo.com>
17338
17339 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17340
17341 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17342
17343 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17344 Add plain auth method.
17345 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17346
17347 2005-07-17 Kim F. Storm <storm@cua.dk>
17348
17349 * ido.el (dired-other-window): Add ido property.
17350
17351 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17352
17353 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17354 Fix typo in docstring.
17355 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17356 `insert-file-literally'.
17357
17358 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17359 info and delete redundant message. Doc fix.
17360 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17361 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17362
17363 2005-07-16 Richard M. Stallman <rms@gnu.org>
17364
17365 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17366 (byte-compile-and): Use byte-compile-and-recursion.
17367 (byte-compile-or-recursion): New function.
17368 (byte-compile-or): Use that.
17369 (byte-compile-if): Guard the else-clause too.
17370 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17371
17372 * isearch.el (isearch-mode-end-hook-quit): New variable.
17373 (isearch-done): Bind it.
17374 (isearch-mode-end-hook): Doc fix.
17375
17376 * allout.el (allout-isearch-did-quit): Variable deleted.
17377 (allout-real-isearch-abort): Function name no longer used.
17378 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17379 (allout-isearch-rectification): isearch-mode always exists.
17380 Don't set allout-isearch-did-quit.
17381 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17382 allout-isearch-did-quit.
17383 (allout-enwrap-isearch): Just add the hook.
17384 (allout-isearch-abort): Function deleted.
17385 (allout-pre-command-business): Avoid warning.
17386
17387 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17388 Correctly avoid warnings.
17389 (pascal-outline): Likewise.
17390
17391 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17392
17393 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17394
17395 * play/tetris.el (tetris-mode): Avoid warning.
17396
17397 * play/snake.el (snake-mode): Avoid warning.
17398
17399 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17400 (gamegrid-set-display-table): Avoid warning.
17401 (gamegrid-set-timer): Likewise.
17402 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17403 (gamegrid-add-score-with-update-game-score-1): Take FILE
17404 as argument.
17405 (gamegrid-add-score-with-update-game-score): Pass that argument.
17406 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17407
17408 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17409
17410 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17411 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17412
17413 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17414 and insert-file.
17415
17416 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17417 (sc-ask): Avoid warnings.
17418
17419 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17420 (eshell-hist-initialize): Use that var the natural way.
17421
17422 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17423
17424 * emacs-lisp/re-builder.el (reb-cook-regexp):
17425 Avoid warning calling lre-compile-string.
17426 (reb-color-display-p): Avoid warning.
17427
17428 * calculator.el (calculator-last-input): Guard uses
17429 of event-key and key-press-event-p.
17430 (event-key, key-press-event-p): Delete definitions.
17431
17432 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17433 (find-gc-source-directory, find-gc-subrs-callers)
17434 (find-gc-noreturn-list, find-gc-source-files)
17435 (find-gc-subrs-called): Vars renamed and defvar'd.
17436
17437 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17438 (checkdoc-overlay-put, checkdoc-delete-overlay)
17439 (checkdoc-overlay-start, checkdoc-overlay-end)
17440 (checkdoc-mode-line-update, checkdoc-char=):
17441 Define such that compiler knows they are defined.
17442 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17443 (checkdoc-read-event): Delete. Use read-event directly.
17444
17445 * whitespace.el (whitespace-make-overlay)
17446 (whitespace-overlay-put, whitespace-delete-overlay)
17447 (whitespace-overlay-start, whitespace-overlay-end):
17448 Define such that compiler knows they are defined.
17449 (whitespace): Move conditional inside.
17450
17451 * tempo.el (tempo-insert-template): Suppress warning.
17452
17453 * ediff-diff.el (longlines-mode): Add defvar.
17454
17455 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17456
17457 * server.el: Bind "C-x #" in a way that works even if C-x is
17458 redefined to a command key, not a prefix key.
17459
17460 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17461
17462 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17463 cl-make-type-test till execution time.
17464
17465 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17466
17467 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17468 arg ARG and use it.
17469
17470 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17471
17472 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17473
17474 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17475
17476 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17477 a defcustom with two :set or :type keywords.
17478
17479 2005-07-15 Richard M. Stallman <rms@gnu.org>
17480
17481 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17482 Don't give ^M comment-end syntax.
17483
17484 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17485
17486 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17487 Don't consider gdbmi (gdb-mi.el has its own update functions).
17488 (gdb-var-delete): Make it work for gdbmi as well.
17489 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17490
17491 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17492 (gud-speedbar-menu-items): Correct logic for enabling items.
17493
17494 2005-07-15 Kim F. Storm <storm@cua.dk>
17495
17496 * ido.el: Fix commentary.
17497 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17498 Use with-no-warnings around ffap-guesser.
17499 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17500 Let bind minibuffer-completing-file-name to t.
17501
17502 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17503
17504 * startup.el (site-run-file, keyboard-type): Doc fixes.
17505 (command-line): Check for "--basic-display" argument; also for
17506 "--quick", not "--bare-bones" (which was renamed).
17507 (fancy-splash-text): Add missing item "Getting New Versions".
17508 (normal-splash-screen): Fix typos and improve consistency with
17509 `fancy-splash-text'. Update copyright year.
17510
17511 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17512 valid binding for `help-char'.
17513
17514 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17515
17516 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17517
17518 * term.el (term-mode): Disable cua-mode for term buffers.
17519
17520 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17521
17522 * add-log.el (add-log-mailing-address, change-log-merge):
17523 Doc fixes.
17524 (change-log-get-method-definition): Fix typo in docstring.
17525
17526 2005-07-14 Kim F. Storm <storm@cua.dk>
17527
17528 * emulation/cua-base.el:
17529 (cua--pre-command-handler-1, cua--pre-command-handler)
17530 (cua--post-command-handler-1, cua--post-command-handler):
17531 Split in two. Check (buffer local) value of cua-mode.
17532 (cua-selection-mode): New command.
17533
17534 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17535
17536 * custom.el (custom-initialize-safe-set)
17537 (custom-initialize-safe-default): Doc fixes.
17538
17539 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17540 and simplify :init-value again.
17541
17542 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17543 and simplify :init-value again. Delete autoload.
17544
17545 * startup.el (command-line): Use `custom-reevaluate-setting' again
17546 for tooltip-mode.
17547
17548 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17549 a defcustom with two :initialize keywords.
17550
17551 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17552
17553 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17554 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17555 (allout-post-command-business, allout-flag-region)
17556 (isearch-reenable-font-lock, allout-yank)
17557 (allout-insert-latex-header, allout-insert-latex-trailer)
17558 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17559 (allout-latex-verb-quote): Fix typos in docstrings.
17560 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17561 (allout-unprotected, allout-prefix-data):
17562 Improve argument/docstring consistency.
17563 (allout-chart-subtree): Fix argument spec.
17564 (allout-open-topic): Rename `use_sib_bullet' argument to
17565 `use-sib-bullet'. Doc fix.
17566
17567 * whitespace.el (whitespace-check-buffer-leading)
17568 (whitespace-check-buffer-trailing)
17569 (whitespace-check-buffer-indent)
17570 (whitespace-check-buffer-spacetab)
17571 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17572 (whitespace-check-leading-whitespace)
17573 (whitespace-check-trailing-whitespace)
17574 (whitespace-check-spacetab-whitespace)
17575 (whitespace-check-indent-whitespace)
17576 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17577 (whitespace-modes): Fix typos in docstrings.
17578 (defgroup, defcustom): Doc fixes.
17579
17580 * winner.el (winner-mode, winner-boring-buffers)
17581 (winner-pending-undo-ring): Doc fixes.
17582 (winner-ring): Remove unneeded `progn'.
17583 (winner-equal): `defsubst' it.
17584 (winner-redo): Fix message.
17585
17586 2005-07-13 Kim F. Storm <storm@cua.dk>
17587
17588 * simple.el (line-move-1): Always use vertical-motion to
17589 do the last (or only) line move to ensure some movement.
17590 Undo 2005-06-23 change--don't check for overlays.
17591
17592 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17593
17594 * term/mac-win.el (ccl-encode-mac-roman-font)
17595 (ccl-encode-mac-centraleurroman-font)
17596 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17597 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17598 Change charset-id boundary of dimension to ?\xef.
17599 (mac-char-fontspec-list): New constant.
17600 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17601 argument. Nil uses itself as family in font-spec. Previous
17602 behavior for nil is now provided by non-nil non-string argument.
17603 All callers changed. Add font-specs for Mac fonts to
17604 "fontset-default" unless iso8859-1 fonts are installed.
17605
17606 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17609 a continuation line if the \ is preceded by SPC or TAB.
17610 (sh-get-indent-info): Simplify.
17611 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17612 Use with-current-buffer.
17613
17614 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17615 when the matched text is empty.
17616
17617 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17618
17619 * startup.el (command-line): Revert to previous handling of
17620 tooltip-mode. Explain in comment why the complexity is needed.
17621
17622 * tooltip.el (tooltip-mode): Revert to previous implementation of
17623 its defcustom.
17624
17625 * frame.el (blink-cursor-mode): Revert to previous implementation
17626 of its defcustom. Update comment.
17627
17628 2005-07-12 Lars Hansen <larsh@soem.dk>
17629
17630 * desktop.el: Update e-mail address.
17631
17632 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17633
17634 * term/mac-win.el (mac-services-mail-selection)
17635 (mac-services-mail-to): New functions.
17636 (mac-application-menu-map): Bind them.
17637
17638 2005-07-12 wulei <milton@wulei.net> (tiny change)
17639
17640 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17641
17642 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17643
17644 * custom.el (custom-reevaluate-setting): Doc fix.
17645
17646 2005-07-11 Jay Belanger <belanger@truman.edu>
17647
17648 * calc/calc.el (calc-embedded-announce-formula-alist)
17649 (calc-embedded-open-close-plain-alist)
17650 (calc-embedded-open-close-mode-alist): Add checks for additional
17651 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17652
17653 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17654
17655 * custom.el (custom-enable-theme): Don't add theme to
17656 `custom-enabled-themes' with `push' because there is no
17657 setf-method for `delq'.
17658
17659 2005-07-11 Richard M. Stallman <rms@gnu.org>
17660
17661 * custom.el (custom-declare-variable): Doc fix.
17662
17663 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17664 from the alists.
17665
17666 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17667 Do nothing if edebug-active.
17668
17669 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17670 (edebug-display): Do it here instead.
17671
17672 2005-07-10 Richard M. Stallman <rms@gnu.org>
17673
17674 * cus-face.el (custom-theme-set-faces): Make it work.
17675 (custom-reset-faces): Doc fix.
17676 (custom-theme-reset-internal-face, custom-theme-face-value):
17677 Functions deleted.
17678
17679 * custom.el (custom-push-theme): Maintain list of the settings
17680 of a given theme in its theme-settings property.
17681 Maintain position of old settings in the theme-value
17682 or theme-face property.
17683 (custom-enabled-themes): New variable.
17684 (custom-theme-enabled-p): New function.
17685 (provide-theme): Update custom-enabled-themes.
17686 Disable and reenable the `user' theme.
17687 (require-theme): Doc fix.
17688 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17689 (custom-theme-value, custom-theme-variable-value): Likewise.
17690 (custom-theme-reset-internal): Likewise.
17691 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17692 (custom-enable-theme, custom-disable-theme): New functions.
17693 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17694 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17695 (custom-theme-reset-variables): Simplify.
17696 (deftheme, custom-declare-theme, custom-make-theme-feature):
17697 Definitions moved.
17698
17699 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17700
17701 * longlines.el (longlines-show-region)
17702 (longlines-unshow-hard-newlines): Recognize hard newlines by
17703 non-nil hard property, instead of t.
17704
17705 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17706
17707 * viper-cmd.el (viper--key-maps): New variable.
17708 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17709 emulation-mode-map-alists.
17710 (viper-envelop-ESC-key): Use viper-subseq.
17711 (viper-search-forward/backward/next): Disable debug-on-error.
17712
17713 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17714 (viper-ESC-key): New defcustoms.
17715
17716 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17717
17718 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17719 (viper-subseq): Copy of subseq from cl.el.
17720
17721 * viper.el (viper-go-away, viper-set-hooks): Use
17722 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17723
17724 * viper-mous.el (viper-current-frame-saved): Use defvar.
17725
17726 * viper-init.el: Get rid of -face in face names.
17727
17728 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17729 Make it work with longlines mode
17730
17731 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17732
17733 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17734
17735 * ediff-init.el: Get rid of -face in face names.
17736
17737 2005-07-10 Richard M. Stallman <rms@gnu.org>
17738
17739 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17740 and with-timeout-unsuspend.
17741
17742 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17743 and with-timeout-unsuspend.
17744
17745 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17746 (with-timeout): Bind that variable to record timers.
17747 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17748
17749 * emacs-lisp/debug.el (debug-help-follow): New function.
17750 (debugger-mode-map): Use that instead of help-follow.
17751 (debugger-setup-buffer): Use eval-buffer-list
17752 to handle eval-buffer frames.
17753
17754 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17755
17756 * timezone.el (timezone-parse-date): Change first regexp
17757 so it will not mistakenly match dates with no time zone.
17758
17759 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17760
17761 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17762
17763 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17764
17765 * custom.el (custom-initialize-safe-set)
17766 (custom-initialize-safe-default): New functions.
17767
17768 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17769 and simplify :init-value.
17770
17771 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17772 and simplify :init-value. Delete obsolete comment.
17773
17774 * startup.el (command-line): Use `custom-reevaluate-setting' to
17775 handle `tooltip-mode'. Delete obsolete comment.
17776
17777 * files.el (set-visited-file-name): Avoid calling
17778 `file-name-nondirectory' with a nil argument.
17779
17780 2005-07-09 Richard M. Stallman <rms@gnu.org>
17781
17782 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17783 was called with nil for the buffer, handle the read position right.
17784 Handle read position for eval-region, too.
17785
17786 2005-07-09 Juri Linkov <juri@jurta.org>
17787
17788 * fringe.el (fringe-mode): Add period in docstring.
17789 (fringe-query-style): Build prompt depending on `all-frames' arg.
17790
17791 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17792 to not create links to unrelated functions in the Help buffer.
17793
17794 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17795 Doc fix.
17796
17797 * simple.el (next-error-hook): New variable.
17798 (next-error): Use it. Doc fix.
17799
17800 * textmodes/ispell.el (ispell-command-loop): Add current
17801 dictionary name and program name to mode-line-format.
17802 (ispell-region, ispell-process-line): Add current dictionary name
17803 and program name to messages.
17804
17805 2005-07-08 Jay Belanger <belanger@truman.edu>
17806
17807 * calc/calc.el (calc-embedded-announce-formula-alist)
17808 (calc-embedded-open-close-formula-alist)
17809 (calc-embedded-open-close-word-alist)
17810 (calc-embedded-open-close-plain-alist)
17811 (calc-embedded-open-close-new-formula-alist)
17812 (calc-embedded-open-close-mode-alist)
17813 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17814 (calc-embedded-mode-hook): New variables.
17815
17816 * calc/calc-embed.el (calc-embedded-firsttime)
17817 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17818 New variables.
17819 (calc-do-embedded): Use calc-embedded-firsttime,
17820 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17821 determine whether or not to run hooks.
17822 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17823 calc-embedded-firsttime-formula appropriately.
17824 Set calc-embedded delimiter variables according to mode.
17825
17826 2005-07-08 Richard M. Stallman <rms@gnu.org>
17827
17828 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17829 Check for "emacs", etc., as entire symbol, not just as word.
17830 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17831
17832 * files.el (set-visited-file-name): Report the error
17833 for "empty filename" earlier.
17834 (kill-some-buffers): Ignore buffers already dead.
17835
17836 * fringe.el (fringe-mode): Doc fix.
17837
17838 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17839 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17840 Use unwind-protect to ensure byte-compile-unresolved-functions
17841 is updated.
17842
17843 * whitespace.el (whitespace-buffer-leading-cleanup):
17844 Simplify w/ skip-chars-forward.
17845 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17846
17847 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17848 Unconditionally try to leave point at the same old place.
17849
17850 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17851
17852 * comint.el (comint-postoutput-scroll-to-bottom)
17853 (comint-show-maximum-output): Take scroll-margin into consideration.
17854
17855 2005-07-08 Kim F. Storm <storm@cua.dk>
17856
17857 * ido.el (ido-use-filename-at-point): New choice `guess'.
17858 (ido-file-internal): Try ffap-guesser if selected.
17859
17860 * ido.el (ido-before-fallback-functions): New hook.
17861 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17862 (ido-read-file-name): Run it.
17863
17864 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17865
17866 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17867 strings rather than a list of symbols to the completion function.
17868
17869 2005-07-07 Jay Belanger <belanger@truman.edu>
17870
17871 * calc/calc-units.el (math-apply-units): Change the places in
17872 which units are simplified.
17873
17874 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17875
17876 * cus-edit.el (customize-option, customize-option-other-window):
17877 Make them handle aliases.
17878
17879 * custom.el (custom-variable-p): Make it recursively follow
17880 aliases. Mention that in the docstring.
17881
17882 2005-07-07 Richard M. Stallman <rms@gnu.org>
17883
17884 * cus-start.el (exec-path): Use `directory' instead of `file'.
17885 Fix tag for nil.
17886
17887 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17888
17889 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17890 when called non-interactively. Doc fix.
17891
17892 2005-07-07 Lute Kamstra <lute@gnu.org>
17893
17894 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17895 new address as well.
17896
17897 2005-07-07 Kenichi Handa <handa@m17n.org>
17898
17899 * international/mule.el (make-coding-system):
17900 Describe `ascii-incompatible' property in the docstring.
17901 (set-file-name-coding-system): Signal an error if coding-system is
17902 ascii-incompatible.
17903 (set-keyboard-coding-system): Likewise.
17904
17905 * international/mule-cmds.el (set-default-coding-systems):
17906 Don't set default-file-name-coding-system and
17907 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17908
17909 * international/utf-16.el: Declare that all UTF-16-based coding
17910 systems are ASCII-incompatible.
17911
17912 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17913
17914 * progmodes/gud.el: Require font-lock for displaying errors.
17915 Used by gdb-ui.el.
17916
17917 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17918
17919 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17920 values for the pattern lists which are `read'able but not
17921 `append'able (like symbols).
17922
17923 2005-07-06 Richard M. Stallman <rms@gnu.org>
17924
17925 * progmodes/flymake.el (flymake-float-time): Instead of
17926 with-no-warnings, test for xemacs.
17927 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17928 to avoid warning.
17929
17930 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17931
17932 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17933
17934 2005-07-05 Lute Kamstra <lute@gnu.org>
17935
17936 * battery.el: Add support for Darwin (with much debugging help
17937 from Samuel Lauber <sam124@operamail.com>).
17938 (battery-status-function, battery-echo-area-format)
17939 (battery-mode-line-format): Add support for pmset on Darwin.
17940 (battery-load-low, battery-load-critical): New user options.
17941 (battery-pmset): New function.
17942
17943 2005-07-05 Lute Kamstra <lute@gnu.org>
17944
17945 Update FSF's address in GPL notices.
17946
17947 * textmodes/page-ext.el: Update FSF's address.
17948
17949 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17950
17951 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17952 filling from using prefix when filling a single-line docstring.
17953
17954 * progmodes/flymake.el: Remove useless eval-when-compile.
17955
17956 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17957
17958 2005-07-04 Richard M. Stallman <rms@gnu.org>
17959
17960 * textmodes/org.el (org-file-apps-defaults-gnu):
17961 Rename from org-file-apps-defaults-linux.
17962 (org-default-apps): Don't test system-type for `linux'.
17963 (org-file-apps): Doc fix.
17964
17965 2005-07-04 David Ponce <david@dponce.com>
17966
17967 * tree-widget.el: Improve header Commentary section.
17968 (tree-widget) [defgroup]
17969 (tree-widget-image-enable, tree-widget-themes-directory)
17970 (tree-widget-theme, tree-widget-image-properties-emacs)
17971 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17972 (tree-widget-image-formats, tree-widget-control)
17973 (tree-widget-empty-control, tree-widget-leaf-control
17974 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17975 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17976 (tree-widget-keep, tree-widget-after-toggle-functions)
17977 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17978 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17979 :help-echo message.
17980 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17981 (tree-widget-image-properties): Doc fix. Clearer implementation.
17982 (tree-widget--cursors): New constant.
17983 (tree-widget-lookup-image): New function split from
17984 `tree-widget-find-image'. Clearer implementation.
17985 (tree-widget-find-image): Use it.
17986 (tree-widget-button-keymap): Use `set-keymap-parent'.
17987 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17988 Define the sub-widgets here.
17989 (tree-widget-node): Check that :node is not a tree-widget.
17990 (tree-widget-get-super, tree-widget-open-control)
17991 (tree-widget-close-control, tree-widget-empty-control)
17992 (tree-widget-leaf-control, tree-widget-guide)
17993 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17994 (tree-widget-no-handle, tree-widget-value-delete)
17995 (tree-widget-map): Remove.
17996 (tree-widget-children-value-save): Doc fix. Simplified.
17997 (tree-widget-value-create): Update according to previous changes.
17998
17999 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18000
18001 * textmodes/org.el: Leading space replaced by TABS.
18002 (org-recalc-marks, org-table-rotate-recalc-marks)
18003 (org-table-get-specials): Treat "^" and "_" marks.
18004 (org-table-justify-field-maybe): Optional argument NEW.
18005 (org-table-eval-formula): Parsing of the format simplified.
18006 New modes C,I. Honor the %= parameter in the current table.
18007 Avoid unnecessary re-align by using the NEW argument to
18008 `org-table-justify-field-maybe'.
18009 (org-calc-default-modes): Default for date-format mimicks org-mode.
18010 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18011
18012 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18013
18014 * cus-face.el (custom-theme-set-faces): Make it handle face
18015 aliases whose alias declarations are pre- or autoloaded.
18016
18017 2005-07-04 Juri Linkov <juri@jurta.org>
18018
18019 * faces.el (read-face-name): Put the code for getting a face name
18020 from the buffer before adding the faces from the `face' property.
18021 Use `completing-read-multiple' instead of `completing-read'.
18022 Require `crm'. Add default value and post-process the returned
18023 list of faces.
18024
18025 * emacs-lisp/crm.el (crm-find-current-element)
18026 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18027
18028 * emacs-lisp/lisp-mode.el (eval-defun-1):
18029 * emacs-lisp/edebug.el (edebug-eval-defun):
18030 Remove unnecessary quotes.
18031
18032 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18033
18034 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18035 (prolog-indent-level): Fix typo in docstring.
18036
18037 * info.el (Info-history, Info-history-forward)
18038 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18039
18040 * add-log.el (add-change-log-entry):
18041 * comint.el (comint-dynamic-list-input-ring)
18042 (comint-dynamic-list-completions):
18043 * dabbrev.el (dabbrev-expand):
18044 * delim-col.el (delimit-columns-rectangle-line):
18045 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18046 (diff-unified->context):
18047 * ediff-init.el (ediff-abbrev-jobname):
18048 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18049 (ediff-replace-session-activity-marker-in-meta-buffer):
18050 * info.el (Info-summary):
18051 * lpr.el (printify-region):
18052 * printing.el (pr-create-interface):
18053 * ps-print.el (ps-print-quote):
18054 * ses.el (ses-column-widths, ses-print-cell)
18055 (ses-adjust-print-width, ses-center):
18056 * shell.el (shell-file-name-quote-list):
18057 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18058 (strokes-fill-current-buffer-with-whitespace)
18059 (strokes-xpm-for-stroke, strokes-list-strokes)
18060 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18061 * term.el (term-dynamic-list-input-ring)
18062 (term-dynamic-list-completions):
18063 * calc/calc.el (math-format-stack-value):
18064 * emacs-lisp/edebug.el (edebug-display-freq-count):
18065 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18066 (delphi-new-comment-line):
18067 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18068 * progmodes/executable.el (executable-set-magic):
18069 * progmodes/python.el (inferior-python-mode):
18070 * progmodes/scheme.el (scheme-mode-syntax-table):
18071 * progmodes/sh-script.el (sh-maybe-here-document):
18072 * progmodes/sql.el (sql-copy-column):
18073 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18074 * textmodes/bibtex.el (bibtex-mode):
18075 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18076 (sgml-auto-attributes):
18077 * textmodes/table.el (table-insert, table-shorten-cell)
18078 (table--generate-source-scan-lines, table-delete-row)
18079 (*table--cell-delete-char, table--spacify-frame)
18080 (table--horizontally-shift-above-and-below)
18081 (table--cell-insert-char, table--cell-blank-str)
18082 (table--fill-region-strictly):
18083 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18084 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18085
18086 * add-log.el (change-log):
18087 * apropos.el (apropos):
18088 * comint.el (comint-completion, comint-source):
18089 * dabbrev.el (dabbrev):
18090 * delim-col.el (columns):
18091 * diff-mode.el (diff-mode):
18092 * ediff.el (ediff):
18093 * ediff-diff.el (ediff-diff):
18094 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18095 * ediff-mult.el (ediff-mult):
18096 * ediff-ptch.el (ediff-ptch):
18097 * ediff-wind.el (ediff-window):
18098 * facemenu.el (facemenu):
18099 * indent.el (indent):
18100 * info.el (info):
18101 * jka-cmpr-hook.el (compression, jka-compr):
18102 * lpr.el (lpr):
18103 * outline.el (outlines):
18104 * pcmpl-cvs.el (pcmpl-cvs):
18105 * pcmpl-rpm.el (pcmpl-rpm):
18106 * printing.el (printing):
18107 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18108 (ps-print-vertical, ps-print-headers, ps-print-font)
18109 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18110 (ps-print-background, ps-print-printer, ps-print-page)
18111 (ps-print-miscellany):
18112 * ses.el (ses):
18113 * shell.el (shell, shell-directories, shell-faces):
18114 * startup.el (initialization):
18115 * strokes.el (strokes):
18116 * term.el (term):
18117 * uniquify.el (uniquify):
18118 * w32-vars.el (w32):
18119 * calc/calc.el (calc):
18120 * emacs-lisp/bytecomp.el (bytecomp):
18121 * emacs-lisp/cl-indent.el (lisp-indent):
18122 * emacs-lisp/edebug.el (edebug):
18123 * emacs-lisp/elp.el (elp):
18124 * emacs-lisp/testcover.el (testcover):
18125 * emacs-lisp/trace.el (trace):
18126 * emulation/viper-ex.el (viper-ex):
18127 * emulation/viper-mous.el (viper-mouse):
18128 * mail/mailalias.el (mailalias):
18129 * mail/supercite.el (supercite, supercite-frames)
18130 (supercite-attr, supercite-cite, supercite-hooks):
18131 * net/rcompile.el (remote-compile):
18132 * net/rlogin.el (rlogin):
18133 * obsolete/ooutline.el (outlines):
18134 * progmodes/delphi.el (delphi):
18135 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18136 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18137 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18138 (ebnf-optimization):
18139 * progmodes/etags.el (etags):
18140 * progmodes/executable.el (executable):
18141 * progmodes/idlwave.el (idlwave):
18142 * progmodes/pascal.el (pascal):
18143 * progmodes/prolog.el (prolog):
18144 * progmodes/python.el (python):
18145 * progmodes/scheme.el (scheme):
18146 * progmodes/sh-script.el (sh, sh-script):
18147 * progmodes/sql.el (SQL):
18148 * progmodes/tcl.el (tcl):
18149 * textmodes/bibtex.el (bibtex, bibtex-autokey):
18150 * textmodes/enriched.el (enriched):
18151 * textmodes/makeinfo.el (makeinfo):
18152 * textmodes/sgml-mode.el (sgml):
18153 * textmodes/table.el (table-hooks):
18154 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18155 * textmodes/texinfo.el (texinfo):
18156 * textmodes/two-column.el (two-column):
18157 Finish `defgroup' description with period.
18158
18159 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18160 * eshell/esh-var.el (eshell-var):
18161 * progmodes/vhdl-mode.el (vhdl-testbench):
18162 * textmodes/org.el (org): Fix typos in docstrings.
18163
18164 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18165 consistency.
18166
18167 * progmodes/flymake.el (flymake-find-file): Remove.
18168 (flymake-float-time): Use `with-no-warnings'.
18169 (flymake-check-start-time, flymake-check-was-interrupted)
18170 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18171 (flymake-new-err-info): `defvar' at compile time.
18172
18173 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18174
18175 * replace.el (occur-hook): Doc fix.
18176 (occur-1): Don't call `occur-hook' if there are no matches.
18177
18178 2005-07-03 Richard M. Stallman <rms@gnu.org>
18179
18180 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18181 global-map, save the same map.
18182 (global-map): Don't alter it at top level.
18183 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18184 Then alter it here instead.
18185 (tpu-edt-off): Set global-map to the saved one.
18186
18187 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18188 All references simplified.
18189 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18190 (zmacs-regions): Add defvar.
18191 (repeat-complex-command-map): Everything about that deleted.
18192
18193 * textmodes/artist.el (artist-key-is-drawing)
18194 (artist-key-endpoint1, artist-key-poly-point-list)
18195 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18196 (artist-key-compl-table, artist-rb-save-data)
18197 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18198 Don't put them in eval-when-compile.
18199 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18200
18201 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18202 Use with-no-warnings.
18203
18204 * net/browse-url.el (dos-windows-version): Add defvar.
18205
18206 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18207
18208 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18209 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18210 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18211 Add defvar.
18212 (rmail-summary-beginning-of-message): Use with-no-warnings.
18213 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18214
18215 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18216 Use with-no-warnings.
18217
18218 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18219 (c-mark-function): Add point-moving-unit property.
18220 (vi-goto-line): Use with-no-warnings.
18221
18222 * emulation/edt.el (edt-last-copied-word): Add defvar.
18223 (zmacs-region-stays): Likewise.
18224 (edt-mark-section-wisely): Use c-mark-function for C.
18225 Use makr-defun for Fortran.
18226 (time-string): defvar deleted.
18227 (edt-display-the-time): Don't set time-string.
18228
18229 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18230
18231 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18232 Don't warn when name is not constant
18233 or for defining the group `emacs'.
18234
18235 * tooltip.el (gud-tooltip-mode): Add defvar.
18236
18237 * startup.el (default-frame-background-mode): Add defvar.
18238
18239 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18240
18241 * info.el (tool-bar-map): Add defvar.
18242
18243 * dired.el (dnd-protocol-alist): Add defvar.
18244
18245 * dired-aux.el (dired-query): Display question with answer, when
18246 the user answers.
18247
18248 * custom.el (custom-add-option): Doc fix.
18249
18250 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18251
18252 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18253
18254 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18255 bogus name from the last change.
18256
18257 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18258
18259 * custom.el (custom-declare-variable): Fix typos in comment.
18260 (custom-known-themes): Doc fix.
18261 (custom-theme-directory): New defcustom.
18262 (require-theme): Make it check `custom-theme-directory'.
18263
18264 * cus-theme.el (custom-new-theme-mode): New function.
18265 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18266 (custom-theme-description): Add compiler defvars.
18267 (customize-create-theme): Add doc to the "*New Custom Theme*"
18268 buffer. Use `custom-new-theme-mode'.
18269 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18270 and save it to the `custom-theme-directory'. Make this the
18271 default directory of the buffer.
18272
18273 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18274
18275 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18276 Fix unbalanced parentheses.
18277
18278 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18279
18280 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18281 into flymake-mode and delegate to flymake-mode.
18282
18283 * find-file.el (ff-which-function-are-we-in): Clean up.
18284
18285 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18286
18287 * replace.el (occur-rename-buffer): Fix docstring.
18288
18289 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18290 (edt-last-copied-word, edt-learn-macro-count)
18291 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18292 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18293 (time-string, zmacs-region-stays):
18294 * emulation/edt-mapper.el (edt-save-function-key-map)
18295 (EDT-key-name): `defvar' to silence the byte-compiler.
18296
18297 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18298
18299 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18300 font-lock-regexp-backslash. Doc fix.
18301 (font-lock-regexp-backslash-grouping-construct): Rename from
18302 font-lock-regexp-backslash-construct. Doc fix.
18303 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18304 grouping constructs.
18305
18306 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18307
18308 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18309 updating all the prerequisites.
18310
18311 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18312
18313 * textmodes/org.el (org-agenda-start-on-weekday)
18314 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18315 (org-agenda-use-time-grid, org-archive-location)
18316 (org-allow-space-in-links, org-usenet-links-prefer-google)
18317 (org-enable-table-editor, org-export-default-language)
18318 (org-export-html-show-new-buffer, org-fill-paragraph)
18319 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18320 (org-goto-quit, org-occur, org-eval-in-calendar)
18321 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18322 (org-agenda-diary-entry, org-remember-help)
18323 (org-table-convert-region, org-at-table-p)
18324 (org-table-move-row-down, org-table-move-row-up)
18325 (org-table-copy-region, org-table-toggle-vline-visibility)
18326 (org-table-get-stored-formulas, org-table-get-specials)
18327 (org-recalc-commands, org-table-eval-formula)
18328 (org-table-formula-substitute-names, orgtbl-make-binding)
18329 (org-format-org-table-html, org-format-table-table-html)
18330 (org-format-table-table-html-using-table-generate-source)
18331 (org-customize): Fix typos in docstrings.
18332 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18333 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18334 (org-back-to-heading): Doc fixes.
18335 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18336 (org-agenda-change-all-lines, org-get-header):
18337 Improve argument/docstring consistency.
18338 (orgtbl-error): Fix error message.
18339
18340 * progmodes/flymake.el (flymake-find-possible-master-files)
18341 (flymake-master-file-compare, flymake-get-line-err-count)
18342 (flymake-highlight-line, flymake-gui-warnings-enabled):
18343 Fix typos in docstrings.
18344 (flymake-parse-line, flymake-get-project-include-dirs-function)
18345 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18346 Doc fixes.
18347 (flymake-get-project-include-dirs-function)
18348 (flymake-make-err-menu-data):
18349 Improve argument/docstring consistency.
18350
18351 2005-07-01 Lute Kamstra <lute@gnu.org>
18352
18353 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18354 Catch errors with ignore-errors. Use temporary buffer.
18355 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18356
18357 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18358 background color faces.
18359 (facemenu-set-foreground, facemenu-set-background):
18360 Use facemenu-set-face-from-menu.
18361 (facemenu-set-face-from-menu): Treat face names that start with
18362 "fg:" or "bg:" as special.
18363 (facemenu-add-new-color): Don't create faces. Simplify.
18364
18365 2005-06-30 Richard M. Stallman <rms@gnu.org>
18366
18367 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18368 (crm-find-current-element): Likewise.
18369
18370 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18371
18372 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18373
18374 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18375
18376 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18377 (archive-mouse-extract): Make it an obsolete alias.
18378 (archive-mode-map): Don't use archive-mouse-extract any more.
18379 (archive-mode, archive-extract): write-contents-hooks ->
18380 write-contents-functions.
18381 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18382 first arg.
18383 (archive-rename-entry): Update the call.
18384 (archive-zip-summarize): Remove unused var `method'.
18385 (archive-lzh-summarize): Remove unused var `creator'.
18386
18387 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18388 dedicated frame upon exit.
18389
18390 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18391 (archive-zip-extract, archive-zip-expunge)
18392 (archive-zip-update, archive-zip-update-case): Use executable-find.
18393 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18394 Use restore-buffer-modified-p.
18395 (archive-extract, archive-add-new-member, archive-write-file-member):
18396 Use with-current-buffer.
18397 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18398
18399 2005-06-30 Andreas Schwab <schwab@suse.de>
18400
18401 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18402
18403 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18404
18405 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18406
18407 2005-06-30 Juri Linkov <juri@jurta.org>
18408
18409 * faces.el (vertical-border): Inherit from mode-line-inactive
18410 only on tty.
18411
18412 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18413
18414 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18415 example, -NLINES in the `occur' docstring).
18416
18417 * replace.el (occur-1): When no matches are found, do not set the
18418 `buffer-read-only' and modified flags for the occur buffer,
18419 because it is deleted.
18420
18421 * emulation/cua-base.el (cua-check-pending-input)
18422 (cua-repeat-replace-region, cua-mode, cua-debug)
18423 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18424 Fix typos in docstrings.
18425
18426 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18427 (cua-cut-region-to-global-mark)
18428 (cua--cut-rectangle-to-global-mark):
18429 Remove period from end of messages.
18430
18431 * emulation/cua-rect.el (cua-do-rectangle-padding):
18432 Remove period from end of messages.
18433 (cua--rectangle-seq-format): Fix typo in docstring.
18434 (cua-sequence-rectangle, cua-fill-char-rectangle):
18435 Improve argument/docstring consistency.
18436
18437 2005-06-29 Juri Linkov <juri@jurta.org>
18438
18439 * faces.el (default-frame-background-mode): New internal variable.
18440 (frame-set-background-mode): Use it.
18441
18442 * startup.el (normal-top-level): Set default-frame-background-mode
18443 instead of frame-background-mode. Before setting it, test for its
18444 nil value. Remove tests for frame-background-mode and frame
18445 parameter `reverse'. Add test for "unspecified-fg".
18446
18447 * term/xterm.el (xterm-rxvt-set-background-mode):
18448 * term/rxvt.el (rxvt-set-background-mode):
18449 Set default-frame-background-mode instead of frame-background-mode.
18450
18451 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18452
18453 * simple.el (set-variable): Warn about obsolete user variables.
18454
18455 * imenu.el (imenu--completion-buffer):
18456 * mouse.el (mouse-buffer-menu-alist):
18457 * msb.el (msb-invisible-buffer-p):
18458 * calendar/diary-lib.el (diary-header-line-format):
18459 * emacs-lisp/pp.el (pp-buffer):
18460 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18461 * textmodes/picture.el (picture-replace-match):
18462 Change space constants followed by a sexp to "?\s ".
18463
18464 * play/decipher.el (decipher-loop-with-breaks):
18465 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18466 constants "protected" from end of line by a comment to "?\s".
18467
18468 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18469
18470 * font-lock.el (save-buffer-state): Use `declare'.
18471
18472 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18473 reset the syntax-table to cperl-mode-syntax-table.
18474 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18475 "foo_print_bar" is not matched as a reserved keyword.
18476
18477 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18478
18479 * textmodes/org.el (orgtbl-setup): New function, for delayed
18480 setup for the orgtbl commands.
18481 (org-calc-default-modes): New option.
18482 (orgtbl-make-binding): Use `defun' to get better help display.
18483 (org-diary): Call `org-compile-prefix-format'.
18484 (org-table-formula-substitute-names): New function.
18485 (org-agenda-day-view, org-agenda-week-view): New commands.
18486 (org-agenda-toggle-week-view): Command removed.
18487 (org-tbl-menu): Split off from org-org-menu.
18488 (org-mode): Move removal of outline-mode menus to here.
18489 (org-table-formula-debug): New option.
18490 (org-table-insert-row): Keep first field if just "#" or "*".
18491 (org-mode): Paragraph regexps fixed.
18492 (org-table-recalculate-regexp): New constant.
18493 (org-table-justify-field-maybe): Avoid replace if not necessary.
18494 (org-copy-special, org-cut-special): Use `call-interactively'.
18495 (org-table-copy-region): Take region from `interactive' call.
18496 (org-trim): Return string even if no match.
18497 (org-formula): New face.
18498 (org-set-font-lock-defaults): No longer highlight "FIXME".
18499 But highlight formula-related fields in table.
18500 (org-table-p): Use regexp, not fontification.
18501 (org-table-align): Handle white space at end of line.
18502 (org-table-formula-evaluate-inline): New option.
18503 (org-mode): Auto-wrapping in comment lines turned off.
18504 (org-table-copy-down): Evaluate only in copied field, not in
18505 destination.
18506 (org-table-current-formula): Variable removed.
18507 (org-table-store-formulas, org-table-get-stored-formulas)
18508 (org-table-modify-formulas, org-table-replace-in-formulas)
18509 (org-table-maybe-eval-formula): New functions.
18510 (org-table-get-formula): Modify to use stored formulas.
18511 (org-table-insert-column, org-table-delete-column)
18512 (org-table-move-column): Call `org-table-modify-formulas'.
18513 (org-complete): Add completion for keyword formulas.
18514 (orgtbl-mode): Pull orgtbl-mode-map to start of
18515 minor-mode-map-alist.
18516
18517 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18518
18519 * progmodes/python.el (python-check): Require `compile' before
18520 modifying its variables.
18521
18522 * newcomment.el (comment-indent-default): Don't get fooled by an early
18523 end of buffer.
18524
18525 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18526
18527 * ps-print.el (ps-print-version): Fix version number.
18528
18529 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18530
18531 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18532
18533 2005-06-28 Richard M. Stallman <rms@gnu.org>
18534
18535 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18536 (flyspell-local-mouse-map): Declaration deleted.
18537 (flyspell-mouse-map): Bind only mouse-2.
18538 (flyspell-mode-map): Don't test flyspell-use-local-map.
18539 (flyspell-overlay-keymap-property-name): Var deleted.
18540 (flyspell-mode-on): Don't make local bindings for
18541 flyspell-mouse-map and flyspell-mode-map.
18542 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18543
18544 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18545
18546 * progmodes/compile.el (compilation-next-error-function):
18547 Don't switch buffers; operate on the current buffer.
18548
18549 * progmodes/compile.el (compilation-error-file-name)
18550 (compilation-warning-file-name, compilation-info-file-name)
18551 (compilation-line-number, compilation-column-number): New faces.
18552 (compilation-error-face, compilation-warning-face)
18553 (compilation-info-face, compilation-line-face)
18554 (compilation-column-face): Use them.
18555
18556 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18557
18558 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18559
18560 * bindings.el (global-map): Bind insertchar and its variants.
18561
18562 2005-06-27 Richard M. Stallman <rms@gnu.org>
18563
18564 * textmodes/artist.el (artist-text-overwrite)
18565 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18566
18567 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18568
18569 * ps-print.el: It was not working the page selection for printing.
18570 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18571 (ps-print-version): New version 6.6.7.
18572 (ps-end-sheet): New fun.
18573 (ps-header-sheet, ps-end-job): Call it.
18574
18575 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18576
18577 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18578
18579 2005-06-27 Lute Kamstra <lute@gnu.org>
18580
18581 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18582 background color faces.
18583 (facemenu-get-face): Delete function.
18584 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18585 (facemenu-add-new-color): Make second argument mandatory.
18586 Create the appropriate face and return it. Simplify.
18587 (facemenu-set-foreground, facemenu-set-background): Don't check if
18588 color is defined. Use return value of facemenu-add-new-color.
18589
18590 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18591
18592 * progmodes/gud.el (gud-filter): Add missing argument to
18593 with-selected-window.
18594
18595 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18598 a :require to the defcustom.
18599
18600 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18601 defcustoms corresponding to minor modes.
18602
18603 2005-06-26 David Ponce <david@dponce.com>
18604
18605 * recentf.el: Require tree-widget instead of wid-edit.
18606 (recentf-filename-handler): Fix widget :type.
18607 (recentf-cancel-dialog, recentf-open-more-files)
18608 (recentf-open-files-action): Doc fix.
18609 (recentf-dialog-goto-first): New function.
18610 (recentf-dialog-mode-map): Set parent keymap first.
18611 (recentf-dialog-mode): Define with define-derived-mode.
18612 Don't display continuation lines in dialogs.
18613 (recentf-edit-list): Rename from recentf-edit-selected-items.
18614 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18615 Simplify.
18616 (recentf-edit-list-validate): New function.
18617 (recentf-edit-list): Update accordingly.
18618 (recentf-open-files-item-shift): Remove.
18619 (recentf-open-files-item): Convert menu elements into tree and
18620 link widgets. Don't create the widgets.
18621 (recentf-open-files): Update accordingly.
18622 (recentf-save-list): Untabify.
18623
18624 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18625
18626 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18627 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18628 partially contained in the active region. Do not take active
18629 region into account when called from Lisp, unless INTERACTIVE arg
18630 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18631 avoid trouble with fields. Make marker point nowhere when no
18632 longer used. Always return nil. Doc fix.
18633 (flush-lines): Add INTERACTIVE arg. Do not take active region
18634 into account when called from Lisp, unless INTERACTIVE arg is
18635 non-nil. Use `forward-line' instead of `beginning-of-line' to
18636 avoid trouble with fields. Make marker point nowhere when no
18637 longer used. Always return nil. Doc fix.
18638 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18639 interchangeable. Do not take active region into account when
18640 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18641 message in echo area when called from Lisp, unless INTERACTIVE arg
18642 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18643 Return the number of matches. Doc fix.
18644 (occur): Doc fix.
18645 (perform-replace): Make comment follow double space convention for
18646 the sake of `outline-minor-mode'.
18647
18648 * faces.el (facep): Doc fix.
18649
18650 2005-06-25 Richard M. Stallman <rms@gnu.org>
18651
18652 * facemenu.el (facemenu-enable-faces-p): New function.
18653 (facemenu-background-menu, facemenu-foreground-menu)
18654 (facemenu-face-menu): Add menu-enable property.
18655
18656 * jka-compr.el (jka-compr-insert-file-contents):
18657 Special handling if cannot find the uncompression program.
18658
18659 * cus-face.el (custom-face-attributes): Add autoload.
18660
18661 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18662 Bind comment-indent-function locally.
18663
18664 * window.el (save-selected-window): Use save-current-buffer.
18665
18666 * subr.el (with-selected-window): Use save-current-buffer.
18667
18668 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18669 and with-current-buffer.
18670
18671 2005-06-24 Richard M. Stallman <rms@gnu.org>
18672
18673 * simple.el (line-move-1): Fix previous change.
18674
18675 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18676
18677 * replace.el (occur-1): Set `buffer-read-only' and the
18678 buffer-modified flag before running `occur-hook' to protect
18679 against unintentional buffer switches that can lead to data loss.
18680
18681 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18682
18683 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18684 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18685 initial error.
18686
18687 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18688 after fresh input.
18689 (gdb-var-create-handler): Put name of expression in quotes.
18690
18691 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18692
18693 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18694 elements of RING in order, and without bogus nil elements.
18695
18696 2005-06-23 Richard M. Stallman <rms@gnu.org>
18697
18698 * simple.el (set-variable): Args renamed; doc fix.
18699 (line-move-1): When there are overlays around, use vertical-motion.
18700
18701 * faces.el (escape-glyph): Use brown against light background.
18702 (nobreak-space): Rename from no-break-space.
18703 Fix previous change.
18704
18705 * dired-aux.el (dired-do-copy): Fix arg prompt.
18706
18707 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18708
18709 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18710
18711 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18712 rather than "Distributor".
18713
18714 2005-06-23 Lute Kamstra <lute@gnu.org>
18715
18716 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18717 (debug-on-entry): Use it. New interactive declaration that uses
18718 function-called-at-point.
18719
18720 2005-06-23 Kim F. Storm <storm@cua.dk>
18721
18722 * subr.el (save-match-data): Add comment about using evaporate arg
18723 to set-match-data.
18724
18725 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18726
18727 * cus-edit.el (customize-face)
18728 (customize-face-other-window): Handle face aliases.
18729
18730 * faces.el (face-documentation, set-face-attribute)
18731 (face-spec-set): Handle face aliases.
18732
18733 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18734
18735 * help-mode.el (help-make-xrefs): If a symbol representing a face
18736 name is not followed by the word "face", it could still be a
18737 function or variable name, so don't bypass other checks.
18738
18739 2005-06-22 Juri Linkov <juri@jurta.org>
18740
18741 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18742 Replace aliased functions with calls where second arg `inherit' is t.
18743
18744 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18745
18746 * progmodes/gdb-ui.el (gdb-error): New variable.
18747 (gdb-error): New function.
18748 (gdb-annotation-rules): Act on error-begin and error annotations.
18749 (gdb-concat-output): Use font-lock-warning-face for errors.
18750
18751 2005-06-22 Miles Bader <miles@gnu.org>
18752
18753 * bindings.el (propertized-buffer-identification): Use renamed
18754 `Buffer-menu-buffer' face.
18755
18756 * faces.el (vertical-border): Rename from `vertical-divider'.
18757 (escape-glyph): Change dark-background color back to `cyan'.
18758
18759 2005-06-21 Juri Linkov <juri@jurta.org>
18760
18761 * faces.el (face-user-default-spec): Try getting `customized-face'
18762 prior to `saved-face'.
18763 (frame-background-mode): Refill docstring.
18764
18765 * emacs-lisp/lisp-mode.el (eval-defun-1):
18766 * emacs-lisp/edebug.el (edebug-eval-defun):
18767 Set `saved-face' temporarily to nil before calling form.
18768 Set `customized-face' to the new spec after that.
18769
18770 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18771
18772 * subr.el (1value, lambda, key-substitution-in-progress):
18773 Doc fixes.
18774
18775 * autoinsert.el (auto-insert-alist):
18776 * ses.el (ses-call-printer):
18777 * subr.el (noreturn):
18778 * emacs-lisp/lisp.el (check-parens):
18779 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18780 * net/browse-url.el (browse-url-mosaic):
18781 * progmodes/cc-defs.el (c-safe-scan-lists):
18782 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18783 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18784 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18785 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18786 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18787 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18788
18789 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18790
18791 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18792
18793 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18794
18795 * calendar/appt.el (appt-make-list): Activate the package, if
18796 not already active (for backwards compatibility).
18797
18798 2005-06-20 Kim F. Storm <storm@cua.dk>
18799
18800 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18801
18802 2005-06-20 Miles Bader <miles@gnu.org>
18803
18804 * faces.el (vertical-divider): New face.
18805
18806 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18807
18808 * simple.el (kill-whole-line): Doc fix.
18809 (next-error-buffer-p, next-error-find-buffer)
18810 (clone-indirect-buffer): Fix typos in docstrings.
18811 (comment-line-break-function): Doc fix: don't say variable
18812 is automatically buffer-local (it isn't).
18813
18814 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18815
18816 * net/tramp-ftp.el (top):
18817 * net/tramp-smb.el (top):
18818 * net/tramp-util.el (top):
18819 * net/tramp-uu.el (top):
18820 * net/tramp-vc.el (top):
18821 * net/tramp.el (top): Revert copyright years back to original
18822 ones. Tramp has a life outside GNU Emacs.
18823
18824 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18825
18826 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18827
18828 2005-06-18 Juri Linkov <juri@jurta.org>
18829
18830 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18831 end of first regexp to limit the match to the position between
18832 line number and source line with same separator character as used
18833 between file name and line number. In the second regexp limit
18834 mouse-face area to file name and line number by adding new group
18835 for them and referring it in HYPERLINK arg.
18836 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18837 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18838 previous line where grep markers may be already removed.
18839
18840 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18841
18842 * progmodes/ps-mode.el: Update version and maintainer's email address.
18843
18844 2005-06-18 Steve Youngs <steve@xemacs.org>
18845
18846 * net/browse-url.el (browse-url-browser-function)
18847 (browse-url-default-browser): Add firefox.
18848 (browse-url-firefox-program, browse-url-firefox-arguments)
18849 (browse-url-firefox-startup-arguments)
18850 (browse-url-firefox-new-window-is-tab): New defcustoms.
18851 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18852
18853 2005-06-17 Richard M. Stallman <rms@gnu.org>
18854
18855 * startup.el (command-line): Warn if specified user name has
18856 no home directory.
18857
18858 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18859 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18860
18861 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18862 Doc fixes.
18863
18864 * faces.el (underline): Try bold if terminal doesn't support underline.
18865
18866 * mail/sendmail.el (mail-setup-with-from): New variable.
18867 (mail-insert-from-field): New function.
18868 (sendmail-send-it): Call it.
18869 (mail-setup): Optionally call it here.
18870
18871 * term/linux.el: Call tty-no-underline.
18872
18873 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18874
18875 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18876
18877 2005-06-17 Miles Bader <miles@gnu.org>
18878
18879 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18880 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18881 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18882 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18883 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18884 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18885 Remove "-face" suffix from face names.
18886 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18887 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18888 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18889 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18890 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18891 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18892 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18893 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18894 New backward-compatibility aliases for renamed faces.
18895 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18896 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18897 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18898 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18899 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18900 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18901 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18902 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18903 Use renamed ediff faces.
18904
18905 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18906 Remove "-face" suffix from face names.
18907 (eshell-test-ok-face, eshell-test-failed-face):
18908 New backward-compatibility aliases for renamed faces.
18909 (eshell-run-test): Use renamed eshell-test faces.
18910
18911 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18912 face name.
18913 (eshell-prompt-face): New backward-compatibility alias for renamed
18914 face.
18915 (eshell-emit-prompt): Use renamed eshell-prompt face.
18916
18917 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18918 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18919 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18920 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18921 Remove "-face" suffix from face names.
18922 (eshell-ls-directory-face, eshell-ls-symlink-face)
18923 (eshell-ls-executable-face, eshell-ls-readonly-face)
18924 (eshell-ls-unreadable-face, eshell-ls-special-face)
18925 (eshell-ls-missing-face, eshell-ls-archive-face)
18926 (eshell-ls-backup-face, eshell-ls-product-face)
18927 (eshell-ls-clutter-face):
18928 New backward-compatibility aliases for renamed faces.
18929 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18930
18931 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18932 Remove "-face" suffix from face name.
18933 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18934 instead of literal face.
18935
18936 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18937
18938 * emacs-lisp/warnings.el (display-warning, lwarn)
18939 (warning-minimum-log-level): Doc fixes.
18940 (warning-minimum-level, warning-minimum-log-level):
18941 Add :debug to :type choices.
18942
18943 * progmodes/ada-mode.el (ada-format-paramlist)
18944 (ada-get-indent-case, ada-check-matching-start)
18945 (ada-check-defun-name, ada-goto-matching-decl-start)
18946 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18947 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18948 (ada-make-subprogram-body): Follow error conventions.
18949 (ada-case-exception-file, ada-indent-comment-as-code)
18950 (ada-indent-handle-comment-special, ada-indent-renames)
18951 (ada-indent-return, ada-search-directories-internal)
18952 (ada-tab-policy, ada-case-exception-substring)
18953 (ada-other-file-alist, ada-matching-start-re)
18954 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18955 (ada-imenu-generic-expression, ada-compile-goto-error)
18956 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18957 (ada-popup-menu, ada-add-extensions, ada-mode)
18958 (ada-region-selected, ada-create-case-exception)
18959 (ada-create-case-exception-substring, ada-after-keyword-p)
18960 (ada-activate-keys-for-case, ada-adjust-case-region)
18961 (ada-adjust-case-buffer, ada-format-paramlist)
18962 (ada-scan-paramlist, ada-insert-paramlist)
18963 (ada-indent-newline-indent)
18964 (ada-indent-newline-indent-conditional)
18965 (ada-justified-indent-current, ada-goto-previous-word)
18966 (ada-indent-current, ada-get-indent-open-paren)
18967 (ada-get-indent-paramlist, ada-get-indent-end)
18968 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18969 (ada-get-indent-block-start, ada-get-indent-subprog)
18970 (ada-get-indent-noindent, ada-get-indent-label)
18971 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18972 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18973 (ada-goto-stmt-end, ada-goto-next-word)
18974 (ada-check-matching-start, ada-check-defun-name)
18975 (ada-goto-matching-decl-start, ada-goto-matching-start)
18976 (ada-goto-matching-end, ada-search-ignore-string-comment)
18977 (ada-in-decl-p, ada-looking-at-semi-or)
18978 (ada-looking-at-semi-private, ada-in-paramlist-p)
18979 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18980 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18981 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18982 (ada-previous-package, ada-create-menu)
18983 (ada-fill-comment-paragraph-justify)
18984 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18985 (ada-other-file-name, ada-last-which-function-line)
18986 (ada-last-which-function-subprog, ada-which-function)
18987 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18988 (ada-gen-treat-proc, ada-check-emacs-version)
18989 (ada-continuation-indent, ada-align-region-separate):
18990 Fix typos in docstrings.
18991 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18992
18993 2005-06-16 Lute Kamstra <lute@gnu.org>
18994
18995 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18996 conditionally.
18997
18998 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18999
19000 * comint.el (comint-replace-by-expanded-filename)
19001 (comint-prompt-regexp, comint-delimiter-argument-list)
19002 (comint-preinput-scroll-to-bottom):
19003 * info.el (Info-hide-cookies-node):
19004 * ls-lisp.el (ls-lisp-classify):
19005 * find-file.el (ff-search-directories, ff-special-constructs)
19006 (ff-find-other-file):
19007 * font-lock.el (font-lock-keywords):
19008 * shell.el (shell-prompt-pattern)
19009 (shell-dynamic-complete-functions, shell-mode)
19010 (shell-delimiter-argument-list):
19011 * term.el (term-replace-by-expanded-filename)
19012 (term-prompt-regexp, term-delimiter-argument-list):
19013 * woman.el (woman-ignore, woman0-if):
19014 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19015 * emacs-lisp/elint.el (elint-init-env):
19016 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19017 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19018 * language/ethio-util.el (ethio-tilde-escape)
19019 (ethio-use-three-dot-question):
19020 * net/zone-mode.el (zone-mode-load-time-setup):
19021 * progmodes/cc-align.el (c-lineup-argcont):
19022 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19023 * progmodes/cperl-mode.el (cperl-set-style-back):
19024 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19025 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19026 Fix spellings in docstrings.
19027
19028 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19029 * progmodes/modula2.el (m2-for): Fix spellings.
19030
19031 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19032
19033 * simple.el (undo-more): Don't use `format' on `error' arguments.
19034 Improve argument/docstring consistency.
19035 (pending-undo-list): Doc fix.
19036
19037 * smerge-mode.el (smerge-ensure-match):
19038 * emulation/vip.el (vip-ex):
19039 * net/zone-mode.el (zone-mode-update-serial):
19040 * progmodes/idlwave.el (idlwave-complete):
19041 * progmodes/vhdl-mode.el (vhdl-visit-file)
19042 (vhdl-compose-wire-components):
19043 Don't use `format' on `error' arguments.
19044
19045 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19046 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19047 (tooltip-help-tips): Fix typos in docstrings.
19048
19049 2005-06-16 David Ponce <david@dponce.com>
19050
19051 * tree-widget.el (tree-widget-value-create): Simplify last change.
19052
19053 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19054
19055 * ido.el (ido-incomplete-regexp): New variable.
19056 (ido-set-matches-1): Handle invalid-regexp error and set
19057 ido-incomplete-regexp.
19058 (ido-incomplete-regexp): New face.
19059 (ido-completions): Use it.
19060 (ido-complete, ido-exit-minibuffer, ido-completions):
19061 Handle incomplete regexps.
19062 (ido-completions): Add check for complete match when entering a regexp.
19063
19064 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19067
19068 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19069
19070 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19071 by field delimiters.
19072
19073 2005-06-15 David Ponce <david@dponce.com>
19074
19075 * tree-widget.el: eval-and-compile inlined functions so they will
19076 be available at run-time too.
19077 (tree-widget-super-format-handler)
19078 (tree-widget-format-handler): Remove.
19079 (tree-widget-value-create): Handle the :indent property.
19080
19081 2005-06-15 Miles Bader <miles@gnu.org>
19082
19083 * progmodes/which-func.el (which-func): Only inherit
19084 `font-lock-function-name-face' when that makes sense against the
19085 default mode-line face, otherwise set the face color explicitly.
19086
19087 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19088 faces instead of (non-existent) variables.
19089
19090 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19091
19092 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19093 (iswitchb-get-matched-buffers): Likewise. Simplify.
19094
19095 2005-06-14 Miles Bader <miles@gnu.org>
19096
19097 * progmodes/ld-script.el (ld-script-location-counter):
19098 Remove "-face" suffix from face name.
19099 (ld-script-location-counter-face):
19100 New backward-compatibility alias for renamed face.
19101 (ld-script-location-counter-face): Use renamed face.
19102
19103 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19104 (cperl-hash): Remove "-face" suffix from face names.
19105 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19106 New backward-compatibility aliases for renamed faces.
19107 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19108 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19109
19110 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19111 name.
19112 (which-func-face): New backward-compatibility alias for renamed face.
19113 (which-func-format): Use renamed which-func face.
19114
19115 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19116 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19117 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19118 names.
19119 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19120 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19121 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19122 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19123 (vhdl-speedbar-architecture-selected)
19124 (vhdl-speedbar-configuration-selected)
19125 (vhdl-speedbar-package-selected)
19126 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19127 names.
19128 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19129 Use renamed faces.
19130 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19131 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19132 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19133 Use renamed faces.
19134 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19135 names.
19136 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19137 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19138 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19139 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19140 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19141 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19142
19143 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19144 face name.
19145 (sh-heredoc-face): New backward-compatibility alias for renamed face.
19146 (sh-heredoc-face): Use renamed sh-heredoc face.
19147
19148 * progmodes/idlw-help.el (idlwave-help-link):
19149 Remove "-face" suffix from face name.
19150 (idlwave-help-link-face):
19151 New backward-compatibility alias for renamed face.
19152 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19153
19154 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19155 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19156 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19157 New backward-compatibility aliases for renamed faces.
19158 (idlwave-shell-disabled-breakpoint-face)
19159 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19160
19161 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19162 Remove "-face" suffix from face names.
19163 (flymake-errline-face, flymake-warnline-face):
19164 New backward-compatibility aliases for renamed faces.
19165 (flymake-highlight-line): Use renamed flymake faces.
19166
19167 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19168 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19169 (ebrowse-member-class, ebrowse-progress):
19170 Remove "-face" suffix from face names.
19171 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19172 (ebrowse-file-name-face, ebrowse-default-face)
19173 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19174 (ebrowse-progress-face):
19175 New backward-compatibility aliases for renamed faces.
19176 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19177 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19178 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19179 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19180
19181 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19182 antlr-syntax)
19183 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19184 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19185 names.
19186 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19187 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19188 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19189 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19190 backward-compatibility aliases for renamed faces.
19191 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19192 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19193 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19194 remove "font-lock-". Use renamed antlr-mode faces.
19195 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19196 literal face-names with face variable references.
19197
19198 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19199 face name.
19200 (Buffer-menu-buffer-face): New backward-compatibility alias for
19201 renamed face.
19202 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19203
19204 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19205
19206 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19207 Eliminate "-face" suffix.
19208 (makefile-targets): Inherit from font-lock-function-name-face and
19209 eliminate "-face" suffix.
19210 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19211 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19212 actions, instead of prepending, to make it less visible.
19213 (makefile-previous-dependency, makefile-match-dependency):
19214 Don't match a target on a continuation line.
19215
19216 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19217
19218 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19219
19220 * progmodes/gdb-ui.el (menu): Re-order menu items.
19221 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19222
19223 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19224 Define in tooltip.el.
19225 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19226 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19227 gud-tooltip-echo-area.
19228
19229 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19230 backward compatibility and make obsolete.
19231 (tooltip-help-tips): Use tooltip-use-echo-area.
19232 (tooltip-show-help-function): Rename to...
19233 (tooltip-show-help): ...this, because it is a function.
19234 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19235
19236 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19237
19238 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19239 (edebug-print-length, edebug-print-level, edebug-print-circle)
19240 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19241 (edebug-eval-print-last-sexp): Doc fixes.
19242
19243 2005-06-14 Kim F. Storm <storm@cua.dk>
19244
19245 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19246 as the coverage buffer/file/both may change.
19247
19248 2005-06-14 Lute Kamstra <lute@gnu.org>
19249
19250 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19251 and run-mode-hooks. Simplify.
19252
19253 * mail/rmailedit.el (rmail-edit-mode):
19254 * progmodes/octave-inf.el (inferior-octave-mode):
19255 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19256
19257 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19258 and run-mode-hooks.
19259 (recentf-edit-list, recentf-open-files): Don't call
19260 kill-all-local-variables directly.
19261
19262 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19263
19264 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19265
19266 * emacs-lisp/byte-run.el (make-obsolete)
19267 (define-obsolete-function-alias): Rename arguments FUNCTION and
19268 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19269 (make-obsolete-variable, define-obsolete-variable-alias):
19270 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19271 respectively.
19272
19273 * isearchb.el (isearchb-activate):
19274 * pcvs.el (cvs-mode):
19275 * ses.el (ses-load):
19276 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19277 * net/tramp.el (tramp-find-file-exists-command)
19278 (tramp-find-shell):
19279 * progmodes/ada-mode.el (ada-create-case-exception)
19280 (ada-create-case-exception-substring, ada-make-subprogram-body):
19281 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19282 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19283 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19284 * textmodes/org.el (org-promote, org-evaluate-time-range)
19285 (org-agenda-next-date-line, org-agenda-previous-date-line)
19286 (org-agenda-error, org-open-at-point, org-table-move-row)
19287 (org-format-table-table-html-using-table-generate-source)
19288 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19289 * textmodes/reftex.el (reftex-access-scan-info):
19290 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19291 (reftex-toc-promote-prepare): Follow error conventions.
19292
19293 * diff-mode.el (diff-mode): Fix typo in docstring.
19294
19295 * forms.el (forms--intuit-from-file): Fix reference to
19296 `forms-number-of-fields' in error message.
19297 (forms-print): Fix quoting in error message.
19298
19299 * forms.el (forms-mode):
19300 * emulation/vi.el (vi-goto-insert-state):
19301 * progmodes/flymake.el (flymake-new-err-info)
19302 (flymake-start-syntax-check-for-current-buffer)
19303 (flymake-simple-cleanup):
19304 * eshell/esh-var.el (eshell/export):
19305 * progmodes/gud.el (xdb):
19306 * textmodes/flyspell.el (flyspell-incorrect-hook)
19307 (flyspell-maybe-correct-transposition)
19308 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19309
19310 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19311
19312 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19313 minibuffer prompt.
19314
19315 2005-06-13 Kim F. Storm <storm@cua.dk>
19316
19317 * subr.el (add-to-ordered-list): New defun.
19318
19319 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19320 add cua--keymap-alist to emulation-mode-map-alists.
19321
19322 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * subr.el (complete-in-turn): New macro.
19325 (dynamic-completion-table, lazy-completion-table): Add debug info.
19326
19327 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19328 in preference to face aliases.
19329
19330 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19331 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19332 Remove unused vars `start' and `firstline'.
19333 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19334 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19335
19336 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19337
19338 * cus-start.el (all): Don't complain about missing GTK-related
19339 variables, unless either `gtk' is boundp or this isn't a
19340 `windows-nt' build.
19341
19342 2005-06-13 Lute Kamstra <lute@gnu.org>
19343
19344 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19345 run-mode-hooks.
19346
19347 * ediff-mult.el (ediff-meta-mode):
19348 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19349
19350 * ledit.el (ledit-mode): Use delay-mode-hooks.
19351
19352 * woman.el (woman-mode-line-format): Delete constant.
19353 (woman-mode-map): Initialize it properly.
19354 (woman-mode): Set mode-class property to special.
19355 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19356 Set major-mode and mode-name. Don't set mode-line-format directly.
19357 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19358
19359 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19360 string argument obsolete.
19361
19362 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19363
19364 * textmodes/org.el (org-CUA-compatible): New option.
19365 (org-disputed-keys): New variable.
19366 (org-key): New function.
19367 (orgtbl-make-binding): Add docstring to the created function.
19368 (org-mode): Set paragraph start/separate regexps.
19369 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19370 (org-archive-location, org-archive-mark-done)
19371 (org-archive-stamp-time): New options.
19372 (org-archive-subtree): New command.
19373 (org-fill-paragraph): New function.
19374 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19375 (org-fake-empty-table-line): Function removed.
19376 (org-format-org-table-html): Do not create empty table lines at
19377 separator lines. Improved table header treatment.
19378 (org-link-format): New option.
19379 (org-make-link): New function.
19380 (org-insert-link, org-store-link): Use org-make-link.
19381 (org-open-file): Quote file name for shell command, to allow
19382 spaces in file names.
19383 (org-link-regexp): Fix bug with mailto link.
19384 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19385 New constants.
19386 (org-export-as-html): Deal with the optional angles around a link.
19387 Better treatment of file: links.
19388 (org-open-at-point): Replace @{ and @} with < and >.
19389 (org-run-mode-hooks): Function removed.
19390 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19391
19392 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19393
19394 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19395 MI command -data-list-register-values.
19396 (gdb-post-prompt): Indent properly.
19397
19398 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19399
19400 * hilit-chg.el (highlight-changes-colors): Rename from
19401 `highlight-changes-colours'.
19402 (highlight-changes-colours): Keep as obsolete alias.
19403 (highlight-changes-face-list): Doc fix.
19404 (hilit-chg-make-list): Use `highlight-changes-colors'.
19405
19406 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19407
19408 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19409 defun-prompt-regexp.
19410
19411 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19412
19413 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19414 and cygwin.
19415
19416 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19417 Don't use an old loaddefs.el, as in Makefile.in.
19418
19419 2005-06-12 Lute Kamstra <lute@gnu.org>
19420
19421 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19422
19423 * man.el (Man-mode-map): Initialize it properly.
19424 (Man-mode): Set mode-class property to special.
19425
19426 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19427
19428 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19429
19430 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19431 A newline is needed in the docstring there.
19432
19433 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19434 Doc fixes.
19435
19436 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19437
19438 * printing.el: Doc fix. The menubar is no more changed when printing
19439 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19440 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19441 (pr-version): New version number (6.8.4).
19442 (pr-menu-bind): New command.
19443 (pr-update-menus): Docstring and code fix.
19444 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19445 Docstring fix.
19446 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19447 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19448
19449 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19450
19451 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19452 "Returns" to "return", document useful return values, etc.
19453
19454 2005-06-11 Alan Mackenzie <acm@muc.de>
19455
19456 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19457 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19458 (adaptive-file-function): Minor amendment to doc-string.
19459
19460 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19461
19462 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19463 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19464 Fix :type--it is `integer', not `string'.
19465
19466 * faces.el (modeline-highlight): Rename from (the erroneous)
19467 `modeline-higilight'.
19468
19469 2005-06-11 Lute Kamstra <lute@gnu.org>
19470
19471 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19472 lisp-interaction-mode-map but make it the parent.
19473 (edebug-eval-mode): Use define-derived-mode.
19474
19475 2005-06-11 Andreas Schwab <schwab@suse.de>
19476
19477 * bindings.el: Add binding of `ESC functionkey' for every
19478 `M-functionkey'.
19479 * hexl.el (hexl-mode-map): Likewise.
19480
19481 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19482
19483 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19484 [msft]: update regexp for newer msft compilers.
19485
19486 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19487
19488 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19489 ATTLIST portions of included DTDs.
19490 (xml-parse-dtd): Eliminate use of inefficient match-data.
19491
19492 2005-06-10 Miles Bader <miles@gnu.org>
19493
19494 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19495 (mpuz-text): Remove "-face" suffix from face names.
19496 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19497 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19498 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19499
19500 * play/gomoku.el (gomoku-O, gomoku-X):
19501 Remove "-face" suffix from face names.
19502 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19503 New backward-compatibility aliases for renamed faces.
19504 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19505
19506 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19507
19508 * thumbs.el: Fixes for changes of 2005-06-09.
19509 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19510 as a directory.
19511 (thumbs-thumbname): Remove directory separator from format string;
19512 `thumbs-thumbsdir' now returns a valid directory name.
19513 (thumbs-temp-dir): New defsubst.
19514 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19515 Use it.
19516
19517 * cus-edit.el (minibuffer):
19518 * files.el (make-backup-file-name-function):
19519 * filesets.el (filesets-external-viewers):
19520 * hilit-chg.el (highlight-changes-colours)
19521 (highlight-changes-face-list, highlight-changes-rotate-faces):
19522 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19523 * kmacro.el (kmacro-call-macro):
19524 * log-edit.el (log-edit-changelog-full-paragraphs):
19525 * mouse.el (mouse-1-click-follows-link):
19526 * skeleton.el (skeleton-autowrap):
19527 * subr.el (insert-for-yank-1):
19528 * tempo.el (tempo-insert-region):
19529 * terminal.el (terminal-emulator):
19530 * time.el (display-time-mail-face):
19531 * vc.el (vc-annotate):
19532 * vcursor.el (vcursor-copy-line):
19533 * woman.el (woman-bold-headings, woman-ignore)
19534 (woman-default-faces, woman-monochrome-faces):
19535 * calendar/todo-mode.el (todo-insert-threshold):
19536 * emulation/pc-select.el (pc-select-selection-keys-only)
19537 (pc-selection-mode):
19538 * emulation/vip.el (vip-find-char-forward):
19539 * emulation/viper-cmd.el (viper-find-char-forward):
19540 * international/mule-cmds.el
19541 (select-safe-coding-system-accept-default-p)
19542 (input-method-exit-on-invalid-key):
19543 * international/mule-diag.el (describe-coding-system):
19544 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19545 * net/browse-url.el (browse-url-xterm-program):
19546 * obsolete/lazy-lock.el (lazy-lock-mode):
19547 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19548 (cperl-mode):
19549 * progmodes/cpp.el (cpp-face-light-name-list)
19550 (cpp-face-dark-name-list):
19551 * progmodes/delphi.el (delphi-newline-always-indents):
19552 Fix spellings in docstrings.
19553
19554 * ido.el (ido-mode, ido-file-extensions-order)
19555 (ido-default-file-method, ido-default-buffer-method)
19556 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19557 (ido-decorations, ido-read-file-name-as-directory-commands)
19558 (ido-read-file-name-non-ido, ido-work-directory-list)
19559 (ido-ignore-item-temp-list, ido-current-directory)
19560 (ido-magic-forward-char, ido-enter-find-file)
19561 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19562 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19563
19564 2005-06-10 Lute Kamstra <lute@gnu.org>
19565
19566 * play/dunnet.el (dun-mode): Use define-derived-mode.
19567 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19568 obsolete alias.
19569
19570 * play/doctor.el (doctor-mode-map): Remove defvar.
19571 (doctor-mode): Use define-derived-mode.
19572
19573 * mail/mspools.el (mspools-mode):
19574 * net/eudc-hotlist.el (eudc-hotlist-mode):
19575 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19576
19577 2005-06-10 Miles Bader <miles@gnu.org>
19578
19579 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19580 Remove "-face" suffix from face names.
19581 (flyspell-incorrect-face, flyspell-duplicate-face):
19582 New backward-compatibility aliases for renamed faces.
19583 (flyspell-mode-on, make-flyspell-overlay)
19584 (flyspell-highlight-incorrect-region)
19585 (flyspell-highlight-duplicate-region)
19586 (flyspell-display-next-corrections)
19587 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19588
19589 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19590 from face name.
19591 (texinfo-heading-face): New backward-compatibility alias for
19592 renamed face.
19593 (texinfo-heading-face): Use renamed texinfo-heading face.
19594
19595 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19596 suffix from face names.
19597 (tex-math-face, tex-verbatim-face):
19598 New backward-compatibility aliases for renamed faces.
19599 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19600 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19601 literal face name.
19602
19603 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19604 name.
19605 (table-cell-face): New backward-compatibility alias for renamed face.
19606 (table--put-cell-face-property, table--update-cell-face):
19607 Use renamed table-cell face.
19608
19609 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19610 from face name.
19611 (sgml-namespace-face): New backward-compatibility alias for
19612 renamed face.
19613 (sgml-namespace-face): Use renamed sgml-namespace face.
19614
19615 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19616 (org-level-4, org-level-5, org-level-6, org-level-7)
19617 (org-level-8, org-warning, org-headline-done)
19618 (org-deadline-announce, org-scheduled-today)
19619 (org-scheduled-previously, org-link, org-done, org-table)
19620 (org-time-grid): Remove "-face" suffix from face names.
19621 (org-level-1-face, org-level-2-face, org-level-3-face)
19622 (org-level-4-face, org-level-5-face, org-level-6-face)
19623 (org-level-7-face, org-level-8-face, org-warning-face)
19624 (org-headline-done-face, org-deadline-announce-face)
19625 (org-scheduled-today-face, org-scheduled-previously-face)
19626 (org-link-face, org-done-face, org-table-face)
19627 (org-time-grid-face):
19628 New backward-compatibility aliases for renamed faces.
19629 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19630 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19631 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19632 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19633
19634 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19635 (viper-minibuffer-emacs, viper-minibuffer-insert)
19636 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19637 (viper-search-face, viper-replace-overlay-face)
19638 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19639 (viper-minibuffer-vi-face):
19640 New backward-compatibility aliases for renamed faces.
19641 (viper-search-face, viper-replace-overlay-face)
19642 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19643 (viper-minibuffer-vi-face): Use renamed viper faces.
19644
19645 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19646 Remove "-face" suffix from face names.
19647 (testcover-nohits-face, testcover-1value-face):
19648 New backward-compatibility aliases for renamed faces.
19649 (testcover-mark): Use renamed testcover faces.
19650
19651 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19652 face name.
19653 (diary-button-face): New backward-compatibility alias for renamed face.
19654 (diary-entry): Use renamed diary-button face.
19655
19656 * calendar/calendar.el (diary, calendar-today, holiday)
19657 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19658 (diary-face, calendar-today-face, holiday-face):
19659 New backward-compatibility aliases for renamed faces.
19660 (eval-after-load "facemenu", diary-entry-marker)
19661 (calendar-today-marker, calendar-holiday-marker, diary-face):
19662 Use renamed calendar faces.
19663
19664 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19665 (compare-windows-face): New backward-compatibility alias for
19666 renamed face.
19667 (compare-windows-highlight): Use renamed compare-windows face.
19668
19669 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19670 (strokes-char-face): New backward-compatibility alias for renamed face.
19671 (strokes-encode-buffer): Use renamed strokes-char face.
19672
19673 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19674 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19675 Remove "-face" suffix from face names.
19676 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19677 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19678 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19679 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19680 Use renamed pcvs faces.
19681 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19682 * pcvs-defs.el (cvs-mode-map): Likewise.
19683 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19684
19685 * info.el (info-title-1, info-title-2, info-title-3)
19686 (info-title-4): Remove "-face" suffix from and downcase face names.
19687 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19688 (Info-title-4-face):
19689 New backward-compatibility aliases for renamed faces.
19690 (Info-fontify-node): Use renamed info faces.
19691
19692 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19693 Remove "-face" suffix from face names.
19694 (highlight-changes-face, highlight-changes-delete-face):
19695 New backward-compatibility aliases for renamed faces.
19696 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19697 (hilit-chg-make-list): Use renamed highlight-changes faces.
19698
19699 * generic-x.el (show-tabs-tab, show-tabs-space):
19700 Remove "-face" suffix from face names.
19701 (show-tabs-tab-face, show-tabs-space-face):
19702 New backward-compatibility aliases for renamed faces.
19703 (show-tabs-generic-mode-font-lock-defaults-1)
19704 (show-tabs-generic-mode-font-lock-defaults-2):
19705 Use renamed show-tabs faces.
19706
19707 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19708 (smerge-markers): Remove "-face" suffix from face names.
19709 (smerge-mine-face, smerge-other-face, smerge-base-face)
19710 (smerge-markers-face):
19711 New backward-compatibility aliases for renamed faces.
19712 (smerge-mine-face, smerge-other-face, smerge-base-face)
19713 (smerge-markers-face): Use renamed smerge faces.
19714
19715 * log-view.el (log-view-file, log-view-message): Remove "-face"
19716 suffix from face names.
19717 (log-view-file-face, log-view-message-face):
19718 New backward-compatibility aliases for renamed faces.
19719 (log-view-file-face, log-view-message-face): Use renamed log-view
19720 faces.
19721
19722 * paren.el (show-paren-match, show-paren-mismatch):
19723 Remove "-face" suffix from face names.
19724 (show-paren-match-face, show-paren-mismatch-face):
19725 New backward-compatibility aliases for renamed faces.
19726 (show-paren-function): Use renamed show-paren faces.
19727
19728 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19729 (ruler-mode-margins, ruler-mode-fringes)
19730 (ruler-mode-column-number, ruler-mode-fill-column)
19731 (ruler-mode-comment-column, ruler-mode-goal-column)
19732 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19733 suffix from face names.
19734 (ruler-mode-default-face, ruler-mode-pad-face)
19735 (ruler-mode-margins-face, ruler-mode-fringes-face)
19736 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19737 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19738 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19739 New backward-compatibility aliases for renamed faces.
19740 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19741 (ruler-mode-column-number, ruler-mode-fill-column)
19742 (ruler-mode-comment-column, ruler-mode-goal-column)
19743 (ruler-mode-tab-stop, ruler-mode-current-column)
19744 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19745 faces.
19746
19747 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19748 face name.
19749 (whitespace-highlight-the-space): Use renamed face.
19750 (whitespace-highlight-face): New backward-compatibility alias for
19751 renamed face.
19752
19753 * woman.el (woman-italic, woman-bold, woman-unknown)
19754 (woman-addition, woman-symbol-face):
19755 Remove "-face" suffix from face names.
19756 (woman-italic-face, woman-bold-face, woman-unknown-face)
19757 (woman-addition-face):
19758 New backward-compatibility aliases for renamed faces.
19759 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19760 (woman-decode-region, woman-replace-match)
19761 (woman-display-extended-fonts, woman-special-characters)
19762 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19763 Use renamed woman faces.
19764
19765 * longlines.el (longlines-visible-face): Face removed.
19766
19767 * diff-mode.el (diff-header, diff-file-header, diff-index)
19768 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19769 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19770 suffix from face names.
19771 (diff-header-face, diff-file-header-face, diff-index-face)
19772 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19773 (diff-changed-face, diff-function-face, diff-context-face)
19774 (diff-nonexistent-face): New backward-compatibility aliases for
19775 renamed faces.
19776 (diff-header-face, diff-file-header-face)
19777 (diff-index, diff-index-face, diff-hunk-header)
19778 (diff-hunk-header-face, diff-removed, diff-removed-face)
19779 (diff-added, diff-added-face, diff-changed-face, diff-function)
19780 (diff-function-face, diff-context-face, diff-nonexistent)
19781 (diff-nonexistent-face): Use renamed diff-mode faces.
19782
19783 * progmodes/compile.el (compilation-warning-face)
19784 (compilation-info-face): Remove "-face" suffix from face names.
19785 (compilation-warning-face, compilation-info-face):
19786 New backward-compatibility aliases for renamed faces.
19787 (compilation-warning-face, compilation-info-face):
19788 Use renamed compilation faces.
19789
19790 * add-log.el (change-log-date, change-log-name)
19791 (change-log-email, change-log-file, change-log-list)
19792 (change-log-conditionals, change-log-function)
19793 (change-log-acknowledgement): Remove "-face" suffix from face names.
19794 (change-log-date-face, change-log-name-face)
19795 (change-log-email-face, change-log-file-face)
19796 (change-log-list-face, change-log-conditionals-face)
19797 (change-log-function-face, change-log-acknowledgement-face):
19798 New backward-compatibility aliases for renamed faces.
19799 (change-log-font-lock-keywords): Use renamed change-log faces.
19800
19801 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19802 (custom-set, custom-changed, custom-saved, custom-button)
19803 (custom-button-pressed, custom-documentation, custom-state)
19804 (custom-comment, custom-comment-tag, custom-variable-tag)
19805 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19806 (custom-group-tag): Remove "-face" suffix from face names.
19807 (custom-magic-alist, custom-magic-value-create)
19808 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19809 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19810 (custom-set-face, custom-changed-face, custom-saved-face)
19811 (custom-button-face, custom-button-pressed-face)
19812 (custom-documentation-face, custom-state-face)
19813 (custom-comment-face, custom-comment-tag-face)
19814 (custom-variable-tag-face, custom-variable-button-face)
19815 (custom-face-tag-face, custom-group-tag-face-1)
19816 (custom-group-tag-face):
19817 New backward-compatibility aliases for renamed faces.
19818
19819 * wid-edit.el (widget-documentation, widget-button)
19820 (widget-field, widget-single-line-field, widget-inactive)
19821 (widget-button-pressed): "-face" suffix removed from face names.
19822 (widget-documentation-face, widget-button-face)
19823 (widget-field-face, widget-single-line-field-face)
19824 (widget-inactive-face, widget-button-pressed-face):
19825 New backward-compatibility aliases for renamed faces.
19826 (widget-documentation-face, widget-button-face)
19827 (widget-button-pressed-face, widget-specify-field)
19828 (widget-specify-inactive): Use renamed widget faces.
19829
19830 2005-06-10 Kenichi Handa <handa@m17n.org>
19831
19832 * term/x-win.el (x-clipboard-yank): Remove condition-case
19833 wrapping.
19834
19835 2005-06-11 Kenichi Handa <handa@m17n.org>
19836
19837 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19838 date lines stricter.
19839
19840 2005-06-10 Zhang Wei <id.brep@gmail.com>
19841
19842 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19843 of x-get-selection.
19844
19845 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19846
19847 * comint.el (comint-mode, comint-snapshot-last-prompt):
19848 * frame.el (frame-current-scroll-bars):
19849 * term.el (term-mode, term-check-proc, term-input-sender)
19850 (term-simple-send, term-extract-string, term-word)
19851 (term-match-partial-filename):
19852 * window.el (window-current-scroll-bars):
19853 * emulation/cua-base.el (cua-normal-cursor-color)
19854 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19855 (cua-global-mark-cursor-color):
19856 * mail/undigest.el (rmail-forward-separator-regex):
19857 Fix typos in docstrings.
19858
19859 * comint.el (comint-check-proc, make-comint-in-buffer)
19860 (comint-source-default): Doc fixes.
19861
19862 * term.el (term-send-string): Improve argument/docstring consistency.
19863
19864 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19865
19866 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19867 call to `delete-region'.
19868 (comint-mode-hook): Do not enable Font Lock by default.
19869
19870 2005-06-09 Lute Kamstra <lute@gnu.org>
19871
19872 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19873 could be void.
19874
19875 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19878 (debug): Use it.
19879 (debugger-step-through, debugger-continue, debugger-jump)
19880 (debugger-return-value): Set it when needed.
19881 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19882 Use inhibit-read-only.
19883
19884 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19885
19886 * window.el (shrink-window-if-larger-than-buffer)
19887 (window-size-fixed): Fix typo in docstring.
19888
19889 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19890 thumbnails directory on loading.
19891 (thumbs-conversion-program): Use `eq' to check the system type,
19892 not `equal'.
19893 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19894 not "/tmp". Fix docstring.
19895 (thumbs-thumbsdir): New function to return the thumbnails
19896 directory, creating it if needed.
19897 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19898 (thumbs-temp-file): Delete variable and make it into a function.
19899 (thumbs-resize-image, thumbs-modify-image): Use it.
19900 (thumbs-kill-buffer): Simplify.
19901 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19902 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19903 docstrings.
19904
19905 2005-06-09 Kim F. Storm <storm@cua.dk>
19906
19907 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19908 set-match-data to free markers in match-data.
19909
19910 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19911 match-data to unchain markers in match-data.
19912
19913 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19914
19915 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19916 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19917 unnecessary now.
19918
19919 2005-06-08 Richard M. Stallman <rms@gnu.org>
19920
19921 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19922 give the variable a doc string that doesn't say don't set it directly.
19923
19924 * textmodes/ispell.el (ispell-check-version):
19925 Use match-string-no-properties.
19926 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19927 (ispell-buffer-local-words): Likewise.
19928
19929 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19930 except on terminals with enough colors to really display it.
19931 (makefile-dependency-regex): Delete spurious `bb'.
19932
19933 * faces.el (escape-glyph): Use blue once again in last case.
19934 (no-break-space): Redefine so that it isn't invisible on a tty.
19935
19936 2005-06-08 Kim F. Storm <storm@cua.dk>
19937
19938 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19939 also when reading directory name.
19940
19941 2005-06-08 Lute Kamstra <lute@gnu.org>
19942
19943 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19944 (flyspell-mode-line-string): Remove autoload cookie.
19945 (flyspell-mode): Remove defvar.
19946
19947 2005-06-07 Lute Kamstra <lute@gnu.org>
19948
19949 * textmodes/org.el (org-run-mode-hooks): New function.
19950 (org-agenda-mode): Use it.
19951
19952 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19953
19954 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19955
19956 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19957
19958 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19959
19960 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19961
19962 * font-lock.el (font-lock-add-keywords): Doc fix.
19963
19964 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19967 (tex-compile-default): In the absence of any history, use the order in
19968 tex-compile-alist to choose the preferred command.
19969 (tex-compile-commands): Reorder a bit.
19970
19971 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19972 (flyspell-incorrect-face, flyspell-duplicate-face):
19973 Use (X)Emacs-agnostic code.
19974 (flyspell-mode-map): Don't overwrite at each load. Remove code
19975 redundant with the subsequent add-minor-mode. Merge Emacs and
19976 XEmacs code.
19977 (flyspell-word): Minor simplification.
19978 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19979 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19980 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19981 Merge the corresponding Emacs code.
19982 (flyspell-correct-word, flyspell-xemacs-popup):
19983 Use flyspell-do-correct.
19984
19985 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19986 a dedicated window.
19987
19988 * international/latexenc.el (latexenc-find-file-coding-system):
19989 Undo part of last patch, to turn off a compiler warning.
19990
19991 2005-06-06 Juri Linkov <juri@jurta.org>
19992
19993 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19994 Rename `tmm-inactive-face' to `tmm-inactive'.
19995
19996 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19997
19998 * iswitchb.el: Rename faces.
19999
20000 2005-06-06 Kim F. Storm <storm@cua.dk>
20001
20002 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20003 (cua-global-mark): Remove -face suffix from face names.
20004
20005 * emulation/cua-gmrk.el (cua--init-global-mark):
20006 Remove cua-global-mark face setup.
20007
20008 2005-06-06 Richard M. Stallman <rms@gnu.org>
20009
20010 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20011 just like other allowed characters.
20012 (makefile-match-dependency): Exclude leading and training whitespace
20013 from the range of regexp subexp 1.
20014 (makefile-macroassign-regex): Don't try to match the body,
20015 just the name of the macro being defined.
20016
20017 * info.el (Info-read-node-name-2): New function.
20018 (Info-read-node-name-1): Use that.
20019 Add a completion-base-size-function property.
20020
20021 * simple.el (completion-setup-function): Look for
20022 completion-base-size-function property of minibuffer-completion-table.
20023
20024 * files.el (locate-file-completion): Doc fix.
20025
20026 * printing.el: Don't call pr-update-menus; user must do that.
20027
20028 * emacs-lisp/debug.el (debugger-window): New variable.
20029 (debug): Use debugger-window if it is set and still alive.
20030 Record debugger-window for next entry.
20031
20032 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20033
20034 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20035
20036 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20037 (hack-one-local-variable, hack-local-variables)
20038 (hack-local-variables-prop-line): Pass that arg.
20039
20040 2005-06-06 Kim F. Storm <storm@cua.dk>
20041
20042 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20043 (ido-indicator): Remove -face suffix from face names.
20044
20045 2005-06-06 Juri Linkov <juri@jurta.org>
20046
20047 * font-lock.el (font-lock-regexp-backslash)
20048 (font-lock-regexp-backslash-construct): New faces.
20049 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20050 after `('. Add `while-no-input' to control structures.
20051
20052 * faces.el (no-break-space, shadow): New faces.
20053 (escape-glyph): Use less loud colors pink2 and red4.
20054
20055 * diff-mode.el (diff-context-face)
20056 * dired.el (dired-ignored)
20057 * rfn-eshadow.el (file-name-shadow)
20058 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20059
20060 * info.el (Info-title-1-face): Use green instead of yellow because
20061 bold yellow is not readable on light backgrounds.
20062
20063 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20064 before selecting the desired mode to not spend time fontifying
20065 old contents.
20066
20067 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20068
20069 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20070 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20071
20072 * ps-print.el (ps-default-fg, ps-default-bg):
20073 Fix typos in docstrings.
20074
20075 * isearchb.el (isearchb): Don't pass a spurious second argument to
20076 `iswitchb-completions'.
20077
20078 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20079
20080 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20081 to preserve point.
20082 (gdb-find-file-hook): Add doc string.
20083
20084 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20085 C dereferenced pointer expression.
20086 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20087
20088 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20089
20090 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20091 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20092 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20093 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20094 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20095 Make background transparent.
20096
20097 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20098
20099 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20100 (font-lock-remove-keywords): Doc fix.
20101 (font-lock-mode-major-mode): Compiler defvar.
20102 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20103
20104 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20105 (font-lock-mode): Update `font-lock-mode-major-mode'.
20106 (font-lock-set-defaults): Compiler defvar.
20107 (font-lock-default-function): Take `font-lock-mode-major-mode'
20108 into account.
20109
20110 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20111 keep track of which major mode it enabled the minor mode for.
20112 Use find-file-hook again. Update docstring.
20113
20114 * simple.el (eval-expression-print-level)
20115 (eval-expression-print-length, eval-expression-debug-on-error):
20116 Doc fixes.
20117
20118 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20119
20120 * iswitchb.el (iswitchb-single-match-face)
20121 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20122 (iswitchb-invalid-regexp-face): New faces.
20123 (iswitchb-completions): Use them.
20124 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20125 now marked as an obsolete alias.
20126 (iswitchb-read-buffer): Remove check for bound font variables.
20127 (iswitchb-invalid-regexp): New free variable.
20128 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20129 set iswitchb-invalid-regexp.
20130 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20131 invalid regexps.
20132 (iswitchb-completions): Add check for complete match when entering
20133 a regexp.
20134 (iswitchb-completions): Remove require-match argument.
20135 (iswitchb-exhibit): Fix caller.
20136 (iswitchb-common-match-inserted): New variable.
20137 (iswitchb-complete, iswitchb-completion-help): Use it.
20138
20139 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
20140
20141 * url-http.el (url-http-chunked-encoding-after-change-function):
20142 Use `url-http-debug' instead of `message'.
20143
20144 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
20145
20146 * url-http.el (url-http-parse-headers): Pass redirected URL as a
20147 callback argument.
20148
20149 2005-06-04 Kim F. Storm <storm@cua.dk>
20150
20151 * simple.el (line-move): Only call sit-for when moving backwards.
20152
20153 * ido.el (ido-make-merged-file-list-1): New defun split from
20154 ido-make-merged-file-list.
20155 (ido-make-merged-file-list): Bind throw-on-input around call to
20156 ido-make-merged-file-list-1. Return input-pending-p if
20157 interrupted by more input available.
20158 (ido-read-internal): Handle input-pending-p return value from
20159 ido-make-merged-file-list.
20160
20161 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20164 compatibility code.
20165
20166 * international/latexenc.el (latexenc-find-file-coding-system):
20167 Don't inherit the EOL part of the coding-system from the
20168 tex-main buffer. Fit within 80 columns.
20169
20170 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20171
20172 * tmm.el (tmm-inactive-face): New face.
20173 (tmm-remove-inactive-mouse-face): New function.
20174 (tmm-prompt, tmm-add-one-shortcut)
20175 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20176 but not selectable.
20177
20178 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20179
20180 * faces.el (face-equal): Improve argument/docstring consistency.
20181
20182 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20183
20184 * progmodes/make-mode.el (makefile-targets-face)
20185 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20186 (makefile-bsdmake-dependency-regex)
20187 (makefile-makepp-rule-action-regex)
20188 (makefile-bsdmake-rule-action-regex): New constants.
20189 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20190
20191 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20192 Allow (...) within `...' for makepp messages.
20193
20194 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20195
20196 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20197
20198 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20199 "." files are deleted from all file lists before comparison.
20200
20201 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20202 (viper-ESC-key): Made them customizable.
20203
20204 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20205
20206 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20207
20208 * autorevert.el (auto-revert-buffers): Use save-match-data.
20209
20210 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20213 menu items with a nil command binding.
20214
20215 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20216
20217 * emacs-lisp/cl-macs.el (defsetf):
20218 Improve argument/docstring consistency.
20219
20220 * faces.el (list-faces-display): Improve the formatting by
20221 computing the maximum length required for any face-name (reworked
20222 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20223 (internal-find-face): Remove redundant info in docstring.
20224
20225 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20226
20227 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20228 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20229 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20230 (gdb-assembler-custom): Improve regexps.
20231 (def-gdb-auto-update-handler): Use window point to preserve point.
20232
20233 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20234
20235 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20236
20237 2005-05-31 Jay Belanger <belanger@truman.edu>
20238
20239 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20240 to calc-embedded.
20241 (calc-embedded-make-info): Have plain prefix argument select
20242 entire line.
20243
20244 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20245
20246 * faces.el (list-faces-display): Signal error if passed a regexp
20247 that matches no face name.
20248
20249 * simple.el (filter-buffer-substring): Fix typo in docstring.
20250
20251 2005-05-31 Richard M. Stallman <rms@gnu.org>
20252
20253 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20254 (vhdl-emacs-21): Doc fix.
20255 (vhdl-mode): Unconditionally set comment-padding.
20256 (vhdl-fixup-whitespace-region): Insert spaces only where
20257 there are none.
20258 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20259
20260 2005-05-30 John Wiegley <johnw@newartisans.com>
20261
20262 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20263 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20264 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20265 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20266 `string-to-number'.
20267
20268 2005-05-30 Jay Belanger <belanger@truman.edu>
20269
20270 * calc/calc.el (calc-bug-address): Fix docstring.
20271 (calc-window-hook, calc-trail-window-hook): New variables.
20272 (calc-trail-display): Restore use of calc-trail-window-hook.
20273 (calc): Restore use of calc-window-hook.
20274
20275 2005-05-31 Masatake YAMATO <jet@gyve.org>
20276
20277 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20278
20279 * help-fns.el (help-C-file-name): Add autoload mark for
20280 `find-function-noselect'.
20281
20282 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20283
20284 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20285 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20286
20287 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20288
20289 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20290 included diary buffer if it was not already being visited.
20291 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20292
20293 * calendar/icalendar.el (top-level): Do not require appt.
20294
20295 * mail/supercite.el (sc-select-attribution): Only use a list
20296 element from sc-attrib-selection-list if it returns a string.
20297 Reported by Davide G. M. Salvetti <salve@debian.org>.
20298
20299 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20300
20301 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20302 includes a hash value to improve its uniqueness, and has a ".jpg"
20303 extension. Also, it is now a valid filename on all systems.
20304 (thumbs-make-thumb): Use `let', not `let*'.
20305 (thumbs-show-thumbs-list): Check for JPEG availability.
20306
20307 2005-05-30 Richard M. Stallman <rms@gnu.org>
20308
20309 * filesets.el (filesets-menu-ensure-use-cached):
20310 Prevent warning when emacs-version>= is undefined.
20311
20312 * printing.el (pr-interactive-n-up): Use string-to-number.
20313
20314 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20315
20316 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20317 Warn only when name to be defined is quoted.
20318
20319 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20320
20321 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20322 Make regexp more robust.
20323 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20324 Force regeneration of disassembly.
20325
20326 2005-05-29 Jay Belanger <belanger@truman.edu>
20327
20328 * calc/calc.el (calc-user-invocation): Check if
20329 calc-invocation-macro is non-nil.
20330
20331 2005-05-29 Juri Linkov <juri@jurta.org>
20332
20333 * add-log.el (change-log-font-lock-keywords):
20334 Add `+' to e-mail regexp to accept mail address with keywords.
20335
20336 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20337
20338 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20339
20340 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20341
20342 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20343
20344 2005-05-29 Richard M. Stallman <rms@gnu.org>
20345
20346 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20347 Undo the change that moves to end of the current word.
20348
20349 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20350
20351 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20352 Throw error when count <= 0 to ensure input is a number.
20353 (gdb-read-memory-custom): Pick up address from buffer.
20354 (gdb-memory-mode): Allow user to increment and decrement
20355 memory address from header line.
20356
20357 2005-05-29 Richard M. Stallman <rms@gnu.org>
20358
20359 * flyspell.el (flyspell-version): Function deleted.
20360 (flyspell-auto-correct-previous-hook): Doc fix.
20361
20362 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20363 Do nothing if memory is full.
20364
20365 * font-lock.el (font-lock-fontify-syntactically-region):
20366 Pass t for GREEDY to looking-back.
20367
20368 * saveplace.el (save-place-alist-to-file): Write the file
20369 using write-region.
20370
20371 * subr.el (looking-back): New argument GREEDY.
20372
20373 * progmodes/compile.el (compilation-start): Set the mode
20374 before inserting the initial text.
20375
20376 * progmodes/which-func.el (which-func-update-1): Turn the mode
20377 off in case of error by setting which-func-mode.
20378
20379 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20380
20381 * flyspell.el (flyspell-auto-correct-previous-word):
20382 Narrow down to what's on the screen, and recenter overlays
20383 at the end of the next word.
20384
20385 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20386
20387 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20388 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20389 (flyspell-abbrev-p): Default to nil.
20390 (flyspell-use-global-abbrev-table-p): Doc fix.
20391 (flyspell-large-region): Allow nil as value.
20392 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20393
20394 (mail-mode-flyspell-verify): More robust handling
20395 of `mail-header-separator'. More efficient signature detection.
20396 Allow for regexp metacharacters in message-header-separator.
20397 Adding `To' not to be checked in mail-mode-flyspell-verify.
20398
20399 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20400 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20401 Bind flyspell-auto-correct-binding.
20402 Bind C-. and C-, .
20403 (flyspell-mode-map): Likewise.
20404 (flyspell-mode): Doc fix.
20405 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20406 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20407 (flyspell-word-cache-result): New var, always local.
20408 (flyspell-check-pre-word-p): Doc fix.
20409 (flyspell-check-changed-word-p): Handle spc like newline.
20410 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20411 (flyspell-word-search-backward, flyspell-word-search-forward):
20412 New functions.
20413 (flyspell-word): Return t if nothing to check.
20414 When parsing TeX code, check for after } or \.
20415 Use flyspell-word-search-backward to find previous word.
20416 Return nil if duplicated word.
20417 For word already checked, return same value as last time.
20418 Set flyspell-word-cache-result after checking.
20419 Don't clobber the return value.
20420 (flyspell-get-word): Major rewrite.
20421 (flyspell-external-point-words): New locals pword, pcount.
20422 Fix size used in progress message.
20423 Find the proper corresponding word in flyspell-large-region-buffer.
20424 (flyspell-region): Check for flyspell-large-region = nil.
20425 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20426 (flyspell-auto-correct-word): Check that WORD is a cons.
20427 (flyspell-correct-word): Likewise.
20428
20429 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20430
20431 * progmodes/make-mode.el (makefile-rule-action-regex)
20432 (makefile-macroassign-regex, makefile-makepp-mode)
20433 (makefile-bsdmake-mode): Continuation lines may be empty.
20434 Reported by Joshua Varner.
20435 (makefile-makepp-font-lock-keywords): Add $(stem).
20436
20437 2005-05-28 Karl Berry <karl@gnu.org>
20438
20439 * textmodes/tex-mode.el: Now that tex-send-command calls
20440 shell-quote-argument (2005-03-31 change), remove all calls to
20441 shell-quote-argument; they all end up invoking tex-send-command.
20442 The double quoting loses on filenames with non-safe characters,
20443 such as "@". Reported by Frederik Fouvry.
20444
20445 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20446
20447 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20448 about preserving point.
20449
20450 2005-05-27 Jay Belanger <belanger@truman.edu>
20451
20452 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20453 Info-goto-node.
20454
20455 * calc/calc-embed.el (calc-embed-arg): New variable.
20456 (calc-do-embedded-activate, calc-embedded-activate-formula)
20457 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20458 variable by new variable.
20459 (calc-embedded-make-info): Replace undeclared variable by new
20460 variable. When selecting region with positive prefix
20461 argument, use end of previous line instead of beginning of line.
20462
20463 * calc/calc-aent.el (calc-arg-values): Declare it.
20464
20465 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20466 Declare them.
20467
20468 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20469
20470 * calc/calc.el (calc-alg-map): Declare it.
20471
20472 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20473
20474 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20475
20476 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20477 (gdb-registers-buffer, toggle-gdb-all-registers):
20478 Toggle display of floating point registers.
20479 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20480
20481 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20482 (toggle-gud-tooltip-dereference):
20483 Rename from gud-toggle-tooltip-dereference.
20484
20485 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20486
20487 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20488
20489 2005-05-27 Jay Belanger <belanger@truman.edu>
20490
20491 * calc/calc-prog.el (calc-kbd-report): Remove.
20492 (calc-kbd-query): Rewrite.
20493
20494 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20495
20496 * image.el (image-library-alist): Move to image.c.
20497 (image-type-available-p): Doc fix.
20498
20499 2005-05-27 Lute Kamstra <lute@gnu.org>
20500
20501 * calc/calc.el (calc):
20502 * outline.el (outline-1, outline-2, outline-3, outline-4)
20503 (outline-5, outline-6, outline-7, outline-8):
20504 * textmodes/dns-mode.el (dns-mode):
20505 * textmodes/sgml-mode.el (sgml-namespace-face):
20506 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20507 (tex-verbatim-face, tex-use-reftex):
20508 * textmodes/texinfo.el (texinfo-heading-face):
20509 Specify customization group.
20510
20511 * longlines.el: Don't require easy-mmode.
20512 (longlines-visible-face): Specify customization group.
20513
20514 2005-05-27 Kenichi Handa <handa@m17n.org>
20515
20516 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20517 encoding table of windows-1251.
20518
20519 * international/ucs-tables.el (ucs-set-table-for-input):
20520 If translation-table-for-input of a coding system is a symbol, get
20521 its translation-table property.
20522
20523 * international/code-pages.el: Don't register a coding system into
20524 non-iso-charset-alist more than once.
20525 (cp-make-coding-system): Likewise.
20526
20527 2005-05-26 John Wiegley <johnw@newartisans.com>
20528
20529 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20530 `eshell-resume-eval' is wrapped in a list, it indicates that the
20531 command was run asynchronously. In that case, unwrap the value
20532 before checking the delimiter value.
20533
20534 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20535 character before a space at the end of a line is \, assume the space
20536 is part of the last argument rather than a final argument separator.
20537
20538 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20539 is in use, and the target is `t' or `nil' (which are the most common
20540 values), don't assume that the symbol target is a buffer.
20541
20542 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20543
20544 * calendar/calendar.el (calendar-mode-line-format):
20545 Use mode-line-highlight as mouse-face.
20546
20547 * time.el (display-time-string-forms, display-time-update):
20548 Use mode-line-highlight as mouse-face.
20549
20550 2005-05-26 Jay Belanger <belanger@truman.edu>
20551
20552 * calc/calc.el (calc-language-alist): Remove extra defvar.
20553
20554 2005-05-26 Lute Kamstra <lute@gnu.org>
20555
20556 * arc-mode.el (archive-mode):
20557 * bookmark.el (bookmark-read-annotation-mode)
20558 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20559 * bs.el (bs-mode):
20560 * calc/calc-yank.el (calc-edit-mode):
20561 * calc/calc.el (calc-mode, calc-trail-mode):
20562 * calculator.el (calculator-mode):
20563 * chistory.el (command-history-mode):
20564 * comint.el:
20565 * cus-edit.el (custom-mode):
20566 * descr-text.el (describe-text-mode):
20567 * ebuff-menu.el (Electric-buffer-menu-mode):
20568 * ediff-util.el (ediff-mode):
20569 * emacs-lisp/re-builder.el (reb-mode):
20570 * emulation/vi.el (vi-mode-setup):
20571 * emulation/ws-mode.el (wordstar-mode):
20572 * eshell/esh-mode.el (eshell-mode):
20573 * forms.el (forms-mode):
20574 * help-mode.el (help-mode):
20575 * hexl.el (hexl-mode):
20576 * ibuffer.el (ibuffer-mode):
20577 * ielm.el (inferior-emacs-lisp-mode):
20578 * info.el (Info-mode, Info-edit-mode):
20579 * international/swedish.el:
20580 * ledit.el (ledit-from-lisp-mode):
20581 * locate.el (locate-mode):
20582 * mail/rmail.el (rmail-mode):
20583 * mail/rmailedit.el (rmail-edit-mode):
20584 * mail/rmailsum.el (rmail-summary-mode):
20585 * mail/supercite.el (sc-electric-mode):
20586 * net/eudc.el (eudc-mode):
20587 * net/quickurl.el (quickurl-list-mode):
20588 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20589 * obsolete/ooutline.el (outline-mode):
20590 * obsolete/options.el (Edit-options-mode):
20591 * obsolete/rnews.el (news-mode):
20592 * obsolete/rnewspost.el (news-reply-mode):
20593 * play/5x5.el (5x5-mode):
20594 * play/decipher.el (decipher-mode, decipher-stats-mode):
20595 * play/gomoku.el (gomoku-mode):
20596 * play/snake.el (snake-mode):
20597 * play/solitaire.el (solitaire-mode):
20598 * play/tetris.el (tetris-mode):
20599 * progmodes/ada-mode.el (ada-mode):
20600 * progmodes/antlr-mode.el (antlr-mode):
20601 * progmodes/autoconf.el (autoconf-mode):
20602 * progmodes/dcl-mode.el (dcl-mode):
20603 * progmodes/delphi.el (delphi-mode):
20604 * progmodes/ebrowse.el (ebrowse-tree-mode)
20605 (ebrowse-electric-list-mode, ebrowse-member-mode)
20606 (ebrowse-electric-position-mode):
20607 * progmodes/f90.el (f90-mode):
20608 * progmodes/fortran.el (fortran-mode):
20609 * progmodes/icon.el (icon-mode):
20610 * progmodes/idlw-help.el (idlwave-help-mode):
20611 * progmodes/idlw-shell.el (idlwave-shell-mode):
20612 * progmodes/idlwave.el (idlwave-mode):
20613 * progmodes/inf-lisp.el (inferior-lisp-mode):
20614 * progmodes/m4-mode.el (m4-mode):
20615 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20616 * progmodes/modula2.el (modula-2-mode):
20617 * progmodes/octave-inf.el (inferior-octave-mode):
20618 * progmodes/octave-mod.el (octave-mode):
20619 * progmodes/pascal.el (pascal-mode):
20620 * progmodes/sh-script.el (sh-mode):
20621 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20622 * progmodes/vhdl-mode.el (vhdl-mode):
20623 * progmodes/xscheme.el (scheme-interaction-mode):
20624 * replace.el (occur-mode):
20625 * ses.el (ses-mode):
20626 * simple.el (completion-list-mode):
20627 * skeleton.el:
20628 * speedbar.el (speedbar-mode):
20629 * term.el (term-mode):
20630 * terminal.el (terminal-edit-mode):
20631 * textmodes/reftex-index.el (reftex-index-mode)
20632 (reftex-index-phrases-mode):
20633 * textmodes/reftex-sel.el (reftex-select-label-mode)
20634 (reftex-select-bib-mode):
20635 * textmodes/reftex-toc.el (reftex-toc-mode):
20636 * wdired.el (wdired-change-to-wdired-mode):
20637 * wid-browse.el (widget-browse-mode):
20638 Use run-mode-hooks.
20639
20640 * array.el (array-mode):
20641 * calendar/todo-mode.el (todo-mode):
20642 * man.el (Man-mode):
20643 * play/landmark.el (lm-mode):
20644 * play/mpuz.el (mpuz-mode):
20645 Use kill-all-local-variables and run-mode-hooks.
20646
20647 * subr.el (delay-mode-hooks): Specify indentation.
20648
20649 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20650
20651 * xml.el (xml-substitute-special): Don't die for undefined xml
20652 entities.
20653
20654 2005-05-26 Jay Belanger <belanger@truman.edu>
20655
20656 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20657 of nil.
20658
20659 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20660
20661 * progmodes/gdb-ui.el (gdb-frame-address):
20662 Rename from gdb-current-address.
20663 (gdb-previous-frame-address): Rename from gdb-previous-address.
20664 (gdb-selected-frame): Rename from gdb-current-frame.
20665 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20666 (gdb-frame-number): Rename from gdb-current-stack-level.
20667 (gdb-ann3): Match new mode-name for disassembly buffer.
20668 Extend initialization of variables.
20669 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20670 (gdb-memory-mode): Use mouse-face in header line.
20671 (gdb-assembler-buffer-name): Call it disassembly and give frame
20672 in mode line.
20673 (gdb-source-spec-regexp, gdb-assembler-custom)
20674 (gdb-invalidate-assembler, gdb-frame-handler):
20675 Make robust to leading zeroes in address format.
20676
20677 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20678
20679 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20680 define `org-mode'.
20681 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20682
20683 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20684
20685 * log-edit.el (log-edit-changelog-entries): Distinguish between
20686 filenames like xfns.c and fns.c.
20687
20688 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20689
20690 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20691 point after reverting.
20692 (Buffer-menu-make-sort-button): Handle the case where
20693 `Buffer-menu-use-header-line' is nil.
20694
20695 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20696
20697 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20698 New funcs. In minibuffer-local-completion-map bind `]', `/'
20699 and `:' to them.
20700
20701 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * startup.el (normal-top-level): Allow modification of load-path while
20704 we're iterating over it.
20705
20706 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20707
20708 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20709 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20710 (thumbs-resize-interactive, thumbs-insert-image)
20711 (thumbs-insert-thumb, thumbs-dired-show-marked)
20712 (thumbs-find-image-at-point, thumbs-delete-images)
20713 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20714 (thumbs-increment-image-size, thumbs-decrement-image-size):
20715 Fix typos in docstrings.
20716
20717 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20718
20719 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20720 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20721 (cperl-mode): Use them.
20722
20723 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20724
20725 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20726 Doc fixes.
20727
20728 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20729
20730 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20731 Bind C-d to gdb-inferior-io-eof.
20732
20733 * dired.el (dired-dnd-popup-notice): Use message-box.
20734
20735 2005-05-23 Masatake YAMATO <jet@gyve.org>
20736
20737 * bindings.el (mode-line-major-mode-keymap):
20738 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20739
20740 * faces.el (mode-line-highlight): New face.
20741
20742 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20743 as mouse-face.
20744
20745 * bindings.el (top-level, help-echo, mode-line-modified)
20746 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20747 as mouse-face.
20748
20749 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20750
20751 * progmodes/cc-engine.el (c-guess-basic-syntax):
20752 Remove spurious call to `zerop'.
20753
20754 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20755
20756 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20757
20758 CC Mode update to 5.30.10:
20759
20760 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20761 could go past the limit in decoration level 2, thereby causing
20762 errors during interactive fontification.
20763
20764 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20765 the file is evaluated interactively.
20766
20767 * cc-engine.el (c-guess-basic-syntax): Handle operator
20768 declarations somewhat better in C++.
20769
20770 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20771 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20772 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20773 (awk-mode): Use it.
20774 (make-local-hook): Suppress warning about obsoleteness.
20775
20776 * cc-engine.el, cc-align.el, cc-cmds.el
20777 (c-append-backslashes-forward, c-delete-backslashes-forward)
20778 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20779 Compensate for return value from `forward-line' when it has moved
20780 but not to a different line due to eob.
20781
20782 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20783 `objc-method-intro' and `objc-method-args-cont'.
20784
20785 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20786
20787 CC Mode update to 5.30.10:
20788
20789 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20790 in the copyright statement. Incidentally, change "along with GNU
20791 Emacs" to "along with this program" where it occurs.
20792
20793 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20794 so that it is interactive, hence can be found by M-x awk-mode
20795 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20796 <gmorris+emacs@ast.cam.ac.uk>.
20797
20798 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20799 Mode's regexps.
20800
20801 2005-05-23 Kevin Ryde <user42@zip.com.au>
20802
20803 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20804 c-parse-state, to avoid a lisp error (on bad code).
20805
20806 2005-05-23 Lute Kamstra <lute@gnu.org>
20807
20808 * subr.el (font-lock-defaults): Remove defvar as it's already
20809 defined in font-core.el.
20810
20811 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20812
20813 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20814
20815 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20816 more general and work when GDB variable "print pretty" is on,
20817 as with Emacs, for example.
20818
20819 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20820
20821 * font-core.el: Update comment.
20822
20823 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20824 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20825
20826 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20827
20828 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20829
20830 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20831 and `yank-handler' in the doc strings.
20832
20833 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20836
20837 2005-05-22 Richard M. Stallman <rms@gnu.org>
20838
20839 * help.el (describe-key): Move print-help-return-message call
20840 out of conditional.
20841
20842 * progmodes/etags.el (list-tags): Use with-no-warnings.
20843
20844 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20845 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20846 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20847
20848 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20849
20850 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20851 Add defvar.
20852
20853 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20854 Use defvar, not defconst.
20855
20856 * hexl.el (hexl-follow-line): Use with-no-warnings.
20857
20858 * emulation/tpu-extras.el: Use write-file-functions instead of
20859 write-file-hooks.
20860
20861 * dired.el (dired-font-lock-keywords): Fontify files with junk
20862 extensions even if marked by -F.
20863
20864 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20865
20866 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20867 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20868 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20869 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20870 (concatenate, list-length, get*, getf, cl-remprop):
20871 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20872 (etypecase, progv, lexical-let, lexical-let*)
20873 (multiple-value-bind, multiple-value-setq, shiftf):
20874 Improve argument/docstring consistency.
20875
20876 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20877
20878 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20879
20880 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20881 doesn't exist.
20882
20883 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20884 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20885
20886 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20887
20888 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20889 already deleted variables: auto-fill-hook, blink-paren-hook,
20890 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20891 suspend-hooks, comment-indent-hook, meta-flag,
20892 before-change-function, after-change-function,
20893 font-lock-doc-string-face.
20894
20895 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20896
20897 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20898
20899 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20900
20901 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20902 rmail-dont-reply-to.
20903
20904 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20905
20906 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20907 literal blank when splitting new-header-values.
20908
20909 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20910
20911 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20912 string so that tmm doesn't create a completion entry for it.
20913
20914 * textmodes/table.el (table-disable-menu): Ditto.
20915
20916 2005-05-21 Richard M. Stallman <rms@gnu.org>
20917
20918 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20919
20920 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20921
20922 * net/rcompile.el (remote-compile): Use compilation-start.
20923
20924 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20925
20926 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20927
20928 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20929 Default to makefile-bsdmake-mode on BSD systems.
20930
20931 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20932 REGEXP may also be a search function now. The part of doc-string
20933 for describing the structure was 95% identical to that of
20934 `imenu--generic-function'. Unify it there.
20935
20936 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20937 Use function to find dependencies, because regexp alone is so complex,
20938 it easily goes into an endless loop.
20939 (makefile-makepp-mode): Also add submenu for Perl functions
20940 defined in the makefile.
20941 (makefile-bsdmake-mode): Special imenu-generic-expression no
20942 longer needed, due to function call.
20943 (makefile-match-dependency): Take BOUND into account when checking
20944 if we're through.
20945
20946 2005-05-20 Jay Belanger <belanger@truman.edu>
20947
20948 * calc/calc-units.el (calc-invalidate-units-table):
20949 Use inhibit-read-only.
20950 (math-build-units-table-buffer): Use view-mode.
20951
20952 2005-05-20 David Kastrup <dak@gnu.org>
20953
20954 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20955 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20956
20957 2005-05-20 Lute Kamstra <lute@gnu.org>
20958
20959 * diff-mode.el (diff-header-face, diff-file-header-face)
20960 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20961 (diff-added-face, diff-changed-face, diff-function-face)
20962 (diff-context-face, diff-nonexistent-face): Put them in the
20963 diff-mode customization group.
20964
20965 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20966
20967 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20968
20969 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20970
20971 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20972 Minor regexp-optimization.
20973
20974 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20975
20976 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20977 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20978 (org-agenda-add-time-grid-maybe): New function.
20979 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20980 (org-table-create): `dotimes' instead of `mapcar'.
20981 (org-xor): Simplify implementation.
20982 (org-agenda): `inhibit-redisplay' turned on.
20983 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20984 a consistent line after a state change.
20985 (org-agenda-remove-times-when-in-prefix): New option.
20986 (org-prefix-has-time): New variable.
20987 (org-parse-time-string): Optional argument NODEFAULT.
20988 (org-format-agenda-item): Parse items for time-of-day
20989 specifications and move these into the prefix if possible.
20990 (org-agenda-priority): Get current heading, not previous heading
20991 during agenda remote editing.
20992
20993 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20994
20995 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20996 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20997 (remove-duplicates, delete-duplicates, substitute)
20998 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20999 (nsubstitute-if-not, find, find-if, find-if-not, position)
21000 (position-if, position-if-not, count, count-if, count-if-not)
21001 (mismatch, search, sort*, stable-sort, merge, member*)
21002 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21003 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21004 (intersection, nintersection, set-difference, nset-difference)
21005 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21006 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21007 (nsublis, tree-equal): Improve argument/docstring consistency.
21008
21009 * subr.el (send-string, send-region): Remove obsolescence declaration.
21010 (window-dot, set-window-dot, read-input, show-buffer)
21011 (eval-current-buffer, string-to-int):
21012 Add release number to obsolescence declarations.
21013
21014 2005-05-19 Kim F. Storm <storm@cua.dk>
21015
21016 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21017 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21018
21019 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21020
21021 * faces.el (list-faces-display): Make back button respect optional
21022 regexp arg.
21023
21024 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21025
21026 * calculator.el (calculator-radix-grouping-mode)
21027 (calculator-radix-grouping-digits, calculator-displayer)
21028 (calculator-radix-grouping-separator, calculator-copy-displayer):
21029 * dabbrev.el (dabbrev-search-these-buffers-only):
21030 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21031 (diff-advance-after-apply-hunk, diff-mode-hook)
21032 (diff-minor-mode-prefix):
21033 * imenu.el (imenu-use-popup-menu):
21034 * jit-lock.el (jit-lock-context-time):
21035 * newcomment.el (comment-fill-column, comment-column)
21036 (comment-style, comment-padding, comment-multi-line)
21037 (comment-empty-lines, comment-auto-fill-only-comments):
21038 * reveal.el (reveal-around-mark):
21039 * uniquify.el (uniquify-buffer-name-style)
21040 (uniquify-after-kill-buffer-p)
21041 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21042 (uniquify-min-dir-content, uniquify-separator)
21043 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21044 * w32-vars.el (w32-fixed-font-alist):
21045 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21046 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21047 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21048 * progmodes/perl-mode.el (perl-indent-level)
21049 (perl-continued-statement-offset, perl-continued-brace-offset)
21050 (perl-brace-offset, perl-brace-imaginary-offset)
21051 (perl-label-offset, perl-indent-continued-arguments)
21052 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21053 * progmodes/tcl.el (tcl-indent-level)
21054 (tcl-continued-indent-level, tcl-auto-newline)
21055 (tcl-tab-always-indent, tcl-electric-hash-style)
21056 (tcl-help-directory-list, tcl-use-smart-word-finder)
21057 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21058 (inferior-tcl-source-command):
21059 * textmodes/fill.el (enable-kinsoku):
21060 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21061 * textmodes/table.el (table-yank-handler):
21062 Specify missing group (and type, if simple) in defcustom.
21063
21064 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21065
21066 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21067
21068 2005-05-19 Richard M. Stallman <rms@gnu.org>
21069
21070 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21071
21072 * subr.el (event-basic-type): Don't get an error.
21073 (left-fringe-p): Function deleted.
21074
21075 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21076 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21077
21078 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21079 in recursive copy.
21080
21081 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21082
21083 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21084
21085 * emacs-lisp/bytecomp.el
21086 (byte-compile-file-form-custom-declare-variable):
21087 Call byte-compile-nogroup-warn if appropriate.
21088
21089 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21090 (compilation-set-window): Don't call left-fringe-p; do it directly.
21091
21092 2005-05-19 Jay Belanger <belanger@truman.edu>
21093
21094 * calc/calc-graph.el (calc-graph-format-data): Make sure
21095 var-PlotRejects is bound before trying to check its value.
21096
21097 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21098
21099 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21100 definition of this variable from reftex-global.el to reftex.el,
21101 because it is needed in the menu.
21102
21103 2005-05-19 Lute Kamstra <lute@gnu.org>
21104
21105 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21106 years are fixed. Don't insert a space after a dash.
21107
21108 2005-05-19 Kim F. Storm <storm@cua.dk>
21109
21110 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21111
21112 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21113
21114 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21115 strings, because (eq ... ?\\) is fairly frequent.
21116
21117 * progmodes/make-mode.el (makefile-add-this-line-targets):
21118 Simplify and integrate into `makefile-pickup-targets'.
21119 (makefile-add-this-line-macro): Simplify and integrate into
21120 `makefile-pickup-macros.
21121 (makefile-pickup-filenames-as-targets): Simplify.
21122 (makefile-previous-dependency, makefile-match-dependency):
21123 Don't stumble over `::'.
21124
21125 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
21126
21127 * subr.el (post-command-idle-hook, post-command-idle-delay):
21128 Remove obsoletion of post-command-idle-hook and
21129 post-command-idle-delay.
21130
21131 * faces.el (list-faces-display): Provide button when describe-face
21132 is called to take user back to the list of faces.
21133
21134 * help-fns.el (describe-variable): Remove hyperlinks in a
21135 variable's value as these are quite frequently inappropriate.
21136
21137 * follow.el (follow-submit-feedback, follow-mode):
21138 Remove references to post-command-idle-hook.
21139
21140 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
21141
21142 * progmodes/make-mode.el (makefile-previous-dependency)
21143 (makefile-match-dependency): Check for := (and in bsd mode also
21144 !=) to give a better result, even when font-lock is not on.
21145
21146 2005-05-18 Jay Belanger <belanger@truman.edu>
21147
21148 * calc/calc-help.el (calc-s-prefix-help):
21149 Add `calc-copy-special-constant' to help string.
21150
21151 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
21152
21153 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21154
21155 2005-05-18 Jay Belanger <belanger@truman.edu>
21156
21157 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21158 in linear factors are in proper order.
21159
21160 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
21161
21162 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21163 Support for jurabib.
21164
21165 * textmodes/reftex.el (featurep): Define aliases for overlay
21166 commands, for XEmacs compatibility, and use these aliases in
21167 overlay initializations.
21168 (reftex-highlight): Use `reftex-move-overlay'.
21169 (reftex-unhighlight): Use `reftex-delete-overlay'.
21170 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21171 (reftex-access-search-path): Use `reftex-uniquify' instead of
21172 `reftex-uniq'
21173
21174 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21175 `before-string' property modification enables for Emacs as well.
21176 (reftex-select-item): Use `reftex-delete-overlay'.
21177 (reftex-select-mark): Use `reftex-make-overlay' and
21178 `reftex-overlay-put'.
21179 (reftex-select-unmark): Use `reftex-delete-overlay' and
21180 `reftex-overlay-put'.
21181
21182 2005-05-18 Lute Kamstra <lute@gnu.org>
21183
21184 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21185
21186 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21187
21188 * add-log.el (add-change-log-entry):
21189 * array.el (array-make-template, array-reconfigure-rows)
21190 (array-init-max-row, array-init-max-column)
21191 (array-init-columns-per-line, array-init-field-width):
21192 * replace.el (replace-match-maybe-edit, perform-replace):
21193 * textmodes/spell.el (spell-region):
21194 Replace `read-input' by `read-string'.
21195
21196 * forms.el (forms-mode):
21197 * finder.el (finder-compile-keywords):
21198 * shadowfile.el (shadow-read-files):
21199 Replace `eval-current-buffer' by `eval-buffer'.
21200
21201 * terminal.el (te-pass-through):
21202 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21203 (ange-ftp-raw-send-cmd):
21204 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21205 (send-process-next-char, telnet-initial-filter, telnet):
21206 Replace `send-string' by `process-send-string'.
21207
21208 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21209 (prolog-consult-region): Replace `send-string' by
21210 `process-send-string'; replace `send-region' by `process-send-region'.
21211
21212 * progmodes/delphi.el (delphi-log-msg):
21213 Replace `set-window-dot' by `set-window-point'.
21214
21215 * subr.el (window-dot, set-window-dot, read-input, send-string)
21216 (send-region, show-buffer, eval-current-buffer):
21217 Make really obsolete, as the comment says.
21218
21219 2005-05-17 Kim F. Storm <storm@cua.dk>
21220
21221 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21222 (cua--init-keymaps): Bind C-return instead of S-return to set
21223 rectangle mark.
21224
21225 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21226 instead of S-return to toggle/clear rectangle mark.
21227
21228 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21229
21230 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21231 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21232 Also fontify plain strings assigned to variables, mostly so that a
21233 colon has a face and is thus not taken as a dependency separator.
21234 (makefile-previous-dependency): Inline the new matcher, because it
21235 is too complex to work in both directions.
21236 (makefile-match-dependency): Eliminate `backward' arg (see above).
21237 Completely reimplemented so as to not sometimes go into an endless
21238 loop. It should also be more efficient, because first it only
21239 searches for `:', instead of applying the very complex regexp.
21240 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21241 to be fontified in one piece can be too long for JIT.
21242 Makefiles are never *that* big.
21243
21244 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21245
21246 * dired.el (dired-mode): Simplify.
21247
21248 2005-05-17 Lute Kamstra <lute@gnu.org>
21249
21250 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21251 defcustom for the mode hook variable.
21252
21253 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21254 Emacs Lisp Reference Manual.
21255
21256 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21257
21258 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21259 (evenp, list*):
21260 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21261 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21262
21263 * net/tramp-smb.el (tramp-smb-open-connection):
21264 Pass `tramp-chunksize' as fifth (required) argument.
21265
21266 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21267
21268 * font-lock.el (lisp-font-lock-keywords-1):
21269 Set `font-lock-negation-char-face' for [^...] char group.
21270 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21271
21272 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21273 a var, and refine it to mask one more level of nested vars.
21274 (makefile-rule-action-regex): Turn it into a var, and refine it so
21275 it recognizes backslashed continuation lines as belonging to the
21276 same command.
21277 (makefile-macroassign-regex): Refine it so it recognizes
21278 backslashed continuation lines as belonging to the same command.
21279 (makefile-var-use-regex): Don't look at the next char, because it
21280 might be the same one to be skipped by the initial [^$], leading
21281 to an overlooked variable use.
21282 (makefile-make-font-lock-keywords): Remove two parameters, which
21283 are now variables that some of the modes set locally.
21284 Handle dependency and rule action matching through functions, because
21285 regexps alone match too often. Dependency matching now comes
21286 last, so it can check, whether a colon already matched something else.
21287 (makefile-mode): Inform that font-lock improves makefile parsing
21288 capabilities.
21289 (makefile-match-dependency, makefile-match-action): New functions.
21290
21291 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21292
21293 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21294
21295 * align.el (align-regexp):
21296 * ansi-color.el (ansi-color-get-face):
21297 * array.el (array-reconfigure-rows, array-init-max-row)
21298 (array-init-max-column, array-init-columns-per-line)
21299 (array-init-field-width):
21300 * dired-aux.el (dired-trample-file-versions):
21301 * dired-x.el (dired-mark-sexp):
21302 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21303 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21304 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21305 * faces.el (face-read-integer):
21306 * files.el (backup-extract-version, insert-directory):
21307 * hexl.el (hexl-insert-decimal-char):
21308 * server.el (server-process-filter):
21309 * shell.el (shell-extract-num):
21310 * startup.el (command-line-1):
21311 * term.el (term-command-hook):
21312 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21313 (time-stamp-do-number):
21314 * time.el (display-time-update):
21315 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21316 (timezone-fix-time):
21317 * vms-patch.el (vms-suspend-resume-hook):
21318 * calendar/appt.el (appt-convert-time):
21319 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21320 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21321 * calendar/cal-islam.el (mark-islamic-diary-entries):
21322 * calendar/calendar.el (calendar-cursor-to-date)
21323 (calendar-star-date):
21324 * calendar/diary-lib.el (diary-attrtype-convert)
21325 (mark-diary-entries, diary-entry-time):
21326 * calendar/solar.el (solar-get-number):
21327 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21328 * emacs-lisp/re-builder.el (reb-display-subexp):
21329 * emulation/edt.el (edt-set-scroll-margins):
21330 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21331 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21332 (vip-get-ex-count):
21333 * emulation/viper-ex.el (viper-get-ex-token)
21334 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21335 * international/fontset.el (fontset-plain-name):
21336 * mail/feedmail.el (feedmail-look-at-queue-directory):
21337 * mail/mailalias.el (mail-get-names):
21338 * mail/rmail.el (rmail-convert-to-babyl-format):
21339 * mail/rmailsum.el (rmail-make-basic-summary-line)
21340 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21341 (rmail-summary-goto-msg):
21342 * mail/smtpmail.el (smtpmail-read-response):
21343 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21344 (ange-ftp-vms-add-file-entry):
21345 * play/gametree.el (gametree-looking-at-ply)
21346 (gametree-current-branch-score):
21347 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21348 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21349 * progmodes/cperl-mode.el (condition-case):
21350 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21351 (ebrowse-set-member-buffer-column-width)
21352 (ebrowse-select-1st-to-9nth):
21353 * progmodes/etags.el (etags-snarf-tag):
21354 * progmodes/flymake.el (flymake-parse-line):
21355 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21356 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21357 (idlwave-shell-menu-def):
21358 * progmodes/ps-mode.el (ps-run-goto-error):
21359 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21360 (vhdl-speedbar-contract-level):
21361 * term/mac-win.el (x-handle-numeric-switch):
21362 * term/sun-mouse.el (sun-get-frame-data):
21363 * term/w32-win.el (x-handle-numeric-switch):
21364 * term/x-win.el (x-handle-numeric-switch):
21365 * textmodes/ispell.el (ispell-parse-output):
21366 * textmodes/nroff-mode.el (nroff-outline-level):
21367 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21368 (reftex-bib-sort-year-reverse, reftex-format-citation):
21369 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21370 (reftex-section-number):
21371 * textmodes/texinfmt.el (texinfo-paragraphindent):
21372 Replace `string-to-int' by `string-to-number'.
21373
21374 * international/latexenc.el: Add page marker to force the "Local
21375 Variables:" string out of the last page.
21376
21377 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21378
21379 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21380 tooltip-change-major-mode.
21381 (gud-tooltip-print-command): Remove case where gud-minor-mode
21382 is gdb ("--fullname").
21383 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21384 explain to user.
21385
21386 2005-05-16 Jay Belanger <belanger@truman.edu>
21387
21388 * calc/calc-store.el (calc-copy-special-constant): New function.
21389
21390 * calc/calc-ext.el (calc-init-extensions): Add binding for
21391 `calc-copy-special-constant'.
21392
21393 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21394 for the `calc-copy-special-constant' command.
21395
21396 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21397
21398 * subr.el (left-fringe-p): New function.
21399
21400 * progmodes/compile.el (compilation-setup): Set local value of
21401 overlay-arrow-string to "" always.
21402 (compilation-set-window): Left fringe then don't scroll.
21403 No left fringe then no arrow and scroll message to top.
21404 (compilation-context-lines): Adjust doc string accordingly.
21405
21406 2005-05-16 Kim F. Storm <storm@cua.dk>
21407
21408 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21409 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21410 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21411 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21412 (ido-read-file-name): Handle commands with ido property value
21413 equal to find-file as reading a file name, to allow C-d to enter dired.
21414 (ibuffer-find-file): Add ido property with value find-file.
21415
21416 2005-05-15 Kim F. Storm <storm@cua.dk>
21417
21418 * subr.el (open-network-stream-nowait): Remove.
21419 (open-network-stream-server): Remove.
21420
21421 2005-05-15 Richard M. Stallman <rms@gnu.org>
21422
21423 * faces.el (describe-face): Output a definition link button.
21424
21425 * help-mode.el (help-face-def): New button type.
21426
21427 * emacs-lisp/copyright.el (copyright-fix-years):
21428 Match properly if the first year is 2-digit.
21429 Don't mess up the whitespace after the years by filling.
21430
21431 * dired-aux.el (dired-mark-confirm):
21432 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21433
21434 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21435 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21436 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21437
21438 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21439 Set font-lock-comment-start-skip.
21440
21441 * font-lock.el (font-lock-comment-start-skip): New variable.
21442 (font-lock-comment-end-skip): New variable.
21443 (font-lock-fontify-syntactically-region): Use them if non-nil.
21444
21445 2005-05-15 Jay Belanger <belanger@truman.edu>
21446
21447 * calc/calc-store.el (calc-store-value): Return a string rather
21448 than display it as a message.
21449 Use calc-var-name for variable name.
21450 (calc-store-into): Add the result of calc-store-value to message.
21451 (calc-copy-variable): Add a message.
21452 (calc-store-exchange): Improve error messages.
21453 (calc-store-binary, calc-store-map): Don't reset the values of
21454 special constants.
21455
21456 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21457
21458 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21459 manual to docstring.
21460
21461 * files.el (hack-local-variables-confirm): Add STRING argument.
21462 Make the function handle non file visiting buffers correctly.
21463 (hack-local-variables-prop-line, hack-local-variables)
21464 (hack-one-local-variable): Use STRING arg of
21465 `hack-local-variables-confirm'.
21466
21467 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21468
21469 Sync with Tramp 2.0.49.
21470
21471 * net/tramp.el (tramp-handle-dired-call-process)
21472 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21473 because the contents of the Tramp buffer is changed before
21474 insertion (`expand-file' and alike).
21475 (tramp-handle-insert-directory): If `localname' has an empty
21476 nondirectory name, it must not be quoted.
21477 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21478 variable `tramp-chunksize'. Change callees.
21479 (tramp-open-connection-setup-interactive-shell): Check remote host
21480 for buggy `send-process-string' implementation.
21481 Set `tramp-chunksize' if found. Reported by Michael Kifer
21482 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21483 (tramp-handle-shell-command): `insert-buffer' cannot be used
21484 because the contents of the Tramp buffer is changed before
21485 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21486 <frederic.bothamy@free.fr>.
21487 (tramp-set-auto-save): Actions should be done for Tramp file name
21488 handler only. Ange-FTP has its own auto-save mechanism.
21489 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21490 (tramp-set-auto-save-file-modes): Set file modes of
21491 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21492 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21493 (tramp-bug): Remove obsolete variable.
21494 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21495 for presence of `mml-mode'. Make it running for older Emacsen as well.
21496
21497 2005-05-14 John Paul Wallington <jpw@pobox.com>
21498
21499 * ibuf-ext.el (define-ibuffer-filter filename):
21500 If `dired-directory' is a list, use its car.
21501
21502 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21503
21504 * ibuffer.el (define-ibuffer-column filename):
21505 If `dired-directory' is a list, use its car.
21506
21507 2005-05-14 Richard M. Stallman <rms@gnu.org>
21508
21509 * subr.el (symbol-file): Doc fix.
21510
21511 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21512 (byte-compile-form): Call byte-compile-nogroup-warn.
21513 (byte-compile-warning-types): Doc fix.
21514
21515 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21516
21517 * progmodes/cc-engine.el (c-literal-faces):
21518 Add font-lock-comment-delimiter-face.
21519
21520 * net/net-utils.el (dig): Use with-no-warnings.
21521
21522 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21523 (sc-recite-frame-alist, sc-default-cite-frame)
21524 (sc-default-uncite-frame, sc-default-recite-frame)
21525 (sc-attrib-selection-list, sc-rewrite-header-list):
21526 Mark as risky-local-variable.
21527
21528 * international/ogonek.el (ogonek-jak, ogonek-how):
21529 Don't use beginning-of-buffer.
21530
21531 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21532
21533 * calendar/solar.el (solar-data-list): Move definition up.
21534
21535 * dnd.el (dnd-protocol-alist): Add autoload.
21536
21537 * progmodes/sh-script.el: Many doc usage fixes.
21538 (sh-indent-after-do): Change default to match common styles.
21539
21540 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21541
21542 * files.el (interpreter-mode-alist)
21543 (auto-mode-interpreter-regexp): Doc fixes.
21544
21545 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21546
21547 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21548
21549 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21550
21551 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21552
21553 * dired.el (dired-mode): make-variable-buffer-local =>
21554 make-local-variable.
21555
21556 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21557
21558 * term/mac-win.el (mac-select-convert-to-string): Try coding
21559 systems in mac-script-code-coding-systems if specified one cannot
21560 encode string for `com.apple.traditional-mac-plain-text'.
21561
21562 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21563
21564 * progmodes/make-mode.el (makefile-targets-face)
21565 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21566 (makefile-dependency-regex): Fix it to not make the colon in
21567 $(var:a=b) special.
21568 (makefile-rule-action-regex): New regexp for highlighting embedded
21569 Shell strings.
21570 (makefile-macroassign-regex): Handle != for highlighting as
21571 embedded Shell strings.
21572 (makefile-var-use-regex): New const.
21573 (makefile-statements, makefile-automake-statements)
21574 (makefile-gmake-statements, makefile-makepp-statements)
21575 (makefile-bsdmake-statements): New consts.
21576 (makefile-make-font-lock-keywords): New function.
21577 (makefile-automake-font-lock-keywords)
21578 (makefile-gmake-font-lock-keywords)
21579 (makefile-makepp-font-lock-keywords)
21580 (makefile-bsdmake-font-lock-keywords): New consts.
21581 (makefile-mode-map): Add switchers between the various submodes.
21582 (makefile-mode): Document the availability of the variants.
21583 (makefile-automake-mode, makefile-gmake-mode)
21584 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21585
21586 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21587 new variants of makefile-mode.
21588
21589 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21590
21591 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21592 the inheritance.
21593
21594 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21595
21596 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21597 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21598
21599 * files.el (normal-mode): Extend the scope of the
21600 `enable-local-variables' binding to include the `set-auto-mode' call.
21601 (magic-mode-alist): Doc fix.
21602
21603 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21604
21605 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21606 font-lock-comment-face rather than copying its setting.
21607
21608 2005-05-12 Andreas Schwab <schwab@suse.de>
21609
21610 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21611
21612 2005-05-12 Lute Kamstra <lute@gnu.org>
21613
21614 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21615 defcustom for the mode hook variable. Delete the last argument.
21616 * generic-x.el: Fix callers of define-generic-mode.
21617 (generic-x-modes): Delete group.
21618 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21619 generic-x customization group.
21620
21621 2005-05-12 Kim F. Storm <storm@cua.dk>
21622
21623 * font-lock.el (font-lock-negation-char-face): Default to "off".
21624
21625 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21626 font-lock-negation-char-face to ! in !=.
21627
21628 2005-05-12 Masatake YAMATO <jet@gyve.org>
21629
21630 * add-log.el (find-change-log): Fix typos in the docstring
21631 of function.
21632
21633 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21634
21635 * international/latexenc.el (latexenc-find-file-coding-system):
21636 Avoid `re-search-forward' when looking for input encoding because
21637 of speed and safety. Better regular expressions for recognizing
21638 input encoding. Limit a search for TeX-master/tex-main-file to
21639 the local variable section.
21640
21641 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21642
21643 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21644 syntax of $ to "'" (quote).
21645
21646 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21647
21648 * dnd.el (dnd-protocol-alist): Improve custom type.
21649
21650 * dired.el (dired-dnd-protocol-alist): New variable.
21651 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21652 `dired-mode-hook' to the end.
21653
21654 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21657 comment-end if comment-start-skip is not set.
21658 Obey the font-lock-comment-delimiter-face variables.
21659
21660 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21661
21662 * files.el (executable-find): Move from executable.el. Use
21663 locate-file.
21664 * progmodes/executable.el (executable-find): Move to files.el.
21665
21666 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21667 when trying to ensure forward progress.
21668
21669 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21670
21671 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21672 (mouse-select, mouse-select-internal, mouse-extend-internal):
21673 Use it to implement mouse-1-click-follows-link functionality.
21674
21675 2005-05-11 Richard M. Stallman <rms@gnu.org>
21676
21677 * font-lock.el (font-lock-fontify-syntactically-region):
21678 Use font-lock-comment-delimiter-face for comment delimiters.
21679
21680 2005-05-10 Jay Belanger <belanger@truman.edu>
21681
21682 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21683 preserving embedded modes.
21684
21685 2005-05-10 Richard M. Stallman <rms@gnu.org>
21686
21687 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21688
21689 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21690 Move from ada-stmt.el.
21691 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21692
21693 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21694 Move to ada-mode.el.
21695 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21696
21697 * cus-edit.el (custom-file): Call file-chase-links.
21698
21699 * files.el (read-directory-name): Fix previous change.
21700 (hack-local-variables-confirm): New function.
21701 (hack-local-variables-prop-line, hack-local-variables)
21702 (hack-one-local-variable): Use it.
21703
21704 2005-05-10 Lute Kamstra <lute@gnu.org>
21705
21706 * font-lock.el (font-lock-keywords-alist)
21707 (font-lock-removed-keywords-alist): Clarify docstrings.
21708
21709 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21710
21711 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21712 (gdb-source-info): Check for preprocessor info.
21713 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21714 a macro for a function.
21715 (gdb-info-breakpoints-custom): Try to find file again if not already
21716 found (user might have used GDB dir command).
21717 (gdb-get-location): Update gdb-location-alist correctly for change
21718 to gdb-info-breakpoints-custom.
21719
21720 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21721 (gud-tooltip-print-command): Add gdbmi case.
21722 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21723 preprocessor info.
21724
21725 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21726
21727 * startup.el (fancy-splash-insert): Fix typo in doc string.
21728
21729 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21730
21731 * obsolete/float.el (string-to-float):
21732 * obsolete/hilit19.el (hilit-add-pattern):
21733 * obsolete/rnews.el (news-parse-range, news-select-message)
21734 (news-get-pruned-list-of-files): Replace `string-to-int' by
21735 `string-to-number'.
21736
21737 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21738 `find-file-not-found-hooks'; use `add-hook'.
21739 (uncompress-while-visiting): Set `write-file-functions', not
21740 `write-file-hooks'; use `add-hook'.
21741
21742 2005-05-09 Kim F. Storm <storm@cua.dk>
21743
21744 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21745 (cua-paste): Handle clipboard action.
21746 (cua--init-keymaps): Remap clipboard-kill-region and
21747 clipboard-kill-ring-save.
21748
21749 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21750
21751 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21752 Improve commentary.
21753
21754 * simple.el (next-error-overlay-arrow-position): Revert the change
21755 made on 2005-04-30.
21756
21757 2005-05-07 Jay Belanger <belanger@truman.edu>
21758
21759 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21760 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21761 `calc-sel-reselect'.
21762
21763 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21764 Calc is in embedded mode.
21765
21766 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21767
21768 * progmodes/compile.el (compilation-setup):
21769 Set overlay-arrow-string to an empty string on text terminals.
21770
21771 * textmodes/ispell.el (ispell-program-name): Try looking for
21772 "aspell" along exec-path, and if found, use it as the default
21773 speller program.
21774
21775 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21776
21777 * international/mule.el (sgml-xml-auto-coding-function):
21778 Recognize encoding='FOO' in single quotes as well as in double quotes.
21779
21780 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21781
21782 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21783 as well as `interactive', so that defmacro* would recognize
21784 `declare' forms.
21785
21786 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21787
21788 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21789 Explain more about the LIGHTER arg's usage in the doc string.
21790 Add commentary to clarify what the code does. Fix the regexp that
21791 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21792 since it could have characters special to regular expressions.
21793
21794 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21795
21796 * replace.el (occur-1): Bind inhibit-read-only so that
21797 erase-buffer doesn't barf on read-only text properties (likewise
21798 for add-text-properties in occur-engine). Mark buffer as unmodified.
21799 (occur-engine): Don't set buffer-read-only here.
21800
21801 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21804 list-buffers-directory. This caused the *cvs-commit* buffer to be
21805 sometimes mistakenly reused as a *cvs* buffer.
21806
21807 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21808
21809 * tooltip.el: Move code for GUD tooltips into gud.el.
21810 (require): CL no longer needed to compile case.
21811 (tooltip-mode): Do not toggle functions for GUD tooltips.
21812 (tooltip-gud-tips-p): Remove. Replace with minor mode
21813 gud-tooltip-mode in gud.el.
21814 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21815 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21816 tooltip-gud prefix with gud-tooltip and obsolete.
21817 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21818 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21819 (tooltip-mouse-motion): Mouse movement functions/variable.
21820 Rename in gud.el by adding gud prefix.
21821 (tooltip-gud-original-filter, tooltip-gud-dereference)
21822 (tooltip-gud-event, tooltip-toggle-gud-tips)
21823 (tooltip-gud-process-output, tooltip-gud-print-command)
21824 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21825 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21826 (gdb-tooltip-print): Move to gdb-ui.el.
21827
21828 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21829 (require): CL needed to compile case.
21830 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21831 tooltip-gud-tips-p. Make it a minor-mode.
21832 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21833 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21834 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21835 (gud-tooltip-change-major-mode)
21836 (gud-tooltip-activate-mouse-motions-if-enabled)
21837 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21838 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21839 (gud-tooltip-original-filter, gud-tooltip-dereference)
21840 (gud-tooltip-event, tooltip-toggle-gud-tips)
21841 (gud-tooltip-process-output, gud-tooltip-print-command)
21842 (gud-tooltip-tips): Move from tooltip.el.
21843
21844 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21845 (gdb-cpp-define-alist-flags): Doc fix.
21846 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21847 gud-tooltip-mode is t.
21848
21849 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21852 evaporate if their text is deleted.
21853 (goto-address-at-point): Make it work as a mouse binding as well.
21854 (goto-address-at-mouse): Obsolete it. Update users.
21855
21856 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21857
21858 * calendar/appt.el (top-level): No longer activate on load.
21859
21860 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21861
21862 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21863 * net/webjump.el (webjump):
21864 * progmodes/idlw-help.el (idlwave-do-context-help1)
21865 (idlwave-highlight-linked-completions):
21866 * textmodes/po.el (po-find-file-coding-system-guts):
21867 Replace `assoc-ignore-case' by `assoc-string'.
21868
21869 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21870
21871 * files.el (locate-file): Doc fix.
21872
21873 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21874 Remove the redundant test for ms-dos.
21875
21876 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21877 look for the preprocessor with exec-suffixes. If not found in
21878 standard places, look in exec-path. Remove most of the tests that
21879 used system-type.
21880
21881 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21882
21883 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21884
21885 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21886 file-name clash with jka-compr.el on 8+3 filesystems.
21887
21888 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21889
21890 * term/mac-win.el: Don't define or bind scroll bar functions if
21891 x-toolkit-scroll-bars is t.
21892 (x-select-text, x-get-selection-value): Clear
21893 x-last-selected-text-clipboard if x-select-enable-clipboard is
21894 nil.
21895 (PRIMARY): Put mac-scrap-name property.
21896 (mac-select-convert-to-file-url): New function.
21897 (public.file-url): New selection target type. Add to
21898 selection-converter-alist.
21899 (x-get-selection, x-selection-value): Handle it.
21900 (x-cut-buffer-or-selection-value): New alias.
21901
21902 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21903
21904 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21905 entry to avoid calling bibtex-find-entry with arg global
21906 being t. Remove arg key.
21907 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21908 (bibtex-copy-summary-as-kill): Change accordingly.
21909
21910 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21911
21912 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21913 (org-agenda-date-later): Use with-current-buffer.
21914
21915 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21916
21917 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21918 (define-obsolete-variable-alias): Doc Fixes.
21919
21920 2005-05-06 Kim F. Storm <storm@cua.dk>
21921
21922 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21923 vertical-motion when selective-display is active.
21924
21925 * ido.el (ido-setup-hook): New hook.
21926 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21927 (ido-input-stack): New var.
21928 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21929 ido-next-work-file binding to M-O.
21930 Bind M-f to ido-wide-find-file-or-pop-dir.
21931 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21932 (ido-read-internal): Run ido-setup-hook.
21933 Catch quit in read-file-name and read-string to cancel edit.
21934 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21935 Automatically pop-all when completing a directory name (RET).
21936 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21937 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21938 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21939 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21940 New functions for M-b/M-f to move among the directory components.
21941 (ido-make-merged-file-list): Catch quit to cancel merge.
21942 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21943 (ido-completion-help): No warnings for ido-completion-buffer-full.
21944
21945 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21946
21947 * font-lock.el (font-lock-negation-char-face): New face and variable.
21948 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21949 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21950 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21951 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21952
21953 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21954
21955 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21956 Fix typo in docstring.
21957
21958 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21959 (ebrowse-print-statistics-line)
21960 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21961
21962 * term/w32-win.el (image-library-alist): Add additional name for
21963 Xpm library.
21964
21965 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21966
21967 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21968 use gcc instead of cpp.
21969
21970 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21971 (gdb-create-define-alist): Use it.
21972 (gdb-cpp-define-alist-program): Update for MS-DOS.
21973
21974 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21975
21976 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21977
21978 2005-05-04 Richard M. Stallman <rms@gnu.org>
21979
21980 * help.el (describe-key): No error when UNTRANSLATED is nil.
21981
21982 * simple.el (line-move-1): Fix previous change to signal errors
21983 appropriately.
21984
21985 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21986
21987 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21988 (icalendar-duration-correction): Remove.
21989 (icalendar--get-event-properties): Split result at commas.
21990 (icalendar--decode-isoduration): New optional argument
21991 DURATION-CORRECTION.
21992 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21993 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21994 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21995 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21996 (icalendar--convert-anniversary-to-ical): New functions, extracted
21997 from icalendar-export-region, with bug fixes.
21998 (icalendar-export-region): Use the above functions.
21999 (icalendar-import-buffer): Check before saving diary file.
22000 (icalendar--convert-recurring-to-diary)
22001 (icalendar--convert-non-recurring-all-day-to-diary)
22002 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22003 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22004 (icalendar--convert-ical-to-diary): Use the above functions.
22005
22006 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22007
22008 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22009 Remove these recent additions.
22010 (c-mode): Restore to before 2005-04-28.
22011
22012 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22013 recent addition.
22014
22015 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22016 (gdb-define-alist): New variables.
22017 (gdb-create-define-alist): New function.
22018 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22019 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22020 with string-to-number.
22021 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22022
22023 * progmodes/gud.el: Replace string-to-int with string-to-number.
22024 (gud-find-file): Handle gdb-define-alist.
22025
22026 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22027
22028 2005-05-02 Jay Belanger <belanger@truman.edu>
22029
22030 * calc/calc-aent.el (math-read-token):
22031 * calc/calc-bin.el (calc-word-size):
22032 * calc/calc-ext.el (calc-read-number-fancy):
22033 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22034 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22035 * calc/calc-frac.el (calc-over-notation):
22036 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22037 (calc-graph-num-points, calc-graph-init):
22038 * calc/calc-prog.el (calc-read-parse-table-part)
22039 (calc-edit-macro-repeats):
22040 * calc/calc-yank.el (calc-do-grab-rectangle):
22041 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22042 Replace `string-to-int' by `string-to-number'.
22043
22044 2005-05-02 Kim F. Storm <storm@cua.dk>
22045
22046 * kmacro.el: Use executing-kbd-macro-index variable.
22047
22048 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22049
22050 * net/rlogin.el (rlogin-parse-words): Delete func.
22051 (rlogin): Use split-string, not rlogin-parse-words.
22052 Also, if there are option-like elements in the parsed args,
22053 take the host to be the first arg immediately following them.
22054 Suggested by Michael Mauger.
22055
22056 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22057
22058 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22059
22060 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22061
22062 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22063 (cc-mode-cpp-program): Rename to cc-define-list-program and
22064 move to cc-vars.el.
22065
22066 * progmodes/cc-vars.el (cc-define-list-program):
22067 Change to "gcc -E -dM -". Make customizable.
22068
22069 2005-05-02 Kim F. Storm <storm@cua.dk>
22070
22071 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22072
22073 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22074
22075 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22076
22077 * international/mule-util.el (truncate-string): Remove alias and
22078 obsolete declaration.
22079
22080 * international/mule-cmds.el (update-iso-coding-systems):
22081 Remove alias and obsolete declaration.
22082
22083 * international/mule.el (coding-system-parent): Remove alias and
22084 obsolete declaration.
22085
22086 * subr.el (define-function, sref): Remove aliases and obsolete
22087 declarations.
22088 (chars-in-region): Remove obsolete declaration.
22089
22090 2005-05-01 Richard M. Stallman <rms@gnu.org>
22091
22092 * info.el (Info-mode): Set widen-automatically to nil, locally.
22093
22094 * simple.el (widen-automatically): New variable.
22095 (pop-global-mark): Obey widen-automatically.
22096
22097 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22098
22099 * term/xterm.el (function-key-map): Call substitute-key-definition
22100 before the keymap size is increased by a lot of define-key calls.
22101
22102 2005-05-01 Richard M. Stallman <rms@gnu.org>
22103
22104 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22105 Rename ARG to ELEMENT. Doc fix.
22106
22107 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22108
22109 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22110 Remove references to allout-exposure/change to allout-new-exposure.
22111
22112 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22113 bytecode symbols.
22114
22115 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22116 (compiled-function-p, focus-frame, unfocus-frame):
22117 Remove aliases and obsolete declarations.
22118 Back out inadvertent changes from previous commit.
22119
22120 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22121
22122 * files.el (require-final-newline): Make Custom tags consistent
22123 with mode-require-final-newline.
22124 (mode-require-final-newline): Doc fix.
22125
22126 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
22127
22128 * international/latexenc.el (latexenc-find-file-coding-system):
22129 Fix regular expressions.
22130
22131 2005-05-01 David Kastrup <dak@gnu.org>
22132
22133 * international/latexenc.el (latexenc-find-file-coding-system):
22134 Fix regular expressions.
22135
22136 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22137
22138 * subr.el (string-to-int): Make obsolete.
22139
22140 2005-04-30 Richard M. Stallman <rms@gnu.org>
22141
22142 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22143
22144 * loadup.el: load jka-comp-hook.
22145
22146 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22147 (jka-compr-handler): Add autoload. `put' calls moved
22148 to jka-comp-hook.el.
22149 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22150 (jka-compr-inhibit): Autoload.
22151
22152 * jka-comp-hook.el: New file.
22153 Enable the mode by default.
22154
22155 * files.el (backup-buffer-copy): Use copy-file instead
22156 of write-region, and put back the 'excl.
22157
22158 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
22159
22160 * progmodes/flymake.el (flymake-split-string)
22161 (flymake-split-string, flymake-log, flymake-pid-to-names)
22162 (flymake-reg-names, flymake-get-source-buffer-name)
22163 (flymake-unreg-names, flymake-add-line-err-info)
22164 (flymake-add-err-info): Clarify docstrings.
22165 (flymake-popup-menu, flymake-make-emacs-menu)
22166 (flymake-make-xemacs-menu): Add docstrings.
22167 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22168 Set variables directly throughout.
22169
22170 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22171
22172 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22173 exists. Initialize cc-define-alist.
22174 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22175 If there is no file (Macroexpansion) don't create an alist.
22176
22177 2005-04-29 Sam Steingold <sds@gnu.org>
22178
22179 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22180 (cc-create-define-alist): Use it instead of the hard-coded string.
22181
22182 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22183
22184 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22185 for latexenc.
22186
22187 2005-04-29 Lute Kamstra <lute@gnu.org>
22188
22189 * emacs-lisp/generic.el: Improve commentary section.
22190 (define-generic-mode): Improve docstring.
22191
22192 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22193
22194 * textmodes/org.el (many places): Change to quiet the byte compiler.
22195 (org-prefix-format-compiled): New variable.
22196 (org-compile-prefix-format): New function.
22197 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22198 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22199 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22200 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22201 consistency with entries from `org-mode' files.
22202 (org-get-time-of-day): Fix bug with partial matches early in a line.
22203 (org-non-link-chars): New constant.
22204 (org-link-regexp): Respect `org-non-link-chars'.
22205 (org-agenda-day-view): Remove command.
22206 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22207 (org-follow-bbdb-link, org-store-link): Search also company field.
22208 (org-highlight-overlay): New variable.
22209 (org-highlight, org-unhighlight): New functions.
22210 (org-agenda-mode): Add pre-command-hook to remove highlight.
22211 (org-evaluate-time-range): Behavior depends upon whether time stamp
22212 contains a time or not.
22213 (org-show-subtree, org-show-entry): New functions.
22214 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22215
22216 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22217
22218 * comint.el (comint-output-filter-functions): Add autoload cookie.
22219
22220 2005-04-28 Kim F. Storm <storm@cua.dk>
22221
22222 * ido.el (ido-everywhere): Fix last change.
22223
22224 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22225
22226 * international/latexenc.el: New file.
22227 * international/mule-conf.el (file-coding-system-alist): For .tex,
22228 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22229
22230 2005-04-28 Lute Kamstra <lute@gnu.org>
22231
22232 * font-lock.el (font-lock-add-keywords)
22233 (font-lock-remove-keywords): Clarify docstring.
22234 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22235 Don't start docstrings with a `*'.
22236 (font-lock-update-removed-keyword-alist): Give it a docstring.
22237
22238 * generic-x.el: Update commentary section.
22239 Only require font-lock when compiling.
22240 Define all modes conditionally.
22241 Place all generic modes in the generic-x-modes customization group.
22242 (generic-x-modes): New customization group.
22243 (generic-default-modes, generic-mswindows-modes)
22244 (generic-unix-modes, generic-other-modes): New constants.
22245 (generic-define-mswindows-modes, generic-define-unix-modes):
22246 Update docstrings. Make them obsolete.
22247 (generic-extras-enable-list): New default value. Update docstring.
22248 Improve :type. Change :set function.
22249 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22250 Fix docstring.
22251
22252 * emacs-lisp/generic.el (generic-mode-internal):
22253 Simplify font-lock-defaults.
22254 (define-generic-mode): Fix docstring.
22255
22256 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22257
22258 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22259 font-lock-face property to highlight matches.
22260
22261 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22262
22263 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22264 (cc-define-alist): New variable.
22265 (c-mode): Make it local and initialize it.
22266
22267 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22268 (gdb-exited): New function.
22269 (gdb-annotation-rules): Use it.
22270 (gdb-starting): Set gdb-active-process to t.
22271 (gdb-stopping): Amend doc string.
22272 (gdb-reset): Set gdb-active-process to nil.
22273
22274 * tooltip.el (tooltip-gud-tips): Show the associated #define
22275 directives when a C program under GDB is not executing.
22276
22277 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22278
22279 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22280 font-lock-fontify-syntactic-keywords.
22281
22282 * font-lock.el (font-lock-default-fontify-region): Don't force
22283 parse-sexp-lookup-properties to nil.
22284
22285 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22286
22287 * man.el (man-mode-syntax-table): Set up `:' to have
22288 word-constituent syntax.
22289
22290 2005-04-27 Lute Kamstra <lute@gnu.org>
22291
22292 * novice.el (disable-command): Don't add spurious newlines to the
22293 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22294
22295 2005-04-26 Jay Belanger <belanger@truman.edu>
22296
22297 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22298 than one window before deleting window.
22299
22300 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22301
22302 * shell.el (shell-prompt-pattern): Doc fix.
22303 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22304
22305 * comint.el (comint-prompt-regexp, comint-get-old-input)
22306 (comint-use-prompt-regexp)
22307 (comint-use-prompt-regexp-instead-of-fields)
22308 (comint-replace-by-expanded-history, comint-send-input)
22309 (comint-output-filter, comint-get-old-input-default)
22310 (comint-line-beginning-position, comint-bol, comint-show-output)
22311 (comint-backward-matching-input, comint-forward-matching-input)
22312 (comint-next-prompt, comint-previous-prompt):
22313 Rename `comint-use-prompt-regexp-instead-of-fields' to
22314 `comint-use-prompt-regexp'. Keep old name as alias and declare
22315 obsolete.
22316 (comint-use-prompt-regexp): Shorten first line of doc string.
22317
22318 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22319 Set paragraph-separate buffer locally to "\\'".
22320
22321 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22322 Adapt to above name change.
22323
22324 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22325 (smbclient-prompt-regexp): Ditto.
22326
22327 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22328
22329 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22330
22331 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22332 gdb-location-list.
22333 Break lines that are over 80 characters wide.
22334
22335 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22336
22337 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22338 New fun and var, to preserve compatibility.
22339
22340 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22341
22342 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22343
22344 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22345 name to file-newer-than-file-p.
22346
22347 2005-04-26 Richard M. Stallman <rms@gnu.org>
22348
22349 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22350
22351 * progmodes/python.el (python-mode):
22352 Use new name eldoc-documentation-function.
22353
22354 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22355
22356 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22357 (eldoc-documentation-function):
22358 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22359
22360 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22361
22362 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22363
22364 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22365
22366 * term/xterm.el (function-key-map): Fix strings for
22367 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22368 {C,S,A,C-S}-{f1-f12}.
22369
22370 2005-04-26 Kenichi Handa <handa@m17n.org>
22371
22372 * international/mule-cmds.el (select-safe-coding-system):
22373 Fix previous change.
22374
22375 2005-04-26 Lute Kamstra <lute@gnu.org>
22376
22377 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22378
22379 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22380 (font-lock-comment-delimiter-face): Ditto.
22381
22382 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22383
22384 2005-04-25 Jay Belanger <belanger@truman.edu>
22385
22386 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22387 to t while inserting information; use help-mode.
22388
22389 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22390
22391 * term.el (ansi-term-color-vector): Use the xterm colors.
22392 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22393
22394 2005-04-25 Lute Kamstra <lute@gnu.org>
22395
22396 * font-core.el (font-lock-defaults): Fix docstring.
22397
22398 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22399
22400 2005-04-25 Kenichi Handa <handa@m17n.org>
22401
22402 * international/mule-cmds.el (select-safe-coding-system):
22403 Don't check consistency with coding: spec, etc if raw-text or
22404 no-conversion was found to be safe.
22405
22406 2005-04-24 Richard M. Stallman <rms@gnu.org>
22407
22408 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22409 citation markers at start of each line.
22410
22411 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22412 citation markers at start of each line.
22413
22414 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22415
22416 * files.el (mode-require-final-newline): Fix previous change.
22417 (require-final-newline): Fix type label.
22418
22419 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22420
22421 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22422 statement in buffer (broken by 2004-11-24 change).
22423
22424 2005-04-24 Kim F. Storm <storm@cua.dk>
22425
22426 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22427 and read-file-name-function values. Don't overwrite existing
22428 non-nil values if ido-mode is enabled without ido-everywhere.
22429
22430 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22431
22432 * files.el (mode-require-final-newline): Minor doc fix.
22433
22434 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22435
22436 * subr.el (syntax-after): Doc fix.
22437 (syntax-class): If argument is nil, return nil. Mask off upper 16
22438 bits, not 8 bits.
22439
22440 * files.el (mode-require-final-newline): Doc fix.
22441 (backup-buffer-copy): Fix last change.
22442
22443 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22444
22445 * term/mac-win.el: Require select. Set selection-coding-system to
22446 mac-system-coding-system. Call menu-bar-enable-clipboard.
22447 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22448 (x-select-enable-clipboard): New variables.
22449 (x-select-text, x-get-selection, x-selection-value)
22450 (x-get-selection-value, mac-select-convert-to-string)
22451 (mac-services-open-file, mac-services-open-selection)
22452 (mac-services-insert-text): New functions.
22453 (CLIPBOARD, FIND): Put mac-scrap-name property.
22454 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22455 (public.tiff): Put mac-ostype property.
22456 (selection-converter-alist): Add entries for them.
22457 (mac-application-menu-map): New keymap.
22458 (interprogram-cut-function, interprogram-paste-function): Set to
22459 x-select-text and x-get-selection-value, respectively.
22460 (split-window-keep-point): Set to t.
22461
22462 2005-04-23 Richard M. Stallman <rms@gnu.org>
22463
22464 * files.el (read-directory-name): Always pass non-nil
22465 DEFAULT-FILENAME arg to read-file-name.
22466 (backup-buffer-copy, basic-save-buffer-2): Take care against
22467 writing thru an unexpected existing symlink.
22468 (revert-buffer): In indirect buffer, revert the base buffer.
22469 (magic-mode-alist): Doc fix.
22470 (buffer-stale-function): Doc fix.
22471 (minibuffer-with-setup-hook): Avoid warning.
22472 (mode-require-final-newline): Doc and custom fix.
22473
22474 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22475
22476 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22477 use the default appearance.
22478 (font-lock-comment-delimiter-face): New face, new variable.
22479
22480 * imenu.el (imenu--generic-function): The official position of a
22481 definition is the start of the line that BEG is in.
22482
22483 * midnight.el (midnight-timer): Move defvar up.
22484
22485 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22486
22487 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22488
22489 * startup.el (command-line): Use with-no-warnings.
22490
22491 * window.el (window-size-fixed): New defvar.
22492
22493 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22494
22495 * mail/rmail.el (rmail-font-lock-keywords):
22496 Use font-lock-comment-delimiter-face.
22497
22498 * mail/sendmail.el (mail-font-lock-keywords):
22499 Use font-lock-comment-delimiter-face.
22500
22501 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22502
22503 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22504
22505 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22506 Specify t for LAXMATCH when matching directories.
22507 Save match data around compilation-compat-error-properties form.
22508
22509 2005-04-23 David Kastrup <dak@gnu.org>
22510
22511 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22512 Mention that the autoloaded aliases should be kept for AUCTeX.
22513
22514 2005-04-23 Andreas Schwab <schwab@suse.de>
22515
22516 * isearch.el (isearch-forward): Doc fix.
22517
22518 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22519
22520 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22521 (jit-lock-stealth-nice): Change default value to 0.5.
22522
22523 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22524
22525 * abbrev.el (write-abbrev-file): Write table entries in
22526 alphabetical order by table name.
22527
22528 2005-04-22 Kim F. Storm <storm@cua.dk>
22529
22530 * ido.el (ido-read-internal): Fix `list' completion.
22531
22532 2005-04-22 Kenichi Handa <handa@m17n.org>
22533
22534 * recentf.el (recentf-save-file-coding-system): New variable.
22535 (recentf-save-list): Encode the file by
22536 recentf-save-file-coding-system and add coding: tag.
22537
22538 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22539
22540 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22541
22542 2005-04-21 Lute Kamstra <lute@gnu.org>
22543
22544 * loadhist.el (unload-feature): Don't remove a function from hooks
22545 if it is about to be restored to an autoload . Remove functions
22546 that will become unbound from auto-mode-alist. Simplify the code.
22547
22548 * subr.el (assq-delete-all): New implementation that is linear,
22549 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22550 (rassq-delete-all): New function.
22551
22552 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22553 Add size-indication-mode.
22554
22555 2005-04-21 Kenichi Handa <handa@m17n.org>
22556
22557 * international/mule-cmds.el: Add autoload for widget-value in
22558 eval-when-compile.
22559
22560 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22561
22562 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22563 Add tooltip-mode.
22564
22565 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22566
22567 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22568
22569 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22570 (inferior-lisp-filter-regexp, inferior-lisp-program)
22571 (inferior-lisp-load-command, inferior-lisp-prompt)
22572 (inferior-lisp-mode-hook, lisp-source-modes)
22573 (inferior-lisp-load-hook): defvar->defcustom.
22574 (inferior-lisp-program, inferior-lisp-prompt)
22575 (inferior-lisp-load-hook): Doc fixes.
22576 (inferior-lisp-install-letter-bindings): Small change in
22577 introductory comment.
22578
22579 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22580
22581 * vc.el (vc-annotate-color-map): Change some colors so that text
22582 using them as foreground is readable on both white and black
22583 backgrounds.
22584
22585 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22586
22587 * international/mule-conf.el (translation-table-for-input):
22588 Remove redundant declaration.
22589
22590 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22591
22592 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22593
22594 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22595 (tooltip-toggle-gud-tips): New function.
22596
22597 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22598
22599 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22600 right angle brackets.
22601
22602 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22603
22604 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22605
22606 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22607
22608 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22609 Remove. Update callers to use expand-file-name instead.
22610
22611 * subr.el (syntax-class): New function.
22612
22613 * simple.el (blink-matching-open): Use it.
22614
22615 * paren.el (show-paren-function): Use it to recognize parens that are
22616 also used in 2-char comment markers.
22617
22618 2005-04-19 Lute Kamstra <lute@gnu.org>
22619
22620 * loadhist.el (unload-feature): Update for new format of
22621 load-history. Simplify the code.
22622
22623 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22624
22625 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22626 (mac-add-charset-info): New function. Initialize variable
22627 mac-charset-info-alist using it.
22628 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22629 for translation.
22630 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22631 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22632 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22633 New CCL programs.
22634
22635 2005-04-19 Kim F. Storm <storm@cua.dk>
22636
22637 * simple.el (next-buffer, prev-buffer, next-error)
22638 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22639 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22640
22641 * bindings.el (next-buffer, prev-buffer, next-error)
22642 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22643 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22644 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22645 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22646
22647 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * isearch.el (isearch-edit-string): Make the search-ring available for
22650 minibuffer history commands.
22651 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22652 the default history commands now work just as well.
22653 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22654
22655 2005-04-18 Kim F. Storm <storm@cua.dk>
22656
22657 * emulation/cua-base.el (cua--pre-command-handler): Add more
22658 elaborate check for shift modifier on non-window systems.
22659
22660 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22661
22662 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22663
22664 2005-04-18 Kim F. Storm <storm@cua.dk>
22665
22666 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22667 and make it optional. Don't test tooltip-gud-echo-area here.
22668 (tooltip-gud-process-output, gdb-tooltip-print):
22669 Pass tooltip-gud-echo-area to tooltip-show.
22670 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22671
22672 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22673
22674 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22675 `display-graphic-p' may not be bound yet.
22676
22677 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22678
22679 * startup.el (command-line): No longer enable Xterm Mouse mode by
22680 default in terminals compatible with xterm.
22681
22682 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22683
22684 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22685
22686 * tooltip.el (tooltip-gud-echo-area): Rename from
22687 tooltip-use-echo-area.
22688 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22689 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22690 area independently of where help tooltips are displayed.
22691
22692 2005-04-17 David Kastrup <dak@gnu.org>
22693
22694 * cus-theme.el (custom-theme-write-variables): Quote variables
22695 where necessary.
22696
22697 2005-04-17 Richard M. Stallman <rms@gnu.org>
22698
22699 * simple.el (yank-excluded-properties): Add follow-link to value.
22700
22701 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22702
22703 * startup.el (fancy-splash-max-time): Just 30 seconds.
22704 (fancy-splash-delay): Just 7.
22705 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22706
22707 * loadhist.el (unload-feature): Update for new format of load-history.
22708 Simplify the code.
22709
22710 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22711 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22712
22713 * mail/sendmail.el (mail-font-lock-keywords):
22714 Don't fontify subject text.
22715 Don't fontify the text of a citation.
22716
22717 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22718
22719 * comint.el (comint-output-filter): Run comint-output-filter-functions
22720 with point where the user had it.
22721
22722 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22723
22724 * international/ucs-tables.el (ucs-set-table-for-input):
22725 Disable when using unify-on-decoding.
22726
22727 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22728
22729 * emulation/cua-base.el (cua-global-mark-face): Add special case
22730 for displays supporting a high number of colors.
22731
22732 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22733
22734 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22735
22736 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22737
22738 * filesets.el (filesets-add-buffer): If user supplies a name of a
22739 non-existing fileset, create a new fileset.
22740
22741 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22742
22743 * textmodes/org.el (org-up-heading-all): Fix bug with
22744 `outline-up-heading-all'.
22745
22746 2005-04-16 Andreas Schwab <schwab@suse.de>
22747
22748 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22749 /etc/permissions.d/* and /etc/aliases.d/*.
22750
22751 2005-04-16 Kenichi Handa <handa@m17n.org>
22752
22753 * international/code-pages.el (cp-make-coding-system):
22754 Set `translation-table-for-input' property value to the symbol
22755 ucs-mule-to-mule-unicode, not to that value.
22756 (pt154): Escape guillemet by `\'.
22757
22758 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22759
22760 * loadup.el: Load tooltip if x-show-tip is fboundp.
22761
22762 * startup.el (command-line): Add comment.
22763
22764 * tooltip.el (tooltip-mode): Specify correct standard value for
22765 Custom in init-value.
22766
22767 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22768
22769 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22770 possible.
22771
22772 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22773
22774 * textmodes/org.el (org-agenda-date-prompt): Rename from
22775 `org-agenda-date-today'.
22776 (org-evaluate-time-range): Insert at point instead of directly
22777 after time range.
22778 (org-first-headline-recenter, org-subtree-end-visible-p)
22779 (org-optimize-window-after-visibility-change): New functions
22780 (org-agenda-post-command-hook): Don't allow point at end of line,
22781 to make sure it always hits the text properties.
22782 (org-agenda-next-date-line, org-agenda-previous-date-line):
22783 New commands.
22784 (org-set-regexps-and-options): Category may contain white space.
22785 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22786 Improve marker positions.
22787 (org-agenda-new-marker): Argument POS made optional.
22788 (org-agenda-get-timestamps): Deadlines which are done are listed
22789 in org-done-face now.
22790 (org-agenda-get-todos, org-agenda-get-timestamps)
22791 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22792 Set `undone-face' and `done-face' properties.
22793 (org-last-todo-state-is-todo): New variable.
22794 (org-todo): Set `org-last-todo-state-is-todo'.
22795 (org-agenda-todo): Change face according to
22796 `org-last-todo-state-is-todo'. And change other lines referring to
22797 the same entry.
22798 (org-calendar-goto-agenda): New command.
22799 (org-calendar-to-agenda-key): New option.
22800 (org-startup-folded): New allowed value `content'.
22801 (org-set-regexps-and-options): Accept new value `content' for
22802 `org-startup-folded'.
22803 (org-get-current-options): Handle new value `content' for
22804 `org-startup-folded'.
22805 (org-insert-todo-heading): New command.
22806 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22807 interactively in empty file and option
22808 `org-insert-mode-line-in-empty-file' has been set.
22809 (org-agenda-todo, org-agenda-priority): Modify to use
22810 `org-agenda-change-all-lines'.
22811 (org-warning-face): Change color on dark background
22812
22813 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22814
22815 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22816 use preferences AppleLocale and AppleLanguages, and variable
22817 mac-system-locale for default locale. On Mac OS Classic, use
22818 mac-system-coding-system for default coding systems.
22819
22820 * term/mac-win.el: Don't set file-name-coding-system.
22821 Decode variables system-name, emacs-build-system, user-login-name, and
22822 user-full-name by mac-system-coding-system on Mac OS Classic.
22823 (mac-system-coding-system): New variable.
22824
22825 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22826
22827 * startup.el (command-line): Handle `xterm-mouse-mode' before
22828 reading init file.
22829
22830 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22831
22832 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22833
22834 * progmodes/sh-script.el (sh-here-document-word): Make it a
22835 defcustom. Doc fix.
22836 (sh-add): Bash uses $(( )) for arithmetic.
22837 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22838 (sh-maybe-here-document): Remove quotes and leading whitespace
22839 from heredoc word when closing. Indent heredoc with tabs if word
22840 starts with "-".
22841
22842 2005-04-13 Richard M. Stallman <rms@gnu.org>
22843
22844 * simple.el (undo): Fix previous change.
22845
22846 * custom.el (defface): Doc fix.
22847
22848 2005-04-13 Lute Kamstra <lute@gnu.org>
22849
22850 * Makefile.in (DONTCOMPILE): Remove list.
22851 (compile, compile-always): Don't use DONTCOMPILE.
22852 (update-authors): Load the library in which batch-update-authors
22853 is defined.
22854 * makefile.w32-in (DONTCOMPILE): Remove list.
22855 (compile, compile-always): Fix comments.
22856 (update-authors): Load the library in which batch-update-authors
22857 is defined.
22858
22859 * generic-x.el (generic-mode-ini-file-find-file-hook):
22860 Rename to ini-generic-mode-find-file-hook.
22861 Keep generic-mode-ini-file-find-file-hook as an alias.
22862 (ini-generic-mode-find-file-hook): Rename from
22863 generic-mode-ini-file-find-file-hook. Fix docstring.
22864 (ini-generic-mode): Docstring change.
22865 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22866
22867 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22868 called from lisp.
22869
22870 * generic.el: Move to the emacs-lisp subdir.
22871
22872 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22873
22874 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22875 and C-S- function and cursor motion keys.
22876
22877 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22878
22879 * startup.el (command-line): Enable Xterm Mouse mode by default.
22880 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22881 for Custom. No longer show "Mouse" in mode line when enabled.
22882 Doc fix.
22883
22884 2005-04-12 Kim F. Storm <storm@cua.dk>
22885
22886 * emulation/cua-base.el (cua-rectangle-face)
22887 (cua-rectangle-noselect-face): Define face attributes here.
22888
22889 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22890
22891 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22892
22893 * startup.el (command-line): Turn off blinking cursor if
22894 cursorBlink in resources is off or false.
22895
22896 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22897
22898 * term/mac-win.el (dnd): Require dnd.
22899 (mac-drag-n-drop): Call dnd-handle-one-url.
22900 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22901 (kTextEncodingISOLatin2): Remove constants.
22902 (mac-script-code-coding-systems): New constant.
22903 (mac-handle-language-change): New function.
22904 (special-event-map): Bind it to `language-change' event.
22905 (mac-centraleurroman, mac-cyrillic): New coding systems.
22906 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22907 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22908 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22909 encode-mac-cyrillic, respectively.
22910
22911 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22912
22913 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22914 Don't set overlay-arrow-string to "=>" as this is done
22915 globally in C now.
22916
22917 2005-04-12 Lute Kamstra <lute@gnu.org>
22918
22919 * generic-x.el (rc-generic-mode, rul-generic-mode):
22920 Fix auto-mode-alist entries.
22921 (etc-fstab-generic-mode): Tweak fontification.
22922
22923 * generic.el (generic-make-keywords-list): Fix docstring.
22924 (generic-mode-internal): Simplify generic-font-lock-keywords.
22925
22926 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22927
22928 * whitespace.el (whitespace-buffer-leading)
22929 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22930 However, fix the highlight area for the leading and
22931 trailing whitespaces to show space.
22932
22933 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22934
22935 * whitespace.el (whitespace-version): Bump to 3.5
22936
22937 (whitespace-buffer-leading, whitespace-buffer-trailing):
22938 Invert sense of the test to highlight the whitespace.
22939
22940 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22941
22942 * progmodes/gud.el (gud-display-line): GUD uses its own
22943 overlay arrow now so don't set overlay-arrow-string.
22944 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22945
22946 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22947
22948 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22949 (term-ansi-current-reverse, term-ansi-current-invisible)
22950 (term-ansi-face-already-done): Change to boolean.
22951 (term-reset-terminal, term-handle-colors-array): Handle the above
22952 vars accordingly.
22953 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22954 (term-emulate-terminal): Use the new name.
22955
22956 * faces.el (secondary-selection): Use yellow1, not yellow.
22957 (trailing-whitespace): Use red1, not red.
22958
22959 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22960
22961 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22962 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22963 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22964
22965 * cus-edit.el (dnd): New group.
22966
22967 * term/w32-win.el (dnd): Require dnd
22968 (w32-drag-n-drop): Call dnd-handle-one-url.
22969
22970 * x-dnd.el: Require dnd.
22971 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22972 Call dnd-handle-one-url.
22973 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22974 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22975 to dnd-insert-text.
22976 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22977 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22978 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22979 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22980
22981 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22982
22983 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22984
22985 * wdired.el: Doc fixes.
22986 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22987 (wdired-use-dired-vertical-movement): Rename from
22988 wdired-always-move-to-filename-beginning.
22989 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22990 (wdired-change-to-wdired-mode): Change mode name.
22991 (wdired-newline): Delete.
22992
22993 2005-04-11 Richard M. Stallman <rms@gnu.org>
22994
22995 * whitespace.el (whitespace-highlight-the-space):
22996 Don't call whitespace-unhighlight-the-space here.
22997
22998 * simple.el (undo): Record t in undo-equiv-table
22999 for the redo record made by an undo-in-region.
23000
23001 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23002
23003 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23004 (gdb-frame-inferior-io-buffer): New Functions to control
23005 display of separate IO buffer.
23006 (menu): Add them to menu-bar.
23007 (gdb-display-buffer): Check for buffer another frame.
23008 Protect GUD buffer.
23009 (gdb-setup-windows): Create IO buffer if not already there.
23010 (gdb-memory-mode): Remove purecopy noops.
23011
23012 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23013
23014 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23015 and pass to self-insert-command.
23016
23017 2005-04-11 Lute Kamstra <lute@gnu.org>
23018
23019 * generic.el: Commentary section cleanup.
23020 (generic): Delete.
23021 (generic-use-find-file-hook, generic-lines-to-scan)
23022 (generic-find-file-regexp, generic-ignore-files-regexp)
23023 (default-generic-mode, generic-mode-find-file-hook)
23024 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23025 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23026 (generic-use-find-file-hook, generic-lines-to-scan)
23027 (generic-find-file-regexp, generic-ignore-files-regexp)
23028 (default-generic-mode, generic-mode-find-file-hook)
23029 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23030
23031 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23032
23033 * bookmark.el (bookmark-write-file): Catch errors writing file.
23034 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23035
23036 2005-04-10 Richard M. Stallman <rms@gnu.org>
23037
23038 * startup.el (fancy-splash-tail): Update copyright year.
23039 (command-line): Split part of -Q into -D.
23040 (emacs-basic-display): New defvar.
23041 (fancy-splash-text): Correct name of menu item.
23042
23043 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23044
23045 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23046 lines in one node.
23047
23048 * comint.el (comint-send-input): New arg ARTIFICIAL.
23049 Callers in this file changed.
23050
23051 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23052
23053 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23054
23055 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23056
23057 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23058 `ldap-search-internal'.
23059
23060 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23061
23062 * files.el (set-auto-mode-1): Use line-end-position.
23063
23064 * international/latin-1.el:
23065 * international/latin-2.el:
23066 * international/latin-3.el:
23067 * international/latin-4.el:
23068 * international/latin-5.el:
23069 * international/latin-8.el:
23070 * international/latin-9.el: Give punctuation syntax to NBSP.
23071
23072 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23073 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23074 Use char-classes to accept non-ascii letters, accepted in some recent
23075 bibtex implementations.
23076
23077 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23078
23079 * custom.el (custom-set-minor-mode): Any non-nil value for the
23080 variable should enable the mode when set through Custom.
23081
23082 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23083
23084 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23085 TAB binding so tab-always-indent is obeyed.
23086 (vhdl-minibuffer-local-map): Move initialization into declaration.
23087 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23088 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23089 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23090 (vhdl-current-line): Use line-beginning-position.
23091 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23092 with-output-to-temp-buffer, so the current position can be recorded.
23093
23094 2005-04-10 Masatake YAMATO <jet@gyve.org>
23095
23096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23097 Add regexp for gcov.
23098
23099 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23100
23101 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23102 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23103 syntax which Emacs 20 doesn't support.
23104
23105 2005-04-09 Richard M. Stallman <rms@gnu.org>
23106
23107 * help.el (describe-key-briefly, describe-key):
23108 Replace strings as event types with "(any string)".
23109
23110 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23111
23112 * arc-mode.el (archive-mode-map): Move initialization into
23113 the declaration. Override *all* bindings of `undo'.
23114 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23115
23116 2005-04-09 Jay Belanger <belanger@truman.edu>
23117
23118 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23119
23120 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23121
23122 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23123 (xterm-register-default-colors): Update color values computation
23124 to match xterm-200.
23125
23126 2005-04-09 Kenichi Handa <handa@m17n.org>
23127
23128 * international/code-pages.el (iso-latin-7): Fix the map.
23129
23130 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
23131
23132 * emacs-lisp/lisp.el (defun-prompt-regexp)
23133 (parens-require-spaces, buffer-end, end-of-defun)
23134 (insert-parentheses): Doc fixes.
23135
23136 2005-04-08 Kim F. Storm <storm@cua.dk>
23137
23138 * comint.el (comint-highlight-prompt): Fix face spec.
23139 * hi-lock.el (hi-green): Likewise.
23140
23141 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23142
23143 * cus-edit.el (custom-modified-face):
23144 * comint.el (comint-highlight-input): Fix previous changes.
23145 * term.el (term-handle-ansi-escape): Add a comment.
23146
23147 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23148
23149 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23150 in the buffer and in whitespace-highlighted-space.
23151 (whitespace-unhighlight-the-space): Simplify.
23152 (whitespace-buffer): Simplify.
23153
23154 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
23155
23156 * textmodes/table.el (table-cell-face): Add special case for
23157 displays supporting a high number of colors.
23158 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23159 (vhdl-font-lock-reserved-words-face)
23160 (vhdl-speedbar-architecture-face)
23161 (vhdl-speedbar-instantiation-face)
23162 (vhdl-speedbar-architecture-selected-face)
23163 (vhdl-speedbar-instantiation-selected-face): Likewise.
23164 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23165 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23166 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23167 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23168 (ebrowse-progress-face): Likewise.
23169 * progmodes/compile.el (compilation-info-face): Likewise.
23170 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23171 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23172 * calendar/calendar.el (diary-face): Likewise.
23173 * woman.el (woman-italic-face, woman-bold-face)
23174 (woman-unknown-face): Likewise.
23175 * wid-edit.el (widget-button-pressed-face): Likewise.
23176 * whitespace.el (whitespace-highlight-face): Likewise.
23177 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23178 * pcvs-info.el (cvs-marked-face): Likewise.
23179 * info.el (info-xref): Likewise.
23180 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23181 * hilit-chg.el (highlight-changes-face)
23182 (highlight-changes-delete-face): Likewise.
23183 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23184 (hi-red-b): Likewise.
23185 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23186 * font-lock.el (font-lock-keyword-face)
23187 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23188 * cus-edit.el (custom-invalid-face, custom-modified-face)
23189 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23190 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23191 * comint.el (comint-highlight-prompt): Likewise.
23192
23193 2005-04-08 Lute Kamstra <lute@gnu.org>
23194
23195 * font-lock.el (font-lock-keywords): Docstring fixes.
23196
23197 2005-04-08 Kenichi Handa <handa@m17n.org>
23198
23199 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23200 chars are more than a limit, print " and more..." at the tail.
23201
23202 2005-04-08 Kim F. Storm <storm@cua.dk>
23203
23204 * emacs-lisp/authors.el (authors-aliases): Update list.
23205 (authors-ignored-files): New list.
23206 (authors-fixed-entries): Fix typo.
23207 (authors-renamed-files-alist): Update list.
23208 (authors-add): Check authors-ignored-files.
23209
23210 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23211
23212 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23213 optional, to ensure backward compatibility.
23214
23215 2005-04-08 Stephen Eglen <stephen@gnu.org>
23216
23217 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23218
23219 2005-04-08 Kim F. Storm <storm@cua.dk>
23220
23221 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23222
23223 * mouse.el (mouse-on-link-p): Doc fix.
23224
23225 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23226
23227 * ielm.el (ielm-prompt-read-only): Doc fix.
23228
23229 * comint.el (comint-prompt-read-only): Doc fix.
23230
23231 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23232
23233 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23234 ensure dired always handles wildcards passed to ffap.
23235 (find-file-at-point): Use it.
23236 (ffap-dired-wildcards): Doc fix.
23237
23238 2005-04-07 Juri Linkov <juri@jurta.org>
23239
23240 * simple.el (next-error-overlay-arrow-position): New defvar.
23241 Put "=>" on its property `overlay-arrow-string'. Add it to
23242 `overlay-arrow-variable-list'.
23243
23244 * progmodes/compile.el (compilation-setup):
23245 Set `next-error-overlay-arrow-position' to nil. Also set it to
23246 nil in the local hook `kill-buffer-hook'. Make local variable
23247 `overlay-arrow-string' and set it to "=>".
23248 (compilation-goto-locus): Set BOL position to
23249 `next-error-overlay-arrow-position' instead of
23250 `overlay-arrow-position'.
23251
23252 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23253 locally instead of adding it to the global hook.
23254 (Info-kill-buffer): Move up.
23255
23256 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23257
23258 * term/xterm.el (xterm-standard-colors): Update color values from
23259 xterm-200.
23260
23261 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23262
23263 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23264
23265 * fast-lock.el:
23266 * lazy-lock.el: Move them to the obsolete subdir.
23267
23268 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23269
23270 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23271 (wdired-add-replace-advice): Remove.
23272 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23273
23274 2005-04-06 Kim F. Storm <storm@cua.dk>
23275
23276 * startup.el (command-line): Add --bare-bones alias for -Q.
23277
23278 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23279
23280 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23281 create the startup fontset if a font specification ends with
23282 `mac-roman'.
23283
23284 2005-04-06 Lute Kamstra <lute@gnu.org>
23285
23286 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23287 change.
23288
23289 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23290 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23291
23292 2005-04-05 Lute Kamstra <lute@gnu.org>
23293
23294 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23295 (define-generic-mode): Ditto. Fix debug declaration.
23296
23297 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23298 Put them in the generic-x group.
23299
23300 * calendar/timeclock.el (timeclock): Doc fix.
23301
23302 * generic.el (define-generic-mode): Don't use custom-current-group.
23303 Document default :group value.
23304 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23305 (define-global-minor-mode): Don't use custom-current-group.
23306
23307 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23308
23309 * startup.el (command-line-1): Display startup-echo-area-message
23310 when fancy splash screen is in use.
23311
23312 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23313 (sh-escaped-newline): New face.
23314 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23315 newline, and use sh-escaped-newline face.
23316
23317 * progmodes/tcl.el (tcl-escaped-newline): New face.
23318 (tcl-builtin-list): New variable.
23319 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23320 newlines. Fix keywords subexpression number.
23321
23322 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23323
23324 * textmodes/org.el (org-diary-default-entry): Fix call to
23325 `add-to-diary-entry'.
23326
23327 2005-04-05 Kim F. Storm <storm@cua.dk>
23328
23329 * ediff-init.el: Use (featurep 'xemacs).
23330
23331 2005-04-05 David Ponce <david@dponce.com>
23332
23333 * cus-edit.el (face): Derive from symbol widget. Display sample
23334 of the current face on the fly.
23335 (widget-face-sample-face-get, widget-face-notify): New functions.
23336 (widget-face-value-create): Remove.
23337
23338 * wid-edit.el (widget-field-end): Temporarily remove field
23339 narrowing before to call `get-char-property'.
23340
23341 2005-04-04 Jay Belanger <belanger@truman.edu>
23342
23343 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23344 (math-read-subscripts): New variable.
23345 (math-read-preprocess-string): Process subscripts.
23346
23347 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23348
23349 * comint.el (comint-prompt-read-only): Doc fix.
23350
23351 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23352 `-1'. Doc fix.
23353
23354 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23355
23356 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23357 Change default value to nil.
23358
23359 2005-04-04 Lute Kamstra <lute@gnu.org>
23360
23361 * autorevert.el (auto-revert-mode): Specify :group.
23362 * battery.el (display-battery-mode): Specify :group.
23363 * diff-mode.el (diff-minor-mode): Specify :group.
23364 * font-core.el (font-lock-mode): Specify :group.
23365 * hl-line.el (hl-line-mode): Specify :group.
23366 * iimage.el (iimage): New customization group.
23367 (iimage-mode): Specify :group.
23368 * longlines.el (longlines-mode): Specify :group.
23369 * master.el: Don't require easy-mmode.
23370 (master): New customization group.
23371 (master-mode): Specify :group.
23372 * msb.el (msb-mode): Specify :group.
23373 * reveal.el (reveal-mode): Specify :group.
23374 * simple.el (next-error-follow-minor-mode): Specify :group.
23375 * smerge-mode.el (smerge-mode): Specify :group.
23376 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23377 * emulation/cua-base.el (cua-mode): Specify :group.
23378 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23379 * language/thai-util.el (thai-auto-composition-mode)
23380 (thai-word-mode): Specify :group.
23381 * mail/supercite.el (sc-minor-mode): Specify :group.
23382 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23383 * progmodes/flymake.el (flymake-mode): Specify :group.
23384 * progmodes/glasses.el (glasses-mode): Specify :group.
23385 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23386 * textmodes/enriched.el (enriched-mode): Specify :group.
23387 * textmodes/refill.el (refill-mode): Specify :group.
23388
23389 * add-log.el (change-log-font-lock-keywords): Names in
23390 parenthesized lists can contain spaces.
23391
23392 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23393
23394 * startup.el (fancy-splash-text): Shorten default text of
23395 "Emacs Tutorial" line. Also, if the current language env
23396 indicates an available tutorial file other than TUTORIAL,
23397 extract its title and append it to the line in parentheses.
23398 (fancy-splash-insert): If arg is a thunk, funcall it.
23399
23400 2005-04-04 Jay Belanger <belanger@truman.edu>
23401
23402 * calc.el (calc-language-alist): Add tags to customization type.
23403
23404 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23405
23406 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23407 Doc fix.
23408
23409 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23410
23411 * add-log.el (change-log-font-lock-keywords): The manual
23412 describing a Change Log entry, says: (...) "Aside from these
23413 header lines, every line in the change log starts with a space or
23414 a tab.". The font-lock was not highlighting lines started with
23415 spaces, added support for it.
23416
23417 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23418
23419 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23420 (bibtex-generate-url-list): Update docstring accordingly. Put the
23421 complex example in the docstring.
23422 (bibtex-font-lock-url): Use pop.
23423
23424 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23425
23426 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23427
23428 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23429
23430 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23431
23432 * filesets.el (filesets-set-default): Doc fix.
23433
23434 2005-04-03 Lute Kamstra <lute@gnu.org>
23435
23436 * generic.el (define-generic-mode): Add argument to specify
23437 keywords for defcustom.
23438 (default-generic-mode): Specify :group.
23439
23440 * generic-x.el: Specify :group for all generic modes.
23441
23442 * desktop.el (desktop-no-desktop-file-hook)
23443 (desktop-after-read-hook): Doc fix.
23444
23445 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23446
23447 * simple.el (visible-mode): Use explicit :group keyword.
23448 This changes the group of `visible-mode-hook' from paren-blinking
23449 to editing-basics.
23450
23451 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23452
23453 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23454 mailbox specifications as well as URLs.
23455 (rmail-insert-inbox-text): Remove unused conditional branches.
23456
23457 2005-04-01 Jay Belanger <belanger@truman.edu>
23458
23459 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23460 (calc-gnuplot-print-command): Move definitions to calc.el.
23461
23462 * calc/calc-embed.el (calc-embedded-announce-formula)
23463 (calc-embedded-open-formula, calc-embedded-close-formula)
23464 (calc-embedded-open-word, calc-embedded-close-word)
23465 (calc-embedded-open-plain, calc-embedded-close-plain)
23466 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23467 (calc-embedded-open-mode, calc-embedded-close-mode):
23468 Move definitions to calc.el.
23469
23470 * calc/calc.el (calc-settings-file, calc-language-alist):
23471 Make customizable.
23472 (calc-embedded-announce-formula, calc-embedded-open-formula)
23473 (calc-embedded-close-formula, calc-embedded-open-word)
23474 (calc-embedded-close-word, calc-embedded-open-plain)
23475 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23476 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23477 (calc-embedded-close-mode, calc-gnuplot-name)
23478 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23479 from other files and make customizable.
23480
23481 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23482
23483 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23484 Use buffer-live-p.
23485 (cvs-mode-run): Don't call cvs-update-header here.
23486 (cvs-run-process): Call cvs-update-header.
23487 Use process properties for cvs-postprocess and cvs-buffer so that
23488 the sentinel can behave better if the temp buffer is killed.
23489 Use a pipe rather than a tty, to better handle unexpected prompts.
23490 (cvs-sentinel): Rewrite. Call cvs-update-header.
23491
23492 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23493
23494 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23495 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23496
23497 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23498
23499 * generic.el (define-generic-mode): Add indentation rule.
23500
23501 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23502
23503 * files.el (mode-require-final-newline): Make Custom correctly
23504 report a nil value and allow to set it to nil via Custom.
23505 Doc fix.
23506
23507 2005-04-01 Kenichi Handa <handa@m17n.org>
23508
23509 * international/characters.el: Enable the correct case setting for
23510 dotless-i and dotted-I.
23511
23512 2005-04-01 Kim F. Storm <storm@cua.dk>
23513
23514 * ido.el (ido-file-internal): Fall back to non-ido command if
23515 initial directory is on slow ftp (or tramp) host.
23516
23517 2005-03-31 Richard M. Stallman <rms@gnu.org>
23518
23519 * emacs-lisp/autoload.el (make-autoload):
23520 Handle define-global-minor-mode.
23521
23522 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23523 Rename from easy-mmode-define-global-mode.
23524 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23525
23526 * progmodes/scheme.el (scheme-mode-syntax-table):
23527 Update syntax of | and # for two-character comment syntax.
23528
23529 2005-03-31 Lute Kamstra <lute@gnu.org>
23530
23531 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23532 (define-minor-mode): Call custom-current-group at load-time.
23533
23534 * generic.el (define-generic-mode): Add debug declaration.
23535 Add defcustom for the mode hook.
23536 (generic-mode-internal): Use run-mode-hooks.
23537
23538 2005-03-31 Kim F. Storm <storm@cua.dk>
23539
23540 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23541 (mouse-fixup-help-message): New defun called by show_help_echo
23542 to fixup mouse-2 prefix in help messages when applicable.
23543
23544 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23545
23546 2005-03-31 Kenichi Handa <handa@m17n.org>
23547
23548 * language/thai-word.el (thai-find-word-ends): Pay attention to
23549 the case that we reach the end of buffer.
23550
23551 * textmodes/fill.el (fill-text-properties-at): New function.
23552 (fill-newline): Use fill-text-properties-at instead of
23553 text-properties-at.
23554
23555 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23556
23557 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23558 not comint-quote-filename.
23559
23560 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23561
23562 * help-fns.el (help-with-tutorial): Revert last change.
23563
23564 2005-03-31 Kim F. Storm <storm@cua.dk>
23565
23566 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23567
23568 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23569
23570 * calendar/cal-china.el: Update reference to "Calendrical
23571 Calculations" book; there's a new edition.
23572 * calendar/cal-coptic.el: Likewise.
23573 * calendar/cal-french.el: Likewise.
23574 * calendar/cal-hebrew.el: Likewise.
23575 * calendar/cal-islam.el: Likewise.
23576 * calendar/cal-iso.el: Likewise.
23577 * calendar/cal-julian.el: Likewise.
23578 * calendar/cal-mayan.el: Likewise.
23579 * calendar/cal-persia.el: Likewise.
23580 * calendar/calendar.el: Likewise.
23581 * calendar/holidays.el: Likewise.
23582 * calendar/lunar.el: Likewise.
23583 * calendar/solar.el: Likewise.
23584
23585 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23586 white space from doc string.
23587
23588 2005-03-30 Jay Belanger <belanger@truman.edu>
23589
23590 * calc/calc-help.el (calc-full-help): Remove email address.
23591
23592 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23593
23594 * help-fns.el (help-with-tutorial): Delete title line.
23595
23596 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23597
23598 * calendar/cal-x.el (calendar-one-frame-setup)
23599 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23600 rather than `symbol' for set-window-dedicated-p.
23601
23602 * calendar/appt.el (appt-buffer-name): Make it a constant.
23603 (appt-add): Doc fix.
23604
23605 * filesets.el (filesets-menu-path, filesets-menu-before)
23606 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23607 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23608 (filesets-add-submenu): Delete and use add-submenu instead.
23609
23610 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23611
23612 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23613 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23614 (org-diary-default-entry): New function.
23615 (org-get-entries-from-diary): Better parsing of diary entries.
23616 (org-agenda-check-no-diary): New function.
23617 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23618 linking to diary entries.
23619 (org-agenda-execute-calendar-command): New function.
23620 (org-agenda): Improve visible section in window.
23621 Use `org-fit-agenda-window'.
23622 (org-fit-agenda-window): New option.
23623 (org-move-subtree-down): Better handling of empty lines
23624 at end of subtree.
23625 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23626 levels up.
23627 (org-fontify-done-headline): New option.
23628 (org-headline-done-face): New face.
23629 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23630 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23631 When current field is non-empty, it is copied to next row.
23632 (org-table-copy-from-above): Fix bug which made it
23633 impossible to copy fields containing only a single non-white character.
23634
23635 2005-03-30 Kim F. Storm <storm@cua.dk>
23636
23637 * kmacro.el (kmacro-end-macro): Isearch may store this command
23638 into the macro -- so ignore it when executing keyboard macro.
23639
23640 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23641
23642 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23643
23644 2005-03-29 Kenichi Handa <handa@m17n.org>
23645
23646 * language/thai.el ("Thai"): Set setup-function and exit-function
23647 for Thai language environment.
23648
23649 * language/thai-util.el: Require thai-word.
23650 (thai-word-mode-map): New variable.
23651 (thai-word-mode): New minor mode.
23652 (setup-thai-language-environment-internal): New function.
23653 (exit-thai-language-environment-internal): New function.
23654
23655 * language/thai-word.el (thai-word-table): Declare it by defvar,
23656 use dolist to initialize it.
23657 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23658 (thai-fill-find-break-point): New functions.
23659
23660 2005-03-29 Richard M. Stallman <rms@gnu.org>
23661
23662 * simple.el (idle-update-delay): Move definition up.
23663 (set-mark): Doc fix.
23664
23665 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23666
23667 * longlines.el: New file.
23668
23669 * simple.el (buffer-substring-filters): New variable.
23670 (filter-buffer-substring): New function.
23671 (kill-region, copy-region-as-kill): Use it.
23672
23673 * register.el (copy-to-register, append-to-register)
23674 (prepend-to-register): Use filter-buffer-substring.
23675
23676 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23677
23678 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23679 (gud-filter-pending-text): Move in front of gdb.
23680 (gud-overlay-arrow-position): New variable.
23681 (gud-sentinel, gud-display-line): Use it in place of
23682 overlay-arrow-position.
23683
23684 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23685
23686 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23687 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23688 (fortran-font-lock-keywords-4): New variable.
23689 (fortran-blocks-re, fortran-end-block-re)
23690 (fortran-start-block-re): New constants, for hideshow.
23691 (hs-special-modes-alist): Add a Fortran entry.
23692 (fortran-mode-map): Bind fortran-end-of-block,
23693 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23694 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23695 (fortran-looking-at-if-then, fortran-end-of-block)
23696 (fortran-beginning-of-block): New functions, for hideshow.
23697
23698 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23699 Doc fix. Tweak regexp.
23700 (f90-beginning-of-block): Push mark first.
23701
23702 2005-03-29 Jay Belanger <belanger@truman.edu>
23703
23704 * calc/calc.el: Update copyright date.
23705 (calc-version): Increase to 2.1.
23706 (calc-version-date): Remove.
23707
23708 * calc/calc-help.el: Update copyright date.
23709 (calc-full-help): Remove reference to calc-version-date.
23710 Update copyright date.
23711
23712 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23713
23714 * vc.el (vc-do-command): Use a pipe for async processes, so password
23715 prompts don't show up at places where the user can't reply.
23716
23717 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23718
23719 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23720 on the file name we pass to the inferior shell.
23721
23722 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23723
23724 * progmodes/which-func.el (which-function): Be robust in the face of an
23725 imenu--make-index-alist failure.
23726
23727 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23728
23729 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23730
23731 * progmodes/python.el (python-preoutput-filter): Fix last change.
23732
23733 2005-03-29 Lute Kamstra <lute@gnu.org>
23734
23735 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23736 functions and compiled macros.
23737 (debug-convert-byte-code): Handle macros too.
23738 (debug-on-entry-1): Don't signal an error when trying to clear a
23739 function that is not set to debug on entry.
23740
23741 2005-03-29 Jay Belanger <belanger@truman.edu>
23742
23743 * calc/calc-lang.el: Add functions to math-function-table
23744 properties of tex and math.
23745
23746 2005-03-29 Kenichi Handa <handa@m17n.org>
23747
23748 * ps-mule.el (ps-mule-plot-string): Translate characters by
23749 ps-print-translation-table.
23750 (ps-mule-begin-job): Call find-charset-region/string with
23751 ps-print-translation-table.
23752 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23753
23754 * ps-print.el (ps-print-translation-table): New variable.
23755 (ps-plot-region): Translate characters by ps-print-translation-table.
23756
23757 2005-03-29 Juri Linkov <juri@jurta.org>
23758
23759 * simple.el (next-error-highlight-timer): New variable.
23760
23761 * progmodes/compile.el (compilation-goto-locus):
23762 Use `next-error-highlight-timer' instead of `sit-for'.
23763
23764 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23765
23766 * mail/supercite.el (sc-mail-field): Use assoc-string.
23767 (sc-get-address): Simplify regexps.
23768
23769 * files.el (minibuffer-with-setup-hook): New macro.
23770 (find-file-read-args): Use it to avoid let-binding
23771 minibuffer-with-setup-hook (which breaks turning on/off
23772 file-name-shadow-mode while in the prompt).
23773
23774 * complete.el (PC-read-include-file-name-internal):
23775 Use test-completion.
23776
23777 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23778
23779 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23780
23781 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * window.el (window-buffer-height): Use count-screen-lines.
23784
23785 * progmodes/python.el (python-preoutput-leftover): New var.
23786 (python-preoutput-filter): Use it.
23787 (python-send-receive): Loop until all the result has been received.
23788
23789 2005-03-28 Juri Linkov <juri@jurta.org>
23790
23791 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23792
23793 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23794 "Recover Crashed Session".
23795 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23796 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23797 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23798 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23799 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23800 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23801 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23802 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23803
23804 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23805 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23806 Ediff Sessions", "Toggle use of separate control buffer frame",
23807 "Use separate frame for Ediff control buffer".
23808
23809 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23810 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23811 "Rename Bookmark", "Delete Bookmark".
23812
23813 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23814 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23815 Add `:active Info-index-alternatives' to "Next Matching Item".
23816
23817 * wdired.el (wdired-change-to-wdired-mode):
23818 Mention `wdired-abort-changes' key in the initial message.
23819
23820 * international/mule.el (auto-coding-alist): Associate non-ascii
23821 image filename extensions with `no-conversion'.
23822
23823 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23824
23825 * international/iso-acc.el:
23826 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23827
23828 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23829
23830 * textmodes/sgml-mode.el (html-mode): Doc update.
23831
23832 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23833
23834 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23835
23836 * term.el (term-move-columns): Fix face after extending a line.
23837 (term-insert-spaces): Likewise.
23838 (term-reset-terminal): Fix off by one error.
23839
23840 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23841
23842 * international/mule.el (auto-coding-alist): Add .xpi files.
23843
23844 * files.el (auto-mode-alist): Add .xpi files.
23845
23846 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23847
23848 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23849
23850 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23851
23852 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23853
23854 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23855
23856 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23857 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23858
23859 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23860 cursor to Jan 1 when needed.
23861 (calendar-end-of-year): Fix -/+ typo.
23862 Reported by Chong Yidong <cyd@stupidchicken.com>.
23863
23864 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23865
23866 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23867
23868 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23869 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23870
23871 2005-03-25 Richard M. Stallman <rms@gnu.org>
23872
23873 * filesets.el (filesets-init): Add autoload.
23874
23875 * mail/mailalias.el (mail-directory): Doc fix.
23876
23877 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23878
23879 * mail/mailalias.el (mail-directory-process): Do nothing if
23880 mail-directory-process is an atom.
23881 (mail-get-names): Ignore mail-directory-names if it is an atom.
23882 (mail-directory-process defvar): Doc fix.
23883 (mail-names): Doc fix.
23884
23885 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23886
23887 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23888
23889 2005-03-26 Kenichi Handa <handa@m17n.org>
23890
23891 * international/mule-util.el (detect-coding-with-priority):
23892 Call update-coding-systems-internal before detect-coding-region.
23893
23894 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23895
23896 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23897 (gdb-frames-mode-map): Add follow-link property.
23898
23899 2005-03-25 Jay Belanger <belanger@truman.edu>
23900
23901 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23902 for variables.
23903
23904 2005-03-25 Juri Linkov <juri@jurta.org>
23905
23906 * image-mode.el: Optimize image filename extension regexps in
23907 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23908 in `auto-mode-alist'.
23909 (image-mode): Add `image-toggle-display-text' to local hook
23910 `change-major-mode-hook'. Display the image as an image by
23911 default. Set `cursor-type' and `truncate-lines' if the image
23912 is already displayed. Take into account the current mode (image
23913 or text) in message.
23914 (image-minor-mode): New minor mode.
23915 (image-mode-maybe, image-toggle-display-text): New functions.
23916 (image-toggle-display): Use called-interactively-p.
23917 Let-bind `inhibit-read-only' to t.
23918
23919 * image-mode.el (image-minor-mode): Set `cursor-type' and
23920 `truncate-lines' if the image is already displayed. Add turning
23921 image-minor-mode off to `change-major-mode-hook'. Add message.
23922 Call `image-toggle-display-text' after turning image-minor-mode off.
23923
23924 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23925
23926 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23927 Terminal.app, use utf-8.
23928 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23929 (set-locale-environment): Use it.
23930
23931 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23932
23933 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23934
23935 * progmodes/python.el (python-close-block-statement-p)
23936 (python-outdent-p, python-current-defun): Use symbol-end.
23937
23938 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23939
23940 * files.el (save-some-buffers): Doc fix.
23941
23942 2005-03-25 Werner Lemberg <wl@gnu.org>
23943
23944 * complete.el, thumbs.el: Replace `legal' with `valid'.
23945 * calendar/calendar.el: Replace `legal' with `valid'.
23946 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23947 * mail/supercite.el: Replace `legal' with `valid'.
23948 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23949 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23950 Replace `legal' with `valid'.
23951 * textmodes/reftex-vars.el, textmodes/reftex.el:
23952 Replace `legal' with `valid'.
23953
23954 2005-03-25 Werner Lemberg <wl@gnu.org>
23955
23956 * calc/calc-forms.el, calc/calc-sel.el
23957 * midnight.el, vc-cvs.el
23958 * emacs-lisp/cl-macs.el
23959 * emulation/vip.el
23960 * eshell/esh-io.el, eshell/esh-var.el
23961 * mail/supercite.el
23962 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23963 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23964 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23965 * progmodes/sh-script.el, progmodes/xscheme.el
23966 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23967 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23968 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23969 * textmodes/reftex.el, textmodes/org.el:
23970 Replace `illegal' with `invalid'.
23971
23972 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23973
23974 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23975 (flymake-find-buildfile, flymake-find-possible-master-files)
23976 (flymake-check-include, flymake-parse-line): Replace loops over the
23977 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23978
23979 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23980 Substitute file-name-as-directory in the rest of the file.
23981 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23982 (flymake-replace-region): Remove unused arg `buffer'.
23983 (flymake-check-patch-master-file-buffer): Update calls to it.
23984 (flymake-add-err-info): Remove unused var `count'.
23985 (flymake-mode): Use define-minor-mode.
23986
23987 * progmodes/flymake.el: Use with-current-buffer.
23988 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23989 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23990 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23991 Avoid testing for `xemacs'.
23992 (flymake-nop): Move.
23993 (flymake-region-has-flymake-overlays): Return the computed value.
23994 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23995 Remove unused var `endline'.
23996 (flymake-get-line-count): Remove unused function.
23997 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23998
23999 * emulation/vi.el:
24000 * generic.el:
24001 * hilit-chg.el (global-highlight-changes):
24002 * hi-lock.el (hi-lock-mode):
24003 * follow.el: find-file-hooks -> find-file-hook.
24004
24005 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24006
24007 2005-03-24 Juri Linkov <juri@jurta.org>
24008
24009 * dired.el (dired-mode-map): Add menu item "Compare directories"
24010 for dired-compare-directories.
24011
24012 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24013 Doc fix. Replace `read-file-name' with `read-directory-name'.
24014
24015 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24016
24017 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24018
24019 2005-03-24 Jay Belanger <belanger@truman.edu>
24020
24021 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24022 relevant mode settings in calc-embedded-original-modes when modes
24023 are permanently changed.
24024
24025 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24026
24027 * autoinsert.el: find-file-hooks -> find-file-hook.
24028
24029 2005-03-24 Lute Kamstra <lute@gnu.org>
24030
24031 * generic.el (generic-font-lock-defaults): Make it obsolete.
24032 (generic-font-lock-keywords): New variable to replace
24033 generic-font-lock-defaults.
24034 (generic-mode-set-font-lock): Delete it.
24035 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24036 (generic-bracket-support): Add docstring.
24037
24038 * generic-x.el: Rename generic-font-lock-defaults to
24039 generic-font-lock-keywords throughout.
24040 (mailagent-rules-setup-function): Delete it.
24041 (mailagent-rules-generic-mode): Use anonymous function instead.
24042 (show-tabs-generic-mode-font-lock-defaults-1)
24043 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24044 Quote faces.
24045 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24046 not foreground.
24047
24048 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24049 Recognize define-generic-mode.
24050
24051 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24052
24053 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24054 if there's no completion table.
24055
24056 2005-03-23 Miles Bader <miles@gnu.org>
24057
24058 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24059 Remove tty-specific variants, as they're no longer needed.
24060
24061 2005-03-23 Lute Kamstra <lute@gnu.org>
24062
24063 * generic-x.el: Code cleanup: make args constant whenever possible.
24064 (installshield-statement-keyword-list)
24065 (installshield-system-functions-list)
24066 (installshield-system-variables-list, installshield-types-list)
24067 (installshield-funarg-constants-list): Make them constants.
24068
24069 * generic.el (generic-make-keywords-list): Add autoload cookie.
24070
24071 * calendar/time-date.el: Add comment on time value formats.
24072 Don't require parse-time.
24073 (with-decoded-time-value): New macro.
24074 (encode-time-value): New function.
24075 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24076 (days-to-time): Return a valid time value when arg is huge.
24077 (time-since): Use time-subtract.
24078 (time-to-number-of-days): Use time-to-seconds.
24079
24080 2005-03-23 David Ponce <david@dponce.com>
24081
24082 * recentf.el (recentf-keep): New option.
24083 (recentf-menu-action): Default to `find-file'.
24084 (recentf-keep-non-readable-files-flag)
24085 (recentf-keep-non-readable-files-p)
24086 (recentf-file-readable-p, recentf-find-file)
24087 (recentf-cleanup-remote): Remove.
24088 (recentf-include-p): More robust.
24089 (recentf-keep-p): New function.
24090 (recentf-remove-if-non-kept): Rename from
24091 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24092 All callers updated.
24093 (recentf-menu-items-for-commands): Fix help string.
24094 (recentf-track-closed-file): Update. Doc fix.
24095 (recentf-cleanup): Update. Count removed files. Doc fix.
24096
24097 2005-03-23 Kim F. Storm <storm@cua.dk>
24098
24099 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24100 Don't inherit from fringe face (now happens automatically).
24101
24102 2005-03-22 Kim F. Storm <storm@cua.dk>
24103
24104 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24105 position values.
24106
24107 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * menu-bar.el (showhide-date-time): Remove.
24110 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24111 (menu-bar-make-mm-toggle): Simplify.
24112
24113 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24114
24115 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24116 Accept qualified variable and function names.
24117
24118 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24119
24120 * bindings.el (completion-ignored-extensions):
24121 Remove ".lis" for `vax-vms'.
24122
24123 2005-03-22 Andreas Schwab <schwab@suse.de>
24124
24125 * generic-x.el: Revert last change.
24126 * ldefs-boot.el: Update.
24127
24128 2005-03-22 Jay Belanger <belanger@truman.edu>
24129
24130 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24131 (calc-embedded-save-original-modes)
24132 (calc-embedded-restore-original-modes): New functions.
24133 (calc-do-embedded): Save original modes when entering embedded mode
24134 and restore when leaving embedded mode.
24135 (calc-embedded-modes-change): Change the value of
24136 calc-embedded-original-modes to reflect permanent changes.
24137
24138 2005-03-22 Lute Kamstra <lute@gnu.org>
24139
24140 * generic-x.el: Require generic again.
24141
24142 2005-03-22 Miles Bader <miles@gnu.org>
24143
24144 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24145 Tweak details to look good on both ttys and bitmap displays, light
24146 or dark background, etc.
24147
24148 2005-03-21 Kim F. Storm <storm@cua.dk>
24149
24150 * tooltip.el (tooltip-show-help-function): Check car and cdr of
24151 mouse position.
24152
24153 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24154
24155 * icomplete.el: Don't forcibly turn on the mode upon load.
24156 (icomplete-mode): Use define-minor-mode.
24157 (icomplete-eoinput): Default to nil.
24158 (icomplete-minibuffer-setup): Remove autoload.
24159 (icomplete-tidy): Simplify.
24160 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24161 in the initial state or if the user has modified the field.
24162 Fix handling of icomplete-max-delay-chars.
24163 Remove code that handles the oddball case where
24164 minibuffer-completion-table is an integer.
24165 Wrap icomplete-completions in while-no-input in case building
24166 completions takes more time than expected.
24167 (icomplete-completions): Simplify.
24168
24169 2005-03-21 Richard M. Stallman <rms@gnu.org>
24170
24171 * jka-compr.el (jka-compr-really-do-compress):
24172 Make variable buffer-local.
24173
24174 * image-mode.el: Handle .xpm files too.
24175 (image-toggle-display): Preserve modification flag.
24176
24177 * help.el (where-is): Don't mention aliases with no key bindings.
24178
24179 2005-03-21 Lute Kamstra <lute@gnu.org>
24180
24181 * generic.el: Fix commentary section. Don't require cl for
24182 compilation.
24183 (generic-mode-list): Add autoload cookie.
24184 (generic-use-find-file-hook, generic-lines-to-scan)
24185 (generic-find-file-regexp, generic-ignore-files-regexp)
24186 (generic-mode, generic-mode-find-file-hook)
24187 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24188 (define-generic-mode): Make it a defmacro. Fix docstring.
24189 (generic-mode-internal): Code cleanup. Add autoload cookie.
24190 (generic-mode-set-comments): Code cleanup.
24191 * generic-x.el: Don't prevent compilation. Don't require generic.
24192 Follow coding conventions. Minor code cleanup.
24193 (etc-fstab-generic-mode): Add some keywords.
24194 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24195 define-generic-mode like a function declaration.
24196
24197 2005-03-21 Jay Belanger <belanger@truman.edu>
24198
24199 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24200 changing modes.
24201
24202 2005-03-21 Sam Steingold <sds@gnu.org>
24203
24204 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24205
24206 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24207
24208 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24209 Add underscore to "f$ lexicals" regexp.
24210
24211 2005-03-20 Juri Linkov <juri@jurta.org>
24212
24213 * subr.el (progress-reporter-do-update): When `min-value' is equal
24214 to `max-value', set `percentage' to 0 and prevent division by zero.
24215
24216 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24217
24218 Sync with Tramp 2.0.48.
24219
24220 * net/tramp.el (all): Change all addresses to .gnu.org.
24221 (tramp-append-tramp-buffers): New defun.
24222 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24223 Catch `dont-send' signal.
24224 (tramp-set-auto-save-file-modes): Set always permissions, because
24225 there might be an old auto-saved file belonging to another
24226 original file. This could be a security threat. Reported by
24227 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24228 Check for Emacs 21.3.50 removed.
24229
24230 * net/tramp-smb.el (all): Remove debug construct for
24231 `with-parsed-tramp-file-name'.
24232 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24233 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24234 No error message if DIRECTORY or FILENAME doesn't exist.
24235 (tramp-smb-open-connection): Check existence of
24236 `tramp-smb-program'.
24237
24238 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24239
24240 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24241 Properly handle the case where the `m' or `s' command's argument is not
24242 yet terminated.
24243 (perl-indent-new-calculate): New function.
24244 (perl-indent-line): Use it.
24245
24246 2005-03-20 Miles Bader <miles@gnu.org>
24247
24248 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24249 in text-mode too. Change to new face names.
24250 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24251 Add `:weight bold' attribute.
24252 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24253
24254 2005-03-19 Juri Linkov <juri@jurta.org>
24255
24256 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24257
24258 * international/mule.el (auto-coding-alist): Sync with
24259 `auto-mode-alist' by adding upper case archive file extensions
24260 and adding ear/war to jar extension.
24261
24262 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24263
24264 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24265 running, restart it.
24266
24267 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24268
24269 * finder.el (finder-current-item): Throw an error on an empty line.
24270
24271 * man.el (Man-follow-manual-reference): If current-word returns
24272 nil, use "".
24273
24274 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24275
24276 * simple.el (goto-line): Doc fix.
24277
24278 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24279
24280 * files.el (save-buffer): Doc fix.
24281
24282 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24283
24284 * recentf.el (recentf-cleanup-remote): New variable.
24285 (recentf-cleanup): Use it to conditionally check availability of
24286 remote files.
24287
24288 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24289
24290 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24291 function names.
24292
24293 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24294
24295 * language/thai-word.el: New file.
24296
24297 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24298
24299 * files.el (backup-buffer): If the file's directory is not
24300 writable, use copy instead of move to backup the file.
24301
24302 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24303
24304 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24305
24306 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24307
24308 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24309 Use functionp instead of symbolp and fboundp. Reported by Drkm
24310 <darkman_spam@yahoo.fr>.
24311 (ps-print-version): New version 6.6.6.
24312
24313 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24314
24315 * textmodes/table.el (table--line-column-position): New idiom.
24316 (table--row-column-insertion-point-p): New function to test
24317 validity of row and column insertion operation at a location.
24318 (table-global-menu, table-cell-menu): Use above functions for
24319 deterministic test operation.
24320 (table--editable-cell-p): Behave in deterministic fashion.
24321
24322 2005-03-18 Juri Linkov <juri@jurta.org>
24323
24324 * isearch.el (isearch-lazy-highlight-new-loop):
24325 Make arguments beg and end optional.
24326 (isearch-update): Remove optional arguments nil from
24327 isearch-lazy-highlight-new-loop.
24328 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24329 isearch-lazy-highlight-case-fold-search instead of
24330 isearch-case-fold-search, and let-bind isearch-regexp to
24331 isearch-lazy-highlight-regexp.
24332 Use isearch-lazy-highlight-last-string instead of isearch-string.
24333
24334 * replace.el (perform-replace): Remove bindings of global
24335 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24336 Add three new arguments to `replace-highlight'.
24337 (replace-highlight): Add arguments string, regexp, case-fold.
24338 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24339 to allow isearch-lazy-highlight-new-loop to use these values
24340 to set corresponding isearch-lazy-highlight-* internal
24341 variables whose values lazy highlighting will use regardless of
24342 changes to global variables isearch-string, isearch-regexp,
24343 isearch-case-fold-search during lazy highlighting loop.
24344 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24345 to `lazy-highlight-cleanup'.
24346
24347 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24348 (ispell-highlight-face): Set default face to `isearch' when
24349 lazy highlighting is enabled.
24350 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24351 priority to 1. Add lazy highlighting.
24352 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24353 from `isearch-dehighlight'.
24354
24355 2005-03-18 David Ponce <david@dponce.com>
24356
24357 * files.el (hack-local-variables): Do a case-insensitive search
24358 for End.
24359
24360 2005-03-18 Juri Linkov <juri@jurta.org>
24361
24362 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24363 `isearch-lazy-highlight-cleanup', add alias to old name and
24364 declare obsolete. Add release numbers to other obsolete vars.
24365 (isearch-done, isearch-lazy-highlight-new-loop):
24366 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24367 (lazy-highlight-cleanup) <variable>: Doc fix.
24368 (isearch-lazy-highlight-update): Rename obsolete
24369 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24370
24371 2005-03-18 Kenichi Handa <handa@m17n.org>
24372
24373 * language/thai-util.el: Fix categorization of Thai characters in
24374 thai-category-table.
24375 (thai-composition-pattern): Adjust it for the above change.
24376 (thai-self-insert-command, thai-compose-syllable): New functions.
24377 (thai-compose-region): Use thai-compose-syllable.
24378 (thai-compose-string): Likewise.
24379 (thai-composition-function): Likewise.
24380 (thai-auto-composition): New function.
24381 (thai-auto-composition-mode): New minor mode.
24382
24383 * language/thai.el: Fix patterns to be registered in
24384 composition-function-table.
24385
24386 * international/quail.el (quail-input-method): Locally bind
24387 inhibit-modification-hooks to t.
24388
24389 2005-03-17 Richard M. Stallman <rms@gnu.org>
24390
24391 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24392 (perl-mode): Use run-mode-hooks.
24393
24394 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24395 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24396 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24397
24398 * mail/sendmail.el (sendmail-send-it): Reenable the code
24399 to compute resend-to-address and use it.
24400
24401 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24402
24403 * image-mode.el: New file.
24404
24405 * image.el (insert-sliced-image): Add autoload cookie.
24406
24407 * font-lock.el (font-lock-lines-before): New user option.
24408 (font-lock-after-change-function): Obey it.
24409
24410 * bindings.el (esc-map): Make M-g a prefix.
24411 Bind M-g g and M-g M-g to goto-line.
24412
24413 * faces.el (face-id): Doc fix.
24414
24415 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24416
24417 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24418 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24419 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24420
24421 * mail/sendmail.el (mail-yank-ignored-headers)
24422 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24423 Add Mail-Followup-To and Mail-Reply-To headers.
24424 (mail-citation-hook): Add autoload cookie.
24425 (mail-mode): Doc fix.
24426 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24427 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24428 (mail-mode-fill-paragraph): Handle those headers.
24429 (mail-mailing-lists): New variable.
24430 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24431
24432 2005-03-17 Juri Linkov <juri@jurta.org>
24433
24434 * isearch.el (isearch-fallback): Check for `(car previous)'
24435 before calling `isearch-other-end-state'.
24436
24437 2005-03-17 Kim F. Storm <storm@cua.dk>
24438
24439 * simple.el (move-beginning-of-line): Move to beginning of buffer
24440 line, as well as beginning of screen line.
24441
24442 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24443
24444 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24445 argument REDRAW rather than calendar-redrawing variable.
24446 * calendar/calendar.el (calendar-redrawing): Delete.
24447 (redraw-calendar): Do not bind calendar-redrawing.
24448
24449 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24450
24451 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24452 diary-file buffer.
24453
24454 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24455
24456 * help.el (describe-mode): Allow a :minor-mode-function property to
24457 specify a different minor mode toggle function than the variable.
24458 * simple.el (auto-fill-function):
24459 * subr.el (add-minor-mode): Use it.
24460
24461 2005-03-16 Kenichi Handa <handa@m17n.org>
24462
24463 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24464 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24465 (ethio-fidel-to-sera-buffer): Likewise.
24466
24467 2005-03-16 Juri Linkov <juri@jurta.org>
24468
24469 * emacs-lisp/find-func.el (find-function-regexp):
24470 Add defun-emitting macro `menu-bar-make-toggle'.
24471
24472 * isearch.el: Put `isearch-scroll' property to
24473 `split-window-horizontally'.
24474
24475 * info.el: Update error messages for `debug-ignored-errors'.
24476 (Info-isearch-search): Doc fix.
24477 (Info-find-node): Move up code to go into info buffer before
24478 recording the node to the history.
24479 (Info-fontify-node): Fontify titles only if the next line
24480 has two or more `*', `=', `-', `.'.
24481 Display "go to this node" for empty (match-string 3).
24482
24483 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24484
24485 * term/mac-win.el: Add mouse pointer shape constants.
24486
24487 2005-03-15 Kim F. Storm <storm@cua.dk>
24488
24489 * simple.el (move-beginning-of-line): Use vertical-motion.
24490
24491 2005-03-15 Juri Linkov <juri@jurta.org>
24492
24493 * isearch.el (isearch-error): New variable.
24494 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24495 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24496 (isearch-within-brackets-state): Remove.
24497 (isearch-case-fold-search-state, isearch-pop-fun-state):
24498 Decrease frame index.
24499 (isearch-mode, isearch-top-state, isearch-push-state)
24500 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24501 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24502 (isearch-search, isearch-lazy-highlight-new-loop):
24503 Replace `isearch-invalid-regexp' with `isearch-error'.
24504 Remove `isearch-within-brackets'.
24505 (isearch-search): Add `search-failed' handler to `condition-case'.
24506 (isearch-lazy-highlight-search): Add `condition-case' to catch
24507 errors and allow `isearch-lazy-highlight-update' to try
24508 highlighting from the beginning of the window.
24509 (isearch-repeat): Move up code to set isearch-wrapped to t
24510 before calling isearch-wrap-function.
24511
24512 * info.el (Info-isearch-initial-node): New internal variable.
24513 (Info-search): Signal an error in isearch mode when search leaves
24514 the initial node. Signal an error when `bound' is non-nil and
24515 nothing was found in the current subfile.
24516 (Info-isearch-search): Remove `condition-case'.
24517 (Info-isearch-wrap): Don't wrap when search failed during leaving
24518 the initial node. If `Info-isearch-search' is nil, wrap around
24519 the current node.
24520 (Info-isearch-start): New fun.
24521 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24522 `isearch-mode-hook'.
24523
24524 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24525
24526 * simple.el (normal-erase-is-backspace): Set default to t if
24527 running on Mac.
24528
24529 * term/mac-win.el (function-key-map): Sync with x-win.el.
24530
24531 2005-03-15 Kenichi Handa <handa@m17n.org>
24532
24533 * international/mule-cmds.el (locale-language-names): Modify the
24534 format of elements and add more entries.
24535 (locale-preferred-coding-systems): Add more entries.
24536 (set-locale-environment): Adjust for the change of
24537 locale-language-names.
24538
24539 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24540
24541 * pcvs.el (smerge-ediff): Remove bogus autoload.
24542
24543 2005-03-14 Lute Kamstra <lute@gnu.org>
24544
24545 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24546 Ignore a `*' at the beginning of a line.
24547
24548 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24549 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24550 subr.el.
24551 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24552 to specify indentation.
24553
24554 * generic.el (define-generic-mode): Let generic-mode-list be a
24555 list of strings; test membership with equal.
24556
24557 2005-03-14 Kim F. Storm <storm@cua.dk>
24558
24559 * simple.el (next-line, previous-line): Add optional try-vscroll
24560 arg to recognize interactive use. Pass it on to line-move.
24561 (line-move): Don't perform auto-window-vscroll when defining or
24562 executing keyboard macro to ensure consistent behavior.
24563
24564 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24565
24566 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24567
24568 2005-03-13 Lute Kamstra <lute@gnu.org>
24569
24570 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24571 debugger-setup-buffer so that backtrace marks the frames set to
24572 debug-on-exit and we don't have to do it manually. Set an extra
24573 debug-on-exit for macro's.
24574 (debugger-setup-buffer): Don't mark the top frame manually.
24575
24576 2005-03-12 Lute Kamstra <lute@gnu.org>
24577
24578 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24579 lisp-indent-function throughout.
24580 (with-no-warnings): Set lisp-indent-function property.
24581
24582 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24583
24584 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24585 Add entry for backslash.
24586
24587 2005-03-12 Juri Linkov <juri@jurta.org>
24588
24589 * info.el (Info-search): Four fixes for backward search.
24590
24591 2005-03-11 Jay Belanger <belanger@truman.edu>
24592
24593 * calc/calc.el (calc-language-alist): New variable.
24594 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24595 (calc-embedded-find-modes): Use calc-language-alist instead of
24596 calc-embedded-language-alist.
24597
24598 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24599
24600 * calendar/calendar.el (calendar-redrawing): New internal
24601 variable.
24602 (redraw-calendar): Remove bogus save-excursion from previous
24603 change. Bind calendar-redrawing to t for mark-diary-entries.
24604 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24605 calendar if that is why we were called.
24606
24607 2005-03-11 Kenichi Handa <handa@m17n.org>
24608
24609 * international/mule.el (make-coding-system): Set property
24610 coding-system-define-form to nil.
24611 (define-coding-system-alias): Likewise.
24612
24613 2005-03-11 Kenichi Handa <handa@m17n.org>
24614
24615 These changes are suggested by Dave Love <fx@gnu.org>.
24616
24617 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24618 coding: tag.
24619 (adaptive-fill-regexp): Add more bullets.
24620 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24621 regexps.
24622
24623 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24624
24625 * help.el (describe-mode): Properly handle non-trivial lighters.
24626 Don't ignore minor modes that are not listed in minor-mode-list.
24627
24628 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24629 feature ON when the user requests to turn it OFF.
24630
24631 2005-03-10 Lute Kamstra <lute@gnu.org>
24632
24633 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24634 (implement-debug-on-entry): New function to replace debug-entry-code.
24635 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24636 second argument as the 2005-03-07 change makes it obsolete.
24637 (debug-on-entry, cancel-debug-on-entry): Update call to
24638 debug-on-entry-1.
24639 (debug, debugger-setup-buffer): Comment update.
24640 (debugger-frame-number): Update to work with implement-debug-on-entry.
24641
24642 2005-03-10 Jay Belanger <belanger@truman.edu>
24643
24644 * calc/calc-embed.el (math-ms-args): Declare it.
24645 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24646 math-ms-args.
24647 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24648 variables.
24649
24650 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24651
24652 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24653 Use message-box.
24654
24655 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24656 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24657 (tooltip-gud-tips): Simplify.
24658 (tooltip-gud-tips-p): Remove superfluous :set.
24659 (tooltip-gud-modes): Add fortran-mode.
24660 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24661
24662 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24663
24664 2005-03-09 Kim F. Storm <storm@cua.dk>
24665
24666 * play/animate.el (animate-place-char): Use forward-line instead
24667 of next-line to improve performance.
24668
24669 2005-03-09 Simon Josefsson <jas@extundo.com>
24670
24671 * net/browse-url.el (browse-url-default-browser): Doc fix.
24672
24673 2005-03-09 Miles Bader <miles@gnu.org>
24674
24675 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24676 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24677
24678 2005-03-09 Kenichi Handa <handa@m17n.org>
24679
24680 * international/latin-1.el: Set case and syntax for 255 only if
24681 set-case-syntax-set-multibyte is nil.
24682
24683 * textmodes/ispell.el (ispell-insert-word): New function.
24684 (ispell-word): Use ispell-insert-word to insert a new word.
24685 (ispell-process-line): Likewise.
24686 (ispell-complete-word): Likewise.
24687
24688 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24689
24690 * calendar/calendar.el (redraw-calendar): Preserve point.
24691 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24692 (calendar-week-start-day): Move after definition of
24693 redraw-calendar. Delete buffer test, since redraw-calendar has
24694 that now.
24695
24696 * calendar/diary-lib.el (mark-diary-entries): Only call
24697 redraw-calendar in the first of any recursive calls.
24698 Reported by Alan Shutko <ats@acm.org>.
24699
24700 2005-03-08 Juri Linkov <juri@jurta.org>
24701
24702 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24703 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24704 (html-radio-buttons): Add a space before the trailing `/>' where
24705 sgml-xml-mode is non-nil.
24706 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24707 the subsequent tag of the empty XML tag.
24708 (html-href-anchor): Don't set initial input to "http:".
24709 (html-image): Ask for the image URL and set point inside alt="".
24710 (html-name-anchor): Duplicate the name in the `id' attribute when
24711 sgml-xml-mode is non-nil.
24712 (html-paragraph): Remove \n before <p>.
24713 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24714 instead of `checked' when sgml-xml-mode is non-nil.
24715
24716 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24717 Remove 1 space before #RRGGBB to not truncate it on terminal
24718 windows w/o fringes. Remove 1 space between bg and fg examples
24719 to get more space.
24720 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24721 avoid byte-compile warnings.
24722
24723 * image-file.el (image-file-handler): Put `safe-magic' property to
24724 `image-file-handler'.
24725
24726 * info.el (Info-isearch-search): Emulate word search in
24727 isearching through multiple Info nodes with Info-search.
24728 (Info-isearch-wrap): Allow isearch-word.
24729
24730 2005-03-08 Lute Kamstra <lute@gnu.org>
24731
24732 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24733 stepping into the debugger's code is not possible.
24734 (debugger-jumping-flag): Docstring update.
24735
24736 2005-03-08 Jay Belanger <belanger@truman.edu>
24737
24738 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24739 embedded mode begins.
24740 (calc-embedded-language-alist): New variable.
24741 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24742 set default language mode.
24743
24744 2005-03-08 Kenichi Handa <handa@m17n.org>
24745
24746 * international/ccl.el (define-ccl-program): Fix docstring about
24747 extra 256 bytes assured for the output buffer.
24748
24749 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24750 Fix BUFFER_MAGNIFICATION to 2.
24751 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24752
24753 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24754
24755 * align.el (align-rules-list): Added an alignment rule for CSS
24756 declarations (applies to css-mode and html-mode buffers).
24757
24758 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24759
24760 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24761
24762 2005-03-07 Kim F. Storm <storm@cua.dk>
24763
24764 * simple.el (move-beginning-of-line): New command.
24765
24766 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24767
24768 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24769
24770 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24771 and move-beginning-of-line.
24772
24773 * apropos.el (apropos-print): Omit command from M-x ... RET.
24774
24775 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24776
24777 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24778 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24779
24780 2005-03-06 Richard M. Stallman <rms@gnu.org>
24781
24782 * bindings.el (esc-map): Bind M-g to goto-line.
24783
24784 * facemenu.el (global-map): Bind M-o, not M-g.
24785
24786 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24787
24788 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24789 "Open Directory" as for "Open File".
24790
24791 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24792
24793 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24794 (push-mark-command): Run activate-mark-hook.
24795
24796 2005-03-06 Richard M. Stallman <rms@gnu.org>
24797
24798 * help-mode.el (help-mode-finish): Don't alter the element
24799 in view-return-to-alist if there already is one.
24800
24801 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24802 make sure the current buffer is the expected one.
24803
24804 * novice.el (disabled-command-function): Output in *Disabled Command*.
24805 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24806
24807 * textmodes/flyspell.el (flyspell-large-region):
24808 Pass args differently for aspell.
24809
24810 * files.el (mode-require-final-newline): Doc fix.
24811
24812 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24813
24814 * progmodes/which-func.el (which-function):
24815 Specify NOERROR when calling imenu--make-index-alist.
24816
24817 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24818
24819 * simple.el (normal-erase-is-backspace): Define default value.
24820
24821 * custom.el (custom-theme-set-variables): Remove unused var
24822 `immediate'.
24823 (custom-reevaluate-setting): Simple function to handle variables
24824 that are defined before their default value can really be
24825 computed.
24826
24827 * startup.el (command-line): Use it for temporary-file-directory,
24828 small-emporary-file-directory, auto-save-file-name-transforms,
24829 blink-cursor-mode, and normal-erase-is-backspace.
24830
24831 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24832 progress, even with buggy anchored keywords.
24833
24834 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24835
24836 * simple.el (goto-line): Remove unbalanced final parenthesis.
24837
24838 2005-03-05 Richard M. Stallman <rms@gnu.org>
24839
24840 * simple.el (goto-line): Use a number at point as the default.
24841 With C-u as arg, switch buffers.
24842
24843 2005-03-05 Juri Linkov <juri@jurta.org>
24844
24845 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24846 with `no-blinking-cursor'.
24847
24848 * startup.el (no-blinking-cursor): New defvar.
24849 (command-line): Add `--no-blinking-cursor' to longopts.
24850 Set `no-blinking-cursor' to t for command line arguments
24851 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24852 with `no-blinking-cursor' in the condition for calling
24853 `blink-cursor-mode'.
24854
24855 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24856
24857 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24858 (menu-bar-options-save): Add blink-cursor-mode.
24859 (menu-bar-options-menu): Add blink-cursor-mode.
24860
24861 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24862
24863 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24864 (icalendar-export-file, icalendar-export-region)
24865 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24866 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24867
24868 2005-03-04 Lute Kamstra <lute@gnu.org>
24869
24870 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24871 (debug-function-list): Ditto.
24872
24873 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24874
24875 * textmodes/texinfmt.el (texinfo-append-refill):
24876 Redefine the types of line to which @refill
24877 is not appended by replacing a search for `@refill\\|@bye' with
24878 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24879 itemize@refill' bug and the unfilled long lines bug.
24880 (texinfmt-version): Update number and date.
24881
24882 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24883
24884 * international/code-pages.el (windows-1250, windows-125[2-8])
24885 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24886
24887 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24888
24889 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24890 bound yet.
24891
24892 2005-03-02 Romain Francoise <romain@orebokech.com>
24893
24894 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24895 buffer after removing limits.
24896 (ibuffer-pop-filter): Ditto.
24897 Update copyright.
24898
24899 2005-03-02 Miles Bader <miles@gnu.org>
24900
24901 * button.el (make-text-button): If the user doesn't specify a
24902 type, use the default. Rewrite to use `add-text-properties' and
24903 plist functions.
24904
24905 2005-03-01 Lute Kamstra <lute@gnu.org>
24906
24907 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24908 (debugger-jumping-flag): New var.
24909 (debug-entry-code): Use it.
24910 (debugger-jump): Use debugger-jumping-flag and add
24911 debugger-reenable to post-command-hook.
24912 (debugger-reenable): Use debugger-jumping-flag and remove itself
24913 from post-command-hook.
24914 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24915 debugger-reenable.
24916
24917 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24918
24919 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24920 inclusion of "itemize\\|", which may be unnecessary, is certainly
24921 inelegant, and stops refilling in itemize lists when formatting
24922 Japanese Texinfo files to Info.
24923 Update copyright to 2005.
24924
24925 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24926
24927 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24928 of an error if GDB can't find the source file.
24929
24930 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24931
24932 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24933 not just the calendar.
24934
24935 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24936 first.
24937 (diary-redraw-calendar): New function.
24938 (make-diary-entry): Add diary-redraw-calendar to local
24939 write-contents-functions. Turn off selective display before
24940 inserting in diary.
24941
24942 2005-03-01 Kim F. Storm <storm@cua.dk>
24943
24944 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24945
24946 2005-03-01 Lute Kamstra <lute@gnu.org>
24947
24948 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24949 that debug-entry-code can be safely removed from a function while
24950 this code is being evaluated. Revert the 2005-02-27 change as the
24951 new implementation no longer requires it. Make sure that a
24952 function body containing just a string is not mistaken for a docstring.
24953 (debug): Skip one more frame in case of debug on entry.
24954 (debugger-setup-buffer): Delete one more frame line in case of
24955 debug on entry.
24956 (debugger-frame-number): Update to use the new text introduced by
24957 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24958
24959 2005-02-28 Kim F. Storm <storm@cua.dk>
24960
24961 * double.el (double-translate-key): Call force-window-update after
24962 read-event to avoid crash in redisplay.
24963
24964 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24965
24966 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24967 (debug): Use it. Move the inhibit-trace earlier.
24968 (debug-entry-code): New const.
24969 (debug-on-entry-1): Use it.
24970
24971 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24972
24973 * international/utf-16.el (ccl-encode-mule-utf-16le):
24974 Fix BUFFER_MAGNIFICATION to 2.
24975 (ccl-encode-mule-utf-16be): Likewise.
24976
24977 2005-02-28 Kenichi Handa <handa@m17n.org>
24978
24979 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24980 Fix BUFFER_MAGNIFICATION to 4.
24981 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24982
24983 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24984
24985 * speedbar.el (speedbar-update-flag): Doc fix.
24986 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24987 argument.
24988
24989 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24990
24991 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24992 have a non-nil `invisible' property but are actually visible.
24993
24994 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24995 for perldoc sections.
24996 (perl-outline-regexp, perl-outline-level): New var and function.
24997 (perl-mode): Use them.
24998
24999 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25000
25001 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25002 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25003
25004 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25005
25006 * cus-edit.el: Comment change.
25007 (custom-buffer-create-internal): Slightly reword text at top of
25008 Custom buffers. Mention there that saving an option edits the
25009 init file. Add link to Emacs manual node on `custom-file'.
25010 (custom-magic-alist): Rewrite individual State messages to use
25011 capitalized keywords. Doc fix.
25012
25013 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25014
25015 * calendar/calendar.el (calendar-buffer): Move above
25016 calendar-week-start-day.
25017 (calendar-week-start-day): Doc fix. Add :set function.
25018 (calendar-minimum-window-height): New variable.
25019 (generate-calendar-window): Only resize window if selected-window
25020 is displaying the calendar buffer. Use new variable
25021 calendar-minimum-window-height.
25022 (generate-calendar): Reword error message.
25023 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25024
25025 2005-02-27 Andreas Schwab <schwab@suse.de>
25026
25027 * vc.el (vc-do-command): Don't run command asynchronously when
25028 operating in a remote directory.
25029
25030 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25031 change from sync with Tramp 2.0.47.
25032
25033 2005-02-27 Richard M. Stallman <rms@gnu.org>
25034
25035 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25036
25037 * textmodes/flyspell.el (flyspell-mode-on):
25038 Call ispell-change-dictionary only if necessary.
25039
25040 * emacs-lisp/re-builder.el (regexp-builder): New function.
25041
25042 * register.el (describe-register-1): Explicitly handle
25043 yank-excluded-properties = t.
25044
25045 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25046 (custom-magic-alist): Change the status descriptions again.
25047 (face widget-type): Total rewrite based on `restricted-sexp'
25048 to eliminate the confusing double hiding levels.
25049
25050 * emacs-lisp/debug.el (debug-on-entry-1):
25051 If function body is empty, add nil as body form.
25052
25053 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25054
25055 * emacs-lisp/trace.el (inhibit-trace): New var.
25056 (trace-make-advice): Use it.
25057
25058 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25059
25060 2005-02-26 Kim F. Storm <storm@cua.dk>
25061
25062 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25063 (mouse-on-link-p, mouse-drag-region-1): Use it.
25064
25065 2005-02-25 Lute Kamstra <lute@gnu.org>
25066
25067 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25068
25069 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25070
25071 * frame.el (blink-cursor-mode): Add :group keyword.
25072
25073 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25074
25075 * calendar/icalendar.el (icalendar--decode-isodatetime):
25076 New optional argument DAY-SHIFT.
25077 (icalendar-export-region): Fix coding-system-for-write.
25078 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25079 events by one.
25080
25081 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25082
25083 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25084
25085 2005-02-24 Kim F. Storm <storm@cua.dk>
25086
25087 * international/iso-acc.el (iso-accents-compose): Fix crash
25088 during redisplay. Call force-window-update after read-event
25089 and delete-region to signal that window is not accurate.
25090
25091 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25092
25093 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25094 Remove unused and inexistent var `inhibit-trace'.
25095 (debugger-mode): Use run-mode-hooks.
25096 (debugger-list-functions): Add buttons; setup xref stack.
25097
25098 2005-02-23 Richard M. Stallman <rms@gnu.org>
25099
25100 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25101 appointment says it was explicitly made.
25102 (appt-add): Set the 3rd element.
25103 (appt-make-list): Preserve explicit appointments.
25104
25105 * subr.el (find-tag-default): Catch errors in forward-sexp.
25106
25107 2005-02-23 Juri Linkov <juri@jurta.org>
25108
25109 * info.el (Info-isearch-search): New defcustom.
25110 (Info-isearch-search): Call the default isearch function
25111 when Info-isearch-search is nil.
25112 (Info-isearch-wrap): Use variable Info-isearch-search.
25113
25114 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25115
25116 * cus-edit.el: Comment change.
25117
25118 2005-02-22 Kim F. Storm <storm@cua.dk>
25119
25120 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25121 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25122
25123 2005-02-22 Simon Josefsson <jas@extundo.com>
25124
25125 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25126 New variable.
25127 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
25128 Oskarsson" <myrkraverk@users.sourceforget.net>.
25129
25130 2005-02-22 Kim F. Storm <storm@cua.dk>
25131
25132 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25133 check that window of that event is the selected window.
25134 (mouse-drag-region-1): Compare mouse event window to selected
25135 window before setting point.
25136
25137 * tooltip.el (tooltip-show-help-function): Pass event to
25138 mouse-on-link-p so it can check selected window.
25139
25140 2005-02-22 Kenichi Handa <handa@m17n.org>
25141
25142 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25143 (ps-mule-show-warning): New function.
25144 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25145 characters are found.
25146
25147 * ps-print.el (ps-header-footer-string): Return a list of header
25148 and footer strings.
25149
25150 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
25151
25152 * pcvs.el (cvs-retrieve-revision): Fix thinko.
25153
25154 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
25155
25156 * frame.el (blink-cursor-mode): Use define-minor-mode.
25157
25158 * term/mac-win.el (function-key-map): Use char-names more consistently.
25159 (file-name-coding-system): Only set it for MacOS-9. The other case is
25160 already handled in mule-cmds.el (where it also works when mac-win.el
25161 is not used).
25162
25163 2005-02-21 Kenichi Handa <handa@m17n.org>
25164
25165 * international/mule.el (ctext-pre-write-conversion): Always use
25166 " *code-converting-work*" buffer for work.
25167
25168 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25169
25170 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25171
25172 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25173
25174 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25175
25176 * ses.el (undo-more): Restore defadvice, but only the part that
25177 allows changes outside the restricted area of the buffer.
25178
25179 2005-02-20 Kim F. Storm <storm@cua.dk>
25180
25181 * simple.el (line-move): Add fourth optional arg try-vscroll which
25182 must be set to perform auto-window-vscroll.
25183 When moving backwards and doing auto-window-vscroll, automatically
25184 vscroll to the last part of lines which are taller than the window.
25185 (next-line, previous-line): Set try-vscroll arg on line-move.
25186
25187 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25188
25189 * replace.el (query-replace, query-replace-regexp)
25190 (replace-string, replace-regexp): When operating on region, make
25191 the minibuffer prompt say so.
25192
25193 * isearch.el (isearch-forward): Document isearch-query-replace and
25194 isearch-query-replace-regexp keybindings.
25195
25196 2005-02-19 Jay Belanger <belanger@truman.edu>
25197
25198 * calc/calc-aent.el (math-read-token): Add local variable.
25199
25200 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25201 (calc-edit-top): Move declaration to earlier in file.
25202 (calc-edit-macro-repeats): Add local variables.
25203
25204 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25205 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25206 calcFunc-tanh.
25207 Adjust integration rule for calcFunc-tan.
25208
25209 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25210
25211 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25212 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25213 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25214 (viper-skip-separators): Bug fix.
25215 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25216 particular major mode.
25217 (viper-del-backward-char-in-replace): Don't put deleted char on the
25218 kill ring.
25219
25220 * viper-ex.el (viper-color-display-p): New function.
25221 (viper-has-face-support-p): Use viper-color-display-p.
25222
25223 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25224
25225 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25226
25227 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25228 (viper-file-remote-p): Make equivalent to file-remote-p.
25229
25230 * viper.el (viper-major-mode-modifier-list):
25231 Use viper-gnus-modifier-map.
25232
25233 2005-02-19 David Kastrup <dak@gnu.org>
25234
25235 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25236 quoting.
25237
25238 2005-02-19 Jay Belanger <belanger@truman.edu>
25239
25240 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25241 Remove extra definitions.
25242 (calc-coth): New function.
25243 (calcFunc-cot): Fix `let'.
25244
25245 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25246
25247 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25248 the reasons we use "type pc" in these faces.
25249
25250 * button.el (button): Ditto.
25251
25252 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25253
25254 * replace.el (query-replace-read-from): Set the value of
25255 query-replace-from-history-variable to handle the case of an empty
25256 string entered to accept the suggested default.
25257
25258 * net/tramp.el (tramp-file-name-for-operation):
25259 Use dired-call-process instead of dired-call-process-command.
25260
25261 2005-02-19 Jay Belanger <belanger@truman.edu>
25262
25263 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25264 (math-div-non-trig): New variables.
25265 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25266 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25267 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25268 trig expressions.
25269
25270 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25271
25272 * progmodes/gdb-ui.el (gdb-var-update-handler)
25273 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25274 for watch expressions,
25275 (gdb-var-create-handler): Don't set speedbar-update-flag.
25276 (gdb-post-prompt): Simplify test for speedbar.
25277
25278 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25279
25280 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25281 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25282 we use the syntax table of the correct buffer.
25283 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25284 Felix Gatzemeier.
25285
25286 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25287 (ediff-file-remote-p): Make synonymous with file-remote-p.
25288 In all deffaces ediff-*-face-*, use min-colors.
25289
25290 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25291 ediff-recurse-to-subdirectories.
25292 (ediff-mark-if-equal): Check that the arguments are strings, use
25293 ediff-same-contents (after to Felix Gatzemeier).
25294
25295 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25296 nil.
25297
25298 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25299
25300 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25301
25302 2005-02-18 David Kastrup <dak@gnu.org>
25303
25304 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25305 use `mark-active' when defined.
25306
25307 2005-02-18 Kenichi Handa <handa@m17n.org>
25308
25309 * ps-print.el (ps-font-info-database): New entry
25310 ZapfChancery-MediumItalic with correct font name. Fix font name
25311 of the entry Zapf-Chancery-MediumItalic.
25312
25313 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25314
25315 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25316
25317 2005-02-16 Kim F. Storm <storm@cua.dk>
25318
25319 * ido.el (ido-fallback-command): Pass user input to fallback command.
25320
25321 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25322
25323 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25324 (gdb-find-file-hook): Add server prefix.
25325
25326 2005-02-16 Richard M. Stallman <rms@gnu.org>
25327
25328 * replace.el (perform-replace): Pass new args to replace-highlight.
25329 (replace-highlight): Take region args,
25330 and pass them to isearch-lazy-highlight-new-loop.
25331
25332 * novice.el (disabled-command-hook): Autoload the defalias
25333 and the make-obsolete-variable call.
25334
25335 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25336
25337 * isearch.el (isearch-lazy-highlight-start-limit)
25338 (isearch-lazy-highlight-end-limit): New variables limit
25339 the region for highlighting.
25340 (isearch-lazy-highlight-new-loop): New args BEG and END.
25341 (isearch-lazy-highlight-search): Use the new vars.
25342 (isearch-lazy-highlight-update): Likewise.
25343
25344 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25345
25346 * cus-start.el (all): Use default-boundp.
25347
25348 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25349
25350 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25351
25352 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25353
25354 * autorevert.el (auto-revert-stop-on-user-input)
25355 (auto-revert-verbose): Doc fixes.
25356
25357 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25358
25359 * international/mule-cmds.el (set-locale-environment): Remove call
25360 to set-selection-coding-system on Windows.
25361
25362 2005-02-15 Jay Belanger <belanger@truman.edu>
25363
25364 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25365 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25366 calcFunc-coth.
25367 (math-simplify-sqrt): Add simplifications.
25368
25369 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25370 to list.
25371
25372 * calc/calc-ext.el: Add functions to autoloads.
25373
25374 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25375 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25376 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25377 (math-csc-raw, math-cot-raw): New functions.
25378
25379 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25380
25381 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25382 the variable name in a message.
25383
25384 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25385 calcFunc-csc, calcFunc-cot.
25386
25387 * calc/calcalg2.el: Add derivative and integration rules for
25388 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25389 calcFunc-csch, calcFunc-coth.
25390 (math-do-integral-methods): Add to checks for when to use
25391 substitutions.
25392
25393 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25394
25395 2005-02-15 Lute Kamstra <lute@gnu.org>
25396
25397 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25398 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25399 <monnier@iro.umontreal.ca>
25400 (lisp-outline-level): Improve efficiency. Suggested by David
25401 Kastrup <dak@gnu.org>.
25402
25403 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25404
25405 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25406 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25407 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25408 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25409 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25410
25411 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25412
25413 * cus-start.el (all): Comment change.
25414
25415 2005-02-14 Lute Kamstra <lute@gnu.org>
25416
25417 * cus-start.el (all): Check if symbol is void.
25418
25419 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25420
25421 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25422 optional argument to \cite.
25423
25424 2005-02-14 Richard M. Stallman <rms@gnu.org>
25425
25426 * cus-edit.el (custom-buffer-create-internal): Update help message.
25427 (custom-magic-alist): Update help messages.
25428
25429 * cus-start.el (all): Allow a var to specify a standard value.
25430
25431 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25432
25433 * custom.el (custom-theme-set-variables): Handle variable aliases.
25434
25435 * frame.el (blink-cursor-timer): Doc fix.
25436 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25437 declare obsolete.
25438 (blink-cursor-mode): Define with defcustom and use correct
25439 standard expression in that defcustom.
25440 * startup.el (command-line): Adapt to above changes in frame.el.
25441
25442 2005-02-11 Lute Kamstra <lute@gnu.org>
25443
25444 * apropos.el (apropos-score-doc): Prevent division by zero.
25445
25446 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25447
25448 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25449 (icalendar--get-event-property-attributes)
25450 (icalendar--get-event-properties)
25451 (icalendar--datetime-to-diary-date): New functions.
25452 (icalendar--split-value): Doc fix.
25453 (icalendar--datetime-to-noneuropean-date)
25454 (icalendar--datetime-to-european-date): New optional argument
25455 SEPARATOR. Return result as a string instead of a list.
25456 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25457 (icalendar--convert-string-for-export): Rename arg S to STRING.
25458 (icalendar-export-region): Doc fix. Change name of error buffer.
25459 Save output buffer.
25460 (icalendar-import-file): Add blank at end of prompt.
25461 (icalendar-import-buffer): Doc fix. Do not switch to error
25462 buffer. Indicate status in return value.
25463 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25464 buffer. Save output buffer. Handle exception from recurrence
25465 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25466 events. Fix problems with weekly all-day events.
25467
25468 2005-02-10 Richard M. Stallman <rms@gnu.org>
25469
25470 * simple.el (eval-expression-print-format):
25471 Avoid warning about edebug-active.
25472
25473 * help.el (help-for-help-internal): Rename from help-for-help.
25474 (help-for-help): Define with defalias.
25475
25476 * font-core.el (font-lock-default-function): Use with-no-warnings.
25477
25478 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25479
25480 * custom.el (defface): Doc fix.
25481
25482 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25483
25484 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25485 width 0" to prevent word wrapping problems.
25486
25487 2005-02-09 Kim F. Storm <storm@cua.dk>
25488
25489 * ido.el (ido-file-extensions-order): New defcustom.
25490 (ido-file-extension-lessp, ido-file-extension-aux)
25491 (ido-file-extension-order): New advanced file ordering.
25492 (ido-file-lessp): New simple file ordering.
25493 (ido-sort-list): Remove.
25494 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25495 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25496
25497 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25498
25499 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25500 that some versions of grep produce.
25501 (grep-mode-font-lock-keywords): Likewise.
25502
25503 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25504
25505 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25506 (gdb-cdir): Delete.
25507 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25508 (gdb-source-info): Treat case when source file is in another
25509 directory properly.
25510 (gdb-get-location): New function.
25511
25512 2005-02-07 Jay Belanger <belanger@truman.edu>
25513
25514 * calc/calc-prog.el (calc-write-parse-table-part)
25515 (calc-fix-token-name): Fix a check for language type.
25516
25517 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25518
25519 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25520
25521 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25522 as directory not writable.
25523
25524 2005-02-07 Kim F. Storm <storm@cua.dk>
25525
25526 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25527 (cua--standard-movement-commands): Remove list.
25528 Instead, set CUA property value to move for movement commands.
25529 (cua-movement-commands): Remove. Users must set CUA prop instead.
25530 (cua--pre-command-handler): Check CUA property.
25531 (cua--init-keymaps): Don't remap undo commands.
25532 (cua-mode): Don't call cua--rectangle-on-off.
25533
25534 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25535 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25536 (cua--rect-undo-set-point): New var.
25537 (cua--rectangle-undo-boundary): Setup undo apply entry.
25538 (cua--rect-undo-handler): New function for rectangle undo.
25539 (cua--rect-start-position, cua--rect-end-position): Add.
25540 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25541 for restored rectangle. Set point if cua--rect-undo-set-point.
25542
25543 2005-02-06 Jay Belanger <belanger@truman.edu>
25544
25545 * calc/calc-lang.el (calc-tex-language): Display more information
25546 in messages.
25547
25548 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25549 in TeX mode.
25550
25551 2005-02-06 Richard M. Stallman <rms@gnu.org>
25552
25553 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25554
25555 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25556
25557 * net/ldap.el (ldap-search-internal): Support attributes with
25558 optional descriptions separated by a semi-colon, as in
25559 "userCertificate;binary".
25560
25561 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25562
25563 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25564 isn't a cons (i.e. the version is 0).
25565
25566 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25567
25568 * help.el (help-for-help): Doc fix.
25569
25570 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25571
25572 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25573 GDB-Windows on the menu-bar as this works better.
25574
25575 2005-02-04 Jay Belanger <belanger@truman.edu>
25576
25577 * calc/calc-embed.el (calc-embedded-update): Don't put in
25578 unnecessary newlines. Adjust the end of formula marker.
25579
25580 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25581 (math-latex-parse-two-args): New function.
25582
25583 2005-02-03 Lute Kamstra <lute@gnu.org>
25584
25585 * help-fns.el (help-with-tutorial): Make sure that users cannot
25586 remove the entire text of the tutorial by means of `undo'.
25587
25588 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25589
25590 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25591 in recent changes, where the ispell process was repeatedly
25592 killed & restarted.
25593
25594 * international/mule-cmds.el (set-locale-environment): Set file-name
25595 coding system to utf-8 on Darwin systems.
25596 (set-default-coding-systems): Don't set default-file-name-coding-system
25597 on Darwin systems.
25598
25599 2005-02-03 Richard M. Stallman <rms@gnu.org>
25600
25601 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25602
25603 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25604
25605 * faces.el (list-faces-display): Add optional argument.
25606
25607 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25608
25609 * font-core.el (font-lock-default-function): Handle the rare case where
25610 only font-lock-keywords is set.
25611
25612 2005-02-02 Kenichi Handa <handa@m17n.org>
25613
25614 * international/characters.el: Cancel previous change for
25615 I-WITH-DOT-ABOVE and DOTLESS-i.
25616
25617 * international/latin-5.el: Cancel previous change.
25618
25619 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25620
25621 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25622
25623 2005-02-02 Kenichi Handa <handa@m17n.org>
25624
25625 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25626 DOTLESS-i.
25627
25628 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25629 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25630
25631 * case-table.el (get-upcase-table): New function.
25632 (copy-case-table): Copy upcaes table too if non-nil.
25633 (set-case-syntax-delims): Maintain upcase table too.
25634 (set-case-syntax-pair): Likewise.
25635 (set-upcase-syntax, set-downcase-syntax): New functions.
25636 (set-case-syntax): Maintain upcase table too.
25637
25638 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25639
25640 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25641
25642 * progmodes/gud.el (gud-goto-info): New function.
25643 (gud-tool-bar-map): Use correct icon.
25644
25645 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25646
25647 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25648 When delegating, order args in the funcall correctly.
25649
25650 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25651
25652 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25653
25654 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25655
25656 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25657 buffer not visiting a file.
25658
25659 2005-01-31 Jay Belanger <belanger@truman.edu>
25660
25661 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25662 bound on the line with the formula.
25663
25664 2005-01-31 Kim F. Storm <storm@cua.dk>
25665
25666 * ses.el (ses-create-cell-variable-range)
25667 (ses-destroy-cell-variable-range, ses-reset-header-string)
25668 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25669 (ses-insert-row): Fix format of apply undo entries.
25670
25671 2005-01-31 Jay Belanger <belanger@truman.edu>
25672
25673 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25674 parts.
25675
25676 * calc/calc-embed.el (calc-embedded-open-formula)
25677 (calc-embedded-close-formula): Ignore matrix environments.
25678
25679 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25680 TeX mode.
25681
25682 * calc/calc-lang.el (math-function-table, math-oper-table)
25683 (math-variable-table): Adjust the LaTeX portions.
25684
25685 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25686 (math-latex-ignore-words): New constant.
25687
25688 2005-01-31 Richard M. Stallman <rms@gnu.org>
25689
25690 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25691 (ispell-local-dictionary): Doc fix.
25692 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25693 Don't reinitialize at run time. Don't defcustom.
25694 All uses changed to append ispell-local-dictionary-alist,
25695 or check it first.
25696 (ispell-current-dictionary): New variable for dictionary in use.
25697 (ispell-dictionary): Now used only for global default.
25698 (ispell-start-process): Set ispell-current-dictionary,
25699 not ispell-dictionary.
25700 (ispell-change-dictionary): Use this only for setting
25701 user preferences.
25702 (ispell-internal-change-dictionary): New function
25703 to change the current dictionary in use.
25704 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25705 Use ispell-current-dictionary.
25706 Handle ispell-local-dictionary-overridden.
25707 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25708
25709 2005-01-31 Jay Belanger <belanger@truman.edu>
25710
25711 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25712
25713 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25714 (calc-mode-map): Add calc-latex-language.
25715
25716 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25717 (math-latex-print-frac): New functions.
25718 (math-oper-table, math-function-table, math-variable-table)
25719 (math-complex-format, math-input-filter): Add latex properties.
25720 (calc-set-language): Set math-expr-special-function-mapping.
25721
25722 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25723 (calc-write-parse-table-part): Add LaTeX support.
25724
25725 * calc/calc.el (calc-language): Adjust docstring.
25726 (calc-set-mode-line): Add LaTeX support.
25727 (math-expr-special-function-mapping): New variable.
25728 (math-tex-ignore-words): Add to list.
25729
25730 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25731 Add LaTeX support.
25732 (math-compose-expr): Add support for special functions.
25733
25734 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25735
25736 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25737
25738 * progmodes/gdb-ui.el (gdb-memory-address)
25739 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25740 (gdb-memory-mode-map, gdb-memory-format-keymap)
25741 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25742 (gdb-memory-unit-menu): New variables for a buffer
25743 that lets the user examine program memory.
25744 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25745 (gdb-memory-format-binary, gdb-memory-format-octal)
25746 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25747 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25748 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25749 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25750 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25751 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25752 (gdb-memory-mode, gdb-memory-buffer-name)
25753 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25754 New functions for above buffer.
25755
25756 2005-01-30 Richard M. Stallman <rms@gnu.org>
25757
25758 * cus-edit.el (custom-bury-buffer): Function deleted.
25759 (custom-buffer-done-function): Option deleted.
25760 (custom-buffer-done-kill): New replacement option.
25761 (Custom-buffer-done): Call quit-window.
25762 (custom-buffer-create-internal): Update for above changes.
25763
25764 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25765
25766 * simple.el (undo-ask-before-discard): New var.
25767 (undo-outer-limit-truncate): Implement it.
25768 (undo-extra-outer-limit): Doc update.
25769
25770 2005-01-29 Richard M. Stallman <rms@gnu.org>
25771
25772 * ses.el (undo-more): Delete defadvice.
25773 (ses-begin-change): Doc fix.
25774
25775 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25776 instead of rebinding C-x u and C-_.
25777
25778 * files.el (normal-backup-enable-predicate): Return nil for files
25779 in /tmp, regardless of temporary-file-directory.
25780
25781 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25782
25783 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25784 (open-rectangle, delete-whitespace-rectangle-line)
25785 (clear-rectangle-line): If FILL, pass t instead of FILL
25786 for move-to-column's 2nd arg.
25787
25788 * simple.el (undo): Fix the test for continuing a series of undos.
25789 (undo-more): Set pending-undo-list to t when we reach end.
25790 (pending-undo-list): Move up defvar.
25791
25792 * wid-edit.el (widget-button-click):
25793 Shorten the range of the track-mouse binding.
25794
25795 * comint.el (comint-insert-input): Undo previous changes;
25796 use last-input-event in interactive spec.
25797
25798 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25799
25800 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25801 to nil before invoking call-process. Reset buffer's modified flag
25802 after fontifying it in the no-async branch.
25803
25804 * wid-edit.el (widget-specify-button): If mouse pointer shape
25805 cannot be changed, use mouse face instead.
25806
25807 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25808
25809 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25810 (gdb-goto-breakpoint): Make breakpoint handling work on template
25811 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25812 (gdb-assembler-custom): Update to recognize breakpoint information
25813 added on 2005-01-19.
25814
25815 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25816
25817 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25818 (dsssl-mode): Use define-derived-mode.
25819 (scheme-mode-initialize): Remove.
25820 (scheme-mode): Use run-mode-hooks.
25821
25822 * cus-edit.el (customize-group-other-window)
25823 (custom-buffer-create-other-window): Don't override special-display-*.
25824 (custom-mode-map): Make it dense.
25825
25826 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25827 sets the default value.
25828
25829 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25830
25831 * descr-text.el: Add more keywords.
25832
25833 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25834
25835 * speedbar.el: Avoid unnecessary use of locate-library.
25836
25837 * international/mule-cmds.el (standard-display-european-internal):
25838 Don't fiddle with latin-1 non-break space any more since it's now
25839 special cased in the C code.
25840 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25841
25842 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25843
25844 * cus-start.el (all): Add `undo-outer-limit'.
25845
25846 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25847
25848 * textmodes/bibtex.el (bibtex-format-entry):
25849 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25850 field lines.
25851 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25852 not on part of a buffer.
25853
25854 2005-01-25 Lute Kamstra <lute@gnu.org>
25855
25856 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25857 nonempty field text strings like "{letters\\macro{}more letters}".
25858 Clarify docstring.
25859 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25860 (bibtex-entry-offset, bibtex-parse-association)
25861 (bibtex-parse-field-name): Fix typos in docstrings.
25862 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25863
25864 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25865
25866 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25867 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25868 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25869 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25870
25871 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25872 isearch minor mode.
25873
25874 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25875
25876 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25877
25878 2005-01-24 Lute Kamstra <lute@gnu.org>
25879
25880 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25881 CASECHARS and NOT-CASECHARS regular expressions of the
25882 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25883 striding over charsets" error.
25884
25885 2005-01-24 Jay Belanger <belanger@truman.edu>
25886
25887 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25888 display variable name.
25889
25890 2005-01-24 Kenichi Handa <handa@m17n.org>
25891
25892 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25893 Fix setting of the element of encoded-kbd-iso2022-invocations.
25894
25895 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25896
25897 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25898 (gdb-threads-select): Change to also accept mouse events.
25899 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25900 (gdb-threads-mouse-select): Delete.
25901
25902 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25903
25904 * files.el (insert-directory): Take care of empty directory,
25905 listed without -a switch.
25906
25907 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25908
25909 * textmodes/refill.el (refill-post-command-function):
25910 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25911 to the list of functions that we should be careful not to undo.
25912 (refill-late-fill-paragraph-function): Remove.
25913 (refill-saved-state): New var.
25914 (refill-mode): Use it to save fill-paragraph-function.
25915 Save also the value of auto-fill-function.
25916
25917 * term/w32-win.el: Simplify code.
25918
25919 2005-01-23 Kim F. Storm <storm@cua.dk>
25920
25921 * simple.el (line-move): Adapt to new return value from
25922 pos-visible-in-window-p.
25923
25924 * simple.el (line-move): Fix last change. Check partial
25925 visibility at point rather than at window-start.
25926
25927 2005-01-22 Jason Rumney <jasonr@gnu.org>
25928
25929 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25930
25931 2005-01-22 David Kastrup <dak@gnu.org>
25932
25933 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25934
25935 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25936
25937 * type-break.el (type-break-mode): Add a test for
25938 type-break-file-name being non-nil.
25939
25940 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25941
25942 * net/eudc.el (top level): Call (message "") via progn, so that
25943 eudc-options-file is loaded.
25944
25945 2005-01-22 Kim F. Storm <storm@cua.dk>
25946
25947 * simple.el (line-move-1): Rename from line-move.
25948 (line-move): New function that adjusts vscroll for partially
25949 visible rows, and calls line-move-1 otherwise.
25950
25951 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25952
25953 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25954 since it's not a complete read-event implementation
25955
25956 2005-01-20 Jay Belanger <belanger@truman.edu>
25957
25958 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25959 for called function.
25960
25961 2005-01-20 Steven Tamm <steventamm@mac.com>
25962
25963 * term/mac-win.el (process-connection-type): Remove.
25964 Controlled now by s/darwin.h:PTY_ITERATION.
25965
25966 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25967
25968 * window.el (handle-select-window): Don't switch window when we're
25969 in the minibuffer.
25970
25971 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25972
25973 * subr.el (dotimes-with-progress-reporter): New macro.
25974
25975 * ses.el (ses-dotimes-msg): Remove macro.
25976 Use `dotimes-with-progress-reporter' instead.
25977
25978 2005-01-19 Steven Tamm <steventamm@mac.com>
25979
25980 * term/mac-win.el (process-connection-type): Use new
25981 operating-system-release variable to use ptys on Darwin 7 (OS X
25982 10.3) when using carbon build.
25983
25984 2005-01-19 Jay Belanger <belanger@truman.edu>
25985
25986 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25987 flags if the last command was a tab or M-tab.
25988
25989 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25990 in formula editing buffer.
25991
25992 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25993
25994 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25995 breakpoint image symbol in margin.
25996
25997 2005-01-19 Jay Belanger <belanger@truman.edu>
25998
25999 * calc/calc-prog.el (calc-execute-kbd-macro):
26000 Ignore calc-keep-arg-flag.
26001
26002 2005-01-19 Kenichi Handa <handa@m17n.org>
26003
26004 * textmodes/ispell.el (ispell-looking-at): New function.
26005 (ispell-process-line): Use ispell-looking-at to compare the ispell
26006 output and the buffer contents.
26007
26008 2005-01-18 Jay Belanger <belanger@truman.edu>
26009
26010 * calc/calc.el (calc-display-raw): Fix docstring.
26011
26012 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26013
26014 * simple.el (blink-matching-open): Strip extra info from syntax.
26015
26016 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26017 funny chars in the end-of-here-doc marker.
26018
26019 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26020
26021 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26022 that enable/disabled state of breakpoints is shown correctly in
26023 fringe and on ttys.
26024 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26025 Add breakpoint information as text properties.
26026 (gdb-mouse-toggle-breakpoint):
26027 Rename to gdb-mouse-set-clear-breakpoint.
26028 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26029 breakpoints in the margin.
26030 (gdb-remove-strings): Simplify.
26031
26032 2005-01-17 Jay Belanger <belanger@truman.edu>
26033
26034 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26035 erasing buffer.
26036
26037 2005-01-17 Richard M. Stallman <rms@gnu.org>
26038
26039 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26040 for calling grep-compute-defaults.
26041
26042 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26043 if buffer is empty.
26044
26045 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26046
26047 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26048
26049 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26050
26051 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26052 non-preloaded variables.
26053
26054 2005-01-17 Steven Tamm <steventamm@mac.com>
26055
26056 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26057 tex-shell cause to force interactivity when using pipes.
26058
26059 2005-01-17 Kim F. Storm <storm@cua.dk>
26060
26061 * simple.el (just-one-space): Make arg optional.
26062
26063 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26064
26065 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26066 posn-at-x-y to t to access left-margin.
26067
26068 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26069
26070 Sync with Tramp 2.0.47.
26071
26072 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26073 catching keep-date problems in cp/scp operations.
26074 (tramp-handle-copy-file): Don't call `set-file-modes'
26075 unconditionally. Specialized functions should know better what is
26076 necessary. This improves performance a little bit, and the
26077 functions could catch errors with `cp -p' and `scp -p'.
26078 (tramp-do-copy-or-rename-file-via-buffer)
26079 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26080 when appropriate.
26081 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26082 Call `set-file-modes' when appropriate.
26083 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26084 Johnsson <isak@hypergene.com>
26085 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26086 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26087 <joakim@verona.se>
26088 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26089 Emacs only.
26090
26091 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26092 `find-file-hooks' and `dired-mode-hook'.
26093 (tramp-minor-mode-map): Respective map. Add remapping for
26094 `compile' and `recompile'.
26095 (tramp-remap-command, tramp-recompile): New defuns.
26096 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26097 in buffer "*Compilation*". Call the commands asynchronously.
26098
26099 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26100 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26101 `shell-command', because it isn't magic in XEmacs. Reported by
26102 Adrian Aichner <adrian@xemacs.org>.
26103
26104 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26105 `substitute-in-file-name.
26106 (tramp-smb-handle-substitute-in-file-name): New defun.
26107 (tramp-smb-advice-PC-do-completion): Delete advice.
26108
26109 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26110
26111 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26112 Fix error in deleting region.
26113
26114 2005-01-15 Richard M. Stallman <rms@gnu.org>
26115
26116 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26117 In non-temp buffer, switch syntax table temporarily.
26118
26119 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26120
26121 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26122
26123 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26124
26125 * imenu.el (imenu--split-menu): Copy menulist before sorting.
26126 (imenu--generic-function): Use START, not BEG, as pos of definition.
26127
26128 * simple.el (just-one-space): Argument specifies number of spaces.
26129
26130 * simple.el (eval-expression-print-format): Avoid warning
26131 about edebug-active.
26132
26133 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
26134
26135 * progmodes/sh-script.el: Code copied from make-mode.el
26136 with small changes,
26137 (sh-mode-map): Bind C-c C-\.
26138 (sh-backslash-column, sh-backslash-align): New variables.
26139 (sh-backslash-region, sh-append-backslash): New functions.
26140
26141 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
26142
26143 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26144 (rmail-pop-password, rmail-pop-password-required): Move to
26145 rmail-obsolete group.
26146 (rmail-set-pop-password): Rename to rmail-set-remote-password.
26147 All callers updated.
26148 (rmail-get-pop-password): Rename to rmail-get-remote-password.
26149 Take an argument specifying whether it is POP or IMAP mailbox we
26150 are using. All callers updated.
26151 (rmail-pop-password-error): Rename to
26152 rmail-remote-password-error. Added mailutils-specific error message.
26153 (rmail-movemail-search-path)
26154 (rmail-movemail-variant-in-use): New variables.
26155 (rmail-remote-password, rmail-remote-password-required):
26156 New customization variables.
26157 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26158 (rmail-parse-url): New function.
26159 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26160 with GNU mailutils movemail.
26161
26162 2005-01-15 Kevin Ryde <user42@zip.com.au>
26163
26164 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26165 suffix to space, $ or '$, to correctly position point when going
26166 to @table style constants like DBL_MAX.
26167
26168 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26169
26170 * type-break.el (type-break-mode, type-break-file-time)
26171 (type-break-file-keystroke-count, type-break-choose-file):
26172 Don't store data in or load data from the file if type-break-file-name
26173 is nil.
26174 (type-break-file-name): Doc update as per the above.
26175
26176 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26177
26178 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26179 lookup-key might return nil; handle that.
26180
26181 2005-01-15 Alan Mackenzie <acm@muc.de>
26182
26183 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26184 rather than the element found, thus enabling the tree to be setcar'd.
26185
26186 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26187
26188 * textmodes/org.el (org-show-following-heading): New option.
26189 (org-show-hierarchy-above): Use `org-show-following-heading'.
26190 (org-cycle): Documentation fix.
26191
26192 * textmodes/org.el (orgtbl-optimized): New option
26193 (orgtbl-mode): New command, a minor mode.
26194 (orgtbl-mode-map): New variable.
26195 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26196 (orgtbl-error, orgtbl-self-insert-command)
26197 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26198
26199 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26200 a local variable in each org-mode buffer.
26201
26202 * textmodes/org.el (org-set-regexps-and-options): Rename from
26203 `org-set-regexps'. Added checking for STARTUP keyword.
26204 (org-get-current-options): Add STARTUP options.
26205 (org-table-insert-row): Make mode intelligent about when
26206 realignment is needed.
26207 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26208 New commands.
26209 (org-enable-table-editor): New default value `optimized'.
26210 (org-table-blank-field): Support blanking regions if active.
26211
26212 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26213
26214 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26215 if the year is not given.
26216
26217 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26218 Add new escapes %m and %M, fixed bug with %F by adding
26219 save-match-data.
26220 (reftex-reference): Remove ?. from list of spaces.
26221 (reftex-label-info): Add automatic label prefix recognition.
26222
26223 * textmodes/reftex-index.el (reftex-index-next-phrase):
26224 Add slave parameter to call of `reftex-index-this-phrase'.
26225 (reftex-index-this-phrase): New optional argument.
26226 (reftex-index-region-phrases): Add slave parameter to call of
26227 `reftex-index-this-phrase'.
26228 (reftex-display-index): New argument redo.
26229 (reftex-index-rescan): Add `redo' to arguments of
26230 `reftex-display-index'.
26231 (reftex-index-Rescan, reftex-index-revert)
26232 (reftex-index-switch-index-tag): Add `redo' to arguments of
26233 `reftex-display-index'.
26234 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26235 indexing. Fix bug with matching is there is a quote before or
26236 after the word.
26237
26238 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26239 Fix bug when collecting citation keys in lines with comments.
26240 (reftex-citation): Prefix argument no longer rescans the document,
26241 but forces prompting for optional arguments of cite macros.
26242 (reftex-do-citation): Prompting for optional arguments implemented.
26243
26244 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26245 Add optional arguments to most cite commands.
26246 (reftex-cite-cleanup-optional-args): New option
26247 (reftex-cite-prompt-optional-args): New option.
26248 (reftex-trust-label-prefix): New option.
26249
26250 * textmodes/reftex-toc.el (reftex-toc-find-section):
26251 Add push-mark before changing the position in the buffer.
26252
26253 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26254 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26255
26256 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26257
26258 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26259 more carefully.
26260
26261 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26262
26263 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26264 (sgml-mode): Use it.
26265 (sgml-get-context): Better keep track of implicitly closed tags.
26266
26267 2005-01-13 Kenichi Handa <handa@m17n.org>
26268
26269 * textmodes/ispell.el: These changes are to fix misalignment error
26270 caused by equivalent characters of different Emacs charsets.
26271 (ispell-unified-chars-table): New variable.
26272 (ispell-get-decoded-string): New function.
26273 (ispell-get-casechars, ispell-get-not-casechars)
26274 (ispell-get-otherchars): Call ispell-get-decoded-string.
26275
26276 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26277
26278 * custom.el (custom-declare-variable): Just put symbol instead
26279 of (defvar . symbol) in `current-load-list'.
26280
26281 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26282
26283 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26284
26285 2005-01-12 Jay Belanger <belanger@truman.edu>
26286
26287 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26288 to create a Calc summary.
26289
26290 2005-01-12 Kim F. Storm <storm@cua.dk>
26291
26292 * mouse.el (mouse-on-link-p): Change functionality and doc
26293 string to comply with latest description in lisp ref.
26294
26295 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26296
26297 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26298 Enable mouse clicks on mode-line, header-line and margin.
26299 (event-type): Give mouse event symbols an `event-kind' property
26300 with value `mouse-click'.
26301
26302 2005-01-12 Juri Linkov <juri@jurta.org>
26303
26304 * facemenu.el (list-colors-display): Add new arg buffer-name.
26305 Use it. Fix docstring. Replace code for identifying duplicate
26306 colors by the name with call to `list-colors-duplicates' which
26307 identifies duplicate colors by the value unless the color
26308 is one of special Windows colors. Set truncate-lines to t.
26309 Print sorted duplicate color names on each line. Indent to 22
26310 \(the longest color name in rgb.txt) instead of 20. Optimize.
26311 (list-colors-duplicates): New function.
26312 (facemenu-color-name-equal): Delete function.
26313
26314 * facemenu.el (list-colors-print): New function created from code
26315 in list-colors-display. Print #RRGGBB at the window right edge.
26316 (list-colors-display): When temp-buffer-show-function is not
26317 defined, call list-colors-print from temp-buffer-show-hook
26318 to get the right value of window-width in list-colors-print
26319 after the buffer is displayed.
26320
26321 * simple.el (pop-mark): Move deactivate-mark out of conditional
26322 part to deactivate the active mark regardless of the state of the
26323 mark ring.
26324
26325 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26326 variables line in desktop files.
26327
26328 2005-01-12 Juri Linkov <juri@jurta.org>
26329
26330 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26331 Bring together isearch highlight related options.
26332 (lazy-highlight): Replace group `replace' by `matching'.
26333 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26334 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26335 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26336 and declare them obsolete.
26337 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26338 (isearch-faces): Remove defgroup.
26339 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26340 Move isearch highlighting code closer to lazy highlighting code.
26341
26342 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26343 (query-replace-highlight, query-replace-lazy-highlight)
26344 (query-replace): Move definitions to the beginning of the file.
26345
26346 2005-01-11 Juri Linkov <juri@jurta.org>
26347
26348 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26349 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26350 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26351
26352 * info.el (Info-history-forward): New variable.
26353 (Info-select-node): Reset Info-history-forward to nil.
26354 (Info-last): Turn into defalias.
26355 (Info-history-back): Rename from Info-last.
26356 Add current node to Info-history-forward.
26357 (Info-history-forward): New fun.
26358 (Info-mode-map): Replace Info-last by Info-history-back.
26359 Bind Info-history-forward to "r".
26360 (Info-mode-menu): Replace Info-last by Info-history-back.
26361 Fix menu item text. Add menu item for Info-history-forward.
26362 (info-tool-bar-map): Replace Info-last by Info-history-back.
26363 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26364 for Info-history-forward.
26365 (Info-mode): Replace Info-last by Info-history-back in docstring.
26366 Add local variable Info-history-forward.
26367 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26368
26369 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26370
26371 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26372 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26373 Ignore select-window events rather than fiddle with
26374 mouse-autoselect-window.
26375
26376 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26377
26378 * type-break.el (type-break-mode): Fix previous change.
26379
26380 2005-01-10 Jay Belanger <belanger@truman.edu>
26381
26382 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26383 calculator; only reset when point is inside a calculator.
26384 Don't adjust the window height if the window takes up the whole height
26385 of the frame.
26386
26387 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26388
26389 * ebuff-menu.el (Electric-buffer-menu-mode):
26390 Preserve value of buffer-local var header-line-format.
26391
26392 2005-01-09 Jay Belanger <belanger@truman.edu>
26393
26394 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26395 Make sure settings file exists before accessing it.
26396
26397 * calc/calc-embed.el (calc-embedded-subst):
26398 Replace math-multi-subst-rec, which is only supposed to be called
26399 by math-multi-subst, by math-multi-subst.
26400
26401 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26402
26403 * vc.el (vc-allow-async-revert): New user option.
26404 (vc-disable-async-diff): New internal variable.
26405 (vc-revert-buffer): Use them to disable asynchronous diff.
26406
26407 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26408 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26409 asynchronously if vc-disable-async-diff is t.
26410
26411 2005-01-09 Jay Belanger <belanger@truman.edu>
26412
26413 * calc/calc.el (defcalcmodevar): New macro.
26414 (calc-mode-var-list-restore-default-values)
26415 (calc-mode-var-list-restore-saved-values): New functions.
26416 (calc-mode-var-list): Use defcalcmodevar to define it.
26417 (calc-always-load-extensions, calc-line-numbering)
26418 (calc-line-breaking, calc-display-just, calc-display-origin)
26419 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26420 (calc-group-char, calc-point-char, calc-frac-format)
26421 (calc-prefer-frac, calc-hms-format, calc-date-format)
26422 (calc-float-format, calc-full-float-format, calc-complex-format)
26423 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26424 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26425 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26426 (calc-matrix-brackets, calc-language, calc-language-option)
26427 (calc-left-label, calc-right-label, calc-word-size)
26428 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26429 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26430 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26431 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26432 (calc-window-height, calc-display-trail, calc-show-selections)
26433 (calc-use-selections, calc-assoc-selections)
26434 (calc-display-working-message, calc-auto-why, calc-timing)
26435 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26436 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26437 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26438 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26439 (calc-gnuplot-geometry, calc-graph-default-resolution)
26440 (calc-graph-default-resolution-3d, calc-invocation-macro)
26441 (calc-show-banner): Use defcalcmodevar to declare them and set
26442 their default values.
26443
26444 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26445 instead of default values (but restore default values if there is
26446 an argument of 0).
26447
26448 2005-01-09 David Kastrup <dak@gnu.org>
26449
26450 * desktop.el (desktop-restore-eager): Fix typo in type.
26451
26452 2005-01-08 Richard M. Stallman <rms@gnu.org>
26453
26454 * cus-edit.el (customize): Delete :link.
26455
26456 2005-01-08 Jay Belanger <belanger@truman.edu>
26457
26458 * calc/calc.el (calc-mode): Remove the extension from the
26459 `calc-settings-file' file name when loading it.
26460
26461 2005-01-08 Kim F. Storm <storm@cua.dk>
26462
26463 * info.el (Info-mode-map, Info-next-link-keymap)
26464 (Info-prev-link-keymap, Info-up-link-keymap):
26465 Map follow-link to mouse-face.
26466 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26467
26468 2005-01-08 Jay Belanger <belanger@truman.edu>
26469
26470 * calc/calc.el (calc-settings-file): Change default value.
26471 Suggested by cgw in a comment in calc-mode.el.
26472
26473 * calc/calc-mode.el (calc-settings-file-name):
26474 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26475 Replace ~/.emacs in a prompt by calc-settings-file.
26476
26477 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26478
26479 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26480 (desktop-lazy-idle-delay): New customizable variables.
26481 (desktop-buffer-args-list): New variable.
26482 (desktop-append-buffer-args): New function.
26483 (desktop-save): Call desktop-append-buffer-args for some buffers.
26484 (desktop-lazy-create-buffer): New function.
26485 (desktop-idle-create-buffers): New function.
26486 (desktop-read): Add message about buffers to restore lazily.
26487 (desktop-lazy-abort): New command.
26488 (desktop-clear): Call desktop-lazy-abort.
26489 (desktop-lazy-complete): New command.
26490
26491 2005-01-06 Richard M. Stallman <rms@gnu.org>
26492
26493 * emacs-lisp/find-func.el (find-face-definition):
26494 Rename from find-face.
26495
26496 2005-01-06 Kim F. Storm <storm@cua.dk>
26497
26498 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26499
26500 * man.el (Man-xref-man-page, Man-xref-header-file)
26501 (Man-xref-normal-file): Add follow-link property.
26502
26503 2005-01-06 Jay Belanger <belanger@truman.edu>
26504
26505 * calc/calc-units.el: Make sure the proper macro definitions are
26506 available when compiling.
26507
26508 2005-01-06 Juri Linkov <juri@jurta.org>
26509
26510 * isearch.el (isearch-lazy-highlight-update):
26511 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26512
26513 2005-01-06 Miles Bader <miles@gnu.org>
26514
26515 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26516 (isearch-lazy-highlight-face): Use new name.
26517
26518 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26519
26520 * uniquify.el (uniquify-rationalize-file-buffer-names):
26521 Re-add an interactive spec.
26522 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26523 to the same name.
26524
26525 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26526 (isearch-update, isearch-done): Adjust calls accordingly.
26527
26528 2005-01-05 Richard M. Stallman <rms@gnu.org>
26529
26530 * custom.el (custom-set-variables, custom-theme-set-variables):
26531 Clarify documentation.
26532
26533 * emacs-lisp/find-func.el (find-variable)
26534 (find-variable-other-window, find-variable-other-frame):
26535 Fix the TYPE args to find-function-read and find-function-do-it.
26536 (find-function): Doc fix.
26537 (find-function-at-point): Replace function-at-point alias.
26538
26539 2005-01-04 Richard M. Stallman <rms@gnu.org>
26540
26541 * cus-face.el (custom-declare-face):
26542 Record defface in current-load-list.
26543
26544 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26545
26546 * emacs-lisp/find-func.el: Doc fixes.
26547 (find-face-regexp): New variable.
26548 (find-function-regexp-alist): New variable.
26549 (find-function-C-source): Third arg is now TYPE.
26550 (find-function-search-for-symbol): Handle general TYPE.
26551 (find-function-read, find-function-do-it): Handle general TYPE.
26552 (find-definition-noselect, find-face): New functions.
26553 (function-at-point): Alias deleted.
26554
26555 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26556
26557 * battery.el (display-battery-mode): Rename from display-battery.
26558 Handle the case where it gets turned off.
26559
26560 2005-01-04 Richard M. Stallman <rms@gnu.org>
26561
26562 * cus-edit.el (customize): Make :link point to user doc.
26563
26564 * man.el (Man-fontify-manpage): Turn off undo generation.
26565
26566 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26567
26568 2005-01-04 Andreas Schwab <schwab@suse.de>
26569
26570 * files.el (insert-directory): Only look for error lines in
26571 inserted text. Don't move too far after processing --dired markers.
26572
26573 2005-01-04 Richard M. Stallman <rms@gnu.org>
26574
26575 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26576 Don't expand if the character is @, period, dash, etc.
26577 (define-mail-abbrev): Quote names that contain problem characters.
26578
26579 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26580
26581 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26582
26583 2005-01-03 Richard M. Stallman <rms@gnu.org>
26584
26585 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26586 (query-replace-highlight, query-replace-lazy-highlight)
26587 (query-replace): Definitions moved up. Doc fix.
26588
26589 2005-01-03 Richard M. Stallman <rms@gnu.org>
26590
26591 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26592 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26593 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26594 (lazy-highlight-face): Rename from isearch-lazy-...
26595 Change all references to them.
26596
26597 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26598
26599 * cus-edit.el (custom-file): Doc fix for defcustom.
26600 (custom-file): The function no longer sets the variable
26601 `custom-file' to its return value.
26602
26603 * startup.el (command-line): No longer load `custom-file'.
26604
26605 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26606
26607 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26608
26609 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26610 Don't confuse module-prefixed identifiers for labels.
26611 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26612
26613 2005-01-02 Richard M. Stallman <rms@gnu.org>
26614
26615 * files.el (basic-save-buffer-1): Fix previous change.
26616
26617 * loadhist.el (file-loadhist-lookup): New function.
26618 (file-provides, file-requires): Use it.
26619
26620 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26621 instead of calculating the right size.
26622
26623 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26624
26625 * vc-svn.el (vc-svn-diff): Stay local if possible.
26626
26627 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26628
26629 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26630
26631 * files.el (hack-local-variables): Fix last change.
26632
26633 2005-01-02 Jay Belanger <belanger@truman.edu>
26634
26635 * calc/calc-yank.el (calc-edit-top): New variable.
26636 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26637 object. Change header properties.
26638 (calc-edit-finish, calc-edit-finish-stack-object)
26639 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26640 edited object.
26641 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26642 for the beginning of the edited object.
26643 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26644 for the beginning of the edited object.
26645 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26646 (calc-finish-formula-edit, calc-macro-repeats)
26647 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26648 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26649 beginning of the edited object.
26650 (calc-user-define-edit): Change the header for editing macros.
26651 Remove unnecessary variable.
26652
26653 2005-01-01 Jay Belanger <belanger@truman.edu>
26654
26655 * calc/calc-yank.el (calc-edit-mode): Change default header.
26656 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26657 * calc/calc-store.el (calc-edit-variable): Change title to match new
26658 header.
26659 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26660 mode to match new header.
26661 (calc-user-define-edit): Change titles to include names of commands.
26662 (calc-finish-formula-edit): Adjust to handle new header.
26663 (calc-finish-macro-edit): Remove.
26664 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26665 (calc-edit-macro-command, calc-edit-macro-command-type)
26666 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26667 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26668 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26669 (calc-edit-macro-finish-edit): New functions.
26670 (calc-user-define-edit): Use new functions to edit named calc macros.
26671
26672 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26673
26674 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26675
26676 * ses.el (copy-region-as-kill): Deactivate mark.
26677
26678 2005-01-01 Richard M. Stallman <rms@gnu.org>
26679
26680 * replace.el (occur-1): If the output buffer is also an input,
26681 don't kill it, rename it.
26682
26683 * faces.el (set-face-background, set-face-foreground): Doc fix.
26684
26685 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26686 for :foreground and :background.
26687
26688 * dired.el (dired-view-command-alist): Variable deleted.
26689 (dired-view-file, dired-mouse-find-file-other-window):
26690 Delete the code to use it.
26691
26692 2005-01-01 Kim F. Storm <storm@cua.dk>
26693
26694 * image.el (insert-sliced-image): Use t for line-height property.
26695
26696 See ChangeLog.11 for earlier changes.
26697
26698 ;; Local Variables:
26699 ;; coding: iso-2022-7bit
26700 ;; End:
26701
26702 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26703 Copying and distribution of this file, with or without modification,
26704 are permitted provided the copyright notice and this notice are preserved.
26705
26706 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1